﻿/* リセチE��CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
li {
    list-style:none;
}
caption, th {
    text-align:left;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:500;
}
q:before, q:after {
    content:'';
}
abbr, acronym {
    border:0;
    font-variant:normal;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input, textarea, select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
legend {
    color:#000;
}	
img {
    width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
}

/* カラー設定（落ち着ぁE��ブラウンベ�Eス�E�E*/
:root {
	--primary-wine: #713944;
	--light-wine: #f2eff0;
	--dark-wine: #4a252c;
	--accent-wine: #c5a8b3;
	--text-dark: #2a1a1f;
	--text-medium: #4a3539;
	--text-light: #8a7177;
	--white: #ffffff;
	--light-bg: #f9f7f8;
}
/* ベ�Eススタイル */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text-dark);
    line-height: 1.8;
    font-size: 16px;
    background-color: var(--white);
}

body.modal-open {
    overflow: hidden;
}

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

.br_sp {
    display: none;
}

.br_pc {
    display: block;
}

/* ボタン */
.btn {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.btn_primary {
	background: var(--primary-wine);
	color: var(--white);
}

.btn_primary:hover {
	background: var(--dark-wine);
	transform: translateY(-2px);
}.btn_tel {
	background: var(--white);
	color: var(--primary-wine);
	border: 2px solid var(--primary-wine);
}

.btn_tel:hover {
	background: var(--light-wine);
}.btn_large {
    padding: 24px 48px;
    font-size: 22px;
    letter-spacing: 0.1em;
}

/* セクションタイトル */
.section_title {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 800;
	color: var(--dark-wine);
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.section_title::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: var(--primary-wine);
	margin: 20px auto 0;
	border-radius: 2px;
}/* ヘッダー */
.header {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo h1 {
	font-size: 20px;
	color: var(--dark-wine);
	font-weight: 600;
	line-height: 1.3;
}

.header_logo_main {
	font-size: 32px;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}

/* ヘッダーアクション */
.header_actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_buttons {
    display: flex;
    gap: 10px;
}

.header_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
}

/* 特別なLINEボタン */
.header_btn_line_special {
    background: #06C755;
    color: white;
    border-radius: 100vmax;
    padding: 8px 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(6, 199, 85, 0.3);
    width: 170px;
}

.header_btn_line_special:hover {
    background: #05B04B;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 199, 85, 0.4);
}

.line_btn_content {
    display: flex;
    align-items: center;
    width: 100%;
}

.line_btn_left {
    display: flex;
    align-items: center;
}

.phone_icon {
    width: 40px;
    height: 40px;
		border-radius: 50%;
		background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_icon img {
	width: 60%;
}

.line_btn_right {
    flex: 1;
		text-align: center;
}

.line_btn_time {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    opacity: 0.9;
    line-height: 1;
}

.line_btn_main {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.line_logo {
    font-weight: 800;
    font-size: 18px;
}

/* 特別な電話ボタン */
.header_btn_tel_special {
    background: var(--primary-wine);
    color: white;
    border-radius: 100vmax;
    padding: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(113, 57, 68, 0.3);
    width: 170px;
}

.header_btn_tel_special:hover {
    background: #5d2a34;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(113, 57, 68, 0.4);
}

.tel_btn_content {
    display: flex;
    align-items: center;
    width: 100%;
}

.tel_btn_left {
    display: flex;
    align-items: center;
}

.tel_btn_right {
    flex: 1;
		text-align: center;
}

.tel_btn_time {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    opacity: 0.9;
    line-height: 1;
}

.tel_btn_main {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.tel_logo {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.header_btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ハンバーガーメニュー */
.hamburger_menu {
    display: flex;
    align-items: center;
}

.hamburger_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.3s ease;
}

.hamburger_line {
    width: 25px;
    height: 3px;
    background: var(--primary-wine);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger_btn.active .hamburger_line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger_btn.active .hamburger_line:nth-child(2) {
    opacity: 0;
}

.hamburger_btn.active .hamburger_line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ナビゲーションモーダル */
.nav_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav_modal.active {
    visibility: visible;
    opacity: 1;
}

.nav_modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.nav_modal_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background: var(--white);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.nav_modal.active .nav_modal_content {
    transform: translateX(0);
}

.nav_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px 20px;
    border-bottom: 1px solid var(--light-wine);
}

.nav_modal_header h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-wine);
    font-family: "Shippori Mincho", serif;
}

.nav_modal_close {
    background: none;
    border: none;
    font-size: 30px;
    color: var(--text-medium);
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color 0.3s ease;
}

.nav_modal_close:hover {
    color: var(--primary-wine);
}

.nav_modal_nav {
    padding: 20px 0;
}

.nav_modal_nav ul {
    list-style: none;
}

.nav_modal_nav li {
    border-bottom: 1px solid var(--light-wine);
}

.nav_modal_nav a {
    display: block;
    padding: 20px 25px;
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav_modal_nav a:hover {
    background: var(--light-wine);
    color: var(--primary-wine);
}

.nav_modal_nav .nav_contact {
    background: var(--primary-wine);
    color: var(--white) !important;
    margin: 20px 25px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.nav_modal_nav .nav_contact:hover {
    background: var(--dark-wine) !important;
}

/* メインビジュアル */
.hero {
    background: linear-gradient(135deg, var(--light-wine) 0%, var(--white) 100%);
    padding: 140px 0 100px;
    overflow: hidden;
		background-image: url('../img/intro.png');
		background-size: cover;
        background-position: center;
		height: 650px;
}

.hero_content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
		margin-top: 342px;
}

.hero_text {
    flex: 1;
}

.hero_catch {
    font-size: 18px;
    color: var(--text-medium);
    margin-bottom: 10px;
    font-weight: 500;
}

.hero_subtitle_small {
    font-size: 16px;
    color: var(--text-medium);
    margin-bottom: 20px;
}

.hero_title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Shippori Mincho", serif;
}

.hero_subtitle {
    font-size: 28px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.hero_description {
    font-size: 18px;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

.hero_cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero_image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 545px;
}

.hero_image img {
    object-fit: cover;
    object-position: right;
    height: 100%;
}

/* 統計データセクション */
.statistics {
    padding: 80px 0;
    background: var(--white);
}

.statistics_content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.statistics_chart {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex: 1;
}

.chart_item {
    text-align: center;
    padding: 40px 30px;
    background: var(--light-wine);
    border-radius: 15px;
    min-width: 200px;
}

.chart_number {
    font-size: 48px;
    font-weight: bold;
    color: var(--primary-wine);
    margin-bottom: 10px;
    font-family: "Shippori Mincho", serif;
}

.chart_number span {
    font-size: 24px;
    color: var(--dark-wine);
}

.chart_label {
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 600;
}

.statistics_text {
    flex: 1;
}

.statistics_source {
    font-size: 16px;
    color: var(--text-light);
    margin-top: 20px;
}

.statistics_question {
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 600;
    line-height: 1.6;
}

.statistics_image {
	width: 80%;
	margin: auto;
}

/* 問題提起セクション */
.problems {
    padding: 80px 0;
    background: var(--accent-wine);
}

.problems_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.problem_item {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
    

.problem_icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem_icon img {
    object-fit: contain;
}

.problem_item h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 15px;
}

.problem_item p {
    color: var(--text-medium);
    line-height: 1.6;
    font-size: 18px;
}

/* 家族信託とは */
.about {
    padding: 80px 0;
}

.about_text h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 25px;
}

.about_text p {
    font-size: 20px;
    color: var(--text-medium);
    margin-bottom: 25px;
    line-height: 1.8;
}

.about_benefits {
    margin-top: 30px;
}

.about_benefits li {
    font-size: 19px;
    color: var(--text-dark);
    margin-bottom: 14px;
    position: relative;
    padding-left: 28px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.about_benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-wine);
    font-weight: bold;
}

.about_main_text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: var(--light-wine);
    border-radius: 10px;
}

