/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 13:09:33 */
#Company .message{
	padding-top:80px;
	padding-bottom:100px;
}
#Company .message pre{
	font-size: 40px;
   font-family: "Orbitron", sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.2;
	letter-spacing: 2px;
	text-align:center;
	overflow:hidden;
}
#Company .message h2 {
	font-size:16px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 40px;
	text-align:center;
}
#Company .message p {
	font-size:18px;
	margin-bottom: 10px;
}
#Company .message p.name {
	font-size:18px;
	text-align:right
}
#Company .message p.name strong {
	font-size:24px;
	text-align:right
		 font-family: "Noto Sans JP", sans-serif;
		font-weight:400;
}


#Company .outline{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#F7F7F7;
}
#Company .outline pre{
	font-size: 40px;
   font-family: "Orbitron", sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.2;
	letter-spacing: 2px;
	text-align:center;
	overflow:hidden;
}
#Company .outline h2 {
	font-size:16px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 40px;
	text-align:center;
}
#Company .outline table {
    border-collapse: collapse;
    border-spacing: 0;
}

#Company .outline table,
#Company .outline tbody,
#Company .outline tr {
    width: 100%;
    height: auto !important;
    border: none;
    box-sizing: border-box;
}

#Company .outline table th,
#Company .outline table td {
    padding: 15px;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#Company .outline table th {
    background: none;
    text-align: center;
    width: 120px;
    border-top: 2px solid #141414;
    border-bottom: 2px solid #141414;
	font-weight: 500;
}


#Company .history{
	padding-top:100px;
	padding-bottom:100px;
}
#Company .history pre{
	font-size: 40px;
   font-family: "Orbitron", sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.2;
	letter-spacing: 2px;
	text-align:center;
	overflow:hidden;
}
#Company .history h2 {
	font-size:24px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 40px;
	text-align:center;
}


.timeline-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 0px;
}

.timeline-section {
    margin-bottom: 60px;
}

.timeline-title {
   font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}
.red .timeline-title {
	color:#D61518;
	margin-top:80px;
}

/* 表示切り替え用クラス */
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

/* =========================================
   PC版レイアウト (768px以上)
   ========================================= */
@media screen and (min-width: 768px) {
    .timeline-container {
        position: relative;
    }

    /* マーカーの後ろに通る垂直線（擬似要素） */
    .timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 184px; /* 年(90)+月(50)+余白の調整 */
        width: 1px;
    }

    /* グループごとの線の色 */
    .timeline-past .timeline-container::before {
        background-color: #ccc; /* 画像1：グレー */
    }
    .timeline-current .timeline-container::before {
        background-color: #e31616; /* 画像2：赤 */
    }

    .timeline-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 35px;
        position: relative;
    }

    .timeline-year {
        width: 90px;
        text-align: right;
        font-size: 30px;
        font-weight: bold;
        flex-shrink: 0;
        padding-right: 15px;
		line-height:1;
		font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
    }
	
	   .red .timeline-year {
		   color:#D61518;
    }

    .timeline-month {
        width: 50px;
        text-align: right;
        font-size: 22px;
        flex-shrink: 0;
        padding-right: 20px;
        color: #333;
		 font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1;
    }
	
	    .red .timeline-month {
        color:#D61518;
    }

    .timeline-marker {
        width: 20px;
        flex-shrink: 0;
        position: relative;
        z-index: 1; /* 線より前に配置 */
        display: flex;
        justify-content: center;
        margin-top: 6px; /* 文字高さに合わせる */
    }

    .timeline-marker .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
    }

    /* グループごとのドットの色 */
    .timeline-past .timeline-marker .dot {
        background-color: #333; /* 画像1：黒 */
    }
    .timeline-current .timeline-marker .dot {
        background-color: #e31616; /* 画像2：赤 */
    }

    .timeline-content {
        flex: 1;
        padding-left: 25px;
        font-size: 0.95rem;
    }

    .event-text {
        margin: 0;
		font-size:18px;
		line-height: 1.5;
    }
	.event-text strong {
       font-weight:500;
    }
	 .red .event-text strong {
		 color:#D61518;
		 font-weight:500;
    }
}

/* =========================================
   スマホ版レイアウト (767px以下)
   ========================================= */
@media screen and (max-width: 767px) {
    /* 表示切り替え */
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }

    .timeline-container {
        position: relative;
        padding-left: 10px; /* 左端マーカー用のスペース */
    }
	
	.timeline-title {
   font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
}
	.red .timeline-title {
	margin-top:40px;
}

    /* 左端のマーカー後ろを通る垂直線 */
    .timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px; /* マーカー位置に合わせる */
        width: 1px;
    }

    /* グループごとの線の色 */
    .timeline-past .timeline-container::before {
        background-color: #ccc;
    }
    .timeline-current .timeline-container::before {
        background-color: #e31616;
    }

    .timeline-item {
        display: flex;
        flex-direction: row; /* 横並びに戻すが、中身を調整 */
        align-items: flex-start;
        margin-bottom: 20px;
        position: relative;
    }

    /* スマホではPC用の年・月要素を消す */
    .timeline-year, .timeline-month {
        display: none;
    }

    .timeline-marker {
        width: 12px;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        margin-top: 3px; /* 年月テキスト高さに合わせる */
        margin-right: 15px;
    }

    .timeline-marker .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
    }

    /* グループごとのドットの色 */
    .timeline-past .timeline-marker .dot {
        background-color: #333;
    }
    .timeline-current .timeline-marker .dot {
        background-color: #e31616;
    }

    .timeline-content {
        flex: 1;
    }

    /* スマホ用の日付表示スタイル */
    .timeline-date.sp-only {
       font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 6px;
        line-height: 1;
    }
	
	 .red .timeline-date.sp-only {
        color: #D61518;
    }

    .event-text {
        margin: 0;
        font-size: 16px;;
    }
}



@media (max-width: 833px) {
	#Company .message{
	padding-top:40px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Company .message pre{
	font-size: 34px;
}
#Company .message h2 {
	font-size:14px;
	margin-bottom: 20px;
	text-align:center;
}
#Company .message p {
	font-size:16px;
	margin-bottom: 5px;
}
#Company .message p.name {
	font-size:16px;
}
#Company .message p.name strong {
	font-size:20px;
}
	
	
	
	#Company .outline{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Company .outline pre{
	font-size: 34px;
}
#Company .outline h2 {
	font-size:14px;
	margin-bottom: 20px;
}
	#Company .outline table th,#Company .outline table td {
        display: block;
        width: 100%;
        text-align: left;
    }
#Company .outline table th {
        border-bottom: none;
	
    }
#Company .outline table th,
#Company .outline table td {
    padding: 15px;
	font-size:16px;
}
	
	
	#Company .history{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Company .history pre{
	font-size: 34px;
}
#Company .history h2 {
	font-size:20px;
	margin-bottom: 20px;
	text-align:let;
}



}






