@charset "UTF-8";

/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap');

    * { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif !important;
    background-color: #ffffff !important;
}

body, p, h1, h2, h3, h4, h5, h6, a, span, div, section, li,
.site-header, .nav-menu, .info-list, .info-footer, .wood-bar, .wood-bar-text,
.solution-title, .solution-subtitle, .card-title, .card-text,
.clt-box-header, .clt-feature-title, .clt-feature-list,
.module-description, .feature-title, .feature-list, .feature-note,
.video-title, .video-desc, .video-building-desc,
.strength-text, .case-label, .case-value, .case-name,
.info-top-text, .info-bottom-note, .arrow-shape,.system-title, .video-building-title,
.system-title span,.clt-box-header span {
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.hero-left-text,
.hero-left-text .glow,
.hero-text,
.section-title,

.module-title,
.strength-title,
.case-title,

.sky-text,
.feature-box-header span {
    font-family: 'Noto Serif JP', serif !important;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;

    position: sticky;
    top: 0;
    z-index: 9999;
}

    .logo-clt img {
        height: 50px;
        width: auto;
        display: block;
    }

    .right-side-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    .nav-menu {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 15px;
        color: #333;
        font-weight: 500;
    }
    .nav-menu a {
        text-decoration: none;
        color: #333;
        transition: color 0.2s;
    }
    .nav-menu a:hover {
        color: #78C069;
    }
    .nav-divider {
        color: #ccc;
    }

    .logo-meiken img {
        height: 24px;
        width: auto;
        display: block;
    }

    @media (max-width: 900px) {
        .site-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }
        .right-side-wrapper {
            align-items: flex-start;
            width: 100%;
        }
        .nav-menu {
            flex-wrap: wrap;
        }
    }
.hero-banner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 20px auto 0;
    height: 500px;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.hero-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
}

.hero-left-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    clip-path: polygon(0 0, 100% 0, 66% 100%, 0 100%);
}

.hero-left-text {
    position: absolute;
    top: 0px;
    font-family: 'Noto Serif JP', serif;
    left: 45%;
    transform: translateX(-50%);
    color: white;
    font-size: 85px;
    font-weight: 400;
    letter-spacing: 30%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 3;
}
.hero-left-text span{
    font-weight: 400;
    font-size: 52px;
}

.hero-left-text .glow {
    font-size: 85px;

    text-shadow: 0 0 13.54px #ffffff;

    letter-spacing: 0.3em;
}

.hero-left-text .glow span{
    font-size: 52px;
}

.hero-right {
    width: 50%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
.hero-logo img {
    height: 129px;
    width: 254px;
}

.hero-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

.hero-house-right img {
    width: 100%;
    max-width: 555px;
    height: 169px;
    display: block;
}

.wood-bar {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url('./wood-bar.png');
    background-size: fill;
    background-position: center;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6F0500;
    letter-spacing: 0.3em;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
}

.info-section {
    width: 100%;
    max-width: 1440px;

    background-color: #ffffff;
    padding: 40px 0;
}

.info-container {
    width: 890px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.info-top-text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 50px;
}

.info-box {
    border: 2px solid #000;
    padding: 20px 40px;
    background-color: #fff;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.info-list li:last-child {
    margin-bottom: 0;
}

.info-list li sup {
    font-size: 12px;
}

.info-footer {
    background-color: #000;
    color: #fff;
    padding: 15px 20px !important;
    padding-left: 30px !important;
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 1px;
}

.info-footer .highlight {
    color: #4ADE80;
}

.blank-canvas-container mark.has-inline-color,
.editor-styles-wrapper mark.has-inline-color { background-color: transparent; }

.info-footer sup {
    font-size: 12px;
}

.info-bottom-note {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

@media (max-width: 860px) {
    .info-container {
        width: 100%;
    }
    .info-box {
        padding: 20px;
    }
    .info-list li {
        font-size: 15px;
    }
    .info-footer {
        font-size: 16px;
        padding: 12px 20px !important;
    }
}

.challenge-section {
    width: 100%;
    max-width: 1440px;
    position:relative;

    background-color: #f0f0f0;
    padding: 60px 0 0 !important;
}

.section-title {
    text-align: center;
      font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    margin-bottom: 50px;
}

.icons-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
}

.icon-box-wrapper {
    width: 202px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.icon-img {
    width: 126px;
    height: 129px;
    object-fit: contain;
}

.icon-text {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #000;
    max-width: 340px;
}

.highlight-green {
    color: #389F3A;
    font-weight: 700;
}

@media (max-width: 768px) {
    .icons-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}

.bottom-section {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 180px;
    gap: 40px;
    padding-bottom: 0;
}

.man-wrapper {
    flex-shrink: 0;
}

.man-img {
    width: 250px;
    height: auto;
    display: block;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
}

.white-box {
    background-color: #fff;
    padding: 8px 20px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: auto;
    white-space: nowrap;
    align-self: flex-start;
}

.blank-canvas-container .white-box.has-background,.editor-styles-wrapper .white-box.has-background{padding:8px 20px !important;}
@media(max-width:768px){.blank-canvas-container .white-box.has-background,.editor-styles-wrapper .white-box.has-background{padding:0 10px !important;}}
.top-box {
    margin-left: 0;
}

.green-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 5px;
}

.green-item {
    background-color: #389F3A;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    min-width: 400px;
}

.blank-canvas-container .green-item.has-background,.editor-styles-wrapper .green-item.has-background{padding:10px 20px 10px 35px !important;}
@media(max-width:768px){.blank-canvas-container .green-item.has-background,.editor-styles-wrapper .green-item.has-background{padding:8px 5px 8px 30px !important;}}

.wood-bar-bottom {
    position: relative;
    width: 100%;
    margin-top: 0;
    line-height: 0;
}

.wood-bar-img {
    width: 100%;
    height: 151px;
    object-fit: fill;
    display: block;
}

.wood-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 589px;
    height: 57px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 0px;
    font-size: 38px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    white-space: nowrap;
}

@media (max-width: 900px) {
    .icons-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .bottom-section {
        flex-direction: column;
        align-items: center;
        margin-left:0;
    }

    .green-item {
        min-width: auto;
        width: 100%;
    }

    .wood-bar-text {
        font-size: 18px;
        padding: 8px 20px;
        white-space: normal;
    }

}

.sky-section {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 683px;
}

.blank-canvas-container .sky-section,
.editor-styles-wrapper .sky-section{
  display:flex !important; flex-direction:column !important;
  justify-content:space-between !important; align-items:center !important;
  min-height:683px !important; padding:70px 8% 0 !important; box-sizing:border-box !important;
}
.blank-canvas-container .sky-section .sky-text,
.editor-styles-wrapper .sky-section .sky-text{
  position:static !important; inset:auto !important; transform:none !important;
  width:100% !important; margin:0 !important; text-align:center !important; color:#fff !important;
  font-family:'Noto Serif JP',serif; font-size:38px; line-height:1.35; font-weight:500;
  letter-spacing:2px; text-shadow:0 2px 4px rgba(0,0,0,.3);
}
.blank-canvas-container .sky-section .sky-bottom-row,
.editor-styles-wrapper .sky-section .sky-bottom-row{
  position:static !important; width:100% !important; display:flex !important;
  flex-wrap:wrap !important; justify-content:space-between !important;
  align-items:flex-start !important; gap:24px !important;
}
.blank-canvas-container .sky-section .sky-bottom-row .clt-logo-img,
.editor-styles-wrapper .sky-section .sky-bottom-row .clt-logo-img{
  position:static !important; width:340px !important; max-width:42% !important; height:auto !important; margin:0 !important;
}
.blank-canvas-container .sky-section .sky-bottom-row .building-img,
.editor-styles-wrapper .sky-section .sky-bottom-row .building-img{
  position:static !important; width:520px !important; max-width:54% !important; height:auto !important; margin:0 !important;
}
.blank-canvas-container .sky-section .sky-bottom-row img,
.editor-styles-wrapper .sky-section .sky-bottom-row img{ width:100% !important; height:auto !important; display:block !important; }
.blank-canvas-container .sky-section::after,
.editor-styles-wrapper .sky-section::after{ display:none !important; }
@media(max-width:768px){
  .blank-canvas-container .sky-section,
  .editor-styles-wrapper .sky-section{
    min-height:630px !important; padding:40px 5% 0 !important;
    justify-content:flex-start !important; gap:48px !important;
    background-image:url(/lp/cms/wp-content/uploads/2026/05/sky-13.png) !important;
  }
  .blank-canvas-container .sky-section .sky-text,
  .editor-styles-wrapper .sky-section .sky-text{ font-size:22px !important; }
  .blank-canvas-container .sky-section .sky-bottom-row,
  .editor-styles-wrapper .sky-section .sky-bottom-row{ flex-direction:column !important; align-items:center !important; gap:51px !important; }
  .blank-canvas-container .sky-section .sky-bottom-row .clt-logo-img,
  .editor-styles-wrapper .sky-section .sky-bottom-row .clt-logo-img{ width:329px !important; max-width:100% !important; }
  .blank-canvas-container .sky-section .sky-bottom-row .building-img,
  .editor-styles-wrapper .sky-section .sky-bottom-row .building-img{ width:auto !important; max-width:89% !important; }
}

.sky-bg {
    position: relative;
    width: 100%;
}

.sky-bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.clt-logo-overlay {
    position: absolute;
    bottom: 150px;
    left: 20%;
    z-index: 2;
}

@media (min-width: 767px) {
    .clt-logo-overlay .clt-logo-img {
        height: 202px !important;
        width: 379px !important;
    }
}

.building-overlay {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 2;
}

.building-img {
    height: 400px;
    width: auto;
    display: block;
}

.sky-text {
    position: absolute;
    top: 100px;
    left: 47%;
    transform: translateX(-50%);
    z-index: 3;
    color: white;
        font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.sky-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .clt-logo-img {
        height: 60px;
    }
    .building-img {
        height: 200px;
    }
    .sky-text {
        font-size: 20px;
        top: 20px;
    }
    .clt-logo-overlay {
        bottom: 80px;
        left: 20px;
    }
    .sky-section::after {
        height: 40px;
    }
}

.system-section {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 25px 40px;
    overflow: hidden;
    min-height: 400px;
}

.system-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.system-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.left-side {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.system-section .system-cols{width:100%;max-width:100%;margin:0;gap:0;align-items:center;}

.green-graphic-wrapper {
    position: absolute;

}

.green-graphic-img {
    width: 486px ;
    height: 438px;
    display: block;
}

.clt-logo-center {
    position: absolute;
    top: 52%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.clt-logo-img {
    width: 121px;
    height: 61px;
    display: block;

    filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.25));
}

.circle-text {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #55B65C;
    pointer-events: none;
    z-index: 3;
}

.circle-text.top {
    top: 12%;
    left: 49%;
    transform: translateX(-50%);
}

.circle-text.bottom-left {
    bottom: 18%;
    left: 18%;
}

.circle-text.bottom-right {
    bottom: 18%;
    right: 22%;
}

.right-text-content {
    z-index: 1;
    padding-left: 40px;
}

.system-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 56px;
    color: #000;
    margin-bottom: 10px;
}

.system-title span{
    font-size: 24px;
}

.system-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
}

