@charset "UTF-8";
/* ------------ カラー設定 ---------------
main:#6a9b7a
sub:#a8c8a6
base:#fcfaf7
text:#292929
--------------------------------------- */
/* 共通スタイル */
body {
    color: #292929;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    counter-reset: number 0;
    font-size: 15px;
    letter-spacing: 0.06em;
    overflow: hidden;
    background: #fafdfa;
    line-height: 2;
}
body::before {
    width: 100vw;
    height: 100vh;
    position: fixed;
    content: '';
    background: url(/wp-content/themes/story_tcd041/img/bg.png);
    top: 0;
    left: 0;
    z-index: 99999;
    pointer-events: none;
    background-size: 220px;
    opacity: 0.18;
}
a {
    color: #292929;
    font-weight: 700;
    transition: all .6s;
}
address {
    font-style: normal;
}
#site-loader-overlay {
    background: #6a9b7a;
}
#site-loader-spinner {
    border-color: #a8c8a6 #a8c8a6 #fcfaf7 #a8c8a6 !important;
}
.header-bar-fixed {
    background: #fcfaf7 !important;
}
.logo-image {
    top: 15px;
    width: 220px;
    height: auto;
    left: 0;
    background: #fcfaf7;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
.logo-image a {
    line-height: 1;
    display: block;
}
.logo-image a img {
    width: 100%;
    display: block;
}
.global-nav > ul > li > a {
    padding: 0 25px;
    color: #292929;
    position: relative;
    font-weight: 700;
    text-align: right;
}
.global-nav > ul > li > a::after {
    position: absolute;
    line-height: 1;
    width: 100%;
    right: 25px;
    font-size: 10px;
    bottom: 30px;
    letter-spacing: 2px;
    font-family: 'Arvo', serif;
    color: #6a9b7a;
    transition: all .6s;
}
.global-nav > ul > li > a span {
    position: absolute;
    line-height: 1;
    width: 100%;
    right: 25px;
    font-size: 10px;
    bottom: 30px;
    letter-spacing: 2px;
    font-family: 'Arvo', serif;
    color: var(--cu-deep);
    transition: all .6s;
}
.global-nav > ul > li.global-menu-service > a::after {
    content: 'SERVICE';
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: 'GREETING';
}
.global-nav > ul > li.global-menu-aboutus > a::after {
    content: 'INFO';
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: 'CONTACT';
    color: #292929;
}
.global-nav > ul > li.global-menu-contact > a{
    background: #a8c8a6;
    color: #fcfaf7;
}
.global-nav .current-menu-item > a {
    color: #292929;
}
.global-nav > ul > li > a:hover {
    color: var(--cu-grad);
}
.global-nav > ul > li.global-menu-contact > a:hover{
    background: #d8e8d6;
    color: #292929;
}
.global-nav .sub-menu a {
    background: #fcfaf7;
    color: #292929;
    font-weight: 700;
}
.global-nav .sub-menu li:last-of-type a {
    border-radius: 0 0 10px 10px;
}
.global-nav .sub-menu .current-menu-item > a {
    color: #292929;
}
.global-nav .sub-menu a:hover {
    background: #a8c8a6;
    color: #fcfaf7;
}
.footer-bar01 {
    margin-top: 40px;
    background: #292929;
}
.pagetop a:hover {
    background: #6a9b7a;
}
.pagetop a:hover:before {
    color: #fcfaf7;
}
p.copyright {
    line-height: 1;
    height: auto;
    width: 100%;
    text-align: right;
    font-size: 10px;
    font-family: 'Arvo', serif;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1200px) {
    .header-bar {
        border: none;
        box-shadow: none !important;
    }
    .global-nav a, .global-nav a:hover {
        background: #fcfaf7;
        color: #292929 !important;
        letter-spacing: 2px;
    }
    .global-nav .sub-menu a {
        color: #292929 !important;
        background: #f3ece3;
        border-radius: 0 !important;
    }
    .logo-image {
        padding-left: 0;
        width: 120px;
        top: 5px;
    }
}
@media only screen and (min-width: 768px) {
    a[href^='tel:'] {
        pointer-events: none;
    }
    .post-content a[href^='tel:'] {
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .pagetop a:before {
        line-height: 33px;
    }
}
/* END 共通スタイル */
/* フロント */
.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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.mb_YTPBar .buttonBar {
    display: none;
}
.mb_YTPBar {
    display: none !important;
}
.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: flex-start;
    display: -webkit-flex;
    display: flex;
    height: 100% !important;
    width: 86% !important;
    color: #ffffff;
}
img.top-slider-logo {
    width: 86% !important;
    height: auto !important;
    min-width: 300px;
    max-width: 700px;
    display: block;
    margin: 0 5% 0 auto;
}
.top-slider-content-inner:after {
    display: none;
}
.top-slider-content-inner:hover:after {
    color: #fcfaf7;
    bottom: 30px;
}
.top-slider-text {
    font-size: min(4.5vw, 52px);
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 0 10px #666;

    /*font-weight: 500;*/
    /*color: #fcfaf7 !important;*/
    margin-bottom: 0px;
    /*font-size: 22px !important;*/
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: left;
    /*letter-spacing: 0.3rem;*/
    line-height: 2;
}
.top-slider-content-inner:hover {
    background: none;
}
.content02-inner {
    width: 86%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 0.9em;
    margin: 0 auto;
}
.article02-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.content02-button {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: none;
    letter-spacing: 0px;
    display: block;
    font-size: 0.8em;
    width: 100%;
    font-weight: 700;
    position: relative;
    margin: 25px auto 0;
    color: #292929;
    padding: 15px;
    border: 1px solid #7fb88f;
    text-align: center;
    border-radius: 150px;
    box-sizing: border-box;
    line-height: 1.6;
}
.content02-button:hover {
    color: #f9e64a;
    background: #7fb88f;
}
@media only screen and (max-width: 767px){
    .content02-button {
        height: auto;
    }
}
.content02-inner-img {
    margin: 0 auto 15px;
    display: block;
    width: 100%;
    border-radius: 15px;
}
.content02-title {
    margin: 0 auto 15px;
    padding: 0;
    font-size: 1.3em;
    text-align: left;
    font-weight: 700;
    line-height: 1.6;
}
p.article02-text {
    font-size: 12px;
    color: #292929;
}
.article03-content {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 0 0 15px 15px;
    transition: 0.4s;
}
.button {
    margin-bottom: 0;
}
.button a {
    color: #292929;
    font-size: 15px;
    border: 1px solid;
    background: #fcfaf7;
    box-sizing: border-box;
    font-weight: 700;
    transition: 0.4s;
}
.button a:hover {
    color: #fcfaf7;
    background: #292929;
    border-color: #292929;
}
.headline-primary {
    text-align: center;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 45px;
    color: #6a9b7a;
}
.headline-primary::before {
    content: "TOPICS";
    display: block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
    color: #292929;
    font-weight: 500;
    text-align: center;
    font-family: 'Arvo', serif;
    letter-spacing: 5px;
}
.article02-date {
    color: #676767;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .global-nav-button {
        border-left: none;
    }
    .global-nav-button:before {
        color: #292929;
    }
    .global-nav > ul > li > a {
        color: #292929 !important;
        background: #fcfaf7;
        line-height: 50px;
        height: 50px;
        text-align: left;
        padding: 0 0 0 20px;
    }
    .global-nav > ul > li:last-of-type > a {
        border-radius: 0 0 0 10px;
    }
    .global-nav .menu_social.menu-item-has-children > a span::before {
        color: #023742;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #6a9b7a;
        background: #fcfaf7;
    }
}
@media only screen and (max-width: 1024px) {
    .content02-inner {
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .top-slider-text {
        font-size: 28px !important;
    }
    .content02-item {
        width: 100%;
        margin: 0 auto 70px !important;
    }
    .content02-inner {
        display: -webkit-box;
        display: block;
        font-size: 1em;
    }
    .column-layout03-item:first-child {
        margin-right: 0;
    }
    .content01-title {
        font-size: 24px !important;
        margin-bottom: 20px;
    }
    .column-layout03 {
        padding: 0;
    }
}
/* END フロント */
/* 固定ページ共通 */
.main {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background: none;
}
.signage{
    box-sizing: border-box;
}
.signage-title-sub {
    line-height: 1;
    text-shadow: none;
    font-weight: 700;
    color: #6a9b7a;
}
.breadcrumb-wrapper {
    background: none;
    z-index: 3;
}
.primary-full {
    position: relative;
}
.page .post-header {
    display: none;
}
.signage-title.headline-font-type {
    text-shadow: none;
    margin: 0 auto 20px;
    font-weight: 700;
    font-family: 'Arvo', serif;
    line-height: 1;
    font-size: 30px;
    letter-spacing: 3px;
}
.post-title {
    color: #292929;
    font-weight: 700;
    font-size: 1.5em !important;
}
p.post-meta {
    font-family: 'Arvo', serif;
    color: #6a9b7a;
}
.post-content h2 {
    padding: 0;
    margin: 0 auto 10px;
    font-size: 1.8em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    color: #6a9b7a;
}
.post-content h3 {
    margin: 0 auto 10px;
    font-size: 1.2em;
    line-height: 1.6;
    padding: 8px 15px;
    position: relative;
    text-align: left;
    background: #ffffff;
}
.post-content h4 {
    margin: 0 auto 6px;
    font-size: 1.1em;
}
.post-content p {
    position: relative;
}
.post-content a {
    color: #292929;
    font-weight: 700;
}
.post-content tr {
    border-bottom: 2px solid #e5dbcd;
}
.post-content td, .post-content th {
    background: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    padding: 1em 0;
    line-height: 1.6;
    font-weight: 500;
    box-sizing: border-box;
}
.post-content th {
    width: 25%;
    padding-right: 1em;
    background: none;
    text-align: left;
    box-sizing: border-box;
    color: #8b7c67;
}
.post-content ul {
    list-style: none;
    margin-left: 0;
}
.post-content li, .post-content dt, .post-content dd {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.6;
}
.post-content li:last-child, .post-content dt:last-child, .post-content dd:last-child {
    margin-bottom: 0px;
}
.icon-file-text:before {
    content: "\e909";
}
@media only screen and (max-width: 1150px) {
    .main > .inner {
        width: 86%;
        padding: 0;
    }
}
@media only screen and (max-width: 485px) {
    .post-content td, .post-content th {
        width: 100%;
        display: block;
    }
    .post-content th {
        padding-bottom: 0;
        padding-right: 0;
        font-weight: 700;
    }
    .post-content td {
        padding-top: 0.25em;
    }
}
/* END 固定ページ共通 */
/* アーカイブ */
.blog .main, .single .main, .archive .main {
    padding: 5em 0;
}
h2.archive-title {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 1.5em;
}
@media only screen and (max-width: 485px) {
    .blog .main, .single .main, .archive .main {
        padding: 4em 0;
    }
}
/* アーカイブ END */
/* ブログページ詳細 */
.single h2, .single h3 {
    margin-top: 50px;
}
.single h2:first-child, .single h3:first-child {
    margin-top: 0;
}
.post-date {
    font-weight: 700;
}
.sns_default_top {
    text-align: left;
    margin-top: 0px;
}
.single .post-content {
    padding-top: 0;
}
.single .post-content img {
    width: auto;
}
.single .post-content p {
    margin-bottom: 20px;
}
.single .post-content p:last-of-type {
    margin-bottom: 0;
}
.styled-post-list1-meta {
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}
a.styled-post-list1-title.headline-font-type {
    line-height: 1.6;
    color: #ffa6a6;
}
.single-post .post-header {
    display: block;
}
.headline-bar {
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #6a9b7a;
    padding-bottom: 10px;
}
.nav-links01 {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
}
.nav-links01-previous a:hover, .nav-links01-next a:hover {
    color: #737373;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #292929;
}
.side_widget:first-child a {
    font-weight: 700;
    font-size: 0.8em;
    display: block;
    color: #6a9b7a;
}
.side_widget:first-child a:hover {
    color: #333;
}
.sns {
    text-align: left;
}
@media only screen and (max-width: 485px) {
    h1.post-title {
        font-size: 18px !important;
    }
}
/* END ブログページ詳細 */
/* コンタクトフォーム */
.wpcf7 {
    border: none;
    background: none;
    margin: 20px auto 0 !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: 500;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #e5dbcd;
    background: #ffffff;
    color: #292929;
}
.wpcf7 .wpcf7-not-valid {
    background: #ffffff;
    border-color: #ff5150;
}
span.any {
    background: #e8e8e8;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
span.required {
    background: #e63e3e;
    color: #fcfaf7;
    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: 500;
}
.wpcf7 input.wpcf7-submit {
    width: 100%;
    max-width: 400px;
    line-height: 1em;
    height: 70px;
    font-weight: 700;
    font-size: 1.2em;
    background: #6a9b7a;
    border-radius: 10px;
    padding: 0;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #f9e64a;
    color: #6a9b7a;
}
.wpcf7-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-list-item{
    width: calc(100% / 3);
}
@media only screen and (max-width: 991px) {
    table.contact_form th {
        width: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .wpcf7-list-item{
        width: calc(100% / 2);
    }
    .wpcf7 input.wpcf7-submit {
        width: 86%;
    }

}
@media only screen and (max-width: 485px) {
    table.contact_form th, table.contact_form td {
        display: block;
    }
    .wpcf7 input.wpcf7-submit {
        width: 100%;
    }
    .wpcf7 select, .wpcf7 .wpcf7-list-item-label {
        font-size: 12px;
    }
}
/* END コンタクトフォーム */
/* ========================================
お知らせ基本スタイル
==========================================*/
.post-type-archive-news .main, .category-blog .main {
    background: #1c1c1c;
}
.post-header {
    text-align: left;
    margin-bottom: 2em;
}
#single_share_bottom {
    text-align: left;
    margin-top: 50px;
}
.article04-content h4.headline-font-type {
    font-size: 20px;
    color: #fcfaf7;
    font-weight: 700;
    font-style: normal;
}
.article04 {
    background: #2e2e2e;
}
.article04-text {
    line-height: 2;
    color: #737373;
}
.article04-date {
    color: #fcfaf7;
    font-weight: 700;
    font-style: normal;
}
.article04 a:hover .article04-title {
    color: #737373;
    font-weight: 700;
}
.article07-content {
    padding: 0 10px;
}
.article07-meta {
    margin-bottom: 0;
    font-weight: 700;
}
.article07-title {
    color: #fcfaf7;
}
@media only screen and (max-width: 485px) {
    h4.article04-title.headline-font-type {
        font-size: 15px;
    }
}
/* 共通オリジナル */
.header-bar-inner {
    width: 100%;
}
.footer_about_inner {
    width: 60%;
    box-sizing: border-box;
    padding-left: 60px;
}
address.footer_tel span {
    font-size: 0.7em;
    margin-right: 5px;
    font-family: 'Arvo', serif;
}
.footer_about_sec {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.footer-info span {
    margin-right: 0.5em;
}
a.footer_but {
    display: block;
    line-height: 50px;
    max-width: 300px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    font-weight: 700;
    transition: 0.4s;
    padding: 0 20px;
    margin: 1em auto 0 0;
    background: #fcfaf7;
    border-radius: 30px;
}
a.footer_but::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 700;
    font-size: 1.5em;
    right: 20px;
    transition: 0.4s;
    color: #6a9b7a;
}
a:hover.footer_but {
    background: #6a9b7a;
    color: #ffffff;
}
a:hover.footer_but::after {
    color: #ffffff;
}
a.footer_but.line-footer-but::after {
    font-family: 'design_plus';
    content: '\e909';
    color: #02a400;
    font-weight: 500;
    font-size: 22px;
    right: 18px;
}
a:hover.footer_but.line-footer-but::after {
    color: #ffffff;
}
a.footer-but {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    color: #292929;
    background: #fff;
    border-radius: 50%;
}
a.footer-but span {
    display: none;
}
a.footer-but.instagram::after {
    content: "\ea92";
    display: block;
    font-family: "design_plus";
    font-size: 18px;
    position: absolute;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
a.footer-but.twitter::after {
    content: "\e904";
    display: block;
    font-family: "design_plus";
    font-size: 18px;
    position: absolute;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
a:hover.footer-but.instagram {
    background: #8d00a4;
}
a:hover.footer-but.twitter {
    background: #0094e0;
}
a:hover.footer-but::after {
    color: #fcfaf7;
}
ul.footer-list li a {
    color: #fff;
}
ul.footer-list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 700;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
ul.footer-list li:hover::before {
    left: 3px;
}
footer {
    background: #f3ece3;
    box-sizing: border-box;
    font-size: 0.8em;
    padding: 120px 0;
    line-height: 1.8;
}
.footer-line-box {
    width: 40%;
    background: #6e6e6e;
    box-sizing: border-box;
    padding: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.footer-menu {
    width: 40%;
    box-sizing: border-box;
}
.footer-menu ul li a span{display: none;}
.footer_about_inner h2 {
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-family: 'Arvo', serif;
}
p.address-footer {
    position: relative;
    padding-left: 1.215em;
    margin-bottom: 6px;
}
p.address-footer::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    position: absolute;
    font-weight: 700;
    top: 0;
    left: 0;
}
ul.footer-menu-list {
    width: calc(50% - 20px);
    margin-right: 40px;
    box-sizing: border-box;
}
ul.footer-menu-list:last-of-type {
    margin-right: 0;
}
ul.footer-menu-list li {
    margin-bottom: 10px;
}
ul.footer-menu-list li:last-of-type {
    margin-bottom: 0;
}
ul.footer-menu-list li a {
    display: block;
    position: relative;
    transition: 0.4s;
    text-align: left;
    line-height: 1.6;
    padding-bottom: 6px;
    box-sizing: border-box;
    padding-left: 1.25em;
}
ul.footer-menu-list li a::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    color: #6a9b7a;
}
ul.footer-menu-list li a:hover {
    color: #6a9b7a;
}
ul.footer-sns {
    width: 90px;
    display: block;
    margin: 2em auto 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
ul.footer-sns li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
ul.footer-sns li:last-of-type {
    margin-right: 0;
}
a.sns-but {
    display: block;
    background: #fcfaf7;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 25px auto 0 0;
}
a.sns-but span {
    display: none;
}
a.sns-but::after {
    font-family: 'design_plus';
    content: '\e902';
    position: absolute;
    top: 0;
    left: 0;
    color: #6a9b7a;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
a.sns-but.facebook::after {
    content: '\e902';
}
a.sns-but.instagram::after {
    content: '\ea92';
}
p.footer-address {
    box-sizing: border-box;
    padding-left: 1.25em;
    position: relative;
    margin-bottom: 5px;
}
p.footer-address::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #6a9b7a;
}
address.footer_tel {
    font-size: 1.5em;
}
a:hover.sns-but {
    background: #6a9b7a;
}
a:hover.sns-but::after {
    color: #ffffff;
}
ul.footer-menu-list li.footer-menu-title {
    font-family: 'Arvo', serif;
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #e5dbcd;
    color: #6a9b7a;
}
.footer-menu .flex-inner {
    background: #ffffff;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 20px;
}
ul.footer-menu-list.footer-service-menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 3px dotted #e5dbcd;
}
@media only screen and (min-width: 1201px) {
    .global-nav > ul > li.global-menu-home > a {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .global-nav > ul > li > a::after {
        position: relative;
        width: auto;
        text-align: left;
        right: 0;
        bottom: 0;
        display: inline;
        margin-left: 15px;
        font-weight: 700;
    }
    .logo-image a img{
        max-height: 100px;
    }
}
@media only screen and (max-width: 970px) {

    .footer_about_inner {
        width: 50%;
    }
    .footer-line-box h3 {
        font-size: 1.1em;
        line-height: 1.6;
        margin-bottom: 0.5em;
    }
    .footer-menu {
        width: 50%;
        padding: 0;
    }
    footer {
        padding: 90px 0;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 70px 0 calc(70px + 50px);
        font-size: 0.9em;
    }
    ul.footer-menu-list {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
}
@media only screen and (max-width: 485px) {
    .footer_about_inner {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 45px auto 0;
    }
    a.footer_but {
        margin-left: auto;
        margin-right: auto;
    }
    footer {
        padding: 4em 0 calc(3em + 50px);
    }
    ul.footer-sns {
        margin-left: auto;
    }
    .footer-menu {
        width: 100%;
    }
    p.footer-address::before {
        display: block;
        position: relative;
    }
    p.footer-address {
        padding: 0;
    }
    a.sns-but {
        margin-left: auto;
    }
    p.copyright {
        position: relative;
        max-width: 30em;
        text-align: center;
        line-height: 1.5;
        margin: 40px auto 0;
    }
}
/* 共通オリジナル END */
/* ========================================
ここから固定ページオリジナル
==========================================*/
/* 固定共通オリジナル */
.content_full {
    position: relative;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    padding: 5em 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 485px) {
    .content_inner {
        padding: 4em 0;
    }
}
/* 固定共通オリジナル END */
/* ========================================
お問い合わせ基本スタイル
==========================================*/
/* privacy */
.privacy_box {
    margin-bottom: 70px;
}
p.text_left {
    text-align: right;
}
/* privacy END */
address.contact-tel {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.6;
}
address.contact-tel span {
    font-size: 0.8em;
    margin-right: 4px;
    color: #e3ce21;
    font-family: 'Arvo', serif;
    font-weight: 700;
}
address.contact-mobile {
    line-height: 1;
    margin-top: 1em;
    font-weight: 700;
}
address.contact-mobile span {
    color: #bc5b28;
}
p.contact-caution {
    font-size: 0.8em;
    margin-top: 1em;
}
.mail-box {
    margin-top: 3em;
}
.mail-caution-box {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1.5em 2em;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0.5em auto 2em;
}
.mail-caution-box h3 {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0.5em;
}
.wpcf7 form p {
    margin-bottom: 1em;
    font-weight: 700;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    border-radius: 0;
    margin: 0 auto;
    background: #d82f2f;
    color: #fcfaf7;
    box-sizing: border-box;
    padding: 1em 1.5em;
}
@media only screen and (max-width: 485px) {
    .tel_sec .content_inner {
        padding: 70px 0;
    }
    address.contact_tel {
        font-size: 24px;
    }
    .mail_caution h3 {
        font-size: 15px;
    }
    .mail_caution {
        padding: 15px 20px;
    }
    .wpcf7 form p:last-child {
        margin: 0;
    }
}
/* ========================================
お問い合わせ基本スタイル END
==========================================*/
/* フロントオリジナル */
.top-slider-content-inner h2 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 4px;
}
#content01::before {
    width: 1px;
    height: 100px;
    background: #6a9b7a;
    position: absolute;
    top: 0;
    content: '';
    left: 50%;
    z-index: 10;
}
.front_inner-text h2 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.front_inner-text-img {
    display: block;
    max-width: 290px;
    margin: 0 auto;
}
.front_inner-text-img img {
    display: block;
    width: 100%;
}
#content01::after {
    width: 100%;
    height: 120px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: rgba(168, 200, 166, 0.32);
    z-index: 1;
}
.front_intro-inner::before {
    content: 'CONCEPT';
    display: block;
    text-align: center;
    font-family: 'Arvo', serif;
    font-weight: 700;
    line-height: 1;
    font-size: 44px;
    letter-spacing: 6px;
    color: #292929;
    margin-bottom: 20px;
}
.content02-item{
    display: flex;
    flex-direction: column;
}
.content02-item .content02-text{
    margin-bottom: 30px;
}
.content02-item .content02-button{
    margin-top: auto;
    box-sizing: border-box;
    max-width: calc(100% - 56px);
}
.content02-item:nth-of-type(2) {
    /*margin-top: 50px;*/
}
.content02-item:nth-of-type(3) {
    /*margin-top: 100px;*/
}
/*.content02-inner::before {
  content: 'Our strong point';
  display: block;
  position: absolute;
  top: -50px;
  right: -30px;
  line-height: 1;
  font-family: 'Ms Madi', cursive;
  font-size: 5vw;
  transform: rotate(-10deg);
  z-index: 10;
  color: #6a9b7a;
}*/
.top-slider-wrapper::before {
    width: 1px;
    height: 50px;
    background: #fcfaf7;
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: #fcfaf7;
    line-height: 1;
    bottom: 55px;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-family: 'Arvo', serif;
    font-size: 12px;
    letter-spacing: 3px;
}
.front_second_inner {
    width: 86%;
    margin: 0 auto;
    max-width: 1150px;
    z-index: 2;
    position: relative;
}
.front_second {
    padding: 120px 0;
    position: relative;
    margin: 0 0 120px auto;
    background: url(img/front_second.jpg);
    background-size: cover;
    width: 93%;
    border-radius: 100px 0 0 100px;
}
.front_second_inner-text {
    position: relative;
    color: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 20%;
}
.third-box {
    width: 100%;
    margin: 0 auto 4em;
}
.front-third-inner {
    position: relative;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    box-sizing: border-box;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    padding: 0 60px;
}
.front-third-img {
    width: calc(50% + 20px);
    box-sizing: border-box;
    margin-right: -20px;
}
.front-third-img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.third-box:nth-of-type(even) .front-third-text {
    margin-left: 50%;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: calc(-100% - 20px);
}
.third-box .front-third-text h3::before {
    counter-increment: number 1;
    content: "POINT "counter(number) " ";
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 25px;
    display: block;
    line-height: 1;
    width: 100%;
    font-family: 'Arvo', serif;
    letter-spacing: 4px;
    color: #292929;
}
.front_intro-outer {
    position: relative;
}
.front_intro_inner {
    position: relative;
    padding-left: calc(50% + 50px);
}
.front_intro-outer .inner {
    position: relative;
    z-index: 2;
}
#content01 {
    padding: 120px 0 0;
    z-index: 1;
}
.front_second_inner-text h3 {
    font-size: 1.8em;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
}
.front-third-text h3 {
    font-size: 1.6em;
    margin-bottom: 25px;
    color: #7fb88f;
    width: 100%;
    line-height: 1.6;
}
.front-third-text p {
    width: 100%;
}
.front_topics {
    margin: 120px auto calc(120px - 10px);
}
.front_intro-inner {
    width: 86%;
    max-width: 950px;
    margin: 0 auto;
    align-items: center;
    box-sizing: border-box;
    background: #ffffff;
    padding: 55px;
    border-radius: 20px;
    box-shadow: 0px 0px 40px -20px #cac1b4;
    z-index: 2;
    position: relative;
}
.front_inner-text {
    width: 86%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 850px;
    text-align: center;
}
.front_inner-img {
    width: 50%;
    box-sizing: border-box;
}
.front_inner-img img {
    display: block;
    width: 100%;
}
.content02 {
    padding: 70px 0 120px;
    background: rgba(168, 200, 166, 0.32);
    position: relative;
    z-index: 2;
}
.front_intro-inner h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #7fb88f;
    font-size: 1.2em;
}
.content02-button span {
    color: #7fb88f;
    letter-spacing: 2px;
    transition: 0.4s;
    font-weight: 700;
    display: block;
    font-family: 'Arvo', serif;
    font-size: 1.6em;
}
.content02-button:hover span {
    color: #ffffff;
}
.front_second::before {
    width: 100%;
    right: 50%;
    position: absolute;
    content: '';
    background: rgba(168, 200, 166, 0.32);
    top: 0;
    height: 50%;
    z-index: -1;
}
.front_second_inner::before {
    content: 'Merit';
    position: absolute;
    color: rgba(127, 184, 143, 0.55);
    font-family: 'Ms Madi', cursive;
    line-height: 1;
    left: -15%;
    top: -90px;
    font-size: 10vw;
    transform: rotate(-15deg);
    z-index: 1;
}
.front-third-text-inner {
    max-width: 550px;
    margin: 0 auto;
}
.front-third {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}
.top-slider-content-inner h3 {
    font-family: 'Arvo', serif;
    color: #f9e64a;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.article03 > a:hover .article03-content {
    background: #f9e64a;
}
@media only screen and (max-width: 970px) {
    .front_intro_inner {
        padding: 0px 7%;
    }
    .front_intro-outer .inner {
        width: 100%;
    }
    .content02-item:last-of-type {
        margin-bottom: 0 !important;
    }
    .content02::before {
        height: 100%;
    }
    .third-box {
        margin-bottom: 80px;
        width: 100%;
    }
    .front-third-text {
        width: 100%;
        padding: 0 7% !important;
        margin: 0 0 45px !important;
    }
    .front-third-img {
        width: 93%;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 7%;
    }
    .content02-inner-img {
        max-width: 450px;
    }
    .content02-title {
        text-align: center;
    }
    .content02-inner::before {
        left: 0;
        font-size: 50px;
        position: relative;
        top: -20px;
    }
    .content02-button {
        max-width: 450px;
    }
    .front_second_inner-text {
        padding: 0;
    }
    .front-third-text-inner {
        max-width: unset;
    }
    .front-third-img img {
        border-radius: 0 20px 20px 0;
    }
    .third-box:nth-of-type(even) .front-third-img img {
        border-radius: 20px 0 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .front_topics {
        margin: 120px auto calc(120px - 15px);
    }
    .article03-title {
        font-size: 1em;
    }
    .top-slider-content-inner h2 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .top-slider-wrapper::before {
        height: 16px;
    }
    .top-slider-wrapper::after {
        bottom: 22px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 485px) {
    .front_intro_inner h2 {
        font-size: 1.2em;
    }
    .article03:last-of-type {
        margin-bottom: 0 !important;
    }
    .front_topics {
        margin: 80px auto;
    }
    .front_intro-inner {
        width: 100%;
        border-radius: 0;
        padding: 50px 7%;
    }
    .front_inner-img {
        width: 93%;
    }
    .top-slider-content-inner h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .front_inner-text h2 {
        font-size: 20px;
    }
    .content02 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .content02-title {
        text-align: left;
    }
    .front_second {
        width: 100%;
        border-radius: 0;
        padding: 80px 0;
        margin-bottom: 80px;
    }
    .front_second_inner::before {
        top: -40px;
        left: -20px;
        font-size: 90px;
        opacity: 0.6;
    }
    .third-box .front-third-text h3::before {
        font-size: 50px;
    }
    .front-third-text {
        margin-bottom: 30px !important;
    }
}
/* ENDフロントオリジナル */
/* 固定ページレイアウト基本 */
.left_inner {
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.right_inner {
    width: calc(50% - 50px);
    margin-left: 50px;
    box-sizing: border-box;
    position: relative;
}
.three_line_up-box {
    width: calc(33.333333% - 30px);
    margin-right: 45px;
    box-sizing: border-box;
}
.three_line_up-box:nth-of-type(3n) {
    margin-right: 0;
}
@media only screen and (max-width: 970px) {
    .left_inner {
        width: 100%;
        margin: 0 !important;
    }
    .right_inner {
        width: 100%;
        margin: 30px 0 0 !important;
    }
    .three_line_up-box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .three_line_up-box:last-of-type {
        margin-bottom: 0;
    }
}
/* 固定ページレイアウト基本 END */
/* housecleaning */
ul.menu-intro li {
    padding-left: 1.25em;
}
ul.menu-intro li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #f44040;
}
.service_but-content.flex-inner {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}
.service_but-box {
    margin-right: 40px;
    width: calc(25% - 30px);
}
.service_but-box:last-of-type {
    margin-right: 0;
}
.menu-section:nth-of-type(odd) {
    background: #fbf9e8;
}
.menu-section .content_inner {
    padding: 100px 0;
}
.menu-section:nth-of-type(even) {
    background: #f3ece3;
}
.service_but-box a {
    display: block;
    line-height: 60px;
    box-sizing: border-box;
    border: 4px solid #6a9b7a;
    padding: 0 25px;
    border-radius: 40px;
    position: relative;
}
.service_but-box a::after {
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 10px;
    color: #6a9b7a;
}
.service_but-box a:hover {
    background: #6a9b7a;
    color: #ffffff;
}
.service_but-box a:hover::after {
    color: #ffffff;
}
section#setmenu {
    background: #a8c8a6;
}
.menu-section .content_inner h2 {
    text-align: center;
}
section#setmenu h2 {
    color: #ffffff;
}
.setmenu-inner {
    display: flex;
    justify-content: center;
    margin: 25px auto 0;
}
.setmenu-inner .three_line_up-box {
    width: calc(33.333333% - 10px);
    margin-right: 15px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    font-size: 0.9em;
    line-height: 1.8;
    border-radius: 10px;
}
.setmenu-inner .three_line_up-box:nth-of-type(3n), .setmenu-inner .three_line_up-box:last-of-type {
    margin-right: 0;
}
.setmenu-inner .three_line_up-box h3 {
    font-size: 1.1em;
    text-align: center;
    padding: 0 0 15px;
    color: #292929;
}
.setmenu-inner .three_line_up-box h3::after {
    width: 40px;
    height: 1px;
    position: absolute;
    content: '';
    background: #f9e64a;
    left: calc(50% - 20px);
    bottom: 0;
}
.menu-price.flex-inner {
    margin: 20px auto 0;
    border-top: 2px dotted #a8c8a6;
    padding: 20px 0 0;
}
.menu-price-inner {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.menu-price-inner:nth-of-type(odd) {
    border-right: 2px dotted #a8c8a6;
    padding-right: 20px;
}
.menu-price-inner:nth-of-type(even) {
    padding-left: 20px;
}
.menu-price-inner h4 {
    font-size: 0.9em;
    margin-bottom: 0;
    color: #6a9b7a;
}
.menu-price-inner p {
    font-weight: 700;
    font-size: 1.2em;
}
.menu-option p {
    line-height: 1.6;
    padding-left: 1.25em;
    margin-bottom: 4px;
}
.menu-option p::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #f9e64a;
}
ul.caution-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #e5dbcd;
}
ul.caution-list li {
    padding-left: 1.25em;
}
ul.caution-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #f44040;
}
.menu-section-intro {
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.menu-option {
    margin-top: 20px;
    border-top: 2px dotted #a8c8a6;
    padding-top: 20px;
}
span.set-title {
    display: block;
    font-size: 1.3em;
    color: #6a9b7a;
}
p.set-price {
    color: #0082ca;
    font-size: 1.6em;
}
.setmenu-inner img {
    border-radius: 10px;
    margin: 20px auto 0;
}
@media only screen and (max-width: 1024px) {
    .service_but-box {
        width: calc(50% - 15px);
        margin-bottom: 30px;
        margin-right: 30px;
    }
    .service_but-box:nth-of-type(even) {
        margin-right: 0;
    }
    .service_but-content.flex-inner {
        margin-bottom: -30px;
    }
}
@media only screen and (max-width: 970px) {
    .menu-section .content_inner {
        padding: 75px 0;
    }
    .setmenu-inner .three_line_up-box {
        width: 100%;
        font-size: 1em;
        margin-right: 0;
    }
    .setmenu-inner {
        display: block;
    }
}
@media only screen and (max-width: 485px) {
    .service_but-box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .service_but-content.flex-inner {
        margin-bottom: -20px;
    }
}
/* housecleaning END */
/* roomcleaning */
.setmenu-inner.room-setmenu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
.setmenu-inner.room-setmenu .three_line_up-box {
    margin-bottom: 15px;
}
/* roomcleaning END */
/* greeting */
.greeting-inner.flex-inner {
    margin: 0 auto 60px;
    padding-bottom: 60px;
    border-bottom: 3px dotted #e5dbcd;
}
.greeting-inner.flex-inner:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.greeting-box.right_inner p {
    margin-bottom: 1.25em;
}
.greeting-box.right_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting-box.right_inner h2 {
    font-size: 1.3em;
    color: #292929;
    margin-bottom: 25px;
}
span.staff-title {
    display: block;
    font-size: 0.8em;
    color: #6a9b7a;
}
/* greeting END */
/* faq */
.faq-sec h2, .faq-sec p {
    padding-left: 45px;
}
.faq-sec h2 {
    font-size: 1.2em;
    margin-bottom: 0.25em;
}
.faq-sec h2::after {
    display: none;
}
.faq-sec p {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 3px dotted #e5dbcd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq-sec h2::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #6a9b7a;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    text-align: center;
    font-size: 16px;
    font-family: 'Arvo', serif;
    color: #f9e64a;
}
.faq-sec p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f9e64a;
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    text-align: center;
    font-size: 16px;
    color: #6a9b7a;
    font-family: 'Arvo', serif;
}
/* faq END */
/* flow */
.flow-box {
    box-sizing: border-box;
    position: relative;
    padding-left: 110px;
    padding-bottom: 3em;
}
.flow-box:last-of-type {
    padding-bottom: 0;
}
.flow-box::before {
    width: 2px;
    left: 39px;
    height: 100%;
    position: absolute;
    content: '';
    background: #6a9b7a;
}
.flow-box::after {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    background: #6a9b7a;
    color: #f9e64a;
    border-radius: 50%;
    font-family: 'Arvo', serif;
}
.flow-box h2 {
    font-size: 1.2em;
    color: #6a9b7a;
    margin-bottom: 5px;
}
.flow-box h2::after {
    display: none;
}
.flow-box:last-of-type::before {
    display: none;
}
.flow-box a {
    display: block;
    line-height: 60px;
    box-sizing: border-box;
    border: 4px solid #6a9b7a;
    border-radius: 40px;
    max-width: 300px;
    margin: 20px auto 0 0;
    position: relative;
    padding: 0 25px;
}
.flow-box a::after {
    content: '\e910';
    font-family: 'design_plus';
    position: absolute;
    right: 25px;
    font-size: 12px;
    color: #6a9b7a;
}
.flow-box a:hover {
    background: #6a9b7a;
    color: #ffffff;
}
.flow-box a:hover::after {
    color: #ffffff;
}
span.flow-title {
    display: block;
    font-size: 0.8em;
    color: #dc3232;
    padding-left: 1.25em;
    position: relative;
}
span.flow-title::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #dc3232;
}
@media only screen and (max-width: 485px) {
    .flow-box::after {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .flow-box::before {
        left: 29px;
    }
    .flow-box {
        padding-left: 90px;
    }
}
/* flow END */
/* contact */
.content_inner.contact-sec {
    max-width: 800px;
}
a.yoyakuru {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 50px auto 60px;
}
a.yoyakuru img {
    display: block;
    width: 100%;
    transition: 0.5s;
    opacity: 1;
    border-radius: 0;
}
a:hover.yoyakuru img {
    opacity: 0.6;
}
.contact-intro{
    margin: 0 auto 3em;
}
.tel-box {
    max-width: 800px;
    margin: 0 auto 3em;
    text-align: center;
}
.line-box {
    text-align: center;
}
a.contact-line-but {
    text-align: left;
    display: block;
    line-height: 60px;
    max-width: 300px;
    margin: 0 auto 20px;
    background: #02a400;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}
a.contact-line-but::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
    position: absolute;
    right: 25px;
    font-size: 30px;
}
a:hover.contact-line-but {
    background: #206b03;
}
.contact-sec h2::after {
    left: calc(50% - 25px);
}
address.contact-tel a {
    font-weight: 700 !important;
}
p.contact-tel-info span {
    margin-right: 10px;
    color: #004fc1;
}
p.contact-tel-caution {
    font-size: 0.9em;
    color: #dc3232;
}
.mail-box {
    margin: 4em auto 0;
    max-width: 800px;
}
.contact-sec h2 {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .contact-sec h2 span{
        display: block;
        font-size: .8em;
    }
}
/* contact 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/2023/03/main-sp.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

/* エアコンクリーニング */
section#aircon {
    background: none;
}
section#aircon ul.menu-intro {
    width: 100%;
    margin: 30px auto 30px;
}
.aircon-feature {
    margin: 6em auto 0;
    border: 3px dotted #e5dbcd;
    border-radius: 20px;
    padding: 2em 3em;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
}
.post-content .aircon-feature h2 {
    margin: 0 auto 20px;
}
.feature-list li {
    position: relative;
    padding-left: 1.5em;
}
.feature-list li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0.2em;
    width: 6px;
    height: 6px;
    background-color: #6a9b7a;
    border-radius: 50%;
}
.aircon-flow {
    margin: 6em auto 0;
    padding: 2em 3em;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
}
.post-content .aircon-flow h2 {
    margin: 0 auto 50px;
}
.post-content .aircon-flow .flow-box h3 {
    font-size: 1.2em;
    color: #6a9b7a;
    margin: 0 auto 5px;
    padding: 0;
    background: none;
}
.aircon-flow .flow-box::after {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 10px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    background: #6a9b7a;
    color: #f9e64a;
    border-radius: 50%;
    font-family: 'Arvo', serif;
}
@media only screen and (max-width: 970px) {
    .aircon-feature {
        padding: 25px;
    }
    .aircon-flow {
        padding: 0;
    }
}
@media only screen and (max-width: 485px) {
    .post-content .aircon-flow h2 {
        margin: 0 auto 30px;
    }
    .aircon-flow .flow-box::before {
        left: 39px;
    }
}
/* ハウスクリーニング */
section#mizumawari {
    background: #f3ece3;
}
section#kitchen {
    background: #fbf9e8;
}
/* 20240521 エアコンクリーニング */
.discount-text {
    width: fit-content;
    margin: 20px auto 40px;
    padding: 0 1em 5px;
    font-size: 20px;
    color: #6a9b7a;
    border-bottom: 3px dotted #e5dbcd;
    text-align: center;
}
.discount-text br {
    display: none;
}
@media (max-width: 575px) {
    .discount-text {
        font-size: 16px;
    }
    .discount-text br {
        display: block;
    }
}
/* 20240521 フロント */
.f-discount-text {
    margin: 1rem 0 -1rem;
    color: #6a9b7a;
    text-align: center;
}
/* 20240522 お問い合わせ */
.wpcf7-textarea {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

/* 20240607 TOPキャンペーン */
.front_campaign-inner {
    width: 86%;
    max-width: 950px;
    margin: 4em auto 6em;
    align-items: center;
    box-sizing: border-box;
    background: #f1df4b;
    padding: 55px;
    border-radius: 20px;
    box-shadow: 0px 0px 40px -20px #cac1b4;
    z-index: 2;
    position: relative;
}
.front_campaign-inner h2 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 23px;
    text-align: center;
    color: #6a9b7a;
}
.front_campaign-inner p {
    text-align: center;
}
.front_campaign-inner p span {
    font-size: 20px;
    background: linear-gradient(transparent 60%, #ffffff57 0%);
    font-weight: bold;
}
@media only screen and (max-width: 500px){
    .front_campaign-inner {
        width: 91%;
        margin: 1em auto 4em;
        padding: 50px 7%;
    }
    .front_campaign-inner h2 {
        font-size: 26px;
    }
}
/* 20240607 TOPお問い合わせ */
.reserve-box {
    margin: 3em 0;
}
p.tel-ttl {	
    font-size: 1.5em;
    color: #6a9b7a;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 4px;
    text-align: center;
}
address.reserve-tel {
    font-size: 2.4em;
    line-height: 1;
    margin: 0.15em auto 0.6em 0;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ee6c0c;
    font-family: 'Arvo', serif;
    text-align: center;
}
address.reserve-tel span {
    font-size: 0.6em;
    margin-right: 5px;
}
address.footer-contact-tel a {
    color: #ffcf3a;
}
.reserve-box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.reserve-box_list li {
    width: calc(100% / 2);
    min-width: 200px;
    box-sizing: border-box;
    padding: 10px;
}
.reserve-box_list a {
    display: block;
    width: 100%;
    padding: 1em 0.5em;
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    color: #fff;
    background: #4a7558;
    box-sizing: border-box;
    transition: all 0.5s;
    border-radius: 50px;
}
.reserve-box_list a:hover{
    color: #fff;
    background: #7fb88f;
}
.anchor {
    padding-top: 100px !important;
    margin-top: -100px !important;
}
@media only screen and (max-width: 500px) {
    .reserve-box_list li{
        width: 100%;
        min-width: auto;
    }
}
/* 20240607 */
.cont-reserve-box {
    margin: 3.5em auto 4em;
    border-radius: 20px;
    padding: 2em 3em;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    background: #fff;
}
@media only screen and (max-width: 500px) {
    .cont-reserve-box {
        padding: 2em 1em;
    }
    .cont-reserve-box address.reserve-tel {
        font-size: 2.0em;
    }
    .icon-pencil:before {
        content: "\e909";
    }
}
/* ビフォーアフター写真の追加 */
.before-after-area {
    margin: 6em auto 0;
    width: 100%;
    max-width: 800px;
}
.before-after-box {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 1.7em;
}
.before-after-box:not(:last-child) {
    margin-bottom: 2.4em;
}
.be-af-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.be-af-photo {
    width: 45%;
}
.be-af-next {
    width: 8%;
}
.be-af-next:before {
    display: block;
    font-family: "design_plus";
    content: '\f105';
    color: #F06D0A;
    font-size: 5vw;
    line-height: 1.1;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .be-af-photo, .be-af-next {
        width: 100%;
    }
    .be-af-next:before {
        content: '\f107';
        font-size: 10vw;
    }
}
/* トップ 推薦コメント紹介 */
.front_topics {
    position: relative;
}
/*.front_topics::before {
        content: 'Thank you message';
    display: block;
    position: absolute;
    top: -50px;
    left: 30px;
    line-height: 1;
    font-family: 'Ms Madi', cursive;
    font-size: 5vw;
    transform: rotate(-10deg);
    z-index: 10;
    color: #6a9b7a;
}*/
.message-mitsumore {
    margin-bottom: 7em;
    padding-top: 3em;
}
.message-mitsumore h3 {
    color: #6a9b7a;
    font-size:1.2em;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 1em;
}
.message-mitsumore h4 {
    color: #6a9b7a;
}
.message-mitsumore p {
    line-height: 1.8;
}
.message-m-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 3em;
}
.message-m-icon {
    width: 100px;
    height: 100px;
}
.message-m-text {
    width: calc(93% - 105px);
    background: #EFF5E2;
    border: 3px solid #2BB028;
    border-radius: 8px;
    margin-left: 10px;
    padding: 0.8em 1em;
}
.balloon-right {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 1.4;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 23px 5px;
    background: #7CD37A;
    border-radius: 50%;
    box-sizing: border-box;
}
.balloon-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #7CD37A;
    z-index: 0;
}
.message-link-box h3 {
    color: #2BB028;
    text-align: center;
    margin: 1em auto 0;
}
.message-link-box ul {
    list-style: disc;
    color: #2BB028;
    line-height: 2.8;
    padding-left: 1.5em;
}
.message-link-box li a {
    text-decoration: underline;
    text-decoration-color: #F1DF4D;
    text-underline-offset: 0.5ex;
    font-weight: 500;
    padding: 0 0.1em;
}
.message-link-box li a:hover {
    color: #a2a2a2;
}
.message-v-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.message-v {
    width: 48%;
    align-self: stretch;
    box-sizing: border-box;
    border: 3px solid #6a9b7a;
    border-radius: 8px;
    margin-bottom: 1.5em;
    padding: 0.8em 1em;
}
.center-fit {
    width: fit-content;
    margin: auto;
}
@media only screen and (max-width: 970px) {
    .front_topics::before {
        left: 0;
        font-size: 50px;
        position: relative;
    }
    .message-mitsumore {
        padding-top: 2em;
    }
}
@media only screen and (max-width: 767px) {
    .front_topics::before {
        top: -30px;
    }
    .message-mitsumore h3 {
        text-align: left;
    }
    .message-v {
        width: 100%;
    }
}
@media only screen and (max-width: 485px) {
    .message-mitsumore {
        padding-top: 0;
    }
}
.post-content .contact_sec h2,
.post-content .mail_sec h2{
    text-align: center;
}
.post-content .mail_sec h3{
    background: transparent;
    padding: 0;
}
/* お問い合わせ */
.contact_well {
    width: 100%;
    max-width: 640px;
    min-height: 20px;
    text-align: center;
    padding: 1.5em 2em;
    background-color: #fff8ee;
    border: 2px solid #a8c8a6;
    border-radius: 5px;
    margin: 0 auto;
}
.contact_well p{
    font-size: 1.2em;
    font-weight: 700;
}
a.contact_btn{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    height: 60px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 60px;
    background: #a8c8a6;
    color: #fff !important;
    border: 1px solid #a8c8a6;
    border-radius: 5px;
    padding: 0 2.5em;
    margin-top: 1em;
    position: relative;
}
a.contact_btn::after{
    display: block;
    content: '\ea3c';
    font-family: "design_plus";
    position: absolute;
    top: 0;
    right: 1em;
    transition: all .6s;
}
.contact_btn:hover{
    background: #d8e8d6;
}
.contact_btn:hover::after{
    right: 1.5em;
}
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 1000px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 40px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #3eb926;
    text-align: center;
}
address.con_tel a {
    color: #3eb926;
}
span.con_tel_sub {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #151515;
}
p.con-time {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
p.con_time:last-of-type {
    margin-bottom: 0;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #ff870b;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    address.con_tel {
        font-size: 1.8em;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7em;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #ff5353;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #efefef;
    border: 0;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 22px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    font-weight: 500;
}
.wpcf7 select {
    background: #fff;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2em;
    font-weight: 700;
    height: 75px;
    color: #fff;
    background: #3eb926;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #3eb926;
    background: #e0f6dd;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */

/* ========================================
   2026 Refresh — soften & refine
   ヤマブミ TOP リメイク
   ========================================
   - 落ち着いた暖色パレット（テラコッタ／セージ／クリーム）
   - 派手な装飾（巨大な筆記体「Merit」、太いカウンター「POINT」、
     ドット罫線、原色ボタン）を抑え、余白とタイポグラフィで魅せる
   - フッターのドット罫を細い実線に置換し、コピーライトを中央に整理
   ========================================== */

/* ---- 全体トーン ---- */
.headline-font-type {
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* ---- セクション 1: 大見出し（地域密着） ---- */
.front_inner-text h2 {
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #3d3a36;
}
.front_inner-text h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background: #6a9b7a;
    margin: 28px auto 0;
    border-radius: 2px;
    opacity: 0.7;
}

/* ---- セクション: コンセプト（intro） ---- */
.front_intro-inner {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 60px -32px rgba(60, 85, 70, 0.22);
    padding: 64px 56px;
}
.front_intro-inner::before {
    font-size: 32px;
    letter-spacing: 8px;
    color: #6a9b7a;
    font-weight: 500;
    margin-bottom: 8px;
}
/*.front_intro-inner::after {
  content: 'コンセプト';
  display: block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 6px;
  color: #97a99c;
  margin: -16px 0 28px;
}*/
.front_intro-inner h3 {
    color: #3d3a36;
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 28px;
}
.front_intro-inner h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #6a9b7a;
    margin: 18px auto 0;
    opacity: 0.5;
}
.front_intro-inner p {
    color: #4a463f;
    line-height: 2.1;
}

/* ---- TEL カード（reserve-box） ---- */
.reserve-box {
    background: #f1f8ef;
    border: 1px solid rgba(106, 155, 122, 0.18);
    border-radius: 18px;
    padding: 32px 28px 28px;
    margin: 3em auto 0;
    max-width: 520px;
    text-align: center;
    box-shadow: 0 8px 24px -16px rgba(60, 85, 70, 0.18);
}
p.tel-ttl {
    font-size: 0.95em;
    letter-spacing: 6px;
    color: #6a9b7a;
    font-weight: 600;
    margin-bottom: 10px;
}
address.reserve-tel {
    font-size: 2.2em;
    color: #6a9b7a;
    letter-spacing: 1px;
}
address.reserve-tel span {
    color: #6a9b7a;
    font-size: 0.5em;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 0.2em;
}
.reserve-box_list {
    margin-top: 10px;
}
.reserve-box_list a {
    background: #6a9b7a;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0.95em 0.5em;
    box-shadow: 0 8px 18px -10px rgba(106, 155, 122, 0.5);
}
.reserve-box_list a:hover {
    background: #4a7558;
    transform: translateY(-1px);
}

/* ---- 3カラム: content02 ---- */
.content02 {
    background: #eaf3e8;
    padding: 90px 0 110px;
}
.content02-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 0 0 32px;
    overflow: hidden;
    box-shadow: 0 18px 40px -28px rgba(60, 85, 70, 0.25);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.content02-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px -28px rgba(60, 85, 70, 0.35);
}
.content02-inner-img {
    border-radius: 18px 18px 0 0;
    display: block;
    width: 100%;
}
.content02-item .content02-title {
    padding: 24px 28px 8px;
    color: #3d3a36;
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
.content02-item .content02-text {
    padding: 0 28px;
    color: #5a544c;
    font-size: 0.92em;
    line-height: 2;
}
.content02-button {
    margin: 0 28px;
    background: #f1f8ef;
    border: 1px solid rgba(106, 155, 122, 0.25);
    border-radius: 999px;
    padding: 14px 20px;
    text-align: center;
    transition: all 0.4s;
    display: block;
}
.content02-button:hover {
    background: #6a9b7a;
    border-color: #6a9b7a;
    color: #fff;
}
.content02-button span {
    font-size: 0.9em;
    letter-spacing: 3px;
    color: #6a9b7a;
    margin-bottom: 2px;
}
.content02-button:hover span {
    color: #fff;
}

/* ---- second（こだわり）---- */
.front_second {
    border-radius: 60px 0 0 60px;
    margin: 100px 0 100px auto;
    padding: 110px 0;
    position: relative;
}
.front_second::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(60, 50, 40, 0.55), rgba(60, 50, 40, 0.25));
    border-radius: inherit;
    z-index: 1;
}
.front_second_inner {
    position: relative;
    z-index: 2;
}
.front_second::before {
    background: rgba(106, 155, 122, 0.10);
}
.front_second_inner::before {
    font-size: 6vw;
    color: rgba(255, 247, 239, 0.55);
    letter-spacing: 2px;
    top: -60px;
    left: -8%;
}
.front_second_inner-text h3 {
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}
.front_second_inner-text h3::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #d8e8d6;
    margin-top: 22px;
    opacity: 0.85;
}
.front_second_inner-text p {
    line-height: 2.1;
    font-weight: 400;
}

