@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
* {
    padding: 0;
    margin: 0;
}

html {
    background-color: rgb(213, 227, 247);
    font-family: "Sawarabi Gothic", sans-serif;
}

/* 繧ｳ繝ｳ繝�Φ繝��繝ｼ繧ｸ逕ｨ縺ｮ譏弱ｋ縺�レ譎ｯ */
body.content-page {
    background-color: rgb(213, 227, 247);
}

body.content-page html {
    background-color: rgb(213, 227, 247);
}

.nav {
    background-color: rgba(14, 17, 28, 0.92);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1300px;
    z-index: 1000;
    height: 70px;
    border-radius: 10px;
    white-space: nowrap;
}

.nav-img {
    width: 60px;
    margin-left: 20px;
    margin-top: 12px;
}

.nav-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav a {
    text-decoration: none;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.top-video {
    position: fixed;
    top: 0;
    z-index: -2;
}

.top-video video {
    width: 150%;
    object-fit: cover;
    height: 100vh;
}

.top-text {
    color: white;
    white-space: nowrap;
    z-index: 100;
    font-size: 2vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 10px rgb(14, 17, 28);
    z-index: -1;
}

/**繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�**/
.main-con1 {
    background-color: rgb(43, 85, 146);
    box-shadow: 0 0 10px rgb(14, 17, 28);
    position: relative;
    top: 100vh;
    height: 50vw;
}

.main-con1 img {
    width: 100%;
    position: absolute;
    bottom: 45vw;
}

.main-con1-text {
    color: white;
    width: fit-content;
}

/**card**/
.card1 {
    text-align: center;
    position: absolute;
    top: 23vw;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    color: white;
    white-space: nowrap;
}

a.button {
    background-color: rgb(255, 255, 255);
    color: rgb(43, 85, 146);
    text-decoration: none;
    position: relative;
    top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

a.button:hover {
    background-color: rgb(213, 227, 247);
}

.main-con2 {
    position: relative;
    top: 100vh;
    background-color: rgb(213, 227, 247);
    height: 50vw;
}

.card2 {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.card2 .text {
    display: inline-block;
    color: rgb(24, 48, 82);
    font-size: 2vw;
    position: relative;
    right: 20vw;
}

.card2 .text p {
    margin-top: 15px;
}

a.button2 {
    text-decoration: none;
    color: white;
    background-color: rgb(56, 119, 211);
    position: relative;
    top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

a.button2:hover {
    background-color: rgb(39, 73, 123);
}

.card2 img {
    width: 40vw;
    border-radius: 15px;
    position: absolute;
    left: 65%;
}

.main-con3 {
    position: relative;
    top: 100vh;
    background-color: rgb(181, 204, 237);
    height: 50vw;
}

.card3 {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.card3 img {
    width: 40vw;
    border-radius: 15px;
    position: absolute;
    right: 55%;
}

.card3 .text {
    display: inline-block;
    color: rgb(24, 48, 82);
    font-size: 2vw;
    position: relative;
    left: 57%;
}

.card3 .text p {
    margin-top: 15px;
}

/**繧ｳ繝ｳ繝�Φ繝��繝ｼ繧ｸ逕ｨ繧ｹ繧ｿ繧､繝ｫ**/
/* 繧ｳ繝ｳ繝�Φ繝��繝ｼ繧ｸ逕ｨ縺ｮ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
body.content-page .nav {
    background-color: rgba(14, 17, 28, 0.92);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1300px;
    z-index: 1000;
    height: 70px;
    border-radius: 10px;
    white-space: nowrap;
}

body.content-page .nav-img {
    width: 60px;
    margin-left: 20px;
    margin-top: 12px;
}

body.content-page .nav-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.content-page .nav a {
    text-decoration: none;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.card {
    position: relative;
    width: fit-content;
    max-width: 1200px;
    margin: 0 auto;
    color: rgb(24, 48, 82);
}

.card p {
    font-size: 22px;
}

.card ul {
    font-size: 22px;
}

.card t {
    font-size: 22px;
}

.card y {
    font-size: 18px;
}

.card-title {
    width: fit-content;
    max-width: 1000px;
    font-size: 50px;
    color: rgb(24, 48, 82);
    margin: 150px auto 50px auto;
    border-bottom: 5px rgb(24, 48, 82) solid;
    padding-bottom: 20px;
}

.card h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
}

.card h3 {
    font-size: 24px;
}

.card h4 {
    font-size: 22px;
    text-align: center;
}

.card h12 {
    font-size: 22px;
}

.menu {
    display: none;
}
.smartphone1 {
    display: none;
}

.smartphone2 {
    display: none;
}

.smartphone2 img {
    display: none;
}

.smartphone3 {
    display: none;
}

.smartphone3 img {
    all: unset;
    display: none;
}

.company-cards{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.company-card{
    gap:30px; 
    margin-bottom:50px; 
    width: 100%;
}


/* 繝��繝槭�繝ｼ繧ｸ逕ｨ */
.theme-intro-message {
    margin-bottom: 40px;
}

footer {
    position: relative;
    top: 10vh;
}

.theme-intro-question {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    border-radius: 5px;
}

.theme-intro-text {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin: 0;
}

.theme-section {
    margin-bottom: 40px;
}

.theme-section h2 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.theme-section h3 {
    font-size: 19px;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 15px;
}

.theme-paragraph {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.theme-box {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.theme-box.warning {
    background: #fff9f0;
    border-left: 4px solid #ff9800;
}

.theme-box.question {
    background: #fff5f8;
    border-left: 4px solid #ec407a;
}

.theme-box.approach {
    background: #f0f7ff;
    border-left: 4px solid #2196f3;
}

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

.theme-question-list li {
    font-size: 16px;
    color: #c2185b;
    padding: 12px 0;
    border-bottom: 1px solid #f8bbd0;
}

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

.theme-navigation {
    margin: 50px 0 30px 0;
    text-align: center;
}

.theme-btn-next {
    display: inline-block;
    background: #3498db;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background 0.3s;
}

.theme-btn-next:hover {
    background: #2980b9;
}

.theme-footer {
    margin-top: 40px;
    text-align: center;
}

.theme-footer a {
    color: #3498db;
    text-decoration: none;
}

.theme-footer a:hover {
    text-decoration: underline;
}

/* 繧ｵ繧､繝医�繝��繝輔ャ繧ｿ繝ｼ */
.sitemap-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 60px 20px 30px;
    margin-top: 80px;
}

.sitemap-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-footer-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    color: #ecf0f1;
}

.sitemap-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.sitemap-footer-category h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sitemap-footer-category.main h4 {
    color: #3498db;
    border-bottom: 2px solid #3498db;
}

.sitemap-footer-category.flow h4 {
    color: #27ae60;
    border-bottom: 2px solid #27ae60;
}

.sitemap-footer-category.solutions h4 {
    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
}

.sitemap-footer-category.other h4 {
    color: #f39c12;
    border-bottom: 2px solid #f39c12;
}

.sitemap-footer-category ul {
    list-style: none;
    padding: 0;
    line-height: 2.2;
}

.sitemap-footer-category a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

.sitemap-footer-category a:hover {
    color: #3498db;
}

.sitemap-footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #7f8c8d;
    color: #95a5a6;
    font-size: 14px;
}

.sitemap-footer-copyright p {
    margin: 0;
}
/* Bottom Navigation Buttons */
.bottom-nav {
    text-align: center;
    margin: 50px 0;
}

.bottom-button-home {
    display: inline-block;
    background: rgb(63, 81, 181);
    color: white;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3);
    transition: all 0.3s ease;
    border: none;
    margin-right: 20px;
}

.bottom-button-home2 {
    display: inline-block;
    background: rgb(63, 81, 181);
    color: white;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3);
    transition: all 0.3s ease;
    border: none;
}


.bottom-button-home:hover {
    background: #7f8c8d;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(149, 165, 166, 0.4);
}

.bottom-button-next {
    display: inline-block;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.bottom-button-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(39, 174, 96, 0.4);
}

.bottom-button-gray {
    display: inline-block;
    background: #95a5a6;
    color: white;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.bottom-button-gray2 {
    display: inline-block;
    background: #95a5a6;
    color: white;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3);
    transition: all 0.3s ease;
    border: none;
    }

.bottom-button-gray:hover {
    background: #7f8c8d;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(149, 165, 166, 0.4);
}

/* 繧､繝ｳ繧ｿ繝薙Η繝ｼ繝壹�繧ｸ逕ｨ */
.interview-intro {
    text-align: center;
    margin: 0 0 35px 0;
}

.interview-intro p {
    font-size: 17px;
    color: #555;
    line-height: 2;
}

.interview-intro strong {
    color: #1976d2;
}

.interview-toc {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.interview-toc h3 {
    text-align: center;
    font-size: 22px;
    color: #424242;
    margin-bottom: 25px;
}

.interview-toc-grid {
    display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.interview-toc-link {
    display: block;
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-decoration: none;
    border-left: 4px solid;
    transition: all 0.3s;
}

.interview-toc-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.interview-toc-link.green {
    color: #2e7d32;
    border-left-color: #2e7d32;
}

.interview-toc-link.blue {
    color: #1565c0;
    border-left-color: #1565c0;
}

.interview-toc-link.darkgreen {
    color: #1b5e20;
    border-left-color: #1b5e20;
}

.interview-toc-link strong {
    font-size: 17px;
}

.interview-toc-link span {
    font-size: 14px;
    color: #666;
}

/* 蠑ｷ隱ｿ繝懊ャ繧ｯ繧ｹ */
.highlight-box-green {
    background-color: rgb(240, 255, 240);
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
    border: 2px solid rgb(76, 175, 80);
}

.highlight-box-blue {
    background-color: rgb(240, 248, 255);
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
    border: 2px solid rgb(33, 150, 243);
}

.box-gray {
    margin-top: 50px;
    padding: 30px;
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    text-align: center;
}


.company-card {
    background: white;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
}

.company-card--blue {
    border-left: 6px solid #0d47a1;
}

.company-card--green {
    border-left: 6px solid #1b5e20;
}

.company-card--large {
    padding: 56px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.company-card--large .company-title {
    font-size: 32px;
    letter-spacing: 0.2px;
}

.company-card--large .company-desc {
    padding: 24px;
}

.company-card--large .company-tag {
    padding: 14px;
    font-size: 15px;
}

.company-card .company-header {
    margin-bottom: 18px;
}

.company-card .company-title {
    font-size: 22px;
    color: #0d47a1;
    margin: 0;
}

.company-card .company-desc {
    background: #e3f2fd;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 16px;
    color: #1565c0;
    line-height: 1.9;
}

.company-card .company-features {
    background: white;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.company-card .company-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-card .company-features li {
    padding: 8px 0;
    font-size: 15px;
    color: #555;
}

.company-card .company-features li::before {
    content: ""; /* keep tick character in HTML if desired */
    display: inline-block;
    width: 18px;
}

.company-card .company-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.company-card .company-tag {
    background: #e3f2fd;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    color: #0d47a1;
}





/* 繧ｳ繝ｳ繝�リ */
.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.container-medium {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* 繧｢繧ｯ繧ｷ繝ｧ繝ｳ繧ｺ繝壹�繧ｸ逕ｨ */
.actions-intro-box {
    background: #fff;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 35px;
    border-left: 5px solid #137ee2;
    position: relative;
}

.actions-intro-box p {
    font-size: 19px;
    line-height: 2.2;
    color: #2c3e50;
    margin: 0;
}

.actions-hero-green {
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
    padding: 60px 50px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(39, 174, 96, 0.4);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.actions-hero-decoration-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.actions-hero-decoration-2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.actions-hero-content {
    position: relative;
    z-index: 1;
}

.actions-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    padding: 15px 35px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.actions-title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
}

.actions-economy-cards {
    display: flex;
    gap: 25px;
    margin: 35px;
    padding-left: 30px;
}

.actions-economy-card {
    background: white;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
}

.actions-economy-card-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.actions-economy-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #27ae60;
    margin-bottom: 15px;
}

.actions-economy-card-text {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

.actions-summary-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 12px;
    margin-top: 35px;
}

.actions-summary-box p {
    font-size: 18px;
    line-height: 2.2;
    color: #2c3e50;
    text-align: center;
    margin: 0;
}

.actions-stakeholder-section {
    margin: 70px 0;
}

.actions-stakeholder-title {
    font-size: 23px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 15px;
}

.actions-stakeholder-subtitle {
    font-size: 17px;
    color: #666;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 45px;
}

.actions-stakeholder-grid {
    display: grid;
    gap: 30px;
}

.actions-stakeholder-card {
    background: white;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-top: 5px solid;
}

.actions-stakeholder-card.consumer {
    border-top-color: #3498db;
}

.actions-stakeholder-card.producer {
    border-top-color: #9c27b0;
}

.actions-stakeholder-card.collector {
    border-top-color: #ff9800;
}

.actions-stakeholder-card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.actions-stakeholder-card-title.consumer {
    color: #3498db;
}

.actions-stakeholder-card-title.producer {
    color: #9c27b0;
}

.actions-stakeholder-card-title.collector {
    color: #ff9800;
}

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

.actions-stakeholder-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

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

.actions-summary-message {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    border-left: 5px solid #27ae60;
    margin-top: 50px;
}

.actions-summary-message p {
    font-size: 18px;
    line-height: 2.2;
    color: #2c3e50;
    text-align: center;
    margin: 0;
}

/* 縺ｾ縺ｨ繧√�繝ｼ繧ｸ逕ｨ */
.conclusion-thank-you {
    background-color: rgb(255, 248, 225);
    padding: 20px;
    border-left: 5px solid rgb(255, 193, 7);
    margin-bottom: 30px;
    border-radius: 5px;
}

.conclusion-thank-you p {
    margin: 0;
    font-size: 17px;
}

.conclusion-explanation-box {
    background: rgb(245, 245, 255);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.conclusion-explanation-box p {
    font-size: 18px;
    line-height: 2;
    color: #2c3e50;
}

.conclusion-important-box {
    background: rgb(255, 243, 224);
    padding: 25px;
    border-radius: 10px;
}

.conclusion-important-title {
    font-size: 19px;
    color: rgb(230, 81, 0);
    font-weight: bold;
    margin: 0 0 12px 0;
}

.conclusion-important-box p {
    font-size: 17px;
    color: #2c3e50;
    line-height: 2;
    margin: 0;
}

.conclusion-final-message {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 50%, #fff9c4 100%);
    padding: 50px 40px;
    border-radius: 16px;
    margin-bottom: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

.conclusion-decoration-1 {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(39, 174, 96, 0.1);
}

.conclusion-decoration-2 {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(129, 199, 132, 0.08);
}

.conclusion-final-content {
    position: relative;
    z-index: 1;
}

.conclusion-final-text {
    font-size: 19px;
    line-height: 2.2;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
}

.conclusion-final-text strong {
    color: #27ae60;
    font-size: 20px;
}

.conclusion-white-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 35px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    margin-bottom: 35px;
    border: 1px solid rgba(39, 174, 96, 0.2);
}

.conclusion-white-box p {
    font-size: 18px;
    line-height: 2.2;
    color: #424242;
    text-align: center;
    margin: 0;
}

.conclusion-white-box strong {
    color: #27ae60;
}

.conclusion-final-badge-container {
    text-align: center;
    padding: 40px 50px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(39, 174, 96, 0.25);
    border: 3px solid #27ae60;
    position: relative;
}

.conclusion-final-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #27ae60;
    color: white;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.conclusion-final-badge-text {
    font-size: 26px;
    font-weight: bold;
    color: #27ae60;
    margin: 15px 0 0 0;
    line-height: 1.6;
}

.conclusion-links-section {
    margin-top: 50px;
}

.conclusion-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.conclusion-link-card {
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid;
    transition: all 0.3s;
    display: block;
}

.conclusion-link-card.blue {
    background-color: rgb(227, 242, 253);
    color: rgb(13, 71, 161);
    border-color: rgb(100, 181, 246);
}

.conclusion-link-card.purple {
    background-color: rgb(243, 229, 245);
    color: rgb(106, 27, 154);
    border-color: rgb(156, 39, 176);
}

.conclusion-link-card.orange {
    background-color: rgb(255, 243, 224);
    color: rgb(230, 81, 0);
    border-color: rgb(255, 152, 0);
}

.conclusion-link-card.indigo {
    background-color: rgb(232, 234, 246);
    color: rgb(63, 81, 181);
    border-color: rgb(92, 107, 192);
}

.conclusion-link-card p:first-child {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.conclusion-link-card p:last-child {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.conclusion-nav-buttons {
    margin-top: 40px;
    text-align: center;
}

.conclusion-btn {
    display: inline-block;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}

.conclusion-btn.prev {
    background-color: rgb(150, 150, 150);
}

.conclusion-btn.home {
    background-color: rgb(56, 119, 211);
}

.conclusion-footer {
    margin-top: 50px;
    text-align: center;
    color: rgb(100, 100, 100);
}

/* 霎樊嶌繝壹�繧ｸ逕ｨ */
.dictionary-intro {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
    color: #555;
}

.dictionary-category {
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    padding: 4px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.dictionary-category.purple {
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}

.dictionary-category.blue {
    background: linear-gradient(to right, #3498db 0%, #2980b9 100%);
}

.dictionary-category.green {
    background: linear-gradient(to right, #27ae60 0%, #1e8449 100%);
}

.dictionary-category.red {
    background: linear-gradient(to right, #e74c3c 0%, #c0392b 100%);
}

.dictionary-term-content {
    background: white;
    padding: 35px;
    border-radius: 10px;
}

.dictionary-term-content h2 {
    margin-top: 0;
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
}

.dictionary-category.purple h2 {
    color: #667eea;
    border-bottom: 3px solid #667eea;
}

.dictionary-category.blue h2 {
    color: #3498db;
    border-bottom: 3px solid #3498db;
}

.dictionary-category.green h2 {
    color: #27ae60;
    border-bottom: 3px solid #27ae60;
}

.dictionary-category.red h2 {
    color: #e74c3c;
    border-bottom: 3px solid #e74c3c;
}

.dictionary-terms {
    margin-top: 30px;
}

.dictionary-terms h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.dictionary-category.purple h3 {
    color: #667eea;
}

.dictionary-category.blue h3 {
    color: #3498db;
}

.dictionary-category.green h3 {
    color: #27ae60;
}

.dictionary-category.red h3 {
    color: #e74c3c;
}

.dictionary-terms p {
    line-height: 2;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-left: 20px;
}

.dictionary-category.purple p {
    border-left: 4px solid #667eea;
}

.dictionary-category.blue p {
    border-left: 4px solid #3498db;
}

.dictionary-category.green p {
    border-left: 4px solid #27ae60;
}

.dictionary-category.red p {
    border-left: 4px solid #e74c3c;
}

.dictionary-term-last {
    margin-bottom: 0 !important;
}

.dictionary-related-section {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    margin-top: 50px;
}

.dictionary-related-section h3 {
    color: #2c3e50;
    margin-top: 0;
    font-size: 20px;
    text-align: center;
}

.dictionary-related-grid {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.dictionary-related-link {
    display: block;
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-decoration: none;
    border-left: 4px solid;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.dictionary-related-link:hover {
    transform: translateY(-2px);
}

.dictionary-related-link.blue {
    border-left-color: #3498db;
}

.dictionary-related-link.blue .dictionary-related-title {
    color: #3498db;
}

.dictionary-related-link.green {
    border-left-color: #27ae60;
}

.dictionary-related-link.green .dictionary-related-title {
    color: #27ae60;
}

.dictionary-related-link.red {
    border-left-color: #e74c3c;
}

.dictionary-related-link.red .dictionary-related-title {
    color: #e74c3c;
}

.dictionary-related-link.purple {
    border-left-color: #9b59b6;
}

.dictionary-related-link.purple .dictionary-related-title {
    color: #9b59b6;
}

.dictionary-related-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.dictionary-related-desc {
    color: #555;
    font-size: 15px;
}

.dictionary-related-link.purple {
    border-left-color: #9b59b6;
}

.dictionary-related-link-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.dictionary-related-link-title.blue {
    color: #3498db;
}

.dictionary-related-link-title.green {
    color: #27ae60;
}

.dictionary-related-link-title.red {
    color: #e74c3c;
}

.dictionary-related-link-title.purple {
    color: #9b59b6;
}

.dictionary-related-link-desc {
    color: #555;
    font-size: 15px;
}

/* 繧ｵ繧､繝医�繝��繝輔ャ繧ｿ繝ｼ */
.sitemap-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 60px 20px 30px;
    margin-top: 80px;
}

.sitemap-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-footer-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    color: #ecf0f1;
}

.sitemap-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.sitemap-footer-category h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sitemap-footer-category.main h4 {
    color: #3498db;
    border-bottom: 2px solid #3498db;
}

.sitemap-footer-category.flow h4 {
    color: #27ae60;
    border-bottom: 2px solid #27ae60;
}

.sitemap-footer-category.solutions h4 {
    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
}

.sitemap-footer-category.other h4 {
    color: #f39c12;
    border-bottom: 2px solid #f39c12;
}

.sitemap-footer-category ul {
    list-style: none;
    padding: 0;
    line-height: 2.2;
}

.sitemap-footer-category a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

.sitemap-footer-category a:hover {
    color: #3498db;
}

.sitemap-footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #7f8c8d;
    color: #95a5a6;
    font-size: 14px;
}

.sitemap-footer-copyright p {
    margin: 0;
}

/* 繧ｵ繧､繝医�繝��繝壹�繧ｸ逕ｨ */
.sitemap-intro {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: center;
    color: #666;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

.sitemap-link {
    display: block;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    border-left: 4px solid;
    transition: all 0.3s;
}

.sitemap-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sitemap-link.purple {
    border-left-color: #667eea;
}

.sitemap-link.blue {
    border-left-color: #3498db;
}

.sitemap-link.red {
    border-left-color: #e74c3c;
}

.sitemap-link.green {
    border-left-color: #27ae60;
}

.sitemap-link.indigo {
    border-left-color: #9b59b6;
}

.sitemap-link.orange {
    border-left-color: #f39c12;
}

.sitemap-link-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sitemap-link.purple .sitemap-link-title {
    color: #667eea;
}

.sitemap-link.blue .sitemap-link-title {
    color: #3498db;
}

.sitemap-link.red .sitemap-link-title {
    color: #e74c3c;
}

.sitemap-link.green .sitemap-link-title {
    color: #27ae60;
}

.sitemap-link.indigo .sitemap-link-title {
    color: #9b59b6;
}

.sitemap-link.orange .sitemap-link-title {
    color: #f39c12;
}

.sitemap-link-desc {
    color: #666;
    font-size: 14px;
}

.sitemap-additional-info {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin-top: 50px;
}

.sitemap-additional-info h2 {
    color: #2c3e50;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.sitemap-additional-info p {
    color: #666;
    text-align: center;
    line-height: 2;
}

/* 蜿り�枚迪ｮ繝壹�繧ｸ逕ｨ繧ｹ繧ｿ繧､繝ｫ */
.references-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.references-list li {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #e0e0e0;
    line-height: 1.7;
}

.references-list li a {
    color: #2d6cdf;
    text-decoration: underline;
}

.reference-note {
    margin-top: 12px;
    color: #7a7a7a;
    font-size: 14px;
}

iframe {
    border: none;
}

.card7 {
    position: relative;
    width: fit-content;
    max-width: 1200px;
    margin: 0 auto;
    color: rgb(24, 48, 82);
}

/* 繝ｬ繧ｹ繝昴Φ繧ｷ繝門ｯｾ蠢 */
@media screen and (max-width: 930px) {
    .menu {
        display: block;
    }

    .nav {
        visibility: hidden;
    }

    .nav-img {
        visibility: hidden;
    }

    .nav-link {
        visibility: hidden;
    }

    .nav a {
        visibility: hidden;
    }
    .menu-wrapper {
        position: relative;
    }
    /*縺薙％縺九ｉ繝上Φ繝舌�繧ｬ繝ｼ*/
    .menu-icon {
        width: 40px;
        height: 30px;
        position: fixed; /* 竊� fixed縺ｫ縺励※蟶ｸ縺ｫ蟾ｦ荳雁崋螳� */
        top: 20px;
        left: 20px;
        cursor: pointer;
        z-index: 3;
        display: inline-block;
    }

    .menu-icon span {
        display: block;
        height: 4px;
        margin: 6px 0;
        background: white;
        border-radius: 2px;
        transition: 0.4s;
        box-shadow: 0 0 4px black;
    }

    /* 繝上Φ繝舌�繧ｬ繝ｼ縺傾縺ｫ螟牙ｽ｢ */
    #menu-toggle:checked + .menu-icon span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    #menu-toggle:checked + .menu-icon span:nth-child(2) {
        opacity: 0;
    }
    #menu-toggle:checked + .menu-icon span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    /* 繧ｪ繝ｼ繝舌�繝ｬ繧､閭梧勹 */
    .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transition: 0.4s;
        z-index: 1;
    }

    #menu-toggle:checked ~ .overlay {
        opacity: 1;
        pointer-events: auto;
    }

    /* 繝｡繝九Η繝ｼ譛ｬ菴難ｼ亥ｷｦ縺九ｉ蜃ｺ縺呻ｼ� */
    .menu {
        position: fixed;
        top: 0;
        left: -250px; /* 竊� 蛻晄悄菴咲ｽｮ繧貞ｷｦ縺ｸ */
        width: 250px;
        height: 100%;
        background: black;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        transition: left 0.4s ease;
        z-index: 2;
    }

    #menu-toggle:checked ~ .menu {
        left: 0; /* 竊� 髢九＞縺溘→縺阪�蟾ｦ0縺ｸ */
    }

    .menu ul {
        list-style: none;
        padding: 60px 20px;
    }

    .menu li {
        margin: 20px 0;
    }

    .menu a {
        text-decoration: none;
        color: white;
        font-size: 1.2rem;
        transition: color 0.3s;
    }

    .menu a:hover {
        color: #007bff;
    }
    
    .company-cards{
    gap:30px; 
    margin-bottom:50px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    }

    .actions-economy-cards {
        display: grid;
        gap: 25px;
        margin-top: 35px;
        padding-left: 0px;
    }

    .actions-hero-green {
        background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(39, 174, 96, 0.4);
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }

    .actions-title {
        font-size: 26px;
        font-weight: bold;
        color: white;
        margin-bottom: 30px;
    }

    .actions-badge {
        text-align: center;
    }

    .card7 {
        position: relative;
        width: fit-content;
        max-width: 1200px;
        margin: 0 20px;
        color: rgb(24, 48, 82);
    }

    .interview-toc-grid {
        display: grid;
        gap: 20px;
        max-width: 900px;
        margin: 0 auto;
    }

    .dictionary-related-grid {
        display: grid;
        gap: 20px;
        margin-top: 25px;
    }

    .bottom-button-gray2 {
        display: inline-block;
        background: #95a5a6;
        color: white;
        padding: 16px 35px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3);
        transition: all 0.3s ease;
        border: none;
        margin-top:10px;
        }
}
@media screen and (max-width: 570px) {
    * {
        padding: 0;
        margin: 0;
    }

    .card-text {
        visibility: hidden;
    }

    html {
        background-color: rgb(213, 227, 247);
        font-family: "Sawarabi Gothic", sans-serif;
    }

    /* 繧ｳ繝ｳ繝�Φ繝��繝ｼ繧ｸ逕ｨ縺ｮ譏弱ｋ縺�レ譎ｯ */
    body.content-page {
        background-color: rgb(213, 227, 247);
    }

    body.content-page html {
        background-color: rgb(213, 227, 247);
    }

    .nav {
        background-color: rgba(14, 17, 28, 0.92);
        backdrop-filter: blur(3px);
        position: fixed;
        top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        max-width: 1300px;
        z-index: 1000;
        height: 70px;
        border-radius: 10px;
        white-space: nowrap;
    }

    .nav-img {
        width: 60px;
        margin-left: 20px;
        margin-top: 12px;
    }

    .nav-link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .nav a {
        text-decoration: none;
        color: white;
        margin-left: 5px;
        margin-right: 5px;
    }

    .top-video {
        position: fixed;
        top: 0;
        z-index: -2;
    }

    .top-video video {
        width: 150%;
        object-fit: cover;
        height: 100vh;
    }

    .top-text {
        color: white;
        white-space: nowrap;
        z-index: 100;
        font-size: 3vw;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        text-shadow: 0 0 10px rgb(14, 17, 28);
        z-index: -1;
    }

    /**繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�**/
    .main-con1 {
        background-color: rgb(43, 85, 146);
        box-shadow: 0 0 10px rgb(14, 17, 28);
        position: relative;
        top: 100vh;
        height: 70vh;
    }

    .main-con1 img {
        width: 100%;
        position: absolute;
        bottom: 70vh;
    }

    .main-con1-text {
        color: white;
        width: fit-content;
    }

    /**card**/
    .card1 {
        text-align: center;
        position: absolute;
        top: 23vw;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2vw;
        color: white;
        white-space: nowrap;
    }

    a.button {
        background-color: rgb(255, 255, 255);
        color: rgb(43, 85, 146);
        text-decoration: none;
        position: relative;
        top: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 25px;
        padding-left: 25px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    a.button:hover {
        background-color: rgb(213, 227, 247);
    }

    .main-con2 {
        position: relative;
        top: 100vh;
        background-color: rgb(213, 227, 247);
        height: 60vh;
    }

    .card2 {
        width: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }

    .card2 .text {
        display: inline-block;
        color: rgb(24, 48, 82);
        font-size: 2vw;
        position: relative;
        right: 20vw;
    }

    .card2 .text p {
        margin-top: 15px;
    }

    a.button2 {
        text-decoration: none;
        color: white;
        background-color: rgb(56, 119, 211);
        position: relative;
        top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 25px;
        padding-left: 25px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    a.button2:hover {
        background-color: rgb(39, 73, 123);
    }

    .main-con3 {
        position: relative;
        top: 100vh;
        background-color: rgb(213, 227, 247);
        height: 80vh;
    }

    .card3 {
        width: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }

    .card3 .text {
        display: inline-block;
        color: rgb(24, 48, 82);
        font-size: 2vw;
        position: relative;
        left: 57%;
    }

    .card3 .text p {
        margin-top: 15px;
    }

    /**繧ｳ繝ｳ繝�Φ繝��繝ｼ繧ｸ逕ｨ繧ｹ繧ｿ繧､繝ｫ**/
    /* 繧ｳ繝ｳ繝�Φ繝��繝ｼ繧ｸ逕ｨ縺ｮ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
    body.content-page .nav {
        background-color: rgba(14, 17, 28, 0.92);
        backdrop-filter: blur(3px);
        position: fixed;
        top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        max-width: 1300px;
        z-index: 1000;
        height: 70px;
        border-radius: 10px;
        white-space: nowrap;
    }

    body.content-page .nav-img {
        width: 60px;
        margin-left: 20px;
        margin-top: 12px;
    }

    body.content-page .nav-link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body.content-page .nav a {
        text-decoration: none;
        color: white;
        margin-left: 5px;
        margin-right: 5px;
    }

    .card {
        position: relative;
        width: fit-content;
        max-width: 800px;
        margin: 60px auto 0px;
        color: rgb(24, 48, 82);
    }

    .card p {
        font-size: 16px;
    }

    .card y {
        font-size: 14px;
    }

    .card ul {
        font-size: 14px;
    }

    .card-title {
        position: relative;
        width: fit-content;
        max-width: 1000px;
        font-size: 35px;
        color: rgb(24, 48, 82);
        margin: 160px auto 20px;
        border-bottom: 5px rgb(24, 48, 82) solid;
        padding-bottom: 20px;
    }

    .card h2 {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 35px;
    }

    .card h3 {
        font-size: 20px;
    }

    .card h4 {
        font-size: 20px;
        text-align: center;
    }

    .smartphone1 {
        display: block;
        white-space: normal;
        font-size: 15px;
        position: absolute;
        top: 10%;
    }

    .smartphone2 {
        display: block;
    }

    .smartphone2 img {
        all: unset;
        display: block;
        width: 200%;
        position: relative;
        bottom: 10vh;
        left: 90%;
        transform: translate(-50%, -50%);
    }

    .smartphone2 h1 {
        font-size: 30px;
        white-space: normal;
        width: 190%;
        position: relative;
        bottom: 20vh;
    }
    .smartphone2 p {
        font-size: 15px;
        white-space: normal;
        width: 190%;
        position: relative;
        bottom: 20vh;
    }
    .smartphone3 img {
        display: block !important;
        width: 310%;
        position: relative;
        bottom: 10vh;
        left: -7%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 8px gray;
    }

    .smartphone3 h1 {
        font-size: 30px;
        white-space: normal;
        width: 190%;
        position: relative;
        bottom: 20vh;
        right: 140%;
    }
    .smartphone3 p {
        font-size: 15px;
        white-space: normal;
        width: 190%;
        position: relative;
        bottom: 20vh;
        right: 140%;
    }

    .smartphone3 {
        display: block !important;
        white-space: normal;
        font-size: 15px;
        position: absolute;
        top: 10%;
    }
    .card-img {
        display: none;
    }

    .company-cards{
        gap:30px; 
        margin-bottom:50px; 
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}