@charset "utf-8";
/*　西工業 - 沖縄市の外構・造成・左官工事　*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
/*　共通　*/
html {
    font-size: 62.5%;
}
div#site-loader-overlay {
    background-color: #FFFFFF;
}
body {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    color: rgb(40 40 40);
    letter-spacing: 0.05rem;
    position: relative;
    counter-reset: number 0;
    line-height: 2.6;
}
.headline-font-type {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-type1 {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
    color: rgb(31 79 139);
    font-weight: 500;
}
address {
    font-style: normal;
}
.top-slider-content-inner::after {
    display: none;
}
.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
    height: calc(100vh - 100px);
    margin: 0 auto;
    background: #fff;
}
.top-slider-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
        linear-gradient(115deg, rgba(15, 35, 65, 0.72) 0%, rgba(31, 79, 139, 0.55) 45%, rgba(31, 128, 96, 0.45) 100%),
        radial-gradient(ellipse at 80% 100%, rgba(0, 0, 0, 0.35) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: rgb(255 255 255);
    line-height: 1;
    bottom: 5rem;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    z-index: 10;
    letter-spacing: 0.6em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    animation: nk-fv-scroll-fade 2.4s ease-in-out infinite;
}
@keyframes nk-fv-scroll-fade {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}
.top-slider {
    position: relative;
}
.top-slider::after, div#top-slider-content::after, .header-youtube::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 4.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    bottom: 0;
    left: 50%;
    z-index: 10;
    animation: nk-fv-scroll-line 2.4s ease-in-out infinite;
    transform-origin: top center;
}
@keyframes nk-fv-scroll-line {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}
.top-slider-content-inner:hover {
    background: unset;
}
div#content01 {
    position: relative;
}
div#content01::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 3.5rem;
    background: rgb(31 79 139);
    top: 0;
    left: 50%;
    z-index: 1;
}
ul#top-slider-nav {
    display: none;
}
.logo-image {
    position: absolute;
    top: 2.4rem;
    left: 1.5rem;
    width: 23rem;
    height: auto;
    margin-left: 0;
    font-size: 1.6rem;
}
.logo-image img {
    width: 100%;
}
.header-bar-inner {
    position: static;
    width: 100%;
}
.global-nav {
    padding-right: 0;
}
.global-nav > ul > li > a {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 8.9rem;
    padding: 0 2rem 0 2rem;
    text-align: center;
    letter-spacing: 0.15rem;
    color: rgb(40 40 40);
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: right;
    display: block;
    bottom: 2.25rem;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    font-weight: 400;
    color: rgb(31 79 139);
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.global-nav > ul > li > a span {
    position: relative;
    text-align: right;
    display: block;
    bottom: 2.25rem;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    font-weight: 400;
    color: rgb(31 79 139);
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
/*
.global-nav > ul > li.global-menu-001 > a::after {
    content: 'HOME';
}
.global-nav > ul > li.global-menu-002 > a::after {
    content: 'ABOUT US';
}
.global-nav > ul > li.global-menu-003 > a::after {
    content: 'SERVICE･PRICE';
}
.global-nav > ul > li.global-menu-004 > a::after {
    content: 'INFO';
}
.global-nav > ul > li.global-menu-005 > a::after {
    content: 'CONTACT';
}*/
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
    color: rgb(31 79 139);
}
.global-nav .sub-menu a {
    background-color: rgb(31 128 96);
    color: rgb(40 40 40);
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 0;
}
.global-nav .sub-menu .current-menu-item > a {
    color: rgb(255 255 255);
    background-color: rgb(31 79 139);
}
.global-nav .sub-menu .current-menu-item > a::before {
    display: none;
}
.mb_YTPBar {
    display: none !important;
}
.top-slider-content {
    width: auto !important;
    height: 100% !important;
    background: none;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    z-index: 10;
}
.top-slider-content-inner {
    background: none;
    box-sizing: border-box;
    border-radius: 0;
    text-align: left;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 100% !important;
    width: 100% !important;
}
/* 既存の丸い中央ボタン中身は新キャッチコピーと役割が重複するため非表示
   (#top-slider-content 自体は残し、SCROLL縦線アンカーとして機能) */
.top-slider-content-inner > .top-slider-logo,
.top-slider-content-inner > .top-slider-text,
.top-slider-content-inner img.top-slider-logo {
    display: none !important;
}
.top-slider-content-inner {
    pointer-events: none;
}

/* =========================================
 * FV: スライダー画像のゆっくり拡大 (Ken Burns)
 * ========================================= */
.top-slider .top-slider-item {
    overflow: hidden;
}
.top-slider .top-slider-item span,
.top-slider .top-slider-item a span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    will-change: transform;
    animation: nk-fv-kenburns 16s ease-out infinite;
    transform-origin: 50% 55%;
}
.header-video,
.header-youtube.bg-image {
    background-size: cover !important;
    background-position: center !important;
    animation: nk-fv-kenburns 16s ease-out infinite;
    transform-origin: 50% 55%;
}
@keyframes nk-fv-kenburns {
    0%   { transform: scale(1.0)  translate3d(0, 0, 0); }
    50%  { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
    100% { transform: scale(1.0)  translate3d(0, 0, 0); }
}

/* =========================================
 * FV: キャッチコピー
 * ========================================= */
.nk-fv-catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 90%;
    max-width: 110rem;
    color: #ffffff;
    text-align: left;
    pointer-events: none;
    padding: 0 2rem;
    box-sizing: border-box;
}
.nk-fv-catch__sub {
    display: inline-flex;
    align-items: center;
    gap: 1.4rem;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 2.2rem;
    opacity: 0;
    transform: translateY(12px);
    animation: nk-fv-fade-up 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
.nk-fv-catch__line {
    display: inline-block;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #1f8060 0%, rgba(255,255,255,0.95) 100%);
    animation: nk-fv-line-grow 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
@keyframes nk-fv-line-grow {
    0% { width: 0; }
    100% { width: 4.5rem; }
}
.nk-fv-catch__main {
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: clamp(3.2rem, 6.2vw, 7.2rem);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 0 0 2.8rem 0;
    text-shadow: 0 2px 30px rgba(15, 35, 65, 0.35);
}
.nk-fv-catch__main .nk-fv-catch__line1,
.nk-fv-catch__main .nk-fv-catch__line2 {
    display: block;
    overflow: hidden;
    line-height: 1.45;
}
.nk-fv-catch__main .nk-fv-catch__line1 > span,
.nk-fv-catch__main .nk-fv-catch__line2 > span {
    display: inline-block;
}
/* テキスト全体をスライドアップさせる方式 */
.nk-fv-catch__main .nk-fv-catch__line1 {
    opacity: 0;
    transform: translateY(40px);
    animation: nk-fv-fade-up 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}
.nk-fv-catch__main .nk-fv-catch__line2 {
    opacity: 0;
    transform: translateY(40px);
    animation: nk-fv-fade-up 1.1s cubic-bezier(0.22, 1, 0.36, 1) 1.0s forwards;
    color: #ffffff;
    position: relative;
}
.nk-fv-catch__main .nk-fv-catch__line2::after {
    content: "";
    display: inline-block;
    width: 0.16em;
    height: 0.16em;
    background: #1f8060;
    border-radius: 50%;
    margin-left: 0.2em;
    transform: translateY(-0.55em);
    animation: nk-fv-dot-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.7s both;
}
@keyframes nk-fv-dot-pop {
    0%   { opacity: 0; transform: translateY(-0.55em) scale(0); }
    100% { opacity: 1; transform: translateY(-0.55em) scale(1); }
}
.nk-fv-catch__lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 2.4rem 0;
    max-width: 60rem;
    opacity: 0;
    transform: translateY(20px);
    animation: nk-fv-fade-up 1.0s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards;
    text-shadow: 0 1px 20px rgba(15, 35, 65, 0.4);
}
.nk-fv-catch__en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding-left: 2.6rem;
    position: relative;
    opacity: 0;
    transform: translateY(16px);
    animation: nk-fv-fade-up 1.0s cubic-bezier(0.22, 1, 0.36, 1) 1.7s forwards;
}
.nk-fv-catch__en::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.8rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    transform: translateY(-50%);
}
@keyframes nk-fv-fade-up {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.nk-fv-br-sp { display: none; }

/* === FV キャッチコピー: レスポンシブ === */
@media screen and (max-width:1200px) {
    .nk-fv-catch__main {
        line-height: 1.45;
    }
}
@media screen and (max-width:834px) {
    .nk-fv-catch {
        width: 88%;
        padding: 0;
    }
    .nk-fv-catch__sub {
        font-size: 1.05rem;
        letter-spacing: 0.35em;
        margin-bottom: 1.6rem;
        gap: 1rem;
    }
    @keyframes nk-fv-line-grow {
        0% { width: 0; }
        100% { width: 3rem; }
    }
    .nk-fv-catch__main {
        font-size: clamp(2.6rem, 7.2vw, 4.4rem);
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    .nk-fv-catch__lead {
        font-size: 1.3rem;
        line-height: 1.95;
        letter-spacing: 0.08em;
        margin-bottom: 1.8rem;
    }
    .nk-fv-catch__en {
        font-size: 1rem;
        letter-spacing: 0.25em;
        padding-left: 2rem;
    }
    .nk-fv-catch__en::before {
        width: 1.4rem;
    }
    .nk-fv-br-sp { display: inline; }
}
@media screen and (max-width:430px) {
    .nk-fv-catch__main {
        font-size: 2.4rem;
    }
    .nk-fv-catch__lead {
        font-size: 1.2rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .top-slider .top-slider-item span,
    .top-slider .top-slider-item a span,
    .header-video,
    .header-youtube.bg-image {
        animation: none !important;
    }
    .nk-fv-catch__sub,
    .nk-fv-catch__main .nk-fv-catch__line1,
    .nk-fv-catch__main .nk-fv-catch__line2,
    .nk-fv-catch__lead,
    .nk-fv-catch__en {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
    .nk-fv-catch__line {
        width: 4.5rem !important;
        animation: none !important;
    }
    .top-slider-wrapper::after {
        animation: none !important;
    }
}

.fv-main-content {
    width: 100%;
    height: 100%;
}
.fv-main-content-box {
    width: 86%;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}
.fv-main-content-box img {
    width: 86%;
    max-width: 100rem;
    height: auto;
    position: absolute;
}
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.flex_lay_box {
    width: calc(50% - 1.5rem);
    height: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.flex_lay_box:nth-child(even) {}
.footer {
    position: relative;
    margin-top: 0;
}
.footer-content.inner {
    display: none;
}
section.footer-gallery {
    display: none !important;
}
.footer-nav-wrapper {
    display: none !important;
}
.footer-map-box {
    width: 100%;
    height: 40rem;
    margin: 0 auto;
}
img.yoyaku_bunner {
    max-width: 30rem;
}
img.yoyaku_bunner:hover {
    opacity: 50%;
    transition: 0.5s;
}
footer#footer_wrapper {
    background: rgb(255 255 255);
    position: relative;
    z-index: 0;
}
.footer_inner_sec {
    width: 86%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 6rem 0 3rem 0;
    gap: 2rem;
}
.footer_about_logo img {
    width: 100%;
    max-width: 18rem !important;
    margin-bottom: 2rem;
}
.footer_about_info {
    width: 100%;
    box-sizing: border-box;
    color: rgb(40 40 40);
    margin: 0 auto;
    text-align: center;
}
.footer_menu_box {
    width: 100%;
    max-width: 35rem;
    text-align: center;
    margin: 0 auto;
}
.footer_about_info h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
    display: none;
}
p.address_footer {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 0.8em;
    font-weight: 400;
}
p.address_footer span {
    margin-right: 0.5rem;
}
address.footer-contact-tel {
    font-size: 1.5em;
    line-height: 1;
    margin: 0.5rem auto 0.5rem 0;
    font-style: normal;
    letter-spacing: 0.1rem;
    font-weight: 800;
}
address.footer-contact-tel span {
    font-size: 0.5em;
}
address.footer-contact-tel a {
    color: rgb(40 40 40);
    font-weight: 700;
}
address.footer-contact-fax {
    font-size: 1.2em;
    line-height: 1;
    margin: 0.25rem auto 1rem 0;
    font-style: normal;
    letter-spacing: 0.1rem;
}
address.footer-contact-fax span {
    font-size: 0.7em;
}
address.footer-contact-fax a {
    color: #fefefe;
}
p.footer-contact-time span::before {
    content: "＜";
}
p.footer-contact-time span::after {
    content: "＞";
}
p.footer-contact-time {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 1.5rem;
}
p.footer-contact-time span {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
p.footer-contact-time span:first-of-type {
    margin-left: 0;
}
.footer-bar01, p.copyright {
    background: rgb(255 255 255 / 0%);
    color: rgb(40 40 40);
    font-size: 1rem;
    text-align: center;
}
a.footer-con_but {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 5rem;
    text-align: center;
    margin-right: 0.5rem;
    background: #d9bd9c;
    transition: all .8s;
}
.footer-con-sns-but {
    margin-top: 2rem;
}
a.footer-con_but span {
    display: none;
}
a.footer-con_but::before {
    content: '';
    font-family: "design_plus";
    font-size: 2rem;
    color: #fff;
    z-index: 1;
    width: 5rem;
    font-weight: 400;
}
a.footer-con_but.footer-instagram_but::before {
    content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
    content: "\e909";
}
a.footer-con_but.footer-instagram_but {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
    background-color: #18c507;
}
a.footer-con_but.footer-twitter_but {
    background: #00acee;
}
a.footer-con_but.footer-twitter_but::before {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 1;
    width: 4rem;
}
a.footer-con_but.footer-facebook_but {
    background: #3B5998;
}
a.footer-con_but.footer-facebook_but::before {
    content: "\f39e";
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 1;
    width: 4rem;
}
a.footer-con_but:hover {
    opacity: 25%;
}
div#pagetop a {
    line-height: 1.7rem;
    background: rgb(31 79 139);
}
div#pagetop a:hover {
    background: rgb(40 40 40);
}
div#pagetop {
    padding-right: 1rem;
    padding-bottom: 1rem;
}
/*　footersitemap　*/
.footer-sitemap.flex_lay {
    gap: 3rem;
}
ul.footer-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.footer-sitemap-tittle {
    font-weight: 300;
    font-size: 1.8rem;
    color: rgb(40 40 40);
    letter-spacing: 0.15rem;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
ul.footer-list li {
    line-height: 2;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
}
ul.footer-list li a {
    position: relative;
    font-weight: 600;
    color: rgb(40 40 40);
}
ul.footer-list li a span{
    display: none;
}
ul.footer-list li a:hover {
    color: rgb(31 79 139);
    font-weight: 700;
}
/*　footersitemap___END　*/
/*　footercontact100　*/
.footer_100_contact {
    background: rgb(31 79 139);
    display: flex;
}
.footer_100_contact a {
    width: 100%;
    height: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    color: #fff;
}
.footer_100_contact p._tittle {
    font-size: 7rem;
    font-weight: 400;
    letter-spacing: 0.5rem;
    line-height: 1.2;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.footer_100_contact p._text {
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    font-size: 1.1em;
}
.footer_100_contact p.all_text {
    font-size: 0.85em;
    line-height: 2;
    text-align: center;
}
.footer_100_contact a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #404040;
    transition: 0.5s;
    z-index: -1;
}
.footer_100_contact a:hover::before {
    width: 100%;
}
/*　footercontact100___END　*/
/*　Instagram埋め込み　*/
.instagram_feed_inner {
    margin: 0 auto;
    max-width: 125rem;
    width: 86%;
}
h2.instagram_title {
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: 0.5rem;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    color: #D9D9D9;
    margin-bottom: 2.5rem;
}
h2.instagram_title::before {
    content: "\f16d";
    display: block;
    font-family: 'fontawesome';
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 300;
}
@media screen and (max-width:430px) {
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 50% !important;
    }
}
/*　Instagram埋め込み___END　*/
/*　共通レスポンシブ　*/
.dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #ffffff;
}
.dp-footer-bar {
    border-top: 1px solid #ffffff;
}
.dp-footer-bar a {
    color: rgb(255 255 255);
    background: rgb(31 79 139);
    line-height: 1.5;
    font-size: 3vw;
    white-space: nowrap;
}
.icon-file-text:before {
    content: "\e909";
}
@media only screen and (min-width: 768px) {
    address.footer-contact-tel a, address.footer-contact-fax a {
        pointer-events: none;
    }
}
@media screen and (max-width: 1200px) {
    .fv-main-content-box img {
        max-width: unset;
        width: 55%;
    }
    .header-bar {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .logo-image {
        width: 20rem;
        top: -0.25rem;
    }
    .global-nav-button:before {
        color: rgb(31 79 139);
    }
    .top-slider-wrapper {
        width: 100%;
        height: 52vh;
    }
    .top-slider-wrapper::after {
        display: none;
    }
    .header-youtube, .top-slider {
        height: 52vh;
    }
    .global-nav > ul > li > a {
        line-height: 5rem;
        padding: 0 3.5rem 0 3.5rem;
        text-align: left;
        background: rgb(31 79 139);
        font-size: 1em;
    }
    .global-nav > ul > li > a::after {
        display: none;
    }
    .global-nav a, .global-nav a:hover {
        background: rgb(22 60 110);
    }
    .global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
        color: #fff;
    }
    .global-nav .sub-menu a {
        font-size: 1em;
        padding-left: 5rem;
        width: 100%;
        background-color: rgb(22 60 110);
    }
    .footer_100_contact a {
        height: 33rem;
    }
}
@media screen and (max-width: 834px) {
    .logo-image {
        width: 14rem;
        left: 1rem;
    }
    .flex_lay {
        gap: 1.5rem;
    }
    .flex_lay_box {
        width: 100%;
    }
    .flex_lay_box:nth-child(even) {
        margin-bottom: 0;
    }
    .footer_100_contact p._tittle {
        font-size: 4rem;
    }
    .footer_100_contact p._text {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    .footer_100_contact a {
        height: 26rem;
    }
    .footer-sitemap-tittle {
        text-align: center;
    }
}
@media screen and (max-width:430px) {
    .header-bar-fixed ~ .top-slider-wrapper, .header-youtube {
        height: 42vh;
    }
    .global-nav > ul > li > a {
        font-size: 0.9em;
        padding: 0 2rem 0 2rem;
    }
    .global-nav > ul > li > a::after {
        width: 10rem;
        left: 10rem;
    }
    .global-nav .sub-menu a {
        font-size: 1.3rem;
        padding-left: 4rem;
    }
    p.address_footer span {
        display: block;
    }
}
@media screen and (max-height:430px) {
    .header-youtube, .top-slider {
        height: 100vh;
    }
    .top-slider-wrapper {
        height: 100vh;
    }
}
/*　共通___END　*/
/*　オリジナル フロント (Nishi Kougyou ロゴカラーver.)　*/
/*  Color tokens
    -- Primary navy : #1f4f8b  (rgb(31 79 139))
    -- Accent green : #1f8060  (rgb(31 128 96))
    -- Dark navy    : #163c6e  (hover)
    -- Soft bg      : #f4f7fb  (淡いネイビーティント)
*/
.original_inner {
    margin: 0 auto;
    max-width: 125rem;
    width: 88%;
}
/* ===== 共通装飾：見出しの上の小さなSUBラベル ===== */
.original_sub_menu, .ori_topics__title h2 {
    font-size: 1.4rem;
    letter-spacing: 0.35em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    color: #1f4f8b;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding-left: 4.5rem;
    margin-bottom: 1.8rem;
}
.original_sub_menu::before, .ori_topics__title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3.5rem;
    height: 1px;
    background: linear-gradient(90deg, #1f4f8b 0%, #1f8060 100%);
}
.original_sub_menu span, .ori_topics__title h2 span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #6b7785;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-left: 1.2rem;
    padding-left: 1.2rem;
    border-left: 1px solid #d6dde7;
    margin-bottom: 0;
}