/* ---- third（POINT 3項目）---- */
.front-third {
    margin: 0 auto 40px;
}
.third-box {
    margin-bottom: 90px;
}
.third-box .front-third-text h3::before {
    font-size: 13px;
    letter-spacing: 5px;
    font-weight: 600;
    color: #6a9b7a;
    margin-bottom: 14px;
    font-family: 'Arvo', serif;
}
.front-third-text h3 {
    color: #3d3a36;
    font-size: 1.45em;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.7;
}
.front-third-text h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #6a9b7a;
    margin: 18px 0 22px;
    opacity: 0.6;
}
.front-third-text p {
    color: #4a463f;
    line-height: 2.1;
}
.front-third-img img {
    border-radius: 22px;
    box-shadow: 0 24px 50px -28px rgba(60, 85, 70, 0.35);
}

/* ---- topics（記事一覧）---- */
.front_topics {
    background: linear-gradient(180deg, #fafdfa 0%, #eaf3e8 100%);
    padding: 80px 0;
    margin-top: 0;
}
.front_topics .headline-primary {
    color: #3d3a36;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.front_topics .headline-primary::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #6a9b7a;
    margin: 22px auto 0;
    border-radius: 2px;
    opacity: 0.7;
}
.article03 > a:hover .article03-content {
    background: #f1f8ef;
}
.article03-title {
    font-weight: 600;
    letter-spacing: 0.03em;
}

/* ---- ボタン共通 ---- */
.button a,
.front_topics .button a {
    display: inline-block;
    padding: 14px 48px;
    background: #6a9b7a;
    color: #fff;
    border-radius: 999px;
    letter-spacing: 0.12em;
    font-weight: 600;
    font-size: 0.95em;
    box-shadow: 0 12px 24px -14px rgba(106, 155, 122, 0.55);
    transition: all 0.4s;
}
.button a:hover {
    background: #4a7558;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -14px rgba(106, 155, 122, 0.65);
}

/* ---- フッター リメイク ---- */
footer.footer {
    background: linear-gradient(180deg, #eaf3e8 0%, #d6e6d3 100%);
    padding: 90px 0 60px;
    position: relative;
}
footer.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: #6a9b7a;
    opacity: 0.5;
}

/* メニュー枠 */
.footer-menu .flex-inner {
    background: #ffffff;
    padding: 40px 44px;
    border-radius: 20px;
    box-shadow: 0 18px 40px -28px rgba(60, 85, 70, 0.22);
}
ul.footer-menu-list.footer-service-menu {
    border-bottom: 1px solid rgba(127, 153, 130, 0.25);
    padding-bottom: 22px;
    margin-bottom: 22px;
}
ul.footer-menu-list li.footer-menu-title {
    font-family: 'Arvo', serif;
    font-size: 0.95em;
    letter-spacing: 5px;
    color: #6a9b7a;
    border-bottom: 1px solid rgba(127, 153, 130, 0.25);
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-weight: 600;
}
ul.footer-menu-list li a {
    color: #4a463f;
    font-weight: 500;
    padding-left: 1.1em;
    font-size: 0.95em;
    transition: all 0.3s;
}
ul.footer-menu-list li a::before {
    content: '';
    position: absolute;
    top: 0.95em;
    left: 0;
    width: 12px;
    height: 1px;
    background: #6a9b7a;
    opacity: 0.7;
    transition: width 0.3s;
}
ul.footer-menu-list li a:hover {
    color: #6a9b7a;
    padding-left: 1.4em;
}
ul.footer-menu-list li a:hover::before {
    width: 18px;
    opacity: 1;
}

/* about（連絡先）*/
.footer_about_inner h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #3d3a36;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 14px;
}
.footer_about_inner h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 1px;
    background: #6a9b7a;
    opacity: 0.6;
}
.footer-address {
    color: #5a544c;
    font-size: 0.92em;
    line-height: 1.9;
    margin-bottom: 14px !important;
}
p.footer-address::before {
    color: #6a9b7a;
}
address.footer_tel {
    font-size: 1.45em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #6a9b7a;
    font-family: 'Arvo', serif;
    margin-bottom: 6px;
}
address.footer_tel a {
    color: #6a9b7a;
}
address.footer_tel span {
    color: #6a9b7a;
    font-size: 0.55em;
    letter-spacing: 2px;
}
.footer-info {
    color: #6e665d;
    font-size: 0.85em;
    margin-bottom: 18px;
}
.footer-info span {
    display: inline-block;
    background: rgba(106, 155, 122, 0.12);
    color: #6a9b7a;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.9em;
    margin-right: 8px;
    letter-spacing: 1px;
}
a.footer_but {
    background: #ffffff;
    border: 1px solid rgba(106, 155, 122, 0.25);
    font-size: 0.92em;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #4a463f;
    box-shadow: 0 6px 16px -10px rgba(106, 155, 122, 0.35);
}
a.footer_but::after {
    font-size: 1.2em;
    color: #6a9b7a;
}
a:hover.footer_but {
    background: #6a9b7a;
    color: #ffffff;
    border-color: #6a9b7a;
}
a:hover.footer_but::after {
    color: #fff;
}

