@charset "utf-8";
/* CSS Document */

/* ========================================
   基本スタイル
   ======================================== */
body {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    color: #333333;
}

/* ========================================
   メインコンテンツラッパー
   ======================================== */
.main-content-wrapper {
    display: flex;
    gap: 60px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   ページ内リンクナビゲーション
   ======================================== */
.page-nav {
    position: sticky;
    top: 20px;
    flex: 0 0 200px;
    height: fit-content;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    backdrop-filter: none;
	padding-top: 90px;
}

.page-nav-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px;
}

.sections-container {
    flex: 1;
    max-width: 1000px;
}

.page-nav-item {
    white-space: nowrap;
}

.page-nav-link {
    display: block;
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #606060;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    transition: color 0.3s ease;
    position: relative;
    text-align: right;
}

.page-nav-link:hover {
    color: #0a183e;
    background-color: transparent;
    transform: none;
}

.page-nav-link::before {
    display: none;
}

/* ========================================
   代表挨拶セクション
   ======================================== */
.message-section {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.message-header {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 60px;
}

.message-subtitle {
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #cc2222;
    text-transform: uppercase;
}

.message-title {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0a183e;
    margin: 0;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.message-image {
    flex: 0 0 400px;
}

.message-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.message-text {
    flex: 1;
}

.message-heading {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #0a183e;
    margin: 0 0 30px 0;
    line-height: 1.4;
}

.message-description {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a183e;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.message-signature {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a183e;
    text-align: right;
    margin: 40px 0 0 0;
}

/* ========================================
   会社概要セクション
   ======================================== */
.company-section {
    padding: 80px 0;
}

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

.company-header {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 60px;
}

.company-subtitle {
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #cc2222;
    text-transform: uppercase;
}

.company-title {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0a183e;
    margin: 0;
}

.company-content {
    max-width: 800px;
    margin: 0 auto;
}

.company-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.info-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    flex: 0 0 200px;
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    padding-right: 30px;
}

.info-value {
    flex: 1;
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 1.6;
}

/* ========================================
   アクセスセクション
   ======================================== */
.access-section {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.access-header {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 60px;
}

.access-subtitle {
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #cc2222;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.access-title {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0a183e;
    margin: 0;
}

.access-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.access-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.access-map {
	position: relative;
	width: 100%;
	aspect-ratio: 1.6 / 1;
}

.access-map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 5px;
}

.access-info {
    flex: 1;
    padding-top: 20px;
}

.access-location {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0a183e;
    margin: 0 0 20px 0;
}

.access-address {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   レスポンシブ対応
   ======================================== */
@media (max-width: 1280px) {
    .page-nav {
        right: 15px;
    }
    
    .message-content,
    .access-item {
        gap: 40px;
    }
    
    .message-image,
    .access-image {
        flex: 0 0 350px;
    }
}

@media (max-width: 1080px) {
    .main-content-wrapper {
        flex-direction: column;
        gap: 0px;
    }
    
    .page-nav {
        position: relative;
        top: auto;
        flex: none;
		margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
    }
    
    .page-nav-container {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        position: static;
    }
    
    .sections-container {
        max-width: none;
    }
    
    .page-nav-link:hover {
        transform: translateY(-2px);
    }
    
    .page-nav-link::before {
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
    }
    
    .page-nav-link:hover::before {
        width: 80%;
    }
    
    .message-content,
    .access-item {
        flex-direction: column;
        gap: 30px;
    }
    
    .message-image,
    .access-image {
        flex: none;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .info-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-label {
        flex: none;
        padding-right: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .page-nav {
        margin-bottom: 30px;
        padding: 15px;
    }
    
    .page-nav-container {
        gap: 15px;
    }
    
    .page-nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }
    
    .message-section,
    .company-section,
    .access-section {
        padding: 60px 0;
    }
    
    .message-container,
    .company-container,
    .access-container {
        padding: 0 15px;
    }
    
    .message-header,
    .company-header,
    .access-header {
        margin-bottom: 40px;
    }
    
    .message-title,
    .company-title,
    .access-title {
        font-size: 24px;
    }
    
    .message-heading {
        font-size: 20px;
    }
    
    .access-location {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .page-nav {
        margin-bottom: 20px;
        padding: 10px;
    }
    
    .page-nav-container {
        gap: 10px;
    }
    
    .page-nav-link {
        font-size: 13px;
        padding: 5px 8px;
    }
    
    .message-section,
    .company-section,
    .access-section {
        padding: 50px 0;
    }
    
    .message-container,
    .company-container,
    .access-container {
        padding: 0 10px;
    }
    
    .message-header,
    .company-header,
    .access-header {
        margin-bottom: 30px;
    }
    
    .message-title,
    .company-title,
    .access-title {
        font-size: 22px;
    }
    
    .message-subtitle,
    .company-subtitle,
    .access-subtitle {
        font-size: 12px;
    }
    
    .message-description,
    .info-label,
    .info-value,
    .access-address {
        font-size: 14px;
    }
    
    .access-location {
        font-size: 16px;
    }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .message-heading{
        font-size: 18px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

