﻿@charset "UTF-8";

.p-fv {
    position: relative;
    overflow: hidden;
    padding: 30px 0 54px;
    background:
        radial-gradient(circle, rgba(9, 42, 80, 0.08) 1.4px, transparent 1.6px) 0 0 / 18px 18px,
        linear-gradient(100deg, #fff 0%, #fff 58%, #fff7ed 100%);
}

.p-fv .l-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: center;
}

.p-fv__body {
    padding-top: 14px;
}

.p-fv__lead {
    color: #092a50;
    font-size: 18px;
    font-weight: 900;
}

.p-fv__title {
    margin-top: 20px;
    color: #092a50;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
}

.p-fv__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 34px;
}

.p-fv__feature {
    display: grid;
    justify-items: center;
    padding: 0 14px;
    color: #092a50;
    text-align: center;
}

.p-fv__feature + .p-fv__feature {
    border-left: 1px solid #e6edf5;
}

.p-fv__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    color: #092a50;
    font-size: 36px;
    font-weight: 900;
}

.p-fv__name {
    font-size: 14px;
    font-weight: 900;
}

.p-fv__desc {
    margin-top: 6px;
    color: #536477;
    font-size: 12px;
    line-height: 1.65;
}

.p-fv__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.p-fv__visual {
    position: relative;
    min-height: 470px;
}

.p-fv__visual::before,
.p-fv__visual::after {
    content: "";
    position: absolute;
    width: 144px;
    height: 144px;
    background: radial-gradient(circle, rgba(9, 42, 80, 0.12) 1.5px, transparent 1.8px) 0 0 / 18px 18px;
    opacity: 0.7;
}

.p-fv__visual::before {
    right: 54px;
    top: 4px;
}

.p-fv__visual::after {
    left: 38px;
    bottom: 18px;
}

.p-fv__card {
    position: absolute;
    overflow: hidden;
    width: 31%;
    height: 408px;
    border: 8px solid #fff;
    border-radius: 8px;
    background: #edf2f7;
    box-shadow: 0 18px 36px rgba(9, 42, 80, 0.18);
}

.p-fv__press {
    left: 2%;
    top: 18px;
    transform: rotate(5deg);
    z-index: 2;
}

.p-fv__safety {
    left: 35%;
    top: 64px;
    transform: rotate(-5deg);
    z-index: 3;
}

.p-fv__staff {
    right: 2%;
    top: 74px;
    transform: rotate(5deg);
    z-index: 1;
}

.p-fv__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-use,
.p-reason,
.p-benefit,
.p-material,
.p-method,
.p-spec,
.p-guide,
.p-faq,
.p-knowledge {
    padding: 42px 0 54px;
    background: #fff;
}

.p-use {
    padding: 56px 0 64px;
    background:
        radial-gradient(circle at 8% 0%, rgba(9, 42, 80, 0.06), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #f2f7fc 100%);
}

.p-product,
.p-case {
    padding: 42px 0 54px;
    background: #fff;
}

.p-use__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.p-product__list,
.p-knowledge__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.p-case__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.p-catalog {
    padding: 58px 0 64px;
    background:
        radial-gradient(circle at 8% 0%, rgba(9, 42, 80, 0.06), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #fff 48%);
}

.p-catalog__header {
    margin-bottom: 30px;
}

.p-catalog__body {
    max-width: 1200px;
    margin-top: 26px;
}

.p-catalog__label {
    color: #ff850b;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.p-catalog__title {
    margin-top: 8px;
    color: #092a50;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.3;
}

.p-catalog__text {
    margin-top: 14px;
    color: #536477;
    font-size: 16px;
    line-height: 1.9;
}

.p-catalog__visual {
    overflow: hidden;
    aspect-ratio: 1100 / 335;
    border-radius: 8px;
    background: #edf2f7;
    box-shadow: 0 18px 36px rgba(9, 42, 80, 0.12);
}

.p-catalog__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-catalog__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.p-filter {
    margin-bottom: 30px;
}

.p-filter__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.p-filter__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #c9d7e6;
    border-radius: 999px;
    color: #092a50;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.p-filter__current {
    border-color: #092a50;
    color: #fff;
    background: #092a50;
}

.p-sitemap {
    padding: 58px 0 68px;
    background: #fff;
}

.p-sitemap__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.p-sitemap__wide {
    grid-column: 1 / -1;
}

.p-sitemap__section {
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.07);
}

.p-sitemap__title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #092a50;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
}

.p-sitemap__icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: #092a50;
    font-size: 17px;
}

.p-sitemap__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    margin-top: 18px;
}

.p-sitemap__section:not(.p-sitemap__wide) .p-sitemap__list {
    grid-template-columns: 1fr;
}

.p-sitemap__link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
    padding: 10px 0;
    border-bottom: 1px solid #e6edf5;
    color: #26394d;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.p-sitemap__link::after {
    content: "\f054";
    flex: 0 0 auto;
    margin-top: 0.35em;
    color: #ff850b;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
}

.p-sitemap__empty {
    margin-top: 18px;
    padding: 18px;
    border-radius: 8px;
    color: #536477;
    background: #f4f8fc;
    font-size: 14px;
    font-weight: 700;
}

.p-case__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.p-case__tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    background: #092a50;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.4;
}

.p-case__panels {
    display: grid;
    gap: 16px;
    max-width: 1200px;
}

.p-casepage .p-catalog__visual {
    margin-top: 28px;
}

.p-usepage__samples,
.p-detail__products,
.p-detail__cases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.p-usepage__sample {
    overflow: hidden;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-usepage__img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.p-usepage__sample h3 {
    padding: 16px;
    color: #092a50;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
}

.p-usepage__case {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-usepage__caseimg {
    overflow: hidden;
    border-radius: 8px;
    background: #edf2f7;
}

.p-usepage__caseimg img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.p-usepage__casebody h3 {
    color: #092a50;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.p-usepage__casebody p {
    margin-top: 10px;
    color: #44576b;
    font-size: 15px;
    line-height: 1.9;
}

.p-usepage__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 528px;
    gap: 36px;
    align-items: center;
}

.p-usepage__header .p-catalog__body {
    max-width: 100%;
    margin-top: 0;
}

.p-usepage__visual {
    width: 100%;
    max-width: 528px;
    aspect-ratio: 528 / 360;
    margin: 0 0 0 auto;
}

@media (hover: hover) and (pointer: fine) {
    .p-sitemap__link:hover {
        color: #ff850b;
    }

    .p-filter__link:hover {
        border-color: #092a50;
        color: #fff;
        background: #092a50;
        transform: translateY(-1px);
    }

    .p-form__product:hover .p-form__productcard {
        border-color: #ff850b;
        box-shadow: 0 16px 30px rgba(9, 42, 80, 0.14);
        transform: translateY(-2px);
    }

    .p-form__product input:checked + .p-form__productcard {
        transform: none;
    }
}

.p-contact {
    padding: 42px 0 64px;
    background: #fff;
}

.p-contact__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
    gap: 28px;
    align-items: start;
}

