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

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

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

/* body全体の初期スタイル調整 */
body {
	font-size: 62.5%;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
	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 {
	margin: 0.5em 0 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	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;
}

/*カラム全体の幅を変更する*/

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

.header_inr,
.top_image_in {
	width: 1140px;

}

/*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;
}

/* ヘッダー内部をカラム幅にする */
.header_inr {
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

/*ヘッダーロゴ*/
.header_logo {
	float: left;
	width: 25%;
	margin: 1em 0em 1em;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width: 15%;
	float: right;
	margin: 1em 0.5em 0em;
}


/*ヘッダー メニュー*/
.header_menu nav ul {
	display: flex;
	gap: 20px;
	/* 各メニューの間隔 */
	list-style: none;
	/* ・を消す */
	margin: 0;
	padding: 0;
}

.header_menu nav li {
	display: inline-block;
}

.header_menu a {
	text-decoration: none;
	color: #222;
	font-size: 1.1em;
	transition: 0.3s;
}

.header_menu a:hover {
	opacity: 0.7;
	color: #004ec2;
}

.header_menu {
	float: right;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.4em;
	margin: 1.5em 0 0 0;
	padding-right: 2em;
}

.header_logo {
	width: 25%;
}

.header_tel {
	width: 15%;
}
.hamburger{ display:none; background:transparent; border:0; outline:0; }


/*ヘッダー 問い合わせボタン*/
/* .header_mail {
	width: 18%;
	float: right;
	margin: 0.8em 0.3em 0em;
} */

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

/*----- スクロール設定 -----*/
/* スムーズスクロール */
html {
	scroll-behavior: smooth;
}

:root {
	--header-h: 90px;
}

/* ヘッダー実高さに合わせて調整 */

section[id] {
	scroll-margin-top: calc(var(--header-h) + 10px);
}


/*--------------------------------------------------------
ファーストビュー設定
--------------------------------------------------------*/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}

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

.top_image_in {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 4em 0em 3em;
}

.top_image_in img {
	width: 100%;
}

/* --------------------------
サービスエリア設定
----------------------------*/
.sec_GLINK_service {
	background: url(../images/haikei_GLINK_service.png) center top no-repeat #fff;
	height: auto;
	padding-top: 2em;
	padding-bottom: 2em;
}

.GLINK_service_text {
	text-align: center;
	padding-bottom: 2em;
}

.service_text01 {
	font-size: 1.5em;
	font-weight: bold;
}

.service_text02 {
	font-size: 1.8em;
	font-weight: bold;
}

.GLINK_service_cntnr {
	text-align: center;
	font-feature-settings: "palt";
	background-color: #fff;
	padding: 1.5em 2em;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ------------------
ワンストップサービスグリッド設定
--------------------*/
.svc-wrap {
	--arrow-size: 38px;
	--col-gap: 26px;
	--row-gap: 24px;
}

/* ===== layout ===== */
.svc-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	column-gap: var(--col-gap);
	row-gap: var(--row-gap);
	align-items: stretch;
	padding-top: 1.2em;
}

.svc-card {
	position: relative;
}

.svc-card img {
	display: block;
	width: 100%;
	height: auto;
}

/* ===== arrow: 最後の1枚以外は常に表示 ===== */
.svc-card:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(var(--col-gap) * -0.5 - var(--arrow-size) * 0.5);
	transform: translateY(-50%);
	width: var(--arrow-size);
	height: var(--arrow-size);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004ec2' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E") no-repeat center / contain;
	/* 色変更は fill='%23004ec2' を編集（%23は # のエスケープ） */
}




/* --------------------------
CV01エリア設定
----------------------------*/
.sec_GLINK_cv {
	background: url(../images/haikei_GLINK_cv.png) center top no-repeat #fff;
	height: auto;
	padding-top: 2em;
	padding-bottom: 3em;
	background-color: #2F4EA0;
}

.sec_GLINK_cv h2 {
	color: #fff;

}

.cv01_glid {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding-top: 1em;
}

.cv01_glid img {
	max-width: 250px;
}


/* ---------------
ボタンエリア設定
------------------*/
/* === CTA行レイアウト === */
.cv-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	justify-content: center;
}

/* === 上の「＼ … ／」行 === */
.cta__eyebrow {
	color: #fff;
	font-weight: 700;
	letter-spacing: .08em;
	font-size: clamp(13px, 1.6vw, 18px);
	text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
	margin-bottom: 10px;
	text-align: center;
	padding-top: 1em;
}