.about_features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.feature_box {
    padding: 20px;
    background: var(--white);
    border: 2px solid var(--accent-wine);
    border-radius: 10px;
    text-align: center;
}

.feature_box h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 10px;
}

.about_summary {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: var(--light-wine);
    border-radius: 10px;
    font-size: 18px;
}

.about_summary strong {
		color: #e74c3c;
		font-weight: 600;
}

.about_diagram {
	width: 90%;
	margin: 100px auto 0;
}

/* 成年後見制度との比輁E*/
.comparison {
    padding: 80px 0;
    background: var(--light-bg);
}

.comparison_content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.comparison_problem {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.comparison_problem h3 {
	font-size: 22px;
}

.problem_question {
    margin-bottom: 30px;
    padding: 30px;
    background: var(--light-wine);
    border-radius: 10px;
}

.problem_question h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 15px;
}

.problem_question p {
	font-size: 20px;
    margin-bottom: 10px;
}

.answer {
    font-size: 26px;
    font-weight: 600;
    color: #e74c3c;
}

.problem_explanation {
	font-size: 20px;
    line-height: 1.7;
}

.comparison_table {
    overflow-x: auto;
}

.comparison_table table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.comparison_table th,
.comparison_table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 20px;
}

.comparison_table th {
    background: var(--dark-wine);
    color: var(--white);
    font-weight: 600;
}

