body {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.section-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.btn {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 1em;
}

.btn-consultation-large {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 78px;
    gap: 10px;
    width: 710px;
    height: 90px;
    background: linear-gradient(0deg, #FF6200 0%, #FFB74D 103.81%);
    border: 3px solid #000000;
    border-radius: 5px;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.5em; /* この行を追加しました */
}

.btn-download-large {
    background-color: #ff9900;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 30px;
    margin-left: 20px;
}

.hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 720px;
    width: 100%;
    background-image: url("../img/背景.2a524cff59ab.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-sizing: border-box;
}

.hero-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.hero-content {
    display: flex;
    justify-content: flex-start;
    flex: none;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 50px;
}

.hero-subtitle {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 95px;
}

.hero-content h1 {
    font-size: 3em;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.3;
    border: 1px solid #000;
    padding: 10px 20px;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px #000000;
    text-align: center;
}

.hero-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px #000000;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.tag-group {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag {
    background-color: #ff9900;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
}

.hero-main-text {
    font-size: 3em;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.button-group {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-black {
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    border: 1px solid #000;
}

.icon-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.icon-btn {
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.5em;
    cursor: pointer;
    box-shadow: none;
    font-weight: bold;
}

.consultation-link {
    position: fixed;
    right: 80px;
    bottom: 50px;
    z-index: 1000;
}

.consultation-illustration {
    width: 370px;
    height: auto;
}

.speech-bubble {
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px 20px;
    border-radius: 20px;
    position: relative;
    max-width: 200px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.speech-bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.issue-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    background: #F5F5F5;
}

.issue-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
}

.issue-title {
    font-size: 6.5em;
    font-weight: bold;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.issue-subtitle {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0;
    font-family: 'Zen Kurenaido', sans-serif;
}

.issue-main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    width: 100%;
}

.issue-text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.issue-text {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.issue-illustration {
    width: 350px;
    height: auto;
}

.concept-section {
    padding: 80px 20px;
    background-color: #fff;
}

.concept-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}

.concept-section-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    background: #FFFFFF;
}

.concept-title {
    font-size: 6.5em;
    font-weight: bold;
    color: #FFF5C0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.concept-subtitle-new {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Zen Kurenaido', sans-serif;
}

.concept-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    max-width: 1280px;
    padding: 0 50px;
    box-sizing: border-box;
}

.concept-illustration {
    width: 400px;
    height: auto;
}

.concept-text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.concept-main-title {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

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

.concept-list li {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.concept-note {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}

.service-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background-color: #FFF5C0;
}

.service-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
}

.service-title {
    font-size: 6.5em;
    font-weight: bold;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.service-subtitle {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0;
    font-family: 'Zen Kurenaido', sans-serif;
}

.service-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 100px;
}

.service-item-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.service-item-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 50px;
    border-radius: 10px;
    width: auto;
}

.service-text-list-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 35px 10px;
    justify-content: center;
}

.service-item-text {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.service-item-main:first-child .service-item-text {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: 460px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-item-illustration {
    max-width: 382px;
    height: auto;
}

.service-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1.4em;
}

.service-feature-list li {
    font-size: 1em;
    margin-bottom: 5px;
}

.service-item-sub {
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: none;
    padding: 30px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

.service-item-box-sub {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    margin-left: 130px;
}

.service-item-sub-title {
    font-size: 2em;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

.service-item-sub-text {
    font-size: 1em;
    font-weight: bold;
    color: #333;
    margin: 0;
    text-align: left;
}

.service-item-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column-reverse;
}

.detail-group {
    margin-bottom: 20px;
}

.detail-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.detail-group ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.4em;
}

.detail-group li {
    margin-bottom: 5px;
}

.service-consultation-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    margin-top: 20px;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
}

.consultation-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-consultation-title {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    line-height: 1.3;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.service-consultation-title .highlight {
    font-size: 1.5em;
    color: #ff9900;
    font-weight: bolder;
}

.service-consultation-note {
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
    text-align: left;
}

.consultation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.consultation-illustration-new {
    max-width: 300px;
    height: auto;
}

.flow-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    background-color: #F5F5F5;
}

.flow-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0 80px;
}