/* コピーライト：中央バナーに */
p.copyright {
    position: relative;
    font-family: 'Arvo', serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: #7a9080;
    text-align: center;
    width: 100%;
    margin: 60px auto 0;
    padding-top: 28px;
    border-top: 1px solid rgba(127, 153, 130, 0.22);
    bottom: auto;
    left: auto;
}

@media only screen and (max-width: 970px) {
    .front_intro-inner {
        padding: 50px 36px;
    }
    .front_intro-inner::before {
        font-size: 26px;
        letter-spacing: 5px;
    }
    .front_second {
        border-radius: 36px 0 0 36px;
        padding: 90px 0;
    }
    .front-third-text h3 {
        font-size: 1.3em;
    }
    .footer-menu .flex-inner {
        padding: 30px 28px;
    }
}

@media only screen and (max-width: 767px) {
    .reserve-box {
        padding: 26px 18px 22px;
    }
    address.reserve-tel {
        font-size: 1.7em;
    }
    .content02-item {
        margin-bottom: 24px;
    }
    .front_intro-inner h3 {
        font-size: 1.2em;
    }
    .front_inner-text h2 {
        font-size: 1.25em;
        line-height: 1.7;
    }
    footer.footer {
        padding: 70px 0 calc(60px + 50px);
    }
}