.comparison_table tbody tr:nth-child(even) {
    background: var(--light-wine);
}

.comparison_table td:last-child {
    font-weight: 600;
    color: #e74c3c;
}


/* 解決事侁E*/
.cases {
    padding: 80px 0;
		background: var(--accent-wine);
}

.cases .section_title {
	color: #fff;
}

.cases .section_title::after {
	background: #fff;
}

.cases_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.case_item {
    background: var(--card-bg);
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(26, 26, 26, 0.08);
    border: 1px solid rgba(127, 176, 105, 0.1);
}

.case_header {
    margin-bottom: 20px;
}

.case_tag {
    background: var(--accent-wine);
    color: var(--dark-wine);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

.case_item h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--darker-green);
    margin-top: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.case_description {
    color: var(--text-contrast);
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: 0.02em;
}

/* よくあるご質問 */
.faq {
    padding: 80px 0;
    background: var(--light-bg);
}

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

.faq_item {
    background: var(--white);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq_question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--light-wine);
    transition: all 0.3s ease;
}

.faq_question:hover {
    background: var(--light-wine);
}

.faq_q {
    background: var(--primary-wine);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
		padding-bottom: 2px;
    box-sizing: border-box;
}

.faq_text {
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
}

.faq_toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-wine);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq_item.active .faq_toggle {
    transform: rotate(45deg);
}

.faq_answer {
    padding: 0 30px 0 90px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq_item.active .faq_answer {
    max-height: 300px;
    margin: 20px 0 25px ;
}

.faq_a {
    background: var(--accent-wine);
    color: var(--dark-wine);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    margin-left: -60px;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
		padding-bottom: 2px;
    box-sizing: border-box;
}

.faq_item.active .faq_a {
    opacity: 1;
}

.faq_answer_text {
    padding-left: 0;
}

.faq_answer_text p {
    font-size: 18px;
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 15px;
}

.faq_answer_text p:last-child {
    margin-bottom: 0;
}

/* 協会について */
.association {
    padding: 80px 0;
}

.association_text h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 25px;
}

.association_text p {
    font-size: 18px;
    color: var(--text-medium);
    margin-bottom: 20px;
    line-height: 1.8;
}

.association_features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature_item {
    padding: 30px;
    background: var(--light-wine);
    border-radius: 12px;
}

.feature_item h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 15px;
}

.feature_item p {
    color: var(--text-medium);
    font-size: 18px;
}

/* ご相諁E�E流れ */
.flow {
    padding: 80px 0;
    background: var(--light-bg);
}

.flow_steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.flow_step {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
}

.step_number {
    width: 60px;
    height: 60px;
    background: var(--primary-wine);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.flow_step h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 15px;
}

.flow_step p {
    color: var(--text-medium);
    line-height: 1.6;
    font-size: 18px;
}

/* お問ぁE��わせ */
.contact {
    padding: 80px 0;
}

.contact_content {
    display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    align-items: start;
}

.contact_info {
	width: 40%;
}

