@charset "UTF-8";
/*------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------*/

/*----------
共通設定(PC)
-----------*/

/* 初期スタイル調整 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* body全体の初期スタイル調整 */
body {
	font-size: 62.5%;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

/*リンク文字の設定*/
a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #39f;
}

a:hover,
a:active {
	color: #f60;
}

p {
	margin: 0 !important;
	padding: 0 !important;
	font-feature-settings: "palt";
}

section {
	clear: both;
	/* 配置設定をクリアにしておくため（初期で設定している左右配置をクリアにする） */
	overflow: auto;
	/* 要素の内容が要素自体の領域を超えた場合「aute」 */
}

/* -------------------------------------
見出しタグ設定（PC)
--------------------------------------*/
h2 {
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-weight: bold;
}


/*カラムが狭くなってもテーブルタグがはみ出ないようにする*/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

/* <section> 間の隙間（margin）をなくすため */
h2,
p {
	margin-top: 0;
	margin-bottom: 0;
}


/* 自動カーニング */
.selector {
	font-feature-settings: "palt";
}


/*--------------------------------------------------------
全体レイアウト/背景設定（PC）
--------------------------------------------------------*/

/*全体エリア(全体背景の設定はここ)*/
.main {
	background-color: #f2f2f2;
}


/*記事(ボディ)エリアの行間*/
.atcl_inr p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

/*記事(ボディ)エリアのフォントサイズ*/
.article {
	font-size: 1.7em;
}

/*カラム全体の幅を変更する*/
.header_inr,
.atcl_inr {
	width: 950px;
	margin: 0 auto
}

.top_image_in {
	width: 950px;
	margin: 0 auto
}

/*PC画面とスマホ画面の切り替え*/

.gamen_pc {
	display: block;
}

.gamen_rps {
	display: none;
}

/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/

/*上部固定ヘッダー全体*/
.header {
	position: sticky;
	/* ポジションがピタッとくっつく設定 */
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: 1px;
	overflow: auto;
}

/* ヘッダー内部をflexで整列 */
.header_inr {
	max-width: 950px;
	margin: 0 auto;
	padding: 0.5em 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
}

/* ロゴ部分 */
.header_logo {
	width: 20%;
}

/* 中央テキスト */
.header_text {
	flex: 1;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.2;
	padding-top: 0.3em;
}

.header_text_big {
	font-size: 1.3em;
}

/* 問い合わせボタン */
.header_mail {
	width: 30%;
	text-align: right;
}

/* ヘッダー内の画像はエリア幅に合わせる */
.header_logo img,
.header_mail img {
	width: 100%;
	height: auto;
}

/*---------------------
ファーストビュー設定
----------------------*/

.top_image {
	background: url(../images/haikei_happy_FV.png) center top no-repeat #fff;
	height: auto;
}

.FV_cntnr {
	display: flex;
}

.top_image_in img {
	width: 100%;
}

.FV_authority_area {
	background-color: #fff;
	display: flex;
	gap: 50px;
	justify-content: center;
	padding: 1em 0em;

}

/*---------------------
ボタンエリア設定
----------------------*/
.sec_cv_area {
	background-color: #21ac38;
	padding: 1em 0;
}

.cv_area_inr {
	padding: 1em;
	background-color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	border-radius: 12px;
}

.cv_area_inr img {
	width: 100%;
}

.cv_btn {
	font-size: 1.3em;
	font-weight: bold;
}

.cv_btn img {
	width: 100%;
}


/* --------------------------
セクション設定
----------------------------*/

/* 導入事例エリア */
.sec_happy_dounyu {
	background-color: #fff;
}

.dounyu_title {
	text-align: center;
	padding-top: 2.5em;
}

.dounyu_movie {
	text-align: center;
	padding: 1em;
	max-width: 560px;
	margin: 0 auto;
}

