:root {
    --glb-deep: #113e2f;
    --glb-green: #008268;
    --glb-lime: #c3cf00;
    --glb-blue: #2c96c9;
    --glb-bg: #ebeee8;
    --glb-white: #fff;
    font-family: "M PLUS 1p", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--glb-deep);
    background: var(--glb-bg);
    font-family: "M PLUS 1p", sans-serif;
}

a,
button {
    color: inherit;
    transition: opacity 0.2s;
}
a:hover,
button:hover {
    opacity: 0.7;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

picture {
    display: block;
}

.glb-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.glb-header {
    --glb-header-scale: 1;
    position: fixed;
    z-index: 50;
    top: 30px;
    left: 50px;
    right: 30px;
    height: 123px;
    pointer-events: none;
}

.glb-header a,
.glb-header button,
.glb-nav {
    pointer-events: auto;
}

.glb-header__brand {
    display: none;
}

.glb-header__logos {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    align-items: flex-start;
    gap: 27px;
    transform: scale(var(--glb-header-scale));
    transform-origin: left top;
}

.glb-header__product,
.glb-header__sustaina {
    display: block;
    text-decoration: none;
}

.glb-header__product img {
    width: 170px;
    height: auto;
}

.glb-header__sustaina {
    margin-top: 8px;
}

.glb-header__sustaina img {
    width: 120px;
    height: auto;
}

.glb-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 1117px;
    min-width: 1117px;
    height: 90px;
    padding: 15px 20px 15px 70px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(17, 62, 47, 0.08);
    transform: scale(var(--glb-header-scale));
    transform-origin: right top;
}

.glb-nav a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.7px;
    white-space: nowrap;
}

.glb-nav a:not(.glb-nav__button) {
    display: inline-flex;
    align-items: center;
    height: 24px;
    color: #000;
}

.glb-nav a:not(.glb-nav__button) + a:not(.glb-nav__button) {
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.glb-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 270px;
    height: 60px;
    padding: 0 40px;
    border-radius: 999px;
    color: #fff;
    background: var(--glb-green);
    overflow: hidden;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

.glb-nav__button-icon {
    flex: 0 0 auto;
}

.glb-nav__button-icon--download {
    width: 16px;
    height: 19px;
}

.glb-nav__button-icon--mail {
    width: 20px;
    height: 16px;
}

.glb-nav__button--dark {
    background: var(--glb-deep);
}

.glb-menu {
    display: none;
}

.glb-pc-only {
    display: initial;
}

.glb-sp-only {
    display: none;
}

.glb-hero {
    position: relative;
    min-height: 1080px;
    overflow: hidden;
    background: var(--glb-bg);
}

.glb-hero__bg,
.glb-hero__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.glb-hero__bg img {
    object-fit: cover;
}

.glb-hero__stage {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    width: min(1800px, calc(100% - 120px));
    min-height: 1080px;
    margin: 0 auto;
    padding-top: 200px;
}

.glb-hero__photo {
    flex: 0 1 900px;
    max-width: 900px;
    height: 766.72px;
    border-radius: 40px;
    overflow: hidden;
}

.glb-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.glb-hero__content {
    display: flex;
    flex: 0 0 760px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 760px;
    text-align: center;
}

.glb-hero__lead {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    width: 760px;
    margin: 0;
    color: var(--glb-green);
}

.glb-hero__lead p {
    margin: 0;
}

.glb-hero__lead strong,
.glb-hero__lead span {
    display: block;
    line-height: 1.5;
}

.glb-hero__lead strong {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
}

.glb-hero__lead span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.6px;
}

.glb-hero__lead-line {
    flex: 0 0 auto;
    width: 19.385px;
    height: 28px;
}

.glb-hero__lead-line--reverse {
    transform: scaleX(-1);
}

.glb-hero__type {
    margin: 0;
    color: var(--glb-deep);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 2.5px;
}

.glb-hero__title {
    margin: -32px 0 0;
    line-height: 1;
}

.glb-hero__title-image {
    width: 760px;
    height: 241px;
}

.glb-hero__release {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0 20px 4px;
    border-radius: 5px;
    background: var(--glb-green);
    color: #fff;
}

.glb-hero__release img {
    width: 44.645px;
    height: 23.793px;
}

.glb-hero__release-arrow--reverse {
    transform: scaleX(-1);
}

.glb-hero__release p {
    margin: 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    white-space: nowrap;
}

.glb-hero__release span:first-child {
    font-size: 30px;
}

.glb-hero__release-month {
    font-size: 42px;
    letter-spacing: -2.1px;
}

.glb-hero__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    width: 100%;
    /* height: 262px; */
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
}

.glb-hero__points li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-width: 0;
    padding: 25px 2px;
    border: 1px solid var(--glb-green);
    border-radius: 20px;
    color: var(--glb-green);
}

.glb-hero__point-icon {
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    line-height: 0;
}

.glb-hero__point-icon img {
    display: block;
    width: 48px;
    height: auto;
    object-fit: contain;
}

.glb-hero__points li:nth-child(2) .glb-hero__point-icon img {
    width: 52px;
    height: auto;
}

.glb-hero__points p {
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-align: center;
}

.glb-hero__points p > span,
.glb-hero__points p > strong {
    display: block;
}

.glb-hero__points li:first-child p span:first-child {
    font-size: 14px;
}

.glb-hero__points strong {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.05px;
}

.glb-floating-cta {
    display: none;
}

.glb-section__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.glb-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.glb-heading__label {
    position: relative;
    margin: 0;
    padding: 15px 30px;
    border-radius: 999px;
    background: var(--glb-lime);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.glb-heading__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 10px;
    transform: translateX(-50%);
    background: var(--glb-lime);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.glb-heading h2 {
    margin: 0;
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: var(--glb-green);
}

.glb-heading h2 span {
    color: var(--glb-deep);
}

.glb-heading__line {
    width: 100px;
    height: 10px;
    border-radius: 3px;
    background: linear-gradient(
        90deg,
        var(--glb-green) 0 50%,
        var(--glb-lime) 50%
    );
}

.glb-worries {
    padding: 44px 0 120px;
}

.glb-worries .glb-section__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.glb-heading--worries {
    gap: 25px;
    margin-bottom: 0;
}

.glb-heading--worries .glb-heading__label {
    border: 3px solid var(--glb-lime);
    font-weight: 500;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.glb-heading--worries h2 {
    color: var(--glb-deep);
    font-size: 50px;
    letter-spacing: 2.5px;
}

.glb-heading--worries h2 span {
    color: inherit;
}

.glb-heading--worries h2 .glb-heading__accent {
    color: var(--glb-green);
}

.glb-worry-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.glb-worry-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
    height: 100%;
}

.glb-worry-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.glb-worry-card__head {
    position: relative;
    height: 100px;
}

.glb-worry-card__head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    border-radius: 15px 15px 0 0;
    background: #839899;
}

.glb-worry-card__body {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 152px;
    padding: 20px clamp(20px, 3.333vw, 40px) 40px;
    border-radius: 0 0 15px 15px;
    background: #839899;
    color: #fff;
    text-align: center;
}

.glb-worry-list__num {
    position: absolute;
    top: 8px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 85px;
    height: 85px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    color: #839899;
    font-weight: 700;
    line-height: 1;
}

.glb-worry-list__num-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1;
    text-align: center;
}