/* =========================================
 * Section: CONCEPT (original01)
 * ========================================= */
section.original01 {
    padding: 14rem 0 12rem;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
section.original01::before {
    content: "CONCEPT";
    position: absolute;
    top: 6rem;
    right: -3rem;
    font-size: 16rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(31, 79, 139, 0.04);
    font-family: 'Montserrat', sans-serif;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
}
/* やわらかい blob 装飾 (ロゴカラーのグラデーション) */
.nk-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}
.nk-blob--01 {
    width: 38rem;
    height: 38rem;
    background: #1f4f8b;
    top: -10rem;
    left: -10rem;
}
.nk-blob--02 {
    width: 32rem;
    height: 32rem;
    background: #1f8060;
    bottom: -10rem;
    right: -8rem;
}
section.original01 .original_inner {
    position: relative;
    z-index: 1;
}
section.original01 h2 {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.7;
    color: #1f2c3d;
    margin-top: 0;
    margin-bottom: 0;
}
section.original01 .flex_lay {
    align-items: flex-start;
    gap: 6rem;
}
section.original01 .flex_lay_box:first-child {
    flex: 0 0 45%;
}
section.original01 .flex_lay_box:last-child {
    flex: 1;
}
.original01_fast_title p {
    font-size: 1.5rem;
    line-height: 2.4;
    color: #4a5568;
    letter-spacing: 0.04em;
}

/* =========================================
 * Section: ABOUT US (content02_theme001)
 * ========================================= */
.content02_theme001 {
    background: #f4f7fb;
    padding: 12rem 0 12rem;
    position: relative;
    overflow: hidden;
}
.content02_theme001::before {
    content: "ABOUT";
    position: absolute;
    top: 5rem;
    left: -2rem;
    font-size: 14rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(31, 79, 139, 0.05);
    font-family: 'Montserrat', sans-serif;
    pointer-events: none;
    z-index: 0;
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
}
.content02_theme001 .original_sub_menu {
    text-align: center;
    margin-bottom: 6rem;
    display: flex;
    justify-content: center;
}
.content02-item_theme001-inner {
    width: 88%;
    max-width: 125rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.content02-item_theme001 {
    width: 100%;
    position: relative;
    margin-bottom: 8rem;
    gap: 6rem;
    align-items: center;
}
.content02-item_theme001:last-child {
    margin-bottom: 0;
}
.content02-item_theme001:nth-child(even) {
    flex-direction: row-reverse;
}
.content02_theme001-img {
    width: calc(55% - 3rem);
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 24px 60px -20px rgba(31, 79, 139, 0.25);
}
.content02_theme001-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.2);
    pointer-events: none;
}
.content02_theme001-img img {
    width: 100%;
    display: block;
    transition: transform .8s ease;
}
.content02-item_theme001:hover .content02_theme001-img img {
    transform: scale(1.04);
}
.content02_theme001_box {
    width: calc(45% - 3rem);
}
.content02_theme001-subtitle {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    line-height: 1.5;
    position: relative;
    color: #1f8060;
    margin-bottom: 1.2rem;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
    padding-left: 3.5rem;
    display: inline-flex;
    align-items: center;
}
.content02_theme001-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.5rem;
    height: 1px;
    background: #1f8060;
}
.content02_theme001-subtitle span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #6b7785;
    margin-left: 1rem;
}
.content02_theme001-title.headline-font-type {
    line-height: 1.6;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1f2c3d;
    letter-spacing: 0.02em;
}
p.content02_theme001-text {
    line-height: 2.2;
    font-size: 1.45rem;
    color: #4a5568;
}
a.content02_theme001-button, a.original03-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 24rem;
    padding: 1.6rem 2.4rem;
    border: 1.5px solid #1f4f8b;
    background: #1f4f8b;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4;
    outline: none;
    transition: all .35s ease;
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    letter-spacing: 0.25em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
}
a.content02_theme001-button::after {
    content: "→";
    font-size: 1.4rem;
    transition: transform .35s ease;
    margin-left: 0.4rem;
    font-family: sans-serif;
}
a.content02_theme001-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1f8060;
    transform: translateX(-101%);
    transition: transform .4s ease;
    z-index: -1;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    border-radius: 0;
}
a.content02_theme001-button:hover {
    background: #1f4f8b;
    border-color: #1f8060;
    color: #fff !important;
}
a.content02_theme001-button:hover::before {
    transform: translateX(0);
}
a.content02_theme001-button:hover::after {
    transform: translateX(4px);
}