@media (max-width: 900px) {
    .system-section {
        flex-direction: column;
        padding: 40px 20px;
    }
    .left-side {
        width: 100%;
        height: 300px;
        margin-bottom: 40px;
    }
    .right-text-content {
        width: 100%;
        padding-left: 0;
    }
    .system-title {
        font-size: 24px;
    }
    .system-description {
        font-size: 16px;
    }
}

.solution-section {
    width: 100%;
    max-width: 1440px;

    background-color: #ffffff;
    padding: 60px 40px;
}

.solution-container {
    max-width: 1400px;
    margin: 0 auto;
}

.solution-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.solution-title .highlight-green {
    color: #389F3A;
}

.solution-subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 50px;
}

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card {
    width: 384px;
    display: flex;
    flex-direction: column;
}

.card-header {

    color: #fff;
    padding: 0;
    display: flex;
    align-items: stretch;
    height: 40px;
    margin-bottom: 10px;
}

.number-img {
    height: 100%;
    width: auto;
    display: block;
    background-color: #ffffff;
    border-right: 1px solid #000;
}

.card-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.card-text {
    font-size: 18px;
    line-height: 28px;

    padding: 15px 0;
    text-align: justify;
}

.card-text span{
    font-size: 12px;
}

.bottom-note {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 40px;
    width: 830px;
    max-width: 100%;
}

.clt-box {

    padding: 0;
    background-color: #fff;
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
}

.clt-box-header {

    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 15px 30px;
    text-align: center;
}

.clt-box-header span{
    font-size: 21px;
}

.blank-canvas-container .card-header.has-background,
.editor-styles-wrapper .card-header.has-background{ padding:0 !important; }
.blank-canvas-container .clt-box-header.has-background,
.editor-styles-wrapper .clt-box-header.has-background{ padding:15px 30px !important; }
@media (max-width:768px){

  .blank-canvas-container .clt-box-header.has-background,
  .editor-styles-wrapper .clt-box-header.has-background{ padding:12px 10px !important; }

  .blank-canvas-container .clt-box.has-border-color,
  .editor-styles-wrapper .clt-box.has-border-color{ border-width:2px !important; }
}

.clt-box-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.clt-top-text {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    color: #000;
}

.clt-bottom-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.clt-left-text {
    flex: 1;
}

.clt-feature-title {
    font-size: 30px;
    font-weight: 700;
    color: #389F3A;
    display: block;
    margin-bottom: 15px;
}

.clt-feature-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;

}

.clt-feature-list li {
    margin-bottom: 8px;
}

.clt-right-image {
    flex: 0 0 350px;
}

.clt-construction-img {
    width: 311px;
    height: 226px;
    display: block;
}

.clt-button-wrapper {
    padding: 0 40px 40px 40px;
    text-align: center;
}

.clt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(to bottom, #55B65C, #0F9334);
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 0;
    border-radius: 50px;
    width: 424px;
    height: 50px;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
}

.clt-button:hover {
    opacity: 0.8;
}

.arrow-img {
    width: 33px;
    height: 33px;
    display: block;
    object-fit: contain;
    margin-left: 30px;
}

@media (max-width: 770px) {
    .clt-box {
        width: 100%;
    }
    .clt-bottom-grid {
        flex-direction: column;
    }
    .clt-right-image {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .cards-grid {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 100%;
        max-width: 400px;
    }
    .clt-box-content {
        flex-direction: column;
        padding: 20px;
    }
    .clt-image-area {
        flex: 0 0 auto;
    }
    .clt-box-title {
        font-size: 22px;
    }
}

.module-section {
    width: 100%;
    max-width: 1440px;
    margin: 40px auto 0;
    background-color: #ffffff;
    padding: 60px 40px;
}

.module-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.module-title {
    font-family: 'Noto Serif JP', serif;;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: inline-block;
}

.module-description {
    font-size: 22px;
    line-height: 42px;

    margin-bottom: 40px;
}

.module-sub-text {
    margin-top: 20px;
}

.module-black-box {

    margin: 0 auto 40px;
    max-width: 600px;
}

.blank-canvas-container .module-black-header.has-background,
.editor-styles-wrapper .module-black-header.has-background{ padding:12px 0 !important; }
@media (max-width:768px){
  .blank-canvas-container .module-black-header.has-background,
  .editor-styles-wrapper .module-black-header.has-background{ padding:10px 0 !important; }
}

.module-black-header {

    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
}

.module-black-content {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px 20px;
}

.module-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    border: 2px solid #000;
    margin-bottom: 10px;
}

.module-label {
    font-size: 22px;
    font-weight: 700;

    color: #000;
    text-align: center;
    line-height: 30px;
}

.module-arrow {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.arrow-shape {

    background: linear-gradient(to bottom, #55B65C, #0F9334);
    font-family: 'Noto Sans JP', serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 42px;

    clip-path: polygon(
        13% 0%,    13% 45%,   0% 45%,
        50% 100%,
        100% 45%,  87% 45%,   87% 0%
    );

    width: 400px;
    height: 150px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 35px;
}

.module-layouts {
    max-width: 900px;
    margin: 0 auto;
}

.module-layouts-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .module-title {
        font-size: 28px;
    }
    .module-description {
        font-size: 16px;
    }
    .module-black-content {
        flex-wrap: wrap;
        gap: 20px;
    }
    .arrow-shape {
        font-size: 18px;
        padding: 15px 40px;
    }
}

.module-diagram {
    margin-top: 50px;
    width: 100%;
}

.diagram-exploded {
    width: 100%;
    margin-bottom: 50px;
}

.diagram-exploded-img {
    width: 100%;
    height: auto;
    display: block;
}

.diagram-bottom-wrapper.wp-block-cover {
    width: 1000px;
    max-width: 100%;
    min-height: 300px;
    margin: 0 auto;
    padding: 0;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.diagram-bottom-wrapper .diagram-logo-img{ margin:0; }
.diagram-bottom-wrapper .diagram-logo-img img{ width:190px; height:97px; display:block; }
.diagram-bottom-wrapper .diagram-building-img{ margin:0; }
.diagram-bottom-wrapper .diagram-building-img img{ height:300px; width:auto; max-width:none; display:block; }
@media (max-width:768px){
  .diagram-bottom-wrapper.wp-block-cover{ min-height:150px; }
  .diagram-bottom-wrapper .diagram-building-img img{ height:120px; }
  .diagram-bottom-wrapper .diagram-logo-img img{ width:100px; height:auto; }
}

@media (max-width: 768px) {
    .diagram-logo-img {
        height: 50px;
    }
    .diagram-building-img {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .module-diagram {
        margin-top: 30px;
    }
}

.feature-section {
    width: 100%;
    max-width: 1440px;
    margin: 40px auto 0;
    background-color: #ffffff;
    padding: 20px 40px 60px;
}

.feature-container {
    max-width: 940px;
    margin: 0 auto;
}

.blank-canvas-container .feature-box-header.has-background,
.editor-styles-wrapper .feature-box-header.has-background{ padding:15px 0 !important; }
@media (max-width:768px){
  .blank-canvas-container .feature-box-header.has-background,
  .editor-styles-wrapper .feature-box-header.has-background{ padding:12px 10px !important; }
}
.feature-box-header {

    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    padding: 15px 0;
    text-align: center;
    border: 3px solid #000;
    border-bottom: none;
}
.feature-box-header  span{
    font-size: 30px;
}

.feature-box-content {
    border: 3px solid #000;
    border-top: none;
    padding: 30px;
}

.feature-grid {
    display: grid;
    grid-template-columns: 420px 420px;
    gap: 40px;
}

.feature-item {
    display: flex;
    flex-direction: column;
}

.feature-img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    line-height: 42px;
}

.feature-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
   font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-top: 20px;
    margin-left: 70px;
}

.feature-list li {
    margin-bottom: 4px;
}

.feature-note {
    font-size: 12px;
    color: #000;
    margin-top: 20px;
    line-height: 26px ;
}

.feature-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

.feature-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to bottom, #55B65C, #0F9334);
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 50px;
    width: 291px;
    text-decoration: none;
    transition: opacity 0.2s;
     box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.feature-button:hover {
    opacity: 0.8;
}

.feature-arrow {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
    .feature-box-header {
        font-size: 18px;
    }
    .feature-title {
        font-size: 20px;
    }
}
.video-section {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.video-wood-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    min-height: 400px;
    z-index: 0;
}

.video-wood-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-content-container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0px;
}

.video-header {
    background-color: #000;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.video-wrapper {
    margin-bottom: 50px;
}

.video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4;
}

.video-desc {
    font-size: 19px;
    text-align: center;
    color: #000;
    line-height: 28px;
}

.video-building-section {
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.video-building-img-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}

.video-building-img {
    width: 100%;
    height: auto;
    display: block;
}

.video-building-title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 52px;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 80px;
    width: 700px;
}

.video-building-title .highlight-green {
    color: #389F3A;
}

.video-building-desc {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    text-align: left;
     margin-left: 80px;
}

@media (max-width: 768px) {
    .video-building-section {
        margin-top: 40px;
        padding-top: 30px;
    }
    .video-building-title {
        font-size: 26px;
    }
    .video-building-desc {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .video-header {
        font-size: 18px;
        padding: 12px 0;
    }
    .video-wrapper {
        margin-bottom: 30px;
    }
    .video-title {
        font-size: 20px;
    }
    .video-desc {
        font-size: 14px;
    }
}

.strength-wood-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.strength-wood-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.strength-content-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.strength-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', serif;
}

.strength-grid {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.strength-item {
    width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strength-image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.strength-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.strength-image-credit {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 2px 6px;
}

.strength-text {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 47px;
    color: #000;
}

.strength-right-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 350px;
    height: 170px;
    pointer-events: none;
}

.strength-illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.strength-illustration-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 900px) {
    .strength-section {
        padding: 40px 20px;
    }
    .strength-grid {
        flex-direction: column;
        align-items: center;
    }
    .strength-item {
        width: 100%;
        max-width: 400px;
    }
    .strength-right-overlay {
        width: 250px;
        height: 200px;
    }
    .strength-man-img {
        height: 200px;
    }
    .strength-title {
        font-size: 28px;
    }
}

.case-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 40px 40px;
}

.case-container {
    max-width: 1000px;
    margin: 0 auto;
}

.case-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', serif;
}

.case-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

.case-item {
    width: 450px;
    display: flex;
    flex-direction: column;
}

.case-image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.case-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.case-arrow-left,
.case-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-arrow-left {
    left: 10px;
}

.case-arrow-right {
    right: 10px;
}

.case-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.case-number-img {
    height: 30px;
    width: auto;
    display: block;
}

.case-name {
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
}

.case-table {
    width: 100%;
    border-collapse: collapse;
}

.case-table tr:last-child {
    border-bottom: none;
}

.case-label {
    padding: 8px 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    width: 100px;
}