.glb-worry-list__num-inner small {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.glb-worry-list__num-inner > span {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.glb-worry-card__body p {
    margin: 0;
    width: 100%;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 400;
    line-height: 1.6;
}

.glb-worry-card__body p > span,
.glb-worry-card__body p > strong {
    display: block;
}

.glb-worry-card__body strong {
    font-weight: 800;
}

.glb-worry-card__body span strong {
    display: inline;
}

.glb-worry-card__body sup {
    font-size: 14px;
}

.glb-worry-list__arrow {
    width: 41px;
    height: 40px;
}

.glb-solution {
    min-height: 542px;
    margin-top: 0;
    padding: 80px 100px 120px;
    border-radius: 40px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
        url("/images/products/green-loop-bmk/section-bg.jpg") center/cover
            no-repeat;
    overflow: hidden;
    text-align: center;
}

.glb-solution__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.glb-solution__lead {
    margin: 0;
    color: var(--glb-deep);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.8px;
}

.glb-solution__text {
    min-width: 100%;
    margin: 0;
    color: #839899;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.44px;
    white-space: pre-wrap;
}

.glb-solution__green {
    color: var(--glb-green);
}

.glb-solution__lime {
    color: var(--glb-lime);
}

.glb-solution__buttons {
    display: flex;
    gap: 20px;
    width: min(100%, 1000px);
    margin-top: 30px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.glb-solution__buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 490px;
    gap: 10px;
    height: 100px;
    min-width: 0;
    padding: 15px 40px;
    border-radius: 999px;
    background: var(--glb-green);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.glb-solution__buttons a span {
    text-align: center;
}

.glb-solution__buttons a:first-child span {
    flex: 0 1 320px;
}

.glb-solution__buttons a:nth-child(2) span {
    flex: 1;
    min-width: 0;
}

.glb-solution__buttons a:nth-child(2) strong {
    display: block;
    line-height: 1.6;
}

.glb-solution__buttons a img {
    flex: 0 0 auto;
    width: 15px;
    height: 9px;
}

.glb-solution__buttons a small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.glb-solution__buttons a:first-child {
    background: var(--glb-deep);
}

.glb-note {
    margin: 0;
    color: #839899;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.glb-worries .glb-note {
    margin-top: -10px;
    text-align: center;
}

.glb-features {
    padding: 0 0 120px;
}

.glb-features .glb-heading {
    gap: 20px;
    margin-bottom: 60px;
}

.glb-features .glb-heading__label {
    margin-bottom: 15px;
    border: 3px solid var(--glb-lime);
    font-weight: 500;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.glb-features .glb-heading h2 {
    color: var(--glb-deep);
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 2.5px;
}

.glb-features .glb-heading h2 span:first-child {
    color: var(--glb-deep);
}

.glb-features .glb-heading h2 span:last-child {
    color: var(--glb-green);
}

.glb-feature-summary {
    position: relative;
    height: 547px;
    margin-bottom: 60px;
    padding: 40px 0;
    border-radius: 40px;
    background: url("/images/products/green-loop-bmk/feature-summary-bg.jpg")
        center/cover no-repeat;
    overflow: hidden;
}

.glb-feature-summary__stage {
    position: relative;
    width: 500px;
    height: 467px;
    margin: 0 auto;
}

.glb-feature-summary__item {
    --summary-color: var(--glb-green);
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    color: inherit;
    text-decoration: none;
}

.glb-feature-summary__item--environment {
    --summary-color: #7baa17;
    top: 241px;
    left: 26px;
}

.glb-feature-summary__item--durability {
    --summary-color: #2f8cbf;
    top: 29px;
    left: 150px;
}

.glb-feature-summary__item--price {
    --summary-color: #259f94;
    top: 241px;
    left: 275px;
}

.glb-feature-summary__rings {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.glb-feature-summary__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.glb-feature-summary__num {
    margin-top: 48px;
    color: var(--summary-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.glb-feature-summary__title {
    margin-top: 8px;
    color: #113e32;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.2px;
}

.glb-feature-summary__arrow {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--summary-color);
}

.glb-feature-summary__arrow img {
    width: 15px;
    height: 9px;
}

.glb-feature-card {
    margin-top: 60px;
    scroll-margin-top: 130px;
    border-radius: 0 0 30px 30px;
    background: #fff;
    overflow: hidden;
}

.glb-feature-card--environment,
.glb-feature-card--durability,
.glb-feature-card--price {
    border-radius: 40px;
}

.glb-feature-card--environment {
    --feature-color: #7baa17;
}

.glb-feature-card--durability {
    --feature-color: #2f8cbf;
}

.glb-feature-card--price {
    --feature-color: #259f94;
}

.glb-env-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(18px, 2.1vw, 25px);
    padding: clamp(32px, 3.33vw, 40px);
    background: var(--feature-color, #7baa17);
    color: #fff;
}

.glb-env-head__main {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.5vw, 30px);
    min-width: 0;
}

.glb-env-head__num {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 82px;
    margin: 0;
    padding-right: 30px;
    border-right: 4px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
    line-height: 1;
}

.glb-env-head__num span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
}

.glb-env-head__num strong {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.glb-env-head h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.33vw, 40px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    white-space: nowrap;
}

.glb-env-head__tag {
    margin: 0;
    margin-left: auto;
    padding: 15px clamp(22px, 2.5vw, 30px);
    border: 3px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: var(--feature-color, #7baa17);
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.36px;
    text-align: center;
    white-space: nowrap;
}

.glb-env-body {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 4.17vw, 50px);
    padding: clamp(40px, 4.17vw, 50px) clamp(30px, 5vw, 60px)
        clamp(55px, 6.67vw, 80px);
    background: #fff;
}

.glb-env-lead {
    display: flex;
    align-items: center;
    gap: clamp(25px, 5vw, 60px);
    padding: 20px clamp(28px, 4.17vw, 50px);
    border-radius: 20px;
    background: rgba(131, 152, 153, 0.1);
}

.glb-env-lead p {
    flex: 1;
    margin: 0;
    color: var(--glb-deep);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
}

.glb-env-lead span {
    color: var(--glb-green);
}

.glb-env-lead img {
    flex: 0 0 clamp(76px, 8.33vw, 100px);
    width: clamp(76px, 8.33vw, 100px);
    height: clamp(76px, 8.33vw, 100px);
}

.glb-env-note {
    margin: 0;
    color: #839899;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.12px;
}

.glb-env-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.glb-env-heading {
    position: relative;
    margin: 0;
    padding-left: 31px;
    color: var(--glb-deep);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

.glb-env-heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    border-radius: 2px;
    background: linear-gradient(var(--glb-green) 0 50%, var(--glb-lime) 50%);
}

.glb-env-reduction {
    position: relative;
    display: block;
    width: min(100%, 1080px);
    margin: 0 auto;
    aspect-ratio: 1080 / 361;
    container-type: inline-size;
}

.glb-env-metrics {
    display: block;
    width: 100%;
    height: 100%;
}

.glb-env-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    gap: 5px;
    gap: 0.46cqw;
    padding: 20px;
    padding: 1.85cqw;
    border: 1px solid #7baa17;
    border-radius: 10px;
    border-radius: 0.93cqw;
    background: #fff;
    color: #7baa17;
    text-align: center;
    line-height: 1.2;
}

.glb-env-metric span {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-size: 1.85cqw;
    font-weight: 400;
    letter-spacing: 0.4px;
    letter-spacing: 0.04cqw;
}

.glb-env-metric strong {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    font-size: 32px;
    font-size: 2.96cqw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.64px;
    letter-spacing: 0.06cqw;
}

.glb-env-metric small,
.glb-env-metric em {
    font-style: normal;
    font-size: 24px;
    font-size: 2.22cqw;
    font-weight: 400;
}

.glb-env-metric--can {
    position: absolute;
    top: 0;
    left: 0;
    width: 20.37%;
    height: 37.67%;
    padding-right: 12px;
    padding-left: 12px;
    padding-right: 1.11cqw;
    padding-left: 1.11cqw;
}

.glb-env-metric-group {
    position: absolute;
    top: 0;
    left: 22.22%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 41.67%;
    width: 77.78%;
    height: 37.67%;
}

.glb-env-metric--area {
    border-right: 0;
    border-radius: 10px 0 0 10px;
    border-radius: 0.93cqw 0 0 0.93cqw;
}

.glb-env-metric--area strong {
    font-size: 36px;
    font-size: 3.33cqw;
}

.glb-env-metric--wall strong {
    font-size: 32px;
    font-size: 2.96cqw;
}

.glb-env-metric--wall {
    position: relative;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    border-radius: 0 0.93cqw 0.93cqw 0;
}

.glb-env-metric--wall::before {
    content: "";
    position: absolute;
    top: 20px;
    top: 1.85cqw;
    bottom: 20px;
    bottom: 1.85cqw;
    left: 0;
    width: 1px;
    background: #7baa17;
}

.glb-env-reduction__note {
    position: absolute;
    top: 43.21%;
    left: 0;
    width: 20.37%;
    margin: 0;
    color: #839899;
    font-size: 14px;
    font-size: 1.3cqw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.12px;
    letter-spacing: 0.1cqw;
}

.glb-env-reduction__comparison {
    position: absolute;
    top: 43.21%;
    left: 24.07%;
    width: 41.67%;
    max-width: none;
}

.glb-env-reduction__saving {
    position: absolute;
    top: 43.21%;
    left: 68.8%;
    width: 29.95%;
    max-width: none;
}

.glb-env-system {
    display: flex;
    gap: clamp(24px, 3.33vw, 40px);
    align-items: stretch;
}

.glb-env-system__content {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 40px;
}

.glb-env-system__text {
    margin: 0;
    color: var(--glb-deep);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.28px;
}

.glb-env-epd {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3.33vw, 40px);
    padding: 30px clamp(24px, 3.33vw, 40px);
    border-radius: 10px;
    background: #f2f4f4;
}

.glb-env-epd__text {
    flex: 1;
    min-width: 0;
}

.glb-env-epd__text p {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--glb-green);
    color: var(--glb-deep);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.9px;
}

.glb-env-epd dl {
    margin: 0;
    color: var(--glb-deep);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.2px;
}

.glb-env-epd dl div {
    /*display: flex;*/
}
.glb-env-epd dt,
.glb-env-epd dd {
    display: inline;
    margin: 0;
    font-weight: 400;
}

.glb-env-epd a {
    color: var(--glb-green);
    text-decoration: underline;
}

.glb-env-epd__images {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
}

.glb-env-epd__product {
    width: 60px;
}

.glb-env-epd__logo {
    width: 180px;
}

.glb-env-system__card {
    display: flex;
    flex: 0 0 clamp(220px, 22.75vw, 273px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
    padding: 30px;
    border: 1px solid #839899;
    border-radius: 10px;
    background: #fff;
}

.glb-env-system__card img {
    width: 90px;
}

.glb-env-system__card a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 15px 40px;
    border-radius: 999px;
    background: var(--glb-deep);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.glb-env-system__card a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.glb-lead-group,
.glb-figure-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.glb-lead-group {
    gap: 20px;
}

.glb-feature-section {
    gap: 40px;
}

.glb-feature-section--tight {
    gap: 20px;
}

.glb-figure-block {
    align-items: center;
    gap: 20px;
}

.glb-figure-block--price {
    gap: 30px;
}

.glb-text {
    width: 100%;
    margin: 0;
    color: var(--glb-deep);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.28px;
}

.glb-text strong {
    font-weight: 700;
}

.glb-note--center {
    text-align: center;
}

.glb-image {
    width: min(100%, 1000px);
    margin: 0 auto;
}

.glb-figure-block picture {
    display: block;
    width: min(100%, 1000px);
    margin: 0 auto;
}

@media (max-width: 1080px) and (min-width: 768px) {
    .glb-env-head__tag {
        width: 100%;
        margin-left: 0;
    }

    .glb-env-system {
        flex-direction: column;
    }

    .glb-env-system__card {
        flex: none;
        flex-direction: row;
        width: 100%;
    }

    .glb-env-system__card img {
        flex: 0 0 70px;
        width: 70px;
    }

    .glb-env-system__card a {
        width: min(260px, 100%);
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .glb-env-body {
        padding-right: 30px;
        padding-left: 30px;
    }

    .glb-env-lead {
        align-items: flex-start;
    }

    .glb-env-epd {
        flex-direction: column;
        align-items: flex-start;
    }

    .glb-env-epd__images {
        width: 100%;
        justify-content: center;
    }
}

.glb-technology {
    padding: 0 0 120px;
}

.glb-technology .glb-heading {
    gap: 20px;
    margin-bottom: 60px;
}

.glb-technology .glb-heading__label {
    margin-bottom: 15px;
    border: 3px solid var(--glb-lime);
    font-weight: 500;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.glb-technology .glb-heading h2 {
    color: var(--glb-deep);
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 2.5px;
}

.glb-technology .glb-heading h2 span:last-child {
    color: var(--glb-green);
}

.glb-tech-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.glb-tech-card {
    --tech-color: #2f8cbf;
    overflow: hidden;
    border-radius: 40px;
}

.glb-tech-card--work {
    --tech-color: #6d83b3;
}

.glb-tech-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 120px;
    padding: 40px;
    border: 0;
    border-radius: 0;
    background: var(--tech-color);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.glb-tech-card:not(.is-open) .glb-tech-card__head {
    border-radius: 40px;
}

.glb-tech-card__head-main {
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 0;
}

.glb-tech-card__mark {
    flex: 0 0 60px;
    width: 60px;
    height: 33px;
}

.glb-tech-card__divider {
    align-self: stretch;
    flex: 0 0 4px;
    width: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
}

.glb-tech-card__title {
    min-width: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    white-space: nowrap;
}

.glb-tech-card__toggle {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: 24px;
}

.glb-tech-card__toggle::before,
.glb-tech-card__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.glb-tech-card__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.2s ease;
}

.glb-tech-card:not(.is-open) .glb-tech-card__toggle::after {
    opacity: 1;
}

.glb-tech-card__panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.2s ease,
        opacity 0.2s ease;
}

.glb-tech-card.is-open .glb-tech-card__panel {
    max-height: 5000px;
    opacity: 1;
}

.glb-tech-card__body {
    display: flex;
    flex-direction: column;
    gap: 60px;
    min-height: 0;
    overflow: hidden;
    padding: 60px 60px 80px;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.glb-tech-group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.glb-tech-group__title {
    position: relative;
    margin: 0;
    padding-left: 31px;
    color: var(--glb-deep);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

.glb-tech-group__title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    border-radius: 2px;
    background: linear-gradient(var(--glb-green) 0 50%, var(--glb-lime) 50%);
}

.glb-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 60px;
}

.glb-tech-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.glb-tech-item h4,
.glb-tech-spec__item h4 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--glb-green);
    color: var(--glb-deep);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
}