.contact_info h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 20px;
}

.contact_info p {
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 18px;
}

.contact_methods {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact_method {
    padding: 30px;
    background: var(--light-wine);
    border-radius: 12px;
}

.contact_method h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 10px;
}

.tel_number {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-wine);
    margin: 10px 0;
}

.tel_hours {
    color: var(--text-medium);
    font-size: 16px;
}

/* フォーム */
.contact_form {
    background: var(--light-bg);
    padding: 40px;
    border-radius: 12px;
		width: 55%;
		box-sizing: border-box;
}

.form_group {
    margin-bottom: 30px;
}

.form_group label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.required {
    color: #e74c3c;
    font-size: 16px;
    margin-left: 5px;
}

.form_group input,
.form_group textarea {
    width: 100%;
    padding: 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: border-color 0.3s ease;
		box-sizing: border-box;
}

.form_group input:focus,
.form_group textarea:focus {
    outline: none;
    border-color: var(--primary-wine);
}

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

/* フッター */
.footer {
    background: var(--dark-wine);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer_logo h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Shippori Mincho", serif;
}

.footer_logo p {
    line-height: 1.6;
}

.footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_nav a {
    color: var(--white);
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer_nav a:hover {
    color: var(--accent-wine);
}

.footer_copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
}



/* 詳細事例 */
.cases_detailed {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.case_detailed {
    background: var(--white);
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    width: 100%;
		box-sizing: border-box;
}

.case_number {
    position: absolute;
    top: -15px;
    left: 30px;
    background: var(--primary-wine);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

.case_detailed h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 20px;
    margin-top: 10px;
}

.case_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}



.case_subtitle {
    font-size: 18px;
    color: var(--text-medium);
    margin-bottom: 20px;
}

.case_profile {
    background: var(--light-bg);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.case_profile p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
}

.case_problems {
    margin-bottom: 20px;
}

.case_problems h4 {
    font-size: 22px;
    font-weight: 600;
		color: var(--dark-wine);
    margin-bottom: 15px;
	}

	.case_problems p {
		font-size: 20px;
	}
	
	.case_problems ul {
		padding-left: 20px;
	}
	
	.case_problems li {
		list-style: disc;
    margin-bottom: 8px;
    color: var(--text-medium);
		font-size: 20px;
	}
	
	.case_solution {
		background: var(--light-wine);
    padding: 20px;
    border-radius: 10px;
	}
	
	.case_solution h4 {
		font-size: 22px;
    font-weight: 600;
		color: #e74c3c;
    margin-bottom: 15px;
}

.case_solution p {
	font-size: 20px;
    margin-bottom: 10px;
}

.case_solution ul {
    margin-top: 15px;
}

.case_solution li {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
		font-size: 20px;
}

.case_solution li::before {
    content: '■';
    position: absolute;
    left: 0;
    color: var(--primary-wine);
}

/* ご利用料金セクション */
.pricing {
    padding: 80px 0;
    background: var(--light-bg);
}

.pricing_content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pricing_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

    .problem_item {
        padding: 20px 10px;
    }
    .problem_icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .problem_item h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .problem_item p {
        font-size: 15px;
        line-height: 1.5;
    }
.price_display {
    margin-bottom: 20px;
}

.price_main {
    font-size: 36px;
    font-weight: bold;
    color: var(--primary-wine);
    font-family: "Shippori Mincho", serif;
    line-height: 1.2;
}

.pricing_item {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.tax {
    font-size: 14px;
    font-weight: normal;
    color: var(--text-medium);
}

.price_sub {
    font-size: 18px;
    color: var(--text-medium);
    margin-top: 5px;
}

.pricing_description {
    font-size: 22px;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 25px;
}

.pricing_details {
    text-align: left;
}

.pricing_details p {
    font-size: 20px;
    color: var(--text-medium);
    margin-bottom: 15px;
}

.pricing_details ul {
    margin: 15px 0;
    padding-left: 20px;
}

.pricing_details li {
    font-size: 20px;
    color: var(--text-medium);
    margin-bottom: 8px;
    list-style: disc;
}

.pricing_note {
    font-size: 14px;
    color: var(--text-light);
    font-style: italic;
}

.pricing_features {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.pricing_features h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-wine);
    text-align: center;
    margin-bottom: 30px;
}