/* =========================================
 * Section: MESSAGE (original03)
 * ========================================= */
section.original03 {
    padding: 14rem 0 14rem;
    position: relative;
    overflow: hidden;
}
section.original03::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/24887318_m.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}
section.original03::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgba(31, 79, 139, 0.92) 0%, rgba(31, 79, 139, 0.78) 50%, rgba(31, 128, 96, 0.78) 100%);
}
section.original03 .original_inner {
    position: relative;
    z-index: 2;
}
.original03-text {
    position: relative;
    color: #ffffff;
    padding-right: 0;
    max-width: 78rem;
}
.original03-text::before {
    content: "MESSAGE";
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.4em;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    padding-left: 4.5rem;
    position: relative;
}
.original03-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 3.5rem;
    height: 1px;
    background: #ffffff;
}
.original03-text h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 3rem;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.7;
}
.original03-text p {
    font-size: 1.5rem;
    line-height: 2.4;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.95);
}

/* =========================================
 * Section: FEATURE (original04)
 * ========================================= */
.original_sub_menu.original04_sub {
    margin-top: 12rem;
    margin-bottom: 5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
section.original04 {
    margin: 0 0 12rem;
    background-color: transparent;
    position: relative;
}
.original04__frame {
    position: relative;
    margin-bottom: 9rem;
}
.original04__frame:last-of-type {
    margin-bottom: 0;
}
.original04__inner {
    width: 88%;
    max-width: 125rem;
    margin: 0 auto;
    position: relative;
    gap: 6rem;
    align-items: center;
}
.original04__inner.second {
    flex-direction: row-reverse;
}
.original04__img {
    width: calc(55% - 3rem);
    height: auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 28px 60px -20px rgba(31, 79, 139, 0.3);
}
.original04__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(31, 79, 139, 0.0), rgba(31, 128, 96, 0.0));
    transition: background .4s ease;
    z-index: 1;
    pointer-events: none;
}
.original04__img img {
    width: 100%;
    display: block;
    transition: transform .8s ease;
}
.original04__frame:hover .original04__img img {
    transform: scale(1.04);
}
.original04__text {
    width: calc(45% - 3rem);
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-left: 3rem;
}
.original04__text h2 {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    color: #1f2c3d;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.original04__text p {
    font-size: 1.45rem;
    line-height: 2.2;
    color: #4a5568;
    letter-spacing: 0.04em;
}
.original04__text p strong {
    color: #1f4f8b;
    font-weight: 700;
}
.original04__text::before {
    content: "POINT 01";
    display: inline-block;
    z-index: 1;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
    color: #1f8060;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35em;
    /*padding: 1rem 1.6rem;
    background: rgba(31, 128, 96, 0.08);*/
    width: max-content;
    margin-bottom: 1.6rem;
}
.original04__frame:nth-of-type(2) .original04__text::before {
    content: "POINT 02";
}
.original04__frame:nth-of-type(3) .original04__text::before {
    content: "POINT 03";
}

/* =========================================
 * Section: TOPICS (ori_topics)
 * ========================================= */
section.ori_topics {
    padding: 12rem 0 12rem;
    position: relative;
    background: #f4f7fb;
}
section.ori_topics::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(31, 128, 96, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(31, 79, 139, 0.06) 0%, transparent 40%);
    z-index: 0;
}
.ori_topics_inner {
    max-width: 125rem;
    width: 88%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ori_topics__title {
    text-align: center;
    margin-bottom: 5rem;
}
.ori_topics__title h2 {
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
}
h2.headline-primary.headline-font-type {
    display: none;
}
.article03 {
    background: #ffffff;
    border: 1px solid #e2e8ef;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .35s ease;
    overflow: hidden;
}
.article03:hover {
    border-color: #1f4f8b;
    box-shadow: 0 18px 36px -16px rgba(31, 79, 139, 0.25);
    transform: translateY(-4px);
}
h2.article03-title.headline-font-type {
    color: #1f2c3d;
    font-size: 1.05em;
    font-weight: 600;
}
.article03-thumbnail {
    overflow: hidden;
}
.article03-thumbnail img {
    transition: transform .6s ease;
}
.article03:hover .article03-thumbnail img {
    transform: scale(1.06);
}
.article03-content {
    padding: 1.8rem 2rem;
}
.article03-date {
    color: #1f4f8b;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.article03-category-item {
    color: #1f8060;
    font-weight: 600;
}

/* article02 (TOPICSメインの新着) もブラッシュアップ */
.article02 {
    transition: all .35s ease;
}
.article02:hover {
    transform: translateY(-4px);
}
.article02-thumbnail {
    overflow: hidden;
    border-radius: 4px;
}
.article02-thumbnail img {
    transition: transform .6s ease;
}
.article02:hover .article02-thumbnail img {
    transform: scale(1.05);
}
.article02-date {
    color: #1f8060;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.08em;
}
.article02-title a {
    color: #1f2c3d;
    transition: color .25s ease;
}
.article02-title a:hover {
    color: #1f4f8b;
}

/* =========================================
 * スクロール時のフェードイン (.nk-reveal)
 * ========================================= */
.nk-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .9s ease, transform .9s ease;
    will-change: opacity, transform;
}
.nk-reveal.is-in {
    opacity: 1;
    transform: translateY(0);
}
.nk-reveal--delay {
    transition-delay: .15s;
}

/* =========================================
 * オリジナル フロント レスポンシブ
 * ========================================= */