.glb-tech-item p,
.glb-tech-spec p {
    margin: 0;
    color: var(--glb-deep);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.28px;
}

.glb-tech-item strong {
    font-weight: 700;
}

.glb-tech-image,
.glb-tech-chart img {
    display: block;
    max-width: 100%;
    height: auto;
}

.glb-tech-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.glb-tech-chart img {
    width: min(100%, 900px);
}

.glb-tech-chart figcaption {
    margin: 0;
    color: #839899;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.12px;
    text-align: center;
}

.glb-tech-spec {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
}

.glb-tech-spec__column,
.glb-tech-spec__feature,
.glb-tech-spec__items,
.glb-tech-spec__item {
    display: flex;
    flex-direction: column;
}

.glb-tech-spec__column {
    gap: 40px;
}

.glb-tech-spec__column--right {
    justify-content: center;
    gap: 60px;
}

.glb-tech-spec__lead {
    display: flex;
    align-items: center;
    gap: 20px;
}

.glb-tech-spec__lead img {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

.glb-tech-spec__lead h3 {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: var(--glb-deep);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

.glb-tech-spec__items {
    gap: 20px;
}

.glb-tech-spec__item {
    gap: 20px;
}

.glb-tech-spec__feature {
    gap: 20px;
}

@media (max-width: 1080px) and (min-width: 768px) {
    .glb-tech-card__title {
        font-size: clamp(30px, 3.7vw, 40px);
        white-space: normal;
    }

    .glb-tech-grid,
    .glb-tech-spec {
        grid-template-columns: 1fr;
    }

    .glb-tech-spec__column--right {
        gap: 40px;
    }
}

.glb-qa {
    padding: 0 0 120px;
}

.glb-qa__heading h2 span {
    color: var(--glb-green);
}

.glb-qa__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.glb-qa-card {
    overflow: visible;
    border-radius: 0;
}

.glb-qa-card__head {
    width: 100%;
    min-height: 91px;
    border: 0;
    border-radius: 40px 40px 0 0;
    background: var(--glb-green);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 40px;
    text-align: left;
    font-family: inherit;
}

.glb-qa-card.is-collapsed .glb-qa-card__head {
    border-radius: 100px;
}

.glb-qa-card__num {
    flex: 0 0 52px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.glb-qa-card__divider {
    flex: 0 0 4px;
    width: 4px;
    height: 31px;
    border-radius: 99px;
    background: #fff;
}

.glb-qa-card__question {
    flex: 1;
    min-width: 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.glb-qa-card__toggle {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
}

.glb-qa-card__toggle::before,
.glb-qa-card__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 3px;
    border-radius: 99px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.glb-qa-card__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.2s ease;
}

.glb-qa-card:not(.is-open) .glb-qa-card__toggle::after {
    opacity: 1;
}

.glb-qa-card__panel {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        height 0.2s ease,
        opacity 0.2s ease;
    will-change: height, opacity;
}

.glb-qa-card.is-open .glb-qa-card__panel {
    height: auto;
    opacity: 1;
}

.glb-qa-card__body {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 60px 80px;
    border: 2px solid var(--glb-green);
    border-top: 0;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.glb-qa-answer {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.glb-qa-answer__num {
    display: grid;
    flex: 0 0 70px;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--glb-lime);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

.glb-qa-answer__lead,
.glb-qa-answer__text p {
    margin: 0;
    color: var(--glb-deep);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.glb-qa-answer__lead {
    flex: 1;
    padding-top: 6px;
    font-weight: 700;
}

.glb-qa-answer__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
}

.glb-qa-answer__text .glb-qa-answer__lead {
    padding-top: 0;
}

.glb-qa-image {
    display: block;
    width: min(100%, 800px);
    height: auto;
    margin: 0 auto;
}

.glb-qa-card__body picture {
    display: block;
}

.glb-qa-answer__note {
    margin: -20px 0 0;
    color: #6d8080;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

.glb-spec {
    padding: 0 0 120px;
}

.glb-spec__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 60px;
    border-radius: 40px;
    background: #fff;
}

.glb-spec-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.glb-spec-block h3 {
    position: relative;
    margin: 0;
    padding-left: 31px;
    color: var(--glb-deep);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

.glb-spec-block h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    border-radius: 2px;
    background: linear-gradient(var(--glb-green) 0 50%, var(--glb-lime) 50%);
}

.glb-spec-table-wrap {
    width: 100%;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
}

.glb-spec-list .glb-spec-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}

.glb-spec-table-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.glb-spec-table-group--drying {
    gap: 20px;
}

.glb-spec-table-group--undercoat-list {
    gap: 20px;
}

.glb-spec-table {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: var(--glb-deep);
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.glb-spec-table th,
.glb-spec-table td {
    border: 1px solid #bbb;
    padding: 10px;
    vertical-align: middle;
}

.glb-spec-table thead th {
    height: 40px;
    background: #a6d676;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.glb-spec-table tbody th {
    background: rgba(173, 219, 88, 0.1);
    color: var(--glb-deep);
    font-weight: 500;
    text-align: left;
}

.glb-spec-table td {
    font-weight: 500;
}

.glb-spec-table--system {
    width: 1080px;
    min-width: 1080px;
    line-height: 1.1;
    letter-spacing: 0;
}

.glb-spec-table--system tbody tr:first-child th,
.glb-spec-table--system tbody tr:first-child td,
.glb-spec-table--system .glb-spec-system-row--base th,
.glb-spec-table--system .glb-spec-system-row--base td {
    background: rgba(173, 219, 88, 0.1);
}

.glb-spec-table--system tbody td:first-of-type:not([colspan]) {
    color: var(--glb-green);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.glb-spec-table--system th,
.glb-spec-table--system td {
    border-color: #bbb;
    box-sizing: border-box;
    word-break: break-word;
}

.glb-spec-table--system thead th {
    padding: 5px 2px;
    background: #a6d676;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.glb-spec-table--system tbody th,
.glb-spec-table--system tbody td {
    padding: 5px 10px;
    color: var(--glb-deep);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
}

.glb-spec-table--system tbody th {
    padding-right: 10px;
    padding-left: 10px;
}

.glb-spec-table--system a {
    color: var(--glb-green);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.glb-spec-table--flat .glb-spec-system-row--undercoat {
    height: 71px;
}

.glb-spec-table--system td.glb-spec-cell-stack,
.glb-spec-table--system th.glb-spec-cell-stack {
    padding: 0;
}

.glb-spec-cell-stack span {
    display: flex;
    align-items: center;
    height: 35.5px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.glb-spec-cell-stack span + span {
    border-top: 1px solid #bbb;
}

.glb-spec-table--yuzu .glb-spec-system-row--yuzu-undercoat {
    height: 127px;
}

.glb-spec-table--yuzu .glb-spec-system-row--yuzu-main {
    height: 56px;
}

.glb-spec-table--yuzu .glb-spec-cell-stack--2 span {
    height: 63.5px;
}

.glb-spec-table--yuzu .glb-spec-cell-stack--4 span {
    height: 31.75px;
}

.glb-spec-table--elastic .glb-spec-system-row--elastic-main {
    height: 104px;
}

.glb-spec-table--elastic .glb-spec-cell-stack--elastic-2 span {
    height: 52px;
}

.glb-spec-table--wave .glb-spec-system-row--wave-main {
    height: 44px;
}

.glb-spec-table--re-elastic .glb-spec-system-row--re-elastic-main {
    height: 78px;
}

.glb-spec-table--re-elastic .glb-spec-cell-stack--re-elastic-2 span {
    height: 39px;
}

.glb-spec-table--repair-flat .glb-spec-system-row--repair-undercoat {
    height: 44px;
}

.glb-spec-table--repair .glb-spec-system-row--repair-main {
    height: 44px;
}

.glb-spec-table--siding .glb-spec-system-row--siding-undercoat {
    height: 87px;
}

.glb-spec-table--siding .glb-spec-cell-stack--3 span {
    height: 29px;
}

.glb-spec-table--steel .glb-spec-system-row--steel-coat {
    height: 71px;
}

.glb-spec-table--steel .glb-spec-cell-stack--steel-2 span {
    height: 35.5px;
}

.glb-spec-table--steel small {
    font-size: 12px;
}

.glb-spec-table--package th,
.glb-spec-table--package td,
.glb-spec-table--drying th,
.glb-spec-table--drying td {
    text-align: center;
}

.glb-spec-table--package {
    width: 100%;
    line-height: 1.1;
    letter-spacing: 0;
}

.glb-spec-table--package th,
.glb-spec-table--package td {
    border-color: #bbb;
}

.glb-spec-table--package thead th {
    height: 40px;
    padding: 5px 0;
    background: #a6d676;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.glb-spec-table--package tbody td {
    height: 70px;
    padding: 5px 10px;
    background: #fff;
    color: var(--glb-deep);
    font-size: 15px;
    font-weight: 400;
}

.glb-spec-table--drying {
    width: 100%;
    line-height: 1.1;
    letter-spacing: 0;
}

.glb-spec-table--drying th,
.glb-spec-table--drying td {
    border-color: #bbb;
}

.glb-spec-table--drying thead th {
    height: 40px;
    padding: 5px 0;
    background: #a6d676;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.glb-spec-table--drying tbody th {
    height: 70px;
    padding: 5px 10px;
    background: rgba(173, 219, 88, 0.1);
    color: var(--glb-deep);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.glb-spec-table--drying tbody td {
    height: 70px;
    padding: 5px 10px;
    background: #fff;
    color: var(--glb-deep);
    font-size: 15px;
    font-weight: 400;
}

.glb-spec-table--undercoat-list th:first-child {
    width: 100px;
    text-align: center;
}

.glb-spec-table--undercoat-list {
    width: 100%;
    line-height: 1.1;
    letter-spacing: 0;
}

.glb-spec-undercoat-col-category {
    width: 9.259%;
}

.glb-spec-undercoat-col-products {
    width: 52.315%;
}

.glb-spec-undercoat-col-substrate {
    width: 38.426%;
}

.glb-spec-table--undercoat-list th,
.glb-spec-table--undercoat-list td {
    border-color: #bbb;
}

.glb-spec-table--undercoat-list thead th {
    height: 52.219px;
    padding: 5px 10px;
    background: #a6d676;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.glb-spec-table--undercoat-list tbody th {
    padding: 5px 10px;
    background: rgba(173, 219, 88, 0.1);
    color: var(--glb-deep);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.glb-spec-table--undercoat-list tbody td {
    padding: 5px 10px;
    background: #fff;
    color: var(--glb-deep);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    vertical-align: middle;
}

.glb-spec-undercoat-row--wall {
    height: 445px;
}

.glb-spec-undercoat-row--metal {
    height: 208px;
}

.glb-spec-undercoat-products {
    color: var(--glb-green);
    line-height: 1.6;
}

.glb-spec-undercoat-products a {
    display: block;
    max-width: 100%;
    color: var(--glb-green);
    font-weight: 400;
    line-height: 1.6;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.glb-spec-note--undercoat {
    line-height: 1.6;
    letter-spacing: 1.12px;
}

.glb-spec-col-step {
    width: 13.518519%;
}

.glb-spec-col-product {
    width: 20.185185%;
}

.glb-spec-col-count {
    width: 5.740741%;
}

.glb-spec-col-amount {
    width: 10.185185%;
}

.glb-spec-col-dry {
    width: 12.037037%;
}

.glb-spec-col-thinner,
.glb-spec-col-rate {
    width: 6.203704%;
}

.glb-spec-col-method {
    width: 25.925926%;
}

.glb-spec-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.glb-spec-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid var(--glb-green);
    background: transparent;
    color: var(--glb-deep);
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.glb-spec-item__head > span {
    flex: 1;
    min-width: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
}

.glb-spec-item__head > .glb-spec-title {
    display: block;
}

.glb-spec-title-main {
    font-size: 20px;
    line-height: 1.3;
}

.glb-spec-title-note {
    font-size: 20px;
    line-height: 1.3;
}

.glb-spec-item__head i {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--glb-green);
}

.glb-spec-item__head i::before,
.glb-spec-item__head i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.glb-spec-item__head i::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.2s ease;
}

.glb-spec-item:not(.is-open) .glb-spec-item__head i::after {
    opacity: 1;
}

.glb-spec-item__panel {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        height 0.2s ease,
        opacity 0.2s ease;
    will-change: height, opacity;
}

.glb-spec-item.is-open .glb-spec-item__panel {
    height: auto;
    opacity: 1;
}

.glb-spec-item__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
}

.glb-spec-note {
    margin: 0;
    color: #839899;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.05em;
}

.glb-spec-note--system {
    line-height: 1.6;
    letter-spacing: 1.12px;
}

.glb-spec-note--drying {
    line-height: 1.6;
    letter-spacing: 1.12px;
}

.glb-contact {
    position: relative;
    overflow: hidden;
    width: min(1800px, calc(100% - 40px));
    margin-inline: auto;
    margin-bottom: 120px;
    padding: 86px 0 120px;
    border-radius: 40px;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.92),
            rgba(255, 255, 255, 0.28)
        ),
        url("/images/products/green-loop-bmk/section-bg.jpg") center
            bottom/cover no-repeat;
    text-align: center;
}

.glb-contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 210px;
    background: linear-gradient(
        0deg,
        rgba(195, 207, 0, 0.2),
        rgba(195, 207, 0, 0)
    );
    pointer-events: none;
}

.glb-contact__body {
    position: relative;
    z-index: 1;
}

.glb-contact h2 {
    margin: 0 0 30px;
    color: var(--glb-deep);
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

.glb-contact p {
    margin: 0;
    color: #839899;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.glb-contact__notice {
    margin: 34px auto 50px !important;
    width: min(100%, 1200px);
    padding: 18px 24px;
    border: 1px solid var(--glb-green);
    border-radius: 5px;
    color: var(--glb-green) !important;
    background: rgba(255, 255, 255, 0.28);
    font-weight: 800 !important;
}

.glb-contact__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: min(100%, 780px);
    margin: 0 auto;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.glb-contact__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border-radius: 999px;
    background: var(--glb-green);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.glb-contact__button::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 22px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M11 3h2v10.2l3.6-3.6 1.4 1.4-6 6-6-6 1.4-1.4 3.6 3.6V3Zm-6 16h14v2H5v-2Z'/%3E%3C/svg%3E")
        center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M11 3h2v10.2l3.6-3.6 1.4 1.4-6 6-6-6 1.4-1.4 3.6 3.6V3Zm-6 16h14v2H5v-2Z'/%3E%3C/svg%3E")
        center/contain no-repeat;
}

.glb-contact__button + .glb-contact__button::before {
    width: 28px;
    height: 22px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M2 0h24c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0Zm12 12.2L3.4 3H2v.8l12 10.4L26 3.8V3h-1.4L14 12.2ZM2 19.5l7.9-7-1.3-1.5L2 16.9v2.6Zm24 0v-2.6L19.4 11l-1.3 1.5 7.9 7Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M2 0h24c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0Zm12 12.2L3.4 3H2v.8l12 10.4L26 3.8V3h-1.4L14 12.2ZM2 19.5l7.9-7-1.3-1.5L2 16.9v2.6Zm24 0v-2.6L19.4 11l-1.3 1.5 7.9 7Z'/%3E%3C/svg%3E");
}

.glb-contact__button--dark {
    background: var(--glb-deep);
}

.glb-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 40px 60px;
    background: #231815;
    color: rgba(255, 255, 255, 0.5);
}

.glb-footer img {
    width: 200px;
}

@media (max-width: 1800px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.96;
        left: 30px;
        right: 20px;
    }
}

@media (max-width: 1660px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.9;
    }
}

@media (max-width: 1520px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.84;
    }
}

@media (max-width: 1380px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.78;
    }
}

@media (max-width: 1240px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.7;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.62;
    }
}