.case-value {
    padding: 8px 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.case-button-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.case-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to bottom, #55B65C, #0F9334);
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s, box-shadow 0.2s;
    width: 468px;

    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.case-button.small{
    width: 232px;
    padding: 10px 30px;
}

.case-button:hover {
    opacity: 0.8;
}

.case-arrow {
    font-size: 20px;
}

.case-disclaimer {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
}

.case-notes {
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    margin-top: 20px;
}

.case-notes p {
    margin-bottom: 8px;
}

@media (max-width: 900px) {
    .case-grid {
        flex-direction: column;
        align-items: center;
    }
    .case-item {
        width: 100%;
        max-width: 500px;
    }
    .case-title {
        font-size: 28px;
    }
    .case-button {
        font-size: 16px;
        padding: 12px 30px;
    }
    .left-side {
    position: relative;
    width: 45%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 420px;
}
}

.hamburger {
    display: none;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        font-size: 28px;
        cursor: pointer;
        color: #000;
        z-index: 10;
    }
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.desktop-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.logo-clt img {
    height: 50px;
    width: auto;
    display: block;
}

.right-side-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.logo-meiken img {
    height: 24px;
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

.nav-menu a:hover {
    color: #78C069;
}

.mobile-header {
    display: none;
}

@media (max-width: 768px) {

    .site-header {
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .logo-meiken img {
        height: 40px;
        width: 252px;
    }

    .hamburger {
        display: block;
        font-size: 28px;
        cursor: pointer;
        color: #000;
    }

    .desktop-header {
        display: none;
    }

    .mobile-clt-logo {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: #ffffff;
    position: sticky;
    top: 60px;
    z-index: 9998;
}

    .mobile-clt-logo img {
        height: 50px;
        width: 100px;
    }

    .logo-clt {
        display: none;
    }

    .right-side-wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
        z-index: 1000;
        padding: 20px;
    }

    .right-side-wrapper.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .nav-menu a {
        font-size: 14px;
        padding: 5px 0;
        width: 100%;
        text-align: center;
        color: #333;
        text-decoration: none;
    }

    .nav-menu span {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile-header {
        display: none;
    }

    .mobile-clt-logo {
        display: none;
    }

    .hamburger {
        display: none;
    }

    .site-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 15px 40px;
    }

    .logo-clt {
        display: block;
    }

    .logo-clt img {
        height: 50px;
        width: auto;
    }

    .right-side-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    .logo-meiken img {
        height: 40px;
        width: 253px;
        object-fit: contain;
    }

    .nav-menu {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 15px;
    }

    .nav-menu span {
        display: inline;
        color: #333;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        flex-direction: column;
        height: auto;
        min-height: auto;
        position: relative;
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
    }

    .hero-left {
        position: relative;
        width: 100%;
        height: 270px;
        margin-right: 0;
        padding-right: 0;
        clip-path: none;
    }

    .hero-left-img {
        width: 100%;
        height: 100%;
        clip-path: none;
        object-fit: cover;
    }

    .hero-left-text {
        position: absolute;
        top: 1%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 45px;
        letter-spacing: 0.1em;
        width: 100%;
    }

    .hero-left-text span {
        font-size: 45px;
    }

    .hero-left-text .glow {
        font-size: 45px;
        text-shadow: 0 0 8px #ffffff;
        letter-spacing: 0.1em;
    }

    .hero-left-text .glow span {
        font-size: 28px;
    }

    .hero-right {
        width: 100%;
        padding: 30px 20px;
        position: relative;
        margin-left: 0;
        clip-path: none;
        background-color: #ffffff;
    }

    .hero-logo {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-logo img {
        height: 80px;
        width: auto;
    }

    .hero-text {
        font-size: 32px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .hero-house-right img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .wood-bar {
        height: 146px;
        background-size: cover !important;
        width: 100%;
        overflow: hidden;
    }

    .wood-bar p {
        font-size: 24px !important;
        letter-spacing: 0.1em;
        line-height: 36px;
        padding: 0 30px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .info-section {
        padding: 20px 0;
    }

    .info-container {
        width: 100%;
        padding: 0 20px;
    }

    .info-top-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: left;
    }

    .info-box {
        padding: 5px;
        border-width: 2px;
        padding-bottom:25px;
    }

    .info-list li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-right:10px;
        font-weight: 400;
        display: flex;
        align-items: flex-start;
    }

    .info-list li sup {
        font-size: 10px;
    }

    .info-footer {
        font-size: 18px;
        line-height: 1.5;
        padding: 20px !important;

        text-align: center;
    }

    .info-footer .highlight {
        color: #4ADE80;
    }

    .info-bottom-note {
        font-size: 12px;
        line-height: 28px;
        text-align: right;
        margin-top: 10px;
    }
}

@media (min-width: 769px) {
    .mobile-br{
        display: none;
    }
}

@media (max-width: 768px) {
    .challenge-section {
        padding: 40px 10px 0 !important;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .icons-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 100px;
    }

    .icon-box {
        width: 100%;
        max-width: 300px;
    }

    .icon-box-wrapper {
        width: 200px;
        height: 200px;
    }

    .icon-img {
        width: 130px;
        height: 101px;
    }

    .icon-text {
        font-size: 22px;
        line-height: 33px;
    }

.bottom-section {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: 0;
    gap: 40px;
    padding-bottom: 0;
    width: 100%;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    width: 100%;
    align-items: centr;
    margin: 0 auto;
}

    .white-box {
        font-size: 24px;
        padding: 0px 10px;
        white-space: normal;
    }
    .white-box.middle-box{
        margin-bottom: 10px;

    }

    .green-list {
        gap: 8px;
    }

    .green-item {
        font-size: 16px;
        padding: 8px 5px;
        min-width: auto;
        width: 100%;
        line-height: 1.4;
    }

    .wood-bar-bottom {
        margin-top: 10px;
      height: 215px;
    }

    .wood-bar-img {
        height: 200px;
    }

    .wood-bar-text {
        font-size: 32px;
        width: auto;
        height: auto;
        padding: 8px 10px;
        white-space: normal;
        width: 300px;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .sky-section {
        padding: 0 0px;
    }

   .sky-bg-img {
    width: 100%;
    height: 550px;
    object-fit: cover;

}

    .clt-logo-overlay {
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.clt-logo-img {
    width: 183px !important;
    height: 93px !important;
    max-width: none !important;
}

    .building-overlay {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.building-img {
    height: auto;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

    .sky-text {
        font-size: 32px;
        line-height: 46px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Noto Serif JP', serif;
        width: 90%;
    }

    .sky-section::after {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .system-section {
        flex-direction: column;
        padding: 40px 15px;
        min-height: auto;
    }

    .left-side {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 20px 0;
    }

    .green-graphic-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
    }

    .green-graphic-img {
        width: 350px;
        height: auto;
    }

    .clt-logo-center {
        top: 53%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 86px;
        height: 44px;
    }

    .clt-logo-img {
        width: 86px;
        height: auto;
    }

    .circle-text {
        font-size: 24px;
    }

    .circle-text.top {
        top: 20%;
        left:48%;
        transform: translateX(-50%);
    }

    .circle-text.bottom-left {
        bottom: 25%;
        left: 13%;
    }

    .circle-text.bottom-right {
        bottom: 25%;
        right: 17%;
    }

    .right-text-content {
        width: 100%;
        padding-left: 0;
    }

    .system-title {
        font-size: 23px;
        line-height: 1.5;
        text-align: left;
    }

    .system-title span {
        font-size: 16px;
    }

    .system-description {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    .desktop-br{
        display: none;
    }
}

.clt-logo-center .system-logo-img {
    width: 121px;
    height: 61px;
    display: block;
    filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.25));
}

@media (max-width: 768px) {
    .clt-logo-center .system-logo-img {
        width: 86px;
        height: 44px;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
  .solution-subtitle {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 50px;
}

.solution-section {
    padding: 60px 20px;
}

.solution-title {

    font-size: 33px;

}

.card-title {
    font-size: 24px;
 line-height: 27px;
}

.card-text{
    font-size: 16px;
}

}

@media (max-width: 768px) {
    .clt-box {
        width: 100%;
        border-width: 2px;
        margin: 0 auto;
    }

    .clt-box-header {
        font-size: 20px;
        line-height: 1.4;
        padding: 12px 10px;
    }

    .clt-box-header span {
        font-size: 20px;
    }

    .clt-box-content {
        padding: 10px;
        gap: 20px;
    }

    .clt-top-text {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    .clt-bottom-grid {
        flex-direction: column;
        gap: 20px;
    }

    .clt-left-text {
        width: 100%;
    }

    .clt-feature-title {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .clt-feature-list {
        font-size: 16px;
        line-height: 28px;
    }

    .clt-feature-list li {
        margin-bottom: 6px;
    }

    .clt-right-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .clt-construction-img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .clt-button-wrapper {
        padding: 0 15px 20px;
    }

    .clt-button {
        width: 100%;
        max-width: 100%;
        height: 45px;
        font-size: 16px;
        padding: 10px 0;
            filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.25));
    }

    .arrow-img {
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .module-section {
        padding: 40px 18px;
    }

    .module-container {
        max-width: 100%;
    }

    .module-title {
        font-size: 32px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .module-description {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .module-sub-text {
        margin-top: 10px;
    }

    .module-black-box {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .module-black-header {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0;
    }

    .module-black-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 20px 15px;
    }

    .module-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .module-img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }

    .module-label {
        font-size: 16px;
        line-height: 1.4;
    }

    .module-arrow {
        margin-bottom: 30px;
    }

    .arrow-shape {
        width: 280px;
        height: 130px;
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 40px;
        clip-path: polygon(
            10% 0%, 10% 40%, 0% 40%,
            50% 100%,
            100% 40%, 90% 40%, 90% 0%
        );
    }

    .module-layouts-img {
        width: 100%;
        height: auto;
    }

    .module-diagram {
        margin-top: 30px;
    }

    .diagram-exploded {
        margin-bottom: 30px;
    }

    .diagram-exploded-img {
        width: 100%;
        height: auto;
    }

    .diagram-bottom-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .diagram-green-bg-img {
        width: 100%;
        height: auto;
    }

    .diagram-logo-img {
        height: 50px;
        width: auto;
    }

    .diagram-building-img {
        height: auto;
        width: 100%;
        max-width: 300px;
    }
}

.desktop-layouts {
    display: block;
}
.mobile-layouts {
    display: none;
}

@media (max-width: 768px) {
    .desktop-layouts {
        display: none;
    }
    .mobile-layouts {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .diagram-bottom-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        gap: 5px;
        padding: 10px 5px;
    }

    .diagram-green-bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .diagram-logo-img {
        height: 48px;
        width: 98px;
    }

    .diagram-building-img {
        height: 130px;
        width: 170px;
    }
}

@media (min-width: 769px) and (max-width: 1030px) {
    .feature-section {
        padding: 20px 20px 40px !important;
    }

    .feature-container {
        max-width: 100% !important;
    }

    .feature-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    .feature-item {
        width: 100% !important;
    }

    .feature-img {
        height: 160px !important;
        object-fit: cover !important;
    }

    .feature-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
        margin-bottom: 5px !important;
    }

    .feature-list {
        margin-left: 15px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .feature-item:nth-child(3) .feature-list {
        margin-left: 15px !important;
    }

    .feature-note {
        font-size: 11px !important;
        line-height: 1.4 !important;
        margin-top: 10px !important;
    }

    .feature-box-header {
        font-size: 18px !important;
        line-height: 1.4 !important;
        padding: 10px !important;
    }

    .feature-box-header span {
        font-size: 22px !important;
    }

    .feature-box-content {
        padding: 20px !important;
        border-width: 2px !important;
    }

    .feature-button-wrapper {
        margin-top: 30px !important;
    }

    .feature-button {
        width: 100% !important;
        max-width: 280px !important;
        height: 45px !important;
        font-size: 18px !important;
        justify-content: center !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 768px) {
    .feature-section {
        padding: 20px 15px 40px;
    }

    .feature-container {
        max-width: 100%;
    }

    .feature-box-header {
        font-size: 20px;
        line-height: 1.4;
        padding: 12px 10px;
    }

    .feature-box-header span {
        font-size: 26px;
    }

    .feature-box-content {
        padding: 15px;
        border-width: 2px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .feature-item {
        width: 100%;
    }

    .feature-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .feature-title {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 8px;
    }

    .feature-list {
        margin-left: 20px;
        font-size: 16px;
        line-height: 23px;
    }
    .feature-item:nth-child(3) .feature-list {
    margin-left: 60px;
}

    .feature-list li {
        margin-bottom: 4px;
    }

    .feature-note {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .feature-button-wrapper {
        margin-top: 60px;
        justify-content: end;
    }

    .feature-button {
        height: 48px;
        font-size: 20px;
       justify-content: flex-end;
       text-align: right;
       padding-right: 30px  ;

    }

}

@media (max-width: 768px) {
    .video-section {
        padding-bottom: 40px;
    }

    .video-wood-bg {
        height: 200px;
        min-height: 380px;
    }

    .video-content-container {
        padding: 40px 15px;
        max-width: 100%;
    }

    .video-header {
        font-size: 26px;
        line-height: 42px;
        padding: 12px 0;
        margin-bottom: 20px;
    }

    .video-wrapper {
        margin-bottom: 30px;
    }

    .video-box {
        margin-bottom: 15px;
    }

    .video-title {
        font-size: 28px;
        line-height: 42px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .video-desc {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }

    .video-building-section {
        margin-top: 30px;
        padding-top: 20px;

    }

    .video-building-img-wrapper {
        margin-bottom: 20px;
    }

    .video-building-img {
        width: 100%;
        height: auto;
    }

    .video-building-title {

        font-size: 29px !important;
        line-height: 40px !important;
        text-align: left;
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .video-building-desc {
        font-size: 17px;
        line-height: 26px;
        text-align: left;
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .strength-right-overlay {
        display: none;
    }

    .strength-content-container {
        max-width: 100%;
    }

    .strength-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .strength-grid {
        flex-direction: column;
        gap: 30px;
    }

    .strength-item {
        width: 100%;
        max-width: 100%;
    }

    .strength-image-wrapper {
        margin-bottom: 15px;
    }

    .strength-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .strength-image-credit {
        font-size: 10px;
        bottom: 5px;
        left: 5px;
    }

    .strength-text {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .case-section {
        padding: 40px 15px 20px;
    }

    .case-container {
        max-width: 100%;
    }

    .case-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .case-grid {
        flex-direction: column;
        gap: 40px;
    }

    .case-item {
        width: 100%;
        max-width: 100%;
    }

    .case-image-wrapper {
        margin-bottom: 15px;
    }

    .case-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .case-arrow-left,
    .case-arrow-right {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .case-header {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .case-number-img {
        height: 24px;
    }

    .case-name {
        font-size: 24px;
        line-height: 1.4;
    }

    .case-table {
        font-size: 16px;
    }

    .case-label {
        font-size: 16px;
        line-height: 1.6;
        width: 80px;
        padding: 4px 0;
    }

    .case-value {
        font-size: 14px;
        line-height: 1.6;
        padding: 4px 0;
    }

    .case-button-wrapper {
        margin-bottom: 20px;
    }

    .case-button {
        width: 100%;
        max-width: 350px;
        height: 72px;
        justify-content: flex-end;

        font-size: 16px;
        line-height: 1.4;
        padding: 12px 15px;
    }
.case-button .button-text {
 margin-right: 20px;
 font-size:20px;
}

    .case-button.small {
        width: 100%;
        max-width: 232px;
        padding: 12px 15px;

        height: 48px;
    }

    .case-disclaimer {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: left;
    }

    .case-notes {
        font-size: 16px;
        line-height: 24px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 40px ;
        padding-bottom: 40px;
        margin-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .footer-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-logo-img {
        height: 30px;
        width: auto;
    }

    .footer-text {
        font-size: 13px;
        line-height: 28px;
    }
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #55B65C;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.mobile-menu-overlay.active {
    display: flex;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 300px;
}

.mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 31px;
    font-weight: 500;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav a:last-of-type {
    border-bottom: none;
}

.mobile-menu-btn-wrapper {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-menu-btn {
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.info-section,
.challenge-section,
.sky-section,
.system-section,
.solution-section,
.module-section,
.feature-section,
.video-section,
.strength-section,
.case-section {
    margin: 0 auto;
}

.site-footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    background-color: #fff;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.footer-logo-img {
    height: 40px;
    width: 253px;
    display: block;
     object-fit: contain;

}

.footer-text {
    font-size: 16px;
    line-height: 42px;
    color: #333;
    text-align: center;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #55B65C;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.mobile-menu-overlay.active {
    display: flex;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 300px;
}

.mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 31px;
    font-weight: 500;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav a:last-of-type {
    border-bottom: none;
}

.mobile-menu-btn-wrapper {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-menu-btn {
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    font-size: 25px;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {

    .footer-container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-text {
        font-size: 12px;
    }
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #55B65C;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.mobile-menu-overlay.active {
    display: flex;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 300px;
}

.mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav a:last-of-type {
    border-bottom: none;
}

.mobile-menu-btn-wrapper {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-menu-btn {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}

.case-arrow-left,
.case-arrow-right {
    display: none !important;
}

.case-img-slider-1 .swiper-button-next,
.case-img-slider-1 .swiper-button-prev,
.case-img-slider-2 .swiper-button-next,
.case-img-slider-2 .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}

.case-img-slider-1 .swiper-button-next:after,
.case-img-slider-1 .swiper-button-prev:after,
.case-img-slider-2 .swiper-button-next:after,
.case-img-slider-2 .swiper-button-prev:after {
    font-size: 16px;
}

@media (max-width: 768px) {
    .case-notes .note-title {
        font-weight: bold;
        padding-left: 0;
        text-indent: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .case-notes .note-item {
        padding-left: 1.5em;
        text-indent: -1.5em;
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 1.8;
    }
}

@media (max-width: 400px){

.man-wrapper {
        position: absolute;
        right: 60px;
        top: 2690px !important;
        z-index: 10;
        width: 73px;
        height: auto;
        pointer-events: none;
    }
}

.strength-man {
    position: absolute;
    right: 15%;
    top: 27%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.strength-man-img {
    height: 350px;
    width: auto;
    display: block;
}

@media (max-width: 1360px){

.strength-man {

    right: 11%;

}

}

@media (max-width: 1375px){

.hero-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

}

@media (max-width: 1255px){

.hero-text {
    font-size: 30px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

.hero-left-text {
    position: absolute;
    top: 0px;
    font-family: 'Noto Serif JP', serif;
    left: 45%;
    transform: translateX(-50%);
    color: white;
    font-size: 70px;
    font-weight: 400;
    margin-top:10px;
    letter-spacing: 30%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 3;
}
.hero-left-text span{
    font-weight: 400;
    font-size:52px;
}

.hero-left-text .glow {
    font-size: 70px;

    text-shadow: 0 0 13.54px #ffffff;

    letter-spacing: 0.3em;
}

.hero-left-text .glow span{
    font-size: 42px;
}

}

@media (max-width: 1200px){

.hero-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

.strength-man {

    right: 9%;

}

.system-title{
    font-size:32px;
}
.system-title span {
        font-size: 20px;
    }

   .system-title .desktop-br{
        display:none;
    }
}

@media (max-width: 1138px){

.hero-text {
    font-size: 26px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

.hero-left-text {
    position: absolute;
    top: 0px;
    font-family: 'Noto Serif JP', serif;
    left: 45%;
    transform: translateX(-50%);
    color: white;
    font-size: 65px;
    font-weight: 400;
    margin-top:10px;
    letter-spacing: 30%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 3;
}
.hero-left-text span{
    font-weight: 400;
    font-size:52px;
}

.hero-left-text .glow {
    font-size: 65px;

    text-shadow: 0 0 13.54px #ffffff;

    letter-spacing: 0.3em;
}

.hero-left-text .glow span{
    font-size: 42px;
}

}

@media (max-width: 1120px){
    .strength-man{
        right:5%;
    }
    .strength-illustration{
        width:200px;
        height:190px;

    }

     .strength-grid{
         gap: 30px;

     }
     .strength-item {
    width: 322px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strength-text {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 47px;
    color: #000;
}

}

@media (max-width: 1078px){
    .hero-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

.hero-left-text {
    position: absolute;
    top: 0px;
    font-family: 'Noto Serif JP', serif;
    left: 45%;
    transform: translateX(-50%);
    color: white;
    font-size: 60px;
    font-weight: 400;
    margin-top:10px;
    letter-spacing: 30%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 3;
}
.hero-left-text span{
    font-weight: 400;
    font-size:52px;
}

.hero-left-text .glow {
    font-size: 60px;

    text-shadow: 0 0 13.54px #ffffff;

    letter-spacing: 0.3em;
}

.hero-left-text .glow span{
    font-size: 42px;
}

.diagram-green-bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.diagram-logo-img {
    height: 97px;
    width: 190px;
    display: block;
}

.diagram-building-img {
    height: 300px;
    width: auto;
    display: block;
}

}

@media(max-width:901px){
    .diagram-green-bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.diagram-logo-img {
    height: 97px;
    width: 190px;
    display: block;
}

.diagram-building-img {
    height: 280px;
    width: auto;
    display: block;
}
  .strength-man{
        display:none;
    }
    .strength-right-overlay{
        display:none;
    }
}

@media (max-width: 1010px){
    .hero-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 161%;
    text-align: center;
    margin-top: 120px;
    margin-left: 60px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    color: #000000;
}

.hero-left-text {
    position: absolute;
    top: 0px;
    font-family: 'Noto Serif JP', serif;
    left: 45%;
    transform: translateX(-50%);
    color: white;
    font-size: 58px;
    font-weight: 400;
    margin-top:10px;
    letter-spacing: 30%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 3;
}
.hero-left-text span{
    font-weight: 400;
    font-size:42px;
}

.hero-left-text .glow {
    font-size: 58px;

    text-shadow: 0 0 13.54px #ffffff;

    letter-spacing: 0.3em;
}

.hero-left-text .glow span{
    font-size: 40px;
}
}

.strength-right-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 300px;
    height: 170px;
    pointer-events: none;
}

.info-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 15px;
    word-wrap: break-word;
    word-break: break-word;
}

.info-list li::before {
    content: "☑";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
}

.green-item {
    display: block;
    position: relative;
    padding-left: 35px;
    word-wrap: break-word;
    word-break: break-word;
}

.green-item::before {
    content: "☑";
    position: absolute;
    left: 10px;
    top: 12px;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 768px) {
    .info-list li {
        padding-left: 25px;
    }

    .info-list li::before {
        width: 20px;
        font-size: 14px;
    }

    .green-item {
        padding-left: 30px;
    }

    .green-item::before {
        left: 8px;
        top: 10px;
        width: 18px;
    }
}

@media (max-width: 768px) {
    .clt-feature-list li {
        padding-left: 1.3em;
        text-indent: -1.3em;
        margin-bottom: 15px;

    }

}

.man-wrapper {
    position: absolute;
    left: 20%;
    top: 500px;
    z-index: 10;
    pointer-events: none;
    max-width: 1440px;
    flex-shrink: 0;
}

.man-img {
    width: 250px;
    height: auto;
    display: block;
}

@media (max-width: 1370px) {
    .man-wrapper { left: 17%; }
}

@media (max-width: 1275px) {
    .man-wrapper { left: 15%; }
}

@media (max-width: 1199px) {
    .man-wrapper { left: 13%; }
}
@media (max-width: 1133px) {
    .man-wrapper { left: 11%; }

}
@media (max-width: 1053px) {
    .man-wrapper { left: 9%; }
     .wood-bar p {
        font-size: 22px !important;
        letter-spacing: 0.1em;
        line-height: 36px;
        padding: 0 30px;
        text-align: center;
    }

}

@media (max-width: 1010px) {
    .man-wrapper { left: 6%; }

}

@media (max-width: 900px) {

       .man-wrapper {
        position: absolute !important;
        left: auto !important;
        right: 200px !important;
        top: 1120px !important;
        bottom: auto !important;
        width: 73px !important;
        height: 100px !important;
        z-index: 10 !important;
        pointer-events: none !important;
    }

    .man-img {
        width: 100% !important;
        height: 140px !important;
        max-height: 120px !important;
        transform: scaleX(-1) !important;
    }

    .hero-text{
        font-size:20px;
    }

.hero-left-text {
    position: absolute;
    top: 0px;
    font-family: 'Noto Serif JP', serif;
    left: 45%;
    transform: translateX(-48%);
    color: white;
    font-size: 55px;
    font-weight: 400;
    margin-top:10px;
    letter-spacing: 30%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 3;
}
.hero-left-text span{
    font-weight: 400;
    font-size:42px;
}

.hero-left-text .glow {
    font-size: 55px;

    text-shadow: 0 0 13.54px #ffffff;

    letter-spacing: 0.3em;
}

.hero-left-text .glow span{
    font-size: 40px;
}
}

@media (max-width:768px){
        .man-wrapper {
        position: absolute !important;
        left: auto !important;
        left: 310px !important;
        top: 1110px !important;
        bottom: auto !important;
        width: 73px !important;
        height: auto !important;
        z-index: 10 !important;
        pointer-events: none !important;
    }

    .man-img {
        width: 100% !important;
        height: auto !important;
        max-height: 120px !important;
        transform: scaleX(-1) !important;
    }
}

.hero-left-img {
    transition: transform 0.5s ease, filter 0.3s ease;
}

.hero-left:hover .hero-left-img {
    transform: scale(1.02);
    filter: brightness(0.95);
}

.hero-house-right img {
    transition: transform 0.4s ease, filter 0.3s ease;
}

.hero-house-right img:hover {
    transform: translateY(-8px);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}

.clt-logo-img,
.system-logo-img,
.diagram-logo-img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.clt-logo-img:hover,
.system-logo-img:hover,
.diagram-logo-img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
}

.building-img,
.diagram-building-img {
    transition: transform 0.4s ease;
}

.building-img:hover,
.diagram-building-img:hover {
    transform: translateY(-5px);
}

.icon-box-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-box-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.icon-img {
    transition: transform 0.3s ease;
}

.icon-box-wrapper:hover .icon-img {
    transform: scale(1.05);
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.card-img {
    transition: transform 0.4s ease;
}

.card:hover .card-img {
    transform: scale(1.02);
}

.feature-img {
    transition: transform 0.4s ease, filter 0.3s ease;
}

.feature-item:hover .feature-img {
    transform: scale(1.03);
    filter: brightness(0.95);
}

.case-img {
    transition: transform 0.4s ease;
}

.case-img:hover {
    transform: scale(1.02);
}

.swiper-button-next,
.swiper-button-prev {
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0,0,0,0.5);
    transform: scale(1.1);
}

.module-img {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.module-item:hover .module-img {
    transform: scale(1.08);
    border-color: #55B65C;
}

.module-label {
    transition: color 0.3s ease;
}

.module-item:hover .module-label {
    color: #55B65C;
}

.arrow-shape {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arrow-shape:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

.diagram-exploded-img {
    transition: transform 0.4s ease;
}

.diagram-exploded-img:hover {
    transform: scale(1.01);
}

.clt-construction-img {
    transition: transform 0.4s ease, filter 0.3s ease;
}

.clt-construction-img:hover {
    transform: scale(1.02);
    filter: brightness(0.95);
}

.wood-bar-img,
.system-bg-img,
.video-wood-bg-img,
.strength-wood-bg-img {
    transition: transform 0.5s ease, filter 0.3s ease;
}

.wood-bar-bottom:hover .wood-bar-img,
.system-section:hover .system-bg-img {
    transform: scale(1.01);
    filter: brightness(0.98);
}

.building-overlay img {
    transition: transform 0.3s ease;
}

.building-overlay:hover img {
    transform: translateY(-5px);
}

.green-graphic-img {
    transition: transform 0.3s ease;
}

.green-graphic-wrapper:hover .green-graphic-img {
    transform: scale(1.02);
}

.circle-text {
    transition: transform 0.3s ease, color 0.3s ease;
}

.circle-text:hover {
    transform: scale(1.05);
    color: #389F3A;
}

@media (max-width: 768px) {
    .card:hover,
    .icon-box-wrapper:hover,
    .feature-item:hover .feature-img,
    .strength-item:hover .strength-img {
        transform: none;
    }

    .card:hover {
        box-shadow: none;
    }

    .card-img,
    .feature-img,
    .strength-img {
        transition: opacity 0.3s ease;
    }

    .card-img:active,
    .feature-img:active,
    .strength-img:active {
        opacity: 0.9;
    }
}

.contact-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 40px 80px;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.form-label .required {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 2px;
    margin-left: 5px;
}

.wpcf7-form .form-input,
.wpcf7-form .form-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #000;
    border-radius: 2px;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

.wpcf7-form .form-textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7-form .checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px 15px;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form .checkbox-group .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.wpcf7-form .checkbox-group .wpcf7-list-item-label {
    font-size: 14px;
    white-space: nowrap;
}

.wpcf7-form .checkbox-group .wpcf7-list-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.wpcf7-form .checkbox-group .wpcf7-list-item:last-child {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.wpcf7-form .other-input {
    flex: 1;
    min-width: 150px;
    padding: 6px 10px;
    border: 1px solid #000;
    border-radius: 2px;
    font-size: 14px;
}

.submit-wrapper {
    text-align: center;
    margin-top: 30px;
}

.wpcf7-form .submit-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 50px;
    border: 1px solid #000;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s;
}

.wpcf7-form .submit-button:hover {
    background-color: #000;
    color: #fff;
}

.horizontal-checkbox-wrapper .checkbox-group {
    display: block !important;
    grid-template-columns: none !important;
}

.horizontal-checkbox-wrapper .checkbox-group .wpcf7-list-item {
    display: inline-flex !important;
    margin-right: 20px !important;
}

.wpcf7-form .checkbox-group:not(.horizontal-checkbox-wrapper .checkbox-group) {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 8px 15px !important;
    padding: 15px !important;
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    width: 100% !important;
}

.wpcf7-form .checkbox-group:not(.horizontal-checkbox-wrapper .checkbox-group) .wpcf7-list-item {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.agreement-text br {
    display: none !important;
}

.agreement-text {
    display: block !important;
}

.agreement-section {
    text-align: center;
    margin-top: 40px;
}

.agreement-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.agreement-text .privacy-link {
    display: inline-block;
}

.agreement-text .privacy-link a {
    color: #000;
    text-decoration: underline;
    transition: color 0.2s;
}

.agreement-text .privacy-link a:hover {
    color: #55B65C;
}

.agreement-checkbox {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.agreement-checkbox .wpcf7-list-item {
    margin: 0 !important;
    padding: 0 !important;
}

.agreement-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    color: #333;
    margin-left: 4px;
}

.agreement-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.submit-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-left: 60px;
}

.wpcf7-form .submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 50px;
    border: 1px solid #000;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.wpcf7-form .submit-button:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.wpcf7-form .submit-button:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 30px 15px 50px;
    }

    .contact-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .wpcf7-form .form-input {
        font-size: 14px;
        padding: 8px 10px;
    }

    .wpcf7-form .form-textarea {
        font-size: 14px;
        padding: 8px 10px;
        min-height: 100px;
    }

    .wpcf7-form .checkbox-group {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 4px 8px;
        padding: 12px;
    }

    .submit-wrapper{
    margin-left:30px !important;
    }

    .wpcf7-form .submit-button {
        font-size: 16px;
        padding: 10px 40px;
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

    @media (max-width: 400px) {
    .wpcf7-form .checkbox-group {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2px 4px;
        padding: 8px;
    }

    .wpcf7-form .checkbox-group .wpcf7-list-item-label {
        font-size: 10px;
        white-space: nowrap;
    }

    .wpcf7-form .checkbox-group .wpcf7-list-item input[type="checkbox"] {
        width: 11px;
        height: 11px;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        flex-direction: column;
        height: auto;
        min-height: auto;
        position: relative;
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
    }

    .hero-left {
        position: relative;
        width: 100%;
        height: 270px;
        margin-right: 0;
        padding-right: 0;
        clip-path: none;
    }

    .hero-left-img {
        width: 100%;
        height: 100%;
        clip-path: none;
        object-fit: cover;
    }

    .hero-left-text {
        position: absolute;
        top: 1%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 45px;
        letter-spacing: 0.1em;
        width: 100%;
    }

    .hero-left-text span {
        font-size: 45px;
    }

    .hero-left-text .glow {
        font-size: 45px;
        text-shadow: 0 0 8px #ffffff;
        letter-spacing: 0.1em;
    }

    .hero-left-text .glow span {
        font-size: 28px;
    }

    .hero-right {
        width: 100%;
        padding: 30px 20px;
        position: relative;
        margin-left: 0;
        clip-path: none;
        background-color: #ffffff;
    }

    .hero-logo {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-logo img {
        height: 80px;
        width: auto;
    }

    .hero-text {
        font-size: 32px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .hero-house-right img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .wood-bar {
        height: 146px;
        background-size: cover !important;
        width: 100%;
        overflow: hidden;
    }

    .wood-bar p {
        font-size: 24px !important;
        letter-spacing: 0.1em;
        line-height: 36px;
        padding: 0 30px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .man-wrapper {
        right: 10px !important;
        top: 1126px !important;
        width: 60px !important;
    }
}
@media (max-width:1321px){

.building-overlay {
    position: absolute;
    bottom: 0;
    right: 8%;
    z-index: 2;
}

.building-img {
    height: 350px;
    width: 500px;
    display: block;
}

.sky-text {
    position: absolute;
    top: 100px;
    left: 47%;
    transform: translateX(-50%);
    z-index: 3;
    color: white;
        font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.sky-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}
.clt-logo-overlay .clt-logo-img {
        height: 182px !important;
        width: 329px !important;
    }

.clt-logo-overlay {
    position: absolute;
    bottom: 150px;
    left: 12%;
    z-index: 2;
}

}

@media (max-width:981px){

.clt-logo-overlay {
    position: absolute;
    bottom: 150px;
    left: 8%;
    z-index: 2;
}

.building-overlay {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 2;
}

.sky-text {
    position: absolute;
    top: 60px;
    left: 47%;
    transform: translateX(-50%);
    z-index: 3;
    color: white;
        font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-align: center;
    width: 100%;
    pointer-events: none;
}

}

@media (max-width: 900px) {
    .sky-section {
        padding: 0 0px;
    }

   .sky-bg-img {
    width: 100%;
    height: 580px;
    object-fit: cover;

}

    .clt-logo-overlay {
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.clt-logo-img {
    width: 183px !important;
    height: 93px !important;
    max-width: none !important;
}

    .building-overlay {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.building-img {
    height: auto;
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

    .sky-text {
        font-size: 32px;
        line-height: 46px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Noto Serif JP', serif;
        width: 90%;
    }

    .sky-section::after {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .diagram-bottom-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        gap: 5px;
        padding: 10px 5px;
    }

    .diagram-green-bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .diagram-logo-img {
        height: 48px;
        width: 98px;
    }

    .diagram-building-img {
        height: 130px;
        width: 170px;
    }
}

@media (max-width: 768px) {
    .system-section {
        flex-direction: column;
        padding: 40px 15px;
        min-height: auto;
    }

    .left-side {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 20px 0;
    }

    .green-graphic-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
    }

    .green-graphic-img {
        width: 350px;
        height: auto;
    }

    .clt-logo-center {
        top: 53%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 86px;
        height: 44px;
    }

    .clt-logo-img {
        width: 86px;
        height: auto;
    }

    .circle-text {
        font-size: 24px;
    }

    .circle-text.top {
        top: 20%;
        left:48%;
        transform: translateX(-50%);
    }

    .circle-text.bottom-left {
        bottom: 25%;
        left: 13%;
    }

    .circle-text.bottom-right {
        bottom: 25%;
        right: 17%;
    }

    .right-text-content {
        width: 100%;
        padding-left: 0;
    }

    .system-title {
        font-size: 23px;
        line-height: 1.5;
        text-align: left;
    }

    .system-title span {
        font-size: 16px;
    }

    .system-description {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    .desktop-br{
        display: none;
    }
}

.wpcf7-response-output,
.wpcf7-mail-sent-ok {
    font-size: 26px !important;
}

.case-button.small {
    font-size: 22px !important;
    line-height: normal !important;
    padding: 10px 30px !important;
}
@media (max-width: 768px) {
   .case-button.small {
    font-size: 20px !important;
    line-height: normal !important;
    padding: 10px 20px !important;
}
}

.case-table tr,
.case-table td {
    border: none !important;
}

.case-table {
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.case-table td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.blank-canvas-container{--wp--style--block-gap:0px;}
.blank-canvas-container .wp-block-image > img,
.editor-styles-wrapper .wp-block-image > img{display:block;width:100%;height:auto;}

.blank-canvas-container .card-img>img,.editor-styles-wrapper .card-img>img,
.blank-canvas-container .feature-img>img,.editor-styles-wrapper .feature-img>img,
.blank-canvas-container .hero-left-img>img,.editor-styles-wrapper .hero-left-img>img,
.blank-canvas-container .system-bg-img>img,.editor-styles-wrapper .system-bg-img>img,
.blank-canvas-container .sky-bg-img>img,.editor-styles-wrapper .sky-bg-img>img,
.blank-canvas-container .video-wood-bg-img>img,.editor-styles-wrapper .video-wood-bg-img>img,
.blank-canvas-container .strength-wood-bg-img>img,.editor-styles-wrapper .strength-wood-bg-img>img,
.blank-canvas-container .wood-bar-img>img,.editor-styles-wrapper .wood-bar-img>img{height:100%;object-fit:cover;}
.blank-canvas-container figure.feature-img,.editor-styles-wrapper figure.feature-img{margin-bottom:15px !important;}

.blank-canvas-container .number-img>img,.editor-styles-wrapper .number-img>img,
.blank-canvas-container .case-number-img>img,.editor-styles-wrapper .case-number-img>img,
.blank-canvas-container .module-img>img,.editor-styles-wrapper .module-img>img{height:100%;width:auto;}

.blank-canvas-container .wp-block-table,.editor-styles-wrapper .wp-block-table{margin:0;}
.blank-canvas-container .case-table td,.editor-styles-wrapper .case-table td{font-size:18px;line-height:30px;padding:4px 0;}

.blank-canvas-container .info-list,.editor-styles-wrapper .info-list,
.blank-canvas-container .feature-list,.editor-styles-wrapper .feature-list{padding-left:0;}

.blank-canvas-container figure.module-img,.editor-styles-wrapper figure.module-img{margin-bottom:10px !important;}

.blank-canvas-container .epb-banner__title{font-family:'Noto Serif JP',serif;font-size:62px;line-height:1.1;color:#fff;font-weight:400;letter-spacing:.08em;text-shadow:0 0 16px rgba(255,255,255,.9),0 2px 10px rgba(0,0,0,.5);}
.blank-canvas-container .epb-banner__title .glow{}
.blank-canvas-container .epb-banner__title span{font-size:.72em;}
@media(max-width:781px){.blank-canvas-container .epb-banner__title{font-size:34px;}}

.blank-canvas-container .hero-cover{clip-path:polygon(0 0,100% 0,82% 100%,0 100%);}
.blank-canvas-container .hero-cover .wp-block-cover__image-background{object-fit:cover;}
.blank-canvas-container .hero-glow-title{font-family:'Noto Serif JP',serif;font-size:60px;line-height:1.15;color:#fff;font-weight:400;letter-spacing:.08em;text-shadow:0 0 16px rgba(255,255,255,.9),0 2px 10px rgba(0,0,0,.5);margin:0;}
.blank-canvas-container .hero-glow-title span{font-size:.72em;}
.blank-canvas-container .hero-right-copy{font-family:'Noto Serif JP',serif;font-size:30px;font-weight:700;line-height:1.6;color:#000;margin:.1em 0;}
@media(max-width:781px){.blank-canvas-container .hero-cover{clip-path:none;}.blank-canvas-container .hero-glow-title{font-size:34px;}}

.sky-section .wp-block-image{margin:0;}
.sky-section .sky-bg-img img{width:100%;height:auto;display:block;}
.sky-section .clt-logo-overlay img{height:202px;width:379px;display:block;}
.sky-section .building-overlay img{height:400px;width:auto;display:block;}

.blank-canvas-container .system-cover .wp-block-cover__inner-container{max-width:1140px;margin:0 auto;padding:36px 30px;}
.blank-canvas-container .system-cover .wp-block-columns{align-items:center;}
.blank-canvas-container .sys-graphic{position:relative;text-align:center;}
.blank-canvas-container .sys-graphic > .wp-block-image img{width:330px;height:auto;}
.blank-canvas-container .sys-graphic .epb-container-position img{width:100px;height:auto;filter:drop-shadow(3px 3px 5px rgba(0,0,0,.2));}
.blank-canvas-container .sys-title{font-size:30px;line-height:1.55;font-weight:500;color:#000;margin:0 0 14px;}
.blank-canvas-container .sys-title b,.blank-canvas-container .sys-title strong{font-weight:700;}
.blank-canvas-container .sys-desc{font-size:17px;line-height:1.8;color:#333;margin:0;}

.editor-styles-wrapper .card-img,.editor-styles-wrapper .feature-img{overflow:hidden;}
.editor-styles-wrapper .card-img>img,.editor-styles-wrapper .feature-img>img{width:100%;height:100%;object-fit:cover;}
.editor-styles-wrapper .number-img>img,.editor-styles-wrapper .case-number-img>img,.editor-styles-wrapper .module-img>img{height:100%;width:auto;}
.editor-styles-wrapper .icon-img>img,.editor-styles-wrapper .video-building-img>img,.editor-styles-wrapper .module-layouts-img>img,.editor-styles-wrapper .diagram-exploded-img>img,.editor-styles-wrapper .strength-img>img,.editor-styles-wrapper .clt-construction-img>img{width:100%;height:auto;}

.editor-styles-wrapper .sky-logo img{width:300px;height:auto;}
.editor-styles-wrapper .sky-bldg img{width:100%;max-width:480px;height:auto;margin-left:auto;display:block;}
.editor-styles-wrapper .sys-graphic .wp-block-image>img{max-width:330px;height:auto;}
.editor-styles-wrapper .sys-graphic .epb-container-position img{max-width:100px;height:auto;}
.editor-styles-wrapper .hero-glow-title{font-size:46px;color:#fff;font-family:'Noto Serif JP',serif;}
.editor-styles-wrapper .wp-block-embed iframe,.editor-styles-wrapper .wp-block-embed__wrapper{max-height:380px;}
.editor-styles-wrapper .system-cover,.editor-styles-wrapper .sky-cover{overflow:hidden;}

:is(.blank-canvas-container,.editor-styles-wrapper) .clt-button-wrapper{padding:0 40px 40px;}
:is(.blank-canvas-container,.editor-styles-wrapper) .clt-button-wrapper.wp-block-buttons,
:is(.blank-canvas-container,.editor-styles-wrapper) .feature-button-wrapper.wp-block-buttons{display:flex;flex-wrap:wrap;justify-content:center;}
:is(.blank-canvas-container,.editor-styles-wrapper) .clt-button>.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#55B65C,#0F9334);color:#fff;font-size:22px;font-weight:500;padding:12px 40px;border-radius:50px;width:424px;max-width:100%;min-height:50px;height:auto;box-sizing:border-box;}
:is(.blank-canvas-container,.editor-styles-wrapper) .clt-button>.wp-block-button__link::after{content:"→";margin-left:16px;font-size:22px;line-height:1;}
:is(.blank-canvas-container,.editor-styles-wrapper) .feature-button-wrapper{margin-top:30px;}
:is(.blank-canvas-container,.editor-styles-wrapper) .feature-button>.wp-block-button__link{display:inline-flex;align-items:center;background:linear-gradient(to bottom,#55B65C,#0F9334);color:#fff;font-size:22px;font-weight:500;padding:12px 40px;border-radius:50px;box-shadow:0 3px 6px rgba(0,0,0,.25);}
:is(.blank-canvas-container,.editor-styles-wrapper) .feature-button>.wp-block-button__link::after{content:"↓";margin-left:12px;font-size:20px;line-height:1;}

:is(.blank-canvas-container,.editor-styles-wrapper) .wp-block-button.clt-button,
:is(.blank-canvas-container,.editor-styles-wrapper) .wp-block-button.feature-button{
  background:none!important;background-image:none!important;box-shadow:none!important;
  width:auto!important;height:auto!important;min-height:0!important;padding:0!important;border-radius:0!important;}
:is(.blank-canvas-container,.editor-styles-wrapper) .feature-button>.wp-block-button__link{white-space:nowrap;}

:is(.blank-canvas-container,.editor-styles-wrapper) .sys-graphic{width:-moz-fit-content;width:fit-content;margin-inline:auto;}

:is(.blank-canvas-container,.editor-styles-wrapper) .sys-graphic .epb-container-position img{display:block;margin-left:auto;margin-right:auto;}

.hero-banner .wp-block-image{margin:0;}
.hero-banner .hero-left-img img{width:100%;height:100%;display:block;object-fit:cover;clip-path:polygon(0 0,100% 0,66% 100%,0 100%);}

@media (max-width:768px){
  .blank-canvas-container .hero-banner .hero-left-img img,
  .editor-styles-wrapper .hero-banner .hero-left-img img{ clip-path: none !important; }
}

@media (min-width:769px){.hero-banner .hero-text{margin-top:120px;margin-left:60px;}}
.hero-banner .hero-text p{margin:0;}

@media (min-width:769px){
  .hero-banner .hero-left,.hero-banner .hero-right,.hero-banner .hero-logo,.hero-banner .hero-house-right{padding:0;}
}

@media (min-width:769px){
  .hero-banner .hero-logo img{width:254px;height:129px;}
  .hero-banner .hero-house-right img{width:100%;max-width:555px;height:169px;}
}
@media (max-width:768px){
  .hero-banner .hero-logo img{height:80px;width:auto;}
  .hero-banner .hero-house-right img{max-width:100%;height:auto;margin:0 auto;}
}

.system-section .wp-block-image{margin:0;}
.system-section .system-bg-img img{width:100%;height:100%;object-fit:cover;display:block;}
.system-section .green-graphic-img img{width:486px;height:438px;display:block;}
.system-section .system-logo-img img{width:121px;height:61px;display:block;filter:drop-shadow(7px 7px 9px rgba(0,0,0,.25));}
.system-section .left-side,.system-section .right-text-content,.system-section .green-graphic-wrapper,.system-section .clt-logo-center,.system-section .system-bg{padding:0;}
.system-section .system-title,.system-section .system-description{margin-left:0;margin-right:0;}

.system-section .green-graphic-img img{width:486px;height:auto;max-width:100%;aspect-ratio:486/438;object-fit:contain;}
.system-section .green-graphic-wrapper{max-width:100%;}

@media (min-width:769px){
  .blank-canvas-container .system-section figure.green-graphic-img{ width:486px !important; height:438px !important; max-width:100% !important; }
  .blank-canvas-container .system-section figure.green-graphic-img > img{ width:100% !important; height:100% !important; max-width:100% !important; object-fit:fill !important; aspect-ratio:auto !important; }
}

.video-section .wp-block-image{margin:0;}
.video-section .video-wood-bg-img img{width:100%;height:100%;object-fit:cover;display:block;}
.video-section .video-building-img img{width:100%;height:auto;display:block;}
.video-section .video-box .wp-block-html,.video-section .video-box{line-height:0;}

.video-section .video-wrapper .wp-block-embed{margin:0 0 20px 0;}
@media (max-width: 768px){
  .video-section .video-wrapper .wp-block-embed{margin-bottom:15px;}
}
.video-section .video-wrapper .wp-block-embed__wrapper{position:relative;padding-bottom:56.25%;height:0;}
.video-section .video-wrapper .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.challenge-section .wp-block-image{margin:0;}
.challenge-section .icon-img img{width:126px;height:129px;object-fit:contain;display:block;}
.challenge-section .man-img img{width:250px;height:auto;display:block;}
.challenge-section .wood-bar-img img{width:100%;height:151px;object-fit:fill;display:block;}
.challenge-section .icon-text,.challenge-section .white-box,.challenge-section .green-item{margin:0;}
.challenge-section .section-title{margin-top:0;}

@media(min-width:769px){.challenge-section .section-title .mobile-br{display:none;}}

.module-section .wp-block-image{margin:0;}
.module-section .module-img{border:0;width:auto;height:auto;}
.module-section .module-img img{width:80px;height:80px;object-fit:contain;border:2px solid #000;display:block;}

.blank-canvas-container .module-section .module-img{ width:80px !important; height:80px !important; }
.blank-canvas-container .module-section .module-img > img{ width:80px !important; height:80px !important; object-fit:contain !important; }
@media (max-width:768px){
  .blank-canvas-container .module-section .module-img{ width:60px !important; height:60px !important; }
  .blank-canvas-container .module-section .module-img > img{ width:60px !important; height:60px !important; }
}
.module-section .module-label,.module-section .module-black-header,.module-section .arrow-shape,.module-section .module-title{margin:0;}
.module-section .module-description p{margin:0;}
.module-section .diagram-logo-img img{height:97px;width:190px;display:block;}
.module-section .diagram-building-img img{height:300px;width:auto;display:block;}
.module-section .module-layouts-img img,.module-section .diagram-exploded-img img,.module-section .diagram-green-bg-img img{width:100%;height:auto;display:block;}

.case-section .wp-block-image{margin:0;}
.case-section .case-img img{width:100%;height:280px;object-fit:cover;display:block;}
.case-section .case-number-img img{height:30px;width:auto;display:block;}
.case-section .case-name,.case-section .case-title{margin:0;}
.case-section .case-table{margin:0;}
.case-section .case-table table{width:100%;border-collapse:collapse;}
.case-section .case-table td{padding:8px 0;font-size:18px;color:#000;line-height:30px;border:none;background:none;}
.case-section .case-table td:first-child{width:100px;}
.case-section .case-table tr{border-bottom:1px solid #ccc;}
.case-section .case-table tr:last-child{border-bottom:none;}

.case-section .case-button-wrapper.wp-block-buttons{justify-content:center;}
@media (min-width:769px){.case-section .case-button-wrapper.wp-block-buttons{margin-bottom:30px;}}
.case-section .wp-block-button.case-button{background:none!important;box-shadow:none!important;width:auto!important;padding:0!important;border-radius:0!important;}
.case-section .case-button>.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(to bottom,#55B65C,#0F9334);color:#fff;font-size:22px;font-weight:500;padding:15px 20px;border-radius:50px;box-shadow:0 3px 6px rgba(0,0,0,.25);width:468px;box-sizing:border-box;}
.case-section .case-button.small>.wp-block-button__link{width:232px;padding:10px 30px;}
.case-section .case-button>.wp-block-button__link::after{content:"→";margin-left:6px;font-size:20px;}
.case-section .case-disclaimer{text-align:center;font-size:17px;line-height:28px;margin-bottom:30px;}
.case-section .case-disclaimer p{margin:0;}
.case-section .case-notes{font-size:12px;line-height:1.6;margin-top:20px;}
.case-section .case-notes p{margin:0 0 8px;}
.case-section .note-title{font-weight:700;}

.blank-canvas-container{overflow-x:clip;}
.case-section .case-item,.strength-section .strength-item,.challenge-section .icon-box{max-width:100%;}
.case-section .case-button>.wp-block-button__link{max-width:100%;}
.module-section .arrow-shape{max-width:100%;}

.module-section .module-black-box{width:100%;box-sizing:border-box;}
@media (min-width:769px){ .module-section .module-black-box{max-width:600px;} }

.challenge-section .challenge-bottom-cols{max-width:860px;margin:0 auto;gap:30px;}
.challenge-section .challenge-bottom-cols .man-img img{width:100%;max-width:250px;height:auto;display:block;margin:0 auto;}
.challenge-section .challenge-bottom-cols .wp-block-column>*{margin-top:0;margin-bottom:15px;}
.challenge-section .challenge-bottom-cols .wp-block-column>*:last-child{margin-bottom:0;}

.strength-section{position:relative;background-image:url(/lp/cms/wp-content/uploads/2026/05/wood-bar-2-1-1.png);background-size:auto 1610px;background-position:center top;background-repeat:no-repeat;min-height:580px;padding:60px 20px 0;text-align:center;box-sizing:border-box;overflow:visible;margin:0 auto;max-width:1440px;}

.blank-canvas-container .strength-section.has-background,.editor-styles-wrapper .strength-section.has-background{padding:60px 20px 0;}
.strength-section .strength-title{margin:0 0 40px;font-size:40px;font-weight:700;line-height:1.45;color:#000;font-family:'Noto Serif JP',serif;}
.strength-section .strength-grid{display:flex;justify-content:center;align-items:flex-start;gap:44px;}
.strength-section .strength-item{width:340px;display:flex;flex-direction:column;}
.strength-section .strength-image-wrapper,.strength-section .strength-img{position:relative;margin:0;}
.strength-section .strength-img img{width:340px;height:200px;object-fit:cover;display:block;}
.strength-section .strength-img figcaption{position:absolute;bottom:0;left:0;margin:0;font-size:10px;line-height:1.5;color:#fff;background:rgba(0,0,0,.5);padding:2px 6px;}
.strength-section .strength-text{margin:32px 0 0;font-size:21px;line-height:31px;font-weight:500;color:#000;text-align:center;}

.strength-section .strength-man{position:absolute;left:75.5%;top:485px;z-index:5;margin:0;pointer-events:none;}
.strength-section .strength-man img{width:auto;height:350px;display:block;}
.strength-section .strength-right-overlay{position:absolute;right:0;bottom:0;z-index:4;width:300px;margin:0;pointer-events:none;}
.strength-section .strength-illustration{margin:0;}
.strength-section .strength-illustration img{width:300px;height:170px;object-fit:contain;display:block;}

@media (max-width:900px){
  .blank-canvas-container .strength-section .strength-grid{ flex-direction:column !important; align-items:center !important; }
  .blank-canvas-container .strength-section .strength-item{ width:100% !important; max-width:400px !important; }
}
@media (max-width:768px){
  .blank-canvas-container .strength-section .strength-grid{ gap:16px !important; }
  .blank-canvas-container .strength-section .strength-item{ max-width:100% !important; }
}

.editor-styles-wrapper .strength-section .strength-man,.editor-styles-wrapper .strength-section .strength-right-overlay,
.block-editor-block-list__layout .strength-section .strength-man,.block-editor-block-list__layout .strength-section .strength-right-overlay{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:fit-content!important;max-width:90%!important;margin:16px auto 0!important;pointer-events:auto!important;text-align:center;clear:both;}
.editor-styles-wrapper .strength-section .strength-man img,.editor-styles-wrapper .strength-section .strength-illustration img{margin:0 auto!important;}

.system-section{background-image:url(/lp/cms/wp-content/uploads/2026/05/wood-bar-2-1-1.png);background-size:cover;background-position:center;}

.blank-canvas-container .system-section.has-background,.editor-styles-wrapper .system-section.has-background{padding:25px 40px;}
@media(max-width:1053px){.blank-canvas-container .system-section.has-background,.editor-styles-wrapper .system-section.has-background{padding:40px 20px;}}
@media(max-width:768px){.blank-canvas-container .system-section.has-background,.editor-styles-wrapper .system-section.has-background{padding:40px 15px;}}
.editor-styles-wrapper .system-section,.block-editor-block-list__layout .system-section{flex-wrap:nowrap;}
.editor-styles-wrapper .system-section .left-side,.block-editor-block-list__layout .system-section .left-side{flex:0 0 45%;}
.editor-styles-wrapper .system-section .right-text-content,.block-editor-block-list__layout .system-section .right-text-content{flex:1 1 55%;min-width:0;}

.editor-styles-wrapper .hero-banner,.block-editor-block-list__layout .hero-banner{height:auto!important;min-height:500px!important;overflow:visible!important;}
.editor-styles-wrapper .hero-banner .hero-right,.block-editor-block-list__layout .hero-banner .hero-right{height:auto!important;}

@media(min-width:769px){.hero-text .mobile-br{display:none;}}

.blank-canvas-container .case-section .case-gallery,.editor-styles-wrapper .case-section .case-gallery{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 18px!important;}
.blank-canvas-container .case-section .case-gallery .wp-block-image,.editor-styles-wrapper .case-section .case-gallery .wp-block-image{width:calc(50% - 4px)!important;margin:0!important;flex:0 0 calc(50% - 4px)!important;}
.blank-canvas-container .case-section .case-gallery .case-img,.editor-styles-wrapper .case-section .case-gallery .case-img{width:100%!important;height:auto!important;margin:0!important;}
.blank-canvas-container .case-section .case-gallery img,.editor-styles-wrapper .case-section .case-gallery img{width:100%!important;height:150px!important;object-fit:cover!important;display:block!important;}

@media(max-width:768px){
  .blank-canvas-container .case-section .case-gallery .wp-block-image:not(:first-child){display:none!important;}
  .blank-canvas-container .case-section .case-gallery .wp-block-image:first-child{width:100%!important;flex:0 0 100%!important;}
  .blank-canvas-container .case-section .case-gallery img{height:auto!important;}
}

@media(min-width:769px){.blank-canvas-container .sky-section .sky-bg-mobile,.editor-styles-wrapper .sky-section .sky-bg-mobile{display:none!important;}}
@media(max-width:768px){.blank-canvas-container .sky-section .sky-bg-img:not(.sky-bg-mobile),.editor-styles-wrapper .sky-section .sky-bg-img:not(.sky-bg-mobile){display:none!important;}}

.blank-canvas-container .sky-section figure.sky-bg-img > img{ height:100% !important; }

@media (max-width:1321px){
  .blank-canvas-container .sky-section figure.building-img,
  .blank-canvas-container .sky-section figure.building-img > img,
  .blank-canvas-container .sky-section .building-overlay img{ width:500px !important; height:350px !important; max-width:500px !important; }
}
@media (max-width:900px){
  .blank-canvas-container .sky-section figure.building-img,
  .blank-canvas-container .sky-section figure.building-img > img,
  .blank-canvas-container .sky-section .building-overlay img{ width:100% !important; max-width:350px !important; height:auto !important; }
}

@media (max-width: 768px){
  .blank-canvas-container .challenge-section .challenge-bottom-cols{ position: relative; }
  .blank-canvas-container .challenge-section .man-img{
    position: absolute !important;
    top: 0 !important; right: 0 !important; left: auto !important; bottom: auto !important;
    width: 73px !important; height: auto !important; max-height: none !important;
    margin: 0 !important; z-index: 4; pointer-events: none;
  }
  .blank-canvas-container .challenge-section .man-img img{
    width: 73px !important; max-width: 73px !important; height: auto !important;
    max-height: none !important; margin: 0 !important; transform: none !important; display: block !important;
  }
}

@media (max-width: 400px){
  .blank-canvas-container .challenge-section .man-img{ width: 60px !important; }
  .blank-canvas-container .challenge-section .man-img img{ width: 60px !important; max-width: 60px !important; }
}

@media (max-width:768px){
  .blank-canvas-container .challenge-section .challenge-bottom-cols{ align-items:stretch !important; gap:0 !important; }
  .blank-canvas-container .challenge-section .challenge-bottom-cols .wp-block-column:first-child{
    flex:0 0 0 !important; width:0 !important; min-width:0 !important;
  }
  .blank-canvas-container .challenge-section .challenge-bottom-cols .wp-block-column.is-vertically-aligned-center{
    display:flex; flex-direction:column; gap:10px; padding-bottom:20px;
    flex-basis:100% !important; flex-grow:1 !important;
  }
  .blank-canvas-container .challenge-section .challenge-bottom-cols .wp-block-column>*{ margin-bottom:0; }
  .blank-canvas-container .challenge-section .white-box{ display:block; align-self:flex-start; }
  .blank-canvas-container .challenge-section .green-list{ margin-top:5px; }
}

.blank-canvas-container .clt-button>.wp-block-button__link{ gap:20px; padding:12px 0; width:424px; height:50px; min-height:0; }
.blank-canvas-container .feature-button>.wp-block-button__link{ gap:10px; width:291px; line-height:39px; white-space:nowrap; }
.blank-canvas-container .case-section .case-button:not(.small)>.wp-block-button__link{ line-height:40px; white-space:nowrap; }
.blank-canvas-container .case-section .case-button.small>.wp-block-button__link{ line-height:normal; white-space:nowrap; }
@media (max-width:768px){

  .blank-canvas-container .clt-button{ display:block !important; width:100% !important; }

  .blank-canvas-container .clt-button-wrapper{ padding-left:15px !important; padding-right:15px !important; padding-bottom:20px !important; }
  .blank-canvas-container .clt-button>.wp-block-button__link{ width:100%; max-width:100%; height:45px; font-size:16px; padding:10px 0; }

  .blank-canvas-container .feature-button>.wp-block-button__link{ width:291px; max-width:100%; height:45px; font-size:18px; justify-content:center; padding:0 20px; }

  .blank-canvas-container .case-section .case-button>.wp-block-button__link{ width:350px; max-width:100%; height:72px; font-size:16px; line-height:1.4; padding:12px 15px; white-space:normal; }
  .blank-canvas-container .case-section .case-button.small>.wp-block-button__link{ width:232px; max-width:100%; height:48px; padding:12px 15px; }
}

.blank-canvas-container .module-section .module-img img{ max-width:100%; border:2px solid #000; }

.blank-canvas-container figure.building-img{ width:auto; height:auto; max-width:none; }
.blank-canvas-container figure.building-img > img{ height:400px; width:auto; max-width:100%; }
@media (max-width:900px){ .blank-canvas-container figure.building-img > img{ height:400px; width:auto; max-width:350px; } }
.blank-canvas-container .clt-feature-list{ padding-left:0; }
@media (max-width:768px){ .blank-canvas-container .case-section .case-number-img img{ height:24px; } }

.blank-canvas-container .case-section .case-gallery{ display:block !important; margin:0 !important; }
.blank-canvas-container .case-section .case-gallery .wp-block-image{ width:100% !important; flex:0 0 100% !important; margin:0 !important; }
.blank-canvas-container .case-section .case-gallery .wp-block-image:not(:first-child){ display:none !important; }
.blank-canvas-container .case-section .case-gallery .case-img,
.blank-canvas-container .case-section .case-gallery img{ width:100% !important; height:280px !important; object-fit:cover !important; display:block !important; }
@media (max-width:768px){
  .blank-canvas-container .case-section .case-gallery .case-img,
  .blank-canvas-container .case-section .case-gallery img{ height:200px !important; }
}

.blank-canvas-container .feature-box-content .feature-list{ line-height:26px; }
@media (max-width:768px){
  .blank-canvas-container .feature-box-content .feature-list{ line-height:23px; }
}

@media (max-width:768px){
  .blank-canvas-container figure.feature-img{ margin-bottom:10px !important; }
}

@media (max-width:768px){
  .blank-canvas-container .feature-button-wrapper{ margin-top:60px !important; }
}

@media (max-width:768px){
  .blank-canvas-container .feature-button>.wp-block-button__link{ height:48px; font-size:20px; }
}

@media (min-width:769px) and (max-width:1030px){
  .blank-canvas-container .feature-button>.wp-block-button__link{ height:45px; padding:0 20px; font-size:18px; }
}

.blank-canvas-container .wood-bar-bottom,
.editor-styles-wrapper .wood-bar-bottom{
  background-image:url(/lp/cms/wp-content/uploads/2026/05/wood-bar-2-1-1.png);
  background-size:cover; background-position:center; background-repeat:no-repeat;
  height:151px; display:flex; align-items:center; justify-content:center;
}
.blank-canvas-container .wood-bar-bottom .wood-bar-img,
.editor-styles-wrapper .wood-bar-bottom .wood-bar-img{ display:none !important; }
.blank-canvas-container .wood-bar-bottom .wood-bar-text,
.editor-styles-wrapper .wood-bar-bottom .wood-bar-text{
  position:static !important; top:auto !important; left:auto !important; transform:none !important; margin:0 !important;
}
@media (max-width:768px){

  .blank-canvas-container .wood-bar-bottom,
  .editor-styles-wrapper .wood-bar-bottom{ height:200px; margin-bottom:15px; }
}

@media (max-width:768px){
  .blank-canvas-container .module-section .diagram-building-img img{ height:130px !important; width:170px !important; }
}

.blank-canvas-container .module-section .module-img img{ transition: transform .3s ease, border-color .3s ease; }
.blank-canvas-container .module-section .module-item:hover .module-img img,
.blank-canvas-container .module-section .module-item:focus-within .module-img img{ border-color:#55B65C !important; transform:scale(1.08); }

.nav-menu ul{ list-style:none; margin:0; padding:0; display:flex; align-items:center; gap:15px; }
.nav-menu li{ margin:0; padding:0; display:flex; align-items:center; }
.nav-menu li:not(:first-child)::before{ content:'|'; color:#ccc; margin-right:15px; }
.nav-menu li a{ color:#333; text-decoration:none; font-size:15px; font-weight:500; transition:color .2s; }
.nav-menu li a:hover{ color:#78C069; }

.mobile-nav ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; align-items:center; width:100%; }
.mobile-nav li{ width:100%; }

.mobile-nav li a{ display:block; width:100%; border-bottom:1px solid rgba(255,255,255,.3) !important; }
.mobile-nav li:nth-last-child(2) a{ border-bottom:none !important; }
.mobile-nav li:last-child{ margin-top:30px; display:flex; justify-content:center; }
.mobile-nav li:last-child a{ border-bottom:none !important; width:auto; display:inline-block; background-color:#fff; color:#000 !important; font-size:25px !important; font-weight:500; padding:12px 40px; border-radius:50px; box-shadow:0 3px 6px rgba(0,0,0,.25); }
.mobile-nav li:last-child a::after{ content:" →"; }

@media (max-width:768px){
  .blank-canvas-container .strength-section .strength-image-wrapper,
  .editor-styles-wrapper .strength-section .strength-image-wrapper{ margin-bottom:15px; }
  .blank-canvas-container .strength-section .strength-text,
  .editor-styles-wrapper .strength-section .strength-text{ margin-top:0; }

  .blank-canvas-container .strength-section .strength-img img,
  .editor-styles-wrapper .strength-section .strength-img img{ width:100% !important; height:200px; object-fit:cover; }
}


/* ===== 導入事例：各事例4枚を2列サムネで表示（最終上書き） ===== */
.blank-canvas-container .case-section .case-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.blank-canvas-container .case-section .case-gallery .wp-block-image,
.blank-canvas-container .case-section .case-gallery .wp-block-image:not(:first-child) {
    display: block !important;
    width: calc(50% - 4px) !important;
    flex: 0 0 calc(50% - 4px) !important;
    margin: 0 !important;
}
.blank-canvas-container .case-section .case-gallery .wp-block-image img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
    display: block !important;
}
@media (max-width: 768px) {
    .blank-canvas-container .case-section .case-gallery .wp-block-image,
    .blank-canvas-container .case-section .case-gallery .wp-block-image:not(:first-child) {
        display: block !important;
        width: calc(50% - 4px) !important;
        flex: 0 0 calc(50% - 4px) !important;
    }
}

.blank-canvas-container .case-section .case-gallery .wp-block-image {
    height: auto !important;
}

@media (max-width: 768px) {
    .blank-canvas-container .case-section .case-gallery .wp-block-image:first-child {
        width: calc(50% - 4px) !important;
        flex: 0 0 calc(50% - 4px) !important;
    }
}