@media screen and (max-width:1200px) {
    section.original01 {
        padding: 10rem 0 10rem;
    }
    section.original01::before {
        font-size: 11rem;
        top: 4rem;
    }
    section.original01 h2 {
        font-size: 2.8rem;
    }
    section.original01 .flex_lay {
        gap: 4rem;
    }
    section.original03 {
        padding: 10rem 0 10rem;
    }
    .original03-text {
        padding: 0;
    }
    .original_sub_menu.original04_sub {
        margin-top: 10rem;
    }
    section.original04 {
        margin: 0 0 10rem;
    }
    .original04__inner {
        width: 88%;
        gap: 3rem;
    }
    .original04__frame {
        margin: 0 0 6rem;
    }
    .original04__text br {
        display: none;
    }
    .original04__text {
        padding-left: 0;
    }
    .original04__text h2 {
        font-size: 2.4rem;
    }
    section.ori_topics {
        padding: 10rem 0 10rem;
    }
    .article03-content {
        padding: 1.5rem 1.8rem;
    }
    h2.article03-title.headline-font-type {
        font-weight: 600;
        font-size: 1.4rem;
        margin-top: 0.5rem;
    }
    .original03-text h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }
    .content02_theme001 {
        padding: 8rem 0 8rem;
    }
    .content02_theme001::before {
        font-size: 10rem;
    }
    .content02_theme001-subtitle {
        font-size: 1.2rem;
    }
    .content02_theme001-title.headline-font-type {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }
    a.content02_theme001-button {
        margin-top: 2.5rem;
    }
    .content02_theme001 .original_sub_menu {
        margin-bottom: 4rem;
    }
    .content02-item_theme001 {
        margin-bottom: 6rem;
        gap: 4rem;
    }
}
@media screen and (max-width:834px) {
    section.original01 h2 {
        font-size: 2.2rem;
        text-align: left;
        line-height: 1.7;
    }
    .original03-text h2 {
        font-size: 2.2rem;
        text-align: left;
    }
    h2.content01-title.headline-font-type, h2.headline-primary.headline-font-type, .original01a_title h2 {
        font-size: 2.2rem;
        text-align: left;
    }
    section.original01 {
        padding: 6rem 0 6rem;
    }
    section.original01::before {
        font-size: 7rem;
        top: 2rem;
        right: -1rem;
    }
    section.original01 .flex_lay {
        flex-direction: column;
        gap: 2rem;
    }
    section.original01 .flex_lay_box:first-child,
    section.original01 .flex_lay_box:last-child {
        flex: 1 1 100%;
        width: 100%;
    }
    .original_sub_menu, .ori_topics__title h2 {
        font-size: 1.2rem;
        padding-left: 3rem;
    }
    .original_sub_menu::before, .ori_topics__title h2::before {
        width: 2.2rem;
    }
    .original_sub_menu span, .ori_topics__title h2 span {
        font-size: 0.9rem;
    }
    section.original03 {
        padding: 6rem 0 6rem;
    }
    .original03-text h2 br {
        display: none;
    }
    .original_sub_menu.original04_sub {
        margin-top: 6rem;
        margin-bottom: 3rem;
    }
    section.original04 {
        margin: 0 0 6rem;
    }
    .original04__inner {
        flex-direction: column;
        gap: 2.5rem;
    }
    .original04__inner.second {
        flex-direction: column;
    }
    .original04__img {
        width: 100%;
    }
    .original04__frame .original04__text {
        width: 100%;
        padding-left: 0;
    }
    .original04__text::before {
        font-size: 1.1rem;
        padding: 0.7rem 1.2rem;
    }
    .original04__text h2 {
        font-size: 2rem;
    }
    section.ori_topics {
        padding: 6rem 0 6rem;
    }
    .article03-content {
        padding: 1.2rem 1.4rem;
    }
    .content02_theme001 {
        padding: 6rem 0 6rem;
    }
    .content02_theme001::before {
        font-size: 7rem;
        top: 2rem;
    }
    .content02-item_theme001 {
        flex-direction: column !important;
        gap: 2.5rem;
    }
    .content02_theme001-img {
        width: 100%;
    }
    .content02_theme001_box {
        width: 100%;
    }
    .content02_theme001-subtitle {
        font-size: 1.1rem;
        padding-left: 3rem;
    }
    .content02_theme001-title.headline-font-type {
        font-size: 2rem;
    }
    a.content02_theme001-button {
        margin: 2rem 0 0 0;
        max-width: 100%;
        width: 100%;
    }
    .content02_theme001 .original_sub_menu {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width:430px) {
    .original04__frame {
        margin: 0 0 4rem;
    }
    .original04__text h2 {
        font-size: 1.8rem;
    }
    h2.article03-title.headline-font-type {
        padding: 0 0.5rem;
        font-size: 1.3rem;
    }
    p.article03-meta {
        padding: 0 0.5rem;
    }
    .article03 {
        width: 100%;
        margin: 0 auto 2rem !important;
    }
    .top-blog {
        margin-bottom: 5%;
    }
    .original_sub_menu, .ori_topics__title h2 {
        font-size: 1.1rem;
    }
    section.original01 h2,
    .original03-text h2 {
        font-size: 1.9rem;
    }
    .original01_fast_title p,
    .original03-text p {
        font-size: 1.35rem;
        line-height: 2.1;
    }
    section.original04 {
        margin: 0 0 4rem;
    }
    .original04__text::before {
        font-size: 1rem;
    }
    .ori_topics__title {
        margin-bottom: 3rem;
    }
    section.ori_topics {
        padding: 4rem 0 4rem;
    }
    section.original01 {
        padding: 4rem 0 4rem;
    }
    section.original03 {
        padding: 4rem 0 4rem;
    }
    .content02_theme001 {
        padding: 4rem 0 4rem;
    }
    .content02_theme001-title.headline-font-type {
        font-size: 1.8rem;
    }
}
@media screen and (max-height: 430px) {}
/*　オリジナル フロント___END　*/

/*　投稿ページ　*/
.archive-header {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
body.blog .main, body.archive.category .main, body.archive.date .main {
    margin-top: 6em;
    margin-bottom: 6rem;
}
body.post-template-default .main {
    margin-bottom: 8rem;
}
h2.archive-title.headline-font-type {
    font-size: 3rem !important;
}
h1.post-title.headline-font-type {
    font-size: 2.2rem !important;
    font-weight: 700;
    margin: 10rem 0 0.2rem;
    color: rgb(40 40 40);
}
p.post-meta {
    margin-bottom: 3rem;
}
.page_navi p.back a {
    background: #caa053;
}
div#single_share_bottom {
    margin-top: 5rem;
}
#wp-calendar caption {
    color: rgb(40 40 40);
}
h4.headline-bar {
    background-color: rgb(255 255 255 / 0%);
    color: rgb(40 40 40);
    padding: 0;
    padding-left: 1em;
    border-left: solid 3px rgb(31 128 96);
    margin-bottom: 1.5rem !important;
    font-weight: 700;
}
span.post-date {
    display: block;
    color: rgb(31 79 139);
}
.single .post-content img {
    width: auto;
}
.secondary.fright a:hover {
    color: rgb(86 85 85);
}
/*　投稿ページレスポンシブ　*/
@media screen and (max-width:1200px) {
    .archive-header {
        margin-bottom: 2.5rem;
    }
}
@media screen and (max-width:834px) {
    .post-meta-box {
        background: none;
    }
    body.blog .main, body.archive.category .main, body.archive.date .main {
        margin-top: 6rem;
    }
    h4.headline-bar {
        padding: inherit;
        text-align: left;
        padding-left: 1.5rem;
    }
    h1.post-title.headline-font-type {
        font-size: 1.8rem !important;
        margin: 7rem 0 0.2rem;
    }
    body.post-template-default .main {
        margin-bottom: 4rem;
    }
    h2.archive-title.headline-font-type {
        font-size: 2.6rem !important;
    }
    p.post-meta {
        margin-bottom: 2rem;
    }
}
/*　投稿ページ___END　*/
/*　固定ページ　*/
.signage {
    /*    background-image: url(img/i_catch.jpg) !important;
        background-size: cover;*/
    height: 28rem;
    z-index: 0;
}
.signage::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(40 40 40 / 68%);
    z-index: -1;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.breadcrumb li a:hover {
    opacity: 0.5;
    color: #fff;
}
h1.signage-title.headline-font-type {
    font-size: 4rem !important;
    font-weight: 700;
    text-shadow: none;
    line-height: 1.5;
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
p.signage-title-sub {
    font-size: 2rem !important;
    font-weight: 300;
    letter-spacing: 0.25rem;
    text-shadow: none;
    color: rgb(220 232 245) !important;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.kp-content_inner {
    max-width: 115rem;
    width: 86%;
    margin: 0 auto;
}
.post-header {
    margin: 0;
}
section.kp-main-content {
    padding: 10rem 0 10rem;
    position: relative;
}
.kp-content {
    margin-bottom: 8rem;
}
.kp-content:last-of-type {
    margin-bottom: 0;
}
.kp-content_child {
    margin-bottom: 5rem;
}
.kp-content_child:last-child {
    margin-bottom: 0;
}

span.required {
    color: #ffffff;
    font-size: 11px;
    background-color: rgb(217 59 59);
    padding: 0.2rem 0.5rem 0.3rem;
    vertical-align: inherit;
    margin-right: 0.75rem;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}
span.required_off {
    color: #ffffff;
    font-size: 11px;
    background-color: #919191;
    padding: 0.2rem 0.5rem 0.3rem;
    vertical-align: inherit;
    margin-right: 0.75rem;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}
.post-content h2 {
    padding: 0;
    color: rgb(40 40 40);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    line-height: 1.8;
}
.post-content h2::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 0.3rem;
    background: rgb(31 128 96);
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
}
.post-content h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    padding: 0;
    line-height: 1.5;
    font-weight: 700;
    color: #3f7a25;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}
.post-content h3:first-of-type {
    margin-top: 0;
}
.post-content p {
    font-size: 1.4rem;
    margin: 0 0 2em 0;
}
.post-content table {
    margin: 0 0 0 0;
}
.post-content tr {
    border-bottom: solid 1px rgb(211 211 211);
}
.post-content td, .post-content th {
    border: none;
    background: #fff;
    vertical-align: middle;
    padding: 1.75rem 2.25rem 1.85rem;
    line-height: 1.8;
}
.post-content th {
    background: #ffffff;
    width: 23%;
    vertical-align: middle;
    color: rgb(31 79 139);
    font-weight: 700;
    text-align: left;
}
.post-content address {
    margin: 0 0 0 0;
    line-height: 2.2;
    font-style: normal;
}
address.single_page {
    font-weight: 700;
    font-size: 3rem;
    color: rgb(40 40 40);
    letter-spacing: 0.05rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
}
address.single_page span {
    font-size: 0.5em;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 3rem solid #dee8e8;
    margin: auto;
    margin-bottom: 10%;
}
section.kp-main-content.faq_00 h2 {
    margin-bottom: 1.25rem;
    font-size: 1.9rem;
    color: #0D0D0D;
    padding-left: 5.5rem !important;
    padding-top: 0.25rem;
    text-align: left;
    letter-spacing: 0.1rem;
    position: relative;
}
section.kp-main-content.faq_00 h2::before {
    content: "?";
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4.15rem;
    background: rgb(31 128 96);
    font-size: 3rem;
    color: rgb(40 40 40);
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 300;
}
section.kp-main-content.faq_00 h2::after {
    display: none;
}
section.kp-main-content.faq_00 p {
    padding-left: 5.5rem;
    border-bottom: dotted 1px rgb(211 211 211);
    padding-bottom: 5rem;
    margin-bottom: 5rem;
}
section.kp-main-content.faq_00 p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.flow-box {
    display: block;
    position: relative;
    padding-left: 10rem;
    max-width: 70rem;
    padding-bottom: 6rem;
    margin: 0 auto;
}
.flow-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.flow-box::before {
    counter-increment: number 1;
    content: counter(number);
    background: rgb(255 255 255);
    display: block;
    position: absolute;
    width: 7.1rem;
    height: 7.1rem;
    text-align: center;
    line-height: 7rem;
    left: 0;
    color: rgb(31 79 139);
    font-size: 4.75rem;
    font-weight: 400;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.flow-box h2 {
    text-align: left;
    margin-bottom: 0.5rem;
    border: none;
    padding-top: 1.2rem;
}
.flow-box h2 span {
    font-size: 0.6rem;
    margin-right: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: #ff3b63;
    display: block;
    line-height: 1;
}
.flow-box h2::after {
    display: none;
}
.flow-box::after {
    height: 100%;
    width: 0.1rem;
    content: "";
    top: 0;
    left: 3.5rem;
    background: rgb(31 128 96);
    display: block;
    position: absolute;
    z-index: 0;
}
.flow-box:last-child::after {
    content: none;
    height: 0;
}
.flow-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
table.mail_table tr {
    border: 0;
}
.wpcf7 form {
    margin: 0;
}
section.kp-main-content.information .kp-content_inner, section.kp-main-content.contact .kp-content_inner, section.kp-main-content.faq_00 .kp-content_inner {
    max-width: 85rem;
}
p.kp_center00 {
    text-align: center;
}
p.kp_contact_required {
    font-size: 0.95em;
    margin-bottom: 1rem;
}
a.kp_bunner_btn {
    display: block;
    width: 100%;
    max-width: 35rem;
    border: solid 0.2rem #aed412;
    color: #88a709;
    background: #fff;
    padding: 0.75rem 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 10rem;
    transition: 0.5s;
}
a.kp_bunner_btn:hover {
    background-color: #ff3b63;
    border: solid 0.2rem #ff3b63;
    color: #fff;
    transform: translatey(0.5rem);
}
.kp_yoyakuru00 {
    text-align: center;
}
p.kome_mark {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(148 148 148);
    position: relative;
    padding-left: 1.5rem;
}
p.kome_mark::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(239 124 51);
}
ul.kp_kome_mark {
    margin-top: 0.5rem;
}
ul.kp_kome_mark li {
    position: relative;
    line-height: 1.6;
    padding-left: 1.6rem;
    font-size: 0.85em;
    color: rgb(217 59 59);
    margin-bottom: 0.25rem;
}
ul.kp_kome_mark li:last-of-type {
    margin-bottom: 0;
}
ul.kp_kome_mark li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
    color: rgb(217 59 59);
}
section.kp-main-content.information {
    padding: 6rem 0;
    background: #fff;
}
section.kp-main-content.information .kp-content_inner {
    max-width: 80rem;
    width: 88%;
    margin: 0 auto;
}
section.kp-main-content.information table {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--nk-shadow-soft);
}
section.kp-main-content.information table th,
section.kp-main-content.information table td {
    padding: 1.8rem 2.2rem;
    text-align: left;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 1.9;
    border-bottom: 1px solid #eef2e6;
}
section.kp-main-content.information table tr:last-child th,
section.kp-main-content.information table tr:last-child td {
    border-bottom: 0;
}
section.kp-main-content.information table th {
    width: 28%;
    background: var(--nk-green-bg);
    color: var(--nk-green-dark);
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
section.kp-main-content.information table td {
    color: var(--nk-text);
}
section.kp-main-content.information ul.kp_kome_mark {
    margin-top: 0.8rem;
    padding-left: 0;
    list-style: none;
}
section.kp-main-content.information ul.kp_kome_mark li {
    color: var(--nk-text-soft);
    font-size: 1.25rem;
}
section.kp-main-content.information ul.kp_kome_mark li::before {
    color: var(--nk-warm);
}
@media screen and (max-width: 767px) {
    section.kp-main-content.information {
        padding: 4rem 0;
    }
    section.kp-main-content.information table th,
    section.kp-main-content.information table td {
        display: block;
        width: 100%;
        padding: 1.2rem 1.6rem;
        white-space: normal;
    }
    section.kp-main-content.information table th {
        border-bottom: 0;
        padding-bottom: 0.4rem;
    }
}
section.kp-main-content.price table {
    border: solid 0.1rem rgb(211 211 211);
    border-bottom: none;
}
section.kp-main-content.price .kp-content_inner {
    max-width: 65rem;
}
section.kp-main-content.price table th {
    width: 50%;
    font-size: 1.2em;
}
section.kp-main-content.price table td {
    text-align: right;
    font-size: 1.6em;
    font-weight: 700;
}
span.kp_price_yen {
    font-size: 0.6em;
    margin-left: 0.2rem;
}
.kp-content.kp_faq_00_01 {
    padding: 3%;
    background: rgb(244 244 244);
    text-align: center !important;
}
.kp-content.kp_faq_00_01 p {
    padding-left: 0 !important;
    text-align: center !important;
}
.kp-content.kp_faq_00_01 a, .kp-content.kp_faq_00_02 a {
    text-decoration: underline;
}
.kp-content.kp_faq_00_01 a:hover, .kp-content.kp_faq_00_02 a:hover {
    text-decoration: none;
    color: rgb(144 144 144);
}
section.kp-main-content.aboutus01::before {
    content: "";
    position: absolute;
    width: 32%;
    height: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-45deg, rgb(31 128 96), rgb(31 128 96) 1px, #fff 0, #fff 29px);
    z-index: -1;
}
section.kp-main-content.aboutus01 h2 {
    text-align: left;
}
section.kp-main-content.aboutus01 h2::after {
    margin-left: 0;
}
section.kp-main-content.aboutus01 .flex_lay {
    gap: 4rem;
}
section.kp-main-content.aboutus01 .flex_lay .flex_lay_box {
    width: calc(50% - 2rem);
}
section.kp-main-content.aboutus01 p {
    margin-bottom: 1rem;
    line-height: 2.2;
    font-size: 1.45rem;
}
section.kp-main-content.aboutus01 p:last-of-type {
    margin-bottom: 0;
}
section.kp-main-content.works00 .kp-content_inner {
    max-width: 85rem;
}
.kp_beforeafter_box.flex_lay {
    gap: 8rem;
}
.before_box.flex_lay_box, .after_box.flex_lay_box {
    width: calc(50% - 4rem);
    position: relative;
}
.before_box.flex_lay_box::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    width: 8rem;
    height: 8rem;
    font-size: 300%;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: 8rem;
    top: -2.25rem;
    left: -1.25vw;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 5px rgb(238 238 238 / 19%);
    letter-spacing: 0.25rem;
    text-align: center;
    background: rgb(31 79 139);
}
.before_box.flex_lay_box::after {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 2em;
    position: absolute;
    right: -5rem;
    top: calc(50% - 2em);
    color: rgb(31 79 139);
}
.kp_beforeafter_box.flex_lay h3 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.15rem;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
@media screen and (max-width:834px) {
    .before_box.flex_lay_box::before {
        width: 6rem;
        height: 6rem;
        line-height: 6rem;
        font-size: 270%;
        left: -2.5vw;
    }
}
@media screen and (max-width:430px) {
    .kp_beforeafter_box.flex_lay {
        gap: 4rem;
    }
    .before_box.flex_lay_box, .after_box.flex_lay_box {
        width: calc(50% - 2rem);
    }
    .before_box.flex_lay_box::before {
        width: 4rem;
        height: 4rem;
        line-height: 4.3rem;
        font-size: 200%;
        left: -2.5vw;
        top: -1.25rem;
    }
    .before_box.flex_lay_box::after {
        font-size: 1.5em;
        right: -2.8rem;
        top: calc(50% - 2em);
    }
    .kp_beforeafter_box.flex_lay h3 {
        font-size: 1.2em;
    }
}
/*　☆固定ページレスポンシブ　*/
@media screen and (max-width:1200px) {
    .signage {
        height: 24rem;
    }
    section.kp-main-content {
        padding: 7rem 0 7rem;
    }
    .kp-content {
        margin-bottom: 5rem;
    }
    .post-content h2 {
        line-height: 1.5;
        font-size: 2rem;
    }
    section.kp-main-content.faq_00 p {
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
    section.kp-main-content.aboutus01 p {
        line-height: 2;
        font-size: 1.4rem;
    }
}
@media screen and (max-width:834px) {
    .signage {
        height: 19rem;
    }
    h1.signage-title.headline-font-type {
        font-size: 2.8rem !important;
        margin-top: 0.5rem;
    }
    p.signage-title-sub {
        font-size: 1.5rem !important;
    }
    .post-content td, .post-content th {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 1.5rem 1.5rem;
        line-height: 2;
    }
    .service-box {
        width: 100%;
    }
    section.kp-main-content.information th {
        padding-bottom: 0;
    }
    section.kp-main-content.information td {
        padding-top: 0;
    }
    .flow-box {
        padding-left: 8rem;
        padding-bottom: 4rem;
    }
    section.kp-main-content.price table th {
        width: 100%;
        padding-bottom: 0;
        text-align: center;
    }
    section.kp-main-content.price table td {
        padding-top: 0;
        text-align: center;
    }
    section.kp-main-content.faq_00 h2 {
        padding-top: 0.7rem;
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    section.kp-main-content.aboutus01 .flex_lay .flex_lay_box {
        width: 100%;
    }
    section.kp-main-content.aboutus01 .flex_lay {
        gap: 2rem;
    }
    section.kp-main-content.aboutus01::before {
        opacity: 0.3;
    }
}
@media screen and (max-width:430px) {
    p.kp_center00 {
        text-align: left;
    }
    .wpcf7 input.wpcf7-submit {
        height: 5rem;
    }
    .flow-box {
        padding-left: 7.5rem;
        padding-bottom: 3rem;
    }
    .flow-box h2 span {
        line-height: 1.5;
    }
    address.single_page {
        font-size: 2.5rem;
    }
    .service-box {
        padding: 2.5rem 2rem 2.5rem;
    }
    section.kp-main-content.faq_00 h2::before {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.65rem;
        font-size: 2.7rem;
    }
    section.kp-main-content.faq_00 h2 {
        padding-left: 5rem !important;
        padding-top: 0.5rem;
    }
    section.kp-main-content.faq_00 p {
        padding-left: 5rem;
    }
    .flow-box h2 {
        line-height: 2;
        font-size: 2.2rem;
        padding-top: 0.8rem;
    }
    section.kp-main-content.price table th {
        font-size: 1.1em;
    }
    section.kp-main-content.price table td {
        font-size: 1.4em;
    }
    .kp-content.kp_faq_00_01 p {
        text-align: left !important;
    }
    .kp-content.kp_faq_00_01 {
        padding: 5%;
    }
    h1.signage-title.headline-font-type {
        font-size: 2.4rem !important;
    }
    section.kp-main-content.aboutus01 h2 {
        margin-bottom: 1.5rem;
    }
    section.kp-main-content.aboutus01 h2::after {
        margin-top: 1.75rem;
    }
}
/*　固定ページ___END　*/
/* スマホ動画 */
video {
    display: block;
}
#bg-video {
    right: 0;
    bottom: 0;
    z-index: -1;
}
#main-image {
    background-color: rgba(0, 0, 0, 0);
}
video {
    min-height: 20%;
    min-height: 20vh;
    min-width: 20%;
    min-width: 20vw;
    width: 100%;
    height: auto;
    background: url('https://nishizawa109.com/wp-content/uploads/2024/02/sp_main_fv_img.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.top-slider-wrapper {
    height: auto;
}
@media screen and (max-width: 1200px) {
    .top-slider-wrapper {
        height: auto;
    }
}
@media screen and (max-width: 430px) {
    .header-bar-fixed ~ .top-slider-wrapper, .header-youtube {
        height: auto;
    }
}

/* 202405 ロゴ差し替え サイズ調整 */
.logo-image {
    top: 50%;
    width: 18rem;
    max-height: none;
    transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
    .logo-image {
        width: 9rem;
    }
}
@media only screen and (max-width: 1200px) {
    .header-bar {
        height: 60px;
    }
    .global-nav-button:before {
        font-size: 35px;
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
}

/* Instagram Feed */
#instagram_feed {
    padding: 80px 0;
    background-color: rgb(31 128 96);
}
#instagram_feed h2.instagram_ttl {
    color: #fff;
    font-size: 6.5rem;
    letter-spacing: 0.5rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    text-align: center;
}
#instagram_feed .instagram_link {
    width: 300px;
    padding: 10px 0;
    margin: 20px auto 40px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1rem;
    border-radius: 50px;
}
#instagram_feed .instagram_link a {
    color: rgb(31 128 96);
    font-weight: 800;
    font-size: 1.1em;
    letter-spacing: 0.1rem;
}
#instagram_feed .instagram_inner {
    max-width: 120rem;
    width: 86%;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    #instagram_feed h2.instagram_ttl {
        font-size: 5rem;
    }
}