@media (max-width: 960px) and (min-width: 768px) {
    .glb-header {
        --glb-header-scale: 0.56;
    }
}

@media (max-width: 1600px) and (min-width: 1281px) {
    .glb-hero {
        min-height: 960px;
    }

    .glb-hero__stage {
        width: calc(100% - 80px);
        min-height: 960px;
        gap: 40px;
        padding-top: 180px;
    }

    .glb-hero__photo {
        height: 659.91px;
    }

    .glb-hero__content {
        flex: 0 0 640px;
        width: 640px;
        gap: 32px;
    }

    .glb-hero__lead {
        width: 640px;
        gap: 28px;
    }

    .glb-hero__lead strong {
        font-size: 21px;
    }

    .glb-hero__lead span {
        font-size: 17px;
    }

    .glb-hero__type {
        font-size: 20px;
    }

    .glb-hero__title {
        margin-top: -24px;
    }

    .glb-hero__title-image {
        width: 640px;
        height: auto;
    }

    .glb-hero__release p {
        font-size: 24px;
    }

    .glb-hero__release span:first-child {
        font-size: 25px;
    }

    .glb-hero__release-month {
        font-size: 35px;
    }

    .glb-hero__release img {
        width: 38px;
        height: auto;
    }

    .glb-hero__points li {
        padding: 20px 18px;
    }

    .glb-hero__point-icon {
        width: 82px;
        height: 82px;
    }

    .glb-hero__point-icon img {
        width: 40px;
        height: auto;
    }

    .glb-hero__points li:nth-child(2) .glb-hero__point-icon img {
        width: 44px;
        height: auto;
    }

    .glb-hero__points p {
        font-size: 14px;
    }

    .glb-hero__points strong {
        font-size: 18px;
    }
}

