@charset "utf-8";

/*　共通　*/
html {
    font-size: 62.5%;
}

div#site-loader-overlay {
    background-color: rgb(249 249 249);
}

body {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: rgb(83 93 99);
    letter-spacing: 0.05rem;
    position: relative;
    counter-reset: number 0;
    line-height: 2.4;
    background-color: rgb(249 249 249);
}

.headline-font-type {
    font-family: var(--font-jp);
}

.font-type1 {
    font-family: var(--font-sans);
}

a {
    color: rgb(83 93 99);
    font-weight: 500;
}

address {
    font-style: normal;
}

.header-bar {
    background-color: rgb(249 249 249) !important;
}

.top-slider-content-inner::after {
    display: none;
}

.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 60px);
    height: calc(97vh - 100px);
    margin: 0 auto;
    background: #fff;
}

.top-slider-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(48 48 48 / 45%);
    z-index: 1;
}

.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: rgb(249 249 249);
    line-height: 1;
    bottom: 5rem;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 100;
    z-index: 10;
    letter-spacing: 0.45rem;
}

.top-slider {
    position: relative;
}

.top-slider::after, div#top-slider-content::after, .header-youtube::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 3.5rem;
    background: rgb(249 249 249);
    bottom: 0;
    left: 50%;
    z-index: 1;
}

.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(178 130 8);
    top: 0;
    left: 50%;
    z-index: 1;
}

ul#top-slider-nav {
    display: none;
}

.logo-image {
    position: absolute;
    top: 2.6rem;
    left: 3.5rem;
    width: 26rem;
    height: auto;
    margin-left: 0;
    font-size: 1.6rem;
}

.logo-image img {
    width: 100%;
}

.header-bar-inner {
    width: 100%;
}

.global-nav {
    padding-right: 2rem;
}

.global-nav>ul>li>a {
    font-size: 1.5rem;
    line-height: 9.2rem;
    padding: 0 2rem 0 2rem;
    text-align: center;
    letter-spacing: 0.25rem;
    color: rgb(83 93 99);
}

.global-nav>ul>li>a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 2.8rem;
    line-height: 1;
    font-size: 0.8rem;
    letter-spacing: 0.45rem;
    font-weight: 400;
    color: rgb(83 93 99);
}
.global-nav>ul>li>a span {
    position: relative;
    text-align: center;
    display: block;
    bottom: 2.8rem;
    line-height: 1;
    font-size: 0.8rem;
    letter-spacing: 0.45rem;
    font-weight: 400;
    color: rgb(83 93 99);
}

.global-nav>ul>li.global-menu-001>a::after {
    content: 'HOME';
}

.global-nav>ul>li.global-menu-002>a::after {
    content: 'MENU';
}

.global-nav>ul>li.global-menu-003>a::after {
    content: 'GREETING';
}

.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(178 130 8);
}
.global-nav>ul>li>a:hover span, .global-nav .current-menu-item>a span {
    color: rgb(178 130 8);
}

.global-nav .sub-menu a {
    background-color: rgb(83 93 99);
}

.global-nav .sub-menu .current-menu-item>a {
    color: #ffffff;
}

.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;
}

.fv-main-content {
    width: 100%;
    height: 100%;
}

.fv-main-content-box {
    width: 10%;
    max-width: 14rem;
    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: 100%;
    height: auto;
}

.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-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(249 249 249);
    position: relative;
    z-index: 0;
}

.footer_inner_sec {
    width: 86%;
    max-width: 100rem;
    margin: 0 auto;
    padding: 6rem 0 3rem 0;
}

.footer_about_logo img {
    width: 100%;
    max-width: 18rem !important;
    margin-bottom: 1rem;
    display: none;
}

.footer_about_info {
    width: calc(55% - 1.5rem);
    box-sizing: border-box;
    color: rgb(83 93 99);
}

.footer_menu_box {
    width: calc(45% - 1.5rem);
    box-sizing: border-box;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}

.footer_about_info h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}

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.2em;
    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.7em;
}

address.footer-contact-tel a {
    color: #000000;
}

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: 0.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(83 93 99);
    font-size: 1.5rem;   /* 最低15px（コピーライト） */
}

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 {
    border-radius: 10rem;
    line-height: 1.7rem;
    background: rgb(178 130 8);
}

div#pagetop a:hover {
    background: rgb(83 93 99);
}

div#pagetop {
    padding-right: 1rem;
/*     padding-bottom: 1rem; */
	padding-bottom: 7.5rem;
}

/*　footersitemap　*/
.footer-sitemap ul.flex_lay {
    column-gap: 3rem;
    row-gap:0;
}

ul.footer-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
ul.footer-list li{
    width: calc(50% - 1.5rem);
}

.footer-sitemap-tittle {
    font-weight: 400;
    font-size: 1.4rem;
    color: #8C8C8C;
    letter-spacing: 0.5rem;
    margin-bottom: 0.5rem;
}

ul.footer-list li {
    line-height: 2;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;   /* 最低15px（フッターメニュー） */
}

ul.footer-list li a {
    position: relative;
    font-weight: 400;
    color: rgb(83 93 99);
}
ul.footer-list li a span{
    display: none;
}

ul.footer-list li a::after {
    position: absolute;
    content: '';
    height: 0.1rem;
    width: 0%;
    left: 0;
    bottom: -0.2rem;
    background: rgb(178 130 8);
    transition: 0.4s;
}

ul.footer-list li a:hover::after {
    width: 100%;
}

/*　footersitemap___END　*/
/*　footercontact100　*/
.footer_100_contact {
    background: rgb(178 130 8);
    display: flex;
}

.footer_100_contact a {
    width: 100%;
    height: 36rem;
    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: 4rem;
    font-weight: 100;
    letter-spacing: 1.2rem;
    line-height: 1.2;
}

.footer_100_contact p._text {
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
}

.footer_100_contact p.all_text {
    font-size: 1.5rem;   /* 最低15px */
    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: 2rem;
    letter-spacing: 0.6rem;
    font-weight: 100;
    line-height: 1.5;
    position: relative;
    color: rgb(178 130 8);
    margin-bottom: 2.5rem;
}

h2.instagram_title::before {
    content: "\f16d";
    display: block;
    font-family: 'fontawesome';
    line-height: 1.7;
    font-size: 2rem;
    font-weight: 100;
}

.instagram_feed_inner .flex_lay_box {
    width: calc(30% - 1.5rem);
}

.instagram_feed_inner .flex_lay_box:nth-child(even) {
    width: calc(70% - 1.5rem);
}

@media screen and (max-width:430px) {
    .instagram_feed_inner .flex_lay_box, .instagram_feed_inner .flex_lay_box:nth-child(even) {
        width: 100%;
    }

    h2.instagram_title {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
}

/*　Instagram埋め込み___END　*/
/*　共通レスポンシブ　*/
.dp-footer-bar-item+.dp-footer-bar-item {
    border-left: 1px solid rgb(249 249 249);
}

.dp-footer-bar {
    border-top: 1px solid rgb(249 249 249);
}

.dp-footer-bar a {
    color: rgb(249 249 249);
    background: rgb(178 130 8);
    line-height: 1.5;
}

.icon-file-text:before {
    content: "\ea92";
}

@media only screen and (min-width: 1200px) {
    .global-nav .current-menu-item>a::before, .global-nav>ul>li>a::before, .global-nav .sub-menu a::before {
        content: '';
        height: 0.1rem;
        left: 2rem;
        width: 0;
        bottom: 0;
        position: absolute;
        background: rgb(178 130 8);
        transition: 0.5s;
    }

    .global-nav .current-menu-item>a::before, .global-nav>ul>li>a:hover::before {
        width: calc(100% - 4rem);
    }
}

@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) {
    .header-bar {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .logo-image {
        width: 18rem;
        top: -0.25rem;
        left: 1.5rem;
    }

    .global-nav-button:before {
        color: rgb(178 130 8);
    }

    .top-slider-wrapper {
        width: 100%;
        height: calc(100svw*9/16);
    }

    .top-slider-wrapper::after {
        display: none;
    }

    .header-youtube, .top-slider {
        height: 52vh;
    }

    .global-nav>ul>li>a {
        line-height: 6rem;
        height: 6rem;
        padding: 0 3.5rem 0 3.5rem;
        text-align: left;
        background: #fff;
        color: #000 !important;
        text-align: center;
        border-bottom: 1px solid #ededed;
    }
    .global-nav > ul > li > a:before,
    .global-nav>ul>li>a::after {
        display: none;
    }
    .global-nav>ul>li>a span {
        display: none;
    }

    .global-nav a, .global-nav a:hover {
        background: rgb(178 130 8);
    }

    .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;
        background-color: rgb(169 123 6);
    }

    .footer_100_contact a {
        height: 33rem;
    }
}

