@charset "utf-8";

/* ベース
/************************************************************/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP",
        sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    overflow-wrap: break-word;
    word-break: normal;
    color: #333;
    background-color: #ffffff;
}

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

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 180%;
}

h2 {
    font-weight: bold;
    line-height: 135%;
    font-size: 34px;
}

h3 {
    font-weight: 500;
    line-height: 140%;
}

h4 {
    font-weight: bold;
    line-height: 135%;
}

h5 {
    font-weight: bold;
    line-height: 135%;
}

/* 共通要素
/************************************************************/

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

.container::after {
    content: "";
    display: block;
    clear: both;
}

.hide-pc {
    display: none;
}

.heading {
    text-align: center;
    margin-bottom: 40px;
}

.blue {
    color: #01b38c;
}

.pink {
    color: #f7267a;
}

.yellow {
    color: #ffeb14;
}

.lt-green {
    color: #01b38c;
}

/* マーカー
/************************************************************/

em {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #fff000, #fff000);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 20%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    padding-bottom: 2px;
    font-weight: bold;
}

em.marker {
    background-size: 100% 30%;
}

/* Header
/************************************************************/

:root {
    --header-text: #1d2433;
    --header-accent: #ff8c2f;
    --header-accent-dark: #ff8c2f;
}

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

body {
    min-height: 100vh;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
        sans-serif;
    color: var(--header-text);
    background: #ffffff;
    padding-top: 80px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(29, 36, 51, 0.08);
}

.header__inner {
    max-width: 1360px;
    min-height: 70px;
    margin: 0 auto;
    padding: 15px 25px 15px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header__brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 102;
}

.header__toggle {
    display: none;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 102;
}

.header__toggle span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    background: #1d2433;
    transform: translateX(-50%);
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.header__toggle span:nth-child(1) {
    top: 16px;
}

.header__toggle span:nth-child(2) {
    top: 24px;
}

.header__toggle span:nth-child(3) {
    top: 32px;
}

body.menu-open {
    overflow: hidden;
}

.header__logo {
    width: 135px;
    height: auto;
    display: block;
}

.header__nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.header__tel {
    flex: 0 0 auto;
    display: block;
}

.header__tel img {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__menu a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--header-text);
    transition: color 0.2s ease, transform 0.2s ease;
}

.header__menu a:hover,
.header__menu a:focus-visible {
    color: var(--header-accent);
    transform: translateY(-1px);
}

.header__cta {
    flex: 0 0 auto;
    min-width: 145px;
    padding: 15px 25px;
    border-radius: 999px;
    background: #ff8c2f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.header__cta::after {
    content: "\2192";
    margin-left: 0.35em;
    font-weight: 700;
}

.header__cta--mobile {
    display: none;
}

.header__cta:hover,
.header__cta:focus-visible {
    background: var(--header-accent-dark);
    transform: translateY(-1px);
}

/* Top MV
/************************************************************/

.top-mv {
    background: linear-gradient(90deg, #32bcc8 0%, #3486e8 100%);
    overflow: hidden;
}

.top-mv__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 60px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.top-mv__content {
    width: 100%;
    max-width: 560px;
    color: #ffffff;
}

.top-mv__lead span {
    position: relative;
}

.top-mv__lead span::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -10px;
    width: 170px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
}

.top-mv__lead {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 5px 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.01em;
    position: relative;
}

.top-mv__lead::before,
.top-mv__lead::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
}

.top-mv__lead::before {
    left: 10px;
    width: 145px;
}

.top-mv__lead::after {
    left: 155px;
    width: 22px;
    transform: rotate(36deg);
    transform-origin: left center;
}