@media (max-width: 834px) {
    #instagram_feed {
        padding: 50px 0;
    }
    #instagram_feed h2.instagram_ttl {
        font-size: 4.5rem;
    }
    #instagram_feed .instagram_link {
        padding: 5px 0;
    }
}
@media (max-width: 430px) {
    #instagram_feed h2.instagram_ttl {
        font-size: 3rem;
    }
    #instagram_feed .instagram_link {
        width: 200px;
        margin: 10px auto 20px;
    }
}
p.kp_center00 {
    text-align: center;
}
a.kp_line_button {
    border: solid 2px #18c507;
    background: #18c507;
    color: #fff;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    margin-top: 1em;
}
a.kp_line_button:hover {
    background: #fff;
    color: #18c507;
}
.post-content ul{
    list-style: none;
    margin-left: 0;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* ==========================================================================
   サービス案内 (Service) - トンマナ統一版
   ========================================================================== */
.service_sec {
    padding: 4rem 0 6rem;
    background: #fff;
    position: relative;
}
.service_sec .content_inner {
    max-width: 115rem;
}
.service_sec h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: left;
    color: var(--nk-text);
    font-weight: 700;
    margin: 0 0 2rem;
    padding-bottom: 1.8rem;
    position: relative;
    letter-spacing: 0.02em;
}
.service_sec h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5rem;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--nk-green) 0%, var(--nk-blue) 100%);
    margin: 0;
}
.service_sec > .content_inner > h2:nth-of-type(2) {
    margin-top: 6rem;
}
.service_sec > .content_inner > p {
    font-size: 1.5rem;
    line-height: 2.2;
    color: var(--nk-text-soft);
    margin-bottom: 2rem;
}
.service_thought {
    padding: 4rem 4rem;
    margin: 3rem 0 6rem;
    border-radius: 24px;
    background: var(--nk-green-bg);
    border-left: 5px solid var(--nk-green);
    box-sizing: border-box;
    position: relative;
}
.service_thought h3 {
    font-size: 1.8rem;
    color: var(--nk-green-dark);
    font-weight: 700;
    margin: 0 0 1.5rem;
    padding-left: 3rem;
    position: relative;
    letter-spacing: 0.04em;
}
.service_thought h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nk-green) 0%, var(--nk-green-2) 100%);
    box-shadow: 0 4px 10px rgba(95, 168, 56, .35);
}
.service_thought p,
.service_text p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.2;
    color: var(--nk-text-soft);
}
.service_box {
    margin-top: 6rem;
    align-items: center;
    gap: 4rem 5rem;
}
.service_box:first-of-type {
    margin-top: 3rem;
}
.service_img {
    width: calc(50% - 2.5rem);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.service_text {
    width: calc(50% - 2.5rem);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 0;
    margin: 0;
}
.service_box:nth-of-type(odd) .service_img {
    order: 2;
    margin-left: 0;
    padding-left: 0;
}
.service_box:nth-of-type(odd) .service_text {
    order: 1;
    margin-left: 0;
}
.service_box:nth-of-type(even) .service_img {
    order: 1;
    padding-right: 0;
}
.service_box:nth-of-type(even) .service_text {
    order: 2;
}
.service_text h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--nk-text);
    margin: 0 0 1.5rem;
    padding-left: 4.5rem;
    position: relative;
    line-height: 1.6;
    width: 100%;
    letter-spacing: 0.02em;
}
.service_text h3::before {
    counter-increment: service-num;
    content: counter(service-num, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--nk-green);
    line-height: 1.6;
}
.service_text h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.8rem;
    width: 3rem;
    height: 2px;
    background: var(--nk-green);
}
.service_sec .content_inner {
    counter-reset: service-num;
}
.service_text p {
    width: 100%;
    margin-top: 1rem;
}
.service_img img {
    border-radius: 18px;
    width: 100%;
    height: auto;
    box-shadow: var(--nk-shadow-soft);
    transition: transform .5s var(--nk-ease), box-shadow .5s var(--nk-ease);
    display: block;
}
.service_box:hover .service_img img {
    transform: translateY(-4px);
    box-shadow: var(--nk-shadow);
}
@media only screen and (max-width: 768px) {
    .service_sec {
        padding: 3rem 0 4rem;
    }
    .service_sec h2 {
        font-size: 2.1rem;
    }
    .service_sec > .content_inner > h2:nth-of-type(2) {
        margin-top: 4rem;
    }
    .service_thought {
        padding: 2.5rem 2rem;
        margin: 2rem 0 4rem;
        border-radius: 18px;
    }
    .service_thought h3 {
        font-size: 1.6rem;
    }
    .service_box {
        margin-top: 3rem;
        gap: 1.5rem 0;
    }
    .service_img,
    .service_text {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .service_box:nth-of-type(odd) .service_img,
    .service_box:nth-of-type(even) .service_img {
        order: 1;
        margin-bottom: 0.5rem;
    }
    .service_box:nth-of-type(odd) .service_text,
    .service_box:nth-of-type(even) .service_text {
        order: 2;
        margin-left: 0;
    }
    .service_text h3 {
        font-size: 1.7rem;
    }
}
/* サービス案内 END */
/* ã”æŒ¨æ‹¶ */
.greeting_inner {
    margin-bottom: 50px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h2 {
    text-align: left;
}
.greeting_inner h2::after {
    width: 40px;
    margin-left: 0;
}
.greeting_inner p {
    line-height: 2;
}
.greeting_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting__img {
    width: 35%;
    padding-right: 2em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.greeting__img img {
    border-radius: 10px;
}
.greeting__text {
    width: 65%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text h2, .greeting__text p {
    width: 100%;
}
.greeting__text h2 {
    font-size: 1.5em;
    line-height: 1.5;
}
.greeting__text p {
    margin-bottom: 25px;
}
p.name {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: end;
}
p.name span {
    font-size: 0.7em;
    margin-right: 15px;
    display: inline-block;
    color: #000;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 20px;
    }
    .greeting__img {
        width: 100%;
        max-width: 330px;
        margin: auto;
        padding-right: 0;
    }
    .greeting__text {
        width: 100%;
        margin-top: 1.5em;
    }
    .greeting__text h2 {
        font-size: 1.3em;
    }
    .greeting__text p {
        margin-bottom: 15px;
    }
    p.name {
        font-size: 1.2em;
    }
}
/* ã”æŒ¨æ‹¶ END */
/* ==========================================================================
   よくある質問 (FAQ) - トンマナ統一版
   ========================================================================== */
.faq_sec {
    padding: 10rem 0;
    background: var(--nk-green-bg);
    position: relative;
    overflow: hidden;
}
.faq_sec::before {
    content: "FAQ";
    position: absolute;
    top: 4rem;
    right: -2rem;
    font-size: 16rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(95, 168, 56, 0.08);
    font-family: 'Montserrat', sans-serif;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
}
.faq_sec .content_inner {
    max-width: 90rem;
    width: 88%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.faq {
    background: #fff;
    border-radius: 20px;
    padding: 3rem 3.5rem;
    margin-bottom: 1.8rem;
    box-shadow: var(--nk-shadow-soft);
    transition: transform .35s var(--nk-ease), box-shadow .35s var(--nk-ease);
}
.faq:hover {
    transform: translateY(-3px);
    box-shadow: var(--nk-shadow);
}
.faq:last-of-type {
    margin-bottom: 0;
}
.faq h2 {
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0 0 1.8rem;
    padding-left: 5.5rem;
    position: relative;
    color: var(--nk-text);
    font-weight: 700;
    text-align: left;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
}
.faq h2::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nk-green) 0%, var(--nk-green-2) 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(95, 168, 56, .35);
    counter-increment: none;
    margin: 0;
    letter-spacing: 0;
}
.faq h2::after {
    content: none;
}
p.answer {
    margin: 0 0 0 5.5rem;
    padding: 2rem 2.4rem;
    background: var(--nk-bg);
    border-left: 3px solid var(--nk-blue);
    border-radius: 0 14px 14px 0;
    position: relative;
    font-size: 1.45rem;
    line-height: 2;
    color: var(--nk-text-soft);
}
p.answer::before {
    content: "A";
    position: absolute;
    left: -5.5rem;
    top: 0;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background: #fff;
    color: var(--nk-blue);
    border: 2px solid var(--nk-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .faq_sec {
        padding: 6rem 0;
    }
    .faq_sec::before {
        font-size: 9rem;
        top: 2rem;
    }
    .faq {
        padding: 2rem 1.8rem;
        margin-bottom: 1.4rem;
        border-radius: 16px;
    }
    .faq h2 {
        font-size: 1.5rem;
        padding-left: 4.2rem;
        margin-bottom: 1.4rem;
        min-height: 3.4rem;
    }
    .faq h2::before {
        width: 3.4rem;
        height: 3.4rem;
        font-size: 1.6rem;
    }
    p.answer {
        margin-left: 0;
        padding: 1.5rem 1.6rem 1.5rem 5rem;
        font-size: 1.4rem;
        border-radius: 12px;
        border-left: 0;
        border-top: 3px solid var(--nk-blue);
    }
    p.answer::before {
        left: 1rem;
        top: 1.2rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        border-width: 2px;
    }
}
/* よくある質問 END */
/* ==========================================================================
   お問い合わせ (Contact / LINE / Mail) - トンマナ統一版
   ========================================================================== */
.contact_sec,
.mail_sec {
    padding: 6rem 0;
    background: #fff;
}
.contact_sec + .contact_sec {
    padding-top: 0;
}
.mail_sec {
    background: var(--nk-green-bg);
    padding: 8rem 0 10rem;
    position: relative;
    overflow: hidden;
}
.mail_sec::before {
    content: "CONTACT";
    position: absolute;
    top: 3rem;
    right: -2rem;
    font-size: 13rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(95, 168, 56, 0.08);
    font-family: 'Montserrat', sans-serif;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
}
.contact_sec .content_inner,
.mail_sec .content_inner {
    max-width: 90rem;
    width: 88%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.con__inner {
    background: #fff;
    border-radius: 20px;
    padding: 4rem 4rem;
    box-shadow: var(--nk-shadow-soft);
    text-align: center;
    margin-bottom: 0;
}
.contact_sec .con__inner h2,
.mail_sec h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--nk-text);
    margin: 0 0 2.5rem;
    padding-bottom: 1.8rem;
    position: relative;
    text-align: center;
    border: 0;
}
.contact_sec .con__inner h2::after,
.mail_sec h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--nk-green) 0%, var(--nk-blue) 100%);
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 3.6rem;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 800;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    color: var(--nk-green-dark);
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
address.con_tel a,
address.con_tel .tel-link {
    color: var(--nk-green-dark);
    text-decoration: none;
}
span.con_tel_sub {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    margin-right: 0.8rem;
    color: var(--nk-blue);
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--nk-blue-soft);
    border-radius: 999px;
}
p.con_caution {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--nk-text-soft);
    margin: 0.6rem 0 0;
    text-align: center;
    width: auto;
}
.mail_info_box {
    background: #fff;
    border-radius: 18px;
    padding: 2.5rem 3rem;
    margin-bottom: 3rem;
    border-left: 4px solid var(--nk-warm);
    box-shadow: var(--nk-shadow-soft);
}
.mail_info_box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--nk-text);
}
.mail_info_box p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0;
    color: var(--nk-text-soft);
}