@media screen and (max-width: 834px) {
    .flex_lay {
        gap: 1.5rem;
    }

    .flex_lay_box {
        width: 100%;
    }

    .flex_lay_box:nth-child(even) {
        margin-bottom: 0;
    }

    .footer_about_info {
        width: 100%;
        text-align: center;
    }

    .footer_menu_box {
        width: 100%;
        max-width: 25rem;
        margin: 0 auto;
        padding-left: 0;
    }

    .footer-bar01, p.copyright {
        text-align: center;
    }

    ul.footer-list {
        text-align: center;
    }

    .footer_100_contact p._tittle {
        font-size: 2.5rem;
        letter-spacing: 0.65rem;
    }

    .footer_100_contact p._text {
        font-size: 0.8em;
        margin-bottom: 1.5rem;
    }

    .footer_100_contact a {
        height: 26rem;
    }

    .footer-sitemap-tittle {
        text-align: center;
    }
}

@media screen and (max-width:430px) {
    .logo-image {
        width: 18rem;
    }

    .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 .sub-menu a {
        font-size: 0.9em;
        padding-left: 4rem;
    }

    p.address_footer span {
        display: block;
    }

    .fv-main-content-box {
        width: 15%;
    }

    .footer_inner_sec.flex_lay {
        padding: 4rem 0 2rem 0;
    }
}

@media screen and (max-height:430px) {
    .header-youtube, .top-slider {
        height: 100vh;
    }

    .top-slider-wrapper {
        height: 100vh;
    }
}

/*　共通___END　*/
/*　オリジナル フロント　*/
.original_inner {
    margin: 0 auto;
    max-width: 125rem;
    width: 86%;
}

section.original01 {
    padding: 15rem 0 15rem;
    position: relative;
}

section.original01 .flex_lay_box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: fit-content;
    height: 100%;
}

.original_sub_menu, .ori_topics__title h2 {
    font-size: 1.5rem;
    letter-spacing: 0.6rem;
    font-weight: 100;
    line-height: 1.5;
    position: relative;
    color: rgb(178 130 8);
}

.original01_fast_title {
    position: relative;
}

.original_sub_menu span, .ori_topics__title h2 span {
    display: block;
    font-size: 0.4em;
    font-weight: 300;
    letter-spacing: 0.2rem;
}

section.original01 h2 {
    font-size: 2.75rem;
    letter-spacing: 0.6rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    margin-left: 5rem;
}

.original01_fast_title .flex_lay {
    flex-direction: row-reverse;
    height: 100%;
    max-height: 50rem;
}

.original01_fast_title p {
    font-size: 1.1em;
}

section.original01 h2::before {
    content: "CONCEPT";
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.6rem;
    font-weight: 100;
    line-height: 1.5;
    position: relative;
    color: rgb(178 130 8);
    margin-left: 2rem;
}

section.original01 .flex_lay_box img {
    display: none;
}

section.original01::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 70%;
    top: 15%;
    left: 0;
    background-image: url(img/fp_original01.jpg?20250611);
    background-size: cover;
    background-position: center;
}

section.original03 {
    padding: 15rem 0 15rem;
    position: relative;
}

section.original03::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/5.jpg?20250611);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -10;
}

section.original03::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    background: rgb(83 93 99 / 70%);
    background: linear-gradient(108deg, rgb(83 93 99) 0%, rgb(83 93 99 / 61%) 100%);
}

.original03-text {
    position: relative;
    color: #ffffff;
    padding-right: 50%;
}

.original03-text h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    color: rgb(255 255 255);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.original03-text .original_sub_menu {
    color: rgb(249 249 249);
}

.original03-text .kp_yoyakuru00 {
    text-align: left;
    margin-top: 3rem;
}

section.original04 {
    margin: 15rem 0 15rem;
    background-color: rgb(254 254 254 / 0%);
}

.original04__frame {
    position: relative;
}

.original04__frame:last-of-type {
    margin-bottom: 0;
}

.original04__inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    gap: 6rem;
}

.original04__inner.second {
    flex-direction: row-reverse;
}

.original04__img {
    width: calc(60% - 3rem);
    height: auto;
}

.original04__img img {
    width: 100%;
}

.original04__text {
    width: calc(40% - 3rem);
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}

.original04__text h2 {
    font-size: 2.25rem;
    letter-spacing: 0.05rem;
    color: rgb(83 93 99);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.original04__text p {
    line-height: 2;
}

.original04__text::before {
    content: "POINT.1";
    display: block;
    z-index: -1;
    font-size: 2rem;
    line-height: 2;
    font-weight: 100;
    color: rgb(178 130 8);
    letter-spacing: 0.6rem;
}

.original04__frame:nth-of-type(2) .original04__text::before {
    content: "POINT.2";
}

.original04__frame:nth-of-type(3) .original04__text::before {
    content: "POINT.3";
}

section.ori_topics {
    margin: 12rem 0 15rem;
}

.ori_topics_inner {
    max-width: 120rem;
    width: 86%;
    margin: 0 auto;
}

.ori_topics__title h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

section.ori_topics .ori_topics_inner {
    position: relative;
}

h2.headline-primary.headline-font-type {
    display: none;
}

.article03 {
    background: #ffffff;
    border: solid 1px #F2F2F2;
    box-sizing: border-box;
}

h2.article03-title.headline-font-type {
    color: rgb(83 93 99);
    font-size: 1.3rem;
}

/*　オリジナル フロント　レスポンシブ　*/
@media screen and (max-width:1200px) {
    section.original01 {
        padding: 10rem 0 10rem;
    }

    section.original01 h2, .original03-text h2 {
        font-size: 2.5rem;
    }

    section.original03 {
        padding: 10rem 0 10rem;
    }

    .original03-text {
        padding: 0;
    }

    section.original04 {
        margin: 10rem 0 10rem;
    }

    .original04__inner {
        width: 86%;
        gap: 2rem;
    }

    .original04__frame {
        margin: 0 0 5rem;
    }

    .original04__text br {
        display: none;
    }

    .original04__img {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        display: -webkit-flex;
        display: flex;
    }

    .original04__frame .original04__text {
        width: 100%;
    }

    section.ori_topics {
        margin: 8rem 0 10rem;
    }

    .article03-content {
        padding: 1.5rem 2rem;
    }

    h2.article03-title.headline-font-type {
        font-weight: 300;
        font-size: 1.3rem;
        margin-top: 0.5rem;
    }

    .ori_topics__title h2 {
        margin-bottom: 2rem;
    }

    section.original01 h2 {
        margin-left: 3rem;
    }

    section.original01::before {
        width: 45%;
    }
}

@media screen and (max-width:834px) {
    section.original01 h2, .original03-text h2, h2.content01-title.headline-font-type, h2.headline-primary.headline-font-type, .original01a_title h2 {
        font-size: 2.5rem;
        text-align: left;
    }

    section.original01 {
        padding: 6rem 0 5rem;
    }

    .original_sub_menu, .ori_topics__title h2 {
        font-size: 2.5rem;
    }

    .original_sub_menu span, .ori_topics__title h2 span {
        margin-bottom: 2rem;
    }

    section.original03 {
        padding: 5rem 0 5rem;
    }

    .original03-text h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .original03-text h2 br {
        display: none;
    }

    .original_sub_menu.original04_sub {
        margin-top: 5rem;
    }

    section.original04 {
        margin: 8rem 0 8rem;
    }

    .original04__text h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    section.ori_topics {
        margin: 5rem 0 5rem;
    }

    .article03-content {
        padding: 1rem 1rem;
    }

    .original01_fast_title .flex_lay {
        flex-direction: unset;
        max-height: unset;
        gap: 2rem;
    }

    section.original01 .flex_lay_box {
        -ms-writing-mode: unset;
        writing-mode: unset;
        text-orientation: unset;
        width: unset;
    }

    section.original01::before {
        display: none;
    }

    section.original01 .flex_lay_box img {
        display: unset;
        width: 100%;
    }

    section.original01 h2 {
        margin-left: 0;
        margin-bottom: 0.5rem;
    }

    section.original01 h2::before {
        margin-left: 0;
        margin-bottom: 0.25rem;
    }

    section.original01 h2 br {
        display: none;
    }

    .original01_fast_title p {
        font-size: 1em;
        line-height: 2;
    }

    .original03-text .original_sub_menu {
        font-size: 1.5rem;
    }

    .ori_topics__title h2 {
        margin-bottom: 2rem;
    }

    .original03-text .kp_yoyakuru00 {
        margin-top: 2rem;
    }
}

@media screen and (max-width:430px) {
    section.original01 h2, .original03-text h2 {
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }

    .original04__frame {
        margin: 0 0 2.5rem;
    }

    .original04__text h2 {
        font-size: 1.75rem;
    }

    section.ori_topics {
        margin: 3rem 0 3rem;
    }

    .ori_topics__title h2 {
        font-size: 2.25rem;
    }

    h2.article03-title.headline-font-type {
        padding: 0 0.5rem;
    }

    p.article03-meta {
        padding: 0 0.5rem;
    }

    .article03 {
        width: 100%;
        margin: 0 auto 2.5rem !important;
    }

    .top-blog {
        margin-bottom: 5%;
    }

    .original03-text .original_sub_menu {
        font-size: 1.25rem;
    }

    section.original04 {
        margin: 5rem 0 6rem;
    }

    .original04__inner.fast.flex_lay {
        gap: 1rem;
    }
}

@media screen and (max-height: 430px) {}

/*　オリジナル フロント___END　*/
/* オリジナル content02：旧スタイル(float/margin前提)は flex レイアウトと競合し崩れの原因だったため削除。
   現行のスタイルは下部「DESIGN RENEWAL 2026」ブロック内の content02 で定義（全プロパティを内包） */
/*　投稿ページ　*/
.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: 400;
    margin: 10rem 0 0.2rem;
    color: rgb(83 93 99);
}

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(83 93 99);
}

