@charset "UTF-8";
/* Noto Serif JP フォント統一 - professional3 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 全体のフォント設定 */
html,
body,
* {
    font-family: "Noto Serif JP", serif;
}

/* Webflowの主要セレクタをオーバーライド */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4,
p, a, span, div,
.lead, .caption,
.navlink, .w-nav-link,
.button-primary, .button-secondary,
.w-button,
.accordion-header h4,
.accordion-panel p,
.footer-link,
.text-field,
input, textarea, select,
label {
    font-family: "Noto Serif JP", serif;
}

/* Webflow特有のクラス */
.w-container,
.w-layout-blockcontainer,
.w-layout-grid,
.w-layout-vflex,
.w-layout-hflex {
    font-family: "Noto Serif JP", serif;
}

/* ヘッダー・ナビゲーション */
.header,
.header-nav-wrapper,
.nav-services,
.header-nav-list,
.header-link {
    font-family: "Noto Serif JP", serif;
}

/* フッター */
.footer,
.footer-wrapper,
.footer-nav,
.footer-nav-list,
.footer-bottom {
    font-family: "Noto Serif JP", serif;
}

/* セクション見出し */
.section-heading,
.section-heading-container,
.subheading {
    font-family: "Noto Serif JP", serif;
}

/* フォーム */
.form-wrapper,
.form-block,
.text-field,
.succes-message,
.w-form-fail {
    font-family: "Noto Serif JP", serif;
}

/* プロジェクトカード */
.project-preview-card,
.project-heading,
.prpject-heading-title {
    font-family: "Noto Serif JP", serif;
}

/* プロセス・アコーディオン */
.process-list,
.accordion,
.accordion-header,
.accordion-panel {
    font-family: "Noto Serif JP", serif;
}

/* アコーディオン開閉アニメーション */
.accordion-panel {
    transition: height 0.3s ease;
}

.accordion-icon-wrapper {
    transition: transform 0.3s ease;
}

.accordion-header {
    cursor: pointer;
}

/* 地図セクション */
.map-section-3847 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.map-section-3847 iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
    filter: grayscale(100%);
}

@media (max-width: 767px) {
    .map-section-3847 iframe {
        height: 300px;
    }
}

/* お客様の声スライダー */
.voice-slider-container-3847 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.voice-slider-track-3847 {
    display: flex;
    gap: 24px;
    animation: voice-scroll-3847 30s linear infinite;
}

.voice-slider-track-3847:hover {
    animation-play-state: paused;
}

@keyframes voice-scroll-3847 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.voice-card-3847 {
    flex-shrink: 0;
    width: 320px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.voice-card-3847:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.voice-tag-3847 {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}

.voice-star-3847 {
    color: #ffd700;
    font-size: 16px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.voice-text-3847 {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.voice-name-3847 {
    color: #666;
    font-size: 13px;
    text-align: right;
}

@media (max-width: 767px) {
    .voice-card-3847 {
        width: 280px;
        padding: 20px;
    }
    
    .voice-text-3847 {
        font-size: 13px;
    }
}

/* お問い合わせセクションのボタン */
.form-wrapper .button-secondary {
    background: transparent;
    color: #333;
    border: 2px solid #333;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.form-wrapper .button-secondary:hover {
    background: #333;
    color: #fff;
}

/* ヒーローセクションのh1サイズ調整 */
.section-hero h1.h1 {
    font-size: 90px;
}

@media (max-width: 991px) {
    .section-hero h1.h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .section-hero h1.h1 {
        font-size: 36px;
    }
}

.hero-embeded-iframe video.hero-video {
	all: unset;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 130vw;
	height: 120svh;
	object-fit: cover;
	z-index: -1;
}
@media screen and (max-width: 1750px) {
	.hero-embeded-iframe video.hero-video {
		width: 268vw;
	}
}

@media screen and (max-width: 767px) {
	.hero-embeded-iframe video.hero-video {
		width: 500vw;
	}
}

/* モバイルメニュー（バーガーメニュー）デザイン */
.w-nav-overlay {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.w-nav-overlay .w-nav-menu,
.w-nav-overlay > .nav-menu {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 30px 20px;
    min-height: 100vh;
}

.w-nav-overlay .header-nav-wrapper {
    background: transparent;
}

.w-nav-overlay .w-nav-menu .header-nav-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.w-nav-overlay .navlink {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.w-nav-overlay .navlink:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 30px;
    color: #e94560;
}

.w-nav-overlay .caption {
    color: #e94560;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 20px 20px 8px;
    text-transform: uppercase;
    border-bottom: none;
}

.w-nav-overlay .header-nav-list {
    display: flex;
    flex-direction: column;
}

.w-nav-overlay .header-link {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    padding: 14px 20px 14px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.w-nav-overlay .header-link:hover {
    background: rgba(233, 69, 96, 0.15);
    color: #fff;
    padding-left: 45px;
}

.w-nav-overlay .header-nav-list.last {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
}

.w-nav-overlay .button-primary {
    display: block;
    background: linear-gradient(135deg, #e94560 0%, #ff6b6b 100%);
    color: #fff;
    text-align: center;
    padding: 16px 30px;
    margin: 30px 20px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4);
    transition: all 0.3s ease;
}

.w-nav-overlay .button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 69, 96, 0.5);
}

/* メニューボタンのスタイル */
.w-nav-button {
    position: relative;
    width: 48px;
    height: 48px;
}

.w-nav-button.w--open {
    background: transparent;
}

.w-nav-button.w--open img {
    display: none;
}

.w-nav-button.w--open::before,
.w-nav-button.w--open::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #000;
    transform-origin: center;
}

.w-nav-button.w--open::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.w-nav-button.w--open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