.video_wrap {
	max-width: 560px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.video_wrap iframe {
	width: 100%;
	height: 100%;
	border: none;
}





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

.dounyu_area {
	max-width: 550px;
	background-color: #fae3b3;
	padding: 1em;
}

.dounyu_area h3 {
	font-size: 1.6em;
	text-align: center;
	margin: 0.2em 0;
	color: #6e3819;
}


.dounyu_cntnr {
	display: flex;
	gap: 20px;
}

.dounyu_img img {
	max-width: 250px;

}

.dounyu_text {
	width: 100%;
	color: #6e3819;
	font-weight: bold;
}

.dounyu_facility {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
}

/* --- 悩みエリア --- */
.sec_happy_nayami {
	background-color: #fffdea;
	padding-bottom: 1em;
}

.happy_graph_title {
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

/* グラフエリア */
.graph_cntnr {
	display: flex;
	gap: 30px;
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 1.5em 1em;
	border: 3px solid #fae3b3;
	margin-bottom: 2em;

}

.graph_img img {
	max-width: 400px;
}

/* 悩みエリア */
.nayami_problem {
	background-color: #f3f3f3;
	padding-top: 2em;
}

.nayami_title {
	text-align: center;

}

.nayami_img {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 1.5em 0em;
}

.nayami_problem_text {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}

.nayami_text {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0.5em;
}

.nayami_text_element {
	background-color: #2573ac;
	color: #fff;
}

.nayami_text_flame {
	padding: 1.5em 0.5em;
}

/* 三角形のCSS */
.section_triangle {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 300px solid transparent;
	border-right: 300px solid transparent;
	border-top: 60px solid #f3f3f3;
	/* ←背景色と同じ */
}


/* 解決エリア */
.kaiketu_title {
	text-align: center;
	padding: 1em 0em;
}

.kaiketu_area {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 1em;
}

.kaiketu_cntnr {
	background-color: #fbda95;
	max-width: 350px;
	text-align: center;
	color: #6e3819;
}


.kaiketu_cntnr_mds {
	border-bottom: 3px dashed #fff;
	padding-bottom: 0.3em;
	/* ← 下に余白を追加 */
	display: inline-block;
	/* ← 下線の余白調整には必要 */

}

.kaiketu_cntnr {
	display: flex;
	justify-content: center;
	gap: 20px;
}


/* お任せください、のエリア */
.kaiketu_guidance_box {
	text-align: center;
}


/* --- 強みエリア --- */

.sec_tuyomi {
	background-color: #f8f8f8;
}


.tuyomi_title {
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.happy_tuyomi_cntnr {
	background-color: #fff;
	border: 2px dashed #fbda95;
	max-width: 900px;
	margin: 0 auto;
	padding: 1em;
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 1.5em;
}

.happy_tuyomi_mds {
	padding-bottom: 0.5em;
}

.happy_tuyomi_mds img {
	width: 90%;
}

.happy_tuyomi_cntnr_text {
	width: 70%;
}

.happy_tuyomi_cntnr_img img {
	width: 100%;
}

/* --- 魅力エリア --- */

.miryoku_title {
	text-align: center;
	padding-top: 1.5em;
}

.sec_miryoku {
	background-color: #ffffeb;
}

.miryoku_cntnr_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2列 */
	gap: 2em;
	/* 要素の間隔 */
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 1em;
}


.miryoku_cntnr {
	background-color: #fff;
	padding: 0.5em 1.5em;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	padding-bottom: 1.5em;
}

.miryoku_cntnr img {
	max-width: 100%;
	height: auto;
	margin: 0.5em 0 1em;
}

.miryoku_cntnr h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	border-bottom: 4px solid #fbda95;
	padding-bottom: 0.3em;
}

.miryoku_cntnr p {
	text-align: left;
}




/* --- 新聞掲載エリア --- */


.sec_newspaper {
	background-color: #fae3b3;
	padding-top: 2em;
	padding-bottom: 2em;
}

.newspaper_cntnr_title {
	text-align: center;
	padding-top: 0.5em;
}

.newspaper_cntnr {
	background: url(../images/haikei_grid.png) #fff;

	border: 3px dashed #ec6941;
	padding: 0.5em 1em;
	max-width: 900px;
	margin: 0 auto;
}

.newspaper_cntnr_inr {
	display: flex;
	gap: 50px;
	justify-content: center;
	padding: 1em;
}

.newspaper_img {
	width: 35%;
}

.newspaper_text_mds {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

/* --- 収益エリア --- */
.sec_syueki {
	background-color: #f4fbf9;
}

.sec_syueki_inr {
	max-width: 950px;
	margin: 0 auto;
}

.sec_syueki h2 {
	padding-top: 1em;
}

.syueki_price {
	margin: 0 auto;
	padding: 1em 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.price_box {
	text-align: center;
	padding: 1em 0.8em;
}

.price_box:nth-child(1) {
	flex: 2;
}

.price_box:nth-child(2),
.price_box:nth-child(3) {
	flex: 1;
}

/* ラベル部分（上部の緑の帯） */
.label {
	background-color: #2c7c1f;
	color: #fff;
	font-weight: bold;
	padding: 0.6em 0;
	font-size: 1em;
	margin-bottom: 0.2em;
	border-radius: 6px;
}

/* 値の部分（数値中心） */
.value {
	background-color: #eef6e9;
	font-size: 1.6em;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	color: #000;
	line-height: 1.4;
}

.value .small {
	font-size: 0.8em;
	color: #444;
}

.value .bold {
	font-size: 1em;
	font-weight: bold;
}

.value .unit {
	font-size: 0.8em;
	color: #444;
}




/* 表CSSここから */
.syueki_table_text {
	display: flex;
	justify-content: space-between;
}

.syueki_table_cntnr {
	margin: 0 auto;
	text-align: center;
}

.profit_table {
	margin: 0.5em auto;
	max-width: 900px;
	border-collapse: collapse;
	background-color: #f8f9fa;
	font-size: 1.1em;
	font-weight: bold;
}

.profit_table th,
.profit_table td {
	border: 1px solid #ccc;
	padding: 0.8em;
	text-align: center;
}

.profit_table thead th {
	background-color: #263648;
	color: #fff;
	font-weight: bold;
}

/* --- 営業利益行の赤枠装飾 --- */
.profit_table .profit_row td {
	font-weight: bold;
	border-top: 2px solid #e60000;
	border-bottom: 2px solid #e60000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* 左端セルのみ赤の左枠 */
.profit_table .profit_row td:first-child {
	border-left: 2px solid #e60000;
}

/* 右端セルのみ赤の右枠 */
.profit_table .profit_row td:last-child {
	border-right: 2px solid #e60000;
}

/* 1つ上の行の下線を消して赤枠と重ならないようにする */
.profit_table tr:nth-child(4) td {
	border-bottom: none;
}

.syueki_table_cntnr {
	overflow-x: auto;
	/* 横スクロール可能に */
	-webkit-overflow-scrolling: touch;
	/* スムーズスクロール（iOS向け） */
	margin: 0 auto;
	text-align: center;
}



/*----- 費用表 ------*/
.initial_costs_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: center;
	margin: 2em 0;
}

.initial_table {
	border-collapse: collapse;
	width: 400px;
	font-size: 0.95em;
	background-color: #fefefe;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.initial_table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #003366;
}

.initial_table th,
.initial_table td {
	border: 1px solid #ccc;
	padding: 0.6em 1em;

}

.initial_table th {
	text-align: center;

}

.initial_table thead th {
	background-color: #263648;
	color: white;
	font-weight: bold;
}

.initial_table tbody tr:last-child td {
	font-weight: bold;
	background-color: #f3f3f3;
}



/* --- 流れエリア --- */
.sec_nagare h2 {
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}

.sec_nagare {
	background-color: #e2f4fd;
}

.nagare_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 10px;
	max-width: 950px;
	padding: 0 1em;
	margin: 0 auto;
}

.nagare_cntnr img {
	width: 100%;
}

/* --- Q&Aエリア --- */


.sec_qa {
	background-color: #fff;
	padding-bottom: 2em;
}

.sec_qa h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
}


/*------------
よくある質問(アコーディオンver.)
-------------*/
.faq {
	max-width: 800px;
	margin: 0 auto;
}

.faq dl,
.faq dt,
.faq dd {
	margin: 0;
	padding: 0;
}

.faq dl+dl {
	margin-top: 1rem;
}

.faq dt,
.faq dd {
	padding: 10px;
}

.faq dl {
	position: relative;
	overflow: hidden;
	background: #fff7f0;
	/* カード背景 */
	border: 1px solid #ffbb7b;
	/* 枠線色 */
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.faq dl>input {
	display: none;
}

.faq label {
	display: block;
	cursor: pointer;
}

.faq dt {
	position: relative;
	z-index: 1;
	padding-right: 40px;
	padding-left: 2.5em;
	background: #fff7f0;
	cursor: pointer;
	font-weight: bold;
	transition: .4s;
}

.faq dd {
	position: absolute;
	visibility: hidden;
	transform: translateY(-100%);
	transition: .4s;
	background: #fffdf9;
	/* 回答エリア背景 */
	border-top: 1px solid #ffbb7b;
	padding-left: 2.5em;
}

.faq dl>input:checked+label+dd {
	position: relative;
	visibility: visible;
	transform: translateY(0);
}

/* プラス記号 */
.faq dt::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	top: 50%;
	right: 10px;
	background: #f4781c;
	/* オレンジライン */
	transform: translateY(-50%);
}

.faq dt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 3px;
	background: #f4781c;
	/* オレンジライン */
	transition: .4s;
	transform: translateY(-50%) rotate(90deg);
}