/* === ボタン === */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 16px 24px;
	border-radius: 999px;
	font-weight: 800;
	font-size: clamp(16px, 2vw, 20px);
	text-decoration: none;
	color: #fff;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
	transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .34);
}

/* オレンジ／グリーン（色は後で微調整可） */
.btn--orange {
	background: #ff6a3d;
}

/* 例: 資料請求 */
.btn--green {
	background: #18c776;
}

/* 例: お問い合わせ */
.btn {
	color: #fff !important;
	text-decoration: none !important;
}

/* --------------------------
旅行データエリア設定
----------------------------*/
.sec_GLINK_travel_data {
	background-color: #2f4ea0;
	padding-top: 2em;
	padding-bottom: 3em;
}

.sec_GLINK_travel_data h2 {
	color: #fff;
	padding-bottom: 0.5em;
}

.travel_data_area {
	background-color: #fff;
	border-radius: 12px;
	padding: 1em 1.8em;
}

.travel_data_area h3 {
	color: #004ec2;
}

.travel_data_cntnr,
.travel_data_cntnr02,
.travel_data_cntnr03 {
	display: flex;
	align-items: center;
	justify-content: center;

}

.travel_data_cntnr,
.travel_data_cntnr03 {
	align-items: center;
	padding-bottom: 2em;
}

.travel_data_cntnr02 {
	align-items: flex-start;
	padding-top: 1.5em;
}

.travel_data_img,
.travel_data_text {
	width: 50%;
	box-sizing: border-box;
	/* paddingの分を含めて計算 */
}

.travel_data_chart {
	text-align: center;
}

.travel_data_chart img {
	max-width: 350px;

}

/*-----
 吹き出しラベル 
 -----*/