.top-mv__title {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.top-mv__text {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}

.top-mv__note {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.top-mv__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 60px;
    padding: 15px 30px;
    border-radius: 999px;
    background: #ff8c2f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 0 10px 20px rgba(34, 78, 146, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.top-mv__button::after {
    content: "\2192";
    margin-left: 10px;
    font-weight: 700;
}

.top-mv__button:hover,
.top-mv__button:focus-visible {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(34, 78, 146, 0.25);
}

.top-mv__visual {
    width: 100%;
    max-width: 660px;
    display: flex;
    justify-content: flex-end;
}

.top-mv__image {
    display: block;
    width: 100%;
    max-width: 660px;
}

.top-worries {
    padding: 50px 20px;
    background: #ffffff;
}

.top-worries__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.top-worries__title {
    margin: 0 0 55px;
    color: #34425f;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

.top-worries__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 30px;
}

.top-worries__item {
    position: relative;
}

.top-worries__item--left {
    padding-top: 150px;
}

.top-worries__item--center {
    text-align: center;
}

.top-worries__item--right {
    padding-top: 210px;
}

.top-worries__bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 30px 45px;
    background-image: url("../img/worries-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.top-worries__bubble p {
    margin: 0;
    color: #3e4c6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.top-worries__person {
    margin-top: 10px;
}

.top-worries__person img {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
}

.top-pattern {
    padding: 45px 15px 55px;
    background: #f4f4f4;
}

.top-pattern__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 50px 45px 40px;
}

.top-pattern__title {
    margin: 0 0 55px;
    color: #34425f;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.top-pattern__title span {
    color: #1c91ea;
}

.top-pattern__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.top-pattern__card {
    min-width: 0;
}