@media only screen and (max-width: 485px) {
    .front_intro-inner {
        border-radius: 0;
        padding: 44px 22px;
        box-shadow: none;
    }
    .front_intro-inner::before {
        font-size: 22px;
        letter-spacing: 4px;
    }
    .front_second {
        border-radius: 0;
    }
    .third-box .front-third-text h3::before {
        font-size: 11px;
    }
    p.copyright {
        margin-top: 30px;
        font-size: 10px;
        letter-spacing: 2px;
        padding: 22px 16px 0;
    }
    .footer-menu .flex-inner {
        padding: 26px 20px;
        border-radius: 16px;
    }
    ul.footer-menu-list {
        width: calc(50% - 10px);
    }
}
/* 2026 Refresh END */

/* ========================================
   2026 Refresh v2 — グリーン × ホワイト
   テーマカラーに合わせ全配色を緑系に統一。
   セクション毎にホワイト／ペールグリーンを交互に
   配置してアクセントを作る。
   ========================================== */

/* 共通: 落ち着いた緑のリンクと選択範囲 */
::selection { background: #d8e8d6; color: #3d3a36; }

/* ---- ヒーロー（front_inner-text）：ホワイトに近いベース ---- */
.front_inner-text {
    padding: 20px 0 0;
}
.front_inner-text h2 {
    color: #2f4a3a;
}
.front_inner-text h2::after {
    background: #6a9b7a;
}

/* ---- セクション①：コンセプト（白カード） ---- */
.front_intro-inner {
    background: #ffffff;
    box-shadow: 0 24px 60px -32px rgba(60, 95, 70, 0.22),
        0 1px 0 rgba(106, 155, 122, 0.08);
    border: 1px solid rgba(106, 155, 122, 0.10);
}
.front_intro-inner h3 {
    color: #4a7558;
}
.front_intro-inner h3::after {
    background: #6a9b7a;
}

/* TEL カード：白＋緑ボーダー */
.reserve-box {
    background: #ffffff;
    border: 1px solid rgba(106, 155, 122, 0.22);
    box-shadow: 0 8px 24px -14px rgba(60, 85, 70, 0.18);
}
p.tel-ttl {
    color: #6a9b7a;
}
address.reserve-tel {
    color: #4a7558;
}
address.reserve-tel span {
    color: #6a9b7a;
}
.reserve-box_list a {
    background: #6a9b7a;
    box-shadow: 0 8px 18px -10px rgba(106, 155, 122, 0.55);
}
.reserve-box_list a:hover {
    background: #4a7558;
}

/* ---- セクション②：3カラム content02 → ペールグリーン背景 + 白カード ---- */
.content02 {
    background: #eaf3e8;
    position: relative;
}
.content02::before {
    /* 上下に淡いグラデで境界を柔らかく */
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 82%, rgba(255,255,255,0.55) 100%);
    pointer-events: none;
    z-index: 0;
}
.content02-inner {
    position: relative;
    z-index: 1;
}
.content02-item {
    background: #ffffff;
    border: 1px solid rgba(106, 155, 122, 0.12);
}
.content02-button {
    background: #f1f8ef;
    border-color: rgba(106, 155, 122, 0.25);
}
.content02-button span {
    color: #6a9b7a;
}
.content02-button:hover {
    background: #6a9b7a;
    border-color: #6a9b7a;
}

/* ---- セクション③：second（こだわり）緑トーンのオーバーレイ ---- */
.front_second::after {
    background: linear-gradient(120deg, rgba(45, 75, 55, 0.55), rgba(60, 90, 70, 0.30));
}
.front_second::before {
    background: rgba(106, 155, 122, 0.14);
}
.front_second_inner::before {
    color: rgba(241, 248, 239, 0.55);
}
.front_second_inner-text h3::after {
    background: #d8e8d6;
}

/* ---- セクション④：third（POINT）→ ホワイトベース ---- */
.front-third {
    background: #ffffff;
    padding: 100px 0 60px;
    border-radius: 24px;
    width: 92%;
    max-width: 1450px;
    margin: 0 auto;
    box-shadow: 0 30px 80px -40px rgba(60, 85, 70, 0.18);
}
@media (max-width: 970px) {
    .front-third {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        padding: 70px 0 30px;
    }
}
.third-box .front-third-text h3::before {
    color: #6a9b7a;
}
.front-third-text h3 {
    color: #4a7558;
}
.front-third-text h3::after {
    background: #6a9b7a;
}

/* ---- セクション⑤：topics（ニュース・ブログ）→ ペールグリーン ---- */
.front_topics {
    background: linear-gradient(180deg, #fafdfa 0%, #eaf3e8 100%);
}
.front_topics .headline-primary {
    color: #2f4a3a;
}
.front_topics .headline-primary::after {
    background: #6a9b7a;
}

/* ---- ボタン（共通）：ソリッド緑 ---- */
.button a,
.front_topics .button a {
    background: #6a9b7a;
    box-shadow: 0 12px 24px -14px rgba(106, 155, 122, 0.55);
}
.button a:hover {
    background: #4a7558;
    box-shadow: 0 16px 28px -14px rgba(106, 155, 122, 0.65);
}

/* ---- 記事カード（topics）：白カードに緑ホバー ---- */
.article03 > a:hover .article03-content {
    background: #f1f8ef;
}

/* ---- フッター ---- */
footer.footer {
    background: linear-gradient(180deg, #eaf3e8 0%, #d6e6d3 100%);
}
footer.footer::before {
    background: #6a9b7a;
}
.footer-menu .flex-inner {
    background: #ffffff;
    border: 1px solid rgba(106, 155, 122, 0.10);
}
ul.footer-menu-list li.footer-menu-title {
    color: #6a9b7a;
    border-bottom-color: rgba(127, 153, 130, 0.30);
}
ul.footer-menu-list.footer-service-menu {
    border-bottom-color: rgba(127, 153, 130, 0.30);
}
ul.footer-menu-list li a:hover {
    color: #6a9b7a;
}
ul.footer-menu-list li a::before {
    background: #6a9b7a;
}
.footer_about_inner h2 {
    color: #2f4a3a;
}
.footer_about_inner h2::after {
    background: #6a9b7a;
}
p.footer-address::before {
    color: #6a9b7a;
}
address.footer_tel,
address.footer_tel a {
    color: #4a7558;
}
address.footer_tel span {
    color: #6a9b7a;
}
.footer-info span {
    background: rgba(106, 155, 122, 0.14);
    color: #4a7558;
}
a.footer_but {
    background: #ffffff;
    border-color: rgba(106, 155, 122, 0.25);
}
a.footer_but::after {
    color: #6a9b7a;
}
a:hover.footer_but {
    background: #6a9b7a;
    border-color: #6a9b7a;
}
p.copyright {
    color: #7a9080;
    border-top-color: rgba(127, 153, 130, 0.30);
}

/* ---- ヘッダーCTA：「お問い合わせ」ボタンを緑に ---- */
.global-nav > ul > li.global-menu-contact > a {
    background: #6a9b7a;
    color: #ffffff;
}
.global-nav > ul > li.global-menu-contact > a::after {
    color: #ffffff;
}
.global-nav > ul > li.global-menu-contact > a:hover {
    background: #4a7558;
    color: #ffffff;
}
.global-nav > ul > li > a:hover {
    color: var(--cu-deep);
}
.global-nav > ul > li > a::after {
    color: #6a9b7a;
}
.global-nav .sub-menu a:hover {
    background: #6a9b7a;
    color: #ffffff;
}

/* ---- ローダー ---- */
#site-loader-overlay { background: #6a9b7a; }
#site-loader-spinner { border-color: #a8c8a6 #a8c8a6 #ffffff #a8c8a6 !important; }
.pagetop a:hover { background: #6a9b7a; }
.pagetop a:hover:before { color: #ffffff; }

/* ---- 文字色テキスト：見出しは深緑、本文は中間色 ---- */
h1, h2, h3, h4, h5 {
    color: #2f4a3a;
}
.front-third-text p,
.front_intro-inner p,
.content02-item .content02-text {
    color: #4a463f;
}

/* ====================================================
   ヒーロー / メインイメージ — 2026 Refresh v6
   ・既存のテーマトップスライダー画像をそのまま使用
   ・画像に ken-burns（じんわり拡縮）を適用
   ・キャッチコピーをスライダーの上にエレガントに
     オーバーレイ（マークアップは top-slider.php に追加）
   ・薄い暗グラデと細い装飾フレームでおしゃれに
   ==================================================== */

/* 既存のスライダーを表示する（v4 で hide していたものを解除） */
.top-slider-wrapper,
.top-slider,
#top-slider,
#top-slider-nav,
.slider-button {
    display: revert !important;
}
.top-slider-wrapper {
    position: relative;
    overflow: hidden;
}

/* スライダー画像にじんわり拡縮アニメーションを適用
   span に背景画像が当たっているのでそれを scale */
@keyframes heroKenBurns {
    0%   { transform: scale(1.00) translate3d(0, 0, 0); }
    50%  { transform: scale(1.06) translate3d(-0.6%, -0.4%, 0); }
    100% { transform: scale(1.10) translate3d(0.4%, -1%, 0); }
}
.top-slider .top-slider-item span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform-origin: center 60%;
    will-change: transform;
    animation: heroKenBurns 22s ease-in-out infinite alternate;
}
/* 動画／YouTube ヘッダー型の場合も同様にスケール */
.header-video,
.header-youtube.bg-image {
    overflow: hidden;
}
.header-video[style],
.header-youtube.bg-image[style] {
    transform-origin: center 60%;
    animation: heroKenBurns 22s ease-in-out infinite alternate;
}

/* ---- #content01 はキャッチ撤去後の素直なレイアウトに ---- */
#content01 {
    position: relative;
    overflow: visible;
    background: transparent;
    padding: 30px 0 0;
}
#content01::before { display: none; }
#content01::after  { display: none; }

/* キャッチを撤去した .front_inner-text は不可視・占有なし */
.front_inner-text:empty {
    display: none;
}

/* ====================================================
   ヒーローオーバーレイ
   .top-slider-wrapper > .hero-overlay
     ├ .hero-overlay-veil   … 暗グラデで可読性確保
     └ .hero-overlay-frame
         └ .hero-overlay-inner（中央ラッパー）
   ==================================================== */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;                /* slider-nav (z-index 5+ ?) より下を意識して 4 */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;      /* 下の SCROLL/ナビをクリック可能に */
}
.hero-overlay-veil {
    position: absolute;
    inset: 0;
    background:
        /* 上下にだけ薄い暗グラデを敷いて中央は明るめキープ */
        linear-gradient(180deg,
        rgba(15, 35, 25, 0.45) 0%,
        rgba(15, 35, 25, 0.10) 28%,
        rgba(15, 35, 25, 0.10) 72%,
        rgba(15, 35, 25, 0.55) 100%),
        /* 中央から放射状にうっすら明るく（スポット効果） */
        radial-gradient(ellipse at center,
        rgba(15, 35, 25, 0.0) 0%,
        rgba(15, 35, 25, 0.18) 70%,
        rgba(15, 35, 25, 0.30) 100%);
    z-index: 1;
    pointer-events: none;
}
.hero-overlay-frame {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 36px 56px;
    text-align: center;
    max-width: 92%;
    pointer-events: auto;
}
/* 4隅のエレガントな細フレーム装飾 */
.hero-overlay-frame::before,
.hero-overlay-frame::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.hero-overlay-frame::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}
.hero-overlay-frame::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}
/* 残り 2 隅は inner で */
.hero-overlay-inner {
    position: relative;
}
.hero-overlay-inner::before,
.hero-overlay-inner::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.hero-overlay-inner::before {
    top: -36px;
    right: -56px;
    border-left: none;
    border-bottom: none;
}
.hero-overlay-inner::after {
    bottom: -36px;
    left: -56px;
    border-right: none;
    border-top: none;
}

