/* ==========================================================================
   SERVICE PAGE SPECIFIC STYLES - Figmaデザイン版
   ========================================================================== */

/* Service Intro Section */
.service-intro {
    padding: 96px 30px 40px;
}

.service-intro-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #444444;
    max-width: 1184px;
    margin: 0 auto;
    text-align: left;
}

/* Service Cards Section */
.service-cards-container {
    padding: 40px 30px 64px;
}

.service-cards {
    display: flex;
    gap: 64px;
    max-width: 1184px;
    margin: 0 auto;
    justify-content: space-between;
}

.service-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 352px;
}

.service-card-image {
    aspect-ratio: 297/210;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

.service-card-subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #444444;
    text-align: center;
    line-height: 1.8;
    margin: 0;
}

.service-card-desc {
    font-size: 1rem;
    color: #444444;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

/* Platform Section */
.service-platform {
    padding: 64px 0;
}

.service-platform-header {
    display: flex;
    flex-direction: column;
    gap: 92px;
    align-items: center;
    margin-bottom: 48px;
}

.service-platform-logo {
    width: 400px;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.service-platform-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-platform-title {
    font-family: 'Futura', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #444444;
    line-height: 1.2;
    margin: 0;
}

.service-platform-content {
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: center;
}
.service-platform-left {
    max-width: 1184px;
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: center;
}
.service-platform-phone {
    max-width: 273px;
	width: 40%;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-platform-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-platform-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-feature-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-feature-arrow {
    width: 60px;
    height: 28px;
    flex-shrink: 0;
    transform: rotate(90deg);
}

.service-feature-arrow svg {
    width: 100%;
    height: 100%;
}

.service-feature-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
	flex-direction: column;
}

.service-feature-label {
    font-weight: 700;
    font-size: 1.25rem;
    color: #444444;
    line-height: 1.8;
}

.service-feature-icon {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.service-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-platform-distribution {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-distribution-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-distribution-box {
    background-color: white;
    border: 3px solid #FF334F;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
	max-width: 369px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}
.service-distribution-box.overseas {
    /*background-color: #fdf1b4;*/
}
.service-distribution-box.overseas {
    /*background-color: #fdf1b4;*/
}

.service-distribution-header {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    position: relative;
}

.service-distribution-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #444444;
    line-height: 1.8;
    margin: 0;
}

.service-distribution-flag {
    position: absolute;
    right: 0;
    top: -27px;
    width: 70px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
}

.service-distribution-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-distribution-logos {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.service-distribution-logos img {
    width: 100%;
    object-fit: cover;
}

/* Problem Section */
.service-problem {
    padding: 64px 0;
}

.service-section-title {
    font-family: 'Futura', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #444444;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 40px;
}

.service-problem-cards {
    display: flex;
    gap: 64px;
    max-width: 1118px;
    margin: 0 auto;
    padding: 0 32px;
}

.service-problem-card {
    flex: 1;
    background-color: #f2f2f2;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
}

.service-problem-icon {
    max-width: 212px;
}

.service-problem-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-problem-text {
    font-weight: 700;
    font-size: 1.25rem;
    color: #444444;
    text-align: center;
    line-height: 1.8;
    margin: 0;
}

/* Business Model Section */
.service-business {
    padding: 64px 0 150px 0;
}

.service-business-diagram {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 32px;
    border-radius: 8px;
    overflow: hidden;
}

.service-business-diagram img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* CTA Section - Override common styles */
.service-page .cta-section {
    background-color: #ff5757;
    padding: 120px 0;
}

.service-page .cta-content {
    max-width: 1184px;
}

.service-page .cta-buttons {
    display: flex;
    gap: 80px;
    max-width: 832px;
}

.service-page .cta-button-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.service-page .cta-text {
    font-weight: 700;
    font-size: 1.25rem;
    color: white;
    line-height: 1.8;
}

.service-page .cta-button {
    width: 100%;
    height: 56px;
    border-radius: 500px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.8;
    cursor: pointer;
    transition: opacity 0.3s;
}

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

.service-page .cta-button.primary {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), 
                linear-gradient(90deg, rgb(0, 144, 255) 0%, rgb(255, 57, 60) 99.99%);
    color: white;
}

.service-page .cta-button.secondary {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #444444;
    color: #444444;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .service-platform-content {
        flex-direction: column;
        align-items: center;
    }

    .service-platform-phone {
        margin-bottom: 32px;
    }

    .service-platform-features,
    .service-platform-distribution {
        width: 100%;
        max-width: 500px;
    }

    .service-feature-box,
    .service-distribution-box {
        width: 100%;
    }
	.service-distribution-item {
 flex-direction: column;
}
.service-distribution-item .service-feature-arrow {
  transform: rotate(180deg);
}
	.service-distribution-item .service-feature-arrow.d-none {
  display: none;
}
	.service-problem-cards {
  gap: 32px;
}
}

@media (max-width: 768px) {
    .service-intro-text {
        font-size: 0.875rem;
    }

    .service-cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
	.service-feature-item {
 flex-direction: column;
}
.service-platform-left {
  flex-direction: column;
}
	.service-platform-phone {
  max-width: 273px;
  width: 100%;
}
	.service-feature-arrow {
  transform: rotate(180deg);
}
    .service-card {
        max-width: 100%;
    }

    .service-platform-title {
        font-size: 2rem;
    }

    .service-platform-logo {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 400/240;
    }

    .service-problem-cards {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .service-problem-card {
        max-width: 400px;
        width: 100%;
    }

    .service-section-title {
        font-size: 2rem;
    }

    .service-page .cta-buttons {
        flex-direction: column;
        gap: 32px;
    }
	.service-feature-arrow.d-ss-none {
  display: none;
}
}

@media (max-width: 480px) {
	.service-cards-container {
  padding: 20px 30px 0px;
}
	.service-platform-header {
  gap: 40px;
  margin-bottom: 30px;
}
	.service-platform,.service-problem,.service-business {
  padding: 20px 0;
}
    .service-card-title {
        font-size: 1.25rem;
    }
 .service-platform-logo {
    width: 50%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 400/240;
  }
    .service-card-subtitle {
        font-size: 1rem;
    }
.service-platform-left {
    flex-direction: column;
    width: 100%;
  }
    .service-card-desc {
        font-size: 0.875rem;
    }

    .service-platform-title {
        font-size: 2rem;
    }

    .service-section-title {
        font-size: 2rem;
    }

    .service-feature-label,
    .service-distribution-title,
    .service-problem-text {
        font-size: 1rem;
    }

    .service-page .cta-text {
        font-size: 1rem;
    }

    .service-page .cta-button {
        font-size: 1rem;
    }
}
.service-title-hed{
	text-align: center;
}