.features_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.features_grid .feature_box {
    background: var(--light-wine);
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
}

.features_grid .feature_box h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 10px;
}

.features_grid .feature_box p {
    font-size: 16px;
    color: var(--text-medium);
}

/* 費用セクション */
.cost {
    padding: 80px 0;
    background: var(--white);
}

.cost_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.cost_example {
	font-size: 20px;
    background: var(--light-bg);
    padding: 40px;
    border-radius: 15px;
}

.cost_condition {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--text-medium);
}

.cost_comparison {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.cost_item {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.cost_item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.cost_amount {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-wine);
    font-family: "Shippori Mincho", serif;
}

.cost_item:first-child .cost_amount {
		color: #e74c3c;
}

.cost_vs {
    font-size: 22px;
    font-weight: bold;
    color: var(--text-medium);
    background: var(--accent-wine);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cost_breakdown h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 15px;
}

.cost_breakdown ul {
    padding-left: 20px;
}

.cost_breakdown li {
    list-style: disc;
    margin-bottom: 8px;
    color: var(--text-medium);
    font-size: 18px;
}

.cost_merit {
    background: var(--light-wine);
    padding: 40px;
    border-radius: 15px;
}

.cost_merit h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-wine);
    margin-bottom: 25px;
}

.cost_merit ul {
    padding-left: 20px;
}

.cost_merit li {
	font-size: 18px;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    color: var(--text-dark);
}

.cost_merit li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-wine);
    font-weight: bold;
    font-size: 18px;
}

.cost_merit li span {
	font-weight: 700;
	color: #e74c3c;
}

/* contactセクション内のLINEボタン */
.contact_line_btn {
    margin-top: 15px;
    display: inline-flex;
}

/* contactセクション内の電話ボタン */
.contact_tel_btn {
    margin-top: 15px;
    display: inline-flex;
}