.faq dl>input:checked+label>dt::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Qマーク */
.faq dt span,
.faq dd span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4781c;
	color: #fff;
	top: 50%;
	left: 0.5em;
	width: 1.8em;
	height: 1.8em;
	font-size: 0.9em;
	font-weight: bold;
	border-radius: 50%;
	transform: translateY(-50%);
}

/* Aマーク */
.faq dd span {
	top: 10px;
	transform: translateY(0);
	background-color: #e60000;
}



/* --- フォームエリア --- */
.sec_happy_form {
	background-color: #fff;
}

.sec_happy_form h2 {
	font-size: 1.3em;
	padding-bottom: 1em;
}

.form_row {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: center;
	margin-bottom: 1em;
}

.form_label {
	width: 180px;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}

.required_tag {
	background: #f60;
	color: #fff;
	padding: 0.2em 0.6em;
	font-size: 0.75em;
	border-radius: 10px;
	margin-left: 0.5em;
}

.input_style,
textarea.input_style {
	flex: 1;
	padding: 0.6em;
	font-size: 1em;
	background: #fffaf0;
	border: 1px solid #aaa;
	border-radius: 4px;
	width: 100%;
}

.radio_group,
.checkbox_group {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.4em;
}

.radio_group input[type="radio"],
.checkbox_group input[type="checkbox"] {
	transform: scale(1.2);
	margin-right: 0.5em;
}

.form_submit {
	text-align: center;
	margin-top: 2em;
}

.form_btn {
	background: linear-gradient(#eee, #ccc);
	padding: 0.8em 2em;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}

.form_btn:hover {
	background: linear-gradient(#f9f9f9, #ddd);
}

.atcl_inr {
	max-width: 720px;
	margin: 0 auto;
	padding: 1em;
}

.form_label {
	width: 180px;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
	line-height: 1.4;
}

.form_row {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: flex-start;
	margin-bottom: 1em;
}

.radio_group,
.checkbox_group {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.6em;
	padding-left: 0.2em;
}

textarea.input_style {
	min-height: 140px;
}

.form_btn {
	background: linear-gradient(#eee, #ccc);
	padding: 0.8em 2.5em;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #aaa;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}



/*---------
フッター部分
-------*/

.footer {
	background: #6E3819;
	padding: 2em 0 0.5em;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}

.footer a {
	color: #fff;
}

/*スマホ用下部固定メニュー*/
.fix_menu_smartphone {
	display: none;
}

.g-recaptcha {
	margin: 20px auto;
	display: flex;
	justify-content: right;
}