/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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


/* Color Variables */
:root {
    --primary-blue: #2563eb;
    --light-blue: #3b82f6;
    --dark-blue: #1e40af;
    --accent-blue: #60a5fa;
    --text-dark: #1f2937;
    --text-gray: #6b7280;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e5e7eb;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--text-dark);
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav {
    padding: 1rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-logo h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    text-decoration: none;
}

.nav-logo a {
    text-decoration: none;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-blue);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: var(--primary-blue);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.8), rgba(59, 130, 246, 0.6));
    z-index: -1;
}

.hero-content {
    text-align: center;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-title .highlight {
    color: #fbbf24;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: var(--primary-blue);
    color: white;
}

.btn-primary:hover {
    background: var(--dark-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.btn-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-blue);
}

/* Features Section */
.features {
    padding: 5rem 0;
    background: var(--bg-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.feature-card p {
    color: var(--text-gray);
    line-height: 1.8;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.section-title {
  position: relative;
  display: inline-block;
  --underline-width: 0;
  transition: --underline-width 0.5s ease;
    color: var(--text-dark);
    font-size: 2.5rem;
    margin-bottom: 1rem;	
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0; /* アニメーションしやすいように左端から始める */
    width: 0; /* 初期は0 */
    height: 3px;
    background: var(--primary-blue);
    border-radius: 2px;
    transition: width 1s ease; /* アニメーション追加 */
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-gray);
}

/* Services Section */
.services {
    padding: 5rem 0;
    background: white;
}

.services-grid {
    display: grid;
    gap: 8rem;
    margin-top: 3rem;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 10rem;
    padding: 7rem;
    border-radius: 15px;
    background: var(--bg-light);
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateX(10px);
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    flex-shrink: 0;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.service-content p {
    color: var(--text-gray);
    line-height: 1.8;
}

/* About Section */
.about {
    padding: 5rem 0;
    background: var(--bg-light);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.about-text h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--primary-blue);
}

.about-description {
    margin-bottom: 1.5rem;
    color: var(--text-gray);
    line-height: 1.8;
}

.about-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    display: block;
}

.stat-label {
    color: var(--text-gray);
    margin-top: 0.5rem;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image-placeholder {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
}

/* News Section */
.news {
    padding: 5rem 0;
    background: white;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.news-item {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid var(--primary-blue);
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-date {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 1rem;
}

.news-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.news-excerpt {
    color: var(--text-gray);
    line-height: 1.7;
}

/* Contact Section */
.contact {
    padding: 5rem 0;
    background: var(--bg-light);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.contact-info > p {
    color: var(--text-gray);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	margin-top:30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-item i {
    color: var(--primary-blue);
    font-size: 1.2rem;
    margin-top: 0.2rem;
    width: 20px;
}

.contact-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.contact-item p {
    color: var(--text-gray);
    line-height: 1.6;
}

/* Form Styles */
.contact-form {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.required {
    color: #ef4444;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-logo h3 {
    font-size: 2rem;
    color: var(--accent-blue);
    margin-bottom: 0.5rem;
}

.footer-logo p {
    color: #9ca3af;
}

.footer-links {
    display: flex;
    gap: 3rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: var(--accent-blue);
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid #374151;
    text-align: center;
    color: #9ca3af;
}

/* Company Page Styles */
.page-header {
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    color: white;
    height: 400px;
    overflow: hidden;
    position: relative; /* これを維持 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header h1 {
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.company-overview {
    padding: 5rem 0;
    background: white;
}

.overview-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.overview-content2 {
    display: grid;
    gap: 4rem;
    align-items: center;
}


.overview-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.overview-text h3 {
    font-size: 1.5rem;
    color: var(--primary-blue);
    margin-bottom: 2rem;
}

.philosophy {
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.value-item {
    text-align: center;
    padding: 1.5rem;
    border-radius: 10px;
    background: var(--bg-light);
}

.value-item i {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.value-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.value-item p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

.overview-image-placeholder {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    margin: 0 auto;
}

/* Company Info Section */
.company-info {
    padding: 5rem 0;
    background: var(--bg-light);
}

.info-table {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.info-table table {
    width: 100%;
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    padding: 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.info-table th {
    background: var(--bg-light);
    font-weight: 600;
    color: var(--text-dark);
    width: 30%;
    vertical-align: top;
}

.info-table td {
    color: var(--text-gray);
    line-height: 1.6;
}

.info-table tr:last-child th,
.info-table tr:last-child td {
    border-bottom: none;
}

/* History Section */
.history {
    padding: 5rem 0;
    background: white;
}

.timeline {
    max-width: 800px;
    margin: 3rem auto 0;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-blue);
}

.timeline-item {
    display: flex;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-year {
    width: 120px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 10px;
    margin-left: 2rem;
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--bg-light) transparent transparent;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 54px;
    top: 20px;
    width: 14px;
    height: 14px;
    background: var(--primary-blue);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px var(--primary-blue);
}

.timeline-content h4 {
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.timeline-content p {
    color: var(--text-gray);
    line-height: 1.6;
}

/* Organization Section */
.organization {
    padding: 5rem 0;
    background: var(--bg-light);
}

.org-chart {
    max-width: 1000px;
    margin: 3rem auto 0;
}

.org-level {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.org-box {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    min-width: 200px;
    transition: transform 0.3s ease;
}

.org-box:hover {
    transform: translateY(-5px);
}

.org-box.ceo {
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    color: white;
}

.org-box i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.org-box.ceo i {
    color: white;
}

.org-box h4 {
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.org-box.ceo h4 {
    color: white;
}

.org-box p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

.org-box.ceo p {
    color: rgba(255, 255, 255, 0.9);
}

/* Access Section */
.access {
    padding: 5rem 0;
    background: white;
}

.access-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.access-info h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--text-dark);
}

.access-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.access-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.access-item i {
    color: var(--primary-blue);
    font-size: 1.2rem;
    margin-top: 0.2rem;
    width: 20px;
}

.access-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-size: 1rem;
}

.access-item p {
    color: var(--text-gray);
    line-height: 1.6;
}

.access-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder {
    width: 100%;
    height: 300px;
    background: var(--bg-light);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    border: 2px dashed var(--border-color);
}

.map-placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.map-placeholder p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.map-placeholder small {
    color: var(--text-gray);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        transition: left 0.3s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		padding-left:30px;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-toggle {
        display: block;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .about-content,
    .contact-content,
    .overview-content,
    .access-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-item {
        flex-direction: column !important;
        text-align: center;
    }

    .service-item:nth-child(even) {
        flex-direction: column !important;
    }

    .about-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .values {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-links {
        gap: 2rem;
    }

    .page-header h1 {
        font-size: 2.5rem;
    }

    .org-level {
        flex-direction: column;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item::before {
        left: 14px;
    }

    .timeline-year {
        width: 80px;
        font-size: 1.2rem;
    }

    .timeline-content {
        margin-left: 1rem;
    }

    .info-table th {
        width: 35%;
    }

    .info-table th,
    .info-table td {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .container2 {
		padding-top:100px;
		overflow:100;
        padding: 0 15px;
    }


    .hero-title {
        font-size: 2rem;
    }

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

    .feature-card,
    .contact-form {
        padding: 1.5rem;
    }

    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .features-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .info-table th,
    .info-table td {
        padding: 0.8rem;
        font-size: 0.9rem;
    }

    .timeline-content {
        padding: 1rem;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scroll animations */
.aos-animate {
    transition-duration: 0.6s;
}

.bgnone{
	background:transparent;
}

/* NEWSリストスタイル */
.overview-text {
    margin-top: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 各ニュースアイテムのスタイル */
.news-item2 {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
	margin-bottom:10px;
}

/* 日付のスタイル */
.date {
    width: 120px;
    color: #888;
    font-size: 14px;
}

/* タイトルのスタイル */
.title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

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

.logo_1{
	height:80px;
}

.logo_2{
	height:150px;	
}

h1 {
  font-size: 2em;
}
.char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.5s ease;
}

.highlight2 {
  color: #fbbf24; /* 変更したい色に調整可能 */
}

  .fade-in {
    opacity: 0;
    transition: opacity 1s ease;
  }
  /* ビューに入ったら表示を開始 */
  .fade-in.visible {
    opacity: 1;
  }

.service_1_1{
	width:100%;
	display:flex;
}

.service_1_2{
	width:60px;
	float:left;
}

.service_1_3{
	width:100%;
	padding-left:30px;
}

.service_2_0 {
  display: flex;           /* 子要素を横並びに */
  justify-content: space-between; /* 両端に配置し、間に空間を作る */
  gap: 10px;               /* 間の空間（隙間）を指定 */
  width: 100%;
  min-height: 400px;
}

.service_2_1 {
  flex: 1;                 /* 等しい幅にする */
  min-height: 400px; /* 固定高さにしたい場合 */
  border:2px solid #2563eb;
  padding:20px;
}

.service_2_fig_1{
	width:80%;
}

.service_2_2{
	width:80%;
	height:60px;
  border:2px solid #2563eb;
}
  
.service_2_3{
	width:40%;
	height:56px;
  background-color:#2563eb;
  float:left;
  color:#fff;
}	

.service_2_4{
	width:60%;
	height:56px;
  background-color:#fff;
  float:left;
  color:#000;
}

.service_2_5 {
  display: flex;
  width: 100%;
  min-height: 400px; /* 必要に応じて調整 */
  border: 2px solid #2563eb;
  padding: 20px;
  margin-top:30px;
  margin-bottom:30px;
}

/* 子要素の高さは自動的に親に合わせて伸びる */
.service_2_6 {
  width: 60%;
  background-color: #fff;
  color: #000;
}
  
.service_2_7 {
  width: 40%;
  color: #000;
}

.service_2_8{
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}

.service_2_8 th{
	height:40px;
  background-color: #2563eb;
  color:#fff;
  border:2px solid #2563eb;
  font-size:16pt;  
}

.service_2_8 td{
	height:40px;
  background-color: #fff;
  color:#000;
  border:2px solid #2563eb;
  text-align:center;
  font-size:16pt;
}

.mod_service_1{
	padding-top:20px;
}

.mod_service_2{
	font-size:20pt;
	margin-bottom:20px;
}

.mod_service_3{
	margin-top:30px;
	margin-bottom:30px;	
}

.mod_service_4{
	margin-top:30px;
}

p{
	line-height:2.0!important;
}

.mod_index_1{
	width:286px;
}

@media (max-width: 480px) {
	.page-header {
		position: relative;
		height:auto;
		width:100%;
		display:block;
		background:transparent!important;
	}
	
	
	.container2{
		position:absolute;
top:0;
left:0;
		width:100%;
	}
	
.header{
	position:relative;
}

.service-item{
padding:3rem;
padding-top:7rem;
}

.mod_2{
	font-size:2rem!important;
}

.mod_3{
	width:100%!important;
}

ul{
	padding-left:10px;
}

	
	
}

@media (min-width:769px){

.container2 {
    position: absolute; /* 位置指定のためabsoluteに変更 */
    top: 50%; /* 中央寄せ */
    left: 50%;
    transform: translate(-50%, -50%); /* 中心に配置 */
    padding: 0 15px;
    z-index: 10; /* 他の内容より前面に表示 */
}

}