@media (max-width: 1280px) and (min-width: 768px) {
    .glb-hero {
        min-height: auto;
        padding: 150px 40px 70px;
    }

    .glb-hero__stage {
        flex-direction: column;
        gap: 42px;
        width: min(100%, 980px);
        min-height: 0;
        padding-top: 0;
    }

    .glb-hero__photo {
        flex: none;
        width: 100%;
        max-width: none;
        height: 280px;
        border-radius: 30px;
    }

    .glb-hero__content {
        flex: none;
        gap: 32px;
        width: min(760px, 100%);
        margin: 0 auto;
    }

    .glb-hero__lead {
        width: 100%;
    }

    .glb-hero__title-image {
        width: min(760px, 100%);
        height: auto;
    }

    .glb-hero__points {
        height: auto;
    }

    .glb-hero__points li {
        min-height: 220px;
    }

    .glb-solution {
        padding: 70px clamp(40px, 6vw, 80px) 100px;
    }

    .glb-solution__buttons {
        width: 100%;
        gap: clamp(12px, 1.6vw, 20px);
    }

    .glb-solution__buttons a {
        flex: 1 1 0;
        height: 92px;
        padding: 15px clamp(24px, 3vw, 40px);
        font-size: clamp(16px, 1.5vw, 18px);
    }

    .glb-solution__buttons a small {
        font-size: clamp(13px, 1.35vw, 16px);
    }
}