/* ---- EYEBROW（小ラベル：左右ヘアライン付き） ---- */
.hero-overlay .front_hero-eyebrow {
    margin: 0 0 24px;
    text-align: center;
    line-height: 1;
    opacity: 0;
    animation: heroFadeUp 1s 0.4s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-overlay .front_hero-eyebrow span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: 'Arvo', serif;
    font-size: 11px;
    letter-spacing: 6px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}
.hero-overlay .front_hero-eyebrow span::before,
.hero-overlay .front_hero-eyebrow span::after {
    content: '';
    display: inline-block;
    width: 38px;
    height: 1px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

/* ---- メインコピー（2行構成） ---- */
.hero-overlay .front_hero-headline {
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    color: #ffffff;
}
.hero-overlay .front_hero-headline::after { display: none; }
.hero-overlay .front_hero-line1 {
    display: block;
    font-size: clamp(24px, 3.6vw, 44px);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.65;
    margin-bottom: 16px;
    color: #ffffff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    text-shadow:
        0 2px 18px rgba(0, 0, 0, 0.55),
        0 0 28px rgba(0, 0, 0, 0.30);
    opacity: 0;
    animation: heroFadeUp 1.2s 0.65s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-overlay .front_hero-line2 {
    display: block;
    font-size: clamp(14px, 1.55vw, 19px);
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 1.9;
    color: #f3faf3;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
    opacity: 0;
    animation: heroFadeUp 1.2s 0.95s cubic-bezier(.2,.8,.2,1) forwards;
}

/* ---- 地域タグピル ---- */
.hero-overlay .front_hero-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
    flex-wrap: wrap;
    opacity: 0;
    animation: heroFadeUp 1.2s 1.2s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-overlay .front_hero-tags span {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    box-shadow: 0 8px 22px -10px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

@keyframes heroFadeUp {
    from { opacity: 0; transform: translate3d(0, 16px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* ---- スライダー下端の「SCROLL」インジケータをオーバーレイ上面に ---- */
.top-slider-wrapper::before,
.top-slider-wrapper::after {
    z-index: 6;
}

/* ---- モバイル ---- */
@media (max-width: 970px) {
    .hero-overlay-frame { padding: 28px 36px; }
    .hero-overlay-frame::before,
    .hero-overlay-frame::after,
    .hero-overlay-inner::before,
    .hero-overlay-inner::after { width: 22px; height: 22px; }
    .hero-overlay-inner::before { top: -28px; right: -36px; }
    .hero-overlay-inner::after  { bottom: -28px; left: -36px; }
    .hero-overlay .front_hero-eyebrow span {
        gap: 10px; font-size: 10px; letter-spacing: 4px;
    }
    .hero-overlay .front_hero-eyebrow span::before,
    .hero-overlay .front_hero-eyebrow span::after { width: 26px; }
}
@media (max-width: 767px) {
    .hero-overlay-frame { padding: 22px 22px; max-width: 90%; }
    .hero-overlay-frame::before,
    .hero-overlay-frame::after,
    .hero-overlay-inner::before,
    .hero-overlay-inner::after { width: 18px; height: 18px; }
    .hero-overlay-inner::before { top: -22px; right: -22px; }
    .hero-overlay-inner::after  { bottom: -22px; left: -22px; }
    .hero-overlay .front_hero-line1 { letter-spacing: 0.08em; line-height: 1.55; }
    .hero-overlay .front_hero-tags  { gap: 6px; margin-top: 22px; }
    .hero-overlay .front_hero-tags span {
        font-size: 10px; padding: 6px 14px; letter-spacing: 0.14em;
    }
}

/* 動きを抑えたいユーザー向け */
@media (prefers-reduced-motion: reduce) {
    .top-slider .top-slider-item span,
    .header-video[style],
    .header-youtube.bg-image[style] {
        animation: none;
        transform: scale(1.04);
    }
    .hero-overlay .front_hero-eyebrow,
    .hero-overlay .front_hero-line1,
    .hero-overlay .front_hero-line2,
    .hero-overlay .front_hero-tags { animation: none; opacity: 1; }
}

/* 2026 Refresh v6 END */


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fadeIn {
    animation-name: fadeIn;
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* =========================================================================
   2026 TOP PAGE REDESIGN  ―  白ベース × 名刺の水色（CleanUp / 水色リニューアル）
   コンセプト：「清らかな水と、やさしい仕事。」
   ※ フロントページ（.home）専用。既存の緑テーマを上書きします。
   ========================================================================= */
:root {
    --cu-sky: #45abd8;        /* 名刺の水色（メイン） */
    --cu-sky-2: #5bb8e6;
    --cu-sky-light: #8fd3ef;
    --cu-pale: #eef8fd;       /* ごく淡い水色 */
    --cu-pale-2: #f6fbfe;
    --cu-deep: #1f7ba8;       /* 深い青（見出し・コントラスト） */
    --cu-deep-2: #14648c;
    --cu-ink: #3c4a52;        /* やわらかい本文色（真っ黒にしない） */
    --cu-line: #d7eef9;       /* 罫線・縁の淡色 */
    --cu-grad: linear-gradient(135deg, var(--cu-sky) 0%, var(--cu-deep) 100%);
}

/* ---- ベース ---- */
body.home {
    background: linear-gradient(180deg, #ffffff 0%, #f3fafe 100%);
}
html { scroll-behavior: smooth; }

/* ============================ HERO（名刺風 白カード） ============================ */
.home .top-slider-wrapper {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background: linear-gradient(160deg, #eaf7fe 0%, #cdeafb 45%, #a6dcf4 100%);
}
/* テーマ標準のSCROLLインジケータ・丸ボタンは非表示（新ヒーローに統合） */
.home .top-slider-wrapper::before,
.home .top-slider-wrapper::after { display: none !important; }
.home .top-slider-content { display: none !important; }

.cu-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 60px 20px 90px;
    box-sizing: border-box;
}
.cu-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.04) 30%, rgba(31,123,168,.16) 100%),
        radial-gradient(120% 88% at 50% 42%, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 62%);
}

/* 名刺風 白カード */
.cu-hero-card {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    width: min(92%, 690px);
    box-sizing: border-box;
    text-align: center;
    padding: 48px 50px 42px;
    border-radius: 30px;
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 44px 86px -34px rgba(20,90,130,.5), 0 10px 26px -14px rgba(20,90,130,.28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    animation: cuHeroCard 1s .1s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes cuHeroCard {
    from { opacity: 0; transform: translateY(28px) scale(.97); }
    to   { opacity: 1; transform: none; }
}

/* 名刺ロゴと同じ「水しずく＋きらめき」 */
.cu-hero-logo { position: relative; display: inline-block; line-height: 1; margin-bottom: 14px; }
.cu-hero-logo .fa-tint {
    font-size: 56px;
    color: var(--cu-sky);
    filter: drop-shadow(0 10px 16px rgba(69,171,216,.4));
    animation: cuBob 3.6s ease-in-out infinite;
}
.cu-hero-spark {
    position: absolute; top: -4px; right: -12px;
    font-size: 17px; color: #bfe7f7;
    animation: cuTwinkle 2.6s ease-in-out infinite;
}
@keyframes cuBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
@keyframes cuTwinkle { 0%,100%{opacity:.35; transform:scale(.8) rotate(0)} 50%{opacity:1; transform:scale(1.18) rotate(22deg)} }

.cu-hero-eyebrow { margin: 0 0 16px; opacity: 0; animation: cuHeroUp .9s .42s both cubic-bezier(.2,.8,.2,1); }
.cu-hero-eyebrow span {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'Arvo', serif; font-weight: 700;
    font-size: 11px; letter-spacing: .42em; color: var(--cu-deep);
}
.cu-hero-eyebrow span::before,
.cu-hero-eyebrow span::after { content: ''; width: 30px; height: 1px; }
.cu-hero-eyebrow span::before { background: linear-gradient(90deg, transparent, var(--cu-sky)); }
.cu-hero-eyebrow span::after  { background: linear-gradient(90deg, var(--cu-sky), transparent); }

.cu-hero-title { margin: 0 0 18px; color: var(--cu-deep-2); opacity: 0; animation: cuHeroUp .9s .56s both cubic-bezier(.2,.8,.2,1); }
.cu-hero-line1 {
    display: block;
    font-size: clamp(24px, 4.8vw, 41px);
    font-weight: 700; line-height: 1.45; letter-spacing: .04em;
}
.cu-hero-accent { color: var(--cu-sky); position: relative; display: inline-block; }
.cu-hero-accent::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: .12em;
    height: .28em; border-radius: 4px;
    background: linear-gradient(90deg, rgba(143,211,239,.55), rgba(69,171,216,.5));
    z-index: -1;
}
.cu-hero-lead {
    margin: 0 auto 24px; max-width: 520px;
    font-size: clamp(13px, 1.5vw, 15px); line-height: 2; color: var(--cu-ink);
    opacity: 0; animation: cuHeroUp .9s .7s both cubic-bezier(.2,.8,.2,1);
}
.cu-sp-br { display: none; }

.cu-hero-tags {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
    margin: 0 0 28px; padding: 0; list-style: none;
    opacity: 0; animation: cuHeroUp .9s .84s both cubic-bezier(.2,.8,.2,1);
}
.cu-hero-tags li {
    font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--cu-deep);
    padding: 6px 16px; border-radius: 999px; background: var(--cu-pale); border: 1px solid var(--cu-line);
}

.cu-hero-actions {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
    opacity: 0; animation: cuHeroUp .9s .98s both cubic-bezier(.2,.8,.2,1);
}
@keyframes cuHeroUp { from{opacity:0; transform:translateY(16px)} to{opacity:1; transform:none} }

/* 共通ボタン */
.cu-btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-weight: 700; font-size: 15px; letter-spacing: .04em;
    padding: 15px 28px; border-radius: 999px; text-decoration: none;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, background .35s, color .35s;
}
.cu-btn i { font-size: 15px; }
.cu-btn-primary {
    position: relative; overflow: hidden; color: #fff;
    background: var(--cu-grad);
    box-shadow: 0 16px 32px -12px rgba(31,123,168,.6);
}
.cu-btn-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 24px 40px -12px rgba(31,123,168,.72); }
.cu-btn-primary::after {
    content: ''; position: absolute; top: 0; left: -130%; width: 58%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
    transform: skewX(-18deg); animation: cuShimmer 4.5s ease-in-out infinite;
}
@keyframes cuShimmer { 0%{left:-130%} 24%{left:130%} 100%{left:130%} }
.cu-btn-ghost { color: var(--cu-deep); background: #fff; border: 1.5px solid var(--cu-sky); }
.cu-btn-ghost:hover { color: #fff; background: var(--cu-sky); transform: translateY(-3px); box-shadow: 0 18px 32px -14px rgba(69,171,216,.6); }

/* ---- 泡（バブル） ---- */
.cu-hero-bubbles { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.cu-hero-bubbles span {
    position: absolute; bottom: -80px; border-radius: 50%;
    background: radial-gradient(circle at 30% 28%, rgba(255,255,255,.95), rgba(143,211,239,.4) 58%, rgba(69,171,216,.14));
    border: 1px solid rgba(255,255,255,.55);
    opacity: 0; animation: cuRise linear infinite;
}
@keyframes cuRise {
    0%   { transform: translateY(0) scale(.5);  opacity: 0; }
    12%  { opacity: .7; }
    88%  { opacity: .5; }
    100% { transform: translateY(-104vh) scale(1.15); opacity: 0; }
}
.cu-hero-bubbles span:nth-child(1){ left: 6%;  width: 26px; height: 26px; animation-duration: 16s; animation-delay: 0s; }
.cu-hero-bubbles span:nth-child(2){ left: 18%; width: 14px; height: 14px; animation-duration: 13s; animation-delay: 3s; }
.cu-hero-bubbles span:nth-child(3){ left: 30%; width: 38px; height: 38px; animation-duration: 21s; animation-delay: 1.5s; }
.cu-hero-bubbles span:nth-child(4){ left: 44%; width: 18px; height: 18px; animation-duration: 15s; animation-delay: 5s; }
.cu-hero-bubbles span:nth-child(5){ left: 60%; width: 30px; height: 30px; animation-duration: 19s; animation-delay: 2.5s; }
.cu-hero-bubbles span:nth-child(6){ left: 72%; width: 12px; height: 12px; animation-duration: 12s; animation-delay: 6s; }
.cu-hero-bubbles span:nth-child(7){ left: 84%; width: 34px; height: 34px; animation-duration: 23s; animation-delay: 0.8s; }
.cu-hero-bubbles span:nth-child(8){ left: 92%; width: 16px; height: 16px; animation-duration: 14s; animation-delay: 4s; }

/* ---- お掃除道具のラインアート帯（名刺トップ装飾の再現・流れる） ---- */
.cu-tools-band {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 4;
    overflow: hidden; pointer-events: none;
    padding: 16px 0 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.85) 45%, #ffffff 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.cu-tools-track {
    display: flex; align-items: center; gap: 46px; width: max-content; padding-left: 46px;
    animation: cuMarquee 32s linear infinite;
}
.cu-tools-track i { font-size: 24px; color: var(--cu-sky); opacity: .82; }
@keyframes cuMarquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ============================ セクション見出し（共通） ============================ */
.cu-section-head { text-align: center; margin: 0 auto 44px; }
.cu-section-en {
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: clamp(30px, 5vw, 46px); letter-spacing: .14em; line-height: 1;
    color: var(--cu-deep);
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-section-jp {
    position: relative; display: inline-block;
    margin: 16px 0 0; padding-top: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .3em; color: var(--cu-sky);
}
.cu-section-jp::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 46px; height: 3px; border-radius: 3px; background: var(--cu-grad);
}
.cu-section-head--light .cu-section-en,
.cu-section-head--light .cu-section-jp { /* 淡色背景でもそのままでOK */ }

/* ============================ CONCEPT / イントロ ============================ */
.home #content01 { position: relative; }
.home #content01 > *:not(.cu-page-bubbles) { position: relative; z-index: 1; }
.cu-page-bubbles { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.cu-page-bubbles span {
    position: absolute; bottom: -80px; border-radius: 50%;
    background: radial-gradient(circle at 30% 28%, rgba(255,255,255,.9), rgba(143,211,239,.28) 60%, rgba(69,171,216,.08));
    border: 1px solid rgba(143,211,239,.4);
    opacity: 0; animation: cuRise linear infinite;
}
.cu-page-bubbles span:nth-child(1){ left: 4%;  width: 40px; height: 40px; animation-duration: 26s; animation-delay: 0s; }
.cu-page-bubbles span:nth-child(2){ left: 14%; width: 18px; height: 18px; animation-duration: 18s; animation-delay: 4s; }
.cu-page-bubbles span:nth-child(3){ left: 26%; width: 28px; height: 28px; animation-duration: 22s; animation-delay: 2s; }
.cu-page-bubbles span:nth-child(4){ left: 38%; width: 14px; height: 14px; animation-duration: 16s; animation-delay: 6s; }
.cu-page-bubbles span:nth-child(5){ left: 50%; width: 34px; height: 34px; animation-duration: 28s; animation-delay: 1s; }
.cu-page-bubbles span:nth-child(6){ left: 62%; width: 20px; height: 20px; animation-duration: 19s; animation-delay: 5s; }
.cu-page-bubbles span:nth-child(7){ left: 74%; width: 30px; height: 30px; animation-duration: 24s; animation-delay: 3s; }
.cu-page-bubbles span:nth-child(8){ left: 84%; width: 16px; height: 16px; animation-duration: 17s; animation-delay: 7s; }
.cu-page-bubbles span:nth-child(9){ left: 92%; width: 38px; height: 38px; animation-duration: 30s; animation-delay: 1.5s; }
.cu-page-bubbles span:nth-child(10){ left: 98%; width: 12px; height: 12px; animation-duration: 15s; animation-delay: 8s; }

/* 旧 CONCEPT 擬似ラベルは新見出しに置き換えるため非表示 */
.home .front_intro-inner::before { display: none !important; }
.home .front_intro-inner {
    border: 1px solid var(--cu-line);
    border-radius: 28px;
    box-shadow: 0 34px 74px -36px rgba(31,123,168,.42);
    background: #ffffff;
    overflow: visible;
}
.home .front_intro-inner h3 {
    color: var(--cu-deep);
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 700;
}
.home .front_intro-inner h3::after {
    content: ''; display: block; width: 54px; height: 3px; border-radius: 3px;
    background: var(--cu-grad); margin: 16px auto 0;
}
.home .front_intro-inner p { color: var(--cu-ink); }

/* 予約・連絡ボックス */
.home .reserve-box {
    background: var(--cu-pale);
    border: 1px solid var(--cu-line);
    border-radius: 22px;
}
.home .reserve-box .tel-ttl { color: var(--cu-deep); }
.home .reserve-tel a { color: var(--cu-deep-2); }
.home .reserve-box_list a {
    background: var(--cu-grad); color: #fff; border: none; border-radius: 999px;
    transition: transform .35s, box-shadow .35s, opacity .35s;
}
.home .reserve-box_list a:hover { transform: translateY(-3px); box-shadow: 0 18px 30px -14px rgba(31,123,168,.55); opacity: .96; color: #fff; }

/* 条件付き index セクションの見出しも水色基調に */
.home .content01-title { color: var(--cu-deep); }

/* ============================ SERVICE（3カード） ============================ */
.home .content02.cu-services {
    background: linear-gradient(180deg, #f5fbfe 0%, #e7f5fd 100%);
    padding: 92px 0 110px;
    border-radius: 56px 56px 0 0;
    margin-top: 50px;
    overflow: hidden;
}
.home .content02.cu-services::before { display: none; } /* 旧緑装飾を消す */
.home .cu-services .content02-inner { counter-reset: cu-srv; }
.home .cu-services .content02-item {
    counter-increment: cu-srv;
    background: #ffffff;
    border: 1px solid var(--cu-line);
    border-radius: 22px;
    padding: 0 0 30px;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 26px 52px -32px rgba(31,123,168,.42);
    transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;
}
.home .cu-services .content02-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 70px -30px rgba(31,123,168,.55);
}
/* 連番バッジ */
.home .cu-services .content02-item::before {
    content: counter(cu-srv, decimal-leading-zero);
    position: absolute; top: 14px; left: 14px; z-index: 3;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--cu-grad); color: #fff;
    font-family: 'Arvo', serif; font-weight: 700; font-size: 15px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 22px -8px rgba(31,123,168,.6);
}
.home .cu-services .content02-inner-img {
    margin: 0 0 22px; border-radius: 0; width: 100%; display: block;
    transition: transform .6s cubic-bezier(.2,.8,.2,1);
    aspect-ratio: 500/330;
    object-fit: cover;
}
.home .cu-services .content02-item:hover .content02-inner-img { transform: scale(1.06); }
.home .cu-services .content02-title {
    padding: 0 26px; color: var(--cu-deep); text-align: left;
}
.home .cu-services .content02-text { padding: 0 26px; color: var(--cu-ink); }
.home .cu-services .content02-button {
    border: 1.5px solid var(--cu-sky); color: var(--cu-deep); background: #fff;
    transition: transform .35s, box-shadow .35s, background .35s, color .35s, border-color .35s;
}
.home .cu-services .content02-button span { color: var(--cu-sky); font-family: 'Arvo', serif; }
.home .cu-services .content02-button:hover {
    background: var(--cu-grad); color: #fff; border-color: transparent;
    box-shadow: 0 16px 28px -12px rgba(31,123,168,.55);
}
.home .cu-services .content02-button:hover span { color: #fff; }

/* ============================ PHILOSOPHY（青の帯／波） ============================ */
.home .front_second.cu-philosophy {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 130px 0;
    border-radius: 0;
    background:
        linear-gradient(120deg, rgba(31,123,168,.92) 0%, rgba(69,171,216,.86) 100%),
        url(img/4.jpg);
    background-size: cover;
    background-position: center;
}
/*.home .cu-philosophy::before {
    content: ''; position: absolute; top: -1px; left: 0; width: 100%; height: 56px; z-index: 1;
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%2060'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,0L1200,0L1200,30C1000,55,800,5,600,28C400,51,200,5,0,32Z'%20fill='%23ffffff'/%3E%3C/svg%3E") top center / 100% 100% no-repeat;
}
.home .cu-philosophy::after {
    content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 56px; z-index: 1;
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%2060'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,60L1200,60L1200,30C1000,5,800,55,600,32C400,9,200,55,0,28Z'%20fill='%23f3fafe'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
}*/
.home .cu-philosophy .front_second_inner {
    position: relative; z-index: 3; padding: 0;
    width: 86%; max-width: 880px; margin: 0 auto; text-align: center;
}
.home .cu-philosophy .front_second_inner::before {
    content: 'OUR PROMISE';
    position: static; transform: none;
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: 13px; letter-spacing: .42em; line-height: 1;
    color: rgba(255,255,255,.92); margin: 0 0 22px;
}
.home .cu-philosophy .front_second_inner-text { padding: 0; }
.home .cu-philosophy .front_second_inner-text h3 {
    color: #fff; font-size: clamp(20px, 2.8vw, 30px); line-height: 1.6; margin-bottom: 22px;
}
.home .cu-philosophy .front_second_inner-text h3::after {
    content: ''; display: block; width: 60px; height: 3px; border-radius: 3px;
    background: rgba(255,255,255,.85); margin: 22px auto 0;
}
.home .cu-philosophy .front_second_inner-text p { color: rgba(255,255,255,.95); line-height: 2; }

/* ============================ POINT（選ばれる理由） ============================ */
.home .front-third.cu-points { margin-top: 110px; }
.home .cu-points .front-third-text h3 { color: var(--cu-deep); }
.home .cu-points .third-box .front-third-text h3::before {
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    color: var(--cu-sky);
}
.home .cu-points .front-third-img { overflow: hidden; border-radius: 24px; }
.home .cu-points .front-third-img img {
    border-radius: 24px;
    box-shadow: 0 34px 64px -34px rgba(31,123,168,.5);
    transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.home .cu-points .third-box:hover .front-third-img img { transform: scale(1.05); }

/* ============================ TOPICS / NEWS（ブログ） ============================ */
/* 背景の緑グラデを水色グラデに上書き（v6の .front_topics 緑背景対策） */
.home .front_topics.cu-topics {
    background: linear-gradient(180deg, #f6fbfe 0%, #e7f5fd 100%);
}
.home .front_topics .headline-primary { color: var(--cu-sky); }
/* 見出しラベルを「TOPICS」→「NEWS」に変更 */
.home .front_topics .headline-primary::before {
    content: "NEWS";
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    color: var(--cu-deep);
}
/* 見出し下線の緑を水色グラデに */
.home .front_topics .headline-primary::after { background: var(--cu-grad); opacity: 1; }
.home .front_topics .article03 {
    border-radius: 18px;
    box-shadow: 0 24px 50px -32px rgba(31,123,168,.38);
    transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s;
    overflow: hidden;
}
.home .front_topics .article03:hover { transform: translateY(-8px); box-shadow: 0 36px 62px -30px rgba(31,123,168,.5); }
.home .front_topics .article03 > a:hover .article03-content { background: var(--cu-pale); }
.home .front_topics .article03-title a,
.home .front_topics .article03 a:hover .article03-title { color: var(--cu-deep); }
.home .front_topics .article03-thumbnail img { transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.home .front_topics .article03:hover .article03-thumbnail img { transform: scale(1.06); }
.home .front_topics .button a {
    border: 1.5px solid var(--cu-sky); color: var(--cu-deep); background: #fff;
    border-radius: 999px; width: 240px; height: 54px; line-height: 54px;
    transition: transform .35s, box-shadow .35s, background .35s, color .35s, border-color .35s;
}
.home .front_topics .button a:hover {
    background: var(--cu-grad); color: #fff; border-color: transparent;
    transform: translateY(-3px); box-shadow: 0 18px 30px -14px rgba(31,123,168,.55);
}

/* ============================ スクロールリビール（全体） ============================ */
.cu-js .cu-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
}
.cu-js .cu-reveal.cu-in { opacity: 1; transform: none; }

/* フロントの旧 .fade01 はテーマJSで表示される仕様。リニューアル分は自前の
   スクロールリビールに統一し、それ以外の .fade01 は常に表示（JS非依存で確実に表示）。 */
.home .fade01:not(.cu-reveal) { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ============================ レスポンシブ ============================ */
@media only screen and (max-width: 970px) {
    .home .top-slider-wrapper { min-height: 78vh; }
    .cu-hero-card { padding: 38px 30px 34px; border-radius: 24px; }
    .cu-tools-track i { font-size: 21px; }
    .cu-section-head { margin-bottom: 34px; }
    .home .content02.cu-services { padding: 70px 0 84px; border-radius: 40px 40px 0 0; }
    .home .cu-services .content02-item { float: none; margin: 0 auto 26px !important; max-width: 480px; }
    .home .front-third.cu-points { margin-top: 80px; }
}
@media only screen and (max-width: 767px) {
    .cu-sp-br { display: inline; }
    .cu-hero-overlay { padding: 50px 16px 80px; }
    .cu-hero-card { width: 92%; padding: 34px 22px 30px; }
    .cu-hero-logo .fa-tint { font-size: 46px; }
    .cu-hero-actions { flex-direction: column; gap: 10px; }
    .cu-btn { width: 100%; justify-content: center; box-sizing: border-box; }
    .cu-tools-band { padding: 12px 0 14px; }
    .cu-tools-track { gap: 34px; }
    .cu-tools-track i { font-size: 18px; }
    .home .cu-philosophy::before,
    .home .cu-philosophy::after { height: 36px; }
    .home .front_second.cu-philosophy { padding: 90px 0; }
}

/* ============================ 動きを抑える設定への配慮 ============================ */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cu-hero-card, .cu-hero-eyebrow, .cu-hero-title, .cu-hero-lead, .cu-hero-tags, .cu-hero-actions,
    .cu-hero-logo .fa-tint, .cu-hero-spark, .cu-tools-track,
    .cu-hero-bubbles span, .cu-page-bubbles span, .cu-btn-primary::after {
        animation: none !important;
    }
    .cu-hero-eyebrow, .cu-hero-title, .cu-hero-lead, .cu-hero-tags, .cu-hero-actions, .cu-hero-card { opacity: 1 !important; }
    .cu-js .cu-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
/* ===== 2026 TOP PAGE REDESIGN END ===== */


/* =========================================================================
   2026 FOOTER REDESIGN  ―  トップとトンマナ統一（白カード on 深い青）
   ※ 全ページ共通フッター。名刺＝「白カード on 水色」の世界観で締める。
   ========================================================================= */
footer.footer {
    background: linear-gradient(160deg, var(--cu-deep) 0%, var(--cu-deep-2) 100%);
    padding: 112px 0 58px;
    position: relative;
    overflow: hidden;
}
/* 上端の波（ページ→フッターへの水のつながり） */
footer.footer::before {
    content: '';
    position: absolute; top: -1px; left: 0; width: 100%; height: 54px; z-index: 1;
    transform: none; opacity: 1; background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%2060'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,0L1200,0L1200,30C1000,55,800,5,600,28C400,51,200,5,0,32Z'%20fill='%23f3fafe'/%3E%3C/svg%3E") top center / 100% 100% no-repeat;
}
footer.footer .footer_about_sec { position: relative; z-index: 2; }

/* ブランドの水しずき＋CONTACTラベル（footer.phpに実装） */
.footer_about_inner { position: relative; }
footer.footer .footer-logo-drop { display: inline-block; line-height: 1; margin-bottom: 10px; }
footer.footer .footer-logo-drop .fa-tint {
    font-size: 34px; color: var(--cu-sky-light);
    filter: drop-shadow(0 8px 14px rgba(0,0,0,.25));
}
footer.footer .footer-contact-label {
    display: block;
    font-family: 'Arvo', serif; font-weight: 700;
    font-size: 11px; letter-spacing: .42em; line-height: 1;
    color: var(--cu-sky-light); margin: 0 0 14px;
}

/* メニュー枠：白のフロストカード（名刺の白カード再現） */
footer.footer .footer-menu .flex-inner {
    background: rgba(255,255,255,.97);
    padding: 42px 46px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 34px 64px -32px rgba(0,0,0,.45);
}
footer.footer ul.footer-menu-list.footer-service-menu { border-bottom-color: var(--cu-line); }
footer.footer ul.footer-menu-list li.footer-menu-title {
    color: var(--cu-deep); border-bottom-color: var(--cu-line);
}
footer.footer ul.footer-menu-list li a { color: var(--cu-ink); }
footer.footer ul.footer-menu-list li a::before { background: var(--cu-sky); opacity: .85; }
footer.footer ul.footer-menu-list li a:hover { color: var(--cu-deep); }
footer.footer ul.footer-menu-list li a:hover::before { background: var(--cu-deep); opacity: 1; }

/* about（連絡先）：青地に白文字 */
footer.footer .footer_about_inner h2 { color: #ffffff; }
/*footer.footer .footer_about_inner h2::after { background: var(--cu-sky-light); opacity: 1; }*/
footer.footer .footer-address { color: rgba(255,255,255,.85); }
footer.footer p.footer-address::before { color: var(--cu-sky-light); }
footer.footer address.footer_tel,
footer.footer address.footer_tel a,
footer.footer address.footer_tel span { color: #ffffff; }
footer.footer .footer-info { color: rgba(255,255,255,.82); }
footer.footer .footer-info span { background: rgba(255,255,255,.16); color: #ffffff; }

/* お問い合わせボタン：白ピル → 水色ホバー */
footer.footer a.footer_but {
    background: #ffffff; color: var(--cu-deep);
    border: 1px solid rgba(255,255,255,.4);
    box-shadow: 0 14px 28px -14px rgba(0,0,0,.4);
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, background .35s, color .35s, border-color .35s;
}
footer.footer a.footer_but::after { color: var(--cu-sky); }
footer.footer a:hover.footer_but {
    background: var(--cu-grad); color: #ffffff; border-color: transparent;
    transform: translateY(-3px); box-shadow: 0 20px 34px -14px rgba(0,0,0,.45);
}
footer.footer a:hover.footer_but::after { color: #ffffff; }

/* コピーライト */
footer.footer p.copyright {
    color: rgba(255,255,255,.72);
    border-top-color: rgba(255,255,255,.22);
}

/* モバイル固定バー・ページトップを水色基調に */
.footer-bar01 { background: var(--cu-deep-2); }
.pagetop a:hover { background: var(--cu-sky); }

/* レスポンシブ微調整 */
@media only screen and (max-width: 970px) {
    footer.footer { padding: 92px 0 54px; }
    footer.footer .footer-menu .flex-inner { padding: 32px 30px; }
}
@media only screen and (max-width: 767px) {
    footer.footer::before { height: 36px; }
}
/* ===== 2026 FOOTER REDESIGN END ===== */


/* =========================================================================
   2026 FV メインイメージ（添付画像を配置・徐々に拡大ズーム）
   ※ 画像は theme の img/fv-main.jpg を差し替え／アップロード。
     画像未設定でも .top-slider-wrapper の水色グラデが背景として表示されます。
   ========================================================================= */
.cu-fv-bg {
    position: absolute;
    inset: 0;
    z-index: 2;                 /* スライダーより前面・オーバーレイ(白カード)より背面 */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center 55%;
    will-change: transform;
    animation: cuFvZoom 20s ease-in-out infinite alternate;
}
@keyframes cuFvZoom {
    from { transform: scale(1.03); }
    to   { transform: scale(1.15); }
}
@media (prefers-reduced-motion: reduce) {
    .cu-fv-bg { animation: none; transform: scale(1.05); }
}
/* ===== 2026 FV メインイメージ END ===== */


/* =========================================================================
   2026-07 スマホ FV 改修
   ・スマホ(≤767px)のみ：縦長 → 横長〜正方形の「メインイメージ帯」に変更。
   ・キャッチコピーは白カードをやめ、画像の“上”に直接のせる。
     英字(HOUSE CLEANING)・サブキャッチ(リード文)・地域タグは非表示。
     文字は白＋影、画像の上に上品なグラデーションの薄い膜をかけて可読性を確保。
   ・PC / タブレットは従来デザインのまま（このブロックは ≤767px 限定）。
   ========================================================================= */
@media only screen and (max-width: 767px) {

    /* 画像帯の高さ：横長〜正方形。
       --cu-fv-h を小さく（例 72vw）すればより横長、大きく（例 100vw）すれば正方形に近づく。
       min-height なので、文字が入りきらない時は自動で少し伸びる（見切れ防止） */
    .home .top-slider-wrapper {
        height: calc(100svw*9/16);
        min-height: 0 !important;
        width: 100%;
        border-radius: 0;
        /*height: auto !important;*/
    }

    /* 可読性＆おしゃれ用：画像の上にうっすらグラデーションの膜 */
    .home .top-slider-wrapper .cu-hero-veil {
        display: block !important;
        background:
            linear-gradient(180deg,
                rgba(10,60,90,.12) 0%,
                rgba(10,60,90,.02) 34%,
                rgba(8,45,70,.34) 72%,
                rgba(6,38,60,.60) 100%),
            radial-gradient(120% 80% at 50% 40%, rgba(0,0,0,0) 42%, rgba(6,38,60,.22) 100%) !important;
    }
    /* 泡はスマホでは非表示でスッキリ */
    .home .top-slider-wrapper .cu-hero-bubbles { display: none !important; }

    /* オーバーレイは画像の上に中央配置 */
    .home .top-slider-wrapper .cu-hero-overlay {
        position: absolute !important;
        inset: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 24px 20px !important;
    }

    /* ★白カード撤去：背景・枠・影・ぼかしを解除して文字だけを画像の上に */
    .home .cu-hero-card {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        background: none !important;
        border: 0 !important;
        box-shadow: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        animation: none !important;
    }

    /* 英字(eyebrow)・サブキャッチ(lead)・地域タグは非表示 */
    .home .cu-hero-eyebrow,
    .home .cu-hero-lead,
    .home .cu-hero-tags { display: none !important; }

    /* しずくロゴを白基調に */
    .home .cu-hero-logo { margin-bottom: 12px; }
    .home .cu-hero-logo .fa-tint {
        font-size: 40px; color: #fff !important;
        filter: drop-shadow(0 6px 14px rgba(0,30,50,.5));
    }
    .home .cu-hero-spark { color: rgba(255,255,255,.9) !important; }

    /* 見出しは白＋影で画像の上でも読みやすく */
    .home .cu-hero-title { margin-bottom: 22px; text-shadow: 0 2px 14px rgba(0,30,50,.55), 0 1px 3px rgba(0,20,40,.5); }
    .home .cu-hero-line1 { color: #fff !important; font-size: clamp(20px, 5.4vw, 32px); line-height: 1.5; }
    .home .cu-hero-accent { color: #fff !important; }

    /* ボタンは縦積み・全幅。ゴーストは半透明ガラス風で画像に馴染ませる */
    .home .cu-hero-actions { flex-direction: column; gap: 10px; }
    .home .cu-hero-actions .cu-btn { width: 100%; justify-content: center; box-sizing: border-box; }
    .home .cu-hero-actions .cu-btn-ghost {
        color: #fff !important;
        background: rgba(255,255,255,.14) !important;
        border-color: rgba(255,255,255,.75) !important;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}
/* ===== 2026-07 スマホ FV 改修 END ===== */
@media only screen and (max-width: 991px) {
    .top-blog{
        padding-inline: 20px;
    }
}
/* =========================================================================
   CONTACT PAGE リニューアル（トップページの水色トンマナに統一）
   2026-07-14 : .cu-contact 系。旧 .contact_sec/.mail_sec の緑デザインを刷新
   ========================================================================= */
.cu-contact {
    --cu-sky: #45abd8;
    --cu-sky-light: #8fd3ef;
    --cu-pale: #eef8fd;
    --cu-deep: #1f7ba8;
    --cu-deep-2: #14648c;
    --cu-ink: #3c4a52;
    --cu-line: #d7eef9;
    --cu-grad: linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    background:
        radial-gradient(1200px 480px at 50% -8%, rgba(143,211,239,.28), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfe 55%, #eef8fd 100%);
}
.cu-contact .content_inner { max-width: 1040px; }

/* ---- 見出し（EN + JP） ---- */
.cu-contact-head { text-align: center; margin: 0 auto 26px; }
.cu-contact-en {
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: clamp(30px, 5vw, 46px); letter-spacing: .14em; line-height: 1;
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-contact-jp {
    position: relative; display: inline-block; margin: 16px 0 0; padding-top: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .3em; color: var(--cu-sky);
}
.cu-contact-jp::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 46px; height: 3px; border-radius: 3px; background: var(--cu-grad);
}
.cu-contact-lead {
    text-align: center; color: var(--cu-ink); line-height: 2;
    font-size: clamp(14px, 1.5vw, 15px); margin: 0 auto 46px; max-width: 720px;
}

/* ---- 2枚カード ---- */
.cu-contact-cards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 44px;
    align-items: stretch;
}
.cu-contact-card {
    position: relative; background: #fff; border: 1px solid var(--cu-line);
    border-radius: 24px; padding: 46px 34px 34px; text-align: center;
    box-shadow: 0 30px 60px -34px rgba(31,123,168,.42);
    transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;
}
.cu-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 44px 76px -34px rgba(31,123,168,.55);
}
.cu-contact-card-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px;
    background: var(--cu-grad);
    box-shadow: 0 16px 28px -12px rgba(31,123,168,.6);
}
.cu-contact-card-badge svg { width: 30px; height: 30px; }
.cu-contact-card-ttl {
    color: var(--cu-deep); font-size: 18px; font-weight: 700; letter-spacing: .04em;
    margin: 0 0 18px; padding: 0; background: none; line-height: 1.5;
}

/* 電話番号 */
.cu-contact-tel {
    font-style: normal; font-weight: 700; line-height: 1;
    letter-spacing: .04em; margin: 0 0 20px; color: var(--cu-deep-2);
    font-size: clamp(30px, 4.4vw, 40px);
}
.cu-contact-tel a { color: var(--cu-deep-2); }
.cu-contact-tel .tel-link { color: var(--cu-deep-2); }
.cu-contact-tel-sub {
    display: inline-block; font-size: .42em; letter-spacing: .1em;
    color: var(--cu-sky); margin-right: 6px; vertical-align: 4px;
    font-family: 'Arvo', serif;
}

/* 受付・定休日リスト */
.cu-contact-info {
    list-style: none; margin: 0 auto 20px; padding: 16px 20px; max-width: 340px;
    background: var(--cu-pale); border: 1px solid var(--cu-line); border-radius: 14px;
    text-align: left;
}
.cu-contact-info li {
    display: flex; align-items: baseline; gap: 10px; font-weight: 600;
    color: var(--cu-ink); font-size: 14px; line-height: 1.7;
}
.cu-contact-info li + li { margin-top: 6px; }
.cu-contact-info li span {
    flex: 0 0 auto; min-width: 4.5em; font-size: 12px; font-weight: 700;
    color: #fff; background: var(--cu-sky); border-radius: 999px;
    padding: 2px 10px; text-align: center; letter-spacing: .04em;
}
.cu-contact-note {
    font-size: 12.5px; line-height: 1.8; color: #7f8c93; margin: 4px 0 0;
}

/* メールカードの補足 */
.cu-contact-card-text { color: var(--cu-ink); line-height: 2; font-size: 14.5px; margin: 0 0 22px; }
.cu-contact-card--mail { display: flex; flex-direction: column; }
.cu-contact-jump {
    margin-top: auto; display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; align-self: center; font-weight: 700; font-size: 13px; letter-spacing: .08em;
    color: var(--cu-deep); padding: 12px 26px; border: 1.5px solid var(--cu-sky);
    border-radius: 999px; background: #fff;
    transition: transform .35s, box-shadow .35s, background .35s, color .35s, border-color .35s;
}
.cu-contact-jump svg { width: 15px; height: 15px; transition: transform .35s; }
.cu-contact-jump:hover {
    background: var(--cu-grad); color: #fff; border-color: transparent;
    transform: translateY(-3px); box-shadow: 0 16px 28px -12px rgba(31,123,168,.55);
}
.cu-contact-jump:hover svg { transform: translateY(3px); }

/* ---- 入力間違い注意ボックス ---- */
.cu-contact-notice {
    position: relative; background: #fff; border: 1px solid var(--cu-line);
    border-left: 5px solid var(--cu-sky); border-radius: 16px;
    padding: 26px 30px; margin: 0 auto 40px;
    box-shadow: 0 20px 44px -30px rgba(31,123,168,.4);
}
.cu-contact-notice h3 {
    color: var(--cu-deep); font-size: 16px; font-weight: 700; margin: 0 0 12px;
    padding: 0; background: none; display: flex; align-items: center; gap: 8px; line-height: 1.5;
}
.cu-contact-notice h3 svg { width: 20px; height: 20px; flex: 0 0 auto; }
.cu-contact-notice p { color: var(--cu-ink); font-size: 13.5px; line-height: 2; margin: 0; }

/* ---- フォーム ---- */
.cu-contact-form {
    background: #fff; border: 1px solid var(--cu-line); border-radius: 24px;
    padding: 44px clamp(22px, 4vw, 48px);
    box-shadow: 0 34px 70px -38px rgba(31,123,168,.45);
}
.cu-contact-form .wpcf7 { border: none; background: none; margin-bottom: 0 !important; }
.cu-contact-form .wpcf7 form { margin: 0; }
.cu-contact-form .wpcf7 form p {
    font-size: 15px; font-weight: 700; line-height: 2.2; color: var(--cu-deep);
    margin-bottom: 22px;
}
.cu-contact-form .wpcf7 form p:last-of-type { margin-bottom: 0; }
.cu-contact-form .wpcf7 input,
.cu-contact-form .wpcf7 textarea,
.cu-contact-form .wpcf7 select {
    background: var(--cu-pale); border: 1.5px solid var(--cu-line); border-radius: 12px;
    padding: 15px 16px; box-sizing: border-box; width: 100%;
    font-size: 15px; color: var(--cu-ink); font-weight: 500;
    transition: border-color .3s, box-shadow .3s, background .3s;
}
.cu-contact-form .wpcf7 input:focus,
.cu-contact-form .wpcf7 textarea:focus,
.cu-contact-form .wpcf7 select:focus {
    outline: none; background: #fff; border-color: var(--cu-sky);
    box-shadow: 0 0 0 4px rgba(69,171,216,.18);
}
.cu-contact-form .wpcf7 input[type="checkbox"],
.cu-contact-form .wpcf7 input[type="radio"] { width: auto; }
.cu-contact-form .wpcf7-list-item {
    margin-left: 0; margin-top: 8px; line-height: 1.6; font-weight: 500; color: var(--cu-ink);
}
.cu-contact-form span.required,
.cu-contact-form .required {
    font-size: .68em; line-height: 1.5; letter-spacing: 0; display: inline-block;
    margin-left: 8px; padding: 3px 8px; border-radius: 999px; color: #fff;
    background: var(--cu-sky); font-weight: 700; vertical-align: 2px;
}
/* 送信ボタン */
.cu-contact-form .wpcf7 input.wpcf7-submit {
    display: block; margin: 34px auto 0; width: 100%; max-width: 420px; height: 68px;
    font-size: 1.1em; font-weight: 700; color: #fff; background: var(--cu-grad);
    border: none; border-radius: 999px; cursor: pointer;
    box-shadow: 0 22px 40px -18px rgba(31,123,168,.7);
    transition: transform .35s, box-shadow .35s, opacity .35s;
    font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.cu-contact-form .wpcf7 input.wpcf7-submit:hover {
    transform: translateY(-3px); opacity: .96;
    box-shadow: 0 30px 50px -18px rgba(31,123,168,.8);
}
.cu-contact-form .wpcf7-spinner { margin: 18px auto 0; display: block; }

/* ---- 登場アニメーション（JS不要 / 読み込み時に再生） ---- */
@keyframes cuContactUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.cu-contact-head,
.cu-contact-lead,
.cu-contact-card,
.cu-contact-notice,
.cu-contact-form { opacity: 0; animation: cuContactUp .8s both cubic-bezier(.2,.8,.2,1); }
.cu-contact-head { animation-delay: .05s; }
.cu-contact-lead { animation-delay: .15s; }
.cu-contact-card--tel { animation-delay: .25s; }
.cu-contact-card--mail { animation-delay: .35s; }
.cu-contact-notice { animation-delay: .3s; }
.cu-contact-form { animation-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
    .cu-contact-head, .cu-contact-lead, .cu-contact-card,
    .cu-contact-notice, .cu-contact-form { animation: none; opacity: 1; }
    .cu-contact-card:hover { transform: none; }
}

/* ---- レスポンシブ ---- */
@media only screen and (max-width: 820px) {
    .cu-contact-cards { grid-template-columns: 1fr; gap: 22px; }
    .cu-contact-card { padding: 40px 26px 30px; }
}
@media only screen and (max-width: 485px) {
    .cu-contact-tel { font-size: 30px; }
    .cu-contact-form { padding: 32px 18px; border-radius: 20px; }
    .cu-contact-notice { padding: 22px 20px; }
}

/* =========================================================================
   GREETING（代表挨拶）ページ リニューアル : 水色トンマナに統一
   2026-07-14 : .cu-greeting 系。旧ネイビー/FontAwesome装飾を刷新
   ========================================================================= */
.cu-greeting {
    --cu-sky: #45abd8;
    --cu-pale: #eef8fd;
    --cu-deep: #1f7ba8;
    --cu-deep-2: #14648c;
    --cu-ink: #3c4a52;
    --cu-line: #d7eef9;
    --cu-grad: linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    background:
        radial-gradient(1200px 480px at 50% -8%, rgba(143,211,239,.26), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfe 60%, #eef8fd 100%);
}
.cu-greeting .content_inner { max-width: 1040px; }

/* ---- 見出し（EN + JP） ---- */
.cu-greeting-head { text-align: center; margin: 0 auto 46px; }
.cu-greeting-en {
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: clamp(30px, 5vw, 46px); letter-spacing: .14em; line-height: 1;
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-greeting-jp {
    position: relative; display: inline-block; margin: 16px 0 0; padding-top: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .3em; color: var(--cu-sky);
}
.cu-greeting-jp::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 46px; height: 3px; border-radius: 3px; background: var(--cu-grad);
}

/* ---- プロフィールカード ---- */
.cu-greeting .greeting_intro {
    background: #fff; border: 1px solid var(--cu-line); border-radius: 24px;
    padding: 30px; align-items: center; gap: 40px;
    box-shadow: 0 30px 62px -34px rgba(31,123,168,.42);
}
.cu-greeting .greeting_intro-img {
    width: 40%; margin: 0; border-radius: 18px; overflow: hidden;
    box-shadow: 0 22px 44px -22px rgba(31,123,168,.5);
    align-self: stretch;
}
.cu-greeting .greeting_intro-img img {
    width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 18px;
}
.cu-greeting .greeting_intro-title { width: calc(60% - 40px); margin-left: 0; }
.cu-greeting .greeting_intro-title h2 {
    font-size: clamp(24px, 3vw, 30px); font-weight: 700; color: var(--cu-deep-2);
    line-height: 1.35; margin: 0 0 6px; padding: 0; border: none;
}
.cu-greeting span.greeting_intro-name {
    display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
    color: #fff; background: var(--cu-grad); border-radius: 999px;
    padding: 3px 14px; margin: 0 12px 8px 0; vertical-align: middle;
}
.cu-greeting span.ruby { font-size: 14px; color: var(--cu-sky); margin-left: 10px; font-weight: 600; }
.cu-greeting .greeting_intro-title h2::after { display: none; }

/* プロフィール表 */
.cu-greeting .s_table { margin-top: 18px; }
.cu-greeting table.greeting__table {
    width: 100%; font-size: 14px; border-collapse: separate; border-spacing: 0;
    border: 1px solid var(--cu-line); border-radius: 14px; overflow: hidden; margin: 0;
}
.cu-greeting table.greeting__table th,
.cu-greeting table.greeting__table td {
    text-align: left; padding: 12px 16px; vertical-align: top;
    border-bottom: 1px solid var(--cu-line); line-height: 1.6;
}
.cu-greeting table.greeting__table tr:last-child th,
.cu-greeting table.greeting__table tr:last-child td { border-bottom: none; }
.cu-greeting table.greeting__table th {
    width: 6.5em; white-space: nowrap; color: var(--cu-deep); font-weight: 700;
    background: var(--cu-pale); border-right: 1px solid var(--cu-line);
}
.cu-greeting table.greeting__table td { color: var(--cu-ink); font-weight: 500; }

/* ---- 本文 ---- */
.cu-greeting .greeting-text { margin: 44px auto 0; }
.cu-greeting .greeting-text > p { color: var(--cu-ink); line-height: 2.1; font-size: 15px; margin-bottom: 1.6em; }

/* ---- 4つの約束 ブロック ---- */
.cu-greeting-promise {
    background: #fff; border: 1px solid var(--cu-line); border-radius: 22px;
    padding: 40px clamp(22px, 4vw, 44px); margin: 8px auto 2.4em;
    box-shadow: 0 26px 56px -34px rgba(31,123,168,.4);
}
.cu-greeting-promise-ttl {
    text-align: center; color: var(--cu-deep); font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 700; line-height: 1.6; margin: 0 0 28px; padding: 0; background: none;
}
.cu-greeting-promise-ttl span {
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-greeting-promise-ttl::after {
    content: ''; display: block; width: 54px; height: 3px; border-radius: 3px;
    background: var(--cu-grad); margin: 16px auto 0;
}
.cu-greeting ul.greeting__list.cu-greeting-list { margin: 0; display: grid; gap: 16px; }
.cu-greeting .cu-greeting-list li {
    position: relative; list-style: none; padding: 20px 22px 20px 60px;
    background: var(--cu-pale); border: 1px solid var(--cu-line); border-radius: 16px;
    font-weight: 500; color: var(--cu-ink); line-height: 1.9; font-size: 14.5px;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
/*.cu-greeting .cu-greeting-list li:hover {
    transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(31,123,168,.42);
}*/
.cu-greeting .cu-greeting-list li::before {
    content: ''; position: absolute; top: 20px; left: 20px;
    width: 26px; height: 26px; border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%209%2017l-5-5'/%3E%3C/svg%3E") center / 15px no-repeat,
        linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    box-shadow: 0 10px 18px -8px rgba(31,123,168,.6);
    font-family: inherit;
}
.cu-greeting .cu-greeting-list .greeting__lsit--title {
    display: block; color: var(--cu-deep); font-weight: 700; font-size: 15.5px;
    letter-spacing: .02em; margin-bottom: 4px;
}

/* ---- 登場アニメーション（JS不要） ---- */
@keyframes cuGreetUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.cu-greeting-head,
.cu-greeting .greeting_intro,
.cu-greeting .greeting-text { opacity: 0; animation: cuGreetUp .8s both cubic-bezier(.2,.8,.2,1); }
.cu-greeting-head { animation-delay: .05s; }
.cu-greeting .greeting_intro { animation-delay: .15s; }
.cu-greeting .greeting-text { animation-delay: .28s; }
@media (prefers-reduced-motion: reduce) {
    .cu-greeting-head, .cu-greeting .greeting_intro, .cu-greeting .greeting-text { animation: none; opacity: 1; }
    .cu-greeting .cu-greeting-list li:hover, .cu-greeting .greeting_intro:hover { transform: none; }
}

/* ---- レスポンシブ ---- */
@media only screen and (max-width: 768px) {
    .cu-greeting .greeting_intro { flex-direction: column; gap: 24px; padding: 24px; }
    .cu-greeting .greeting_intro-img { width: 100%; }
    .cu-greeting .greeting_intro-title { width: 100%; text-align: center; }
    .cu-greeting span.greeting_intro-name { margin-right: 10px; }
    .cu-greeting .s_table { text-align: left; }
}
@media only screen and (max-width: 485px) {
    .cu-greeting .cu-greeting-list li { padding: 18px 18px 18px 54px; }
    .cu-greeting .cu-greeting-list li::before { top: 18px; left: 16px; }
    .cu-greeting-promise { padding: 30px 18px; }
}

/* =========================================================================
   SERVICE / MENU（サービス・料金）ページ リニューアル : 水色トンマナに統一
   2026-07-14 : .cu-menu 系。旧ネイビー枠/赤文字/FontAwesomeを刷新
   ========================================================================= */
.cu-menu {
    --cu-sky: #45abd8;
    --cu-pale: #eef8fd;
    --cu-deep: #1f7ba8;
    --cu-deep-2: #14648c;
    --cu-ink: #3c4a52;
    --cu-line: #d7eef9;
    --cu-grad: linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    background:
        radial-gradient(1200px 480px at 50% -8%, rgba(143,211,239,.26), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfe 60%, #eef8fd 100%);
}
.cu-menu .content_inner { max-width: 1080px; }

/* ---- 見出し（EN + JP） ---- */
.cu-menu-head { text-align: center; margin: 0 auto 24px; }
.cu-menu-en {
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: clamp(30px, 5vw, 46px); letter-spacing: .14em; line-height: 1;
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-menu-jp {
    position: relative; display: inline-block; margin: 16px 0 0; padding-top: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .3em; color: var(--cu-sky);
}
.cu-menu-jp::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 46px; height: 3px; border-radius: 3px; background: var(--cu-grad);
}
.post-content .cu-menu-lead {
    text-align: center; color: var(--cu-ink); line-height: 2;
    font-size: clamp(14px, 1.5vw, 15px); margin: 0 auto 46px; max-width: 760px;
}

/* ---- カードグリッド ---- */
.cu-menu .menu__price.flex-inner { gap: 26px; margin: 0 auto; counter-reset: cu-menu; }
.cu-menu .menu__price--box {
    counter-increment: cu-menu;
    position: relative; width: calc(50% - 13px); box-sizing: border-box;
    background: #fff; border: 1px solid var(--cu-line); border-radius: 22px;
    padding: 22px 22px 28px;
    box-shadow: 0 28px 58px -34px rgba(31,123,168,.42);
    transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;
}
.cu-menu .menu__price--box:hover {
    transform: translateY(-8px);
    box-shadow: 0 44px 76px -34px rgba(31,123,168,.55);
}
/* サムネイル */
.cu-menu .menu__price--box > img {
    width: 100%; aspect-ratio: 475/310; object-fit: cover;
    border-radius: 16px; margin-bottom: 20px; display: block;
}
/* 連番バッジ */
.cu-menu .menu__price--box::before {
    content: counter(cu-menu, decimal-leading-zero);
    position: absolute; top: 34px; left: 34px; z-index: 2;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--cu-grad); color: #fff;
    font-family: 'Arvo', serif; font-weight: 700; font-size: 15px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 22px -8px rgba(31,123,168,.6);
}
/* タイトル */
.cu-menu .menu__price--box h2 {
    text-align: left; font-size: clamp(18px, 2vw, 21px); font-weight: 700;
    color: var(--cu-deep); border: none; padding: 0 4px; margin: 0 0 12px; line-height: 1.5;
}
.cu-menu .menu__price--box h2::after {
    content: ''; display: block; width: 46px; height: 3px; border-radius: 3px;
    background: var(--cu-grad); margin: 12px 0 0;
}
/* 説明文 */
.cu-menu .menu__price--box p { font-size: 14px; line-height: 1.95; color: var(--cu-ink); padding: 0 4px; margin: 0; }

/* 料金テーブル */
.cu-menu table.menu__table {
    width: 100%; margin-top: 20px; border-collapse: separate; border-spacing: 0;
    border: 1px solid var(--cu-line); border-radius: 14px; overflow: hidden;
    font-size: 13.5px;
}
.cu-menu table.menu__table th,
.cu-menu table.menu__table td {
    text-align: left; padding: 13px 16px; vertical-align: top; line-height: 1.7;
    border-bottom: 1px solid var(--cu-line);
}
.cu-menu table.menu__table tr:last-child th,
.cu-menu table.menu__table tr:last-child td { border-bottom: none; }
.cu-menu table.menu__table th {
    width: 7em; white-space: nowrap; color: var(--cu-deep); font-weight: 700;
    background: var(--cu-pale); border-right: 1px solid var(--cu-line);
}
.cu-menu table.menu__table td { color: var(--cu-deep-2); font-weight: 700; }
/* 料金補足テキスト */
.cu-menu span.menu__price__inner--text {
    display: block; float: none; text-align: left; color: #7f8c93;
    font-size: 12px; font-weight: 500; line-height: 1.7; margin-top: 6px;
}
/* 安心ポイント リスト */
.cu-menu .post-content ul.menu__price--list,
.cu-menu ul.menu__price--list { list-style: none; margin: 2px 0 0; padding: 0; }
.cu-menu ul.menu__price--list li {
    position: relative; padding: 0 0 0 26px; margin-bottom: 8px;
    color: var(--cu-ink); font-weight: 500; font-size: 13px; line-height: 1.7;
}
.cu-menu ul.menu__price--list li:last-child { margin-bottom: 0; }
.cu-menu ul.menu__price--list li::before {
    content: ''; position: absolute; top: 2px; left: 0;
    width: 18px; height: 18px; border-radius: 50%; font-family: inherit; color: transparent;
    background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='3.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%209%2017l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat,
        linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    box-shadow: 0 6px 12px -5px rgba(31,123,168,.6);
}

/* ---- 登場アニメーション（JS不要） ---- */
@keyframes cuMenuUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.cu-menu-head,
.cu-menu-lead,
.cu-menu .menu__price--box { opacity: 0; animation: cuMenuUp .8s both cubic-bezier(.2,.8,.2,1); }
.cu-menu-head { animation-delay: .05s; }
.cu-menu-lead { animation-delay: .13s; }
.cu-menu .menu__price--box:nth-child(1) { animation-delay: .2s; }
.cu-menu .menu__price--box:nth-child(2) { animation-delay: .3s; }
.cu-menu .menu__price--box:nth-child(3) { animation-delay: .4s; }
.cu-menu .menu__price--box:nth-child(4) { animation-delay: .5s; }
@media (prefers-reduced-motion: reduce) {
    .cu-menu-head, .cu-menu-lead, .cu-menu .menu__price--box { animation: none; opacity: 1; }
    .cu-menu .menu__price--box:hover { transform: none; }
}

/* ---- レスポンシブ ---- */
@media only screen and (max-width: 768px) {
    .cu-menu .menu__price--box { width: 100%; }
}
@media only screen and (max-width: 485px) {
    .cu-menu .menu__price--box { padding: 18px 16px 24px; }
    .cu-menu .menu__price--box::before { top: 28px; left: 28px; width: 42px; height: 42px; }
    .cu-menu table.menu__table th{
        width: 100%;
    }
}

/* =========================================================================
   FAQ（よくあるご質問）ページ リニューアル : 水色トンマナに統一
   2026-07-14 : .cu-faq 系。旧 緑/黄 Q&Aバッジを刷新
   ========================================================================= */
.cu-faq {
    --cu-sky: #45abd8;
    --cu-pale: #eef8fd;
    --cu-deep: #1f7ba8;
    --cu-deep-2: #14648c;
    --cu-ink: #3c4a52;
    --cu-line: #d7eef9;
    --cu-grad: linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    background:
        radial-gradient(1200px 480px at 50% -8%, rgba(143,211,239,.26), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfe 60%, #eef8fd 100%);
}
.cu-faq .content_inner { max-width: 920px; }

/* ---- 見出し（EN + JP） ---- */
.cu-faq-head { text-align: center; margin: 0 auto 24px; }
.cu-faq-en {
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: clamp(30px, 5vw, 46px); letter-spacing: .1em; line-height: 1;
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-faq-jp {
    position: relative; display: inline-block; margin: 16px 0 0; padding-top: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .3em; color: var(--cu-sky);
}
.cu-faq-jp::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 46px; height: 3px; border-radius: 3px; background: var(--cu-grad);
}
.cu-faq-lead {
    text-align: center; color: var(--cu-ink); line-height: 2;
    font-size: clamp(14px, 1.5vw, 15px); margin: 0 auto 46px; max-width: 720px;
}

/* ---- Q&A カード ---- */
.cu-faq-list { display: grid; gap: 18px; }
.cu-faq-item {
    background: #fff; border: 1px solid var(--cu-line); border-radius: 18px;
    padding: 24px 28px; box-shadow: 0 22px 48px -34px rgba(31,123,168,.42);
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.cu-faq-item:hover {
    transform: translateY(-4px); box-shadow: 0 32px 60px -32px rgba(31,123,168,.5);
}
/* 質問 */
.cu-faq-item h2 {
    position: relative; padding: 0 0 0 48px; margin: 0; border: none;
    font-size: clamp(16px, 1.9vw, 18px); font-weight: 700; color: var(--cu-deep);
    line-height: 1.6; min-height: 34px; display: flex; align-items: center;
}
.cu-faq-item h2::after { display: none; }
.cu-faq-item h2::before {
    content: 'Q'; position: absolute; left: 0; top: 0;
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--cu-grad); color: #fff;
    font-family: 'Arvo', serif; font-weight: 700; font-size: 16px;
    box-shadow: 0 10px 18px -8px rgba(31,123,168,.6);
}
/* 回答 */
.cu-faq-item p {
    position: relative; padding: 0 0 0 48px; margin: 16px 0 0; border: none;
    color: var(--cu-ink); font-size: 14.5px; line-height: 1.95;
}
.cu-faq-item p::before {
    content: 'A'; position: absolute; left: 0; top: 0;
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--cu-pale); color: var(--cu-deep); border: 1.5px solid var(--cu-line);
    font-family: 'Arvo', serif; font-weight: 700; font-size: 16px;
}

/* ---- 登場アニメーション（JS不要） ---- */
@keyframes cuFaqUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.cu-faq-head, .cu-faq-lead, .cu-faq-item { opacity: 0; animation: cuFaqUp .7s both cubic-bezier(.2,.8,.2,1); }
.cu-faq-head { animation-delay: .05s; }
.cu-faq-lead { animation-delay: .13s; }
.cu-faq-item:nth-child(1) { animation-delay: .18s; }
.cu-faq-item:nth-child(2) { animation-delay: .24s; }
.cu-faq-item:nth-child(3) { animation-delay: .3s; }
.cu-faq-item:nth-child(4) { animation-delay: .36s; }
.cu-faq-item:nth-child(n+5) { animation-delay: .42s; }
@media (prefers-reduced-motion: reduce) {
    .cu-faq-head, .cu-faq-lead, .cu-faq-item { animation: none; opacity: 1; }
    .cu-faq-item:hover { transform: none; }
}

/* ---- レスポンシブ ---- */
@media only screen and (max-width: 485px) {
    .cu-faq-item { padding: 20px 18px; }
    .cu-faq-item h2 { padding-left: 42px; }
    .cu-faq-item p { padding-left: 42px; }
    .cu-faq-item h2::before, .cu-faq-item p::before { width: 30px; height: 30px; font-size: 14px; }
}

/* =========================================================================
   COMPANY（会社概要）ページ リニューアル : 水色トンマナに統一
   2026-07-14 : .cu-company 系
   ========================================================================= */
.cu-company {
    --cu-sky: #45abd8;
    --cu-pale: #eef8fd;
    --cu-deep: #1f7ba8;
    --cu-deep-2: #14648c;
    --cu-ink: #3c4a52;
    --cu-line: #d7eef9;
    --cu-grad: linear-gradient(135deg, #45abd8 0%, #1f7ba8 100%);
    background:
        radial-gradient(1200px 480px at 50% -8%, rgba(143,211,239,.26), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfe 60%, #eef8fd 100%);
}
.cu-company .content_inner { max-width: 880px; }

/* ---- 見出し（EN + JP） ---- */
.cu-company-head { text-align: center; margin: 0 auto 40px; }
.cu-company-en {
    display: block; font-family: 'Arvo', serif; font-weight: 700;
    font-size: clamp(30px, 5vw, 46px); letter-spacing: .12em; line-height: 1;
    background: var(--cu-grad);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-company-jp {
    position: relative; display: inline-block; margin: 16px 0 0; padding-top: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .3em; color: var(--cu-sky);
}
.cu-company-jp::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 46px; height: 3px; border-radius: 3px; background: var(--cu-grad);
}

/* ---- 概要テーブル（カード） ---- */
.cu-company .post-content table,
.cu-company table {
    width: 100%; margin: 0; border-collapse: separate; border-spacing: 0;
    background: #fff; border: 1px solid var(--cu-line); border-radius: 20px;
    overflow: hidden; box-shadow: 0 28px 58px -34px rgba(31,123,168,.42);
}
.cu-company table tr { border: none; }
.cu-company .post-content tr { border-bottom: none; }
.cu-company .post-content th,
.cu-company .post-content td,
.cu-company table th,
.cu-company table td {
    display: table-cell; width: auto; text-align: left; vertical-align: top;
    padding: 18px 26px; line-height: 1.8; border-left: none; border-right: none;
    border-bottom: 1px solid var(--cu-line); background: none;
}
.cu-company table tr:last-child th,
.cu-company table tr:last-child td { border-bottom: none; }
.cu-company .post-content th,
.cu-company table th {
    width: 26%; white-space: nowrap; color: var(--cu-deep); font-weight: 700;
    background: var(--cu-pale); border-right: 1px solid var(--cu-line);
    letter-spacing: .03em;
}
.cu-company .post-content td,
.cu-company table td { color: var(--cu-ink); font-weight: 500; }

/* ---- 登場アニメーション（JS不要） ---- */
@keyframes cuCompanyUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
.cu-company-head, .cu-company table { opacity: 0; animation: cuCompanyUp .8s both cubic-bezier(.2,.8,.2,1); }
.cu-company-head { animation-delay: .05s; }
.cu-company table { animation-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
    .cu-company-head, .cu-company table { animation: none; opacity: 1; }
}

/* ---- レスポンシブ ---- */
@media only screen and (max-width: 560px) {
    .cu-company .post-content th,
    .cu-company table th {
        display: block; width: 100%; white-space: normal;
        border-right: none; border-bottom: none; padding-bottom: 4px;
    }
    .cu-company .post-content td,
    .cu-company table td { display: block; width: 100%; padding-top: 4px; padding-bottom: 18px; }
    .cu-company table th { border-radius: 0; }
}

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

@media only screen and (max-width: 1200px){
    .global-nav > ul > li > a {
        color: #fff;
        text-align: center;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .global-nav > ul > li > a span{
        right: 0;
        bottom: 10px;
        text-align: center;
    }
    .global-nav > ul > li > a:before{
        display: none;
    }
}