/* デジタルマーケティング支援事業ページ専用CSS */

/* 邪魔なfont-weight: 300を強制上書き */
@media (min-width: 768px) {
    body {
        font-weight: 500 !important;
    }
}
.sp{
	display: none;
}
/* テーマのパンくずリストを非表示 */
#breadcrumb {
    display: none !important;
}

/* ページヘッダーエリア */
.pageindex {
    background: linear-gradient(135deg, #f8fffe 0%, #e8f7f4 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.pageindex::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(0, 128, 55, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 128, 55, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.pageindex .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* パンくずリスト */
.breadcrumb {
    margin-bottom: 40px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    font-size: 14px;
    color: #666;
}

.breadcrumb ul li a {
    color: #008037;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb ul li a:hover {
    color: #006029;
}

.breadcrumb ul li span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 0 4px;
}

/* ページヘッダーコンテンツ */
.pageindex-content {
    max-width: 800px;
    margin: 0;
}

.pageindex-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pageindex-icon {
    flex-shrink: 0;
}

.pageindex-icon img {
    width: 64px;
    height: auto;
}

.pageindex-title {
    font-size: 36px;
    font-weight: 700;
    color: #001D39;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* コンセプトセクション */
.p-concept {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.p-concept .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.concept-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    min-height: 500px;
}

/* 左側の幾何学図形 */
.concept-visual {
    flex: 0 0 500px;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.geometric-shape {
    width: 400px;
    height: 400px;
    position: relative;
}

.shape-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape-element {
    position: absolute;
    border: 3px solid rgba(0, 128, 55, 0.3);
}

.shape-element.diamond {
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    background: rgba(0, 128, 55, 0.05);
}

.shape-element.triangle {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 120px solid rgba(0, 128, 55, 0.1);
    border: none;
    top: 20%;
    right: 10%;
}

.shape-element.triangle::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 77px solid transparent;
    border-right: 77px solid transparent;
    border-bottom: 117px solid #f0fff4;
    top: 3px;
    left: -77px;
}

.shape-element.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(0, 128, 55, 0.08);
    border: 2px solid rgba(0, 128, 55, 0.2);
    bottom: 15%;
    left: 5%;
}

.shape-element.line {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #008037, transparent);
    top: 30%;
    right: 20%;
    transform: rotate(-30deg);
}

/* 右側のコンテンツ */
.concept-content-right {
    flex: 1;
    max-width: 600px;
}

.section-header {
    margin-bottom: 40px;
	text-align: center;
}

.section-label {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #008037;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #001D39;
    margin: 0;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.p-concept .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #001d39 0px, #001d39 2px, transparent 4px, transparent 8px);
}

/* コンセプトセクション以外では点線を非表示 */
.p-big-picture .section-title::after {
    display: none;
}

.concept-content {
    text-align: center;
    margin: 0 auto;
}

.concept-description {
    font-size: 16px;
    line-height: 1.8;
    color: #001D39;
    margin: 0;
}

.strong-text {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffcd44 70%);
    padding: 2px 4px;
}

.highlight-word {
    background: linear-gradient(transparent 70%, #ffcd44 70%);
    padding: 2px 4px;
}

/* 背景装飾 */
.bg-decoration {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.bg-decoration.top-right {
    top: -80px;
    right: 40px;
    width: 215px;
    height: 215px;
}

.bg-decoration.bottom-left {
    bottom: -80px;
    left: 40px;
    width: 215px;
    height: 215px;
}

.bg-decoration img {
    width: 100%;
    height: auto;
}

/* デジタルマーケティングの全体像セクション */
.p-big-picture {
    padding: 100px 0;
    background: 
        radial-gradient(circle, rgba(0, 128, 55, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #ffffff;
    position: relative;
}

.p-big-picture .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.p-big-picture .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #001D39;
    margin: 0 0 20px 0;
    line-height: 1.3;
    display: inline-block;
}

.section-description {
    font-size: 16px;
    line-height: 1.6;
    color: #001D39;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.big-picture-content {
    margin-top: 60px;
}

.main-diagram {
    margin-bottom: 40px;
}

.main-diagram-img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 500px;
}

/* 4つのデジタル項目 */
.digital-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 0 auto;
}

.digital-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* よくお聞きするお客様の課題 */
.assignment-section {
    margin-top: 100px;
    text-align: center;
}

.assignment-header {
    margin-bottom: 60px;
}

.assignment-label {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #008037;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
}

.assignment-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.assignment-items {
    max-width: 640px;
    margin: 0 auto 60px auto;
}

.assignment-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.assignment-item:last-child {
    margin-bottom: 0;
}

.assignment-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 4px;
}