@media (max-width: 767px) {
    .glb-pc-only {
        display: none;
    }

    .glb-sp-only {
        display: initial;
    }

    .glb-header {
        top: 0;
        left: 0;
        right: 0;
        height: 65.5px;
        padding: 15px 20px;
        background: rgba(235, 238, 232, 0.9);
        backdrop-filter: blur(12px);
        transition:
            background-color 0.2s ease,
            backdrop-filter 0.2s ease;
    }

    .glb-header.is-menu-open {
        background: #fff;
        backdrop-filter: none;
    }

    .glb-header__logos {
        top: 15px;
        left: 20px;
        gap: 15px;
        align-items: center;
    }

    .glb-header__product img {
        width: 59px;
    }

    .glb-header__sustaina {
        margin-top: 0;
    }

    .glb-header__sustaina img {
        width: 67px;
    }

    .glb-menu {
        position: absolute;
        top: 17.75px;
        right: 20px;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
        background: transparent;
        display: grid;
        gap: 5px;
        place-content: center;
    }

    .glb-menu span:not(.glb-visually-hidden) {
        display: block;
        width: 30px;
        height: 2px;
        background: var(--glb-deep);
        transition:
            transform 0.2s ease,
            opacity 0.2s ease;
    }

    .glb-menu[aria-expanded="true"]
        span:not(.glb-visually-hidden):nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .glb-menu[aria-expanded="true"]
        span:not(.glb-visually-hidden):nth-child(2) {
        opacity: 0;
    }

    .glb-menu[aria-expanded="true"]
        span:not(.glb-visually-hidden):nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .glb-nav {
        position: fixed;
        top: 65.5px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        max-height: 0;
        padding: 0 20px;
        border-radius: 0;
        gap: 0;
        background: #fff;
        box-shadow: none;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition:
            max-height 0.2s ease,
            opacity 0.2s ease,
            padding 0.2s ease,
            transform 0.2s ease,
            visibility 0s linear 0.2s;
        visibility: hidden;
    }

    .glb-nav.is-open {
        max-height: calc(100dvh - 65.5px);
        padding: 20px 20px 50px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        transition:
            max-height 0.2s ease,
            opacity 0.2s ease,
            padding 0.2s ease,
            transform 0.2s ease;
        visibility: visible;
    }

    .glb-nav a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        height: 55px;
        padding: 15px 10px;
        background: #fff;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1.3px;
        border-left: 0 !important;
        border-top: 1px solid #ccc;
    }

    .glb-nav a:not(.glb-nav__button) {
        height: 55px;
        padding: 15px 10px;
    }

    .glb-nav a:not(.glb-nav__button) + a:not(.glb-nav__button) {
        padding-left: 10px;
        border-left: 0 !important;
    }

    .glb-nav a:not(.glb-nav__button) > span {
        flex: 1 0 0;
        min-width: 0;
        word-break: break-word;
    }

    .glb-nav a:not(.glb-nav__button)::after {
        content: "";
        display: block;
        flex: 0 0 auto;
        width: 14px;
        height: 10px;
        background: url("/images/products/green-loop-bmk/nav-menu-arrow.svg")
            center/contain no-repeat;
    }

    .glb-nav a:nth-of-type(4) {
        border-bottom: 1px solid #ccc;
    }

    .glb-nav__button {
        display: none !important;
    }

    .glb-hero {
        min-height: auto;
        padding: 80px 20px 45px;
    }

    .glb-hero__stage {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        min-height: 0;
        padding-top: 0;
    }

    .glb-hero__photo {
        flex: none;
        width: 100%;
        height: auto;
        aspect-ratio: 335 / 120;
        border-radius: 10px;
    }

    .glb-hero__photo img {
        object-fit: cover;
    }

    .glb-hero__content {
        flex: none;
        gap: 20px;
        width: 100%;
    }

    .glb-hero__lead {
        gap: 17.632px;
        width: 100%;
    }

    .glb-hero__lead strong {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 1.2px;
    }

    .glb-hero__lead span {
        font-size: 11px;
        line-height: 1.7;
        letter-spacing: 0.88px;
    }

    .glb-hero__lead-line {
        width: 8.545px;
        height: 12.344px;
    }

    .glb-hero__type {
        font-size: 13px;
        line-height: 1.25;
        letter-spacing: 1.3px;
    }

    .glb-hero__title {
        margin-top: -15px;
    }

    .glb-hero__title-image {
        width: 100%;
        height: auto;
    }

    .glb-hero__release {
        gap: 8.816px;
        width: 100%;
        padding: 0 0 3px;
        border-radius: 2px;
    }

    .glb-hero__release img {
        width: 19.68px;
        height: 10.488px;
    }

    .glb-hero__release p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.7053px;
    }

    .glb-hero__release span:first-child {
        font-size: 14px;
    }

    .glb-hero__release-month {
        font-size: 20px;
        letter-spacing: -1px;
    }

    .glb-hero__points {
        grid-template-columns: 1fr;
        gap: 5px;
        width: 100%;
        height: 220px;
        margin-top: 0;
    }

    .glb-hero__points li {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        width: 100%;
        height: 70px;
        min-height: 0;
        padding: 10px 15px;
        border-radius: 10px;
        text-align: left;
    }

    .glb-hero__point-icon {
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
    }

    .glb-hero__point-icon img {
        width: 28.8px;
        height: auto;
    }

    .glb-hero__points li:nth-child(2) .glb-hero__point-icon img {
        width: 31.2px;
        height: auto;
    }

    .glb-hero__points p {
        flex: 1 1 auto;
        width: auto;
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.8px;
        text-align: left;
    }

    .glb-hero__points p > span:first-child {
        display: block;
    }

    .glb-hero__points p > span:last-child:not(:first-child) {
        display: inline;
    }

    .glb-hero__points strong {
        display: inline;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0.9px;
    }

    .glb-hero__points li:nth-child(3) strong {
        font-size: 17px;
        letter-spacing: 0.85px;
    }

    .glb-wrap {
        padding-bottom: 40px;
    }

    .glb-floating-cta {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        height: 40px;
    }

    .glb-floating-cta__item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 0;
        padding: 0 20px;
        background: #008268;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.55px;
        white-space: nowrap;
    }

    .glb-floating-cta__item--dark {
        background: #113e2f;
    }

    .glb-floating-cta__icon {
        display: block;
        flex: 0 0 auto;
    }

    .glb-floating-cta__icon--download {
        width: 14px;
        height: 17px;
    }

    .glb-floating-cta__icon--mail {
        width: 18px;
        height: 14px;
    }

    .glb-section__inner {
        width: min(335px, calc(100% - 40px));
    }

    .glb-qa .glb-section__inner,
    .glb-spec .glb-section__inner {
        width: calc(100% - 40px);
        max-width: none;
    }

    .glb-heading {
        gap: 14px;
        margin-bottom: 30px;
    }

    .glb-heading__label {
        display: inline-block;
        width: auto;
        max-width: 100%;
        padding: 10px 30px;
        font-size: 13px;
        letter-spacing: 0.26px;
        white-space: normal;
    }

    .glb-heading h2 {
        font-size: 31px;
        line-height: 1.35;
    }

    .glb-heading__line {
        width: 60px;
        height: 8px;
    }

    .glb-worries {
        padding: 10px 20px 60px;
    }

    .glb-worries .glb-section__inner {
        width: 100%;
        gap: 0;
    }

    .glb-heading--worries {
        gap: 10px;
    }

    .glb-heading--worries .glb-heading__label {
        margin-bottom: 10px;
    }

    .glb-heading--worries h2 {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 1.4px;
    }

    .glb-heading--worries h2 span:last-child {
        display: block;
    }

    .glb-heading--worries .glb-heading__line {
        margin-top: 10px;
    }

    .glb-worry-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px 11.356px;
        margin-top: 10px;
    }

    .glb-worry-list li {
        gap: 10px;
        width: 100%;
    }

    .glb-worry-card,
    .glb-worry-card__head,
    .glb-worry-card__body {
        width: 100%;
    }

    .glb-worry-card__head {
        height: 56.78px;
    }

    .glb-worry-card__head::before {
        height: 29.525px;
        border-radius: 10px 10px 0 0;
    }

    .glb-worry-card__body {
        min-height: 93px;
        padding: 10px clamp(14px, 5.97vw, 20px) 20px;
        border-radius: 0 0 10px 10px;
    }

    .glb-worry-list__num {
        top: 4.54px;
        width: 48.263px;
        height: 48.263px;
    }

    .glb-worry-list__num-inner {
        gap: 2px;
    }

    .glb-worry-list__num-inner small {
        font-size: 8px;
    }

    .glb-worry-list__num-inner > span {
        font-size: 16px;
    }

    .glb-worry-card__body p {
        font-size: 15px;
        line-height: 1.4;
    }

    .glb-worry-card__body sup {
        font-size: 11px;
    }

    .glb-worry-list li:nth-child(-n + 2) .glb-worry-list__arrow {
        display: none;
    }

    .glb-worry-list__arrow {
        width: 26.443px;
        height: 26px;
    }

    .glb-solution {
        min-height: 0;
        margin-top: 20px;
        padding: 30px 30px 50px;
        border-radius: 10px;
        background-position: center bottom;
    }

    .glb-solution__body {
        gap: 20px;
    }

    .glb-solution__lead {
        font-size: 22px;
        line-height: 1.25;
        letter-spacing: 1.1px;
    }

    .glb-solution__text {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1.04px;
        text-align: left;
    }

    .glb-solution__buttons {
        align-items: center;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }

    .glb-solution__buttons a {
        justify-content: space-between;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        min-height: 64px;
        padding: 15px 25px 15px 35px;
        font-size: 13px;
        line-height: 1.3;
    }

    .glb-solution__buttons a img {
        width: 13px;
        height: 8px;
    }

    .glb-solution__buttons a:first-child span {
        flex: 1;
        text-align: center;
    }

    .glb-solution__buttons a:nth-child(2) span {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 3px;
        justify-content: center;
    }

    .glb-solution__buttons a small {
        font-size: 11px;
        line-height: 1.2;
    }

    .glb-note {
        font-size: 11px;
        line-height: 1.6;
        letter-spacing: 0.88px;
    }

    .glb-worries .glb-note {
        margin-top: 20px;
    }

    .glb-features {
        padding: 0 20px 60px;
    }

    .glb-features .glb-section__inner {
        width: 100%;
    }

    .glb-features .glb-heading {
        gap: 20px;
        margin-bottom: 30px;
    }

    .glb-features .glb-heading__label {
        margin-bottom: 0;
    }

    .glb-features .glb-heading h2 {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 1.4px;
    }

    .glb-features .glb-heading h2 span {
        display: block;
    }

    .glb-feature-summary {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: auto;
        aspect-ratio: 335 / 310.862;
        margin-bottom: 35px;
        padding: 20px 0;
        border-radius: 10px;
        background-image: url("/images/products/green-loop-bmk/feature-summary-bg.jpg");
    }

    .glb-feature-summary__stage {
        width: 86.567%;
        height: auto;
        aspect-ratio: 290 / 270.862;
        container-type: inline-size;
    }

    .glb-feature-summary__item {
        width: 40%;
        height: auto;
        aspect-ratio: 1;
    }

    .glb-feature-summary__item--environment {
        top: 51.6%;
        left: 5.2%;
    }

    .glb-feature-summary__item--durability {
        top: 6.2%;
        left: 30%;
    }

    .glb-feature-summary__item--price {
        top: 51.6%;
        left: 55%;
    }

    .glb-feature-summary__num {
        margin-top: 23%;
        font-size: 18px;
        font-size: 6.21cqw;
        line-height: 1;
    }

    .glb-feature-summary__title {
        margin-top: 5px;
        margin-top: 1.72cqw;
        font-size: 16px;
        font-size: 5.52cqw;
        line-height: 1.3;
        letter-spacing: 0.8px;
        letter-spacing: 0.28cqw;
    }

    .glb-feature-summary__arrow {
        width: 18px;
        width: 6.21cqw;
        height: 18px;
        height: 6.21cqw;
        margin-top: 4px;
        margin-top: 1.38cqw;
    }

    .glb-feature-summary__arrow img {
        width: 8.92px;
        width: 3.08cqw;
        height: 5.26px;
        height: 1.81cqw;
    }

    .glb-feature-card {
        margin-top: 34px;
        border-radius: 0 0 20px 20px;
    }

    .glb-feature-card--environment,
    .glb-feature-card--durability,
    .glb-feature-card--price {
        border-radius: 10px;
    }

    .glb-env-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px;
        border-radius: 10px 10px 0 0;
    }

    .glb-env-head__main {
        gap: 25px;
    }

    .glb-env-head__num {
        gap: 4px;
        width: 66px;
        padding-right: 10px;
    }

    .glb-env-head__num span {
        font-size: 13px;
        letter-spacing: 1.3px;
    }

    .glb-env-head__num strong {
        font-size: 26px;
    }

    .glb-env-head h3 {
        font-size: 28px;
        letter-spacing: 1.4px;
    }

    .glb-env-head__tag {
        width: 100%;
        padding: 5px 30px;
        border-width: 0;
        font-size: 13px;
        letter-spacing: 0.26px;
    }

    .glb-env-body {
        gap: 30px;
        padding: 25px clamp(20px, 6.67vw, 25px) 30px;
        border-radius: 0 0 10px 10px;
    }

    .glb-env-lead {
        gap: 15px;
        padding: 20px;
        border-radius: 10px;
    }

    .glb-env-lead p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.7px;
    }

    .glb-env-lead img {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .glb-env-note {
        font-size: 11px;
        line-height: 1.3;
        letter-spacing: 0.88px;
    }

    .glb-env-section {
        gap: 25px;
    }

    .glb-env-heading {
        padding-left: 21px;
        font-size: 19px;
        line-height: 1.3;
        letter-spacing: 0.95px;
    }

    .glb-env-heading::before {
        width: 6px;
    }

    .glb-env-reduction {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 0 auto;
        aspect-ratio: 285 / 174;
        container-type: inline-size;
    }

    .glb-env-metrics {
        display: block;
        width: 100%;
        height: 100%;
    }

    .glb-env-metric {
        min-height: 0;
        gap: 1.7px;
        gap: 0.6cqw;
        padding: 6.8px;
        padding: 2.39cqw;
        border-width: 0.34px;
        border-radius: 3.4px;
        border-radius: 1.19cqw;
    }

    .glb-env-metric span {
        font-size: 6.8px;
        font-size: 2.39cqw;
        letter-spacing: 0.14px;
        letter-spacing: 0.05cqw;
    }

    .glb-env-metric strong {
        font-size: 10.9px;
        font-size: 3.82cqw;
        letter-spacing: 0.22px;
        letter-spacing: 0.08cqw;
    }

    .glb-env-metric small,
    .glb-env-metric em {
        font-size: 6.8px;
        font-size: 2.39cqw;
    }

    .glb-env-metric--can {
        position: absolute;
        top: 0;
        left: 0;
        width: 48.81%;
        height: 26.52%;
    }

    .glb-env-metric-group {
        position: absolute;
        top: 29.55%;
        left: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 41.67%;
        width: 100%;
        height: 26.52%;
    }

    .glb-env-metric--area,
    .glb-env-metric--wall {
        height: 100%;
        border-radius: 3.4px;
        border-radius: 1.19cqw;
    }

    .glb-env-metric--area {
        border-right: 0;
        border-radius: 3.4px 0 0 3.4px;
        border-radius: 1.19cqw 0 0 1.19cqw;
    }

    .glb-env-metric--area strong {
        font-size: 12.2px;
        font-size: 4.28cqw;
    }

    .glb-env-metric--area small {
        font-size: 8.1px;
        font-size: 2.84cqw;
    }

    .glb-env-metric--wall {
        border-left: 0;
        border-radius: 0 3.4px 3.4px 0;
        border-radius: 0 1.19cqw 1.19cqw 0;
    }

    .glb-env-metric--wall::before {
        top: 6.8px;
        top: 2.39cqw;
        bottom: 6.8px;
        bottom: 2.39cqw;
        width: 0.34px;
    }

    .glb-env-reduction__note {
        position: absolute;
        top: 5.17%;
        left: 51.2%;
        width: 48.8%;
        font-size: 4.75px;
        font-size: 1.67cqw;
        line-height: 1.6;
        letter-spacing: 0.38px;
        letter-spacing: 0.13cqw;
    }

    .glb-env-reduction__comparison {
        position: absolute;
        top: 59.97%;
        left: 2.38%;
        width: 53.57%;
    }

    .glb-env-reduction__saving {
        position: absolute;
        top: 59.97%;
        right: auto;
        left: 59.88%;
        width: 38.51%;
    }

    .glb-env-system {
        flex-direction: column;
        gap: 20px;
    }

    .glb-env-system__content {
        gap: 20px;
    }

    .glb-env-system__text {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1.04px;
    }

    .glb-env-epd {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px;
    }

    .glb-env-epd__text p {
        font-size: 15px;
        letter-spacing: 0.75px;
    }

    .glb-env-epd dl {
        font-size: 13px;
        letter-spacing: 1.04px;
    }

    .glb-env-epd__images {
        display: grid;
        grid-template-columns: minmax(0, 60px) minmax(0, 180px);
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 7.69%, 20px);
        width: min(100%, 260px);
        margin: 0 auto;
    }

    .glb-env-epd__product {
        width: 100%;
        max-width: 60px;
    }

    .glb-env-epd__logo {
        width: 100%;
        max-width: 180px;
        margin-top: 12px;
    }

    .glb-env-system__card {
        flex: none;
        flex-direction: row;
        gap: 23px;
        width: 100%;
        padding: 20px 25px;
    }

    .glb-env-system__card img {
        flex: 0 0 50px;
        width: 50px;
    }

    .glb-env-system__card a {
        flex: 1;
        height: auto;
        min-height: 48px;
        padding: 15px 25px 15px 35px;
        font-size: 12px;
    }

    .glb-env-system__card a::after {
        width: 7px;
        height: 7px;
        margin-left: 10px;
    }

    .glb-lead-group {
        gap: 20px;
    }

    .glb-feature-section {
        gap: 25px;
    }

    .glb-feature-section--tight {
        gap: 25px;
    }

    .glb-figure-block,
    .glb-figure-block--price {
        gap: 20px;
    }

    .glb-text {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1.04px;
    }

    .glb-note--center {
        text-align: left;
    }

    .glb-image,
    .glb-figure-block picture {
        width: 100%;
        max-width: none;
    }

    .glb-technology {
        padding: 0 20px 60px;
    }

    .glb-technology .glb-section__inner {
        width: 100%;
    }

    .glb-technology .glb-heading {
        gap: 20px;
        margin-bottom: 30px;
    }

    .glb-technology .glb-heading__label {
        margin-bottom: 0;
    }

    .glb-technology .glb-heading h2 {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 1.4px;
    }

    .glb-technology .glb-heading h2 span {
        display: block;
    }

    .glb-tech-list {
        gap: 20px;
    }

    .glb-tech-card,
    .glb-tech-card:not(.is-open) .glb-tech-card__head {
        border-radius: 10px;
    }

    .glb-tech-card__head {
        min-height: 0;
        padding: 25px;
        border-radius: 10px 10px 0 0;
    }

    .glb-tech-card__head-main {
        gap: 20px;
        align-items: stretch;
    }

    .glb-tech-card__mark {
        flex-basis: 30px;
        width: 30px;
        height: 17px;
        align-self: center;
    }

    .glb-tech-card__divider {
        flex-basis: 3px;
        width: 3px;
    }

    .glb-tech-card__title {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 1.2px;
        white-space: normal;
    }

    .glb-tech-card__toggle {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
        margin-left: 12px;
        align-self: center;
    }

    .glb-tech-card__toggle::before,
    .glb-tech-card__toggle::after {
        width: 20px;
        height: 2px;
    }

    .glb-tech-card__body {
        gap: 30px;
        padding: 25px 25px 30px;
        border-radius: 0 0 10px 10px;
    }

    .glb-tech-group {
        gap: 25px;
    }

    .glb-tech-group__title {
        padding-left: 21px;
        font-size: 19px;
        letter-spacing: 0.95px;
    }

    .glb-tech-group__title::before {
        width: 6px;
    }

    .glb-tech-grid,
    .glb-tech-spec {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .glb-tech-item {
        gap: 15px;
    }

    .glb-tech-item h4,
    .glb-tech-spec__item h4 {
        font-size: 15px;
        letter-spacing: 0.75px;
    }

    .glb-tech-item p,
    .glb-tech-spec p {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1.04px;
    }

    .glb-tech-chart {
        gap: 20px;
    }

    .glb-tech-chart img {
        width: 100%;
    }

    .glb-tech-chart figcaption {
        font-size: 12px;
        letter-spacing: 0.96px;
    }

    .glb-tech-spec__column {
        gap: 25px;
    }

    .glb-tech-spec__column--right {
        gap: 30px;
    }

    .glb-tech-spec__lead {
        gap: 15px;
    }

    .glb-tech-spec__lead img {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .glb-tech-spec__lead h3 {
        font-size: 19px;
        letter-spacing: 0.95px;
    }

    .glb-tech-spec__items {
        gap: 25px;
    }

    .glb-tech-spec__item,
    .glb-tech-spec__feature {
        gap: 15px;
    }

    .glb-qa {
        padding: 0 0 60px;
    }

    .glb-qa__list {
        gap: 20px;
    }

    .glb-qa-card {
        border-radius: 0;
    }

    .glb-qa-card__head {
        min-height: 80px;
        padding: 15px 20px;
        border-radius: 10px 10px 0 0;
        gap: 20px;
    }

    .glb-qa-card.is-collapsed .glb-qa-card__head {
        border-radius: 10px;
    }

    .glb-qa-card__num {
        flex-basis: 35px;
        font-size: 24px;
        line-height: 1.2;
    }

    .glb-qa-card__divider {
        flex-basis: 3px;
        width: 3px;
        height: 40px;
    }

    .glb-qa-card__question {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }

    .glb-qa-card__toggle {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .glb-qa-card__toggle::before,
    .glb-qa-card__toggle::after {
        width: 20px;
        height: 2px;
    }

    .glb-qa-card__panel {
        border-radius: 0 0 10px 10px;
    }

    .glb-qa-card__body {
        gap: 30px;
        padding: 25px 25px 30px;
        border-width: 1px;
        border-radius: 0 0 10px 10px;
    }

    .glb-qa-answer {
        gap: 15px;
    }

    .glb-qa-answer__num {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .glb-qa-answer__lead,
    .glb-qa-answer__text p {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 0.08em;
    }

    .glb-qa-answer__lead {
        padding-top: 0;
    }

    .glb-qa-answer__text {
        gap: 30px;
    }

    .glb-qa-image {
        width: 100%;
    }

    .glb-qa-answer__note {
        margin-top: -10px;
        font-size: 11px;
        line-height: 1.6;
        text-align: left;
    }

    .glb-spec {
        padding: 0 0 60px;
    }

    .glb-spec__content {
        gap: 30px;
        padding: 25px;
        border-width: 1px;
        border-radius: 10px;
    }

    .glb-spec-block {
        gap: 25px;
    }

    .glb-spec-block h3 {
        padding-left: 20px;
        font-size: 19px;
        line-height: 1.45;
        letter-spacing: 0.95px;
    }

    .glb-spec-block h3::before {
        width: 6px;
    }

    .glb-spec-table {
        font-size: 9.75px;
        line-height: 1.5;
    }

    .glb-spec-table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .glb-spec-table-group--drying {
        gap: 15px;
    }

    .glb-spec-table-wrap::-webkit-scrollbar {
        height: 6px;
    }

    .glb-spec-table-wrap::-webkit-scrollbar-track {
        border-radius: 100px;
        background: #eaeaea;
    }

    .glb-spec-table-wrap::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: #999;
    }

    .glb-spec-table--package,
    .glb-spec-table--drying {
        width: 100%;
        min-width: 0;
    }

    .glb-spec-table--package {
        line-height: 1.1;
        letter-spacing: 0;
    }

    .glb-spec-table--drying {
        line-height: 1.1;
        letter-spacing: 0;
    }

    .glb-spec-table--package thead th,
    .glb-spec-table--drying thead th {
        height: 26px;
    }

    .glb-spec-table--package tbody td,
    .glb-spec-table--drying tbody th,
    .glb-spec-table--drying tbody td {
        height: 45.5px;
    }

    .glb-spec-table--package thead th {
        padding: 3.25px 0;
        font-size: 9.75px;
    }

    .glb-spec-table--package tbody td {
        padding: 3.25px 6.5px;
        font-size: 9.75px;
        font-weight: 400;
    }

    .glb-spec-table--drying thead th {
        padding: 3.25px 0;
        font-size: 9.75px;
    }

    .glb-spec-table--drying tbody th,
    .glb-spec-table--drying tbody td {
        padding: 3.25px 6.5px;
        font-size: 9.75px;
    }

    .glb-spec-table--drying tbody th {
        font-weight: 700;
    }

    .glb-spec-table--drying tbody td {
        font-weight: 400;
    }

    .glb-spec-table--undercoat-list {
        width: 480px;
        line-height: 1.1;
        letter-spacing: 0;
    }

    .glb-spec-table--system {
        width: 702px;
        min-width: 702px;
        line-height: 1.1;
        letter-spacing: 0;
    }

    .glb-spec-table th,
    .glb-spec-table td {
        padding: 6.5px;
        border-width: 0.65px;
    }

    .glb-spec-table--system th,
    .glb-spec-table--system td {
        padding: 3.25px 6.5px;
        font-size: 9.75px;
        line-height: 1.1;
    }

    .glb-spec-table--system thead th {
        padding: 3.25px 2px;
        font-size: 9.75px;
        line-height: 1.1;
    }

    .glb-spec-table--system tbody th {
        padding: 3.25px 6.5px;
        font-size: 9.75px;
        line-height: 1.1;
    }

    .glb-spec-table--system tbody td {
        padding: 3.25px 6.5px;
        font-size: 9.75px;
        line-height: 1.1;
    }

    .glb-spec-table--system th {
        padding-right: 2px;
        padding-left: 2px;
    }

    .glb-spec-table--system tbody th {
        padding-right: 6.5px;
        padding-left: 6.5px;
    }

    .glb-spec-table--flat .glb-spec-system-row--undercoat {
        height: 46.15px;
    }

    .glb-spec-cell-stack span {
        height: 23.075px;
        padding: 3.25px 6.5px;
    }

    .glb-spec-cell-stack span + span {
        border-top-width: 0.65px;
    }

    .glb-spec-table--yuzu .glb-spec-system-row--yuzu-undercoat {
        height: 82.55px;
    }

    .glb-spec-table--yuzu .glb-spec-system-row--yuzu-main {
        height: 36.4px;
    }

    .glb-spec-table--yuzu .glb-spec-cell-stack--2 span {
        height: 41.275px;
    }

    .glb-spec-table--yuzu .glb-spec-cell-stack--4 span {
        height: 20.6375px;
    }

    .glb-spec-table--elastic .glb-spec-system-row--elastic-main {
        height: 67.6px;
    }

    .glb-spec-table--elastic .glb-spec-cell-stack--elastic-2 span {
        height: 33.8px;
    }

    .glb-spec-table--wave .glb-spec-system-row--wave-main {
        height: 28.6px;
    }

    .glb-spec-table--re-elastic .glb-spec-system-row--re-elastic-main {
        height: 50.7px;
    }

    .glb-spec-table--re-elastic .glb-spec-cell-stack--re-elastic-2 span {
        height: 25.35px;
    }

    .glb-spec-table--repair-flat .glb-spec-system-row--repair-undercoat {
        height: 28.6px;
    }

    .glb-spec-table--repair .glb-spec-system-row--repair-main {
        height: 28.6px;
    }

    .glb-spec-table--siding .glb-spec-system-row--siding-undercoat {
        height: 56.55px;
    }

    .glb-spec-table--siding .glb-spec-cell-stack--3 span {
        height: 18.85px;
    }

    .glb-spec-table--steel .glb-spec-system-row--steel-coat {
        height: 46.15px;
    }

    .glb-spec-table--steel .glb-spec-cell-stack--steel-2 span {
        height: 23.075px;
    }

    .glb-spec-table--steel small {
        font-size: 7.8px;
    }

    .glb-spec-table--package thead th,
    .glb-spec-table--drying thead th {
        padding: 3.25px 0;
    }

    .glb-spec-table--package tbody td,
    .glb-spec-table--drying tbody th,
    .glb-spec-table--drying tbody td {
        padding: 3.25px 6.5px;
    }

    .glb-spec-undercoat-col-category {
        width: 61px;
    }

    .glb-spec-undercoat-col-products {
        width: 269px;
    }

    .glb-spec-undercoat-col-substrate {
        width: 150px;
    }

    .glb-spec-table--undercoat-list thead th {
        height: 35.383px;
        padding: 3.25px 6.5px;
        font-size: 9.75px;
    }

    .glb-spec-table--undercoat-list tbody th,
    .glb-spec-table--undercoat-list tbody td {
        padding: 3.25px 6.5px;
        font-size: 9.75px;
    }

    .glb-spec-undercoat-row--wall {
        height: 302px;
    }

    .glb-spec-undercoat-row--metal {
        height: 141.5px;
    }

    .glb-spec-undercoat-products,
    .glb-spec-undercoat-products a {
        font-size: 9.75px;
        line-height: 1.6;
    }

    .glb-spec-note--undercoat {
        line-height: 1.3;
        letter-spacing: 0.88px;
    }

    .glb-spec-col-step {
        width: 13.518519%;
    }

    .glb-spec-col-product {
        width: 20.185185%;
    }

    .glb-spec-col-count {
        width: 5.740741%;
    }

    .glb-spec-col-amount {
        width: 10.185185%;
    }

    .glb-spec-col-dry {
        width: 12.037037%;
    }

    .glb-spec-col-thinner,
    .glb-spec-col-rate {
        width: 6.203704%;
    }

    .glb-spec-col-method {
        width: 25.925926%;
    }

    .glb-spec-list {
        gap: 20px;
    }

    .glb-spec-item__head {
        padding-bottom: 15px;
        gap: 16px;
    }

    .glb-spec-item__head > span {
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.75px;
    }

    .glb-spec-title-main,
    .glb-spec-title-note {
        display: block;
    }

    .glb-spec-title-main {
        font-size: 15px;
        line-height: 1.6;
    }

    .glb-spec-title-note {
        font-size: 15px;
        line-height: 1.6;
    }

    .glb-spec-item__head i {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
    }

    .glb-spec-item__head i::before,
    .glb-spec-item__head i::after {
        width: 9px;
        height: 2px;
    }

    .glb-spec-item__body {
        gap: 20px;
        padding-top: 25px;
    }

    .glb-spec-note {
        font-size: 11px;
        line-height: 1.6;
    }

    .glb-spec-note--drying {
        line-height: 1.3;
        letter-spacing: 0.88px;
    }

    .glb-spec-note--system {
        line-height: 1.3;
        letter-spacing: 0.88px;
    }

    .glb-contact {
        width: calc(100% - 40px);
        margin-inline: auto;
        margin-bottom: 60px;
        padding: 50px 0 58px;
        border-radius: 28px;
        background-position: center bottom;
    }

    #technology-contact {
        margin-top: 60px;
    }

    .glb-contact::after {
        height: 120px;
    }

    .glb-contact h2 {
        margin-bottom: 20px;
        font-size: 31px;
    }

    .glb-contact p {
        font-size: 13px;
        line-height: 1.8;
    }

    .glb-contact__notice {
        margin: 24px 0 34px !important;
        padding: 13px 15px;
        font-size: 13px !important;
    }

    .glb-contact__links {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .glb-contact__button {
        min-height: 58px;
        font-size: 13px;
    }

    .glb-contact__button::before {
        margin-right: 14px;
        transform: scale(0.8);
    }

    .glb-footer {
        flex-direction: column;
        justify-content: center;
        padding: 40px 20px;
        text-align: center;
    }

    .glb-footer img {
        width: 200px;
    }
}