h4.headline-bar {
    background-color: rgb(255 255 255 / 0%);
    color: rgb(83 93 99);
    padding: 0;
    padding-left: 1em;
    border-bottom: solid 1px rgb(227 223 223);
    border-left: solid 1px rgb(178 130 8);
    margin-bottom: 1.5rem !important;
}

span.post-date {
    display: block;
    color: rgb(83 93 99);
}

.single .post-content img {
    width: auto;
}

.secondary.fright a:hover {
    color: rgb(178 130 8);
}

#wp-calendar thead th {
    font-weight: 400;
}

/*　投稿ページレスポンシブ　*/
@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?20250611) !important;
    background-size: cover;*/
    height: 30rem;
    z-index: 0;
}

.signage::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(83 93 99 / 73%);
    z-index: -1;
}

.breadcrumb li a, .breadcrumb li {
    color: rgb(249 249 249);
}

h1.signage-title.headline-font-type {
    font-size: 3.5rem !important;
    text-shadow: none;
    color: rgb(249 249 249) !important;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    margin-top: 2rem;
}

p.signage-title-sub {
    font-size: 1.25rem !important;
    font-weight: 100;
    letter-spacing: 0.5rem;
    text-shadow: none;
    color: rgb(249 249 249) !important;
}

.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, span.required_off {
    color: rgb(249 249 249);
    font-size: 11px;
    background-color: rgb(178 61 8);
    padding: 0.2rem 0.4rem 0.3rem;
    vertical-align: inherit;
    margin-right: 0.75rem;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

span.required_off {
    background-color: rgb(119 129 135);
}

.post-content h2 {
    padding: 0;
    color: rgb(83 93 99);
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    line-height: 1.8;
    margin-bottom: 40px;
}

.post-content h2::after {
    content: "";
    display: block;
    width: 3rem;
    height: 0.1rem;
    background: rgb(178 130 8);
    text-align: center;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.post-content h3 {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(83 93 99);
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    border-bottom: dotted 0.1rem rgb(204 196 177);
    padding-bottom: 0.75rem;
}

.post-content h3:first-of-type {
    margin-top: 0;
}

.post-content p {
    font-size: 1.6rem;
    margin: 0;
}

.post-content table {
    margin: 0 0 0 0;
}

.post-content tr {
    border-bottom: solid 1px rgb(207 199 176);
}

.post-content td, .post-content th {
    border: none;
    background: rgb(249 249 249);
    vertical-align: middle;
    padding: 2.25rem 1.25rem 2.25rem;
    line-height: 1.8;
}

.post-content th {
    background: rgb(249 249 249);
    width: 23%;
    vertical-align: middle;
    color: rgb(83 93 99);
    font-weight: 500;
    text-align: left;
}

.post-content address {
    margin: 0 0 0 0;
    line-height: 2.2;
    font-style: normal;
}

address.single_page {
    font-weight: 500;
    font-size: 2rem;
    color: #ff3b63;
    letter-spacing: 0.05rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
}

address.single_page span {
    font-size: 0.5em;
    font-weight: 400;
}

.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: 0.25rem;
    font-weight: 400;
    color: rgb(44 50 53);
    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: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    line-height: 3.5rem;
    background: rgb(178 130 8);
    font-size: 2.25rem;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
}

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(178 130 8);
    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(249 249 249);
    display: block;
    position: absolute;
    width: 6.1rem;
    height: 6.1rem;
    text-align: center;
    line-height: 5.5rem;
    left: 0;
    color: rgb(83 93 99);
    font-size: 3rem;
    font-weight: 200;
    top: 0;
    z-index: 2;
    border-top: 0.1rem solid rgb(83 93 99);
    border-bottom: 0.1rem solid rgb(83 93 99);
    box-sizing: border-box;
}

.flow-box h2 {
    text-align: left;
    margin-bottom: 0.5rem;
    border: none;
    font-size: 2rem;
    color: rgb(49 52 53);
}

.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: 3rem;
    background: rgb(83 93 99);
    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, a.kp_contact_insta_but {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 32rem;
    line-height: 5rem;
    border: solid 0.1rem rgb(178 130 8);
    color: rgb(178 130 8);
    background: #fff;
    padding: 0.75rem 0;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s;
    position: relative;
}

a.kp_bunner_btn:hover, a.kp_contact_insta_but:hover {
    background-color: rgb(178 130 8);
    border: solid 0.1rem rgb(178 130 8);
    color: rgb(249 249 249);
}

.kp_yoyakuru00 {
    text-align: center;
}

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: #818181;
    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(231 0 18);
}

a.kp_contact_insta_but::before {
    content: "\ea92";
    font-family: "design_plus";
    font-size: 2rem;
    position: absolute;
    left: 3rem;
    line-height: 5rem;
}

a.kp_contact_insta_but {
    text-align: right;
    padding-right: 3rem;
}

section.kp-main-content.greeting p {
    line-height: 2.3;
}

section.kp-main-content.greeting h3 {
    margin-top: 1rem;
}

section.kp-main-content.greeting ul.kp_kome_mark li::before {
    content: "\f304";
    font-family: 'fontawesome';
    color: rgb(178 130 8);
}

section.kp-main-content.greeting ul.kp_kome_mark li {
    color: rgb(83 93 99);
    padding-left: 2.5rem;
    font-size: 1em;
}

.service-container {
    border-top: 1px dotted rgb(178 130 8);
    border-left: 1px dotted rgb(178 130 8);
    box-sizing: border-box;
    gap: 0;
}

.service-box {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px dotted rgb(178 130 8);
    border-bottom: 1px dotted rgb(178 130 8);
    padding: 3em;
    position: relative;
}

.service-box h2 {
    font-size: 1.1em;
    color: rgb(128 92 1);
    margin-bottom: 1rem;
}

.service-box h2::after {
    content: "";
    margin-top: 1.5em;
    display: none;
}

section.kp-main-content.menu00 .kp-content_inner {
    max-width: 100rem;
}

.service-box::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    top: 0;
    left: 0;
    border-right: 1px dotted rgb(178 130 8);
    border-bottom: 1px dotted rgb(178 130 8);
    text-align: center;
    font-size: 2rem;
    color: rgb(178 130 8);
}

/*　☆固定ページレスポンシブ　*/
@media screen and (max-width:1200px) {
    section.kp-main-content {
        padding: 7rem 0 7rem;
    }

    .kp-content {
        margin-bottom: 5rem;
    }

    .post-content h2 {
        line-height: 1.5;
    }

    section.kp-main-content.faq_00 p {
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width:834px) {
    .signage {
        height: 20rem;
    }

    h1.signage-title.headline-font-type {
        font-size: 2.5rem !important;
        margin-top: 0.5rem;
    }

    p.signage-title-sub {
        font-size: 1rem !important;
    }

    .post-content td, .post-content th {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 1.5rem 1rem;
        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;
    }
}

@media screen and (max-width:430px) {
    p.kp_center00 {
        text-align: left;
    }

    .wpcf7 input.wpcf7-submit {
        height: 5rem;
    }

    .flow-box {
        padding-left: 8rem;
    }

    .flow-box h2 span {
        line-height: 1.5;
    }

    address.single_page {
        font-size: 2rem;
        padding-left: 0;
    }

    .service-box {
        padding: 2.5rem 2rem 2.5rem;
    }

    section.kp-main-content.faq_00 h2::before {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3rem;
        font-size: 2rem;
    }

    section.kp-main-content.faq_00 h2 {
        padding-left: 5rem !important;
        font-size: 1.6rem;
    }

    section.kp-main-content.faq_00 p {
        padding-left: 5rem;
    }

    section.kp-main-content.greeting p {
        line-height: 2.1;
    }

    .service-box::before {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.8rem;
    }
}

/*　固定ページ___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('/wp-content/uploads/2025/06/main-sp.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
@media screen and (max-width: 430px) {
    .header-bar-fixed~.top-slider-wrapper, .header-youtube {
        height: auto;
    }
}
p.tel-caution::before {
    content: '※';
    color: #da3c3c;
}

/* 追加カスタマイズ */
.post-content ul{
    list-style: none;
    margin-left: 0;
}
.post-content ul li{
    position: relative;
}
.content_inner {
    padding: 7vw 0;
    counter-reset: number 0;
}

.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* ============================================================
   料金・サービスページ（front-page とトンマナ統一 2026）
   navy × cream × gold ／ Zen Maru Gothic ／ 角丸カード
   ※旧オレンジ配色・ハードコード幅の点線見出しを刷新
   ============================================================ */

.content_full { background: var(--paper); }

/* 共通ラッパー（他ページでも使用のため既存値を維持） */
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}

