* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    min-height: 100vh;
    display: block !important;
}

.main-container {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    min-height: 100vh;
    background: #fff;
}

/* 画像スタイル - 元のページと同じサイズと比率を保持 */
.hero-image,
.content-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    object-fit: contain;
    box-sizing: border-box;
}

/* 画像の縦横比を正確に保持 - 文字を含む画像はスムーズなレンダリングを使用 */
img {
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.image-placeholder {
    width: 100%;
    background: #f0f0f0;
    display: block;
}

/* appearクラス - アニメーション用 */
.appear {
    opacity: 1;
}

/* CTAボタン - 元のページと同じサイズ */
.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #54b74b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 64px;
    height: 44px;
    width: 282px;
    max-width: calc(100% - 40px);
    margin: 10px auto 5px;
    transition: opacity 0.3s;
    flex-shrink: 0;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.cta-button p {
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.cta-button:hover {
    opacity: 0.9;
}

.cta-button .text {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
}

/* コンテンツセクション */
.content-section {
    width: 100%;
    max-width: 334px;
    margin: 0 auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 35px 0 0;
    width: 312px;
}

.main-title {
    font-size: 24px;
    font-weight: 700;
    color: #26AEB5;
    text-align: center;
    line-height: 1.22;
    letter-spacing: -0.05em;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

.title-underline {
    width: 60px;
    height: 4px;
    background: #0FABB5;
}

.content-box {
    width: 100%;
    border: 2px solid #0FABB5;
    padding: 22px 17px 40px 19px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-inner {
    width: 100%;
    max-width: 294px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.6;
    font-family: 'Noto Sans', sans-serif;
}

.section-text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    width: 294px;
    max-width: 100%;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    width: 217px;
    max-width: 100%;
}

.feature-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}

.feature-badge {
    background: #0FABB5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    width: 48px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Noto Sans', sans-serif;
}

.feature-text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

/* 会社概要セクション */
.company-section {
    width: 100%;
    max-width: 375px;
    margin: 34px auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.company-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
}

.company-underline {
    width: 60px;
    height: 4px;
    background: #0FABB5;
    margin-bottom: 20px;
}

.company-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
    padding: 0;
}

.company-info img {
    margin-bottom: 28px;
    padding: 15px;
    box-sizing: border-box;
    width: 375px;
    max-width: 100%;
}

.company-details {
    padding: 0 29px;
    width: 100%;
}

.company-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    font-family: 'Noto Sans', sans-serif;
    width: 279px;
    max-width: calc(100% - 29px);
}

.company-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.1;
    font-family: 'Noto Sans', sans-serif;
    width: 335px;
    max-width: calc(100% - 29px);
    margin-left: 29px;
}

.company-text p {
    margin: 10px 0;
}

.company-text a {
    color: #007cff;
    text-decoration: underline;
}

/* プライバシーポリシーリンク */
.privacy-link {
    color: #0d0809;
    font-size: 12px;
    text-decoration: underline;
    margin: 0 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.privacy-link:hover {
    opacity: 0.7;
}

/* フッター */
.footer {
    width: 100%;
    background: #0FABB5;
    padding: 19px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    width: 181px;
    max-width: 100%;
    height: 15px;
}

/* PCでは非表示（スマホ専用LP） - 開発中はコメントアウト */
/* @media screen and (min-width: 769px) {
    body {
        display: none !important;
    }
} */

/* レスポンシブ対応 - スマホサイズの調整 */
@media screen and (max-width: 393px) {
    .main-container {
        width: 96%;
        max-width: 96%;
    }
    
    .content-section {
        max-width: calc(100% - 20px);
        width: calc(100% - 20px);
        gap: 0;
    }
    
    .title-section {
        margin: 38px 0 0;
        width: calc(100% - 40px);
        gap: 6px;
    }
    
    .content-box {
        padding: 20px 17px 20px 19px;
        width: 100%;
    }
    
    .content-inner {
        gap: 20px;
    }
    
    .text-content {
        gap: 20px;
    }
    
    .features-grid {
        gap: 10px;
        width: 100%;
    }
    
    .feature-item {
        gap: 4px;
    }
    
    .feature-badge {
        width: 48px;
        font-size: 13px;
    }
    
    .feature-text {
        font-size: 13px;
        font-weight: 600;
    }
    
    .cta-button {
        width: calc(100% - 40px);
        max-width: 282px;
    }
    
    .company-section {
        margin: 36px 20px 20px 20px;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        gap: 6px;
    }
    
    .company-info {
        gap: 6px;
    }
    
    .company-info img {
        width: 100%;
        max-width: 100%;
    }
    
    .company-name {
        font-size: 13px;
    }
    
    .company-text {
        font-size: 13px;
    }
    
    .footer {
        padding: 16px;
    }
}

@media screen and (max-width: 375px) {
    .main-container {
        width: 100%;
        max-width: 100%;
    }
    
    .content-section {
        max-width: calc(100% - 20px);
    }
    
    .title-section {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 840px) {
    .main-title {
        font-size: 18px;
    }
    
    .title-underline {
        width: 100%;
    }
    
    .section-title {
        font-size: 15px;
    }
    
    .section-text {
        font-size: 13px;
    }
    
    .feature-badge {
        font-size: 14px;
    }
    
    .feature-text {
        font-size: 13px;
    }
    
    .company-title {
        font-size: 18px;
    }
    
    .company-name {
        font-size: 15px;
    }
    
    .company-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .title-section {
        margin: 12px 0 0;
    }
    
    .main-title {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.5;
    }
    
    .section-title {
        font-size: 18px;
    }
    
    .section-text {
        font-size: 13px;
    }
    
    .cta-button {
        font-size: 13px;
        height: 40px;
    }
    
    .company-section {
        margin: 37px;
        width: calc(100% - 74px);
        max-width: calc(100% - 74px);
        gap: 16px;
    }
    
    .company-title {
        font-size: 15px;
    }
    
    .footer p {
        font-size: 12px;
        height: auto;
        width: auto;
        max-width: 100%;
    }
}
