/* ================================
   MEETS Landing Page - Main Styles
   ================================ */

/* ===============================
   1. Base Styles
   =============================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #494949;
    line-height: 1.6;
    background-color: #ffffff;
}

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

/* ===============================
   2. Layout Components
   =============================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

section {
    padding: 60px 0;
}

/* ===============================
   3. Typography
   =============================== */
h1, h2, h3 {
    color: #1d1d1f;
    margin-bottom: 20px;
    font-weight: 600;
}

p {
    margin-bottom: 16px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 29px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #4CAF50, #2196F3);
    margin: 16px auto 0;
    border-radius: 2px;
}

/* Why Nowセクションのタイトル下線を非表示 */
.why-now .section-title::after {
    display: none;
}

/* ===============================
   4. Hero Section
   =============================== */
.hero {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(245,245,247,0.7));
}

.hero-logo {
    margin: 0 auto 32px;
    width: 200px;
}

.hero-title {
    font-size: 42px;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 22px;
    margin-bottom: 32px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to right, #4CAF50, #2196F3);
    color: white;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 16px;
}

/* ===============================
   5. Vision Mission Values Section
   =============================== */
.vision-mission-values {
    background-color: #f5f5f7;
}

.vmv-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.vmv-item {
    flex: 1 1 300px;
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

.vmv-item img {
    margin: 0 auto 16px;
    border-radius: 50%;
    width: 60%;
    height: auto;
}

.vmv-item ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.vmv-item li {
    margin-bottom: 8px;
}

/* ===============================
   6. Message Section
   =============================== */
.message-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.message-image {
    flex: 1 1 300px;
    text-align: center;
}

.message-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.message-text {
    flex: 2 1 500px;
}

.message-signature {
    text-align: right;
    margin-top: 32px;
    font-weight: 500;
}

/* ===============================
   7. Three Pillars Section
   =============================== */
.three-pillars {
    /* existing styles */
}

/* 3つのソリューションセクションのスタイル */
.solution-intro {
    text-align: center;
    margin-bottom: 40px;
}

.intro-lead {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.intro-subtitle {
    font-size: 18px;
    color: #494949;
    margin-bottom: 0;
}

.meets-approach {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 48px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.05), rgba(33, 150, 243, 0.05));
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* PC表示での幅調整 */
@media (min-width: 768px) {
    .meets-approach {
        width: 80%;
        max-width: 800px;
        padding: 40px 48px;
    }
}

@media (min-width: 1024px) {
    .meets-approach {
        width: 75%;
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .meets-approach {
        width: 70%;
        max-width: 700px;
    }
}

.approach-title {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 20px;
    text-align: center;
}

.approach-list {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.approach-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.approach-list li:last-child {
    border-bottom: none;
}

.approach-action {
    font-weight: 600;
    color: #4CAF50;
    font-size: 18px;
    min-width: 140px;
    margin-right: 16px;
}

.approach-detail {
    color: #494949;
    font-size: 15px;
}

.approach-conclusion {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #1d1d1f;
    margin-bottom: 0;
    padding-top: 16px;
    border-top: 2px solid rgba(76, 175, 80, 0.2);
}

.approach-conclusion .highlight {
    color: #2196F3;
    font-weight: 600;
    font-size: 18px;
}

.three-pillars-intro {
    max-width: 800px;
    margin: 0 auto 48px;
    text-align: center;
    line-height: 1.8;
}

.three-pillars-intro p {
    margin-bottom: 24px;
    color: #494949;
}

.three-pillars-points {
    margin: 24px 0;
    padding: 24px;
    background: rgba(76, 175, 80, 0.05);
    border-radius: 8px;
}

.three-pillars-points li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
}

.three-pillars-points li::before {
    content: "●";
    color: #4CAF50;
    margin-right: 8px;
}

.pillars-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.pillar-item {
    flex: 1 1 300px;
    background-color: #f5f5f7;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.pillar-icon {
    margin: 0 auto 26px;
    border-radius: 5px;
    display: block;
}

/* ===============================
   8. Team Section
   =============================== */
.team {
    background-color: #f5f5f7;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.team-member {
    flex: 1 1 220px;
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.member-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 16px;
    object-fit: cover;
}

.member-name {
    margin-bottom: 4px;
}

.member-role {
    color: #0071e3;
    font-weight: 500;
    margin-bottom: 8px;
}

.member-bio {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

/* ===============================
   9. Why MEETS Section
   =============================== */
.why-meets-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.why-meets-item {
    flex: 1 1 300px;
    background-color: #f5f5f7;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.why-meets-item h3 {
    text-align: center;
    font-size: 18px;
}

.why-meets-icon {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto 26px;
    border-radius: 5px;
    object-fit: cover;
}

.why-meets-list {
    list-style-type: none;
    padding-left: 10px;
    text-align: left;
}

.why-meets-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
}

.why-meets-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0071e3;
}

/* ===============================
   10. Why Now Section
   =============================== */
.why-now {
    background: linear-gradient(135deg, #4CAF50, #2196F3);
    color: white;
    padding: 60px 0;
}

.why-now .section-title {
    color: white;
}

.why-now-content {
    max-width: 800px;
    margin: 0 auto;
}

.why-now-list {
    max-width: 500px;
    margin: 0 auto 32px;
    text-align: left;
    font-size: 18px;
    padding: 0 20px;
}

.why-now-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    position: relative;
    padding-left: 32px;
}

.why-now-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM8.5 11.5L5.5 8.5L4 10L8.5 14.5L16 7L14.5 5.5L8.5 11.5Z" fill="%23FFFFFF"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.why-now-list-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 2px;
    display: inline-block;
}