/* ---------- 導入：テキスト＋画像 ---------- */
.flex-inner.price__inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 4.5rem;
    margin-bottom: 6.5rem;
    padding-bottom: 6.5rem;
    border-bottom: 1px solid var(--line);
}
.price__text {
    width: calc(58% - 2.25rem);
}
.price__text p {
    font-size: 1.6rem;
    line-height: 2.15;
    color: var(--ink);
    margin: 0 0 1.6rem;
}
.price__text p:last-child { margin-bottom: 0; }
.price__img {
    width: calc(42% - 2.25rem);
    padding: 0;
    position: relative;
}
.price__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    position: relative;
    z-index: 1;
}
/* 画像背後にずらした細枠（front-page の ABOUT と同じ手法） */
.price__img::before {
    content: "";
    position: absolute;
    inset: 20px -20px -20px 20px;
    border: 1px solid rgba(200,155,84,0.42);
    border-radius: var(--radius);
    z-index: 0;
}

/* ---------- LINE 相談・見積り CTA（紺パネル） ---------- */
.top-estimate-box.service-page {
    position: relative;
    /* フォールバック（画像が無い/読込前でも紺で表示） */
    background-color: var(--navy-deep);
    /* ↓ グラデーション半透明オーバーレイ ＋ うっすら実写画像。
       画像は下記 url(...) の中身だけを、アップロードした画像URLに貼り替えてください。
       画像を濃く見せたい→グラデーションの 0.90 / 0.82 を小さく（例 0.78/0.66）。
       画像を薄く見せたい→大きく（例 0.94/0.88）。 */
    background-image:
        linear-gradient(135deg, rgba(20,32,52,0.90) 0%, rgba(37,57,90,0.82) 100%),
        url("img/linebg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius);
    padding: 5.5rem 4rem;
    margin-bottom: 8rem;
    box-shadow: 0 24px 50px -30px rgba(20,32,52,0.55);
    overflow: hidden;   /* 角丸から画像がはみ出さないように */
}
.top-estimate-box-inner.service-page-estimate-box-inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.estimate-box.service-page-estimate-box {
    text-align: center;
}
.estimate-box.service-page-estimate-box h2 {
    font-family: var(--font-jp);
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    margin: 0 0 1.8rem;
}
.estimate-box h2:after { display: none; }        /* 旧オレンジ点線を廃止 */
span.estimate-h2-span {
    display: inline-block;
    margin-left: 0.6rem;
    padding: 0.18em 0.9em;
    font-size: 1.9rem;
    letter-spacing: 0.12em;
    color: var(--navy-deep);
    background: var(--accent);
    border-radius: 999px;
    vertical-align: middle;
    text-align: center;
}
.estimate-box.service-page-estimate-box p {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 2.6rem;
    font-size: 1.5rem;
    line-height: 2.05;
    color: rgba(255,255,255,0.9);
    text-align: center;
}
.estimate-box.service-page-estimate-box p strong { color: #fff; }
span.estimate-text-span { color: var(--accent); font-weight: 600; }

/* LINE ボタン（緑はブランドカラーの inline を尊重、形と動きだけ整える） */
a.top-estimate-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5rem 3.4rem;
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 30px -14px rgba(6,199,85,0.7);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-sizing: border-box;
}
a.top-estimate-contact::after {
    content: "→";
    position: static;
    transition: transform 0.35s ease;
}
a.top-estimate-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px -14px rgba(6,199,85,0.8);
}
a.top-estimate-contact:hover::after { transform: translateX(5px); }

/* ---------- 状態別 基本料金：レベルカード ---------- */
.menu-box { margin-bottom: 8rem; }
.menu-box h2 {
    font-family: var(--font-jp);
    font-size: 2.7rem;
    font-weight: 600;
    color: var(--ink-strong);
    text-align: center;
    margin-bottom: 4.8rem;
}
.menu-box h2::before {
    content: "PRICE";
    display: block;
    font-family: var(--font-en);
    font-size: 1.5rem;
    letter-spacing: 0.26em;
    font-weight: 600;
    color: var(--accent-deep);
    margin-bottom: 1.2rem;
}
.menu-box-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}
.menu-inner {
    box-sizing: border-box;
    width: calc(50% - 1.5rem);
    margin: 0;
    padding: 3.2rem 3rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 30px -24px rgba(60,48,30,0.35);
    display: flex;
    flex-direction: column;
}
/* ※カード自体はリンクではないため hover 効果は付けない（2026.08） */
.menu-inner h3 {
    font-family: var(--font-jp);
    font-size: 1.85rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 1.8rem;
    padding-bottom: 1.4rem;
    border-bottom: 2px solid var(--line);
}

/* 料金テーブル */
table.menu-tbl {
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: collapse;
}
table.menu-tbl th,
table.menu-tbl td {
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 1.05rem;
    border-bottom: 1px dashed var(--line);
}
table.menu-tbl th {
    width: 42%;
    text-align: left;
    font-family: var(--font-jp);
    font-weight: 600;
    color: var(--ink-strong);
}
table.menu-tbl td {
    width: 58%;
    text-align: right;
    font-family: var(--font-jp);
    font-weight: 600;
    color: var(--accent-deep);
}
table.menu-tbl tr:last-child th,
table.menu-tbl tr:last-child td { border-bottom: none; }

/* 注釈（カード下部にそろえる） */
ul.menu-caution-box {
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}
ul.menu-caution-box li {
    position: relative;
    margin: 0;
    padding: 1.4rem 1.6rem 1.4rem 3.4rem;
    font-size: 1.4rem;
    line-height: 1.85;
    color: var(--ink);
    background: var(--paper-2);
    border-radius: 10px;
}
ul.menu-caution-box li::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 2.15rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}
@media only screen and (max-width: 834px){
    table.menu-tbl th,
    table.menu-tbl td{
        width: 100%;
    }
}
/* ---------- 対応可能なサービス一覧 ---------- */
.other-menu { margin-top: 1rem; }
.other-menu h3 {
    font-family: var(--font-jp);
    font-size: 2rem;
    font-weight: 600;
    color: var(--ink-strong);
    text-align: center;
    margin-bottom: 1.8rem;
}
.other-menu p {
    padding: 3rem 3.2rem !important;
    background: var(--navy) !important;
    color: #fff;
    border-radius: var(--radius);
    font-size: 1.6rem;
    line-height: 2.15;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 2.4rem !important;
}
.other-menu ul.menu-caution-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
}

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 1024px) {
    .menu-box h2 { font-size: 2.3rem; }
    .estimate-box.service-page-estimate-box h2 { font-size: 2.2rem; }
}

@media only screen and (max-width: 768px) {
    .flex-inner.price__inner {
        gap: 3rem;
        margin-bottom: 5rem;
        padding-bottom: 5rem;
    }
    .price__text { width: 100%; }
    .price__img { width: 100%; margin-bottom: 1rem; }
    .price__img::before { inset: 14px -14px -14px 14px; }

    .top-estimate-box.service-page { padding: 4.5rem 2.4rem; margin-bottom: 6rem; }
    .estimate-box.service-page-estimate-box h2 { font-size: 2rem; }
    span.estimate-h2-span { font-size: 1.6rem; }

    .menu-inner { width: 100%; }
    .menu-box h2 { font-size: 2.1rem; margin-bottom: 3.6rem; }
    .other-menu p { font-size: 1.5rem; }
}

@media only screen and (max-width: 425px) {
    .top-estimate-box.service-page { padding: 3.6rem 1.8rem; }
    .estimate-box.service-page-estimate-box h2 { font-size: 1.8rem; line-height: 1.55; }
    span.estimate-h2-span {
        display: inline-block;
        margin: 0.6rem 0 0;
        font-size: 1.5rem;
    }
    a.top-estimate-contact { width: 100%; padding: 1.4rem 1.6rem; font-size: 1.45rem; }

    .menu-inner { padding: 2.6rem 2rem; }
    .menu-inner h3 { font-size: 1.7rem; }
    table.menu-tbl th,
    table.menu-tbl td { font-size: 1.4rem; }
    .other-menu p { padding: 2.4rem 2rem !important; }
}
.company_sec .content_inner {
    max-width: 770px;
}
.map_sec{
    height: 400px;
}

/* よくある質問 */
.faq {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #d4dee0 solid;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.faq h2 {
    font-size: 2.16rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 2px;
    position: relative;
}
p.answer {
    padding-top: 3px;
}
.faq p {
    position: relative;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq h2, .faq p {
    padding-left: 55px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    font-family: "Sorts Mill Goudy", system-ui;
    color: #fff;
    background: #b0d8e1;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    left: 0;
    top: 2px;
}
p.answer::before {
    content: 'A';
    background: #cfc3b3;
    line-height: 41px;
    top: 0;
}
.faq h2::after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .faq h2, .faq p {
        padding-left: 50px;
    }
}
/* よくある質問 END */

/* ============================================================
   代表ごあいさつページ（front-page とトンマナ統一 2026）
   navy × cream × gold ／ Zen Maru Gothic ／ 角丸・上品なネームプレート
   ※旧 Rubik Distressed（グランジ書体）・白い平面ボックスを刷新
   ============================================================ */
section.kp-main-content.greeting { background: var(--paper); }
section.kp-main-content.greeting .kp-content_inner { max-width: 1000px; }