/* レスポンシブ対忁E*/
@media screen and (max-width: 900px) {
    .header_buttons {
        display: none;
    }
    
    .pricing_main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cost_content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .statistics_content {
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .br_sp {
        display: block;
    }
    
    .br_pc {
        display: none;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .header_actions {
        gap: 10px;
    }
    
    .header_buttons {
        gap: 8px;
    }
    
    .header_btn {
        padding: 6px 10px;
        font-size: 12px;
        gap: 4px;
    }
    
    .header_btn svg {
        width: 14px;
        height: 14px;
    }
    
    .header_btn_line_special {
        min-width: 180px;
        padding: 10px 14px;
    }
    
    .line_btn_content {
        gap: 10px;
    }
    
    .phone_icon {
        width: 35px;
        height: 35px;
    }
    
    .header_btn_tel_special {
        min-width: 180px;
        padding: 10px 14px;
    }
    
    .tel_btn_content {
        gap: 10px;
    }
    
    .tel_btn_main {
        font-size: 12px;
    }
    
    
    .nav_modal_content {
        width: 100%;
    }
    
    .nav_modal_nav a {
        font-size: 16px;
        padding: 18px 20px;
    }
    
    .nav_modal_nav .nav_contact {
        margin: 15px 20px;
        padding: 12px 15px;
    }
    
    .hero {
        padding: 100px 0 60px;
        height: 570px;
        background-position: 27% 50%;
    }
    
    .hero_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    
    .hero_title {
        font-size: 36px;
    }
    
    .hero_cta {
        justify-content: center;
    }
    
    .about_content {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact_content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer_content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer_nav ul {
        justify-content: center;
    }
    
    .problems_grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .cases_grid {
        grid-template-columns: 1fr;
    }
    
    .flow_steps {
        grid-template-columns: 1fr;
    }
    
    .association_features {
        grid-template-columns: 1fr;
    }
    
    .faq_question {
        padding: 20px 15px;
        gap: 15px;
    }
    
    .faq_text {
        font-size: 16px;
    }

    .faq_answer {
        padding: 0 15px 0 70px;
    }
    
    .faq_item.active .faq_answer {
        margin: 15px 0 20px;
    }
    
    .faq_a {
        margin-left: -55px;
    }
    
    .statistics_content {
        flex-direction: column;
        gap: 30px;
    }
    
    .statistics_chart {
        flex-direction: column;
        gap: 20px;
    }
    
    .comparison_table {
        font-size: 16px;
    }
    
    .cost_comparison {
        flex-direction: column;
        gap: 20px;
    }
    
    .cases_detailed {
        grid-template-columns: 1fr;
    }
    
    .case_content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .case_left {
        order: 2;
    }
    
    .case_right {
        order: 1;
    }
    
    .contact_info {
        width: 100%;
    }

    .contact_form {
        width: 100%;
        padding: 30px 10px;
    }
    
    .contact_method {
        text-align: center;
        padding: 30px 10px;
    }
    
    .section_title {
        font-size: 28px;
        line-height: 1.5;
    }
    
    .about_text h3 {
        font-size: 20px;
    }
    
    .case_detailed h3 {
        font-size: 20px;
    }
    
    .btn_large {
        padding: 14px 48px;
        font-size: 18px;
    }
    
    .header_logo_main {
        font-size: 26px;
    }
    
    .header_logo h1 {
        font-size: 18px;
    }
    
    .problems,
    .about,
    .statistics,
    .comparison,
    .cases,
    .pricing,
    .cost,
    .faq,
    .association,
    .flow,
    .contact {
        padding: 40px 0;
    }
    
    .comparison_problem {
        padding: 30px 20px;
    }
    
    .cases_detailed {
        gap: 50px;
    }
    
    .pricing_item {
        padding: 30px 20px;
    }
    
    .cost_example {
        padding: 30px 20px;
    }
    
    .cost_merit {
        padding: 30px 20px;
    }
    
    .faq_answer_text p {
        font-size: 16px;
    }
    
    .hero_description {
        display: none;
    }
    
    .contact_info h3 {
        font-size: 22px;
    }

    .contact_info p {
        font-size: 16px;
    }
    
    .case_detailed {
        padding: 30px 20px;
    }
    
    .pricing_main {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .features_grid {
        grid-template-columns: 1fr;
    }

    .cost_merit ul {
        padding-left: 0;
    }

    .feature_box h4 {
        font-size: 20px;
    }

    .about_text p {
        font-size: 16px;
    }
    .problem_item {
        padding: 20px 10px;
    }

    .comparison_problem h3 {
        font-size: 20px;
    }

    .statistics_source {
        font-size: 14px;
    }

    .feature_box {
        padding: 20px 10px;
    }

    .about_summary {
        padding: 20px 10px;
    }

    .statistics_question {
        font-size: 18px;
    }

    .problem_question {
        padding: 20px;
    }

    .problem_question p {
        font-size: 16px;
    }

    .answer {
        font-size: 22px;
    }

    .problem_explanation {
        font-size: 16px;
    }

    .comparison_table th, .comparison_table td {
        font-size: 16px;
    }

    .case_profile {
        font-size: 18px;
    }

    .case_profile p {
        font-size: 16px;
    }

    .case_problems h4 {
        font-size: 20px;
    }

    .case_problems li {
        font-size: 16px;
    }

    .case_problems p {
        font-size: 16px;
    }

    .case_solution li {
        font-size: 16px;
    }

    .case_solution p {
        font-size: 16px;
    }

    .pricing_description {
        font-size: 20px;
    }

    .pricing_details p {
        font-size: 16px;
    }

    .pricing_details li {
        font-size: 16px;
    }

    .association_text h3 {
        font-size: 22px;
    }

    .association_text p {
        font-size: 16px;
    }

    .feature_item {
        padding: 20px;
    }

    .flow_step {
        padding: 30px 20px;
    }

    .flow_step p {
        font-size: 16px;
    }

    .cost_condition {
        font-size: 16px;
    }

    .cost_breakdown li {
        font-size: 16px;
    }

    .cost_merit h3 {
        font-size: 20px;
    }

    .cost_merit li {
        font-size: 16px;
    }

    .statistics_image {
        width: 100%;
    }
}