@charset "utf-8";

/* ==========================================================================
   資料請求ページ専用スタイル（簡素化版）
   ========================================================================== */

/* ヘッダー簡素化 */
/* header {
    position: relative !important; // fixedを上書き
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 40px;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .logo {
    margin: 0;
    line-height: 1;
}

header .logo img {
    height: 40px;
    width: auto;
    vertical-align: middle;
} */

/* メインビジュアル */
.wp_sec01 {
    background-image: linear-gradient(135deg, #5a3f69 0%, #6d4a7a 100%);
    padding: 40px 0;
    padding-top: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%; /* 幅を100%に制限 */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}




.wp_main_visual {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.wp_main_content {
    color: #fff;
    position: relative;
}

.wp_main_title {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
}

.wp_main_subtitle {
    font-size: 20px;
    margin-top: 30px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    letter-spacing: 0.08em;
}

/* メインコンテンツ */
.wp_sec02 {
    background: #fff;
    padding: 60px 0; /* 上部パディングを調整 */
}

/* ページ全体のレイアウト調整 */
html {
    height: 100%;
    overflow-x: hidden; /* 横スクロールを防ぐ */
}

body {
    min-height: 100%;
    padding-top: 0 !important; /* 固定ヘッダー用のパディングを削除 */
    overflow-x: hidden; /* 横スクロールを防ぐ */
    margin: 0;
}

.wp_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.wp_two_column {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.wp_left_column {
    flex: 1;
}

.wp_right_column {
    flex: 1;
}

/* 左カラム - 会社紹介 */
.wp_company_intro {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 10px;
    border-left: 5px solid #815998;
}

.wp_intro_title {
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.wp_intro_subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.wp_intro_image {
    margin: 20px 0;
    text-align: center;
}

.wp_intro_image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wp_intro_text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.wp_business_overview {
    margin-bottom: 30px;
}

.wp_business_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.wp_business_item {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.wp_business_item h4 {
    font-size: 16px;
    color: #815998;
    margin-bottom: 8px;
    font-weight: bold;
}

.wp_business_item p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.wp_achievement_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

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

.wp_achievement_list li {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.wp_achievement_list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #815998;
    font-weight: bold;
}

/* 右カラム - フォーム */
.wp_form_section {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #815998;
}

.wp_form_header {
    text-align: center;
    margin-bottom: 30px;
}

.wp_form_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.wp_form_subtitle {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.wp_form_container {
    margin-bottom: 25px;
}

.hubspot-form-container {
    min-height: 300px;
    position: relative;
}

.form-placeholder {
    background: #ffffff;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    color: #6c757d;
}

.form-placeholder p {
    font-size: 14px;
    margin-bottom: 8px;
}

.form-placeholder-note {
    font-size: 12px;
    font-style: italic;
    color: #999;
}

.wp_form_notes {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.wp_privacy_notes {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.wp_privacy_notes li {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.wp_privacy_notes li:before {
    content: "●";
    position: absolute;
    left: 0;
    color: #815998;
    font-size: 10px;
}

.wp_privacy_link {
    text-align: center;
    margin: 0;
}

.wp_privacy_link a {
    color: #815998;
    text-decoration: none;
    font-size: 12px;
}

.wp_privacy_link a:hover {
    text-decoration: underline;
}

/* フッター */
.wp_footer {
    background: #f5f5f5;
    border-top: 3px solid #000;
    padding: 40px 0 0;
}

.wp_footer_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wp_footer_info {
    flex: 1;
}

.wp_footer_company {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.wp_footer_address {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.wp_footer_contact {
    font-size: 12px;
    color: #666;
}

.wp_footer_contact a {
    color: #815998;
    text-decoration: none;
}

.wp_footer_contact a:hover {
    text-decoration: underline;
}

.wp_footer_links a {
    color: #815998;
    text-decoration: none;
    font-size: 12px;
}

.wp_footer_links a:hover {
    text-decoration: underline;
}

.wp_footer_copy {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0; /* margin-topを削除 */
}

.wp_footer_copy p {
    margin: 0;
    font-size: 12px;
    color: #fff; /* 文字色を明示的に白に */
}

/* HubSpotフォーム用スタイル */
.hubspot-form-container .hs-form {
    max-width: 100%;
}

.hubspot-form-container .hs-form-field {
    margin-bottom: 15px;
}

.hubspot-form-container .hs-form-field label {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.hubspot-form-container .hs-form-field input,
.hubspot-form-container .hs-form-field textarea,
.hubspot-form-container .hs-form-field select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.hubspot-form-container .hs-form-field input:focus,
.hubspot-form-container .hs-form-field textarea:focus,
.hubspot-form-container .hs-form-field select:focus {
    outline: none;
    border-color: #815998;
    box-shadow: 0 0 0 2px rgba(129, 89, 152, 0.1);
}

.hubspot-form-container .hs-submit {
    text-align: center;
    margin-top: 20px;
}

.hubspot-form-container .hs-submit input {
    background: #815998;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hubspot-form-container .hs-submit input:hover {
    background: #6d4a7a;
}

/* レスポンシブ対応 */
@media (max-width: 1023px) {
    .wp_wrapper {
        padding: 0 5%; /* 画面幅の90%を使用 */
    }
    
    .wp_main_visual {
        padding: 0 5%; /* 画面幅の90%を使用 */
    }
    
    .wp_footer_wrapper {
        padding: 0 5% 50px; /* 画面幅の90%を使用 */
    }
    
    .wp_sec01 {
        padding: 40px 0;
    }
    
    .wp_main_title {
        font-size: 28px;
    }
    
    .wp_main_subtitle {
        font-size: 16px;
    }
    
    .wp_sec02 {
        padding: 40px 0;
    }
    
    .wp_two_column {
        flex-direction: column;
        gap: 40px;
    }
    
    .wp_company_intro,
    .wp_form_section {
        padding: 30px 5%;
    }
    
    .wp_intro_title {
        font-size: 24px;
    }
    
    .wp_form_title {
        font-size: 20px;
    }
    
    .wp_footer_wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .wp_footer_info {
        margin-bottom: 20px;
    }
}

/* 装飾要素 */
.wp_decorative_elements {
    display: none;
}

.wp_deco_1,
.wp_deco_2,
.wp_deco_3 {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.wp_deco_1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #c6b20d 0%, transparent 70%);
    top: -100px;
    right: -50px;
    animation: floatBubble 15s ease-in-out infinite;
    max-width: 100%; /* 画面幅を超えないように */
}

.wp_deco_2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #68cfdd 0%, transparent 70%);
    bottom: -50px;
    left: 10%;
    animation: floatBubble 20s ease-in-out infinite reverse;
}

.wp_deco_3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #fff 0%, transparent 70%);
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    animation: floatBubble 18s ease-in-out infinite 5s;
}

@keyframes floatBubble {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.1); }
}

/* アニメーション */
.wp_company_intro,
.wp_form_section {
    opacity: 0;
}

.wp_company_intro {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.wp_form_section {
    animation: fadeInRight 0.8s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 追加の調整 */
.wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* メインコンテンツ部分を伸ばしてフッターを下部に押し下げる */
.wrapper > article {
    flex: 1;
}