/* 見出し：MESSAGE エディトリアルなアイブロウ */
section.kp-main-content.greeting .kp-content::before {
    content: "MESSAGE";
    display: block;
    font-family: var(--font-en);
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    font-weight: 600;
    color: var(--accent-deep);
    text-align: center;
    margin-bottom: 3rem;
}

/* 本文パラグラフ */
section.kp-main-content.greeting .kp-content > p {
    font-size: 1.6rem;
    line-height: 2.2;
    color: var(--ink);
    margin: 0 0 2rem;
}

/* ---------- 代表写真＋ネームプレート ---------- */
.kp_greeting_imgbox {
    position: relative;
    margin: 0 0 4.5rem;
    padding-bottom: 2.2rem;   /* 背後のゴールド枠のはみ出し分 */
}
.kp_greeting_img {
    width: 82%;
    position: relative;
    z-index: 1;
}
.kp_greeting_img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    position: relative;
    z-index: 1;
}
/* 画像背後にずらしたゴールドの細枠（front-page ABOUT と同手法） */
.kp_greeting_img::before {
    content: "";
    position: absolute;
    inset: 22px -22px -22px 22px;
    border: 1px solid rgba(200,155,84,0.42);
    border-radius: var(--radius);
    z-index: 0;
}
/* ネームプレート（右下に重ねる上品なカード） */
.kp_greeting_text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 26rem;
    padding: 1.9rem 2.8rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 20px 44px -26px rgba(20,32,52,0.5);
    z-index: 2;
}
.kp_greeting_text h2 {
    background: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-jp);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: var(--ink-strong);
}
.kp_greeting_text h2::after { display: none; }
.kp_greeting_text h2 span {
    display: inline-block;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 0.9rem 0 0;
    padding: 0.12em 0.85em;
    font-family: var(--font-jp);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--accent-deep);
    border: 1px solid var(--accent);
    border-radius: 999px;
}

/* ---------- 保有資格（紺のバッジカード） ---------- */
.kp_greeting_sikaku {
    margin-top: 4.5rem;
    padding: 3.2rem 2.5rem;
    text-align: center;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
    border-radius: var(--radius);
    box-shadow: 0 22px 46px -30px rgba(20,32,52,0.55);
}
section.kp-main-content.greeting .kp_greeting_sikaku h3 {
    margin: 0 0 1.2rem;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--accent);
}
section.kp-main-content.greeting .kp_greeting_sikaku h3::before {
    content: "LICENSE";
    display: block;
    font-family: var(--font-en);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.7rem;
}
section.kp-main-content.greeting .kp_greeting_sikaku p {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.5;
}

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 768px) {
    section.kp-main-content.greeting .kp-content::before { margin-bottom: 2.4rem; }
    .kp_greeting_imgbox { margin-bottom: 3.5rem; padding-bottom: 0; }
    .kp_greeting_img { width: 100%; }
    .kp_greeting_img::before { inset: 14px -14px -14px 14px; }
    .kp_greeting_text {
        /*position: static;*/
        width: auto;
        min-width: 0;
        max-width: 82%;
        margin: -3.5rem 0 0 auto;
        padding: 1.6rem 2.2rem;
    }
    .kp_greeting_text h2 { font-size: 2.1rem; }
    section.kp-main-content.greeting .kp-content > p { font-size: 1.55rem; line-height: 2.1; }
    .kp_greeting_sikaku { padding: 2.8rem 2rem; }
    section.kp-main-content.greeting .kp_greeting_sikaku p { font-size: 1.9rem; }
}
/* contact */
address.contact-tel {
    text-align: center;
    font-size: 2.4em;
    letter-spacing: 2px;
    line-height: 1;
}
p.contact-time {
    text-align: center;
    font-size: 1.2em;
    margin-top: 5px;
}
p.contact-time span {
    margin-right: 10px;
}
p.contact-caution {
    text-align: center;
    margin-bottom: 50px;
}
.wpcf7 p {
    margin-bottom: 20px;
}
.mail-caution {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
/* contact END */

/* コンタクトフォーム */
.wpcf7 {
    border: none;
    background: none;
    max-width: 800px;
    margin: 0 auto !important;
}
.wpcf7 form {
    margin: 0;
}
table.contact_form th, table.contact_form td {
    font-size: 16px;
    padding: 30px 0;
}
table.contact_form th {
    padding-right: 15px;
    font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 20px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #1d1d1d;
}
.wpcf7 .wpcf7-not-valid {
    background: #1d1d1d;
    border-color: #be0504;
}
span.any {
    background: #e8e8e8;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
span.required {
    background: #e63e3e;
    color: #ffffff;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
}
span.wpcf7-list-item {
    display: block;
    margin: 0;
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
    width: 400px;
    line-height: 1em;
    height: 70px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Jaldi', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: none;
    color: #1d1d1d;
    box-sizing: border-box;
    border: 1px solid #1d1d1d !important;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #1d1d1d;
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    table.contact_form th {
        width: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        width: 80%;
    }
}
@media only screen and (max-width: 485px) {
    table.contact_form th, table.contact_form td {
        display: block;
    }
    table.contact_form th {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }
    table.contact_form td {
        padding-top: 5px;
        padding-bottom: 25px;
    }
    .wpcf7 input.wpcf7-submit {
        width: 100%;
    }
    .wpcf7 select, .wpcf7 .wpcf7-list-item-label {
        font-size: 12px;
    }
}
/* END コンタクトフォーム */

/* =================================================================================
   DESIGN RENEWAL 2026 ── 空き家管理サイト トップページ刷新
   テーマ：白 × 渋めの紺色 / 上品でエディトリアルなデザイン
   ※このブロックは original.css の最後に読み込まれ、既存スタイルを上書きします
================================================================================= */
:root {
    --navy: #25395a;          /* メインの紺（やや明るめ＝やわらか） */
    --navy-deep: #1a2a44;     /* フッター・濃色面 */
    --navy-soft: #3a5078;     /* ホバー・やや明るい紺 */
    --accent: #c89b54;        /* 差し色：あたたかいゴールド */
    --accent-deep: #ad8038;   /* ゴールド濃いめ（ホバー等） */
    --ink: #4f4a42;           /* 本文（あたたかいグレー） */
    --ink-strong: #2c3242;    /* 見出し（やわらかい濃紺グレー） */
    --muted: #9a9286;         /* 補助テキスト（あたたかいグレー） */
    --line: #ece4d6;          /* 罫線（クリーム寄り） */
    --paper: #fffefb;         /* ほんのり暖かい白 */
    --paper-2: #f7f2ea;       /* クリームの面（セクション背景） */
    --paper-3: #efe7d9;       /* ゴースト数字など */
    --radius: 16px;           /* やわらかい角丸 */
    --font-en: "Quicksand", "Helvetica Neue", "Segoe UI", sans-serif;
    --font-jp: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    --font-sans: "Zen Kaku Gothic New", -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/* ---------- ベース ---------- */
html { scroll-behavior: smooth; }
body {
    background: var(--paper) !important;
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
div#site-loader-overlay { background-color: var(--paper); }
::selection { background: var(--accent); color: #fff; }
a { color: var(--ink); }

/* 本文は親しみのあるゴシックに統一（サイト全体） */
body,
input, button, select, textarea {
    font-family: var(--font-sans);
}
/* テーマ既定の明朝（見出し・装飾）を丸ゴシックに置換＝あたたかい印象に */
.headline-font-type,
.rich_font,
.font-type3,
.post-content h1, .post-content h2, .post-content h3, .post-content h4,
.entry-title, .archive-title, .page_title {
    font-family: var(--font-jp) !important;
}

/* 汎用：英語ラベル（セクション見出しの上に置く小さな英字） */
.original_sub_menu {
    font-family: var(--font-en);
    font-size: 1.5rem;
    letter-spacing: 0.34em;
    font-weight: 600;
    line-height: 1;
    color: var(--navy);
    text-transform: uppercase;
}
.original_sub_menu span {
    display: block;
    font-family: var(--font-jp);
    font-size: 0.7em;
    letter-spacing: 0.22em;
    font-weight: 400;
    color: var(--muted);
    margin-top: 0.9rem;
}

/* ---------- ヘッダー / グローバルナビ ---------- */
.header-bar {
    background-color: #fff !important;
    border-bottom: 1px solid var(--line);
}
.global-nav > ul > li > a {
    font-family: var(--font-jp);
    color: var(--ink-strong);
    letter-spacing: 0.18em;
}
.global-nav > ul > li > a::after,
.global-nav > ul > li > a span {
    font-family: var(--font-en);
    font-weight: 600;
    letter-spacing: 0.24em;
    color: var(--muted);
}
.global-nav > ul > li > a:hover::after,
.global-nav .current-menu-item > a::after,
.global-nav > ul > li > a:hover span,
.global-nav .current-menu-item > a span { color: var(--navy); }

@media only screen and (min-width: 1200px) {
    .global-nav .current-menu-item > a::before,
    .global-nav > ul > li > a::before,
    .global-nav .sub-menu a::before { background: var(--navy); }
}
.global-nav-button:before { color: var(--navy) !important; }

/* ---------- ヒーロー（トップスライダー） ---------- */
.top-slider-wrapper {
    width: calc(100% - 48px);
    height: calc(100vh - 100px);
    max-height: 880px;
    min-height: 460px;
    border-radius: 14px;
    background: var(--navy-deep);
}
.top-slider-wrapper::before {
    background:
        radial-gradient(120% 90% at 50% 18%, rgba(18,28,46,0.0) 38%, rgba(14,22,38,0.55) 100%),
        linear-gradient(180deg, rgba(18,28,46,0.30) 0%, rgba(18,28,46,0.42) 45%, rgba(16,24,40,0.72) 100%);
}
/* 内側の細い額縁 */
.top-slider::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,0.30);
    z-index: 2;
    pointer-events: none;
}
.top-slider-wrapper::after {
    content: "SCROLL";
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.5em;
    color: rgba(255,255,255,0.85);
    bottom: 4.5rem;
}
/* キャッチコピー */
.top-slider-content-inner::before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    margin: 0 auto 1.8rem;
    background: linear-gradient(rgba(255,255,255,0), var(--accent) 70%, var(--accent));
    box-shadow: 0 0 12px rgba(200,155,84,0.55);
}
.top-slider-content-inner {
    box-sizing: border-box;
    padding: 0 7vw;
}
.top-slider-logo {
    font-family: var(--font-jp) !important;
    color: #fff !important;
    font-size: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.7;
    margin: 0;
    text-shadow: 0 2px 30px rgba(8,16,30,0.45);
}
.top-slider-text {
    font-family: var(--font-jp);
    color: rgba(255,255,255,0.92) !important;
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 1.8rem;
    text-shadow: 0 1px 20px rgba(8,16,30,0.4);
}

/* FVメイン画像＋ゆっくり拡大（Ken Burns）。画像は /img/fv-main.jpg を差し替え */
.top-slider { position: absolute; inset: 0; }
.top-slider-content {
    position: absolute;
    inset: 0;
    width: auto !important;
    z-index: 10;
}
.fv-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--navy-deep);
    z-index: 0;
}
.fv-kenburns {
    transform-origin: 50% 55%;
    animation: fvZoom 18s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes fvZoom {
    from { transform: scale(1.02); }
    to   { transform: scale(1.14); }
}
@media (prefers-reduced-motion: reduce) {
    .fv-kenburns { animation: none; }
}

/* ============================================================
   FV 装飾・アニメーション強化 2026
   （色は :root のゴールド/紺を流用。reduced-motion 対応は末尾）
   ============================================================ */

/* --- ゴールドの光彩がゆっくり呼吸する --- */
.fv-glow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(130% 80% at 50% 118%, rgba(200,155,84,0.32) 0%, rgba(200,155,84,0) 58%),
        radial-gradient(80% 60% at 82% 12%, rgba(255,236,200,0.16) 0%, rgba(255,236,200,0) 60%);
    mix-blend-mode: screen;
    animation: fvGlow 9s ease-in-out infinite alternate;
}
@keyframes fvGlow {
    from { opacity: 0.45; transform: scale(1); }
    to   { opacity: 1;    transform: scale(1.06); }
}