.why-now-list-item span {
    flex: 1;
}

.why-now-message {
    max-width: 680px;
    margin: 48px auto;
    padding: 32px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
}

.why-now-message h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: white;
    text-align: center;
}

.why-now-message-content {
    text-align: left;
}

.why-now-message-content p:first-child {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

.why-now-conclusion {
    max-width: 680px;
    margin: 32px auto;
    padding: 24px;
    border-radius: 12px;
    background: white;
    color: #1d1d1f;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-now-conclusion p {
    margin-bottom: 0;
    text-align: left;
}

/* ===============================
   11. Footer
   =============================== */
.footer {
    background: linear-gradient(135deg, #4CAF50, #2196F3);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer a {
    color: white;
}

.footer-logo {
    width: 150px;
    margin: 0 auto 32px;
}

.footer-contact {
    margin-bottom: 32px;
}

.footer-copyright {
    font-size: 14px;
    opacity: 0.9;
}

/* ===============================
   12. Utility Classes
   =============================== */
.mobile-br {
    display: none;
}

/* Text Alignment */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

/* Spacing */
.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

/* Font Sizes */
.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 20px;
}

.text-2xl {
    font-size: 24px;
}

/* Font Weight */
.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

/* Line Height */
.leading-tight {
    line-height: 1.4;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.7;
}

/* Colors */
.text-white {
    color: white;
}

.text-primary {
    color: #1d1d1f;
}

.text-accent {
    color: #0071e3;
}

/* Specific Component Styles */
.hero-logo {
    width: 200px;
}

.vmv-icon {
    width: 60%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.member-role {
    color: #0071e3;
    font-weight: 500;
    margin-bottom: 8px;
}

.member-bio {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.footer-logo {
    width: 150px;
    margin: 0 auto 32px;
}

.footer-contact {
    margin-bottom: 32px;
}

.footer-copyright {
    font-size: 14px;
    opacity: 0.9;
}

/* List Styles */
.list-none {
    list-style: none;
    padding: 0;
}

/* Why Now Specific */
.why-now-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.why-now-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.why-now-list-icon {
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 2px;
}

/* ===============================
   13. Responsive Design
   =============================== */
@media (min-width: 768px) {
    .section-title {
        font-size: 34px;
    }
    
    .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .mobile-br {
        display: block;
    }
    
    .container {
        padding: 0 16px;
    }
    
    section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    .hero-title {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    /* 3つのソリューションセクション - モバイル最適化 */
    .solution-intro {
        margin-bottom: 24px;
        padding: 0 8px;
    }
    
    .intro-lead {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .intro-subtitle {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
    }
    
    .meets-approach {
        width: 100%;
        max-width: 100%;
        padding: 20px 16px;
        margin-bottom: 32px;
        border-radius: 8px;
        box-shadow: none;
    }
    
    .approach-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    .approach-list {
        margin-bottom: 16px;
    }
    
    .approach-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
    }
    
    .approach-action {
        font-size: 16px;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 4px;
    }
    
    .approach-detail {
        font-size: 14px;
        color: #666;
    }
    
    .approach-conclusion {
        font-size: 15px;
        line-height: 1.7;
        padding-top: 12px;
    }
    
    .approach-conclusion .highlight {
        font-size: 16px;
    }
    
    /* 3つの柱カード - モバイル */
    .pillars-grid {
        gap: 16px;
    }
    
    .pillar-item {
        flex: 1 1 100%;
        padding: 20px;
    }
    
    .pillar-item h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .pillar-item p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Why Now Section Mobile */
    .why-now {
        padding: 32px 0 !important;
    }
    
    .why-now-list {
        max-width: 100%;
        padding: 0 20px;
        font-size: 16px;
    }
    
    .why-now-message {
        max-width: 100%;
        margin: 32px 0;
        padding: 24px 20px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.12);
    }
    
    .why-now-conclusion {
        max-width: 100%;
        margin: 24px 0;
        padding: 20px;
        border-radius: 8px;
    }
    
    .why-now h3 {
        font-size: 20px !important;
        line-height: 1.5;
    }
    
    .why-now p {
        font-size: 15px !important;
        line-height: 1.7;
    }
    
    .why-now p[style*="font-size: 20px"] {
        font-size: 17px !important;
    }
}

/* Monitor Banner Styles */
.monitor-banner {
    margin-top: 32px;
    text-align: center;
}

.monitor-banner-link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    max-width: 728px;
    width: 100%;
}

.monitor-banner-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    /* 角丸とシャドウを削除（画像自体に含まれているため） */
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    display: block;
}

/* 画像が表示されない場合のテキストバナー */
.monitor-banner-text {
    display: none;
    background: linear-gradient(135deg, #4CAF50, #2196F3);
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.monitor-banner-text .banner-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.monitor-banner-text .banner-subtitle {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    opacity: 0.95;
}

.monitor-banner-text .banner-cta {
    display: inline-block;
    background: white;
    color: #2196F3;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

/* 画像が読み込まれない場合のフォールバック */
.monitor-banner-image:not([src]),
.monitor-banner-image[src=""] {
    display: none;
}

.monitor-banner-image:not([src]) ~ .monitor-banner-text,
.monitor-banner-image[src=""] ~ .monitor-banner-text {
    display: block;
}

.monitor-banner-link:hover .monitor-banner-image {
    transform: translateY(-3px);
    /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15); */
}

.monitor-banner-link:hover .monitor-banner-text {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.monitor-banner-link:hover .banner-cta {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .monitor-banner {
        margin-top: 24px;
        padding: 0 16px;
    }
    
    .monitor-banner-link {
        width: 100%;
    }
    
    .monitor-banner-image {
        /* border-radius: 6px; */
        /* モバイルでは画像を非表示にしてテキストバナーを使用 */
        /* display: none; */
    }
    
    /* モバイルではテキストバナーを優先表示 */
    /* .monitor-banner-text {
        display: block;
    } */
    
    .monitor-banner-text .banner-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .monitor-banner-text .banner-subtitle {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .monitor-banner-text .banner-cta {
        font-size: 13px;
        padding: 6px 16px;
    }
}

/* Message Button Styles */
.message-button {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #4CAF50, #2196F3);
    border: none;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.message-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

@media (max-width: 768px) {
    .message-button {
        font-size: 11px;
        padding: 5px 14px;
    }
}