/* LINEボタン */
.contact_sec a.footer_but,
.contact_sec a.footer-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    line-height: 1;
    background: linear-gradient(135deg, #06c755 0%, #06a042 100%);
    color: #fff !important;
    padding: 1.8rem 4rem;
    text-align: center;
    box-shadow: 0 10px 24px rgba(6, 199, 85, 0.32);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    border-radius: 999px;
    max-width: none;
    width: auto;
    min-width: 28rem;
    position: relative;
    overflow: hidden;
    transition: transform .35s var(--nk-ease), box-shadow .35s var(--nk-ease);
    text-decoration: none;
}
.contact_sec a.footer_but::before {
    /*    content: "LINE";*/
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    background: #fff;
    color: #06a042;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    letter-spacing: 0.1em;
    position: static;
    margin: 0;
}
.contact_sec a.footer_but::after {
    content: "→";
    font-family: inherit;
    position: static;
    right: auto;
    font-size: 1.4em;
    font-weight: 700;
    transition: transform .35s var(--nk-ease);
}
.contact_sec a.footer_but:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(6, 199, 85, 0.4);
}
.contact_sec a.footer_but:hover::after {
    transform: translateX(6px);
}

@media only screen and (max-width: 768px) {
    .contact_sec,
    .mail_sec {
        padding: 4rem 0;
    }
    .mail_sec {
        padding: 5rem 0 7rem;
    }
    .mail_sec::before {
        font-size: 7rem;
    }
    .con__inner {
        padding: 3rem 2rem;
        border-radius: 16px;
    }
    address.con_tel {
        font-size: 2.6rem;
    }
    span.con_tel_sub {
        display: block;
        margin: 0 auto 0.8rem;
        width: fit-content;
        font-size: 1.2rem;
    }
    .contact_sec a.footer_but,
    .contact_sec a.footer-line {
        width: 100%;
        min-width: 0;
        padding: 1.5rem 2rem;
        font-size: 1.4rem;
    }
    .mail_info_box {
        padding: 2rem 1.8rem;
        border-radius: 14px;
    }
}
/* お問い合わせ END */
/* ==========================================================================
   お問い合わせフォーム (CF7) - トンマナ統一版
   ========================================================================== */
span.required {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-left: 0.8rem;
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    color: #fff;
    background: var(--nk-warm);
    font-weight: 700;
    vertical-align: middle;
}
.wpcf7 {
    background: #fff;
    border-radius: 20px;
    padding: 4rem 4rem;
    box-shadow: var(--nk-shadow-soft);
    margin-bottom: 0 !important;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: var(--nk-bg);
    border: 1px solid #e3e8d8;
    border-radius: 12px;
    padding: 1.4rem 1.6rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.5rem;
    font-family: inherit;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    width: auto;
    margin-right: 0.5rem;
}
.wpcf7 select {
    background: #fff;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 2.2rem;
    color: var(--nk-text);
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1.2rem;
    margin-top: 0.6rem;
    line-height: 1.6;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: var(--nk-green);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(95, 168, 56, 0.15) !important;
    outline: none;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 3rem;
    width: 100%;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    height: 6.4rem;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nk-green) 0%, var(--nk-green-2) 100%);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(95, 168, 56, .35), inset 0 -2px 0 rgba(0,0,0,.1);
    transition: transform .35s var(--nk-ease), box-shadow .35s var(--nk-ease), background .35s var(--nk-ease);
    cursor: pointer;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--nk-green-dark) 0%, var(--nk-green) 100%);
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(63, 122, 37, .35), inset 0 -2px 0 rgba(0,0,0,.1);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0;
    background: #ffe8ec;
    color: #c2335a;
    border-radius: 12px;
    line-height: 1.8;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    background: var(--nk-green-pale);
    color: var(--nk-green-dark);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .wpcf7 {
        padding: 2.5rem 1.8rem;
        border-radius: 16px;
    }
    .wpcf7 input.wpcf7-submit {
        margin-top: 2rem;
        height: 5.6rem;
        font-size: 1.4rem;
    }
}
/* お問い合わせフォーム END */
#foogallery-gallery-47{
    counter-reset: number;
}
#foogallery-gallery-47 .fg-item{
    position: relative;
}
#foogallery-gallery-47 .fg-item:nth-child(2n+1)::before{
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    width: 5rem;
    height: 5rem;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 5rem;
    top: -2.25rem;
    left: -3.25vw;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 5px rgb(238 238 238 / 19%);
    letter-spacing: 0.25rem;
    text-align: center;
    background: rgb(31 79 139);
    z-index: 9;
    font-size: 24px;
}
@media only screen and (min-width: 768px){
    #foogallery-gallery-47 .fg-item:nth-child(2n+1)::before{
        width: 8rem;
        height: 8rem;
        top: -2.25rem;
        left: -1.25vw;
        line-height: 8rem;
        font-size: 32px;
    }
}
#foogallery-gallery-47 .fg-item:nth-child(2n+2)::before {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 2em;
    position: absolute;
    left: -35px;
    top: 50%;
    color: rgb(31 79 139);
    font-size: 24px;
}

#foogallery-gallery-47 .fg-item:nth-child(2n+1)::after{
    content: "BEFORE";
    font-size: 24px;
    display: block;
    margin-top: 20px;
}
#foogallery-gallery-47 .fg-item:nth-child(2n+2)::after{
    content: "AFTER";
    font-size: 24px;
    display: block;
    margin-top: 20px;
}

/* ==========================================================================
   西工業 ホームページ専用デザイン上書き（最後尾に配置 / 親テーマ・既存スタイルを上書き）
   - テーマカラー: 三ツ矢サイダー風グリーン
   - コンセプト: ポップ・明るい・温かい・柔らかい
   - 2026年トレンド: グラスモーフィズム / ソフトシャドウ / メッシュグラデーション / スクロールリビール
   ========================================================================== */