/* --- やわらかな光の粒がふわっと立ちのぼる（ボケ） --- */
.fv-orb {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255,248,234,0.55) 0%, rgba(255,248,234,0) 70%);
    opacity: 0;
    animation: fvFloat 15s ease-in-out infinite;
}
.fv-orb--1 { width: 130px; height: 130px; left: 9%;  bottom: -60px; animation-duration: 17s; animation-delay: 0s;   }
.fv-orb--2 { width: 70px;  height: 70px;  left: 76%; bottom: -40px; animation-duration: 13s; animation-delay: 3.5s; }
.fv-orb--3 { width: 50px;  height: 50px;  left: 44%; bottom: -30px; animation-duration: 21s; animation-delay: 6s;   }
.fv-orb--4 { width: 90px;  height: 90px;  left: 60%; bottom: -50px; animation-duration: 19s; animation-delay: 9s;   background: radial-gradient(circle, rgba(200,155,84,0.45) 0%, rgba(200,155,84,0) 70%); }
@keyframes fvFloat {
    0%   { transform: translateY(0) scale(0.9);  opacity: 0; }
    15%  { opacity: 0.7; }
    80%  { opacity: 0.45; }
    100% { transform: translateY(-78vh) scale(1.35); opacity: 0; }
}

/* --- 入場：下からふわっと（要素ごとに時間差） --- */
@keyframes fvUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fvLine {
    from { opacity: 0; transform: scaleY(0); }
    to   { opacity: 1; transform: scaleY(1); }
}
.fv-eyebrow,
.top-slider-logo,
.top-slider-text,
.fv-cta {
    opacity: 0;
    animation: fvUp 1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.top-slider-content-inner::before {
    opacity: 0;
    transform-origin: top;
    animation: fvLine 1.1s ease 0.1s forwards;
}
.fv-eyebrow      { animation-delay: 0.35s; }
.top-slider-logo { animation-delay: 0.55s; }
.top-slider-text { animation-delay: 0.8s;  }
.fv-cta          { animation-delay: 1.05s; }

/* --- アイブロウ（ピル型ラベル） --- */
.fv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    font-family: var(--font-en);
    font-size: 1.07rem;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #fff;
    padding: 0.72rem 1.95rem;
    margin-bottom: 1.6rem;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
/* --- CTA（ガラス調ピルボタン。inner全体がリンク） --- */
.fv-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    margin-top: 2.6rem;
    padding: 0.95rem 2.5rem;
    font-family: var(--font-en);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.fv-cta::after {
    content: "→";
    font-family: var(--font-en);
    transition: transform 0.4s ease;
}
.top-slider-content-inner:hover .fv-cta {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 12px 34px rgba(200,155,84,0.42);
    transform: translateY(-2px);
}
.top-slider-content-inner:hover .fv-cta::after { transform: translateX(6px); }

/* --- SCROLL 文字をふわっと点滅、縦線をなめらかに流す --- */
.top-slider-wrapper::after { animation: fvScrollText 2.6s ease-in-out infinite; }
@keyframes fvScrollText {
    0%, 100% { opacity: 0.5; }
    50%      { opacity: 1; }
}
.top-slider::after {
    background: linear-gradient(var(--accent), rgba(249,249,249,0.2));
    animation: fvScrollLine 2.6s ease-in-out infinite;
}
@keyframes fvScrollLine {
    0%   { transform: scaleY(0.2); transform-origin: top; opacity: 0.4; }
    50%  { transform: scaleY(1);   transform-origin: top; opacity: 1; }
    100% { transform: scaleY(0.2); transform-origin: bottom; opacity: 0.4; }
}

@media screen and (max-width: 834px) {
    .top-slider-logo { font-size: 2.5rem; letter-spacing: 0.12em; }
    .top-slider-text { font-size: 1.3rem; margin-top: 1.4rem; }
    .top-slider-content-inner { padding: 0 8vw; }
    .fv-eyebrow { font-size: 0.94rem; letter-spacing: 0.24em; padding: 0.59rem 1.56rem; }
    .fv-cta { margin-top: 2.2rem; padding: 0.85rem 2.1rem; font-size: 0.88rem; }
}
@media screen and (max-width: 600px) {
    .top-slider-logo { font-size: 2.05rem; }
    .top-slider-text { font-size: 1.2rem; line-height: 1.9; }
    .fv-orb { display: none; }
    .fv-cta { margin-top: 1.9rem; }
}

/* --- アニメーションを抑える設定の人には静かに --- */
@media (prefers-reduced-motion: reduce) {
    .fv-glow, .fv-orb,
    .fv-eyebrow, .top-slider-logo, .top-slider-text, .fv-cta,
    .top-slider-content-inner::before,
    .top-slider-wrapper::after, .top-slider::after {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .fv-orb { display: none; }
}

div#content01::before { background: var(--navy); }

/* ---------- original01：ABOUT（導入） ---------- */
section.original01 { padding: 11rem 0; }
section.original01::before { display: none; }              /* 左側の背景画像をやめ、実画像を使用 */
.original01_fast_title .flex_lay {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5.5rem;
    max-height: none;
    height: auto;
}
section.original01 .flex_lay_box {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    width: calc(50% - 2.75rem);
    height: auto;
}
section.original01 .flex_lay_box img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 14px;
}
/* 画像の背後にずらした細枠 */
section.original01 .flex_lay_box:nth-child(2) { position: relative; }
section.original01 .flex_lay_box:nth-child(2)::before {
    content: "";
    position: absolute;
    inset: 22px -22px -22px 22px;
    border: 1px solid rgba(32,48,77,0.30);
    z-index: 0;
}
section.original01 h2 {
    font-family: var(--font-jp);
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: var(--ink-strong);
    margin-left: 0;
}
section.original01 h2::before {
    content: "ABOUT";
    display: block;
    font-family: var(--font-en);
    font-size: 1.5rem;
    letter-spacing: 0.26em;
    font-weight: 600;
    color: var(--accent-deep);
    margin: 0 0 1.4rem;
}
.original01_fast_title p {
    font-size: 1.5rem;   /* 最低15px（PC・SP共通） */
    line-height: 2.15;
    color: var(--ink);
    margin-top: 1.8rem;
}

/* ---------- content02：SERVICE（サービスカード） ---------- */
.content02 {
    background: var(--paper-2);
    margin: 0;
    padding: 9rem 0;
}
.content02-inner {
    width: 88%;
    max-width: 122rem;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}
.content02-inner::before { display: none; }   /* SERVICE タイトルは非表示 */
.content02-inner::after { display: none; }   /* clearfix由来の余分なフレックスアイテムを無効化 */
.content02-item {
    box-sizing: border-box;      /* ボーダー込みで幅計算＝3枚目のカラム落ち防止 */
    width: calc(33.333% - 2.1rem);
    margin: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px -24px rgba(60,48,30,0.35);
    transition: transform 0.55s cubic-bezier(.22,.61,.36,1), box-shadow 0.55s ease;
}
.content02-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 55px -28px rgba(60,48,30,0.4);
}
.content02-img {
    max-width: none;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.conte02_box{
    text-align: justify;
    box-sizing: border-box;
}
.content02-img a, .content02-img img { height: 100%; }
.content02-img img {
    object-fit: cover;
    transition: transform 0.85s cubic-bezier(.22,.61,.36,1);
}
.content02-item:hover .content02-img img { transform: scale(1.07); }
.content02-img + .conte02_box {
    padding: 2.6rem 2.2rem 1.8rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
/* MENU / CONTACT などの英字ラベルは非表示（font-size:0 で英字テキストを消す） */
.content02-subtittle {
    font-size: 0;
    margin-top: 1.6rem;
    padding: 0.8rem 0 0;
    border-top: 1px solid var(--line);
    text-align: center;
}
.content02-subtittle span {
    display: block;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--accent-deep);
    margin: 0;
}
.content02-title {
    font-family: var(--font-jp);
    font-size: 2rem;
    line-height: 1.55;
    font-weight: 500;
    color: var(--ink-strong);
    margin: 0 0 1.2rem;
}
.content02-text {
    font-size: 1.5rem;   /* 最低15px */
    line-height: 2;
    color: var(--ink);
    margin: 0;
    flex: 1;
}
a.content02-button {
    position: relative;          /* ← 矢印(::after)の位置基準。これが無いとセクション右上に飛ぶ */
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.4;
    margin-top: 1.6rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--line);
    background: none;
    color: var(--navy);
    font-family: var(--font-en);
    font-size: 1.5rem;   /* 最低15px（READ MORE） */
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: left;
}
a.content02-button::before { display: none; }
a.content02-button::after {
    content: "→";
    position: absolute;
    right: 0.2rem;
    top: 1.5rem;
    color: var(--accent-deep);
    transition: transform 0.4s ease;
}
a.content02-button:hover { color: var(--accent-deep); background: none; }
a.content02-button:hover::after { transform: translateX(7px); }