.label-bubble {
	display: inline-block;
	background: #004ec2;
	/* ベース色 */
	color: #fff;
	font-weight: 700;
	line-height: 1;
	padding: .85em .9em;
	border-radius: 0px;
	position: relative;
	margin: 0 0 .6em 0;
	/* 下に少し余白 */
	font-size: 1.1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

/* 下向きノッチ（▲） */
.label-bubble::after {
	content: "";
	position: absolute;
	top: 100%;
	/* 吹き出しの真下 */
	left: 40px;
	/* 左端から少し内側にずらす */
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #004ec2;
	/* 吹き出しと同色 */
}

.circle_chart img {
	max-width: 200px;
}


/* --------------------------
グラフエリア設定
----------------------------*/
.sec_GLINK_chance_graph {
	background: url(../images/haikei_GLINK_chance_graph.png) center bottom no-repeat #fff;
	background-size: cover;
	height: auto;

	padding-top: 2em;
	padding-bottom: 1.5em;
}


/*-----
 円形グラデーション設定 
 -----*/
.circle-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	text-align: center;
	padding: 1.2em;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5;
	background: radial-gradient(circle at 30% 30%,
			#3329ff 0%,
			#274dff 25%,
			#6058ff 50%,
			#9a7cff 75%,
			#cfc9ff 100%);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

/*-----
 赤矢印 
 -----*/
/* 棒＋三角の下向き矢印 */
.arrow-down {
	--arrow-color: #b60000;
	--shaft-w: 28px;
	--shaft-h: 30px;
	--tip-w: 32px;
	--tip-h: 28px;

	position: relative;
	width: var(--shaft-w);
	height: var(--shaft-h);
	margin: 24px auto 0;
	/* 上余白＋中央寄せ */
	background: var(--arrow-color);
	border-radius: 2px;
	/* 棒の角を少し丸く（不要なら0） */
}

.arrow-down::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: var(--tip-w) solid transparent;
	border-right: var(--tip-w) solid transparent;
	border-top: var(--tip-h) solid var(--arrow-color);

}

.chance_graph_text {
	padding-top: 30px;
	text-align: center;
}

.chance_graph_text p {
	font-size: 1.4em;
	font-weight: bold;
}



/* --------------------------
白背景ボタンエリア設定
----------------------------*/
.sec_GLINK_cv_white {
	background-color: #fff;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.cta__eyebrow_bl {
	color: #333;
	font-weight: 700;
	letter-spacing: .08em;
	font-size: clamp(13px, 1.6vw, 18px);
	margin-bottom: 10px;
	text-align: center;
	padding-top: 1em;
}


/* --------------------------
強みエリア設定
----------------------------*/
.sec_GLINK_Strengths {
	background: linear-gradient(to left,
			#3329ff 0%,
			#274dff 25%,
			#6058ff 50%,
			#9a7cff 75%,
			#cfc9ff 90%,
			#fff 100%);
	padding-top: 1em;
	padding-bottom: 1.5em;

}

.sec_GLINK_Strengths h2 {
	color: #fff;
	padding: 1em 0em;
}

.Strengths_cntnr {
	background-color: #fff;
	border-radius: 12px;
	padding: 1.2em 1.5em;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 1.5em;
}

.Strengths_cntnr h3 {
	color: #004ec2;
}

/* インフルエンサーの対応言語＿横並びレイアウト */
.lang-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	justify-content: space-evenly;
	padding: 2em 1.5em;
}

/* 枠ボックス */
.lang-tag {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 3px solid #2f4ea0;
	border-radius: 12px;
	background: #fff;
	padding: 10px 14px;
	min-width: 180px;
}

/* ラベルと数値 */
.lang-tag .lang {
	color: #2f4ea0;
	font-weight: 700;
	font-size: 1.4em;

}

.lang-tag .count {
	position: relative;
	font-weight: 800;
	font-size: 1.6em;
}

/* マーカ- */
.lang-tag .count em {
	font-style: normal;
	position: relative;
	z-index: 1;
	padding: 0 .1em;
	background-image: linear-gradient(transparent 60%, #ffe68a 0);
	/* 黄色マーカー */
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/*-----
 アサインエリアの設定 
 -----*/
.assaign_cntnr,
.assaign_cntnr02 {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.assaign_cntnr02 {
	align-items: center;
}

.assaign_text {
	padding-top: 2em;
}

.assaign_img img {
	max-width: 250px;
}

.assaign_cntnr03 p {
	font-size: 1.4em;
}

/* --------------------------
成功事例エリア設定
----------------------------*/

.sec_GLINK_success_story {
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

.success_story_cntnr {
	max-width: 800px;
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	margin: 0 auto;
	padding: 2em;
}

.success_story_img img {
	max-width: 200px;
}

.story_mds {
	background-color: #2f4ea0;
	color: #fff;
	padding: 0.4em 1em;
}

.success_story_Number {
	font-size: 1.3em;
}

.success_story_Number p {
	line-height: 1.6;
}

.success_story_mms {
	position: relative;
	border: 3px solid #2f4ea0;
	/* 青い枠線 */
	border-radius: 8px;
	padding: 0.6em 0em;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #2f4ea0;
}

/* アイコン画像の位置・サイズ調整 */
.success_story_mms img {
	position: absolute;
	top: -25px;
	/* 上に少し飛び出す */
	left: -20px;
	width: 55px;
	height: auto;
}

.border_b {
	border: 1px solid #333;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* --------------------------
CV02エリア設定
----------------------------*/
.GLINK_cv02_text {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


/* --------------------------
比較エリア設定
----------------------------*/
.sec_GLINK_comparison {
	background-color: #2f4ea0;
	padding: 3em 0em;
}

.sec_GLINK_comparison_inr {
	background-color: #fff;
	padding: 1.2em 1em;
	min-width: 1240px;
}

/* 横スクロール許可（SP） */
.table-wrap {
	overflow-x: auto;
}

/* 比較表（角丸＋固定レイアウト） */
table.comp-table {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	border: 2px solid #004ec2;
	overflow: hidden;
	font-size: .8em;
}

/* 共通セル */
table.comp-table th,
table.comp-table td {
	padding: 3px 2px;
	vertical-align: middle;
	border-right: 1px solid #e5e9f2;
	background: #fff;
	text-align: center;
}

table.comp-table tr:last-child td {
	border-bottom: 0;
}

table.comp-table td:last-child,
table.comp-table th:last-child {
	border-right: 0;
}

/* ヘッダー（青） */
table.comp-table thead th {
	background: #004ec2;

	color: #fff;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .25);
}

table.comp-table thead th:first-child {
	text-align: center;
}

/* 本文：ゼブラ */
table.comp-table tbody tr:nth-child(even) td {
	background: #f6f9ff;
	;
}

/* 1列目（機能名）を見出し風に */
table.comp-table tbody td:first-child {
	font-weight: 700;
}

/* ── 列幅（1: 26% / 2: 22% / 3-6: 13%×4 = 52%） ── */
table.comp-table th:first-child,
table.comp-table td:first-child {
	width: 26%;
}

table.comp-table th:nth-child(2),
table.comp-table td:nth-child(2) {
	width: 22%;
}

table.comp-table th:nth-child(n+3),
table.comp-table td:nth-child(n+3) {
	width: calc(52% / 4);
}



/* サブ行（会社名など） */
.comp-sub {
	display: block;
	font-weight: 400;
	font-size: .5em;
}

/* ピル（小バッジ） */
.pill {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
	border: 1px solid transparent;
	vertical-align: middle;
	margin-left: 6px;
}

.pill--blue {
	background: #e9f0ff;
	color: #0b47c1;
	border-color: #cfe0ff;
}

/* 文字揃え：項目列以外は中央 */
table.comp-table th:not(:first-child),
table.comp-table td:not(:first-child) {
	text-align: center;
}

/* GLINK列（本文2列目）を淡い青でハイライト */
table.comp-table tbody td:nth-child(2) {
	background: #eaf2ff !important;
	color: #0b3478;
	font-weight: 800;
	font-size: 1.3em !important;
}



/* --------------------------
流れエリア設定
----------------------------*/
.sec_GLINK_nagare {
	background-color: #fff;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

/* セクション余白 */
.sec_GLINK_nagare {
	background: #fff;
	padding: 1.5em 0;
}

.sec_GLINK_nagare h2 {
	text-align: center;
	margin-bottom: 18px;
}

/* 4カラムの並び＋区切り線 */
.flow-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
	/* カード間は線で仕切るのでgapは0 */
}

.flow-item {
	padding: 16px 5px 20px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.flow-item:last-child {
	border-right: none;
}

/* STEP表示 */
.step {
	color: #2f4ea0;
	font-weight: 800;
	letter-spacing: .06em;
	margin: 6px 0 6px;
	font-size: 1.4em;
}

.icon img {
	max-width: 70%;
	height: auto;
}

/* 見出し／本文 */
.flow-item h3 {
	color: #2f4ea0;
	font-weight: 800;
	line-height: 1.35;
	margin: 4px 0 8px;
	font-size: clamp(16px, 2.3vw, 20px);
	min-height: 60px;
}

.flow-item .desc {
	margin: 0 auto 12px;
	max-width: 26em;
	line-height: 1.7;
	font-size: clamp(13px, 1.7vw, 15px);
	min-height: 120px;
	text-align: left;

}

/* ===== 基本設定 ===== */
.sec_GLINK_nagare {
	--arrow-size: 40px;
	--col-gap: 50px;
	/* 横の間隔 */
	--row-gap: 24px;
	/* スマホ用の縦間隔 */
	--arrow-color: #2F4EA0;
	text-align: center;
}

/* ===== レイアウト ===== */
.flow-list {
	column-gap: var(--col-gap);
	row-gap: var(--row-gap);
	align-items: stretch;

}

.flow-item {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 2em 0.3em;
}

.time {
	border: 2px solid #2F4EA0;
	color: #2F4EA0;
}

/* ===== 矢印（▶︎）を配置 ===== */
.flow-item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(var(--col-gap) * -0.5 - var(--arrow-size) * 0.5);
	transform: translateY(-50%);
	width: var(--arrow-size);
	height: var(--arrow-size);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232F4EA0' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E") no-repeat center / contain;
}


/* 最後のSTEPだけ矢印非表示 */
.flow-item:last-child::after {
	display: none;
}






/* --------------------------
Q&Aエリア設定
----------------------------*/
.sec_GLINK_qa {
	background-color: #d8e6f8;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.sec_GLINK_qa h2 {
	padding: 0.3em 0em 1em;
	font-feature-settings: "palt";

}

.qa_cntnr {
	max-width: 800px;
	background-color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	padding: 0.2em 1em;
	margin-bottom: 1.5em;

}

.box_qa_q {
	padding: 1em 2em;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
	color: #004ec2;
}

.box_qa_a {
	padding: 1em;
	line-height: 1.8;
}

.box_qa_q p,
.box_qa_a p {
	text-indent: -1.5em;

}

.box_qa_a p {
	text-indent: 0em;
	margin-left: 0em;
}


/* --------------------------
お問い合わせフォームエリア設定
----------------------------*/
.sec_GLINK_form {
	background-color: #fff;
}

.form_tel_area {
	text-align: center;
	background-color: #fff;
	padding: 0.5em 0em;
}

.form_tel_area img {
	max-width: 300px;
}

/* 基本トークン（色/サイズ） */
:root {
	--bg: #e9e9e9;
	--field: #ffffff;
	--line: #c9c9c9;
	--title: #4b4b4b;
	--text: #333;
	--accent: #e91e63;
	/* ピンク（スクショの差し色想定） */
	--hours: #d72626;
	/* 営業時間の赤 */
	--radius: 12px;
	--radius-lg: 20px;
	--shadow: 0 1px 0 rgba(0, 0, 0, .02), 0 4px 12px rgba(0, 0, 0, .06);
}

/* ラッパー */
.inq-wrap {
	max-width: 720px;
	margin: 32px auto 20px;
	padding: 24px 20px 32px;
	background: var(--bg);
	border-radius: 10px;
}

/* 見出し */
.inq-title {
	margin: 0 0 6px;
	text-align: center;
	color: var(--title);
	font-weight: 700;
	font-size: clamp(20px, 3.2vw, 34px);
}

.inq-sub {
	text-align: center;
	color: #6a6a6a;
	font-size: clamp(12px, 2.2vw, 18px);
	margin: 0 0 14px;
}

/* 電話ボックス */
.inq-callbox {
	background: #f4f4f4;
	border: 2px solid #bdbdbd;
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 14px 18px;
	margin: 0 auto 28px;
}

.inq-callbox-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-auto-rows: auto;
	align-items: center;
	gap: 8px 10px;
}

.inq-phoneicon {
	color: #4b4b4b;
	display: flex;
	align-items: center;
}

.inq-tel {
	font-weight: 700;
	text-decoration: none;
	color: #222;
	font-size: clamp(16px, 2.6vw, 22px);
}

.inq-hours {
	grid-column: 1 / -1;
	color: #444;
	font-size: clamp(12px, 2.2vw, 16px);
}

.inq-hours span {
	color: var(--hours);
	font-weight: 800;
}

/* フォーム本体 */
.inq-form {
	margin-top: 12px;
}

.fld-label {
	display: block;
	margin: 12px 0 6px;
	color: #4b4b4b;
	font-weight: 700;
	font-size: clamp(13px, 2.1vw, 16px);
}

.req {
	color: #666;
	font-weight: 700;
}

.opt {
	color: #888;
}

.fld input,
.fld select,
.fld textarea {
	width: 100%;
	background: var(--field);
	border: 1.5px solid var(--line);
	border-radius: 6px;
	padding: 14px 14px;
	font-size: 16px;
	color: var(--text);
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.fld textarea {
	resize: vertical;
}

.fld input:focus,
.fld select:focus,
.fld textarea:focus {
	border-color: #9aa6b2;
	box-shadow: 0 0 0 3px rgba(56, 132, 255, .15);
}

/* セレクトの▼カスタム */
.fld select {
	appearance: none;
	-webkit-appearance: none;
	background-image:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 18px 18px;
	padding-right: 42px;
}

/* 同意チェック */
.agree {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0 18px;
	font-size: 14px;
	color: #444;
}

.agree a {
	color: #1a7fd9;
	text-decoration: underline;
}

.agree input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--accent);
}

/* 送信ボタン */
.btn-submit {
	display: block;
	width: min(320px, 85%);
	margin: 0 auto;
	padding: 14px 10px;
	border: none;
	border-radius: 999px;
	background: #ff6a3d;
	color: #fff;
	font-weight: 800;
	font-size: clamp(16px, 2.4vw, 20px);
	box-shadow: 0 4px 0 #b3bac0;
	/* 下に濃い影をつけて立体感 */
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

/* ホバー時：少し浮く感じ */
.btn-submit:hover {
	transform: translateY(2px);
	box-shadow: 0 6px 0 #a4acb3;
	filter: brightness(1.02);
}

/* クリック時（押し込まれる感じ） */
.btn-submit:active {
	transform: translateY(2px);
	box-shadow: 0 2px 0 #a4acb3;
	filter: brightness(0.97);
}








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

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

.footer a {
	color: #fff;
}

/*スマホ用下部固定メニュー*/
.fix_menu_smartphone {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100vw;
	display: flex;
	z-index: 10000;
	box-sizing: border-box;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, .08);
	background: transparent;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1em 0em;
}

.cv-cta_footer {
	display: flex;
	gap: 16px 24px;
	justify-content: center;
	padding: 0.5em 0em;
}

.fix_menu_smartphone {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fix_menu_smartphone.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}