:root{
    --nk-green:        #6fbb44;
    --nk-green-2:      #5aa432;
    --nk-green-dark:   #3f7a25;
    --nk-green-mid:    #8fcd5a;
    --nk-green-light:  #cfe8a8;
    --nk-green-pale:   #eaf6d6;
    --nk-green-bg:     #f6fbed;
    --nk-blue:         #2f7fb6;
    --nk-blue-soft:    #cfe6f5;
    --nk-cream:        #fffaeb;
    --nk-warm:         #ffb74a;
    --nk-warm-soft:    #ffe1a8;
    --nk-text:         #2b3a1e;
    --nk-text-soft:    #5e6b54;
    --nk-bg:           #fbfbf6;
    --nk-white:        #ffffff;
    --nk-shadow:       0 18px 48px rgba(63, 122, 37, 0.14);
    --nk-shadow-soft:  0 8px 24px rgba(63, 122, 37, 0.08);
    --nk-shadow-lift:  0 24px 60px rgba(63, 122, 37, 0.20);
    --nk-radius:       24px;
    --nk-radius-lg:    36px;
    --nk-radius-pill:  999px;
    --nk-ease:         cubic-bezier(.25,.8,.25,1);
}

/* ---------- ベース ---------- */
.nk-main{
    background: var(--nk-bg);
    color: var(--nk-text);
    overflow-x: clip;
}
body{
    background: var(--nk-bg) !important;
    color: var(--nk-text) !important;
}

/* ---------- 共通：スクロールリビール ---------- */
.nk-reveal{
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .9s var(--nk-ease), transform .9s var(--nk-ease);
    will-change: transform, opacity;
}
.nk-reveal.is-in{
    opacity: 1;
    transform: none;
}
.nk-reveal--delay{ transition-delay: .15s; }
@media (prefers-reduced-motion: reduce){
    .nk-reveal{ opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- 共通：セクション ---------- */
.nk-section{ position: relative; }

/* ---------- グラデーションブロブ（背景の柔らかい円） ---------- */
.nk-blob{
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .55;
    pointer-events: none;
    z-index: -1;
    animation: nkFloat 14s ease-in-out infinite alternate;
}
.nk-blob--01{
    width: 36rem; height: 36rem;
    background: radial-gradient(circle at 30% 30%, var(--nk-green-light), transparent 70%);
    top: -8rem; left: -10rem;
}
.nk-blob--02{
    width: 30rem; height: 30rem;
    background: radial-gradient(circle at 70% 70%, var(--nk-warm-soft), transparent 70%);
    bottom: -5rem; right: -8rem;
    animation-delay: -7s;
}
@keyframes nkFloat{
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(2rem, -1.5rem) scale(1.05); }
    100% { transform: translate(-1.5rem, 2rem) scale(.97); }
}

/* ==========================================================================
   01. CONCEPT セクション（original01）
   ========================================================================== */
section.original01{
    padding: 12rem 0 12rem !important;
    background:
        radial-gradient(ellipse at 10% 10%, rgba(143, 205, 90, 0.10) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 90%, rgba(255, 183, 74, 0.08) 0%, transparent 55%),
        var(--nk-bg);
}
.original_sub_menu,
.ori_topics__title h2{
    color: var(--nk-green-dark) !important;
    font-size: 6rem !important;
    letter-spacing: .35rem;
    text-shadow: 0 2px 14px rgba(63,122,37,.08);
}
.original_sub_menu span,
.ori_topics__title h2 span{
    color: var(--nk-text-soft) !important;
    font-size: .22em !important;
    letter-spacing: .25rem;
    margin-top: .6rem;
}
section.original01 h2{
    color: var(--nk-text) !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
    background: linear-gradient(120deg, var(--nk-green-dark) 0%, var(--nk-green) 60%, var(--nk-warm) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    margin-top: 1rem !important;
}
section.original01 .flex_lay_box p{
    color: var(--nk-text-soft);
    line-height: 2.2;
    font-size: 1.5rem;
    font-weight: 500;
}

/* ==========================================================================
   02. ABOUT US セクション（content02_theme001）
   ========================================================================== */
.content02_theme001{
    padding: 10rem 0 8rem !important;
    position: relative;
    background: linear-gradient(180deg, var(--nk-green-bg) 0%, transparent 80%);
}
/* 既存の斜めストライプを優しい円形パターンに差し替え */
.content02_theme001::before{
    background: none !important;
    width: 38rem !important;
    height: 38rem !important;
    border-radius: 50% !important;
    top: 6rem !important;
    left: -12rem !important;
    background: radial-gradient(circle, rgba(143, 205, 90, .25) 0%, transparent 65%) !important;
    filter: blur(20px);
    z-index: 0 !important;
}
.content02-item_theme001-inner{ position: relative; z-index: 1; }

.content02-item_theme001{
    margin-bottom: 6rem !important;
    align-items: center;
}
.content02_theme001-img{
    overflow: hidden;
    border-radius: var(--nk-radius-lg) !important;
    box-shadow: var(--nk-shadow);
    transition: transform .8s var(--nk-ease), box-shadow .8s var(--nk-ease);
    position: relative;
}
.content02_theme001-img::after{
    content: "";
    position: absolute; inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
    pointer-events: none;
}
.content02_theme001-img img{
    border-radius: var(--nk-radius-lg);
    transition: transform 1.4s var(--nk-ease);
    display: block;
}
.content02_theme001-img:hover{
    transform: translateY(-6px);
    box-shadow: var(--nk-shadow-lift);
}
.content02_theme001-img:hover img{
    transform: scale(1.06);
}

.content02_theme001-subtitle{
    color: var(--nk-warm) !important;
    font-weight: 600 !important;
    letter-spacing: .25rem;
}
.content02_theme001-subtitle span{
    color: var(--nk-text-soft) !important;
    font-weight: 600 !important;
}
.content02_theme001-title.headline-font-type{
    color: var(--nk-green-dark) !important;
    line-height: 1.6 !important;
    font-weight: 800 !important;
    letter-spacing: .05rem;
    margin-bottom: 1.5rem !important;
    position: relative;
}
.content02_theme001-title.headline-font-type::after{
    content: "";
    display: block;
    width: 6rem;
    height: 4px;
    border-radius: 4px;
    margin-top: 1.5rem;
    background: linear-gradient(90deg, var(--nk-green) 0%, var(--nk-warm) 100%);
}
p.content02_theme001-text{
    color: var(--nk-text-soft);
    line-height: 2.2;
    font-size: 1.45rem;
}

/* ボタン（共通の現代風ピル型） */
a.content02_theme001-button,
a.original03-button,
.nk-btn{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: 0 !important;
    background: linear-gradient(135deg, var(--nk-green) 0%, var(--nk-green-2) 100%) !important;
    color: #fff !important;
    border-radius: var(--nk-radius-pill) !important;
    line-height: 1 !important;
    padding: 1.6rem 3rem !important;
    height: auto !important;
    width: auto !important;
    max-width: 28rem !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    letter-spacing: .15em !important;
    box-shadow: 0 10px 24px rgba(95, 168, 56, .35), inset 0 -2px 0 rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    transition: transform .4s var(--nk-ease), box-shadow .4s var(--nk-ease) !important;
    margin-top: 2.5rem !important;
}
a.content02_theme001-button::before,
.nk-btn::before{
    display: none !important;
}
a.content02_theme001-button::after,
.nk-btn::after{
    content: "→";
    font-family: inherit !important;
    background: none !important;
    width: auto !important; height: auto !important;
    position: static !important;
    transform: none !important;
    color: #fff !important;
    transition: transform .4s var(--nk-ease);
    font-size: 1.4em;
    font-weight: 700;
}
a.content02_theme001-button:hover,
.nk-btn:hover{
    background: linear-gradient(135deg, var(--nk-green-dark) 0%, var(--nk-green) 100%) !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(63, 122, 37, .35), inset 0 -2px 0 rgba(0,0,0,.1);
}
a.content02_theme001-button:hover::after,
.nk-btn:hover::after{
    transform: translateX(6px);
}

/* ==========================================================================
   03. MESSAGE セクション（original03）
   ========================================================================== */
section.original03{
    padding: 14rem 0 14rem !important;
    overflow: hidden;
}
section.original03::after{
    background: linear-gradient(120deg,
        rgba(63, 122, 37, .82) 0%,
        rgba(95, 168, 56, .65) 60%,
        rgba(255, 183, 74, .55) 100%) !important;
}
section.original03::before{
    transform: scale(1.05);
    transition: transform 14s linear;
    animation: nkSlowZoom 18s ease-in-out infinite alternate;
}
@keyframes nkSlowZoom{
    0%   { transform: scale(1.05); }
    100% { transform: scale(1.15); }
}
.original03-text h2{
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0,0,0,.15);
    font-weight: 800 !important;
}
.original03-text p{
    line-height: 2.2;
    font-size: 1.5rem;
    text-shadow: 0 2px 14px rgba(0,0,0,.2);
}

/* ==========================================================================
   04. FEATURE セクション（original04）
   ========================================================================== */
.original_sub_menu.original04_sub{
    margin-top: 12rem !important;
    color: var(--nk-green-dark) !important;
}
section.original04{
    margin: 4rem 0 8rem !important;
}
.original04__frame{
    margin: 0 0 6rem;
    background: linear-gradient(180deg, #fff 0%, var(--nk-green-bg) 100%);
    border-radius: var(--nk-radius-lg);
    padding: 6rem 4rem;
    box-shadow: var(--nk-shadow-soft);
    transition: transform .6s var(--nk-ease), box-shadow .6s var(--nk-ease);
    position: relative;
    overflow: hidden;
}
.original04__frame::before{
    content: "";
    position: absolute;
    top: -10rem; right: -10rem;
    width: 24rem; height: 24rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 183, 74, .25) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(10px);
}
.original04__frame:nth-of-type(2)::before{
    left: -10rem; right: auto;
    background: radial-gradient(circle, rgba(143, 205, 90, .35) 0%, transparent 70%);
}
.original04__frame:hover{
    transform: translateY(-6px);
    box-shadow: var(--nk-shadow-lift);
}
.original04__img{
    overflow: hidden;
    border-radius: var(--nk-radius);
    box-shadow: var(--nk-shadow-soft);
    width: calc(55% - 3rem) !important;
}
.original04__img img{
    border-radius: var(--nk-radius);
    transition: transform 1.4s var(--nk-ease);
}
.original04__frame:hover .original04__img img{
    transform: scale(1.05);
}
.original04__text{
    width: calc(45% - 3rem) !important;
}
.original04__text h2{
    color: var(--nk-green-dark) !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
}
.original04__text p{
    color: var(--nk-text-soft);
    line-height: 2.2;
    font-size: 1.4rem;
}
.original04__text strong{
    color: var(--nk-green-dark);
    background: linear-gradient(transparent 60%, var(--nk-green-light) 60%);
    padding: 0 .2em;
    font-weight: 800;
}
.original04__text::before{
    color: var(--nk-warm) !important;
    font-size: 4.5vw !important;
    opacity: .85;
    letter-spacing: .15rem;
    margin-bottom: 1.5rem;
}

/* ==========================================================================
   05. TOPICS セクション（ori_topics）
   ========================================================================== */
section.ori_topics{
    padding: 12rem 0 14rem !important;
    background: linear-gradient(180deg, var(--nk-bg) 0%, var(--nk-green-bg) 100%);
}
section.ori_topics::after{
    background: repeating-linear-gradient(
        -45deg,
        var(--nk-green-light),
        var(--nk-green-light) 1px,
        transparent 0,
        transparent 32px
        ) !important;
    opacity: .55;
    width: 28% !important;
}
.article03{
    border: 0 !important;
    border-radius: var(--nk-radius) !important;
    background: #fff !important;
    box-shadow: var(--nk-shadow-soft);
    overflow: hidden;
    transition: transform .5s var(--nk-ease), box-shadow .5s var(--nk-ease);
}
.article03:hover{
    transform: translateY(-8px);
    box-shadow: var(--nk-shadow-lift);
}
.article03-thumbnail{
    overflow: hidden;
}
.article03-thumbnail img{
    transition: transform 1s var(--nk-ease);
}
.article03:hover .article03-thumbnail img{
    transform: scale(1.07);
}
h2.article03-title.headline-font-type{
    color: var(--nk-text) !important;
    font-weight: 700 !important;
}
.article03-date,
.article02-date{
    color: var(--nk-green) !important;
    font-weight: 700;
    letter-spacing: .1rem;
}

/* ==========================================================================
   INSTAGRAM セクション
   ========================================================================== */
#instagram_feed,
.nk-instagram{
    background: linear-gradient(135deg, var(--nk-green) 0%, var(--nk-green-2) 60%, var(--nk-warm) 130%) !important;
    padding: 9rem 0 !important;
    position: relative;
    overflow: hidden;
}
#instagram_feed::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.15) 0%, transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,.12) 0%, transparent 35%);
    pointer-events: none;
}
#instagram_feed h2.instagram_ttl{
    color: #fff !important;
    text-shadow: 0 4px 18px rgba(0,0,0,.12);
}
#instagram_feed .instagram_link{
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
    transition: transform .4s var(--nk-ease), box-shadow .4s var(--nk-ease);
}
#instagram_feed .instagram_link:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(0,0,0,.18);
}
#instagram_feed .instagram_link a{
    color: var(--nk-green-dark) !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer.footer,