.top-pattern__image-wrap {
    height: 300px;
    padding: 35px 30px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(29, 36, 51, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-pattern__image {
    display: block;
    width: 100%;
    max-width: 390px;
}

.top-pattern__heading {
    margin: 30px 0 15px;
    color: #232833;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.top-pattern__text {
    margin: 0;
    color: #232833;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.top-gap {
    padding: 70px 20px 80px;
    background: #ffffff;
}

.top-gap__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.top-gap__downarrow {
    width: 0;
    height: 0;
    margin: 0 auto 20px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 26px solid #1c91ea;
}

.top-gap__eyebrow {
    margin: 0 0 16px;
    color: #1c91ea;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}

.top-gap__title {
    margin: 0 0 24px;
    color: #34425f;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.top-gap__title span {
    color: #1c91ea;
}

.top-gap__lead {
    margin: 0 0 55px;
    color: #3e4c6c;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
}

.top-gap__steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.top-gap__step {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 28px 26px 30px;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(29, 36, 51, 0.08);
}

.top-gap__step--highlight {
    border-color: #1c91ea;
    background: #f2f9ff;
    box-shadow: 0 8px 22px rgba(28, 145, 234, 0.18);
}

.top-gap__step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.top-gap__step-label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: #34425f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.top-gap__step--highlight .top-gap__step-label {
    background: #1c91ea;
}

.top-gap__step-plan {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #1c91ea;
    border-radius: 999px;
    color: #1c91ea;
    font-size: 13px;
    font-weight: 700;
}

.top-gap__step-title {
    margin: 0 0 16px;
    color: #232833;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.top-gap__step-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.top-gap__step-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #34425f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.top-gap__step-list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1c91ea;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.top-gap__step-text {
    margin: auto 0 0;
    color: #3e4c6c;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.top-gap__step-text strong {
    color: #1c91ea;
    font-weight: 700;
}

.top-gap__arrow {
    flex: 0 0 auto;
    align-self: center;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #b9d9f4;
}

.top-support {
    padding: 70px 20px 80px;
    background: #ffffff;
}

.top-support__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.top-support__title {
    margin: 0 0 55px;
    color: #26335a;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.top-support__title span {
    color: #1b8ff0;
}

.top-support__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.top-support__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
    align-items: center;
    gap: 35px;
}

.top-support__item--reverse {
    grid-template-columns: minmax(360px, 470px) minmax(0, 1fr);
}

.top-support__content {
    min-width: 0;
}

.top-support__label {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin: 0 0 15px;
    padding: 10px 15px;
    border-radius: 999px;
    background: #f0ecff;
    color: #7b77ef;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.top-support__label--blue {
    background: #e8f5ff;
    color: #2c8fee;
}

.top-support__label--orange {
    background: #fff0de;
    color: #ff972f;
}

.top-support__heading-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.top-support__number {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background: #6f72f4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.top-support__number--blue {
    background: #2c8fee;
}

.top-support__number--orange {
    background: #ff972f;
}

.top-support__heading {
    margin: 0;
    color: #232833;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.top-support__text {
    margin: 0;
    color: #232833;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

.top-support__visual img {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.top-construction {
    padding: 40px 20px 35px;
    background: #3088e8;
}

.top-construction__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.top-construction__title {
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.top-construction__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
}

.top-construction__card {
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(18, 58, 112, 0.2);
}

.top-construction__image-wrap {
    min-height: 225px;
    padding: 20px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.top-construction__image {
    display: block;
    width: 100%;
    max-width: 255px;
}

.top-construction__body {
    padding: 15px 25px 20px;
    background: #f6f6f6;
    text-align: center;
}

.top-construction__heading {
    margin: 0 0 10px;
    color: #233056;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.top-construction__text {
    margin: 0;
    color: #233056;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.top-case {
    padding: 35px 20px 40px;
    background: #ffffff;
}

.top-case__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.top-case__title {
    margin: 0 0 25px;
    color: #1f2d57;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.top-case__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.top-case__card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 25px;
    padding: 25px 30px;
    border-radius: 20px;
    background: #eaf5ff;
    align-items: center;
}

.top-case__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-case__image {
    display: block;
    width: 100%;
    max-width: 100px;
}

.top-case__content {
    min-width: 0;
}

.top-case__heading {
    margin: 0 0 10px;
    color: #1b8ff0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.top-case__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.top-case__meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2d57;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.top-case__meta-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: #ffffff;
    color: #1b8ff0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.top-case__meta-value {
    color: #1f2d57;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.top-case__text {
    margin: 0;
    color: #1f2d57;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.top-plan {
    padding: 40px 20px 120px;
    background-color: #d9ecff;
    background-image: url("../img/plan-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1440px auto;
    overflow: hidden;
}

.top-plan__inner {
    max-width: 920px;
    margin: 0 auto;
    min-height: 460px;
}

.top-plan__title {
    margin: 0 0 20px;
    color: #1f2d57;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.top-plan__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.top-plan__card {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(29, 36, 51, 0.15);
}

.top-plan__head {
    padding: 24px 20px 18px;
    text-align: center;
}

.top-plan__label {
    margin: 0 0 4px;
    color: #1b8ff0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.top-plan__price {
    margin: 0;
    color: #1f2d57;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.top-plan__price span {
    color: #1b8ff0;
    font-size: 20px;
}

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

.top-plan__list li {
    min-height: 44px;
    padding: 10px 12px;
    color: #1f2d57;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.top-plan__list li:nth-child(odd) {
    background: #eaf5ff;
}

.top-plan__note {
    max-width: 520px;
    margin: 38px auto 0;
    padding: 25px 20px 10px;
    text-align: center;
}

.top-plan__note-main {
    margin: 0 0 4px;
    color: #1f2d57;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.top-plan__note-sub {
    margin: 0;
    color: #1f2d57;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.top-cv {
    padding: 25px 20px 30px;
    background-color: #1d8ee8;
    background-image: url("../img/cv-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-cv__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.top-cv__title {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.top-cv__lead {
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.top-cv__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 50px;
    padding: 10px 30px;
    border-radius: 999px;
    background: #ff8c2f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 0 8px 18px rgba(20, 68, 133, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.top-cv__button::after {
    content: "\2192";
    margin-left: 10px;
    font-weight: 700;
}

.top-cv__button:hover,
.top-cv__button:focus-visible {
    background: #f27f20;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(20, 68, 133, 0.28);
}

.top-company {
    padding: 40px 20px 20px;
    background: #ffffff;
}

.top-company__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.top-company__title {
    margin: 0 0 20px;
    color: #1f2d57;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.top-company__table {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e8eef5;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(29, 36, 51, 0.08);
    background: #ffffff;
}

.top-company__row {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    margin: 0;
}

.top-company__row dt,
.top-company__row dd {
    margin: 0;
    padding: 15px 15px;
    color: #1f2d57;
    font-size: 16px;
    line-height: 1.8;
}

.top-company__row dt {
    background: #f6f6f6;
    font-weight: 700;
}

.top-company__row dd {
    background: #ffffff;
    font-weight: 500;
}

.site-footer {
    padding: 0 20px 20px;
    background: #ffffff;
}

.site-footer__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 150px 20px 0;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 360px auto;
}

.site-footer__copy {
    margin: 0;
    text-align: center;
    color: #1f2d57;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .top-mv__inner {
        min-height: auto;
        padding: 50px 40px;
        gap: 30px;
    }

    .top-mv__title {
        font-size: clamp(32px, 5vw, 46px);
    }

    .top-worries {
        padding: 80px 20px 70px;
    }

    .top-worries__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .top-worries__item--left,
    .top-worries__item--right {
        padding-top: 0;
    }

    .top-worries__bubble {
        min-height: 280px;
    }

    .top-worries__person {
        margin-top: 20px;
    }

    .top-gap__steps {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .top-gap__step {
        max-width: 640px;
        width: 100%;
        margin: 0 auto;
    }

    .top-gap__arrow {
        margin: 14px auto;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 18px solid #b9d9f4;
        border-bottom: 0;
    }

    .top-pattern__inner {
        padding: 45px 25px 35px;
    }

    .top-pattern__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .top-pattern__image-wrap {
        min-height: 280px;
    }

    .top-support__item,
    .top-support__item--reverse {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .top-support__item--reverse .top-support__visual {
        order: 2;
    }

    .top-support__item--reverse .top-support__content {
        order: 1;
    }

    .top-construction__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .top-case__card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .top-case__meta {
        justify-content: center;
    }

    .top-plan__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .top-plan__inner {
        max-width: 520px;
        min-height: auto;
    }

    .top-cv__lead br {
        display: none;
    }

    .top-company__table {
        max-width: 760px;
    }

    .site-footer__inner {
        background-position: center bottom;
        background-size: 300px auto;
    }
}

@media screen and (max-width: 768px) {
    .top-mv__inner {
        padding: 40px 20px;
        flex-direction: column;
        justify-content: center;
        gap: 35px;
    }

    .top-mv__content,
    .top-mv__visual {
        max-width: none;
    }

    .top-mv__title {
        font-size: clamp(28px, 7vw, 40px);
    }

    .top-mv__button {
        width: 100%;
        max-width: 320px;
    }

    .top-worries {
        padding: 65px 20px 60px;
    }

    .top-worries__title {
        margin-bottom: 40px;
        font-size: clamp(28px, 7vw, 40px);
    }

    .top-worries__bubble {
        min-height: 240px;
        padding: 25px 30px;
    }

    .top-gap {
        padding: 55px 20px 60px;
    }

    .top-gap__title {
        font-size: clamp(26px, 6.5vw, 38px);
    }

    .top-gap__lead {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.8;
    }

    .top-gap__lead br {
        display: none;
    }

    .top-pattern {
        padding: 35px 15px 45px;
    }

    .top-pattern__inner {
        padding: 35px 15px 25px;
    }

    .top-pattern__title {
        margin-bottom: 40px;
        font-size: clamp(28px, 7vw, 40px);
    }

    .top-pattern__image-wrap {
        min-height: 240px;
        padding: 25px 20px;
        border-radius: 25px;
    }

    .top-pattern__heading {
        margin-top: 25px;
        font-size: 24px;
    }

    .top-support {
        padding: 60px 20px 70px;
    }

    .top-support__title {
        margin-bottom: 40px;
        font-size: clamp(28px, 7vw, 40px);
    }

    .top-support__list {
        gap: 35px;
    }

    .top-support__heading {
        font-size: 22px;
    }

    .top-construction {
        padding: 35px 20px 40px;
    }

    .top-construction__title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .top-case {
        padding: 35px 20px 45px;
    }

    .top-case__title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .top-plan {
        padding: 35px 20px 40px;
    }

    .top-plan__title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .top-plan__note {
        margin-top: 25px;
        padding-top: 20px;
    }

    .top-cv {
        padding: 30px 20px;
    }

    .top-cv__title {
        font-size: 26px;
    }

    .top-company__title {
        font-size: 26px;
    }

    .top-company__row {
        grid-template-columns: 1fr;
    }

    .top-company__row dt,
    .top-company__row dd {
        padding: 15px 20px;
    }

    .site-footer__inner {
        padding-top: 130px;
        background-size: 260px auto;
    }
}

@media screen and (max-width: 640px) {
    .header {
        box-shadow: 0 5px 20px rgba(29, 36, 51, 0.08);
    }

    .header__inner {
        min-height: 65px;
        padding: 10px 20px;
        gap: 15px;
    }

    .header__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .header__nav {
        display: block;
        position: fixed;
        inset: 0;
        width: 100%;
        min-height: 100vh;
        padding: 95px 20px 32px;
        background: #ffffff;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 101;
    }

    .header__tel {
        display: none;
    }

    .header__menu {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .header__cta {
        display: none;
    }

    .header__cta--mobile {
        display: flex;
        justify-content: center;
        width: fit-content;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .header--open .header__nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header--open .header__toggle span:nth-child(1) {
        transform: translateX(-50%) translateY(8px) rotate(45deg);
    }

    .header--open .header__toggle span:nth-child(2) {
        opacity: 0;
    }

    .header--open .header__toggle span:nth-child(3) {
        transform: translateX(-50%) translateY(-8px) rotate(-45deg);
    }

    .top-mv__inner {
        padding: 35px 15px 40px;
        gap: 30px;
    }

    .top-mv__lead,
    .top-mv__text,
    .top-mv__note,
    .top-mv__button,
    .top-worries__bubble p,
    .top-pattern__text,
    .top-support__label,
    .top-support__number,
    .top-support__text,
    .top-construction__text,
    .top-case__meta li,
    .top-case__text,
    .top-plan__label,
    .top-plan__list li,
    .top-plan__note-sub,
    .top-cv__lead,
    .top-cv__button,
    .site-footer__copy {
        font-size: 16px;
    }

    .top-mv__button-wrap {
        text-align: center;
    }

    .top-mv__note {
        text-align: center;
    }

    .top-mv__lead {
        padding: 0;
    }

    .top-mv__lead::before {
        content: none;
    }

    .top-mv__lead::after {
        content: none;
    }

    .top-mv__lead span::before {
        content: none;
    }

    .top-worries__bubble {
        min-height: 220px;
        padding: 20px 25px;
    }

    .top-worries__person {
        display: none;
    }

    .top-worries__person img {
        max-width: 280px;
    }

    .top-pattern__image-wrap {
        min-height: 220px;
        padding: 20px 15px;
    }

    .top-pattern__heading {
        font-size: 22px;
    }

    .top-support__heading-wrap {
        align-items: center;
    }

    .top-support__heading {
        font-size: 20px;
    }

    .top-construction__image-wrap {
        min-height: 170px;
        padding: 20px 15px 10px;
    }

    .top-construction__body {
        padding: 15px 20px 20px;
    }

    .top-construction__heading {
        font-size: 18px;
    }

    .top-case__card {
        padding: 20px;
        gap: 20px;
    }

    .top-case__heading {
        font-size: 18px;
    }

    .top-plan__head {
        padding: 20px 15px 15px;
    }

    .top-plan__price {
        font-size: 18px;
    }

    .top-plan__price span,
    .top-plan__note-main {
        font-size: 20px;
    }

    .top-plan__note {
        max-width: 360px;
        padding: 15px 15px 5px;
    }

    .top-plan__note-main {
        font-size: 16px;
    }

    .top-plan__note-sub {
        font-size: 12px;
    }

    .top-cv {
        padding: 25px 15px;
    }

    .top-cv__title {
        font-size: 24px;
    }

    .top-cv__button {
        width: 100%;
        max-width: 320px;
        min-width: 0;
        padding: 10px 20px;
    }

    .top-company {
        padding: 35px 15px 15px;
    }

    .top-company__title {
        font-size: 24px;
    }

    .top-company__row dt,
    .top-company__row dd {
        font-size: 16px;
    }

    .site-footer {
        padding: 0 15px 15px;
    }

    .site-footer__inner {
        padding: 50px 10px 0;
        background-size: 220px auto;
        background-image: none;
    }

    .site-footer__copy {
        font-size: 12px;
    }
}
