@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.vsg2026-top {
    --vsg2026-cyan: #2dbecd;
    --vsg2026-text: #333333;
    --vsg2026-blue: #005b91;
    color: var(--vsg2026-text);
    background: #ffffff;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.75;
}

.vsg2026-top *,
.vsg2026-top *::before,
.vsg2026-top *::after {
    box-sizing: border-box;
}

.pagetop a img {
opacity: 1 !important;
}

.pagetop {
    bottom: 5px;
}

.vsg2026-inner {
    width: 1000px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.vsg2026-hero {
    position: relative;
    overflow: hidden;
    height: 720px;
    background-color: #102035;
}

.vsg2026-hero::before {
    display: none;
}

.vsg2026-hero__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 720px;
    overflow: hidden;
}

.vsg2026-hero__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, 1280px);
    height: max(720px, 56.25vw);
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.vsg2026-hero__copy {
    position: relative;
    z-index: 2;
    width: 1000px;
    max-width: calc(100% - 80px);
    height: 100%;
    margin: 0 auto;
}

.vsg2026-hero__copy-item {
    position: absolute;
    top: var(--vsg2026-copy-top, 88px);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility 0s linear .25s;
}

.vsg2026-hero__copy-item.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease;
}

.vsg2026-hero__copy-item.is-leaving {
    opacity: 0;
    visibility: visible;
    transition: opacity .25s ease;
}

.vsg2026-hero__copy-item.is-entering {
    transition: top .65s cubic-bezier(.22, .61, .36, 1), opacity .25s ease;
}

.vsg2026-hero__copy-item--tax {
    --vsg2026-copy-top: 112px;
}

.vsg2026-hero__copy-item--fee {
    --vsg2026-copy-top: 116px;
}

.vsg2026-hero__copy-item--record {
    --vsg2026-copy-top: 108px;
}

.vsg2026-hero__copy-item--one-stop {
    --vsg2026-copy-top: 100px;
}

.vsg2026-hero__copy-item--review {
    --vsg2026-copy-top: 112px;
}

/* Keep the title group and its description visually centred as one unit. */
.vsg2026-hero__copy-item {
    top: 50%;
    transform: translateY(-50%);
}

.vsg2026-hero__heading {
    display: block;
    margin: 0 0 36px !important;
    color: #ffffff;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 58px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-hero__heading > span {
    display: block;
    position: relative;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    padding: 4px 16px 7px;
    background: var(--vsg2026-cyan);
    transition: width .5s ease, padding .5s ease;
}

.vsg2026-hero__title-text,
.vsg2026-hero__description-text {
    display: block;
}

.vsg2026-hero__title-text {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.vsg2026-hero__title-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--vsg2026-cyan);
    transform-origin: left center;
}

.vsg2026-hero__copy-item.is-entering[data-line-transition="add"] .vsg2026-hero__heading > span:nth-child(4) .vsg2026-hero__title-text {
    animation: vsg2026-hero-copy-fade-up .25s ease both;
}

.vsg2026-hero__copy-item.is-leaving[data-line-transition="remove"] .vsg2026-hero__heading > span:nth-child(4) .vsg2026-hero__title-text {
    animation: vsg2026-hero-copy-fade-down .25s ease both;
}

@keyframes vsg2026-hero-copy-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes vsg2026-hero-copy-fade-down {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(18px); }
}

.vsg2026-hero__heading > span + span {
    margin-top: 30px;
}

.vsg2026-hero__heading > .vsg2026-hero__copy-sub {
    padding: 7px 14px 8px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 40px;
    line-height: 1.35;
}

.vsg2026-hero__copy-item p {
    width: fit-content;
    max-width: min(800px, 100%);
    margin: 0;
    padding: 14px 16px;
    background: rgba(0, 10, 25, .5);
    color: #ffffff;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
}

.vsg2026-hero__bottom {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

.vsg2026-consult {
    background: var(--vsg2026-cyan);
    padding: 50px 0 150px;
    color: #ffffff;
}

.vsg2026-consult__layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 40px;
}