/* ---------- original03：CONCEPT（紺色の大判ビジュアル） ---------- */
section.original03 { padding: 12rem 0; }
section.original03::after {
    background: linear-gradient(108deg, rgba(15,24,42,0.94) 0%, rgba(20,32,52,0.80) 52%, rgba(32,48,77,0.55) 100%);
}
.original03-text { padding-right: 44%; color: #fff; }
.original03-text .original_sub_menu { color: #fff; }
.original03-text .original_sub_menu span { color: rgba(255,255,255,0.72); }
.original03-text h2 {
    font-family: var(--font-jp);
    font-size: 2.7rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    margin: 1.6rem 0 1.8rem;
}
.original03-text p {
    font-size: 1.5rem;   /* 最低15px（CONCEPT本文） */
    line-height: 2.25;
    color: rgba(255,255,255,0.9);
}

/* ---------- original04：POINT（交互レイアウト） ---------- */
section.original04 { margin: 12rem 0; }
.original04__frame { margin-bottom: 7rem; }
.original04__frame:last-of-type { margin-bottom: 0; }
.original04__inner {
    width: 88%;
    max-width: 118rem;
    gap: 5.5rem;
    align-items: center;
}
.original04__img {
    width: calc(55% - 2.75rem);
    position: relative;
}
.original04__img img { border-radius: 14px; display: block; position: relative; z-index: 1; }
/*.original04__img::before {
    content: "01";
    position: absolute;
    top: -4rem;
    left: -2.2rem;
    font-family: var(--font-en);
    font-size: 9rem;
    line-height: 1;
    font-weight: 700;
    color: rgba(200, 155, 84, 0.16);
    z-index: 0;
}*/
/*.original04__frame:nth-of-type(2) .original04__img::before { content: "02"; }
.original04__frame:nth-of-type(3) .original04__img::before { content: "03"; }*/
.original04__text { width: calc(45% - 2.75rem); }
.original04__text::before {
    content: "POINT 01";
    display: block;
    font-family: var(--font-en);
    font-size: 2.8rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    line-height: 1;
    color: var(--accent-deep);
    margin-bottom: 1.4rem;
}
.original04__frame:nth-of-type(2) .original04__text::before { content: "POINT 02"; }
.original04__frame:nth-of-type(3) .original04__text::before { content: "POINT 03"; }
.original04__text h2 {
    font-family: var(--font-jp);
    font-size: 2.05rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: var(--ink-strong);
    margin-bottom: 1.4rem;
}
.original04__text p { font-size: 1.5rem; line-height: 2.15; color: var(--ink); }   /* 最低15px（POINT本文） */

/* ---------- Instagram ---------- */
h2.instagram_title {
    font-family: var(--font-en);
    font-size: 2.4rem;
    letter-spacing: 0.34em;
    font-weight: 500;
    color: var(--ink-strong);
}
h2.instagram_title::before { color: var(--navy); }

/* ---------- ori_topics：NEWS / BLOG ---------- */
section.ori_topics {
    margin: 0;
    padding: 9rem 0;
    background: var(--paper-2);
}
.ori_topics__title h2 {
    display: flex;
    flex-direction: column;            /* 新着情報（日本語）を上、TOPICS（英字）を下に */
    align-items: center;
    font-family: var(--font-jp);
    font-size: 2.6rem;                 /* 新着情報＝26px */
    letter-spacing: 0.12em;
    font-weight: 600;
    color: var(--ink-strong);
    margin-bottom: 4rem;
}
.ori_topics__title h2 span {
    font-family: var(--font-en);
    font-size: 1.3rem;                 /* TOPICS＝小さめの英字 */
    letter-spacing: 0.34em;
    font-weight: 600;
    color: var(--navy);
    margin: 0.9rem 0 0;                /* 下に置くので余白は上側へ */
}
#index-blog { margin-top: 7rem; }

/* NEWS（横並びカード 2列） */
.top-news { display: flex; flex-wrap: wrap; gap: 2.4rem 3rem; }
.article02 {
    width: calc(50% - 1.8rem);
    margin: 0 !important;
    display: flex;
    align-items: stretch;
    gap: 1.8rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.article02:hover { transform: translateY(-5px); box-shadow: 0 22px 45px -30px rgba(20,32,52,0.4); }
.article02-thumbnail {
    float: none;
    width: 38%;
    flex: 0 0 38%;
    overflow: hidden;
}
.article02-thumbnail img { height: 100%; object-fit: cover; }
.article02-content {
    float: none;
    width: auto;
    flex: 1;
    padding: 1.8rem 1.8rem 1.8rem 0;
    font-size: 1.2rem;
}
.article02-date {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: var(--navy);
}
.article02-title {
    font-family: var(--font-jp);
    font-size: 1.35rem;
    line-height: 1.65;
    font-weight: 600;
    color: var(--ink-strong);
}
.article02-title a { color: var(--ink-strong); }
.article02-text { font-size: 1.15rem; line-height: 1.9; color: var(--ink); }

/* BLOG（縦型カード 4列） */
.top-blog { display: flex; flex-wrap: wrap; gap: 2.4rem; }
.article03 {
    width: calc(25% - 2rem);
    margin: 0 1rem !important;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.article03:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -30px rgba(20,32,52,0.42); }
.article03-thumbnail { aspect-ratio: 4 / 3; overflow: hidden; }
.article03-thumbnail img { height: 100%; object-fit: cover; transition: transform 0.85s cubic-bezier(.22,.61,.36,1); }
.article03:hover .article03-thumbnail img { transform: scale(1.07); }
.article03-content { padding: 1.6rem 1.7rem 1.9rem; }
h2.article03-title.headline-font-type, .article03-title {
    font-family: var(--font-jp);
    font-size: 1.3rem !important;
    line-height: 1.7;
    font-weight: 600;
    color: var(--ink-strong);
    height: auto;
    margin-bottom: 0.9rem;
}
.article03-date {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: var(--navy);
}
.article03-category-item { font-family: var(--font-sans); font-size: 1.1rem; color: var(--muted); }

/* もっと見るボタン */
.ori_topics .button { margin: 4.5rem 0 0; }
.ori_topics .button a {
    background: none;
    color: var(--navy);
    border: 1px solid var(--navy);
    width: auto;
    height: auto;
    line-height: 1.4;
    padding: 1.3rem 4.5rem;
    border-radius: 999px;
    font-family: var(--font-en);
    font-size: 1.3rem;
    letter-spacing: 0.26em;
    font-weight: 600;
    transition: all 0.4s ease;
}
.ori_topics .button a:hover { background: var(--navy); color: #fff; }

/* ---------- フッター ---------- */
.footer_100_contact { background: var(--navy); }
.footer_100_contact a::before { background: var(--navy-deep); }
.footer_100_contact p._tittle { font-family: var(--font-en); font-weight: 400; letter-spacing: 0.45em; }
.footer_100_contact p._text { font-family: var(--font-jp); letter-spacing: 0.3em; }
footer#footer_wrapper { background: var(--paper); border-top: 1px solid var(--line); }
.footer_about_info h2 { font-family: var(--font-jp); color: var(--ink-strong); }
p.address_footer { font-size: 1.5rem; color: var(--muted); letter-spacing: 0.06em; }   /* 最低15px */
p.footer-contact-time { font-size: 1.5rem; line-height: 1.7; color: var(--ink); }      /* 最低15px */
p.footer-contact-time span { color: var(--accent-deep); }   /* ＜営業時間＞＜定休日＞ラベルをゴールドに */
a.footer-con_but span { font-family: var(--font-en); letter-spacing: 0.2em; }
ul.footer-list li a::after { background: var(--navy); }
div#pagetop a { background: var(--navy); }
div#pagetop a:hover { background: var(--navy-deep); }
.dp-footer-bar a { background: var(--navy); }

/* ---------- 会社概要（company_sec）／地図（map_sec） ---------- */
.company_sec { background: var(--paper); }
.company_sec .content_inner { max-width: 80rem; width: 88%; }
.s_table { width: 100%; }
table.company_tbl {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid var(--line);
    font-size: 1.4rem;
    line-height: 1.9;
    color: var(--ink);
}
table.company_tbl tr { border-bottom: 1px solid var(--line); }
table.company_tbl,
table.company_tbl th,
table.company_tbl td,
table.company_tbl tr {
    background: transparent !important;   /* テーマ既定の淡い青の表背景を打ち消す */
}
table.company_tbl th,
table.company_tbl td {
    padding: 1.9rem 1.2rem;
    text-align: left;
    vertical-align: top;
}
table.company_tbl th {
    width: 26%;
    font-family: var(--font-jp);
    font-weight: 500;
    color: var(--ink-strong);
    letter-spacing: 0.04em;
    white-space: nowrap;
}
/* 電話番号はアクセントとして少し大きく */
.company_tbl .tel-link {
    font-family: var(--font-en);
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--navy);
}
/* 注意書き（小さめ・控えめ） */
.company_tbl .caution,
.company_tbl .company-caution {
    display: inline-block;
    margin-top: 0.7rem;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--muted);
}

/* 地図：本文幅に合わせた角丸パネル */
.map_sec {
    width: 88%;
    max-width: 80rem;
    height: 420px;
    margin: 4.5rem auto 9rem;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 16px 36px -28px rgba(60,48,30,0.4);
}
.map_sec iframe { display: block; width: 100%; height: 100%; border: 0; }

@media screen and (max-width: 600px) {
    table.company_tbl, table.company_tbl tbody, table.company_tbl tr { display: block; width: 100%; }
    table.company_tbl tr { padding: 1rem 0; }
    table.company_tbl th, table.company_tbl td { display: block; width: 100%; padding: 0.4rem 0; }
    table.company_tbl th { color: var(--accent-deep); white-space: normal; }
    .map_sec { width: 92%; height: 320px; margin-bottom: 6rem; }
}

/* ---------- よくある質問（faq_sec）：トップのトンマナへ ---------- */
.faq_sec { background: var(--paper); }
.faq_sec .content_inner { max-width: 80rem; width: 88%; }
.faq {
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-bottom: 1px solid var(--line);
}
.faq h2 {
    font-family: var(--font-jp);
    font-size: 1.9rem;
    line-height: 1.6;
    font-weight: 500;
    color: var(--ink-strong);
    margin-bottom: 1.2rem;
}
.faq h2, .faq p { padding-left: 5.2rem; }
.faq p { font-size: 1.4rem; line-height: 1.95; color: var(--ink); }
/* Q / A バッジ＝紺＆ゴールドの丸バッジ（旧水色バッジを上書き） */
.faq h2::before, .faq p.answer::before {
    content: "Q";
    font-family: var(--font-en);
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    background: var(--navy);
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 50%;
    text-align: center;
    left: 0;
    top: 0;
}
.faq p.answer::before {
    content: "A";
    background: var(--accent);
    line-height: 3.6rem;
    top: 0;
}
@media screen and (max-width: 600px) {
    .faq_sec .content_inner { width: 90%; }
    .faq { margin-bottom: 3rem; padding-bottom: 3rem; }
    .faq h2, .faq p { padding-left: 4.4rem; }
    .faq h2::before, .faq p.answer::before { width: 3.2rem; height: 3.2rem; line-height: 3.2rem; font-size: 1.5rem; }
}

/* ---------- サイト全体：紺色アクセントへ統一（下層ページ含む） ---------- */
.signage::before { background: rgba(18,28,46,0.62); }
.post-content h2::after { background: var(--navy); }
a.kp_bunner_btn, a.kp_contact_insta_but { border-color: var(--navy); color: var(--navy); }
a.kp_bunner_btn:hover, a.kp_contact_insta_but:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* =================================================================================
   レスポンシブ（刷新分）
================================================================================= */
@media screen and (max-width: 1200px) {
    .content02-item { width: calc(50% - 1.5rem); }
    .article02 { width: 100%; }
}

@media screen and (max-width: 1024px) {
    .top-slider-wrapper { width: 100%; }
    .top-slider::before { inset: 12px; }
    .article03 { width: calc(50% - 1.2rem); margin: 0 0.6rem 1.2rem !important;}
}

@media screen and (max-width: 834px) {
    section.original01 { padding: 6rem 0; }
    .original01_fast_title .flex_lay { flex-direction: column; flex-wrap: wrap; gap: 2.5rem; }
    section.original01 .flex_lay_box { width: 100%; }
    section.original01 .flex_lay_box:nth-child(2)::before { display: none; }
    section.original01 h2 { font-size: 2.1rem; }
    section.original01 h2::before { font-size: 1.3rem; }

    .content02 { padding: 6rem 0; }
    .content02-inner { width: 90%; gap: 2.4rem; }
    .content02-inner::before { font-size: 2.2rem; margin-bottom: 2.6rem; }
    .content02-item { display: flex; flex-direction: column; width: calc(50% - 1.2rem); }
    .conte02_box { width: 100% !important; margin: 0 !important; }
    .content02-img + .conte02_box { padding: 2rem; }

    section.original03 { padding: 6rem 0; }
    .original03-text { padding-right: 0; }
    .original03-text h2 { font-size: 2.1rem; }

    section.original04 { margin: 6rem 0; }
    .original04__inner { width: 88%; gap: 2.5rem; }
    .original04__img, .original04__text { width: 100%; }
    .original04__img::before { font-size: 6rem; top: -3rem; left: -0.5rem; }
    .original04__text { margin-top: 2rem; }

    section.ori_topics { padding: 6rem 0; }
    .ori_topics__title h2 { font-size: 1.9rem; margin-bottom: 3rem; }
}

@media screen and (max-width: 600px) {
    .top-slider-wrapper { height: 58vh; min-height: 345px; }
    .content02-item { width: 100%; }
    .content02-img img { width: 100%; margin: 0; }
    .article03 { width: 100%; }
    .article02 { flex-direction: column; }
    .article02-thumbnail { width: 100%; flex: none; aspect-ratio: 16 / 9; }
    .article02-content { padding: 1.6rem; }
    #index-blog { margin-top: 5rem; }
    .ori_topics .button a { padding: 1.2rem 3.2rem; }
}


.post-content .s_table{
    white-space: normal;
}

@media screen and (max-width: 1200px) {
    .top-slider-wrapper {
        height: calc(100svw*9/16);
        border-radius: 0;
    }
    .header-youtube, .top-slider {
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .top-slider-text {
        display: none;
    }
}
/* ============================================================
   各種作業別（スポット対応）：作業タグ（2026.08）
   ※このカードだけ意図的にトンマナを外し、ボタン風のチップ表示。
     リンクではないため hover/カーソル変化は付けない。
   ============================================================ */
ul.work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}
ul.work-tags li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.75em 1.35em;
    background: #fff;
    border: 1px solid rgba(200,155,84,0.55);
    border-radius: 999px;
    box-shadow: 0 4px 10px -6px rgba(60,48,30,0.45);
    font-family: var(--font-sans);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: var(--navy);
    white-space: nowrap;
}
ul.work-tags li::before {
    content: "";
    flex: none;
    width: 6px;
    height: 6px;
    margin-right: 0.6em;
    border-radius: 50%;
    background: var(--accent);
}
@media only screen and (max-width: 425px) {
    ul.work-tags { gap: 0.7rem; }
    ul.work-tags li {
        padding: 0.65em 1.1em;
        font-size: 1.25rem;
    }
}