.assignment-text {
    font-size: 16px;
    line-height: 2;
    color: #001D39;
    margin: 0;
    font-weight: 500;
}

.highlight-red {
    color: #9D0000;
    font-weight: 700;
}

.assignment-summary {
    text-align: center;
    margin-top: 48px;
    border-radius: 12px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.assignment-summary p {
    font-size: 16px;
    line-height: 2;
    color: #001D39;
    margin: 0;
    font-weight: 500;
}

.highlight-yellow {
    background: linear-gradient(transparent 70%, #ffcd44 70%);
    padding: 2px 4px;
    font-weight: 700;
}

/* 当社の対応可能領域セクション */
.p-available {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.p-available .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.available-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 60px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 40px;
}

.available-visual {
    flex: 0 0 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available-diagram {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available-diagram-img {
    max-width: 450px;
    height: auto;
    width: auto;
    max-height: 450px;
}

.available-content {
    flex: 1;
    max-width: 600px;
    text-align: left;
}

.available-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 64px;
    column-gap: 24px;
    position: relative;
}

.available-items::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
    transform: translateY(-50%);
}

.available-item {
    display: block;
    text-align: left;
}

.available-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.available-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available-icon img {
    width: 100%;
    height: auto;
}

.available-title {
    font-size: 14px;
    font-weight: 700;
    color: #001D39;
    margin: 0;
}

.available-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.available-list li {
    font-size: 10px;
    line-height: 2;
    color: #232926;
    margin-bottom: 4px;
    position: relative;
    padding-left: 8px;
}

.available-list li:before {
    content: '•';
    color: #232926;
    position: absolute;
    left: 0;
    top: 0;
}

.available-list li:last-child {
    margin-bottom: 0;
}

.available-summary {
    text-align: center;
    padding: 0;
    margin: 40px auto 0 auto;
}

.available-summary p {
    font-size: 16px;
    line-height: 2;
    color: #001D39;
    margin: 0;
    font-weight: 500;
}

/* 支援実績セクション */
.p-results {
    background: 
        radial-gradient(circle, rgba(0, 128, 55, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #ffffff;
    padding: 120px 0;
    position: relative;
}

.p-results .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.results-content {
    max-width: 1200px;
    margin: 0 auto;
}

.p-results .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.p-results .section-label {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #008037;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
}

.p-results .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.p-results .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #008037 0px,
        #008037 8px,
        transparent 8px,
        transparent 16px
    );
}

.p-results .section-description {
    font-size: 16px;
    line-height: 2;
    color: #001D39;
    margin: 0;
    
    margin: 0 auto;
}

/* タブナビゲーション */
.results-tabs {
    margin-top: 40px;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 60px;
}

.tab-button {
    background: #fff;
    border: 1px solid #001D39;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    min-width: 120px;
}

.tab-button.active {
    background: #001D39;
    color: white;
    box-shadow: 0 4px 16px rgba(0, 29, 57, 0.3);
}

.tab-button:hover:not(.active) {
    background: #e8e8e8;
    color: #001D39;
}

/* タブコンテンツ */
.tab-content {
    position: relative;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.results-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* 実績アイテム */
.result-item {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

/* ヘッダー部分（2カラム） */
.result-header {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.result-logo {
    flex: 0 0 300px;
    text-align: center;
}

.result-logo img {
    width: 300px;
    height: auto;
    object-fit: contain;
}

.result-summary {
    flex: 1;
}

.company-name {
    font-size: 16px;
    color: #008036;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.result-title {
    font-size: 32px;
    font-weight: 700;
    color: #001D39;
    margin: 0 0 16px 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.result-industry {
    display: inline-block;
    font-size: 12px;
    color: #555;
    margin: 0;
    padding: 4px 12px;
    border: 1px solid #001D39;
    border-radius: 24px;
    font-weight: 500;
    background: #f9f9f9;
}

/* フロー部分（横並び） */
.result-flow {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 40px;
}

.result-section {
    flex: 1;
    display: flex;
    border-radius: 12px;
    border: 1px solid #D4D4D4;
    overflow: hidden;
}

.section-header-part {
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header-part.challenges {
    background: #626262;
}

.section-header-part.solutions {
    background: #001D39;
}

.section-content-part {
    flex: 1;
    background: white;
    padding: 24px;
}

.section-content-part.challenges {
    background: #F4F4F4;
}

.flow-arrow {
    flex-shrink: 0;
    align-self: center;
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-horizontal {
    width: 32px;
    height: auto;
    display: block;
}

.arrow-vertical {
    width: 32px;
    height: auto;
    display: none;
}

.flow-title {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: center;
    line-height: 1.3;
}

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

.flow-list li {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    padding-left: 16px;
    color: #555;
}

.flow-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #333;
}

.flow-list li:last-child {
    margin-bottom: 0;
}

/* 区切り線 */
.flow-divider {
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #001D39 0px,
        #001D39 4px,
        transparent 4px,
        transparent 8px
    );
    margin: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-divider-arrow {
    background: white;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-divider-arrow img {
    width: 62px;
    height: auto;
}

/* 効果セクション */
.result-effects {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.result-effects-left {
    flex: 1;
}

.result-effects-title {
    font-size: 32px;
    font-weight: 700;
    color: #001D39;
    margin: 0 0 24px 0;
}

.result-effects-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.result-effects-right {
    flex: 1;
}

.result-metrics {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.metric {
    background: white;
    border-radius: 12px;
    text-align: center;
    flex: 1;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.metric-value {
    display: block;
    font-size: 72px;
    font-weight: 800;
    color: #001D39;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
}

.metric-percent {
    font-size: 32px;
    vertical-align: baseline;
}

.metric-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .p-results {
        padding: 80px 0;
    }
    
    .p-results .section-title {
        font-size: 36px;
    }
    
    .results-list {
        gap: 60px;
    }
    
    .result-item {
        padding: 40px 32px;
    }
    
    .result-title {
        font-size: 32px;
		line-height: 2;
		
    }
    .flow-list li {
    font-size: 20px;
}
	.result-effects-title {
    font-size: 32px;
    text-align: center;
}
    .result-header {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    .result-logo img {
    width: 60%;
    height: auto;
    object-fit: contain;
}
    .result-logo {
        flex: none;
		width: 100%;
    }
    .company-name {
    text-align: center;
}
    .result-flow {
        flex-direction: column;
        gap: 20px;
    }
    
    .flow-arrow {
        align-self: center;
        margin: 8px 0;
    }
    
    .arrow-horizontal {
        display: none;
    }
    
    .arrow-vertical {
        display: block;
		width: 62px;
    }
    
    .result-section {
        flex-direction: column;
    }
    
    .section-header-part {
        flex: none;
    }
    
    .result-effects {
        flex-direction: column;
        gap: 24px;
    }
    
    .result-effects-right {
        flex: none;
    }
    
    .result-metrics {
        gap: 16px;
    }
    
    .metric {
        padding: 16px;
    }
    
    .metric-value {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
	.result-item {
        padding: 24px;
		margin: 0 auto;
		width: 90%;
    }
    .p-results {
        padding: 60px 0;
    }
    
    .p-results .container {
        padding: 0px;
    }
    
    .p-results .section-header {
        margin-bottom: 60px;
    }
    
    .p-results .section-title {
        font-size: 28px;
    }
    
    .p-results .section-description {
        font-size: 16px;
		width: 90%;
		margin: 0 auto;
    }
    
    .results-tabs {
        margin-top: 60px;
    }
    
    .tab-buttons {
		margin: 0 auto;
        margin-bottom: 40px;
        max-width: 320px;
    }
    
    .tab-button {
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .results-list {
        gap: 40px;
    }
    
    .result-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
		margin-bottom:16px;
    }
    
    .result-logo {
        flex: none;
    }
    
    .result-logo img {
        width: 100%;
        height: auto;
    }
    
    .result-title {
        font-size: 16px;
    }
	.company-name{
		font-size: 12px;
		margin: 0 0 0px 0;
	}
    .result-industry {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .result-flow {
        flex-direction: column;
        gap: 16px;
    }
    
    .flow-arrow {
        align-self: center;
        margin: 4px 0;
    }
    
    .arrow-horizontal {
        display: none;
    }
    
    .arrow-vertical {
        display: block;
        width: 40px;
    }
    
    .result-section {
        flex-direction: column;
    }
    
    .section-header-part {
        flex: none;
        padding: 12px;
    }
    
    .section-content-part {
        padding: 10px;
    }
    
    .flow-title {
        font-size: 14px;
    }
    
    .flow-list li {
        font-size: 11px;
    }
    
    .result-effects {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }
    
    .result-effects-title {
        font-size: 24px;
		margin: 0 0 12px 0;
    }
    
    .result-effects-text {
        font-size: 14px;
    }
    
    .result-effects-right {
        flex: none;
    }
    
    .result-metrics {
        gap: 12px;
    }
    
    .metric {
        padding: 8px;
    }
    
    .metric-value {
        font-size: 32px;
    }
    
    .metric-percent {
        font-size: 12px;
    }
    
    .metric-label {
        font-size: 11px;
    }
}

/* CTA部分 */
.results-cta {
    margin-top: 80px;
    text-align: center;
}

.cta-header {
    margin-bottom: 60px;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #001D39;
    margin: 0 0 24px 0;
    line-height: 2;
}

.cta-subtitle {
    max-width: 600px;
    margin: 0 auto;
}

.cta-count {
    font-size: 20px;
    font-weight: 600;
    color: #001D39;
    margin: 0 0 12px 0;
}

.cta-description {
    font-size: 16px;
    color: #001D39;
    margin: 0;
    line-height: 1.6;
}

/* ロゴスライダー */
.slider {
    margin: 60px 0;
    background: white;
    padding: 40px 0;
}

/* CTAボタンエリア */
.cta-button-container {
    margin-top: 60px;
    position: relative;
}

.cta-badge {
    background: white;
    color: #FF7224;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 30px;
    
    display: inline-block;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.cta-button {
    background: #FF7224;
    color: white;
    padding: 20px 40px 20px 40px;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 8px 24px rgba(255, 114, 36, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}



.cta-mail-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.cta-button-text {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.cta-arrow-icon {
    width: 30px;
    height: 30px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
	.sp{
	display: block;
}
	.pc{
	display: none;
}
    .results-cta {
        margin-top: 60px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-count {
        font-size: 18px;
		text-align: center;
    }
    
    .cta-description {
        font-size: 15px;
		text-align: center;
    }
    .cta-badge {
    
    font-size: 12px;
}
    .cta-button {
        font-size: 20px;
        
    }
    
    .cta-button-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
	
    .results-cta {
        margin-top: 0px;
    }
    
    .cta-header {
        margin-bottom: 40px;
    }
    
    .cta-title {
        font-size: 24px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 16px;
		margin-top: 64px;
    }
    
    .cta-count {
        font-size: 16px;
		width: 90%;
		margin: 0 auto;
    }
    
    .cta-description {
        font-size: 14px;
		width: 90%;
		margin: 0 auto;
    }
    
    .slider {
        margin: 40px 0;
    }
    
    .cta-badge {
        font-size: 14px;
        padding: 6px 16px;
		transform: unset;
		left: 15%;
    right: 15%;
    }
.p-contact .cta-badge {
        font-size: 14px;
        padding: 4px 16px;
		transform: unset;
		left: 10%;
    right: 10%;
    }
    .cta-button {
        font-size: 18px;
        
        gap: 12px;
    }
    
    .cta-button-text {
        font-size: 18px;
    }
    
    .cta-mail-icon {
        width: 20px;
        height: 20px;
    }
    
    .cta-arrow-icon {
        width: 24px;
        height: 24px;
    }
}
/* 品質担保の仕組みセクション */
.p-quality-guarantee {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.p-quality-guarantee .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-quality-guarantee .section-header {
    text-align: center;
    margin-bottom: 24px;
}

.p-quality-guarantee .section-label {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #008037;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
}

.p-quality-guarantee .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #001D39;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

/* イントロ部分 */
.quality-intro {
    text-align: center;
    margin-bottom: 40px;
}

.quality-description {
    font-size: 16px;
    line-height: 2;
    color: #001D39;
    margin: 0 auto;
}

/* 4ステップの矢羽根画像 */
.quality-steps {
    margin-bottom: 40px;
    text-align: center;
}

.step-flow-image {
    max-width: 100%;
    margin: 0 auto;
}

.step-flow-image img {
    width: 100%;
    height: auto;
}

/* 品質担保の詳細セクション */
.quality-details {
    margin: 0 auto;
}

.quality-step {
    margin-bottom: 100px;
    position: relative;
}

.quality-step:last-child {
    margin-bottom: 0;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.step-number {
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ステップ1のナンバー */
.quality-step:nth-child(1) .step-number {
    background: #232926;
}

/* ステップ2のナンバー */
.quality-step:nth-child(2) .step-number {
    background: #001D39;
}

/* ステップ3のナンバー（グラデーション） */
.quality-step:nth-child(3) .step-number {
    background: linear-gradient(135deg, #3DB86D 0%, #008036 100%);
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    color: #001D39;
    margin: 0;
    line-height: 2;
}

.step-content {
    width: 100%;
}

.step-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.method-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.method-image {
    width: 100%;
    overflow: hidden;
}

.method-image img {
    width: 100%;
    height: auto;
}

.method-content {
    flex: 1;
}

.method-title {
    font-size: 20px;
    font-weight: 700;
    color: #001D39;
    margin: 0 0 12px 0;
    line-height: 2;
}

.method-description {
    font-size: 16px;
    line-height: 2;
    color: #001D39;
    margin: 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .p-quality-guarantee {
        padding: 60px 0;
    }
    
    .p-quality-guarantee .section-title {
        font-size: 32px;
    }
    
    .quality-intro {
        margin-bottom: 24px;
    }
    
    .quality-description {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .quality-steps {
        margin-bottom: 24px;
    }
    
    .quality-step {
        margin-bottom: 60px;
    }
    
    .step-header {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 40px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .step-methods {
        grid-template-columns: 1fr;
        gap: 64px;
    }
    .quality-step:nth-child(2) .step-methods, .quality-step:nth-child(3) .step-methods {
    gap: 64px !important;
}
    .method-image {
        
    }
    
    .method-title {
        font-size: 20px;
    }
    
    .method-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .p-quality-guarantee .container {
        padding: 0 16px;
    }
    
    .p-quality-guarantee .section-title {
        font-size: 24px;
    }

    
    
	
}

/* ステップ2と3の4カラムレイアウト */
.quality-step:nth-child(2) .step-methods,
.quality-step:nth-child(3) .step-methods {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	margin-bottom: 120px;
}

@media (max-width: 1024px) {
    .quality-step:nth-child(2) .step-methods,
    .quality-step:nth-child(3) .step-methods {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .quality-step:nth-child(2) .step-methods,
    .quality-step:nth-child(3) .step-methods {
        grid-template-columns: 1fr;
    }
}

/* メンバー一覧セクション */
.p-member {
    padding: 100px 0;
    padding-bottom: 0;
    background: 
        radial-gradient(circle, rgba(0, 128, 55, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #ffffff;
    position: relative;
}
.p-member .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.p-member .section-header {
    text-align: center;
    margin-bottom: 24px;
}
.p-member .section-label {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #008037;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
}
.p-member .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

/* デスクトップ：グリッドレイアウト */
.member-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 60px;
}

/* メンバーアイテム */
.member-item {
    position: relative;
    overflow: hidden;
    height: 340px;
    cursor: pointer;
}
.member-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ホバー効果 */
.member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}
.member-content {
    text-align: left;
}
.member-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.3;
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.member-name-en {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin: 0;
}
.member-name-divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 0 0 16px 0;
}
.member-description {
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}
.member-item:hover .member-overlay {
    opacity: 1;
}
.member-item.active .member-overlay {
    opacity: 1;
}

/* スライダー用スタイル（モバイル時のみ表示） */
.member-slider {
    display: none;
    margin-bottom: 60px;
}

/* Swiper カスタムスタイル */
.member-swiper {
    overflow: visible;
    padding: 0;
    margin: 0 auto;
}

.member-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.member-swiper .swiper-button-next,
.member-swiper .swiper-button-prev {
    color: #008037;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: -20px;
	top: 44% !important;
}

.member-swiper .swiper-button-next:after,
.member-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
	color: #008037;
    top: 14%;
    left: 11px;
	text-shadow:unset;
}
.member-swiper .swiper-pagination {
    bottom: -40px;
}

.member-swiper .swiper-pagination-bullet {
    background: #008037;
    width: 10px;
    height: 10px;
}

.member-swiper .swiper-pagination-bullet-active {
    background: #008037;
}

/* 詳しく見るボタン */
.member-more {
    text-align: center;
}
.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #001625;
    color: white !important;
    border: none;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-more:hover {
    background: #002235;
    color: white;
    text-decoration: none;
}
.btn-more .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}
.btn-more:hover .arrow {
    transform: translateX(4px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .p-member {
        padding: 60px 0 0;
    }
    
    .p-member .container {
        padding: 0 15px;
    }
    
    .p-member .section-title {
        font-size: 28px;
    }
    
    /* デスクトップのグリッドを非表示 */
    .member-list {
        display: none;
    }
    
    /* スライダーを表示 */
    .member-slider {
        display: block;
    }
    
    /* モバイル時のメンバーアイテム */
    .member-item {
        height: 280px;
    }
    
    .member-name {
        font-size: 14px;
    }
    
    .member-name-en {
        font-size: 11px;
    }
    
    .member-description {
        font-size: 11px;
    }
    
    .member-more {
        margin-bottom: 40px;
    }
    
    .btn-more {
        font-size: 14px;
        padding: 12px 24px;
    }
}

@media screen and (max-width: 480px) {
    .member-item {
        height: 250px;
    }
    
    .member-overlay {
        padding: 15px;
    }
    
    .member-name {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .member-description {
        font-size: 10px;
        line-height: 1.5;
    }
	.member-swiper .swiper-pagination{
		display: none;
	}
}
/* パートナー企業一覧セクション */
.p-partner {
    padding: 100px 0;
    background: 
        radial-gradient(circle, rgba(0, 128, 55, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #ffffff;
    position: relative;
	margin-top: 80px;
}

.p-partner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-partner .section-header {
    text-align: center;
    margin-bottom: 24px;
}

.p-partner .section-label {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #008037;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
}

.p-partner .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
/* パートナーリスト */
.partner-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.partner-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
}



.partner-name {
    font-size: 18px;
    font-weight: 700;
    color: #001D39;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.partner-divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 0 0 12px 0;
}

.partner-category {
    background: linear-gradient(135deg, #3DB86D 0%, #008036 100%);
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 16px;
}

.partner-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 16px;
}

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

.partner-description {
    font-size: 14px;
    line-height: 1.6;
    color: #001D39;
    margin: 0;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
    .member-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .partner-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .p-member,
    .p-partner {
        padding: 60px 0;
    }
    
    .p-member .section-title,
    .p-partner .section-title {
        font-size: 32px;
    }
    .member-item {
    height: unset;
}
    .member-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 40px;
    }
    
    .member-overlay {
        padding: 12px;
    }
    
    .member-name {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .member-name-en {
        font-size: 12px;
    }
    
    .member-description {
        font-size: 10px;
    }
    
    .btn-more {
        padding: 20px 48px;
        font-size: 16px;
    }
    
    
    
    .partner-image {
        height: 160px;
    }
}

@media (max-width: 480px) {
	.partner-list {
		grid-template-columns: unset;
        gap: 20px;
		
    }
    .p-member .container,
    .p-partner .container {
        padding: 0 16px;
    }
    
    .member-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .member-item {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* タッチデバイス用JavaScript */
@media (hover: none) {
    .member-hover:hover .member-overlay {
        opacity: 0;
    }
}
/* コンタクトセクション */
.p-contact {
    padding: 100px 0;
    background-image: url('../img/contact-back.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    filter: none !important;
    background-blend-mode: normal !important;
}

/* 他のCSSによる緑フィルターを無効化 */
.p-contact::before,
.p-contact::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

.p-contact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-content {
    text-align: center;
    color: white;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 40px 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.contact-description {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    margin: 0 0 60px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .p-contact {
        padding: 60px 0;
    }
    
    .contact-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .contact-description {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .p-contact .container {
        padding: 0 16px;
    }
    
    .contact-title {
        font-size: 28px;
		line-height: 2;
		margin-bottom:24px;
    }
    
    .contact-description {
        font-size: 16px;
    }
}

/* ==============================================
   デジタルマーケティング支援事業ページ
   レスポンシブ対応追加CSS
   既存のdigitalmarketing (4).cssに追加する用
   ============================================== */

/* モバイル・タブレット対応のみ追加 */
/* PCデザインは既存のまま完全保持 */

/* セクション見出しの点線を完全に削除（コンセプト以外） */
.p-big-picture .section-title::after,
.assignment-title::after,
.p-available .section-title::after,
.p-results .section-title::after,
.p-quality-guarantee .section-title::after,
.p-member .section-title::after,
.p-partner .section-title::after,
.p-contact .section-title::after {
    display: none;
}

/* コンセプトセクションの点線は維持 */
.p-concept .section-title::after {
    display: block;
}

/* ドット背景セクションの背景色をFAFAFAに変更 */
.p-big-picture,
.p-results,
.p-member,
.p-partner {
    background: 
        radial-gradient(circle, rgba(0, 128, 55, 0.25) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #FAFAFA;
}

/* ページヘッダーエリア - レスポンシブ調整 */
@media (max-width: 767px) {
    .pageindex {
        padding: 40px 0;
		padding-top: 80px;
    }
    
    .pageindex .container {
        padding: 0 16px;
    }
    
    .breadcrumb {
        margin-bottom: 30px;
    }
    
    .breadcrumb ul {
        gap: 6px;
        flex-wrap: wrap;
    }
    
    .breadcrumb ul li {
        font-size: 12px;
    }
    
    .breadcrumb ul li span {
        border-left: 3px solid #666;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        margin: 0 2px;
    }
    
    .pageindex-header {
        gap: 16px;
        flex-wrap: wrap;
    }
    
    .pageindex-icon img {
        width: 48px;
    }
    
    .pageindex-title {
        font-size: 24px;
        line-height: 1.3;
    }
}

/* コンセプトセクション - レスポンシブ調整 */
@media (max-width: 1024px) {
    .p-concept {
        padding: 80px 0;
    }
    
    .concept-layout {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }
    
    .concept-visual {
        flex: none;
        width: 100%;
        max-width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    
    .concept-content-right {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .p-concept {
        padding: 60px 0;
    }
    
    .p-concept .container {
        padding: 0 16px;
    }
    
    .concept-layout {
        gap: 30px;
    }
    
    .concept-visual {
        width: 100%;
        max-width: 300px;
        height: 300px;
    }
    
    .geometric-shape {
        width: 300px;
        height: 300px;
    }
    
    .section-label {
        font-size: 14px;
        margin: 0 0 8px 0;
    }
    
    .section-title {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .concept-description {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
}

/* 背景装飾 - レスポンシブ調整 */
@media (max-width: 767px) {
    .bg-decoration.top-right {
        top: -40px;
        right: 20px;
        width: 120px;
        height: 120px;
    }
    
    .bg-decoration.bottom-left {
        bottom: -40px;
        left: 20px;
        width: 120px;
        height: 120px;
    }
}

/* デジタルマーケティングの全体像セクション - レスポンシブ調整 */
@media (max-width: 1024px) {
    .p-big-picture {
        padding: 80px 0;
    }
    
    .p-big-picture .section-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .p-big-picture {
        padding: 60px 0;
    }
    
    .p-big-picture .container {
        padding: 0 8px;
    }
    
    .p-big-picture .section-title {
        font-size: 24px;
        margin: 0 0 16px 0;
    }
    
    .section-description {
        font-size: 14px;
    }
    
    .big-picture-content {
        margin-top: 40px;
    }
    
    .main-diagram {
        
    }
    
    .digital-items {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* よくお聞きするお客様の課題セクション - レスポンシブ調整 */
@media (max-width: 1024px) {
    .assignment-section {
        margin-top: 80px;
    }
    
    .assignment-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .assignment-section {
        margin-top: 60px;
    }
    
    .assignment-header {
        margin-bottom: 40px;
    }
    
    .assignment-label {
        font-size: 14px;
        margin: 0 0 12px 0;
    }
    
    .assignment-title {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .assignment-items {
        margin: 0 auto 40px auto;
    }
    
    .assignment-item {
        padding: 20px;
        margin-bottom: 20px;
        gap: 12px;
    }
    
    .assignment-icon {
        width: 20px;
        height: 20px;
    }
    
    .assignment-text {
        font-size: 14px;
    }
    
    .assignment-summary {
        padding: 0px;
        margin-top: 24px;
    }
    
    .assignment-summary p {
        font-size: 14px;
    }
}

/* 当社の対応可能領域セクション - レスポンシブ調整 */
@media (max-width: 1024px) {
	.available-items::after {
    display: none;
}
	.available-title {
    font-size: 20px;
    
}
	.available-list li {
    font-size: 16px;
    line-height: 2;
    color: #232926;
    margin-bottom: 4px;
    position: relative;
    padding-left: 8px;
}
    .p-available {
        padding: 80px 0;
    }
    
    .available-layout {
        flex-direction: column;
        gap: 40px;
        padding: 30px;
		width: 80%;
		margin: 0 auto;
    }
    
    .available-visual {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .available-content {
        max-width: 100%;
        text-align: center;
    }
    
    .available-items {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
        row-gap: 40px;
        justify-items: center;
    }
    
    .available-item {
        text-align: center;
        
    }
}

@media (max-width: 767px) {
    .p-available {
        padding: 60px 0;
    }
    
    .p-available .container {
        padding: 0 16px;
    }
    
    .available-layout {
        padding: 16px;
        gap: 30px;
		width: 100%;
    }
    
    .available-visual {
        max-width: 300px;
    }
    
    .available-diagram-img {
        max-width: 300px;
        max-height: 300px;
    }
    
    .available-items {
        gap: 16px;
		row-gap: 24px;
        justify-items: center;
    }
    
    .available-items::after {
        display: none;
    }
    
    .available-item {
        max-width: 280px;
    }
    
    .available-title {
        font-size: 16px;
    }
    
    .available-list li {
        font-size: 10px;
    }
    
    .available-summary p {
        font-size: 14px;
    }
}

/* 支援実績セクション - レスポンシブ調整は既存のCSSに含まれているため省略 */

/* 品質担保の仕組みセクション - レスポンシブ調整は既存のCSSに含まれているため省略 */

/* メンバー一覧セクション - レスポンシブ調整は既存のCSSに含まれているため省略 */

/* パートナー企業一覧セクション - レスポンシブ調整は既存のCSSに含まれているため省略 */

/* コンタクトセクション - レスポンシブ調整は既存のCSSに含まれているため省略 */

/* フォント統一設定 */
@media (max-width: 1024px) {
    /* タブレット用見出し調整 */
    .section-title,
    .pageindex-title,
    .assignment-title,
    .p-big-picture .section-title {
        font-size: 28px;
    }
    
    /* タブレット用本文調整 */
    .concept-description,
    .section-description,
    .assignment-text,
    .assignment-summary p,
    .available-summary p,
    .quality-description,
    p {
        font-size: 16px;
        text-align: left;
        line-height: 2.0;
    }
    
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
	.p-member .section-title, .p-partner .section-title {
        font-size: 24px;
    }
    /* セクション見出しを24pxに統一 */
    .section-title,
    .pageindex-title,
    .assignment-title,
    .p-big-picture .section-title {
        font-size: 24px;
        line-height: 1.4;
    }
    
    /* 本文フォントを16px、左寄せ、行間2.0に統一 */
    .concept-description,
    .section-description,
    .assignment-text,
    .assignment-summary p,
    .available-summary p,
    .quality-description,
    .contact-description,
    p {
        font-size: 16px;
        text-align: left;
        line-height: 2.0;
    }
    
    /* セクションラベルはそのまま */
    .section-label {
        font-size: 14px;
    }
    
    /* コンテナ調整 */
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    /* セクション間隔調整 */
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    /* 中央寄せを強制的に左寄せに変更 */
    .p-concept .container,
    .p-big-picture .container,
    .assignment-section,
    .p-available .container {
        text-align: left;
    }
    
    /* セクションヘッダーは中央寄せを維持 */
    .section-header,
    .assignment-header {
        text-align: center;
        margin-bottom: 16px;
    }
    
    /* concept-contentは左寄せ */
    .concept-content {
        text-align: left;
        margin: 0;
    }
}


/* digital-itemにホバーエフェクトとカーソル追加 */
.digital-item {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}



/* ===================================
   digital-item モーダル機能
=================================== */

/* digital-itemにホバーエフェクトとカーソル追加 */
.digital-item {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}



/* モーダルオーバーレイ */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
    animation: fadeIn 0.3s ease;
}

.modal-overlay.show {
    display: flex;
}

/* モーダルコンテンツ */
.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    animation: scaleIn 0.3s ease;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #333;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 10000;
}

.modal-close:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
}

/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleOut {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.8);
        opacity: 0;
    }
}

.modal-content.closing {
    animation: scaleOut 0.3s ease forwards;
}

/* ===================================
   レスポンシブ対応
=================================== */

/* タブレット */
@media (max-width: 1024px) {
    .modal-content {
        max-width: 85%;
        max-height: 85%;
    }
}

/* スマホ（大きめ） */
@media (max-width: 768px) {
    .modal-content {
        max-width: 98%;
        max-height: 95%;
        margin: 10px;
    }
    
    .modal-close {
        width: 35px;
        height: 35px;
        font-size: 20px;
        top: -10px;
        right: -10px;
    }
}

/* スマホ（小さめ）- ほぼフルスクリーン */
@media (max-width: 480px) {
    .modal-content {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0px;
        box-sizing: border-box;
    }
    
    .modal-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .modal-close {
        top: 10px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.9);
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}