footer#footer_wrapper{
    background: #fff !important;
    position: relative;
    overflow: hidden;
}

/* ----- お問い合わせ大型CTA ----- */
.footer_100_contact{
    background: linear-gradient(135deg, var(--nk-green-dark) 0%, var(--nk-green) 50%, var(--nk-green-mid) 100%) !important;
    position: relative;
    overflow: hidden;
}
.footer_100_contact::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(255,255,255,.15) 0%, transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(255, 183, 74, .25) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}
.footer_100_contact a{
    height: 36rem !important;
    z-index: 1;
}
.footer_100_contact a::before{
    background: rgba(63, 122, 37, .85) !important;
}
.footer_100_contact p._tittle{
    text-shadow: 0 4px 18px rgba(0,0,0,.18);
    transition: letter-spacing .6s var(--nk-ease);
}
.footer_100_contact a:hover p._tittle{
    letter-spacing: .8rem;
}
.footer_100_contact p._text{
    text-shadow: 0 2px 12px rgba(0,0,0,.15);
}
.footer_100_contact p.all_text{
    line-height: 2.2;
    text-shadow: 0 2px 12px rgba(0,0,0,.12);
    max-width: 60rem;
    margin: 0 auto;
}

/* ----- 下部情報 ----- */
.footer_inner_sec{
    padding: 7rem 0 3rem !important;
}
.footer_about_info p.align1{
    line-height: 2;
    font-size: 1.3rem;
    color: var(--nk-text-soft);
    margin-bottom: 1.5rem;
}
.footer_about_info p.align1 small{
    display: inline-block;
    margin-top: .5rem;
    padding: .25em 1em;
    border-radius: var(--nk-radius-pill);
    background: var(--nk-warm-soft);
    color: #8a5a00;
    font-size: 1rem;
    font-weight: 600;
}
address.footer-contact-tel a{
    color: var(--nk-green-dark) !important;
    transition: color .3s var(--nk-ease);
}
address.footer-contact-tel a:hover{
    color: var(--nk-green) !important;
}
p.footer-contact-time{
    color: var(--nk-text-soft);
}

/* SNSボタン（円形 → グラデーション） */
a.footer-con_but{
    width: 5rem !important;
    height: 5rem !important;
    line-height: 5rem !important;
    border-radius: 50% !important;
    box-shadow: var(--nk-shadow-soft);
    transition: transform .4s var(--nk-ease), box-shadow .4s var(--nk-ease), opacity .4s var(--nk-ease) !important;
}
a.footer-con_but:hover{
    transform: translateY(-4px) scale(1.05);
    opacity: 1 !important;
    box-shadow: var(--nk-shadow);
}

/* サイトマップ */
.footer-sitemap-tittle{
    color: var(--nk-green-dark) !important;
    letter-spacing: .25rem;
}
ul.footer-list li a{
    color: var(--nk-text) !important;
    transition: color .3s var(--nk-ease), padding-left .3s var(--nk-ease) !important;
    position: relative;
    padding-left: 0;
    display: inline-block;
}
ul.footer-list li a::before{
    content: "›";
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nk-green);
    font-weight: 700;
    opacity: 0;
    transition: opacity .3s var(--nk-ease), left .3s var(--nk-ease);
}
ul.footer-list li a:hover{
    color: var(--nk-green-dark) !important;
    padding-left: 1.5rem;
    font-weight: 700 !important;
}
ul.footer-list li a:hover::before{
    opacity: 1;
    left: 0;
}

/* コピーライト */
.footer-bar01,
p.copyright{
    color: var(--nk-text-soft) !important;
}
div#pagetop a{
    background: var(--nk-green) !important;
    border-radius: 50%;
    transition: background .3s var(--nk-ease), transform .3s var(--nk-ease);
}
div#pagetop a:hover{
    background: var(--nk-green-dark) !important;
    transform: translateY(-3px);
}

/* ==========================================================================
   既存の青(rgb(31 79 139)) / 黄(rgb(31 128 96))の上書き保険
   ========================================================================== */
.dp-footer-bar a{
    background: var(--nk-green) !important;
}
.global-nav > ul > li > a{
    background: transparent !important;
}
.global-nav > ul > li > a:hover{
    color: var(--nk-green-dark) !important;
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media screen and (max-width: 1200px){
    section.original01{ padding: 8rem 0 8rem !important; }
    .content02_theme001{ padding: 6rem 0 5rem !important; }
    section.original03{ padding: 10rem 0 10rem !important; }
    .original_sub_menu.original04_sub{ margin-top: 8rem !important; }
    .original04__frame{ padding: 4rem 3rem; margin: 0 0 4rem; }
    .original04__img{ width: 100% !important; }
    .original04__text{ width: 100% !important; }
    section.ori_topics{ padding: 8rem 0 9rem !important; }
    .footer_100_contact a{ height: 32rem !important; }
    .original_sub_menu,
    .ori_topics__title h2{ font-size: 4.5rem !important; }
    section.original01 h2,
    .original03-text h2,
    .content02_theme001-title.headline-font-type,
    .original04__text h2{ font-size: 2.8rem !important; }
}
@media screen and (max-width: 834px){
    section.original01{ padding: 5rem 0 5rem !important; }
    section.original01 h2,
    .original03-text h2,
    .content02_theme001-title.headline-font-type,
    .original04__text h2{ font-size: 2.3rem !important; line-height: 1.6 !important; }
    .original_sub_menu,
    .ori_topics__title h2{ font-size: 4rem !important; }
    .content02_theme001{ padding: 4rem 0 2rem !important; }
    section.original03{ padding: 6rem 0 6rem !important; }
    .original_sub_menu.original04_sub{ margin-top: 5rem !important; }
    .original04__frame{ padding: 3rem 2rem; }
    section.ori_topics{ padding: 6rem 0 7rem !important; }
    .footer_100_contact a{ height: 28rem !important; }
    .footer_100_contact p._tittle{ font-size: 4.5rem !important; }
    .footer_inner_sec{ padding: 5rem 0 2rem !important; }
    a.content02_theme001-button,
    .nk-btn{ margin: 2rem auto 0 !important; }
    .nk-blob--01{ width: 24rem; height: 24rem; }
    .nk-blob--02{ width: 20rem; height: 20rem; }
}
@media screen and (max-width: 430px){
    .original_sub_menu,
    .ori_topics__title h2{ font-size: 3rem !important; letter-spacing: .15rem; }
    section.original01 h2,
    .original03-text h2,
    .content02_theme001-title.headline-font-type,
    .original04__text h2{ font-size: 1.9rem !important; }
    section.original01 .flex_lay_box p,
    .original03-text p,
    p.content02_theme001-text,
    .original04__text p{ font-size: 1.35rem !important; line-height: 2 !important; }
    .original04__frame{ padding: 2.5rem 1.5rem; }
    .footer_100_contact p._tittle{ font-size: 3.5rem !important; letter-spacing: .25rem !important; }
    .footer_100_contact a{ height: 24rem !important; }
    a.content02_theme001-button,
    .nk-btn{ font-size: 1.3rem !important; padding: 1.4rem 2.4rem !important; }
}
/* ========================================================================== */

.contact_sec a.footer_but {
    display: block;
    margin: 30px auto 0;
    line-height: 60px;
    background: #3f7a25;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 300px;
    padding: 0 25px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    font-weight: 700;
    border-radius: 30px;
}
.contact_sec a.footer_but::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
    position: absolute;
    right: 25px;
    font-size: 20px;
}

/* ==========================================================================
   採用情報ページ (Recruit)
   ========================================================================== */
.nk-recruit-lead {
    font-size: 1.6rem;
    line-height: 2.4;
    margin: 2rem 0 0;
    color: var(--nk-text);
}
.nk-recruit-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}
.nk-recruit-list li {
    position: relative;
    padding: 1.2rem 1.2rem 1.2rem 4rem;
    margin-bottom: 1rem;
    background: var(--nk-green-bg);
    border-radius: 14px;
    font-weight: 600;
    color: var(--nk-text);
    line-height: 1.8;
}
.nk-recruit-list li::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 1.9rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nk-green) 0%, var(--nk-green-2) 100%);
    box-shadow: 0 4px 10px rgba(95, 168, 56, .35);
}
.nk-recruit-list li::after {
    content: "✓";
    position: absolute;
    left: 1.75rem;
    top: 1.25rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.6;
}
.nk-recruit-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2.5rem 0 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--nk-shadow-soft);
}
.nk-recruit-table th,
.nk-recruit-table td {
    padding: 2rem 2.4rem;
    text-align: left;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 2;
    border-bottom: 1px solid #eef2e6;
}
.nk-recruit-table tr:last-child th,
.nk-recruit-table tr:last-child td {
    border-bottom: 0;
}
.nk-recruit-table th {
    width: 22%;
    background: var(--nk-green-bg);
    color: var(--nk-green-dark);
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
.nk-recruit-cta {
    text-align: center;
    margin-top: 4rem;
}
.original03.nk-recruit-message .original03-text{margin-inline: auto;}
.original03.nk-recruit-message .original03-text::before{
    padding-left: 0;
}
.original03.nk-recruit-message .original03-text::after{
    display: none;
}
/* PCのみ「こんな方と一緒に働きたいです」セクションを中央寄せ */
@media screen and (min-width: 768px) {
    .original03.nk-recruit-message .original03-text {
        text-align: center;
    }
    .original03.nk-recruit-message .original03-text h2,
    .original03.nk-recruit-message .original03-text p {
        text-align: center;
    }
    .original03.nk-recruit-message .original03-text::before,
    .original03.nk-recruit-message .original03-text::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .original03.nk-recruit-message .nk-recruit-list {
        display: inline-block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
}
.nk-recruit-cta p {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    color: var(--nk-text-soft);
}
@media screen and (max-width: 767px) {
    .nk-recruit-table th,
    .nk-recruit-table td {
        display: block;
        width: 100%;
        padding: 1.4rem 1.8rem;
        white-space: normal;
    }
    .nk-recruit-table th {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 1200px){
    .header-bar-fixed .global-nav{
        background: rgba(255,255,255,0.9);
    }
    .global-nav > ul > li{
        border-bottom: 1px solid #eee;
    }
    .global-nav a {
         color: #000 !important; 
    }
    .global-nav > ul > li > a span{
        line-height: 1.6;
        text-align: left;
    }
}