.p-contact__aside,
.p-contact__form {
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-contact__aside {
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 133, 11, 0.10), transparent 36%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.p-contact__list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.p-contact__list div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid #e1eaf4;
    border-radius: 8px;
    background: #fff;
}

.p-contact__list span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: #092a50;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
}

.p-contact__list p {
    color: #092a50;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.55;
}

.p-contact__list strong,
.p-contact__list small {
    display: block;
}

.p-contact__list small {
    margin-top: 4px;
    color: #536477;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.65;
}

.p-contact__tel {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 133, 11, 0.24), transparent 38%),
        linear-gradient(145deg, #092a50 0%, #123e73 100%);
    box-shadow: 0 16px 30px rgba(9, 42, 80, 0.18);
}

.p-contact__tel p {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
}

.p-contact__tel p::before {
    content: "\f095";
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #092a50;
    background: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
}

.p-contact__tel a {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.p-contact__tel span {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.8;
}

.p-contact__form {
    min-height: 320px;
}

.p-form {
    display: grid;
    gap: 22px;
}

.p-form__alert {
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid #ffc8c8;
    border-radius: 8px;
    color: #8a1f1f;
    background: #fff5f5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.p-form__alert p {
    font-weight: 900;
}

.p-form__alert ul {
    margin-top: 8px;
    padding-left: 1.2em;
}

.p-form__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.p-form__group {
    display: grid;
    gap: 8px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6edf5;
}

.p-form__group--disabled {
    opacity: 0.45;
}

.p-form__group--disabled,
.p-form__group--disabled label {
    cursor: not-allowed;
}

.p-form__group--disabled input,
.p-form__group--disabled select,
.p-form__group--disabled textarea {
    background: #f3f6f9;
}

.p-form__label {
    display: block;
    color: #092a50;
    font-size: 14px;
    font-weight: 900;
}

.p-form__required {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin-left: 6px;
    padding: 0 8px;
    border-radius: 999px;
    color: #fff;
    background: #ff850b;
    font-size: 11px;
    font-weight: 900;
    vertical-align: middle;
}

.p-form__note {
    color: #536477;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
}

.p-form__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.p-form__product {
    display: block;
    cursor: pointer;
}

.p-form__product input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.p-form__productcard {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 132px;
    overflow: hidden;
    border: 2px solid #d9e5f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(9, 42, 80, 0.06);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.p-form__productcard--text {
    grid-template-columns: minmax(0, 1fr);
}

.p-form__product input:checked + .p-form__productcard {
    border-color: #ff850b;
    box-shadow: 0 14px 28px rgba(9, 42, 80, 0.16);
}

.p-form__productmedia {
    display: block;
    min-height: 132px;
    background: #edf2f7;
}

.p-form__productmedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-form__productbody {
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 12px;
}

.p-form__producttag {
    display: inline-flex;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    color: #fff;
    background: #ff850b;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.4;
}

.p-form__producttitle {
    color: #092a50;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.p-form__producttext {
    color: #536477;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}

.p-form__error {
    display: block;
    color: #d93025;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.7;
}

.p-form__input,
.p-form__textarea {
    width: 100%;
    border: 2px solid #c9d7e6;
    border-radius: 8px;
    color: #092a50;
    background: #fdfefe;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    box-shadow: inset 0 1px 2px rgba(9, 42, 80, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.p-form__input {
    min-height: 52px;
    padding: 0 14px;
}

.p-form__textarea {
    min-height: 180px;
    padding: 14px;
    resize: vertical;
}

.p-form__errorfield,
.p-form__errorarea {
    border-color: #d93025;
    background: #fff8f8;
}

.p-form__input:focus,
.p-form__textarea:focus {
    outline: 3px solid rgba(255, 133, 11, 0.22);
    border-color: #ff850b;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255, 133, 11, 0.18);
}

.p-form__radios {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.p-form__radio {
    display: inline-flex;
    align-items: center;
    min-width: 140px;
    min-height: 48px;
    padding: 0 16px;
    border: 2px solid #c9d7e6;
    border-radius: 8px;
    color: #092a50;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.p-form__radio input {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    accent-color: #ff850b;
}

.p-form__radio:has(input:checked) {
    border-color: #092a50;
    color: #fff;
    background: #092a50;
}

.p-form__radio--wide {
    width: 100%;
}

.p-form__unit,
.p-form__size {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: #092a50;
    font-size: 15px;
    font-weight: 900;
}

.p-form__unit .p-form__input {
    width: min(100%, 220px);
}

.p-form__size .p-form__input {
    width: 120px;
}

.p-form__upload {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 118px;
    padding: 20px;
    border: 2px dashed #c9d7e6;
    border-radius: 8px;
    color: #092a50;
    background: #f8fbff;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.p-form__upload i {
    display: block;
    margin-bottom: 8px;
    color: #ff850b;
    font-size: 26px;
}

.p-form__upload:hover {
    border-color: #ff850b;
    color: #092a50;
    background: #fff8f0;
}

.p-form__selected {
    border-color: #1f8f5f;
    background: #f2fbf7;
}

.p-form__selected i {
    color: #1f8f5f;
}

.p-form__uploadtext {
    display: block;
}

.p-form__filename {
    display: block;
    max-width: 100%;
    min-height: 30px;
    margin-top: 10px;
    padding: 7px 12px;
    border: 1px solid #dce8f3;
    border-radius: 999px;
    color: #536477;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.p-form__selected .p-form__filename {
    border-color: rgba(31, 143, 95, 0.28);
    color: #0c6b43;
    background: #fff;
}

.p-form__filelist {
    display: grid;
    gap: 8px;
}

.p-form__file {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px 10px 10px 14px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    color: #092a50;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(9, 42, 80, 0.06);
}

.p-form__filetext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-form__remove {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #ffd1d1;
    border-radius: 50%;
    color: #d93025;
    background: #fff6f6;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.p-form__remove:hover {
    border-color: #d93025;
    background: #ffecec;
    transform: scale(1.04);
}

.p-form__upload input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.p-form__submit {
    display: block;
    min-width: 280px;
    min-height: 58px;
    margin-inline: auto;
    padding: 0 40px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #ff850b;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 26px rgba(255, 133, 11, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.p-form__submit:hover {
    background: #f47b00;
    box-shadow: 0 18px 32px rgba(255, 133, 11, 0.30);
    transform: translateY(-1px);
}

.p-compare {
    padding: 58px 0 64px;
    background: #f3f8fd;
}

.p-compare__header {
    max-width: 780px;
    margin-bottom: 26px;
}

.p-compare__label {
    color: #ff850b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.p-compare__title {
    margin-top: 8px;
    color: #092a50;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.45;
}

.p-compare__text {
    margin-top: 10px;
    color: #44576b;
    font-size: 15px;
    line-height: 1.85;
}

.p-article__section {
    padding: 46px 0 54px;
    background: #fff;
}

.p-article .p-catalog__body {
    max-width: 1200px;
}

.p-article__section:nth-of-type(even) {
    background:
        radial-gradient(circle at 8% 0%, rgba(9, 42, 80, 0.05), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.p-article__summary,
.p-article__content {
    max-width: 1200px;
    margin-inline: auto;
}

.p-usepage__summary {
    max-width: 1200px;
}

.p-usepage__summary .p-article__text ul {
    margin-top: 1em;
    padding-left: 1.4em;
    list-style: disc;
}

.p-usepage__summary .p-article__text li {
    display: list-item;
    list-style: inherit;
}

.p-article__summary {
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-article__main {
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
    margin-top: 24px;
    margin-inline: auto;
    border-radius: 8px;
    background: #edf2f7;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-article__mainimg {
    display: block;
    width: 100%;
}

.p-article__media {
    overflow: hidden;
    margin-top: 24px;
    margin-inline: auto;
    max-width: 550px;
    border-radius: 8px;
    background: #edf2f7;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-article__img {
    display: block;
    width: 100%;
    height: auto;
}

.p-article__text {
    color: #26394d;
    font-size: 16px;
    line-height: 2;
}

.p-article__text > * + * {
    margin-top: 1.2em;
}

.p-article__text h3 {
    color: #092a50;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.p-article__text ul,
.p-article__text ol {
    padding-left: 1.4em;
}

.p-article__text ul {
    list-style: disc;
}

.p-article__text ol {
    list-style: decimal;
}

.p-article__text li {
    display: list-item;
}

.p-article__text a {
    color: #092a50;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.p-article__toc a {
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .p-article__toc a:hover {
        color: #ff850b;
        text-decoration: none;
    }
}

.p-article [id] {
    scroll-margin-top: 110px;
}

.p-article__empty {
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    color: #536477;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
}

.p-compare__table {
    overflow-x: auto;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-compare__table table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.p-compare__table th,
.p-compare__table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e6edf5;
    color: #44576b;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.p-compare__table thead th {
    color: #092a50;
    background: #edf4fb;
    font-weight: 900;
}

.p-compare__table tbody th {
    color: #092a50;
    font-weight: 900;
    white-space: nowrap;
}

.p-compare__table tr:last-child th,
.p-compare__table tr:last-child td {
    border-bottom: 0;
}

.p-compare__guide {
    margin-top: 22px;
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
    text-align: center;
}

.p-compare__guide h2 {
    color: #092a50;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.p-compare__guide p {
    margin-top: 5px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.85;
}

.p-compare__guide .c-button {
    margin-top: 18px;
}

.p-detail {
    padding: 58px 0 64px;
    background: #fff;
}

.p-detail__tone {
    background:
        radial-gradient(circle at 8% 4%, rgba(9, 42, 80, 0.06), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.p-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
    gap: 38px;
    align-items: center;
}

.p-detail__label {
    color: #ff850b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.p-detail__title {
    margin-top: 10px;
    color: #092a50;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.3;
}

.p-detail__text {
    margin-top: 16px;
    color: #44576b;
    font-size: 16px;
    line-height: 1.9;
}

.p-detail__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.p-detail__visual {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: #edf2f7;
    box-shadow: 0 18px 36px rgba(9, 42, 80, 0.14);
}

.p-detail__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-detail__heading {
    margin-bottom: 24px;
    color: #092a50;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.45;
}

.p-detail__grid,
.p-detail__features,
.p-detail__split {
    display: grid;
    gap: 18px;
}

.p-detail__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-detail__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-detail__featurelist {
    display: grid;
    gap: 14px;
}

.p-detail__featurelist article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid #dce8f3;
    border-left: 6px solid #ff850b;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(9, 42, 80, 0.07);
}

.p-detail__featurelist span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #092a50;
    background: #eef5fb;
    border-radius: 50%;
    font-size: 19px;
}

.p-detail__featurelist h3 {
    color: #092a50;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.45;
}

.p-detail__featurelist p {
    margin-top: 7px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.85;
}

.p-detail__split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-detail__card,
.p-detail__features article,
.p-detail__panel,
.p-detail__voice {
    padding: 24px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-detail__card i,
.p-detail__features i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    color: #fff;
    background: #092a50;
    border-radius: 50%;
    font-size: 20px;
}

.p-detail__card h3,
.p-detail__features h3,
.p-detail__panel h2,
.p-detail__guide h2 {
    color: #092a50;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
}

.p-detail__card p,
.p-detail__features p,
.p-detail__panel p,
.p-detail__panel li,
.p-detail__voice p {
    margin-top: 8px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.85;
}

.p-detail__lead {
    color: #44576b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
}

.p-detail__spec {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 24px;
    align-items: stretch;
}

.p-detail__specbody,
.p-detail__price {
    padding: 28px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-detail__metalist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.p-detail__metalist div {
    padding: 16px;
    border: 1px solid #e1eaf4;
    border-radius: 8px;
    background: #f8fbff;
}

.p-detail__metalist dt {
    color: #ff850b;
    font-size: 12px;
    font-weight: 900;
}

.p-detail__metalist dd {
    margin-top: 6px;
    color: #092a50;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.55;
}

.p-detail__price {
    border-color: #c9d7e6;
    background: #fff;
    color: #092a50;
}

.p-detail__badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 12px;
    border: 1px solid #092a50;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.p-detail__price h3 {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.p-detail__price p,
.p-detail__price li {
    color: #44576b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.p-detail__price p {
    margin-top: 10px;
}

.p-detail__price ul {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    padding-left: 1.2em;
    list-style: disc;
}

.p-detail__price .p-detail__buttons {
    justify-content: center;
    margin-top: 20px;
}

.p-detail__price .c-outline {
    color: #092a50;
    background: #fff;
}

.p-detail__table {
    overflow-x: auto;
    margin-bottom: 18px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
}

.p-detail__table table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.p-detail__table th,
.p-detail__table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e6edf5;
    color: #44576b;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.p-detail__table th {
    width: 160px;
    color: #092a50;
    background: #edf4fb;
    font-weight: 900;
}

.p-detail__table tr:last-child th,
.p-detail__table tr:last-child td {
    border-bottom: 0;
}

.p-detail__uses,
.p-detail__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.p-detail__uses span,
.p-detail__links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #c9d7e6;
    border-radius: 999px;
    color: #092a50;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
}

.p-detail__panel ul {
    margin-top: 12px;
    padding-left: 1.2em;
}

.p-detail__merit ul {
    display: grid;
    gap: 14px;
    padding-left: 0;
    list-style: none;
}

.p-detail__merit li {
    margin: 0;
    padding-left: 18px;
    border-left: 3px solid #ff850b;
}

.p-detail__merit strong,
.p-detail__merit span {
    display: block;
}

.p-detail__merit strong {
    color: #092a50;
    font-size: 15px;
    font-weight: 900;
}

.p-detail__merit span {
    margin-top: 4px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.75;
}

.p-detail__reason {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.p-detail__reason article {
    min-height: 230px;
    padding: 26px 22px 24px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-detail__reason span {
    display: block;
    color: rgba(9, 42, 80, 0.14);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.p-detail__reason h3 {
    margin-top: 16px;
    color: #092a50;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.p-detail__reason p {
    margin-top: 10px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.85;
}

.p-detail__flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.p-detail__flow li {
    position: relative;
    padding: 24px 22px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-detail__flow li + li::before {
    content: "\f054";
    position: absolute;
    left: -22px;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #092a50;
    background: #fff;
    border: 1px solid #c9d7e6;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    transform: translateY(-50%);
}

.p-detail__flow span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: #ff850b;
    font-size: 11px;
    font-weight: 900;
}

.p-detail__flow strong {
    display: block;
    margin-top: 14px;
    color: #092a50;
    font-size: 18px;
    font-weight: 900;
}

.p-detail__flow p {
    margin-top: 8px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.75;
}

.p-detail__voicegrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.p-detail__voice span {
    display: block;
    margin-top: 12px;
    color: #092a50;
    font-size: 13px;
    font-weight: 900;
}

.p-detail__voice h3 {
    margin-top: 10px;
    color: #092a50;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}

.p-detail__faq {
    display: grid;
    gap: 10px;
}

.p-detail__faq details {
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #fff;
}

.p-detail__faq summary {
    cursor: pointer;
    padding: 18px 20px;
    color: #092a50;
    font-size: 15px;
    font-weight: 900;
}

.p-detail__faq p {
    padding: 0 20px 18px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.85;
}

.p-reason {
    padding: 58px 0 64px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 133, 11, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.p-reason__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.p-reason__card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 32px 30px 30px;
    border: 1px solid #dce8f3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(9, 42, 80, 0.10);
}

.p-reason__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #092a50 0%, #ff850b 100%);
}

.p-reason__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-inline: auto;
    margin-bottom: 18px;
    color: #fff;
    background: linear-gradient(145deg, #123e73 0%, #06264b 100%);
    border-radius: 50%;
    font-size: 24px;
}

.p-reason__label {
    color: #ff850b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.p-reason__title {
    margin-top: 8px;
    color: #092a50;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.p-reason__text {
    margin-top: 14px;
    color: #44576b;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.9;
}

.p-reason__text + .p-reason__text {
    margin-top: 10px;
}

.p-benefit,
.p-method {
    padding: 58px 0 64px;
    background: #fff;
}

.p-material,
.p-spec {
    padding: 58px 0 64px;
    background:
        radial-gradient(circle at 8% 4%, rgba(9, 42, 80, 0.06), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.p-benefit__list,
.p-material__list,
.p-method__list {
    display: grid;
    gap: 18px;
}

.p-benefit__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.p-material__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.p-method__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-benefit__card,
.p-material__card,
.p-method__card,
.p-spec__panel {
    border: 1px solid #dce8f3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(9, 42, 80, 0.08);
}

.p-benefit__card,
.p-method__card {
    padding: 24px 20px;
    text-align: center;
}

.p-benefit__icon,
.p-method__card span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-inline: auto;
    margin-bottom: 14px;
    color: #fff;
    background: linear-gradient(145deg, #123e73 0%, #06264b 100%);
    border-radius: 50%;
    font-size: 22px;
}

.p-benefit__card h3,
.p-material__card h3,
.p-method__card h3,
.p-spec__panel h3 {
    color: #092a50;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.p-benefit__card p,
.p-material__card p,
.p-method__card p,
.p-spec__panel p {
    margin-top: 10px;
    color: #44576b;
    font-size: 14px;
    line-height: 1.85;
}

.p-material__card {
    display: flex;
    flex-direction: column;
    padding: 22px 20px;
}

.p-material__card h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #e7eff7;
}

.p-material__card span {
    display: block;
    margin-top: auto;
    padding-top: 14px;
    color: #092a50;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.6;
}

.p-spec__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.p-spec__panel {
    padding: 26px 24px;
}

.p-spec__panel ul {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.p-spec__panel li {
    position: relative;
    padding-left: 20px;
    color: #26394d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.p-spec__panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    background: #ff850b;
    border-radius: 50%;
}

.p-faq {
    padding: 56px 0 64px;
    background:
        radial-gradient(circle at 10% 0%, rgba(9, 42, 80, 0.06), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.p-faq .l-inner {
    width: min(100% - 48px, 980px);
}

.p-faq__list {
    display: grid;
    gap: 14px;
}

.p-faq__item {
    overflow: hidden;
    border: 1px solid #dce8f3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(9, 42, 80, 0.08);
}

.p-faq__item.p-faq__open {
    border-color: rgba(9, 42, 80, 0.26);
}

.p-faq__question {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    min-height: 72px;
    padding: 18px 22px;
    color: #092a50;
    cursor: pointer;
    list-style: none;
}

.p-faq__question::-webkit-details-marker {
    display: none;
}

.p-faq__text {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}

.p-faq__mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: #092a50;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.p-faq__answermark {
    background: #ff850b;
}

.p-faq__toggle {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #c6d5e4;
    border-radius: 50%;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-faq__toggle::before,
.p-faq__toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #092a50;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.p-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.p-faq__item.p-faq__open .p-faq__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__item.p-faq__open .p-faq__toggle {
    background: #f3f7fb;
    border-color: rgba(9, 42, 80, 0.28);
}

.p-faq__answer {
    overflow: hidden;
    color: #44576b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
}

.p-faq__answer[hidden] {
    display: none;
}

.p-faq__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 0 22px 22px;
}

.p-faq__inner p {
    margin: 2px 0 0;
}

.p-button {
    margin-top: 34px;
    text-align: center;
}

.p-button .c-outline {
    min-width: 290px;
    min-height: 46px;
    font-size: 14px;
}

.p-pager {
    margin-top: 34px;
}

.p-pager .nav-links,
.p-pager ul.page-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.p-pager ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-pager .page-numbers li {
    margin: 0;
}

.p-pager .nav-links > .page-numbers,
.p-pager ul.page-numbers > li > .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #c9d7e6;
    border-radius: 8px;
    color: #092a50;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.p-pager .nav-links > .current,
.p-pager ul.page-numbers > li > .current {
    color: #fff;
    border-color: #092a50;
    background: #092a50;
}

.p-guide__band {
    display: grid;
    grid-template-columns: 0.7fr 2.3fr;
    gap: 28px;
    align-items: center;
    padding: 34px 38px;
    border: 1px solid #dce8f3;
    border-radius: 10px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 133, 11, 0.10), transparent 36%),
        linear-gradient(135deg, #edf4fb 0%, #f8fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.p-guide__eyebrow {
    color: #092a50;
    font-size: 12px;
    font-weight: 900;
}

.p-guide__title {
    margin-top: 4px;
    color: #092a50;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.35;
}

.p-guide__text {
    margin-top: 8px;
    color: #536477;
    font-size: 14px;
    line-height: 1.8;
}

.p-guide__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    counter-reset: guide-step;
}

.p-guide__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 190px;
    padding: 22px 18px 20px;
    border: 1px solid #dce5ef;
    border-radius: 10px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
    color: #092a50;
    text-align: left;
    box-shadow: 0 14px 28px rgba(9, 42, 80, 0.10);
}

.p-guide__step + .p-guide__step::before {
    content: "\f054";
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #092a50;
    background: #fff;
    border: 1px solid #c9d7e6;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    transform: translateY(-50%);
}

.p-guide__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    color: #fff;
    background: linear-gradient(145deg, #123e73 0%, #06264b 100%);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(9, 42, 80, 0.22);
    font-size: 22px;
}

.p-guide__label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    color: #ff850b;
    background: #fff1df;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.p-guide__name {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.45;
}

.p-guide__note {
    margin-top: 8px;
    color: #536477;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
}

.p-thanks {
    padding: 48px 0 72px;
    background: #fff;
}

.p-thanks__box {
    max-width: 780px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 133, 11, 0.10), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    box-shadow: 0 18px 36px rgba(9, 42, 80, 0.10);
    text-align: center;
}

.p-thanks__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    color: #fff;
    background: #ff850b;
    font-size: 26px;
    box-shadow: 0 14px 26px rgba(255, 133, 11, 0.24);
}

.p-thanks__title {
    color: #092a50;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.45;
}

.p-thanks__text {
    max-width: 620px;
    margin: 12px auto 0;
    color: #536477;
    font-size: 15px;
    line-height: 1.9;
}

.p-thanks__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.p-cta {
    padding: 44px 0;
    color: #fff;
    background: linear-gradient(120deg, #06264b 0%, #09356a 100%);
}

.p-cta__body {
    text-align: center;
}

.p-cta__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.45;
}

.p-cta__text {
    margin-top: 8px;
    font-size: 15px;
    font-weight: normal;
}

.p-cta__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

@media screen and (max-width: 1024px) {
    .p-fv {
        padding: 48px 0 58px;
    }

    .p-fv .l-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .p-fv__body {
        width: min(100%, 760px);
        margin-inline: auto;
        padding-top: 0;
        text-align: center;
    }

    .p-fv__lead {
        font-size: 18px;
    }

    .p-fv__title {
        margin-top: 18px;
        font-size: 50px;
        line-height: 1.22;
    }

    .p-fv__features {
        gap: 12px;
        margin-top: 30px;
    }

    .p-fv__feature {
        min-height: 122px;
        padding: 18px 12px 16px;
        border: 1px solid #e6edf5;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 10px 22px rgba(9, 42, 80, 0.06);
    }

    .p-fv__feature + .p-fv__feature {
        border-left: 1px solid #e6edf5;
    }

    .p-fv__icon {
        width: 42px;
        height: 42px;
        font-size: 34px;
    }

    .p-fv__name {
        font-size: 15px;
    }

    .p-fv__desc {
        font-size: 13px;
    }

    .p-fv__buttons {
        justify-content: center;
        gap: 16px;
        margin-top: 32px;
    }

    .p-fv__buttons .c-button {
        min-width: 230px;
        min-height: 54px;
        padding: 14px 28px;
        font-size: 16px;
    }

    .p-fv__visual {
        width: min(100%, 760px);
        margin-inline: auto;
        min-height: 390px;
    }

    .p-fv__card {
        height: 340px;
    }

    .p-use__list,
    .p-case__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-product__list,
    .p-benefit__list,
    .p-material__list,
    .p-knowledge__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-reason__list {
        grid-template-columns: 1fr;
    }

    .p-method__list,
    .p-spec__grid,
    .p-detail__reason,
    .p-detail__flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-detail__spec {
        grid-template-columns: 1fr;
    }

    .p-detail__voicegrid {
        grid-template-columns: 1fr;
    }

    .p-guide__band {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .p-guide__step {
        min-height: 168px;
    }

    .p-guide__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-guide__step + .p-guide__step::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .p-fv {
        padding: calc(34 * 100vw / 767) 0 calc(44 * 100vw / 767);
    }

    .p-fv .l-inner {
        gap: calc(28 * 100vw / 767);
    }

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

    .p-fv__lead {
        display: inline-flex;
        align-items: center;
        min-height: calc(32 * 100vw / 767);
        padding: calc(5 * 100vw / 767) calc(12 * 100vw / 767);
        border: calc(1 * 100vw / 767) solid #d8e4f0;
        border-radius: calc(999 * 100vw / 767);
        background: rgba(255, 255, 255, 0.82);
        box-shadow: 0 calc(8 * 100vw / 767) calc(18 * 100vw / 767) rgba(9, 42, 80, 0.06);
        font-size: calc(24 * 100vw / 767);
        line-height: 1.4;
    }

    .p-fv__title {
        margin-top: calc(16 * 100vw / 767);
        font-size: calc(60 * 100vw / 767);
        line-height: 1.18;
    }

    .p-fv__features {
        grid-template-columns: 1fr;
        gap: calc(10 * 100vw / 767);
        margin-top: calc(24 * 100vw / 767);
    }

    .p-fv__feature {
        grid-template-columns: calc(42 * 100vw / 767) 1fr;
        column-gap: calc(12 * 100vw / 767);
        align-items: center;
        justify-items: start;
        min-height: auto;
        padding: calc(14 * 100vw / 767);
        border: calc(1 * 100vw / 767) solid #e0e9f3;
        border-radius: calc(8 * 100vw / 767);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 calc(10 * 100vw / 767) calc(22 * 100vw / 767) rgba(9, 42, 80, 0.07);
        text-align: left;
    }

    .p-fv__feature + .p-fv__feature {
        border-left: calc(1 * 100vw / 767) solid #e0e9f3;
    }

    .p-fv__icon {
        grid-row: span 2;
        width: calc(42 * 100vw / 767);
        height: calc(42 * 100vw / 767);
        margin-bottom: 0;
        font-size: calc(28 * 100vw / 767);
    }

    .p-fv__name {
        font-size: calc(24 * 100vw / 767);
        line-height: 1.35;
    }

    .p-fv__desc {
        margin-top: calc(3 * 100vw / 767);
        font-size: calc(18 * 100vw / 767);
        line-height: 1.55;
    }

    .p-fv__buttons {
        flex-direction: column;
        gap: calc(10 * 100vw / 767);
        margin-top: calc(24 * 100vw / 767);
    }

    .p-fv__buttons .c-button {
        width: 100%;
        min-width: 0;
        min-height: calc(56 * 100vw / 767);
        padding: calc(30 * 100vw / 767) calc(20 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-fv__visual {
        min-height: calc(280 * 100vw / 767);
    }

    .p-fv__card {
        width: 35%;
        height: calc(250 * 100vw / 767);
        border-width: calc(5 * 100vw / 767);
    }

    .p-fv__press {
        left: 0;
        top: calc(8 * 100vw / 767);
    }

    .p-fv__safety {
        left: 31%;
        top: calc(28 * 100vw / 767);
    }

    .p-fv__staff {
        right: 0;
        top: calc(42 * 100vw / 767);
    }

    .p-use,
    .p-product,
    .p-reason,
    .p-benefit,
    .p-material,
    .p-method,
    .p-spec,
    .p-guide,
    .p-case,
    .p-catalog,
    .p-compare,
    .p-detail,
    .p-faq,
    .p-knowledge,
    .p-sitemap {
        padding: calc(36 * 100vw / 767) 0 calc(44 * 100vw / 767);
    }

    .p-thanks {
        padding: calc(36 * 100vw / 767) 0 calc(48 * 100vw / 767);
    }

    .p-use__list,
    .p-product__list,
    .p-reason__list,
    .p-benefit__list,
    .p-material__list,
    .p-method__list,
    .p-spec__grid,
    .p-case__list,
    .p-catalog__list,
    .p-contact__grid,
    .p-knowledge__list,
    .p-detail__hero,
    .p-detail__grid,
    .p-detail__features,
    .p-detail__split,
    .p-detail__steps,
    .p-detail__spec,
    .p-detail__metalist,
    .p-detail__reason,
    .p-detail__flow,
    .p-detail__voicegrid,
    .p-usepage__samples,
    .p-detail__products,
    .p-detail__cases,
    .p-usepage__case,
    .p-usepage__header,
    .p-guide__steps,
    .p-sitemap__grid,
    .p-sitemap__list {
        grid-template-columns: 1fr;
    }

    .p-catalog__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(14 * 100vw / 767);
    }

    .p-case__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(14 * 100vw / 767);
    }

    .p-filter {
        margin-bottom: calc(50 * 100vw / 767);
    }

    .p-filter__list {
        justify-content: center;
        gap: calc(15 * 100vw / 767);
    }

    .p-filter__link {
        justify-content: center;
        min-width: max(84px, calc(104 * 100vw / 767));
        min-height: max(44px, calc(72 * 100vw / 767));
        padding: 0 calc(22 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
        line-height: 1.3;
        white-space: nowrap;
    }

    .p-filter__link:last-child {
        margin-right: auto;
    }

    .p-pager {
        margin-top: calc(30 * 100vw / 767);
    }

    .p-pager .nav-links,
    .p-pager ul.page-numbers {
        gap: calc(8 * 100vw / 767);
    }

    .p-pager .nav-links > .page-numbers,
    .p-pager ul.page-numbers > li > .page-numbers {
        min-width: max(44px, calc(72 * 100vw / 767));
        min-height: max(44px, calc(72 * 100vw / 767));
        padding: 0 calc(20 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-case__tags {
        gap: calc(10 * 100vw / 767);
        margin-top: calc(18 * 100vw / 767);
    }

    .p-case__tag {
        align-items: center;
        justify-content: center;
        min-height: max(20px, calc(48 * 100vw / 767));
        padding: 0 calc(16 * 100vw / 767);
        border-radius: calc(3 * 100vw / 767);
        font-size: calc(20 * 100vw / 767);
        line-height: 1.3;
    }

    .p-form__products {
        grid-template-columns: 1fr;
        gap: calc(14 * 100vw / 767);
    }

    .p-form {
        gap: calc(26 * 100vw / 767);
    }

    .p-form__group {
        gap: calc(10 * 100vw / 767);
        padding-bottom: calc(26 * 100vw / 767);
    }

    .p-form__label {
        font-size: calc(32 * 100vw / 767);
    }

    .p-form__required {
        min-height: calc(22 * 100vw / 767);
        margin-left: calc(6 * 100vw / 767);
        padding: 0 calc(9 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-form__note {
        font-size: calc(22 * 100vw / 767);
        line-height: 1.7;
    }

    .p-form__error {
        font-size: calc(22 * 100vw / 767);
    }

    .p-form__productcard {
        grid-template-columns: calc(150 * 100vw / 767) minmax(0, 1fr);
        min-height: calc(132 * 100vw / 767);
        border-width: calc(2 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-form__productmedia {
        min-height: calc(132 * 100vw / 767);
    }

    .p-form__productbody {
        gap: calc(6 * 100vw / 767);
        padding: calc(12 * 100vw / 767);
    }

    .p-form__producttag {
        padding: calc(3 * 100vw / 767) calc(8 * 100vw / 767);
        font-size: calc(19 * 100vw / 767);
    }

    .p-form__producttitle {
        font-size: calc(28 * 100vw / 767);
    }

    .p-form__producttext {
        font-size: calc(21 * 100vw / 767);
    }

    .p-form__input,
    .p-form__textarea {
        border-width: calc(2 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-form__input {
        min-height: calc(58 * 100vw / 767);
        padding: 0 calc(16 * 100vw / 767);
    }

    .p-form__textarea {
        min-height: calc(200 * 100vw / 767);
        padding: calc(16 * 100vw / 767);
    }

    .p-form__radios {
        gap: calc(12 * 100vw / 767);
    }

    .p-form__radio {
        min-width: calc(140 * 100vw / 767);
        min-height: calc(56 * 100vw / 767);
        padding: 0 calc(18 * 100vw / 767);
        border-width: calc(2 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-form__radio input {
        width: calc(20 * 100vw / 767);
        height: calc(20 * 100vw / 767);
        margin: 0 calc(8 * 100vw / 767) 0 0;
    }

    .p-form__unit,
    .p-form__size {
        font-size: calc(24 * 100vw / 767);
    }

    .p-form__unit .p-form__input {
        width: calc(220 * 100vw / 767);
    }

    .p-form__size {
        gap: calc(10 * 100vw / 767);
    }

    .p-form__size .p-form__input {
        width: calc(150 * 100vw / 767);
    }

    .p-form__upload {
        min-height: calc(132 * 100vw / 767);
        padding: calc(22 * 100vw / 767);
        border-width: calc(2 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-form__upload i {
        margin-bottom: calc(8 * 100vw / 767);
        font-size: calc(30 * 100vw / 767);
    }

    .p-form__filename {
        min-height: calc(34 * 100vw / 767);
        margin-top: calc(10 * 100vw / 767);
        padding: calc(8 * 100vw / 767) calc(14 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-form__filelist {
        gap: calc(8 * 100vw / 767);
    }

    .p-form__file {
        gap: calc(10 * 100vw / 767);
        padding: calc(12 * 100vw / 767) calc(12 * 100vw / 767) calc(12 * 100vw / 767) calc(16 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-form__remove {
        width: calc(32 * 100vw / 767);
        height: calc(32 * 100vw / 767);
        font-size: calc(20 * 100vw / 767);
    }

    .p-contact__tel {
        margin-top: calc(22 * 100vw / 767);
        padding: calc(22 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-contact__tel p {
        gap: calc(8 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-contact__tel p::before {
        width: calc(28 * 100vw / 767);
        height: calc(28 * 100vw / 767);
        font-size: calc(12 * 100vw / 767);
    }

    .p-contact__tel a {
        margin-top: calc(12 * 100vw / 767);
        font-size: calc(42 * 100vw / 767);
    }

    .p-contact__tel span {
        margin-top: calc(12 * 100vw / 767);
        padding-top: calc(12 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-contact__list {
        gap: calc(12 * 100vw / 767);
        margin-top: calc(22 * 100vw / 767);
    }

    .p-contact__list div {
        gap: calc(14 * 100vw / 767);
        padding: calc(16 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-contact__list span {
        width: calc(38 * 100vw / 767);
        height: calc(38 * 100vw / 767);
        font-size: calc(15 * 100vw / 767);
    }

    .p-contact__list p {
        font-size: calc(24 * 100vw / 767);
        line-height: 1.55;
    }

    .p-contact__list small {
        margin-top: calc(4 * 100vw / 767);
        font-size: calc(20 * 100vw / 767);
        line-height: 1.65;
    }

    .p-sitemap__section {
        padding: calc(22 * 100vw / 767) calc(18 * 100vw / 767);
    }

    .p-sitemap__title {
        font-size: calc(32 * 100vw / 767);
    }

    .p-sitemap__link {
        gap: calc(14 * 100vw / 767);
        min-height: calc(44 * 100vw / 767);
        padding: calc(10 * 100vw / 767) 0;
        font-size: calc(26 * 100vw / 767);
    }

    .p-sitemap__link::after {
        font-size: calc(18 * 100vw / 767);
    }

    .p-usepage__visual {
        max-width: none;
        margin: 0;
    }

    .p-form__row {
        grid-template-columns: 1fr;
        gap: calc(26 * 100vw / 767);
    }

    .p-form__submit {
        width: 100%;
        min-width: 0;
        min-height: calc(64 * 100vw / 767);
        padding: calc(20 * 100vw / 767) calc(40 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(30 * 100vw / 767);
    }

    .p-thanks__box {
        padding: calc(30 * 100vw / 767) calc(18 * 100vw / 767);
    }

    .p-thanks__title {
        font-size: calc(30 * 100vw / 767);
    }

    .p-thanks__buttons {
        flex-direction: column;
    }

    .p-detail__featurelist article {
        grid-template-columns: 1fr;
    }

    .p-detail__flow li + li::before {
        left: 50%;
        top: calc(-22 * 100vw / 767);
        transform: translateX(-50%) rotate(90deg);
    }

    .p-catalog__label {
        font-size: calc(24 * 100vw / 767);
    }

    .p-catalog__title {
        font-size: calc(46 * 100vw / 767);
        line-height: 1.28;
    }

    .p-catalog__text {
        font-size: calc(28 * 100vw / 767);
    }

    .p-detail__label {
        font-size: calc(24 * 100vw / 767);
    }

    .p-detail__title {
        font-size: calc(46 * 100vw / 767);
        line-height: 1.28;
    }

    .p-detail__text {
        font-size: calc(28 * 100vw / 767);
    }

    .p-article__empty {
        padding: calc(28 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        font-size: calc(26 * 100vw / 767);
        line-height: 1.7;
        text-align: center;
    }

    .p-detail__heading {
        font-size: calc(28 * 100vw / 767);
        line-height: 1.35;
    }

    .p-detail__buttons {
        flex-direction: column;
    }

    .p-detail__card,
    .p-detail__features article,
    .p-detail__panel,
    .p-detail__voice {
        padding: calc(24 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-detail__card i,
    .p-detail__features i {
        width: calc(48 * 100vw / 767);
        height: calc(48 * 100vw / 767);
        margin-bottom: calc(14 * 100vw / 767);
        font-size: calc(20 * 100vw / 767);
    }

    .p-detail__card h3,
    .p-detail__features h3,
    .p-detail__panel h2,
    .p-detail__guide h2 {
        font-size: calc(32 * 100vw / 767);
        line-height: 1.45;
    }

    .p-detail__card p,
    .p-detail__features p,
    .p-detail__panel p,
    .p-detail__panel li,
    .p-detail__voice p {
        margin-top: calc(8 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-detail__featurelist {
        gap: calc(14 * 100vw / 767);
    }

    .p-detail__featurelist article {
        gap: calc(18 * 100vw / 767);
        padding: calc(22 * 100vw / 767) calc(24 * 100vw / 767);
        border-left-width: calc(6 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-detail__featurelist span {
        width: calc(46 * 100vw / 767);
        height: calc(46 * 100vw / 767);
        font-size: calc(19 * 100vw / 767);
    }

    .p-detail__featurelist h3 {
        font-size: calc(30 * 100vw / 767);
        line-height: 1.45;
    }

    .p-detail__featurelist p {
        margin-top: calc(7 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-detail__lead {
        font-size: calc(26 * 100vw / 767);
    }

    .p-detail__metalist {
        gap: calc(12 * 100vw / 767);
        margin-top: calc(20 * 100vw / 767);
    }

    .p-detail__metalist div {
        padding: calc(16 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-detail__metalist dt {
        font-size: calc(20 * 100vw / 767);
    }

    .p-detail__metalist dd {
        margin-top: calc(6 * 100vw / 767);
        font-size: calc(26 * 100vw / 767);
    }

    .p-detail__price h3 {
        margin-top: calc(16 * 100vw / 767);
        font-size: calc(34 * 100vw / 767);
    }

    .p-detail__price p,
    .p-detail__price li {
        font-size: calc(24 * 100vw / 767);
    }

    .p-detail__price p {
        margin-top: calc(10 * 100vw / 767);
    }

    .p-detail__price ul {
        gap: calc(6 * 100vw / 767);
        margin-top: calc(14 * 100vw / 767);
    }

    .p-detail__table {
        margin-bottom: calc(18 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
    }

    .p-detail__table table {
        min-width: calc(560 * 100vw / 767);
    }

    .p-detail__table th,
    .p-detail__table td {
        padding: calc(16 * 100vw / 767) calc(18 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-detail__table th {
        width: calc(160 * 100vw / 767);
    }

    .p-detail__voice span {
        margin-top: calc(12 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-detail__voice h3 {
        margin-top: calc(10 * 100vw / 767);
        font-size: calc(30 * 100vw / 767);
    }

    .p-reason__card {
        min-height: 0;
        padding: calc(28 * 100vw / 767) calc(22 * 100vw / 767) calc(24 * 100vw / 767);
    }

    .p-reason__icon {
        width: calc(76 * 100vw / 767);
        height: calc(76 * 100vw / 767);
        margin-bottom: calc(22 * 100vw / 767);
        font-size: calc(34 * 100vw / 767);
    }

    .p-reason__label {
        font-size: calc(24 * 100vw / 767);
    }

    .p-reason__title {
        font-size: calc(36 * 100vw / 767);
        line-height: 1.45;
    }

    .p-reason__text {
        font-size: calc(28 * 100vw / 767);
    }

    .p-reason__text + .p-reason__text {
        margin-top: calc(16 * 100vw / 767);
    }

    .p-faq .l-inner {
        width: min(100% - calc(28 * 100vw / 767), calc(640 * 100vw / 767));
    }

    .p-faq__question {
        gap: calc(12 * 100vw / 767);
        min-height: calc(64 * 100vw / 767);
        padding: calc(16 * 100vw / 767);
    }

    .p-faq__text {
        font-size: calc(28 * 100vw / 767);
    }

    .p-faq__answer {
        font-size: calc(26 * 100vw / 767);
    }

    .p-faq__inner {
        gap: calc(12 * 100vw / 767);
        padding: 0 calc(16 * 100vw / 767) calc(18 * 100vw / 767);
    }

    .p-faq__mark {
        width: calc(46 * 100vw / 767);
        height: calc(46 * 100vw / 767);
        font-size: calc(24 * 100vw / 767);
    }

    .p-use__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(18 * 100vw / 767);
    }

    .p-product__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(18 * 100vw / 767);
    }

    .p-knowledge__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(18 * 100vw / 767);
    }

    .p-button {
        margin-top: calc(44 * 100vw / 767);
    }

    .p-button .c-outline {
        min-width: 0;
        min-height: calc(88 * 100vw / 767);
        font-size: calc(28 * 100vw / 767);
    }

    .p-benefit__list {
        gap: calc(20 * 100vw / 767);
    }

    .p-benefit__card,
    .p-spec__panel {
        border-radius: calc(10 * 100vw / 767);
    }

    .p-benefit__card {
        padding: calc(32 * 100vw / 767) calc(28 * 100vw / 767);
    }

    .p-benefit__icon {
        width: calc(76 * 100vw / 767);
        height: calc(76 * 100vw / 767);
        margin-bottom: calc(20 * 100vw / 767);
        font-size: calc(34 * 100vw / 767);
    }

    .p-benefit__card h3,
    .p-spec__panel h3 {
        font-size: calc(34 * 100vw / 767);
        line-height: 1.45;
    }

    .p-benefit__card p,
    .p-spec__panel p {
        margin-top: calc(14 * 100vw / 767);
        font-size: calc(28 * 100vw / 767);
        line-height: 1.85;
    }

    .p-spec__grid {
        gap: calc(20 * 100vw / 767);
    }

    .p-spec__panel {
        padding: calc(34 * 100vw / 767) calc(28 * 100vw / 767);
    }

    .p-spec__panel ul {
        gap: calc(12 * 100vw / 767);
        margin-top: calc(22 * 100vw / 767);
    }

    .p-spec__panel li {
        padding-left: calc(32 * 100vw / 767);
        font-size: calc(26 * 100vw / 767);
    }

    .p-spec__panel li::before {
        width: calc(12 * 100vw / 767);
        height: calc(12 * 100vw / 767);
    }

    .p-guide__band {
        padding: calc(24 * 100vw / 767) calc(18 * 100vw / 767);
    }

    .p-guide__eyebrow {
        font-size: calc(24 * 100vw / 767);
    }

    .p-guide__title {
        margin-top: calc(8 * 100vw / 767);
        font-size: calc(48 * 100vw / 767);
    }

    .p-guide__text {
        margin-top: calc(14 * 100vw / 767);
        font-size: calc(28 * 100vw / 767);
    }

    .p-guide__steps {
        gap: calc(14 * 100vw / 767);
    }

    .p-guide__step + .p-guide__step::before {
        display: none;
    }

    .p-guide__step {
        min-height: 0;
        padding: calc(28 * 100vw / 767);
    }

    .p-guide__icon {
        width: calc(48 * 100vw / 767);
        height: calc(48 * 100vw / 767);
        margin-bottom: calc(12 * 100vw / 767);
        font-size: calc(20 * 100vw / 767);
    }

    .p-guide__name {
        margin-top: calc(18 * 100vw / 767);
        font-size: calc(32 * 100vw / 767);
    }

    .p-guide__note {
        margin-top: calc(12 * 100vw / 767);
        font-size: calc(26 * 100vw / 767);
    }

    .p-guide__label {
        min-height: calc(36 * 100vw / 767);
        padding: 0 calc(18 * 100vw / 767);
        font-size: calc(22 * 100vw / 767);
    }

    .p-cta__title {
        font-size: calc(30 * 100vw / 767);
        line-height: 1.35;
    }

    .p-cta__text {
        margin-top: calc(14 * 100vw / 767);
        font-size: calc(28 * 100vw / 767);
    }

    .p-cta__buttons {
        flex-direction: column;
    }

    .p-article__section {
        padding: calc(36 * 100vw / 767) 0 calc(44 * 100vw / 767);
    }

    .p-article__summary {
        padding: calc(22 * 100vw / 767) calc(16 * 100vw / 767);
    }

    .p-article__text {
        font-size: calc(24 * 100vw / 767);
    }

    .p-article__text > * + * {
        margin-top: calc(18 * 100vw / 767);
    }

    .p-article__text h2 {
        font-size: calc(36 * 100vw / 767);
        line-height: 1.45;
    }

    .p-article__text h3 {
        font-size: calc(32 * 100vw / 767);
    }

    .p-article__text ul,
    .p-article__text ol {
        padding-left: calc(28 * 100vw / 767);
    }
}