.vsg2026-consult h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 50px;
    line-height: 74px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-consult p {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.vsg2026-consult small {
    font-size: 19px;
    line-height: 42px;
    font-weight: 700;
}

.vsg2026-consult-square-list {
    display: grid;
    grid-template-columns: repeat(4, 130px);
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vsg2026-consult-square-list li {
    height: 130px;
    width: 130px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.vsg2026-consult-square-list li p {
    font-size: 26px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}

.vsg2026-consult-square-list li div {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-consult-square-list li a {
    color: #ffffff;
}

.vsg2026-consult-square-list li a:focus,
.vsg2026-consult-square-list li a:hover {
    text-decoration: none;
}

.vsg2026-consult__image {
    text-align: right;
}

.vsg2026-consult__image img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.vsg2026-consult__image.is-placeholder {
    min-height: 245px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)),
        repeating-linear-gradient(45deg, rgba(45, 190, 205, 0.12) 0 12px, rgba(255, 255, 255, 0.20) 12px 24px);
    color: var(--vsg2026-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

.vsg2026-consult__image.is-placeholder::before {
    content: "専門家・拠点画像";
}

.vsg2026-reasons {
    background: #ffffff;
    padding: 150px 0 41px;
}

.vsg2026-reason-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

.vsg2026-reason-card {
    position: relative;
    width: 475px;
    height: 280px;
    padding: 28px 15px;
    margin: 0 auto;
}

.vsg2026-reason-card::before,
.vsg2026-reason-card::after,
.vsg2026-reason-card__frame::before,
.vsg2026-reason-card__frame::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    border-color: var(--vsg2026-cyan);
    border-style: solid;
    pointer-events: none;
}

.vsg2026-reason-card::before {
    left: 0;
    top: 0;
    border-width: 2px 0 0 2px;
}

.vsg2026-reason-card::after {
    right: 0;
    top: 0;
    border-width: 2px 2px 0 0;
}

.vsg2026-reason-card__frame::before {
    left: 0;
    bottom: 0;
    border-width: 0 0 2px 2px;
}

.vsg2026-reason-card__frame::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
}

.vsg2026-reason-card > span {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    color: var(--vsg2026-cyan);
    font-size: 70px;
    line-height: 75px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-reason-card h3 {
    margin: 0 72px 30px 0;
    color: #505A5A;
    font-size: 34px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-reason-card h3 > span {
    font-size: 34px;
    line-height: 54px;
    background: linear-gradient(
        transparent 70%,
        rgba(45, 190, 205, 0.34) 70%
    );
}

.vsg2026-reason-card h3 strong {
    font-size: 52px;
    line-height: 54px;
}

.vsg2026-reason-card--third {
    font-size: 34px !important;
    line-height: 49px !important;
}

.vsg2026-reason-card--third strong {
    font-size: 45px !important;
    line-height: 49px !important;
}

.vsg2026-reason-card--fourth {
    font-size: 30px !important;
    line-height: 60px !important;
}

.vsg2026-reason-card--fourth strong {
    font-size: 42px !important;
    line-height: 60px !important;
}

.vsg2026-reason-card--fifth {
    font-size: 35px !important;
    line-height: 49px !important;
}

.vsg2026-reason-card--fifth strong {
    font-size: 40px !important;
    line-height: 42px !important;
}

.vsg2026-reason-card--fifth small {
    font-size: 22px !important;
    line-height: 42px !important;
}

.vsg2026-reason-card h3 small {
    margin-left: 4px;
    color: #586366;
    font-size: 15px;
    line-height: 54px;
    font-weight: 700;
}

.vsg2026-reason-card p {
    margin: 0;
    color: #3C3C3C;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.vsg2026-reason-card--heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
}

.vsg2026-reason-card--heading h2 {
    margin: 0;
    color: var(--vsg2026-cyan);
    font-size: 55px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-reasons__note {
    margin: 50px 0 0;
    color: #3E3E3E;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}

.vsg2026-message {
    background: #ffffff;
    padding: 0 0 100px;
}

.vsg2026-message__lead {
    margin: 0 0 34px;
    color: #555555;
    font-size: 14px;
    line-height: 2;
}

.vsg2026-representative {
    background: var(--vsg2026-cyan);
    color: #ffffff;
    min-height: 210px;
    padding: 30px;
    display: grid;
    grid-template-columns: 210px 186px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.vsg2026-representative h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-representative p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0;
    color: #ffffff;
}

.vsg2026-representative small {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}

.vsg2026-representative__avatar {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.vsg2026-representative__avatar img {
    width: 100%;
    height: 160%;
    max-width: none;
    object-fit: cover;
    margin-left: -14px;
    margin-top: 0px;
}

.vsg2026-representative__text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.vsg2026-flow {
    background: var(--vsg2026-cyan);
    color: #ffffff;
    padding: 100px 0;
}

.vsg2026-flow__layout {
    display: grid;
    grid-template-columns: 502px 400px;
    gap: 100px;
    justify-content: center;
    align-items: start;
}

.vsg2026-flow h2 {
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 50px;
    line-height: 74px;
    letter-spacing: 0;
    font-weight: 700;
}

.vsg2026-flow p {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.vsg2026-flow a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 369px;
    min-height: 70px;
    margin-top: 18px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}

.vsg2026-flow a::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-flow__steps {
    width: 400px;
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: none !important;
}

.vsg2026-top .vsg2026-flow__steps li {
    position: relative;
    min-height: 40px !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #ffffff !important;
    color: var(--vsg2026-cyan) !important;
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    list-style: none !important;
}

.vsg2026-top .vsg2026-flow__steps li::before,
.vsg2026-flow__steps span::before,
.vsg2026-flow__steps em::before {
    content: none !important;
    display: none !important;
    counter-increment: none !important;
}

.vsg2026-top .vsg2026-flow__steps li::marker {
    content: "" !important;
}

.vsg2026-top .vsg2026-flow__steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    transform: translateX(-50%);
}

.vsg2026-flow__steps span {
    height: 100% !important;
    min-height: 40px;
    border-right: 1px solid var(--vsg2026-cyan);
    background: #ffffff !important;
    color: var(--vsg2026-cyan) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.vsg2026-flow__steps em {
    padding: 0 14px !important;
    color: var(--vsg2026-cyan) !important;
    font-style: normal;
}

.vsg2026-price {
    background: #ffffff;
    padding: 60px 0 100px;
}

.vsg2026-service {
    padding: 100px 0 50px;
}

.vsg2026-section-head {
    margin-bottom: 16px;
}

.vsg2026-section-head h2 {
    margin: 0 0 12px;
    color: var(--vsg2026-cyan);
    font-size: 28px;
    line-height: 1.45;
    font-weight: 700;
}

.vsg2026-section-head p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.9;
}

.vsg2026-service__layout {
    display: grid;
    grid-template-columns: 500px 400px;
    gap: 100px;
    align-items: start;
    margin-bottom: 50px;
}

.vsg2026-service__layout h2 {
    margin-bottom: 26px;
    font-size: 50px;
    line-height: 74px;
    letter-spacing: 0;
    margin-top: 0;
    font-weight: 700;
    color: var(--vsg2026-cyan);
}

.vsg2026-service__text p {
    margin: 0 0 2px;
    color: #3E3E3E;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}

.vsg2026-service__image img {
    display: block;
    width: 100%;
    height: auto;
}

.vsg2026-service__image.is-placeholder {
    min-height: 268px;
    background:
        linear-gradient(135deg, rgba(45, 190, 205, 0.08), rgba(45, 190, 205, 0.02)),
        repeating-linear-gradient(45deg, rgba(45, 190, 205, 0.12) 0 10px, rgba(255, 255, 255, 0.20) 10px 20px);
    color: var(--vsg2026-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.vsg2026-service__image.is-placeholder::before {
    content: "サービス画像";
}

.vsg2026-service__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 22px;
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.vsg2026-service__buttons li {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    list-style: none !important;
}

.vsg2026-service__buttons li::before {
    content: none !important;
    display: none !important;
}

.vsg2026-service__buttons a {
    position: relative;
    min-height: 70px;
    padding: 0 50px 0 28px;
    border: 2px solid var(--vsg2026-cyan);
    color: var(--vsg2026-cyan);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}

.vsg2026-service__buttons a::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--vsg2026-cyan);
    border-right: 3px solid var(--vsg2026-cyan);
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-price .vsg2026-section-head h2 {
    font-size: 54px;
    line-height: 80px;
    letter-spacing: 0;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 700;
}

.vsg2026-price .vsg2026-section-head p {
    position: relative;
    padding-left: 36px;
    color: #333333;
    font-size: 30px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vsg2026-price .vsg2026-section-head p span {
    background: linear-gradient(transparent calc(100% - 15px), rgba(45, 190, 205, 0.5) calc(100% - 15px));
}

.vsg2026-price .vsg2026-section-head p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("../images/2026-new/check_box.png") no-repeat center center;
    background-size: contain;
}

.vsg2026-price-tabs__nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
}

.vsg2026-price-tabs__nav button {
    width: 250px;
    min-height: 58px;
    border: 1px solid var(--vsg2026-cyan);
    background: #f5f5f5;
    color: #999999;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    cursor: pointer;
}

.vsg2026-price-tabs__nav button.is-active {
    background: #ffffff;
    color: var(--vsg2026-cyan);
    border-bottom: 1px solid #ffffff;
}

.vsg2026-price-tabs__nav button:nth-child(2) {
    border-left: none;
}

.vsg2026-price-tabs__body {
    border: 1px solid var(--vsg2026-cyan);
    padding: 50px 0 83px;
    max-width: 1000px;
    margin: 0 auto;
}

.vsg2026-price-tabs__panel[hidden] {
    display: none;
}

.vsg2026-price__table {
    width: min(780px, calc(100% - 80px));
    margin: 0 auto;
}

.vsg2026-price__table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    width: 800px;
    table-layout: fixed;
}

.vsg2026-price__table th {
    background: var(--vsg2026-cyan);
    color: #ffffff;
    padding: 13px;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    border: 1px solid #B3B3B3;
    width: 400px;
}

.vsg2026-price__table td {
    border: 1px solid #B3B3B3;
    padding: 13px;
    text-align: left;
    font-size: 16px;
    line-height: 100%;
    width: 400px;
}

.vsg2026-price__table tbody tr:nth-child(even) td {
    background: #F5F5F5;
}

.vsg2026-price__table--extra th {
    height: 60px;
    width: 48%;
    border: 1px solid #ffffff;
    vertical-align: middle;
}

.vsg2026-price__table--extra td {
    text-align: left;
    background: #ffffff !important;
    vertical-align: middle;
}

.vsg2026-price__table--extra tr:nth-child(2) td {
    background: #F5F5F5 !important;
}

.vsg2026-price__note {
    margin: 30px auto 0;
    color: #3E3E3E;
    font-size: 16px;
    line-height: 28px;
    width: 1000px;
    max-width: calc(100% - 40px);
}

.vsg2026-price__note a {
    text-decoration: underline;
    color: #3E3E3E;
}

.vsg2026-simulation {
    margin: 30px auto 0;
    padding: 30px;
    background: #eefbfc;
    width: 1000px;
    max-width: calc(100% - 40px);
}

.vsg2026-simulation__head {
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.vsg2026-simulation__head img {
    display: block;
    width: 178px;
    height: 88px;
    object-fit: cover;
}

.vsg2026-simulation__head h3 {
    margin: 0;
    color: #333333;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-simulation__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
}

.vsg2026-simulation__buttons a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 0 52px 0 24px;
    background: #d3b96d;
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.vsg2026-simulation__buttons a::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    width: 17px;
    height: 17px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-publishing {
    background: var(--vsg2026-cyan);
    padding: 80px 0 93px;
    color: #ffffff;
}

.vsg2026-publishing__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 80px;
    align-items: start;
}

.vsg2026-publishing h2 {
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 54px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-publishing p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}

.vsg2026-publishing__recommend {
    background: #ffffff;
    color: #333333;
    padding: 20px;
}

.vsg2026-publishing__recommend h3 {
    margin: 0 0 16px;
    color: var(--vsg2026-cyan);
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-publishing__recommend p.first_description {
    font-size: 16px;
    line-height: 24px;
}

.vsg2026-publishing__recommend p,
.vsg2026-publishing__recommend small {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.vsg2026-publishing__recommend > div {
    position: relative;
    min-height: 118px;
    margin-top: 16px;
    padding-right: 145px;
}

.vsg2026-publishing__recommend strong {
    color: var(--vsg2026-cyan);
    font-size: 16px;
    line-height: 24px;
}

.vsg2026-publishing__recommend img {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
    background: #d9d9d9;
}

.vsg2026-publishing__recommend .is-placeholder::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d9d9d9;
}

.vsg2026-publishing__action {
    margin-top: 30px;
}

.vsg2026-publishing a {
    color: #3C3C3C;
    text-decoration: underline;
}

.vsg2026-publishing__books {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: end;
    margin-top: 50px;
    padding: 0 60px;
}

.vsg2026-publishing__books img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.vsg2026-reviews {
    background: #ffffff;
    padding: 110px 0 85px;
}

.vsg2026-reviews .vsg2026-inner {
    width: 1000px;
}

.vsg2026-section-head--center {
    max-width: none;
    text-align: center;
}

.vsg2026-section-head--center h2 {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 0;
    font-weight: 700;
}

.vsg2026-section-head--center p {
    color: var(--vsg2026-cyan);
    font-size: 30px;
    line-height: 64px;
    font-weight: 700;
}

.vsg2026-section-head--center p small {
    font-size: 20px;
}

.vsg2026-review-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 40px;
    margin-top: 48px;
}

.vsg2026-review-grid article {
    margin: 0;
}

.vsg2026-review-grid h3 {
    margin: 0 0 8px;
    color: #333333;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 700;
}

.vsg2026-review-media {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    width: 480px;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}

.vsg2026-review-media img,
.vsg2026-review-map,
.vsg2026-review-map iframe {
    display: block;
    width: 100%;
    height: 200px;
}

.vsg2026-review-media img {
    object-fit: cover;
}

.vsg2026-review-map {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.45)),
        repeating-linear-gradient(45deg, rgba(45, 190, 205, 0.12) 0 12px, rgba(255, 255, 255, 0.2) 12px 24px);
}

.vsg2026-review-map iframe {
    border: 0;
    max-width: 100% !important;
}

.vsg2026-review-grid p {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 8px;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
}

.vsg2026-review-grid strong {
    margin-right: 0;
    font-size: 30px;
    line-height: 42px;
}

.vsg2026-review-grid span {
    color: #f5b400;
    font-size: 48px;
    line-height: 80px;
    letter-spacing: 0;
}

.vsg2026-review-grid em {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

.vsg2026-review-grid small {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}

.vsg2026-more {
    margin: 38px 0 0;
    text-align: center;
}

.vsg2026-more a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 70px;
    border: 2px solid var(--vsg2026-cyan);
    color: var(--vsg2026-cyan);
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    text-decoration: none;
}

.vsg2026-more a::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--vsg2026-cyan);
    border-right: 3px solid var(--vsg2026-cyan);
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-staff {
    background: #ffffff;
    padding: 100px 0;
}

.vsg2026-staff__intro {
    max-width: 500px;
    margin-bottom: 60px;
}

.vsg2026-staff__intro h2 {
    margin: 0 0 30px;
    color: var(--vsg2026-cyan);
    font-size: 54px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-staff__intro h3 {
    margin: 0 0 30px;
    color: #3D3D3D;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-staff__intro p {
    margin: 0;
    color: #3D3D3D;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.vsg2026-staff__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 120px;
}

.vsg2026-staff__grid article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 29px;
    align-items: center;
}

.vsg2026-staff__text span {
    display: block;
    color: var(--vsg2026-cyan);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.vsg2026-staff__text small {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
}

.vsg2026-staff__text h3 {
    margin: 0 0 30px;
    color: #333333;
    font-size: 38px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-staff__text a
{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    width: 229px;
    height: 50px;
    padding: 0 40px 0 31px;
    border: 2px solid var(--vsg2026-cyan);
    color: var(--vsg2026-cyan);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

.vsg2026-staff__text a::after
{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid var(--vsg2026-cyan);
    border-right: 3px solid var(--vsg2026-cyan);
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-staff__grid img {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

.vsg2026-staff__more {
    margin: 58px 0 0;
    text-align: center;
}

.vsg2026-staff__more a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 23px 66px;
    width: 369px;
    height: 70px;
    border: 2px solid var(--vsg2026-cyan);
    color: var(--vsg2026-cyan);
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

.vsg2026-staff__more a::after {
    content: "";
    position: absolute;
    right: 23px;
    top: 50%;
    width: 17px;
    height: 17px;
    border-top: 3px solid var(--vsg2026-cyan);
    border-right: 3px solid var(--vsg2026-cyan);
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-cases {
    background: var(--vsg2026-cyan);
    padding: 100px 0;
}

.vsg2026-cases h2 {
    margin: 0 0 50px;
    color: #ffffff;
    font-size: 48px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.vsg2026-case-carousel {
    width: 100%;
    overflow: hidden;
}

.vsg2026-case-carousel__viewport {
    overflow: hidden;
}

.vsg2026-case-carousel__track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.vsg2026-case-carousel__page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vsg2026-case-carousel a,
.vsg2026-case-carousel img {
    display: block;
}

.vsg2026-case-carousel img {
    width: 100%;
    height: auto;
}

.vsg2026-case-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.vsg2026-case-carousel__dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
}

.vsg2026-case-carousel__dots button.is-active {
    background: #ffffff;
}

.vsg2026-case-carousel__dots span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.vsg2026-faq {
    background: var(--vsg2026-cyan);
    padding-bottom: 100px;
}

.vsg2026-top .qa-container {
    position: relative;
    max-width: 1088px;
    margin: 0 auto;
    padding: 100px 0 0;
}

.vsg2026-top .qa_title {
    margin: 0 0 50px;
    color: #ffffff;
    font-size: 54px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

.vsg2026-top .faqk.qa-wrap {
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.vsg2026-top .faqk .qa {
    margin: 0 0 15px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.vsg2026-top .faqk .menu_toggle {
    display: none;
}

.vsg2026-top .faqk .q_box {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 7px 48px 9px 79px;
    border-bottom: 0;
    cursor: pointer;
}

.vsg2026-top .faqk .q_box::before {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 50px;
    height: 52px;
    border-radius: 9px;
    background: var(--vsg2026-cyan);
    color: #ffffff;
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.vsg2026-top .faqk .content > div::before {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 50px;
    height: 52px;
    border-radius: 9px;
    background: #ffffff;
    color: var(--vsg2026-cyan);
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    border: 2px solid var(--vsg2026-cyan);
}

.vsg2026-top .faqk .q_box::before {
    content: "Q";
    padding-top: 8px;
}

.vsg2026-top .faqk .content > div::before {
    content: "A";
    padding-top: 8px
}

.vsg2026-top .faqk .q_box p {
    margin: 0;
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.vsg2026-top .faqk .Label {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 31px;
    height: 31px;
    margin-top: -11px;
    border-radius: 50%;
    background: var(--vsg2026-cyan);
    cursor: pointer;
}

.vsg2026-top .faqk .Label::before,
.vsg2026-top .faqk .Label::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    transform: rotate(45deg);
}

.vsg2026-top .faqk .Label::after {
    display: none;
}

.vsg2026-top .faqk .menu_toggle:checked + .q_box .Label::before {
    top: 11px;
    transform: rotate(-135deg);
}

.vsg2026-top .faqk .content {
    display: none;
}

.vsg2026-top .faqk .menu_toggle:checked + .q_box + .content {
    display: block;
}

.vsg2026-top .faqk .content > div {
    position: relative;
    padding: 20px 48px 7px 79px;
}

.vsg2026-top .faqk .content p {
    margin: 0;
    color: #494645;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 500;
}

.vsg2026-top .topic_link {
    margin-top: 20px;
    justify-content: left;
}

.vsg2026-top .topic_link a {
    color: var(--vsg2026-cyan);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    background: none;
    padding: 0;
    width: auto;
}

.vsg2026-top .gradient-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(rgba(45, 190, 205, 0), var(--vsg2026-cyan));
    pointer-events: none;
}

.vsg2026-top .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 369px;
    height: 70px;
    margin: 45px auto 0;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}

.vsg2026-top .more-btn::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    width: 17px;
    height: 17px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.vsg2026-top .more-btn.hidden {
    display: none;
}

.vsg2026-youtube {
    background: #ffffff;
    padding: 50px 0;
}

.vsg2026-youtube img {
    display: block;
    width: 100%;
    max-width: 860px;
    height: auto;
    margin: 0 auto;
}

.vsg2026-contact {
    background: var(--vsg2026-cyan);
    padding: 100px 0 60px;
    color: #ffffff;
}

.vsg2026-contact__layout {
    display: grid;
    grid-template-columns: 550px 375px;
    gap: 75px;
    align-items: center;
}

.vsg2026-contact h2 {
    margin: 0 0 50px;
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-contact p {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 3%;
}

.vsg2026-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 550px;
    height: 80px;
    padding: 6px 102px 13px 79px;
    background-color: #CDB270;
    color: #ffffff;
    font-size: 38px;
    line-height: 80px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 50px;
}

.vsg2026-contact a::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    width: 23px;
    height: 23px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.tel-line-area {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
}

.vsg2026-contact strong {
    display: inline-block;
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
}

.tel-line-area img {
    transform: translateY(5px);
}

.vsg2026-contact__image img {
    display: block;
    width: 100%;
    height: auto;
}

.vsg2026-contact__image.is-placeholder {
    min-height: 180px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)),
        repeating-linear-gradient(45deg, rgba(45, 190, 205, 0.12) 0 12px, rgba(255, 255, 255, 0.20) 12px 24px);
    color: var(--vsg2026-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

.vsg2026-contact__image.is-placeholder::before {
    content: "相談員画像";
}

.vsg2026-topics {
    background: #ffffff;
    padding: 100px 0;
}

.vsg2026-topics h2 {
    margin: 0;
    color: var(--vsg2026-cyan);
    font-size: 54px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

.vsg2026-topics__item {
    display: grid;
    padding: 16px 0 18px;
    border-bottom: 1px solid #d7eef1;
    font-size: 13px;
}

.vsg2026-topics__item span {
    color: #444444;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
    font-weight: 700;
}

.vsg2026-topics__item a {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
    color: var(--vsg2026-cyan);
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    body {
        margin-top: 88px !important;
    }

    .pagetop a img {
        margin-bottom: 90px !important;
    }

    .vsg2026-inner {
        width: calc(100% - 25px);
    }

    .vsg2026-hero {
        height: 720px;
    }

    .vsg2026-hero__video iframe {
        width: 1280px !important;
        max-width: none !important;
        height: 720px !important;
    }

    .vsg2026-hero__copy {
        width: calc(100% - 20px);
        max-width: none;
    }

    .vsg2026-hero__copy-item {
        top: var(--vsg2026-copy-top-sp, 70px);
    }

    .vsg2026-hero__copy-item--tax {
        --vsg2026-copy-top-sp: 108px;
    }

    .vsg2026-hero__copy-item--fee {
        --vsg2026-copy-top-sp: 206px;
    }

    .vsg2026-hero__copy-item--record {
        --vsg2026-copy-top-sp: 204px;
    }

    .vsg2026-hero__copy-item--one-stop,
    .vsg2026-hero__copy-item--review {
        --vsg2026-copy-top-sp: 108px;
    }

    .vsg2026-hero__copy-item {
        top: 50%;
    }

    .vsg2026-hero__heading {
        margin-bottom: 34px !important;
        font-size: 40px;
        line-height: 1.35;
    }

    .vsg2026-hero__heading.pc-hidden {
        display: block !important;
    }

    .vsg2026-hero__heading > span {
        padding: 5px 10px 7px;
    }

    .vsg2026-hero__heading > span + span {
        margin-top: 24px;
    }

    .vsg2026-hero__heading > .vsg2026-hero__copy-sub {
        font-size: 24px;
    }

    .vsg2026-hero__copy-item p {
        display: block !important;
        position: relative;
        box-sizing: border-box;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto;
        min-height: 0;
        padding: 14px 12px;
        background: rgba(0, 10, 25, .75) !important;
        overflow: visible;
        white-space: normal;
        font-size: 18px;
        line-height: 2;
        font-weight: 500;
    }

    .vsg2026-hero__copy-item p.sp-hidden {
        display: none !important;
    }

    .vsg2026-hero__copy-item p.pc-hidden {
        display: block !important;
    }

    .vsg2026-consult {
        padding: 41px 0 0;
    }

    .vsg2026-consult__layout {
        display: block;
    }

    .vsg2026-consult h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    .vsg2026-consult p {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .vsg2026-consult span {
        font-size: 13px;
        line-height: 42px;
    }

    .vsg2026-consult-square-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .vsg2026-consult-square-list li {
        min-height: 52px;
        font-size: 11px;
    }

    .vsg2026-consult-square-list li:nth-child(odd) {
        justify-self: end;
    }

    .vsg2026-consult-square-list li:nth-child(even) {
        justify-self: start;
    }

    .vsg2026-consult__image {
        margin-top: 73px;
    }

    .vsg2026-consult__image.is-placeholder {
        min-height: 180px;
    }

    .vsg2026-reasons {
        padding: 90px 0 60px;
    }

    .vsg2026-reason-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vsg2026-reason-card {
        width: 330px;
        height: 434px;
        padding: 60px 10px 20px;
    }

    .vsg2026-reason-card > span {
        right: 10px;
        bottom: 55px;
        top: auto;
        font-size: 75px;
    }

    .vsg2026-reason-card h3 {
        margin-right: 54px;
        margin-bottom: 14px;
        font-size: 34px;
        margin: 0;
    }

    .vsg2026-reason-card h3 strong {
        font-size: 45px;
    }

    .vsg2026-reason-card--third strong {
        font-size: 44px !important;
    }

    .vsg2026-reason-card--fourth {
        font-size: 28px !important;
    }

    .vsg2026-reason-card--fourth strong {
        font-size: 40px !important;
    }

    .vsg2026-reason-card--fifth > span {
        line-height: 42px !important;
    }

    .vsg2026-reason-card--fifth span.pc-hidden {
        margin-left: -14px !important;
        font-size: 30px !important;
        display: inline-block !important;
    }

    .vsg2026-reason-card p {
        font-size: 16px;
        line-height: 24px;
        padding: 21px 0 100px;
        text-align: justify;
    }

    .vsg2026-reason-card--heading {
        padding-top: 20px;
        order: -1;
    }

    .vsg2026-reason-card--heading h2 {
        font-size: 50px;
        line-height: 70px;
    }

    .vsg2026-reasons__note {
        margin-top: 50px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -1%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .vsg2026-message {
        padding-bottom: 86px;
    }

    .vsg2026-message__lead {
        font-size: 12px;
        line-height: 1.9;
        margin-bottom: 22px;
    }

    .vsg2026-representative {
        padding: 30px;
        display: block;
        text-align: left;
    }

    .vsg2026-representative__profile {
        text-align: center;
    }

    .vsg2026-representative img {
        width: 132px;
        height: 132px;
        margin: 18px auto;
    }

    .vsg2026-representative__avatar {
        padding: 0;
        margin: 20px auto;
    }

    .vsg2026-representative__text p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .vsg2026-representative small {
        margin-top: 0;
        text-align: center;
    }

    .vsg2026-representative__avatar img {
        width: 175px;
        height: 300px;
        max-width: none;
        object-fit: cover;
        margin-left: -5px;
        margin-top: -2px;
    }

    .vsg2026-flow {
        padding: 100px 0 32px;
    }

    .vsg2026-flow__layout {
        display: block;
    }

    .vsg2026-flow h2 {
        font-size: 51px;
        line-height: 74px;
    }

    .vsg2026-flow a {
        width: 100%;
        height: 70px;
        margin-top: 10px;
    }

    .vsg2026-flow a::after {
        width: 18px;
        height: 18px;
        right: 30px;
    }

    .vsg2026-flow__steps {
        margin-top: 50px;
    }

    .vsg2026-flow__steps li {
        min-height: 40px;
        margin-bottom: 14px;
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 0;
        background: #ffffff;
        font-size: 18px;
    }

    .vsg2026-flow__steps li:not(:last-child)::after {
        bottom: -12px;
        border-left-width: 10px;
        border-right-width: 10px;
        border-top-width: 10px;
    }

    .vsg2026-flow__steps span {
        width: auto;
        height: 100%;
        border-radius: 0;
        border-right: 1px solid var(--vsg2026-cyan);
        background: #ffffff;
        color: var(--vsg2026-cyan);
        font-size: 18px;
        justify-content: center;
    }

    .vsg2026-flow__steps em {
        padding: 0 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .vsg2026-price {
        padding: 0;
    }

     .vsg2026-service {
        padding: 100px 0 0;
    }

    .vsg2026-section-head h2 {
        font-size: 22px;
    }

    .vsg2026-service .vsg2026-section-head h2 {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .vsg2026-section-head p {
        font-size: 12px;
    }

    .vsg2026-service__text p {
        font-size: 16px;
        line-height: 28px;
    }

    .vsg2026-service__layout {
        display: block;
    }

    .vsg2026-service__image {
        margin-top: 50px;
    }

    .vsg2026-service__buttons {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .vsg2026-service__buttons a {
        padding: 0 44px 0 24px;
    }

    .vsg2026-service__layout h2 {
        margin-bottom: 30px;
    }

    .vsg2026-price__table table {
        font-size: 16px;
        width: auto;
        table-layout: auto;
    }

    .vsg2026-price .vsg2026-section-head h2 {
        padding-top: 55px;
        font-size: 51px;
        line-height: 74px;
    }

    .vsg2026-price .vsg2026-section-head p {
        padding-left: 40px;
        font-size: 26px;
        line-height: 40px;
    }

    .vsg2026-price .vsg2026-section-head p::before {
        top: 28%;
        left: 9px;
    }

    .vsg2026-price-tabs {
        margin: 20px 10px 100px 10px;
    }

    .vsg2026-price-tabs__nav button {
        width: 50%;
        height: 50px;
        font-size: 15px;
        line-height: 42px;
    }

    .vsg2026-price-tabs__body {
        padding: 30px 10px 29px;
    }

    .vsg2026-price__table {
        width: 100%;
    }

    .vsg2026-price__table th {
        border: 1px solid #fff;
        width: 170px;
    }

    .vsg2026-price__table th,
    .vsg2026-price__table td {
        padding: 13px 0 13px 5px;
        font-size: 16px;
    }

    .vsg2026-price__table--extra th,
    .vsg2026-price__table--extra td {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    .vsg2026-price__note {
        margin: 30px 15px 30px;
    }

    .vsg2026-simulation {
        margin: 0 15px 20px;
        padding: 0 0 20px 0;
    }

    .vsg2026-simulation__head {
        display: block;
        margin-bottom: 15px;
    }

    .vsg2026-simulation__head img {
        width: 100%;
        margin-bottom: 10px;
    }

    .vsg2026-simulation__head h3 {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .vsg2026-simulation__buttons {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .vsg2026-simulation__buttons a {
        min-height: 58px;
        padding: 10PX 44px 10px 18px;
        font-size: 21px;
        line-height: 30px;
    }

    .vsg2026-simulation__buttons a::after {
        right: 20px;
    }

    .vsg2026-reviews {
        padding: 70px 0 100px;
    }

    .vsg2026-cases {
        padding: 35px 0 168px;
    }

    .vsg2026-publishing {
        padding: 100px 0;
    }

    .vsg2026-publishing__layout {
        display: block;
    }

    .vsg2026-publishing h2 {
        margin-bottom: 42px;
        font-size: 50px;
        line-height: 74px;
    }

    .vsg2026-publishing__recommend p strong span{
        font-size: 20px;
    }

    .vsg2026-publishing__recommend {
        margin-top: 50px;
        padding: 20px 20px 30px 20px;
    }

    .vsg2026-publishing__recommend h3 {
        margin: 0 0 20px;
    }

    .vsg2026-publishing__recommend p,
    .vsg2026-publishing__recommend small {
        font-size: 12px;
    }

    .vsg2026-publishing__recommend > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding-right: 0;
    }

    .vsg2026-publishing__recommend > div > p:first-of-type {
        order: 1;
        text-align: center;
        margin-bottom: 15px;
    }

    .vsg2026-publishing__recommend img,
    .vsg2026-publishing__recommend .is-placeholder::after {
        order: 2;
        position: static;
        display: block;
        margin: 0 auto;
        width: 125px;
        height: 125px;
    }

    .vsg2026-publishing__recommend > div > p:last-of-type {
        order: 3;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding-top: 15px;
    }

    .vsg2026-publishing__action {
        margin-top: 22px;
    }

    .vsg2026-publishing__books {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 50px;
        padding: 0;
    }

    .vsg2026-review-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 34px;
    }

    .vsg2026-reviews .vsg2026-inner {
        width: auto;
    }

    .vsg2026-reviews .vsg2026-section-head {
        text-align: left !important;
    }

    .vsg2026-reviews .vsg2026-section-head h2 {
        font-size: 50px;
        line-height: 74px;
    }

    .vsg2026-reviews .vsg2026-section-head p {
        font-size: 28px;
        line-height: 40px;
    }

    .vsg2026-reviews .vsg2026-section-head p small {
        font-size: 18px;
        line-height: 40px;
    }

    .vsg2026-review-grid h3 {
        margin: 0;
    }

    .vsg2026-review-grid p {
        font-size: 12px;
        gap: 6px;
    }

    .vsg2026-review-media {
        grid-template-columns: 92px minmax(0, 1fr);
        height: 170px;
        width: 340px;
    }

    .vsg2026-review-media img,
    .vsg2026-review-map,
    .vsg2026-review-map iframe {
        height: 170px;
    }

    .vsg2026-review-media img {
        width: 92px;
    }

    .vsg2026-review-grid strong {
        font-size: 20px;
        line-height: 20px;
    }

    .vsg2026-review-grid span {
        font-size: 24px;
        line-height: 20px;
    }

    .vsg2026-review-grid em,
    .vsg2026-review-grid small {
        font-size: 11px;
    }

    .vsg2026-review-grid em {
        width: 100%;
        line-height: 10px;
    }

    .vsg2026-review-grid p {
        margin: 5px 0 0;
    }

    .vsg2026-more {
        margin: 30px 0 0;
    }

    .vsg2026-staff {
        padding: 100px 0;
    }

    .vsg2026-staff__intro {
        max-width: none;
        margin-bottom: 50px;
    }

    .vsg2026-staff__intro h2 {
        font-size: 50px;
        line-height: 74px;
        margin: 0 0 48px;
    }

    .vsg2026-staff__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 78px 20px;
    }

    .vsg2026-staff__grid article {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 0;
    }

    .vsg2026-staff__text {
        display: contents;
    }

    .vsg2026-staff__text span {
        order: 1;
        margin-bottom: 11px;
    }

    .vsg2026-staff__text small {
        order: 2;
    }

    .vsg2026-staff__text h3 {
        order: 3;
        font-size: 32px;
        margin: -10px 0 15px;
    }

    .vsg2026-staff__grid img {
        order: 4;
        width: 160px;
        height: 160px;
        margin: 0 auto 20px;
        align-self: center;
    }

    .vsg2026-staff__text a {
        order: 5;
        width: 160px;
        padding: 0 10px 0 13px;
        justify-content: left;
    }

    .vsg2026-staff__text a::after {
        right: 10px;
        width: 13px;
        height: 13px;
    }

    .vsg2026-staff__more {
        margin-top: 50px;
    }

    .vsg2026-staff__more a {
        width: 345px;
        padding: 23px 61px;
    }

    .vsg2026-case-carousel__viewport {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vsg2026-case-carousel__viewport::-webkit-scrollbar {
        display: none;
    }

    .vsg2026-case-carousel__track {
        transform: none !important;
        gap: 14px;
    }

    .vsg2026-case-carousel__page {
        display: contents;
    }

    .vsg2026-case-carousel a {
        flex: 0 0 320px;
        width: 320px;
    }

    .vsg2026-cases h2 {
        margin-bottom: 24px;
        font-size: 45px;
        line-height: 70px;
    }

    .vsg2026-case-carousel__dots {
        display: none;
    }

    .vsg2026-top .qa-container {
        width: calc(100% - 25px);
        max-width: none;
        padding-top: 100px;
    }

    .vsg2026-top .qa_title {
        font-size: 50px;
        line-height: 74px;
        margin-bottom: 62px;
    }

    .vsg2026-top .faqk .q_box {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        height: auto;
        min-height: 42px;
        padding: 10px 15px 5px 79px;
        cursor: pointer;
    }

    .vsg2026-top .faqk .q_box p {
        width: 100%;
    }

    .vsg2026-top .faqk .Label {
        position: relative;
        right: 0;
        top: auto;
        margin-top: 5px;
    }

    .vsg2026-top .more-btn {
        width: 322px;
        margin: 30px auto 0;
    }

    .vsg2026-top .faqk .content > div {
        padding: 10px 15px 5px 79px;
    }

    .vsg2026-top .topic_link {
        margin-top: 0;
    }

    .vsg2026-youtube {
        padding: 24px 0;
    }

    .vsg2026-contact {
        padding: 100px 0 0;
    }

    .vsg2026-contact__layout {
        display: block;
    }

    .vsg2026-contact h2 {
        font-size: 39px;
        line-height: 58px;
        margin: 0 0 30px;
    }

    .vsg2026-contact p {
        font-size: 16px;
        margin: 0;
    }

    .vsg2026-contact a {
        width: 340px;
        height: 60px;
        font-size: 25px;
        line-height: 80px;
        margin: 0 0 30px;
        padding: 10px 56px;
    }

    .vsg2026-contact a::after {
        right: 20px;
        top: 51%;
        width: 14px;
        height: 14px;
    }

    .vsg2026-contact strong {
        font-size: 38px;
        line-height: 50px;
    }

    .tel-line-area {
        padding-bottom: 0;
    }

    .tel-line-area img {
        width: 58px;
        height: 37px;
    }

    .vsg2026-contact__tel-wrap {
        border: 2px solid #fff;
        text-align: center;
        padding: 8px 10px 10px 10px;
    }

    .vsg2026-contact__tel-wrap .tel-line-area {
        justify-content: center;
    }

    .vsg2026-contact__image {
        margin-top: 30px;
    }

    .vsg2026-topics {
        padding: 50px 0 85px;
    }

    .vsg2026-topics h2 {
        font-size: 49px;
    }

    .vsg2026-topics__item {
        display: block;
        font-size: 12px;
        padding: 0 0 22px;
        border-bottom: none;
    }

    .vsg2026-topics__item a {
        font-size: 16px;
        line-height: 19.2px;
    }

    .vsg2026-topics__item span {
        display: block;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 19.2px;
    }

    .vsg2026-more a {
        width: 255px;
    }
}