.flow-title {
    font-size: 6.5em;
    font-weight: bold;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.flow-subtitle {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0;
    font-family: 'Zen Kurenaido', sans-serif;
}

.flow-table-container {
    overflow-x: auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.flow-section table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 30px;
}

.flow-section th,
.flow-section td {
    border: none;
    padding: 22px 26px;
    vertical-align: middle;
    text-align: left;
    background: #FFFFFF;
    box-shadow: none;
    line-height: 1.65;
}

.flow-section thead th {
    background: #FFFFFF;
    color: #111;
    font-weight: 800;
    font-size: 1.25rem;
    text-align: center;
}

.flow-section thead th:first-child {
    width: 140px;
}

.flow-section tbody td:first-child {
    width: 140px;
    background: #F5EECF;
    text-align: center;
    padding: 0;
}

.flow-week-number {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 28px 0;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: .02em;
    line-height: 1;
}
.flow-week-number::first-letter {
    font-size: 42px;
    font-weight: 900;
}

.flow-section tbody tr:nth-child(odd) td:not(:first-child) {
    background: #F5EECF;
}

.flow-section tbody td:last-child {
    text-align: center;
    font-weight: 700;
}

.flow-section td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.flow-section td ul li { margin: 0 0 6px 0; }
.flow-section td ul li::before {
    content: "・";
    color: #333;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.flow-product-name {
    font-size: 1.1em;
    font-weight: 800;
    margin: 0;
}
.flow-product-note {
    font-size: .95em;
    color: #333;
    margin: 6px 0 0;
}

.flow-section tbody tr:last-child td:nth-child(3) {
    background: #FFFFFF;
}

.plan-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background-color: #FFF5C0;
}

.plan-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
}

.plan-title {
    font-size: 6.5em;
    font-weight: bold;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.plan-subtitle {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0;
    font-family: 'Zen Kurenaido', sans-serif;
}

.plan-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.plan-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 350px;
    text-align: center;
}

.plan-item h3 {
    font-size: 1.8em;
    color: #ff9900;
    text-align: center;
    margin-top: 0;
}

.plan-item p {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.plan-item .price {
    font-size: 2em;
    font-weight: bold;
    color: #ff9900;
    margin: 10px 0;
}

.plan-item .price span {
    font-size: 0.5em;
    font-weight: normal;
    color: #333;
}

.plan-item .period {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan-item .note {
    font-size: 1em;
    color: #333;
    font-weight: bold;
    margin-top: 0;
}

.plan-consultation-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.plan-consultation-area p {
    margin: 0;
    line-height: 1.5;
}

.plan-consultation-area .note {
    font-size: 0.8em;
    color: #666;
}

.plan-image-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.plan-consultation-illustration {
    width: 40%;
    margin: 30px;
    height: auto;
}

.qa-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background-color: #FFFFFF;
}

.qa-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
}

.qa-title {
    font-size: 6.5em;
    font-weight: bold;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Noto Sans Imperial Aramaic', sans-serif;
}

.qa-subtitle {
    font-size: 2em;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0;
    font-family: 'Zen Kurenaido', sans-serif;
}

.qa-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 900px;
}

.qa-item .question {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.qa-item .answer {
    font-size: 1.1em;
    color: #555;
    margin: 10px 0 0;
    line-height: 1.5;
}

.qa-item span {
    color: #ff9900;
    font-weight: bold;
    margin-right: 5px;
}

.consultation-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
}

.consultation-card {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 28px 24px;
    width: 560px;
    max-width: 100%;
    box-sizing: border-box;
}

.consultation-eyebrow {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.02em;
}

.consultation-headline {
    margin: 0 0 14px 0;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.consultation-note {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.7;
    color: #333;
}

.consultation-visual {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
}

.consultation-visual img {
    width: min(360px, 38vw);
    height: auto;
    display: block;
}

.consultation-banner .service-consultation-title,
.consultation-banner .service-consultation-note,
.consultation-banner .consultation-content,
.consultation-banner .consultation-illustration-new {
    all: unset;
}

@media (max-width: 960px) {
    .consultation-inner { gap: 28px; }
    .consultation-card { width: 520px; padding: 24px 20px; }
    .consultation-banner::after { right: -10%; opacity: 0.6; }
}

@media (max-width: 720px) {
    .consultation-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 16px;
        gap: 16px;
    }
    .consultation-card { width: 100%; }
    .consultation-visual { align-self: center; }
    .consultation-visual img { width: min(320px, 70vw); }
    .consultation-banner::after { display: none; }
}

.plan-table-image {
    display: block;
    max-width: 820px;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
}

.deadline-badge {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 250px;
    height: auto;
    z-index: 10;
}

.deadline-badge img {
    width: 100%;
    height: auto;
}

/* フォームの必須項目を表す「(必須)」のスタイル */
.form-group .required-label {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}