/* リセットとベーススタイル */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, 'Yu Gothic', '游ゴシック', 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: #333;
    overflow-x: hidden;
    background: #ffffff;
    font-size: 16px;
}

body.menu-open {
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー */
.header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 0;
    /* position: sticky;
    top: 0;
    z-index: 1000; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.logo a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 32px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.nav-list a {
    color: #333333;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: #2563eb;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    justify-content: space-around;
    position: relative;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1f2937;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.nav-close-button {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    color: #1f2937;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.nav-close-button:hover {
    opacity: 0.8;
}

.nav-close-button i {
    font-size: 20px;
}

.header-tel {
    color: #FF8C42;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 8px 16px;
    border: 2px solid #FF8C42;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header-tel i {
    font-size: 0.95rem;
}

.header-tel:hover {
    background: #FF8C42;
    color: #ffffff;
}

/* メインビジュアルエリア */
.main-visual {
    background-image: url(./images/main-v-3.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.main-visual .container {
    position: relative;
}

.main-visual-image {
    position: absolute;
    left: 10px;
    top: 5%;
    transform: translateY(-50%);
    max-width: 400px;
    width: auto;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.main-visual-image-right {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    max-width: 300px;
    width: auto;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.main-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.main-visual-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.campaign-badge-top {
    display: inline-block;
    background: #fbbf24;
    color: #1f2937;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(251, 191, 36, 0.6);
    }
}

.badge-text {
    display: inline-block;
}

/* huyou_txt スタイル - 参考サイトのスタイルを適用 */
.huyou_txt {
    text-align: center;
    text-shadow: rgb(255, 255, 255) 7px 0px 0px, rgb(255, 255, 255) 6.92869px 0.996602px 0px, rgb(255, 255, 255) 6.71622px 1.9729px 0px, rgb(255, 255, 255) 6.36692px 2.909px 0px, rgb(255, 255, 255) 5.8879px 3.78584px 0px, rgb(255, 255, 255) 5.28893px 4.58555px 0px, rgb(255, 255, 255) 4.5822px 5.29183px 0px, rgb(255, 255, 255) 3.78212px 5.8903px 0px, rgb(255, 255, 255) 2.90498px 6.36876px 0px, rgb(255, 255, 255) 1.96865px 6.71747px 0px, rgb(255, 255, 255) 0.992221px 6.92932px 0px, rgb(255, 255, 255) -0.00442571px 7px 0px, rgb(255, 255, 255) -1.00098px 6.92806px 0px, rgb(255, 255, 255) -1.97715px 6.71498px 0px, rgb(255, 255, 255) -2.91303px 6.36508px 0px, rgb(255, 255, 255) -3.78956px 5.88551px 0px, rgb(255, 255, 255) -4.58889px 5.28603px 0px, rgb(255, 255, 255) -5.29472px 4.57885px 0px, rgb(255, 255, 255) -5.89269px 3.77839px 0px, rgb(255, 255, 255) -6.3706px 2.90095px 0px, rgb(255, 255, 255) -6.71871px 1.96441px 0px, rgb(255, 255, 255) -6.92995px 0.98784px 0px, rgb(255, 255, 255) -6.99999px -0.00885142px 0px, rgb(255, 255, 255) -6.92743px -1.00536px 0px, rgb(255, 255, 255) -6.71372px -1.98139px 0px, rgb(255, 255, 255) -6.36324px -2.91705px 0px, rgb(255, 255, 255) -5.88311px -3.79328px 0px, rgb(255, 255, 255) -5.28313px -4.59223px 0px, rgb(255, 255, 255) -4.57551px -5.29762px 0px, rgb(255, 255, 255) -3.77466px -5.89507px 0px, rgb(255, 255, 255) -2.89692px -6.37243px 0px, rgb(255, 255, 255) -1.96016px -6.71995px 0px, rgb(255, 255, 255) -0.983458px -6.93057px 0px, rgb(255, 255, 255) 0.0132771px -6.99999px 0px, rgb(255, 255, 255) 1.00974px -6.92679px 0px, rgb(255, 255, 255) 1.98564px -6.71247px 0px, rgb(255, 255, 255) 2.92107px -6.36139px 0px, rgb(255, 255, 255) 3.797px -5.88071px 0px, rgb(255, 255, 255) 4.59557px -5.28022px 0px, rgb(255, 255, 255) 5.30051px -4.57215px 0px, rgb(255, 255, 255) 5.89746px -3.77094px 0px, rgb(255, 255, 255) 6.37426px -2.89289px 0px, rgb(255, 255, 255) 6.72119px -1.95591px 0px, rgb(255, 255, 255) 6.93119px -0.979076px 3px;
}

.main-title {
    font-size: 4rem;
    color: #000;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
}

.main-subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0.95;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.campaign-info {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 16px;
    margin-bottom: 50px;
    color: #000;
    backdrop-filter: blur(15px);
    border:6px solid #fbbf24
}

.campaign-text {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-decoration-color: #FFD700;
    text-decoration-thickness: 6px;
    text-underline-offset: -3px;
    display: inline-block;
    line-height: 1.5;
}

.campaign-note {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
    line-height: 1.6;
}

.main-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.05em;
}

.btn-primary i,
.btn-secondary i {
    font-size: 1rem;
}

.btn-primary {
    background: #FF8C42;
    color: #ffffff;
}

.btn-primary:hover {
    background: #E67E22;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 140, 66, 0.4);
}

.btn-secondary {
    background: #EF4123;
    color: #ffffff;
}

.btn-secondary:hover {
    background: #D32F1F;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(239, 65, 35, 0.4);
}

/* セクション共通スタイル */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #1f2937;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-decoration-color: #FFD700;
    text-decoration-thickness: 6px;
    text-underline-offset: -3px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* デジタルサイネージ広告とは */
.about-section {
    padding: 100px 0;
    background-image: url(./images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-content {
    max-width: 900px;
    margin: 0 auto 60px;
    color: #333333;
    background: #FFF;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.lead-text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 2;
}

.about-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.9;
}

.why-section {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 1px solid #333333;
}

.subsection-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 30px;
    text-align: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.why-item {
    background: #f9fafb;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.why-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
}

.why-item p {
    color: #333333;
    line-height: 1.8;
}

.closing-text {
    font-size: 1.1rem;
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.note-text {
    background: #fef3c7;
    padding: 20px;
    border-radius: 8px;
    color: #1f2937;
    line-height: 1.8;
}
/* 現在掲載中の事業者様 */
.current-clients {
    padding: 80px 0;
    background: #ffffff;
}

.clients-list ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.clients-list li {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    text-align: center;
    font-weight: 500;
    color: #374151;
}

/* 設置場所 */
.location-section {
    padding: 100px 0;
    background: #fef3c7;
}

.location-content {
    max-width: 900px;
    margin: 0 auto 50px;
}

.location-description {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.9;
    margin-bottom: 30px;
}

.traffic-info {
    background: #f9fafb;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.traffic-note {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 16px;
}

.traffic-list {
    list-style: none;
    margin-bottom: 16px;
}

.traffic-list li {
    padding: 8px 0;
    color: #374151;
    font-weight: 500;
}

.traffic-list li:before {
    content: "✓ ";
    color: #333333;
    font-weight: 700;
    margin-right: 8px;
}

.traffic-ref {
    font-size: 0.85rem;
    color: #6b7280;
}

.spec-table-wrapper {
    max-width: 900px;
    margin: 0 auto 50px;
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.spec-table th {
    background: #f9fafb;
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    width: 180px;
}

.spec-table td {
    padding: 16px 20px;
    color: #333333;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.8;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
    border-bottom: none;
}

.location-image {
    max-width: 900px;
    margin: 0 auto;
}

.location-image img {
    width: 100%;
    height: auto;
}

.location-image-item-1 {
    margin-bottom: 30px;
}

/* 料金 */
.pricing-section {
    padding: 100px 0;
    background: #f9fafb;
}

.pricing-note {
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
    line-height: 1.8;
}

.pricing-table-wrapper {
    max-width: 700px;
    margin: 0 auto;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.pricing-table thead {
    background: #FF8C42;
    color: #ffffff;
}

.pricing-table th {
    padding: 18px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.pricing-table td {
    padding: 18px 20px;
    text-align: center;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

.pricing-table .duration {
    font-weight: 700;
    color: #1f2937;
    background: #dddddd;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

/* 入稿規定 */
.guidelines-section {
    padding: 100px 0;
    background: #ffffff;
}

.guidelines-content {
    max-width: 900px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.guideline-type-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

.table-wrapper {
    overflow-x: auto;
}

.guideline-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.guideline-table th {
    background: #f9fafb;
    padding: 14px 18px;
    text-align: left;
    font-weight: 700;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    width: 40%;
}

.guideline-table td {
    padding: 14px 18px;
    color: #333333;
    border-bottom: 1px solid #e5e7eb;
}

.guideline-table tr:last-child th,
.guideline-table tr:last-child td {
    border-bottom: none;
}

.guidelines-notes {
    max-width: 900px;
    margin: 0 auto;
    background: #f9fafb;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.notes-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 24px;
}

.notes-list {
    list-style: decimal;
    padding-left: 24px;
    color: #333333;
    line-height: 2;
}

.notes-list li {
    margin-bottom: 16px;
}

.sub-list {
    list-style: disc;
    padding-left: 24px;
    margin-top: 12px;
}

.sub-list li {
    margin-bottom: 8px;
}

/* CTAセクション */
.cta-section,
.cta {
    padding: 80px 20px;
    background-color: #fef3c7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-badge {
    display: inline-block;
    background-color: #FFFFFF;
    color: #FF8C42;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.cta-badge-text {
    display: block;
}

.cta-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 30px;
}

.cta-discount {
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.cta-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #FFFFFF;
    color: #FF8C42;
    font-size: 42px;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    border: 5px solid #FF8C42;
}

.cta-tel:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.cta-tel-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-tel i {
    font-size: 42px;
    color: #FF8C42;
    flex-shrink: 0;
}

.cta-tel-text {
    color: #FF8C42;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cta-tel-time {
    font-size: 25px;
    color: #FF8C42;
    font-weight: normal;
    white-space: nowrap;
}

.cta-tel-direct {
    margin-top: 10px;
}

.tel-direct {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.cta-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    flex: 1;
    min-width: 180px;
}

.cta-button:hover {
    transform: translateY(-2px);
}

.cta-button-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-button i {
    font-size: 24px;
}

.cta-button-mail {
    background-color: #FF8C42;
    color: #FFFFFF;
}

.cta-button-mail:hover {
    background-color: #E67E22;
}

.cta-button-line {
    background-color: #06C755;
    color: #FFFFFF;
}

.cta-button-line:hover {
    background-color: #05B048;
}

.cta-button-text {
    color: #FFFFFF;
    font-size: 25px;
}

.cta-button-time {
    font-size: 17px;
    color: #FFFFFF;
    opacity: 0.9;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* お問い合わせフォーム */
.contact-section {
    padding: 100px 0;
    background: #ffffff;
}

.form-description {
    text-align: center;
    color: #6b7280;
    margin-bottom: 40px;
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.form-message {
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.form-message i {
    font-size: 20px;
}

.form-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message-success i {
    color: #28a745;
}

.form-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message-error i {
    color: #dc3545;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: inherit;
    color: #1f2937;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    margin-bottom: 30px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #374151;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    cursor: pointer;
}

.submit-button {
    width: 100%;
    padding: 18px;
    background: #FF8C42;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-button i {
    font-size: 1rem;
}

.submit-button:hover {
    background: #ff8b43;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.submit-button:active {
    transform: translateY(0);
}

.privacy-policy-link {
    font-size: 14px;
    color: #6b7280;
}

/* フッター */
.footer {
    background: #1f2937;
    color: #e5e7eb;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-info p {
    color: #d1d5db;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #374151;
}

.footer-bottom p {
    color: #9ca3af;
    font-size: 0.9rem;
}

.required {
    color: #FF0000;
    font-weight: 600;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }

    .header {
        overflow: visible;
    }

    .header-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .nav {
        position: relative;
        z-index: 10000;
    }

    .hamburger-menu.menu-open {
        display: none;
    }

    .nav-close-button {
        display: none !important;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10001;
        color: #FFFFFF;
    }

    .nav-close-button.menu-open {
        display: flex !important;
    }

    .nav-list {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        background-color: #FF8C42 !important;
        flex-direction: column !important;
        width: min(280px, 80vw) !important;
        max-width: 280px !important;
        height: 100vh !important;
        padding: 60px 20px 20px !important;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2) !important;
        transform: translateX(100%) !important;
        transition: transform 0.3s ease !important;
        gap: 0 !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .nav-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 0;
        margin: 0;
    }

    .nav-list li a {
        display: block;
        padding: 10px;
        color: #FFFFFF !important;
        font-size: 16px;
    }

    .nav-list.active {
        transform: translateX(0) !important;
    }

    .header-contact {
        display: none;
    }

    .main-title {
        font-size: 2.2rem;
        letter-spacing: 0.05em;
    }

    .main-subtitle {
        font-size: 1.3rem;
    }

    .campaign-text {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .main-visual-image {
        max-width: 200px;
        left: 10px;
    }

    .main-visual-image-right {
        max-width: 200px;
        right: 10px;
    }

    .guidelines-content {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .spec-table,
    .pricing-table,
    .guideline-table {
        font-size: 0.9rem;
    }

    .spec-table th,
    .spec-table td,
    .pricing-table th,
    .pricing-table td,
    .guideline-table th,
    .guideline-table td {
        padding: 12px 14px;
    }

    .tel-number {
        font-size: 2.2rem;
    }

    .tel-number i {
        font-size: 1.7rem;
    }
}

@media (max-width: 480px) {
    .nav-list {
        width: min(280px, 85vw);
        padding: 60px 15px 15px;
    }

    .main-visual {
        padding: 60px 0;
    }

    .main-visual-image {
        max-width: 120px;
        left: 5px;
    }

    .main-visual-image-right {
        max-width: 120px;
        right: 5px;
    }

    .main-title {
        font-size: 1.8rem;
        letter-spacing: 0.03em;
    }

    .main-title::after {
        width: 60px;
        height: 3px;
    }

    .main-subtitle {
        font-size: 1.1rem;
    }

    .campaign-info {
        padding: 20px 25px;
    }

    .campaign-text {
        font-size: 1.2rem;
    }

    .campaign-badge-top {
        font-size: 0.85rem;
        padding: 8px 18px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        padding: 16px 30px;
    }

    .main-cta {
        flex-direction: column;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .cta-section,
    .cta {
        padding: 60px 20px;
    }

    .cta-badge {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .cta-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .cta-discount {
        padding: 30px 20px;
        gap: 20px;
    }

    .cta-tel {
        font-size: 32px;
        padding: 18px 30px;
        gap: 12px;
        white-space: nowrap;
        overflow: hidden;
    }

    .cta-tel i {
        font-size: 32px;
        flex-shrink: 0;
    }

    .cta-tel-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cta-buttons {
        gap: 12px;
        max-width: 100%;
    }

    .cta-button {
        font-size: 16px;
        padding: 12px 25px;
        min-width: 150px;
    }

    .cta-button i {
        font-size: 20px;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .spec-table th {
        width: 120px;
    }

    .cta-section,
    .cta {
        padding: 50px 15px;
    }

    .cta-badge {
        padding: 8px 15px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cta-title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .cta-discount {
        padding: 25px 15px;
        gap: 15px;
    }

    .cta-tel {
        font-size: 24px;
        padding: 15px 20px;
        gap: 8px;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
    }

    .cta-tel i {
        font-size: 24px;
        flex-shrink: 0;
    }

    .cta-tel-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px;
    }

    .cta-tel-time {
        font-size: 14px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .cta-button {
        font-size: 14px;
        padding: 12px 20px;
        width: 100%;
        min-width: auto;
    }

    .cta-button i {
        font-size: 18px;
    }
}

/* 固定フッターCTA */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    color: #333333;
    padding: 15px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    background-image: url(./images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.fixed-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.fixed-footer-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: #EF4123;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.fixed-footer-tel:hover {
    background-color: #E67E22;
    transform: translateY(-2px);
}

.fixed-footer-tel i {
    font-size: 20px;
}

.fixed-footer-tel-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.fixed-footer-tel-text {
    color: #FFFFFF;
}

.fixed-footer-tel-time {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: normal;
    white-space: nowrap;
}

.fixed-footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: rgba(255, 140, 66, 0.2);
    padding: 12px 20px;
    border-radius: 25px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.fixed-footer-item:hover {
    background-color: rgba(255, 140, 66, 0.3);
    transform: translateY(-2px);
}

.fixed-footer-item i {
    font-size: 20px;
}

.fixed-footer-item-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fixed-footer-text {
    color: #FFFFFF;
}

.fixed-footer-item-time {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: normal;
    white-space: nowrap;
}

.fixed-footer-mail {
    background-color: #FF8C42;
}

.fixed-footer-mail:hover {
    background-color: #E67E22;
}

.fixed-footer-line {
    background-color: #06C755;
}

.fixed-footer-line:hover {
    background-color: #05B048;
}

@media (max-width: 768px) {
    .fixed-footer-text {
        display: none;
    }

    .fixed-footer-container {
        gap: 10px;
        padding: 0 10px;
    }

    .fixed-footer-tel {
        font-size: 18px;
        padding: 10px 20px;
        gap: 4px;
    }

    .fixed-footer-tel i {
        font-size: 18px;
    }

    .fixed-footer-tel-time {
        font-size: 11px;
    }

    .fixed-footer-item {
        padding: 10px 15px;
        font-size: 14px;
        gap: 4px;
    }

    .fixed-footer-item i {
        font-size: 18px;
    }

    .fixed-footer-item-time {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .fixed-footer {
        padding: 10px 0;
    }

    .fixed-footer-container {
        gap: 8px;
        padding: 0 5px;
        flex-wrap: wrap;
    }

    .fixed-footer-tel {
        font-size: 14px;
        padding: 8px 15px;
        gap: 3px;
        flex: 1;
        min-width: 0;
    }

    .fixed-footer-tel i {
        font-size: 12px;
    }

    .fixed-footer-tel-time {
        font-size: 10px;
    }

    .fixed-footer-tel-text {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fixed-footer-item {
        padding: 8px 12px;
        font-size: 12px;
        gap: 3px;
        flex: 1;
        min-width: 0;
    }

    .fixed-footer-item i {
        font-size: 16px;
    }

    .fixed-footer-item-time {
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .fixed-footer {
        padding: 8px 0;
    }

    .fixed-footer-container {
        gap: 4px;
        padding: 0 3px;
        flex-wrap: nowrap;
    }

    .fixed-footer-tel {
        font-size: 11px;
        padding: 6px 8px;
        gap: 2px;
        flex: 1;
        min-width: 0;
    }

    .fixed-footer-tel i {
        font-size: 12px;
    }

    .fixed-footer-tel-content {
        gap: 4px;
    }

    .fixed-footer-tel-text {
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fixed-footer-tel-time {
        font-size: 9px;
    }

    .fixed-footer-item {
        padding: 6px 8px;
        font-size: 11px;
        gap: 2px;
        flex: 1;
        min-width: 0;
    }

    .fixed-footer-item i {
        font-size: 14px;
    }

    .fixed-footer-item-content {
        gap: 4px;
    }

    .fixed-footer-item-time {
        font-size: 9px;
    }
}

body {
    padding-bottom: 80px;
}

/* 申し込みの流れセクション */
.workflow {
    padding: 60px 20px;
    background-image: url(./images/workflow-bg-0.3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.workflow .section-title {
    font-size: 28px;
    color: #FF8C42;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 1.5;
}

.workflow-steps {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.workflow-step {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 3px solid #FF8C42;
    position: relative;
}

.workflow-step:not(:last-child)::after {
    content: "↓";
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #FF8C42;
    font-weight: bold;
}

.workflow-step-number {
    background-color: #FF8C42;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 10px;
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
}

.workflow-step-content {
    flex: 1;
}

.workflow-step-title {
    font-size: 20px;
    color: #FF8C42;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.workflow-step-desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

/* 申し込みの流れセクション レスポンシブ */
@media (max-width: 768px) {
    .workflow {
        padding: 40px 20px;
    }

    .workflow .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .workflow-steps {
        gap: 40px;
    }

    .workflow-step {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .workflow-step:not(:last-child)::after {
        bottom: -30px;
        font-size: 24px;
    }

    .workflow-step-number {
        min-width: auto;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .workflow-step-title {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .workflow-step-desc {
        font-size: 14px;
    }
}
