@charset "utf-8";


/*cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("theme.css");
@import url("inview.css");


/*animation11のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {right: -200px;}
	100% {right: 0px;}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html {
	font-size: clamp(13px, 0.29vw + 11.9px, 16px);	/*画面幅375px〜1400pxの間で、13px〜16pxに可変。下でrem管理しているものも連動します。*/
	overflow-x: visible;
}
body {
	margin: 0;padding:0;
	font-family: var(--base-font);	/*フォント指定。theme.cssのbase-fontを読み込みます。*/
	-webkit-text-size-adjust: none;
	background: var(--bg-color);	/*背景色。*/
	color: var(--bg-inverse-color);	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
	line-height: 2;		/*行間*/
	overflow-x: hidden;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
nav ul {list-style: none;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input {font-size: 1rem;}


/*section
---------------------------------------------------------------------------*/
section {
	padding: 0 var(--content-space-l);	/*上下、左右へのsection内の余白。左右については、theme.cssの--content-space-lを読み込みます。*/
	margin: var(--content-space-l) 0;	/*上下、左右へのsectionの外側にとるマージン。上下については、theme.cssの--content-space-lを読み込みます。*/
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: inherit;
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
	text-decoration: none;
}


/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	animation: opa1 0.2s 0.2s both;  /*0.2(2つ目の数字)秒待機後、0.2(1つ目の数字)秒かけてフェードイン*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダー*/
header {
    display: flex;
	justify-content: space-between;
	gap: 2rem;
	height: 80px;		/*ヘッダーの高さ。お好みで。*/
	margin-bottom: 3px;	/*下に3pxのスペースを空ける。*/
	padding-left: var(--content-space-s);	/*左の余白。theme.cssのcontent-space-sを読み込みます*/
}

/*ロゴ画像*/
header .logo {margin: 0;flex-shrink: 0;display: flex;align-items: center;}	/*ロゴ画像を縦中央に*/
header .logo img {
	display: block;
	width: 250px;	/*ロゴの幅。お好みで。*/
}


/*メニューオーバーレイ（メニュー領域外クリックで閉じる用）
---------------------------------------------------------------------------*/
#menubar-overlay {
	display: none;
	position: fixed;
	z-index: 99;	/*#menubar(100)の下、ページの上*/
	top: 0;left: 0;
	width: 100%;height: 100%;
	background: rgba(0,0,0,0.3);	/*半透明の黒。お好みで濃さを調整。*/
}

/*noscroll（メニュー表示中のスクロール禁止用）*/
body.noscroll {
	overflow: hidden;
}


/*大きな端末で見たメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.large-screen #menubar {
	font-size: 0.85rem;	/*文字サイズ85%*/
	font-weight: bold;
	display: flex;	/*flexにして高さを下層へ自動で伝える*/
}
.large-screen #menubar > nav {
	display: flex;
}
.large-screen #menubar > nav > ul {
	display: flex;
	gap: 1.5rem;	/*メニュー同士に空けるスペース。1.5文字分。*/
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li a {
	display: block;text-decoration: none;
}

/*トップ階層のリンクだけ縦いっぱい＋文字を中央に（ドロップダウン内リンクは対象外）*/
.large-screen #menubar > nav > ul > li > a {
	display: flex;
	align-items: center;	/*文字を天地中央に*/
	height: 100%;	/*ヘッダーの高さいっぱいに*/
}

/*ボタン*/
.large-screen #menubar .btn a {
	border-bottom-left-radius: 30px;	/*左下だけ角を丸く*/
}
/*ボタンのアイコン*/
.large-screen #menubar .btn i {
	margin-right: 0.4em;	/*アイコンとテキストの間に空けるスペース*/
	font-size: 1.5em;		/*アイコンサイズ*/
	line-height: 1;
}


/*大きな端末で見た場合のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウン全体*/
.large-screen #menubar ul ul {
	text-shadow: none;
	position: absolute;z-index: 100;
	animation: opa1 0.5s 0.1s both;	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}

/*メニュー１個あたり*/
.large-screen #menubar ul ul a {
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒のことで0.8は色が80%出た状態。*/
	color: #fff;			/*文字色*/
	padding: 0.2rem 1rem;	/*上下に0.2文字分、左右に1文字分の余白*/
	border-radius: 3px;		/*角を少しだけ丸く。*/
	margin-top: 3px;		/*メニュー同士の間に空けるスペース*/
}

/*マウスオン時の背景色*/
.large-screen #menubar ul ul a:hover {
	background: rgba(0,0,0,0.5);	/*背景色*/
}


/*小さな端末で見たメニュー（開閉メニュー）
---------------------------------------------------------------------------*/
/*メニューブロック共通*/
.small-screen #menubar {
	animation: animation1 0.2s both;
	position: fixed;overflow: auto;z-index: 100;
	right: 0px;top: 0px;
	width: 50%;	/*画面の半分の幅*/
	height: 100%;
	padding: 100px var(--content-space-l) 50px;	/*上下に100px、左右にtheme.cssのcontent-space-lで指定しているサイズ、下に50pxの余白*/
	background: var(--primary-color);		/*背景色。theme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

.small-screen #menubar {display: none;}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.small-screen #menubar {
		width: 100%;	/*幅を100%に*/
	}

	}/*追加指定ここまで*/


/*メニュー１個あたり*/
.small-screen #menubar a {
	display: block;text-decoration: none;
	margin-bottom: 1rem;	/*下に１文字分のスペースを空ける*/
	padding: 1rem 2rem;		/*メニュー内の余白。上下に１文字分、左右に２文字分。*/
	border-radius: 5px;		/*角を少し丸くする*/
	background: #fff;		/*背景色*/
	color: #333;			/*文字色*/
}

/*ボタン*/
.small-screen #menubar .btn a {
	border: none;
	background: var(--accent-color);	/*背景色。theme.cssのaccent-colorを読み込みます。*/
	color: var(--accent-inverse-color);	/*文字色。theme.cssのaccent-inverse-colorを読み込みます。*/
}
/*ボタンのアイコン*/
.small-screen #menubar .btn i {
	margin-right: 1em;	/*アイコンとテキストの間に空けるスペース*/
}

/*子メニュー（ドロップダウンメニュー）*/
.small-screen #menubar ul ul a {
	margin-left: 2rem;		/*左に２文字分のスペースを空ける*/
	padding: 0.5rem 1.5rem;	/*メニュー内の余白。上下に0.5文字分、左右に1.5文字分。*/
}

/*ドロップダウンのアイコン*/
a.ddmenu::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";		/*このアイコンを使う*/
	margin-right: 1em;		/*アイコンとメニューテキストとの間に空けるスペース。1文字分。*/
	font-size: 0.7em;		/*アイコンサイズ。70%*/
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}


/*ドロップダウン共通（デフォルトで非表示。チラつかないよう念の為。）
---------------------------------------------------------------------------*/
#menubar ul ul {display: none;}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: none; /* デフォルトは非表示 */
	animation: opa1 0s 0.2s both;
	cursor: pointer;
	position: fixed;
	z-index: 101;
	right: 0px;	/*右からの配置場所*/
	top: 0px;	/*上からの配置場所*/
	width: 70px;	/*ボタンの幅*/
	height: 70px;	/*ボタンの高さ*/
	border-bottom-left-radius: 10px;	/*左下の角だけ丸くする*/
	background: var(--primary-color);	/*背景色。theme.cssのprimary-colorを読み込みます。*/
}

/*ハンバーガーアイコンの線*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	position: absolute;
	left: 18px;
	width: 35px;
	height: 2px;		/*線の高さ*/
	background: var(--primary-inverse-color);	/*線の色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

/*バツ印が出ている時のボタン色*/
#menubar_hdr.ham {
	background: #ff0000;	/*背景色。*/
}
#menubar_hdr.ham span {
	background: #fff;	/*線の色。*/
}

/*以下変更不要*/
#menubar_hdr span:nth-of-type(1) {
	top: 24px;
}
#menubar_hdr span:nth-of-type(2) {
	top: 34px;
}
#menubar_hdr span:nth-of-type(3) {
	top: 44px;
}
#menubar_hdr.ham span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
#menubar_hdr.ham span:nth-of-type(2) {
	opacity: 0;
}
#menubar_hdr.ham span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*小さな画面での設定*/
.small-screen #menubar_hdr {
	display: flex;
}


/*メイン画像
---------------------------------------------------------------------------*/
.mainimg * {margin: 0;padding: 0;}
.mainimg .slide picture {display: block;width: 100%;height: 100%;}

/*メイン画像ブロック全体*/
.mainimg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {
	
	.mainimg {
		display: flex;
		flex-direction: column-reverse;	/*縦積み。上下を入れ替える。*/
	}
	
	}/*追加指定ここまで*/


/*3枚の画像を入れるボックス*/
.mainimg .image {
	position: relative;
}

/*３枚の画像の共通設定*/
.mainimg .slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s;	/*ここの1s（＝1秒）を変更すると、フェードのスピードを変更できます。１枚が表示される時間はjsで指定できます。*/
	overflow: hidden;
}

/*１枚目画像（変更不要）*/
.mainimg .img1 {
	position: relative;width: 100%;height: auto;
}

/*画像全般（変更不要）*/
.mainimg .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;			/*画像をコンテナのサイズに合わせてクリップ*/
    object-position: center;	/*画像の中心を基準に*/
	transform: scale(1);		/*開始時点での画像サイズ。100%。*/
	transform-origin: center;
	will-change: transform;
}

/*徐々に拡大*/
.mainimg .slide.zoom img {
	transform: scale(1.07);	/*終了時点での画像サイズ。107%。*/
}

/*テキストブロック（写真の上に重ねる）*/
.mainimg .text {
	position: absolute;
	left: 0px;
	width: 45%;		/*テキストブロックの幅。お好みで。*/
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	padding-left: 5vw;	/*左に5%の余白をあける*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	/*テキストブロックは写真の下に通常配置で並べる*/
	.mainimg .text {
		position: static;
		width: 100%;
		padding: 2rem 1rem;
		align-items: center;
		text-align: center;
	}

	}/*追加指定ここまで*/


/*見出し*/
/*
/*.mainimg .text h1 {
/*	font-weight: 500;	/*文字の太さ。200〜900まで指定できます。大きいほど太字に。*/
/*	font-size: max(18px, 5vw);	/*文字サイズ。18pxより小さくならない。3は可変サイズなのでお好みで。*/
/*	line-height: 1.5;		/*行間を狭く*/
/*	letter-spacing: 0.1em;	/*文字間隔を少しだけ広く*/
/*
/*}
*/

.mainimg .text h1 {
  font-family: var(--accent-font); /* ← 他と同じフォント */
  font-weight: 500; /* ← 他と揃える（600だと別フォントに見える） */
  font-size: max(18px, 5vw);
  line-height: 1.4;
  letter-spacing: 0.1em;

  /* 黒ベースの浮き上がりシャドウ */
  color: #111;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.45),
    0 0 8px rgba(255, 255, 255, 0.15);
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	/*見出しの改行を無効にして１行にする*/
	.mainimg .text h1 br {
		display: none;
	}

	}/*追加指定ここまで*/


/*説明文*/
.mainimg .text p {
	font-size: 0.9rem;	/*文字サイズ90%*/
}

/*ボタンブロック*/
.mainimg .btn-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;		/*2個以上ボタンを並べた場合の、間に空けるスペース。*/
	font-size: 1.1rem;	/*文字サイズ1.1倍*/
}


/*現在表示中（インジケーター）のボタン
---------------------------------------------------------------------------*/
/*全体*/
.mainimg .slide-indicators {
    text-align: center;
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 2vw;	/*ボタンの配置場所*/
	left: 0px;
}
/*１個あたり*/
.mainimg .indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;	/*未アクティブ時のボタン色*/
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.mainimg .indicator.active {
    background: #d00000;	/*アクティブ時のボタン色*/
}


/*ボタン
---------------------------------------------------------------------------*/
.btn a {
	display: inline-flex;		/*文字とSVG矢印を横並びにする*/
	align-items: center;		/*縦位置を中央に揃える*/
	text-decoration: none;
	background: var(--primary-color);		/*背景色。theme.csのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.csのprimary-inverse-colorを読み込みます。*/
	border: 1px solid var(--primary-color);	/*枠線の幅、線種、var以降は色の指定で、theme.cssのprimary-colorを読み込みます。*/
	padding: 0.4rem 1.5rem;	/*上下に0.4文字分、左右に1.5文字分の余白*/
	font-weight: bold;		/*太字に*/
}

/*背景が白いタイプのボタン*/
.btn.inverse a {
	background: var(--primary-inverse-color);	/*背景色。theme.csのprimary-inverse-colorを読み込みます。*/
	color: var(--primary-color);				/*文字色。theme.csのprimary-colorを読み込みます。*/
}

/*「→」のみのボタン*/
.btn-arrow a {
	display: block;text-decoration: none;
	padding-right: 0.5rem;
	color: var(--primary-color);	/*矢印の色。theme.cssのprimary-colorを読み込みます。*/
}

/*矢印アイコン（SVG・共通）*/
.arrow {
	display: inline-block;
	width: 2em;					/*矢印ブロック全体の長さ。文字サイズに連動*/
	height: 0.5em;				/*矢印の高さ*/
	vertical-align: middle;
	fill: none;
	stroke: currentColor;		/*親の文字色を継ぐ*/
	stroke-width: 1;			/*線の太さ。明朝・細字に合わせて細め*/
	stroke-linecap: square;
	stroke-linejoin: miter;
	overflow: visible;
	transition: transform 0.35s ease;
}

/*マウスオン時に矢印が右に動く*/
a:hover .arrow {
	transform: translateX(6px);
}


/*contents
---------------------------------------------------------------------------*/
#contents {
	flex: 1;
	min-height: 0;
}


/*main
---------------------------------------------------------------------------*/
main {
	container-type: inline-size;
}

/*h2*/
main h2 {
	line-height: 1.5;
	display: flex;
	flex-direction: column-reverse;
	gap: 0.8rem;
	letter-spacing: 0.1em;
	margin-top: 0;
	font-weight: 500;	/*テキストの太さ。200〜900指で定可能。*/
}

/*上のライン*/
main h2::before {
	content: "";
	display: block;
	width: 3rem;	/*幅。3文字分。お好みで。*/
	height: 1px;	/*高さ。お好みで。*/
	background: var(--primary-color);	/*線の色。theme.cssのprimary-colorを読み込みます。*/
}

/*ライン無しにしたい場合*/
main h2.no-border::before {
	display: none;
}

/*センタリング時*/
main h2.c {
	width: fit-content;
	margin-inline: auto;
	text-align: center;
}

/*センタリング時のライン*/
main h2.c::before {
	margin-inline: auto;
}

/*h2内のspan*/
main h2 span {
	display: block;
	font-size: 0.7rem;	/*文字サイズ70%*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広く*/
	color: var(--primary-color);	/*文字色。theme.cssのprimary-colorを読み込みます。*/
}

/*main内で使用するul,ol要素（リストタグ）*/
main ul,main ol {
	margin-left: 2rem;
	margin-right: 2rem;
}


/*list1（「事業内容」「私たちの強み」で使用）
---------------------------------------------------------------------------*/
.list1 * {margin: 0;padding: 0;}

/*ボックス全体*/
.list1 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));	/*3列*/
	gap: 1.5rem;		/*ボックス同士の間に空けるスペース。1.5文字分。*/
}

	/*画面幅600px以下の追加指定*/
	@media (max-width:600px) {
	
	/*で1列に*/
	.list1 {
		grid-template-columns: minmax(0, 1fr);
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list1 .list {
	display: flex;
	flex-direction: column;
	gap: 1rem;	/*ボックス直下のブロック同士に空けるスペース。1文字分。*/
	border: 1px solid var(--bg-border-color);	/*枠線の幅、線種、var以降は色の指定でtheme.cssのbg-border-colorを読み込みます。*/
	border-radius: 5px;	/*角を少しだけ丸く*/
	padding: 1rem;		/*ボックス内の余白*/
}

/*テキストボックス*/
.list1 .list .text {
	flex: 1;
	display: flex;
	flex-direction: column;	/*テキストボックス内を縦積みに*/
	gap: 0.5rem;	/*見出しと説明文の間に空けるスペース。0.5文字分。*/
}

/*h4見出し*/
.list1 .list h4 {
	font-size: 1.1rem;	/*文字サイズ1.1倍。*/
	line-height: 1.5;
}

/*説明文*/
.list1 .list p {
	line-height: 1.5;	/*行間を少し狭く*/
	font-size: 0.9rem;	/*文字サイズ90%*/
}

/*ボタン*/
.list1 .list .btn a {
	display: block;
	text-align: center;
}

/*写真ではなくアイコンで使う場合*/
.list1 .list .image.icon {
	margin: 0 auto;
	text-align: center;
	width: 4rem;		/*幅。4文字分。*/
	line-height: 4rem;	/*高さ。4文字分。*/
	border-radius: 50%;	/*円形に*/
	background: var(--primary-color);		/*背景色。thtme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。thtme.cssのprimary-inverse-colorを読み込みます。*/
}
/*アクセントカラー版*/
.list1 .list .image.icon.accent {
	background: var(--accent-color);		/*背景色。thtme.cssのaccent-colorを読み込みます。*/
	color: var(--accent-inverse-color);		/*文字色。thtme.cssのaccent-inverse-colorを読み込みます。*/
}
/*アイコンサイズ。1.5倍。*/
.list1 .list .image.icon i {
	font-size: 1.5rem;
}


/*list2（「ご支援の流れ」ブロック）
---------------------------------------------------------------------------*/
.list2 * {margin: 0;padding: 0;}

/*ボックス全体*/
.list2 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));	/*4列*/
	gap: 5rem;		/*ボックス同士の間に空けるスペース。5文字分。*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.list2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));	/*2列*/
		gap: 1rem;	/*ボックス同士の間に空けるスペース。1文字分。*/
	}

	}/*追加指定ここまで*/


/*ナンバー*/
.list2 .no {
	text-align: center;
	color: var(--accent-color);	/*文字色。theme.cssのaccent-colorを読み込みます。*/
	font-size: 1.5rem;			/*文字サイズ。1.5倍。*/
	font-family: var(--accent-font), var(--base-font);	/*theme.cssのaccent-fontに指定したフォントを読み込む。読み込めなければbase-fontで指定したフォントを読み込む。*/
}

/*アイコンブロック*/
.list2 .image {
	width: 4rem;		/*幅。4文字分。*/
	line-height: 4rem;	/*高さ。4文字分。*/
	border-radius: 50%;	/*円形にする*/
	text-align: center;
	margin: 0 auto;
	border: 1px solid var(--primary-color);	/*枠線の幅、線種、var以降は色の指定でtheme.cssのprimary-colorを読み込みます。*/
}
/*アイコン*/
.list2 .image i {
	color: var(--primary-color);	/*文字色。theme.cssのprimary-colorを読み込みます。*/
	font-size: 1.5rem;	/*アイコンサイズ。1.5倍。*/
}

/*h4見出し*/
.list2 h4 {
	color: var(--primary-color);	/*文字色。theme.cssのprimary-colorを読み込みます。*/
}

/*文章*/
.list2 .text {
	text-align: center;	/*テキストをセンタリング。*/
}
.list2 .text p {
	font-size: 0.8em;	/*文字サイズ。親要素の80%。*/
	line-height: 1.5;	/*行間*/
}

/*最後のリスト以外に「▷」アイコンを入れる*/
.list2 > div:not(:last-child)::after {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";	/*Font Awesomeのこのマークを表示させます*/
	font-weight: 900;
	position: absolute;
	right: -3rem;	/*アイコンを入れ替えたり、サイズを変更する際は、ここを微調整してみてください。*/
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--primary-color);
	opacity: 0.5;	/*色を50%だけ出す*/
	line-height: 1;
	font-size: 1.5rem;	/*アイコンサイズ。1.5倍。*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.list2 > div:not(:last-child)::after {
		content: "";	/*アイコンを消す*/
	}

	}/*追加指定ここまで*/


/*flex1（「SERVICES」と「PEOPLE」で使用。）
---------------------------------------------------------------------------*/
/*ブロック全体*/
.flex1 {
	display: flex;	/*横並びに*/
	align-items: center;	/*上下中央に配置*/
	gap: 6vw;		/*テキストと写真の間に空けるスペース。画面幅の6%。*/
}

/*逆配置*/
.flex1.reverse {
	flex-direction: row-reverse;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.flex1,
	.flex1.reverse {
		flex-direction: column;	/*縦積みに*/
		align-items: flex-start;
	}

	}/*追加指定ここまで*/


/*画像ブロック*/
.flex1 .image {
	width: 50%;	/*幅。お好みで。*/
	position: relative;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.flex1 .image {
		width: 100%;
	}

	}/*追加指定ここまで*/


/*画像*/
.flex1 .image img {
	display: block;
}

/*画像左下の装飾テキスト*/
.flex1 .image span {
	position: absolute;
	bottom: -0.6em;	/*画像に対しての下からの配置。マイナスがついているので本来と逆の方向に。*/
	left: -0.4em;	/*画像に対しての左からの配置。マイナスがついているので本来と逆の方向に。*/
	font-size: clamp(2rem, 6vw, 5rem);	/* 画面幅で滑らかに伸縮（最小2rem〜最大5rem） */
	line-height: 1;
	opacity: 0.1;	/*色を10%だけ出す。お好みで。*/
	font-family: var(--accent-font), var(--base-font);	/*theme.cssのaccent-fontに指定したフォントを読み込む。読み込めなければbase-fontで指定したフォントを読み込む。*/
}

/*テキストブロック*/
.flex1 .text {
	flex: 1;
}


/*bg-image1（フッターの上にあるCONTACTブロック）
---------------------------------------------------------------------------*/
/*ブロック全体*/
.bg-image1 {
	display: flex;	/*横並びに*/
	gap: 1rem;
	margin-inline: calc(-1 * var(--content-space-l));
	background: var(--primary-light-color);	/*背景色。thtme.cssのprimary-light-colorを読み込みます。*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.bg-image1 {
		flex-direction: column;	/*縦積みに*/
		padding: var(--content-space-l);
	}

	}/*追加指定ここまで*/


/*画像ブロック*/
.bg-image1 .image {
	width: 50%;	/*幅。お好みで。*/
	position: relative;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.bg-image1 .image {
		width: 100%;
		position: static;
	}

	}/*追加指定ここまで*/


/*画像*/
.bg-image1 .image img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask-image: linear-gradient(to right, transparent, black 50%);/*グラデーションマスク。くっきり画像を出したいなら、この行と、下の１行をまとめて削除。*/
	-webkit-mask-image: linear-gradient(to right, transparent, black 50%);
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.bg-image1 .image img {
		position: static;
		mask-image: none;/*グラデーションのマスク解除*/
		-webkit-mask-image: none;
	}
	
	}/*追加指定ここまで*/


/*テキストブロック*/
.bg-image1 .text {
	flex: 1;
	padding: 5rem 2rem 4rem var(--content-space-l);	/*テキストの余白。上に5文字分、右に2文字分、下に4文字分、左はtheme.cssのcontent-space-lを読み込みます。*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.bg-image1 .text {
		padding: 0;
	}

	}/*追加指定ここまで*/


/*ボタンブロック*/
.bg-image1 .btn-container p {margin: 0;padding: 0;}
.bg-image1 .btn-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;		/*2個以上ボタンを並べた場合の、間に空けるスペース。*/
}


/*form-simple
---------------------------------------------------------------------------*/
.contact-form-block {
    width: 100%;
}

.form-global-error {
    border: 1px solid #f0c2c2;
    background: #fff4f4;
    color: #9b2e2e;
}

.js-ajax-form[hidden] {
    display: none !important;
}

.form-row + .form-row {
    margin-top: 1.25rem;
}

.form-label {
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    color: #1f2947;
    line-height: 1.5;
}

.required-badge {
    display: inline-block;
    margin-left: 0.45rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: #d94c4c;
    vertical-align: middle;
}

.contact-form-inner input[type="text"],
.contact-form-inner input[type="email"],
.contact-form-inner input[type="file"],
.contact-form-inner select,
.contact-form-inner textarea {
    width: 100%;
    appearance: none;
    border: 1px solid #d6dbeb;
    border-radius: 16px;
    padding: 0.95rem 1rem;
    background: #fff;
    font: inherit;
    line-height: 1.6;
    color: #222;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.contact-form-inner input[type="file"] {
    padding: 0.8rem 1rem;
    cursor: pointer;
}

.contact-form-inner input[type="file"]::file-selector-button {
    margin-right: 0.9rem;
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    background: #eef2ff;
    color: #2f55d4;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.contact-form-inner textarea {
    resize: vertical;
    min-height: 12em;
}

.contact-form-inner input[type="text"]:focus,
.contact-form-inner input[type="email"]:focus,
.contact-form-inner input[type="file"]:focus,
.contact-form-inner select:focus,
.contact-form-inner textarea:focus {
    outline: none;
    border-color: #5d7bff;
    box-shadow: 0 0 0 4px rgba(93, 123, 255, 0.12);
}

.select-inline-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.select-inline {
    width: 100%;
}

.check-group,
.radio-group {
    display: grid;
    gap: 0.7rem;
}

.check-item,
.radio-item,
.check-single {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.6;
}

.check-item input,
.radio-item input,
.check-single input {
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.form-help-text,
.form-file-reset-text {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.form-row.is-error input[type="text"],
.form-row.is-error input[type="email"],
.form-row.is-error input[type="file"],
.form-row.is-error select,
.form-row.is-error textarea {
    border-color: #d94c4c;
    background: #fff8f8;
}

.form-row.is-error .form-label,
.form-row.is-error .check-single,
.form-row.is-error .check-item,
.form-row.is-error .radio-item {
    color: #972f2f;
}

.form-error-text {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #b23838;
}

.form-actions {
    margin-top: 1.8rem;
	text-align: center;
}

/*個人情報同意チェックを中央寄せ*/
.form-row.js-privacy-row .check-single {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	gap: 0.5rem;
}

/*送信ボタン*/
.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13em;
    min-height: 56px;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, #2f55d4 0%, #5d7bff 100%);
    color: #fff;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 24px rgba(47, 85, 212, 0.18);
}

.submit-button:hover {
    transform: translateY(-1px);
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .contact-form-inner {
        border-radius: 22px;
    }

    .select-inline-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .js-date-select-group[data-date-mode="ymd"] .select-inline-group {
        grid-template-columns: 1fr;
    }

    .submit-button {
        width: 100%;
        min-width: 0;
    }
}

/*郵便番号・都道府県はPCで少し短くする*/
@media (min-width: 768px) {

	.h-adr input[name="postal_code"],
	.h-adr input[name="address_pref"] {
		width: min(100%, 10rem);
	}

}

/*プルダウンを見た目でわかりやすくする*/
.h-adr select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 2.6rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	background-size: 0.8rem auto;
	cursor: pointer;
}


/*free1（色々なレイアウト用）
---------------------------------------------------------------------------*/
/*ボックス内のh4*/
.free1 h4{
	margin: 0;
	font-size: 1.1rem;
}

/*画像の影をつける場合*/
.shadow {
	box-shadow: 4vw 4vw rgba(0,0,0,0.05);	/*右へ、下へ、0,0,0は黒のことで0.05は5%だけ色が出た状態。*/
}

/*画像と文字を囲むブロック*/
.free1 .list {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr)); /* 12等分 */
	gap: 5vw; /*要素間の隙間。画面幅100% = 100vwです。お好みで。*/
	margin-bottom: 5vw;	/*下に空けるスペース。お好みで。*/
	grid-auto-flow: dense;
}
.free1 .list:last-child {
  margin-bottom: 0;	/*最後のブロックの下マージンをなくす*/
}

/*imageとtextの設定*/
.free1 .image,
.free1 .text {
	align-self: center;
	position: relative;
}

/*画像をグリッド幅いっぱいに広げる*/
.free1 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

/*imageのみの設定*/
.free1 .image {
	grid-column: 1 / -1;
}

/*textのみの設定*/
.free1 .text {
	grid-column: 1 / -1;
}

/*image-wide（横長で使う場合）*/
.free1 .image-wide {
	grid-column: 1 / -1;
}

/*image-01*/
.free1 .image-01 {
	grid-column: 8 / -1;
}
/*.text-01*/
.free1 .text-01 {
	grid-column: 1 / 8;
}
/*image-01（左右入れ替え用）*/
.free1 .list.reverse .image-01 {
	grid-column: 1 / 6;
}
/*text-01（左右入れ替え用）*/
.free1 .list.reverse .text-01 {
	grid-column: 6 / -1;
}

/*image-02*/
.free1 .image-02 {
	grid-column: 1 / 10;
}
/*text-02*/
.free1 .text-02 {
	grid-column: 1 / 10;
}
/*image-02（左右入れ替え用）*/
.free1 .list.reverse .image-02 {
	grid-column: 4 / -1;
}
/*text-02（左右入れ替え用）*/
.free1 .list.reverse .text-02 {
	grid-column: 4 / -1;
}

	/*画面幅500px以下の追加指定*/
	@media screen and (max-width:500px) {

	/*画像と文字を囲むブロック*/
	.free1 .list {
		display: block;
		margin-bottom: 3rem;
	}
	
	}/*追加指定ここまで*/


/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*スライドショー全体を囲むブロック*/
.slideimg {
	overflow-x: hidden;
}

/*スライドショーが２段続く場合に、上下間に1文字分のスペースを空ける。*/
.slideimg + .slideimg {
	margin-top: 1rem;
}

/*画像たちを囲むブロック*/
.slideimg .img {
	display: flex;
	overflow: hidden;
}

/*段違いに配置（偶数版目だけ上に２文字分のスペースをとる）*/
.slideimg .img div:nth-of-type(even) {
	margin-top: 2rem;
}

/*画像1個あたり*/
.slideimg .img > div {
	padding: 0 0.5rem;	/*左右で合計1remぶんの見た目余白*/
}

/*右から左へ、左から右へ、のアニメーション*/
.slideimg .rtl, .slideimg .ltr {
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.slideimg .rtl {animation-name: slide-rtl;}
.slideimg .ltr {animation-name: slide-ltr;}

@keyframes slide-rtl {
0% {transform: translateX(0);}
100% {transform: translateX(-50%);}
}

@keyframes slide-ltr {
0% {transform: translateX(-50%);}
100% {transform: translateX(0);}
}


/*news（お知らせ）
---------------------------------------------------------------------------*/
dl.news * {margin: 0;padding: 0;}

/*日付*/
dl.news dt {
	display: flex;
}

	/*画面幅900px以上の追加指定*/
	@media (min-width: 900px){

	dl.news {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);	/*日付幅は最大の文字数幅に自動調整し、右側テキストは残り一杯使う。*/
		gap: 0 2rem;	/*2remが、日付とテキストとの間に空けるスペース。お好みで。*/
		align-items: start;
	}

	}/*追加指定ここまで*/


/*フッター
---------------------------------------------------------------------------*/
footer ul {list-style: none;margin: 0;padding: 0;}
footer p {margin: 0;}
footer a {text-decoration: none;}

/*フッターボックス全体（1カラム）*/
footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3rem;			/*footer直下のボックスの間に空けるスペース。２文字分。*/
	font-size: 0.8rem;	/*文字サイズ80%*/
	padding: var(--content-space-s);	/*ボックス内の余白。theme.cssのcontent-space-sを読み込みます。*/
	border-top: 1px solid var(--bg-border-color);	/*上の線の幅、線種、var以降は色の指定でtheme.cssのbg-border-colorを読み込みます。*/
}

/*ロゴの最大幅*/
footer .logo {
	max-width: 250px;
}

/*footer内アイコンの右マージン（電話アイコン、メールアイコン等）*/
footer i {
	margin-right: 0.5rem;
}

/*footer内の各ブロック共通レイアウト（縦並び）*/
footer > div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/*フッターメニュー*/
footer .menu {
	flex-direction: row;	/*縦並びから横並びに上書き*/
	gap: 3vw;	/*中身（ulメニュー等）同士の間に空けるスペース。3%。*/
}

/*メニューの見出し*/
footer .title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

/*Copyright部分（常に全カラムまたいで中央配置）*/
footer small {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0.8rem;
}


/*SNSアイコン
---------------------------------------------------------------------------*/
.sns {
	list-style: none;
	margin: 0;padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;		/*アイコン同士のマージン的な要素。１文字分。*/
}

.sns i {
	font-size: 20px;	/*アイコンサイズ*/
}


/*著作部分（※意図的に見えなくしたりしないで下さい。規約違反になります。）
---------------------------------------------------------------------------*/
.pr a {
	text-decoration: none;display: block;
	background: rgba(0,0,0,0.5);
	color: #ccc;
	text-align: right;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
}
.pr a::before {
	font-family: "Font Awesome 6 Free";
	content: "\e2ca";
	font-weight: 900;
	margin-right: 0.5em;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	animation: opa1 1s 0.4s both;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*bg1-border-parts
---------------------------------------------------------------------------*/
.bg1-border-parts {
	border-top: 1px solid var(--bg-border-color);		/*上の線の幅、線種、var以降は色の事でtheme.cssのbg-border-colorを読み込みます。*/
	border-bottom: 1px solid var(--bg-border-color);	/*下の線の幅、線種、var以降は色の事でtheme.cssのbg-border-colorを読み込みます。*/
}

/*bg1-parts
---------------------------------------------------------------------------*/
.bg1-parts {
	background: var(--bg-inverse-color);	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
	color: var(--bg-color);		/*背景色。theme.cssのbg-colorを読み込みます。*/
}

/*bg1-primary-light-parts
---------------------------------------------------------------------------*/
.bg1-primary-light-parts {
	background: var(--primary-light-color);		/*背景色。theme.cssのprimary-light-colorを読み込みます。*/
	color: var(--primary-light-inverse-color);	/*文字色。theme.cssのprimary-light-inverse-colorを読み込みます。*/
}

/*bg1-light
---------------------------------------------------------------------------*/
.bg1-light-parts {
	background: var(--light-color);		/*背景色。theme.cssのlight-colorを読み込みます。*/
	color: var(--light-inverse-color);	/*背景色。theme.cssのlight-inverse-colorを読み込みます。*/
}

/*bg-parts（bg1-primary-parts、bg1-light-parts、bg1-accent-partsとセットで使います）
---------------------------------------------------------------------------*/
.bg-parts {
	padding-top: var(--content-space-l);		/*ボックス内の上に空ける余白。theme.cssのcontent-space-lを読み込みます。*/
	padding-bottom: var(--content-space-l);	/*ボックス内の下に空ける余白。theme.cssのcontent-space-lを読み込みます。*/
}

/*背景色が続く場合に隙間を空けない*/
.bg-parts + .bg-parts {
	margin-top: calc(-1 * var(--content-space-l)) !important;
}


/*section内で画面両サイドいっぱいまで広げる場合（marginのみでもいいが安定版に）
---------------------------------------------------------------------------*/
.bleed-x-parts {
	--bleed-x: var(--content-space-l);	/*エイリアスに*/
	width: calc(100% + (var(--bleed-x) * 2));	/*section内容の幅＋両サイドpadding（対象要素の幅）*/
	margin-left: calc(var(--bleed-x) * -1);
	margin-right: calc(var(--bleed-x) * -1);
	max-width: none;
}


/*左右によせる専用
---------------------------------------------------------------------------*/
.bleed-left-parts {
	width: calc(100% + var(--content-space-l));
	margin-left: calc(-1 * var(--content-space-l));
}
.bleed-right-parts {
	width: calc(100% + var(--content-space-l));
	margin-right: calc(-1 * var(--content-space-l));
}

/**************
h1, h2, h3 {
  font-family: var(--accent-font);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
***************/

/* =========================================
   HERO（トップスライド）レイアウト完全版
   ========================================= */

/* HERO全体 */
.hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 3vw 0;
  gap: 3vw;
}

/* 左側テキスト */
.hero-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text h1 {
/*
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.3;
  margin-bottom: 1rem;
*/
  font-family: var(--accent-font); /* ← 他と同じフォント */
  font-weight: 500; /* ← 他と揃える（600だと別フォントに見える） */
  font-size: max(18px, 5vw);
  line-height: 1.4;
  letter-spacing: 0.1em;

  /* 黒ベースの浮き上がりシャドウ */
  color: #111;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.45),
    0 0 8px rgba(255, 255, 255, 0.15);
}

.hero-text p {
  font-size: clamp(14px, 1.2vw, 18px);
  margin-bottom: 2rem;
}

/* ボタン */
.btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background .3s;
}

.btn a:hover {
  background: #555;
}

.btn .arrow line,
.btn .arrow polyline {
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

/* =========================================
   右側スライドショー
   ========================================= */

.hero-image {
  width: 60%;
  height: 35vw;        /* 画面幅に応じて高さが変わる */
  max-height: 400px;   /* 上限 */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* スライド画像（重ねてフェード切り替え） */
.hero-image .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease;
}

.hero-image .slide.active {
  opacity: 1;
}

.hero-image .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

/* =========================================
   スライドインジケーター（●●●）
   ========================================= */

.slide-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slide-indicators .dot {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  transition: background .3s;
}

.slide-indicators .dot.active {
  background: #fff;
}

/* =========================================
   レスポンシブ対応
   ========================================= */

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .hero-text,
  .hero-image {
    width: 100%;
  }

  .hero-image {
    height: 50vw;
    max-height: 300px;
  }
}

@media (max-width: 600px) {
  .hero-image {
    height: 55vw;
    max-height: 250px;
  }

  .slide-indicators .dot {
    width: 8px;
    height: 8px;
  }
}









/* =========================================
   コスト（共通）
   ========================================= */

/* ▼ inview */
.chart-inview {
  transition: none;
}

.chart-inview.active {}

/* ▼ 2つのグラフを横並び（PC） */
.charts-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 60px 0;
}

/* ▼ カード風デザイン */
.chart-block {
  width: 380px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border: 1px solid #eee;
  position: relative;

  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}

.chart-block.active-block {
  opacity: 1;
  transform: translateY(0);
}

/* ▼ タイトル */
.chart-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 35px;
  color: #333;
  text-align: center;
}

/* =========================================
   グラフ本体（共通）
   ========================================= */
.cost-chart {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 50px;
  height: 320px;
  padding-bottom: 10px;

  transform: scale(0.85);
  opacity: 0;
  transition: 0.8s cubic-bezier(.25,.8,.25,1);
}

.cost-chart.active {
  transform: scale(1);
  opacity: 1;
}

/* ▼ グラフ①（毎月のコスト比較） */
#chart-monthly.cost-chart {
  gap: 50px;
}

/* ▼ 棒の親 */
.bar-item {
  height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

/* ▼ 棒（共通） */
.bar {
  width: 70px;
  height: 0;
  position: relative;
  border-radius: 12px 12px 0 0;
  animation-fill-mode: forwards;
}

/* ▼ 吹き出し */
.value {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 20px;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border-radius: 14px;
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  opacity: 0;
}

.value::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15));
}

/* ▼ active */
.cost-chart.active .bar {
  animation: growRich 1.8s cubic-bezier(.25,.8,.25,1) forwards;
}

.cost-chart.active .value {
  animation: pop 0.45s ease-out forwards;
  animation-delay: 1.8s;
}

/* =========================================
   グラフ①：毎月のコスト比較
   ========================================= */
.bar.cloth {
  --target-height: 100%;
  background: linear-gradient(to top, #c62828, #ff5252);
  animation-delay: 0.2s;
}

.bar.auto {
  --target-height: calc(3600 / 14000 * 100%);
  background: linear-gradient(to top, #1565c0, #64b5f6);
  animation-delay: 0.4s;
}

/* =========================================
   グラフ②：削減コスト（1〜12ヵ月）
   ========================================= */
#chart-saving {
  overflow: visible;
  padding-bottom: 10px;
}

#chart-saving.cost-chart {
  gap: 14px;
  padding-top: 40px;
}

#chart-saving .bar.save {
  width: 24px;
  height: 0;
  border-radius: 10px 10px 0 0;
  animation-fill-mode: forwards;
  --target-height: calc(var(--value) / 124800 * 100%);
  background: linear-gradient(to top, #ef6c00, #ffb74d);
}

#chart-saving .label {
  margin-top: 10px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

/* ▼ 吹き出しは12か月目だけ表示 */
#chart-saving .value {
  display: none;
}

#chart-saving .bar-item:last-child .value {
  display: block;
}

/* =========================================
   矢印ブロック
   ========================================= */
.arrow-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 380px;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.8s ease;
}

.arrow-block.active {
  opacity: 1;
  transform: translateX(0);
}

/* =========================================
   PC用横矢印（表示＋リッチアニメ）
   ========================================= */
.arrow-svg-pc {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 80px !important;
  height: 80px !important;
  transform: scale(1);
}

.arrow-block.active .arrow-svg-pc {
  animation: arrowPopStrong 0.9s cubic-bezier(.25,1.5,.35,1) forwards;
}

@keyframes arrowPopStrong {
  0% { transform: scale(0.3); opacity: 0; }
  50% { transform: scale(1.4); opacity: 1; }
  75% { transform: scale(0.9); }
  100% { transform: scale(1); opacity: 1; }
}

/* =========================================
   スマホ用縦矢印（PCでは非表示）
   ========================================= */
.arrow-svg-mobile {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* =========================================
   結果メッセージ
   ========================================= */
.saving-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 50px;

  font-size: 2.0rem;
  font-weight: 800;
  color: #333;

  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s cubic-bezier(.25,.8,.25,1);
}

.saving-summary.active {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   アニメーション（共通）
   ========================================= */
@keyframes growRich {
  0% { height: 0; transform: translateY(20px); }
  70% { height: var(--target-height); transform: translateY(-6px); }
  100% { height: var(--target-height); transform: translateY(0); }
}

@keyframes pop {
  0% { transform: translateX(-50%) scale(0.6); opacity: 0; }
  60% { transform: translateX(-50%) scale(1.15); opacity: 1; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

/* =========================================
   スマホ最適化（〜480px）
   ========================================= */
@media (max-width: 480px) {

  /* ▼ グラフを縦並びにする */
  .charts-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .chart-block {
    width: 100%;
    padding: 24px 16px 32px;
    margin: 0 10px;
  }

  .chart-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }

  .cost-chart {
    transform: scale(0.75);
    height: 260px;
    gap: 18px;
  }

  .cost-chart.active {
    transform: scale(0.9);
  }

  #chart-saving.cost-chart {
    gap: 10px;
    padding-top: 30px;
  }

  #chart-saving .bar.save {
    width: 18px;
  }

  #chart-saving .label {
    font-size: 0.7rem;
  }

  #chart-saving .bar-item:last-child .value {
    transform: translateX(-50%) translateY(-6px);
    font-size: 1rem;
    padding: 8px 14px;
  }

  /* ▼ スマホ専用：縦矢印 */
  .arrow-block {
    width: 100%;
    height: auto;
    padding: 10px 0;
    transform: translateY(10px);
    display: flex;
    justify-content: center;
  }

  /* ▼ PC矢印を完全に非表示（最重要） */
  .arrow-svg-pc {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
  }

  /* ▼ スマホ縦矢印だけ表示 */
  .arrow-svg-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
  }

  .arrow-block.active .arrow-svg-mobile {
    animation: arrowPopMobile 0.9s cubic-bezier(.25,1.5,.35,1) forwards;
  }

  @keyframes arrowPopMobile {
    0% { transform: translateY(20px) scale(0.3); opacity: 0; }
    50% { transform: translateY(-4px) scale(1.35); opacity: 1; }
    75% { transform: translateY(2px) scale(0.9); }
    100% { transform: translateY(0) scale(1); opacity: 1; }
  }

  .saving-summary {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}


/* ========================================= */







/* ▼ 確認画面（フォーム外プレビュー） */
.form-preview-area {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: "Noto Serif JP", serif;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* ▼ ボックス全体 */
.form-preview-box {
  width: 100%;
}

/* ▼ タイトル */
.form-preview-box h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* ▼ 項目一覧（縦並びのまま、見やすく強化） */
.form-preview-box dl {
  display: block;
  margin: 0;
  padding: 0;
}

/* ▼ 項目名 */
.form-preview-box dt {
  font-weight: 600;
  margin-top: 1.8rem;
  border-left: 4px solid #333;
  padding-left: .6rem;
  font-size: 1rem;
  color: #222;
}

/* ▼ 値 */
.form-preview-box dd {
  margin: .6rem 0 1.2rem 0;
  line-height: 1.8;
  white-space: normal;
  word-break: break-word;
  background: #f8f8f8;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  border: 1px solid #eee;
  font-size: .95rem;
}

/* ▼ ボタンエリア */
.preview-buttons {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/* ▼ ボタン共通 */
.preview-buttons button {
  padding: .9rem 2.4rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  transition: opacity .2s ease;
}

/* ▼ 戻るボタン */
.preview-buttons button[type="button"] {
  background: #ccc;
  color: #333;
}

/* ▼ 送信ボタン */
.preview-buttons button[type="submit"] {
  background: #000;
  color: #fff;
}

/* ▼ ホバー */
.preview-buttons button:hover {
  opacity: .85;
}


















/*その他
---------------------------------------------------------------------------*/
.color-check, .color-check a {color: #ff0000 !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 100%;display: block;}
.wl {width: 100%;display: block;}
.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb1rem {margin-bottom: 1rem !important;}
.mb3rem {margin-bottom: 3rem !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: rgba(0,0,0,0.7);color: #fff; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.85em;}
.large {font-size: 1.6em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}
.is-clip {overflow: hidden;}

/*大きな画面の場合*/
.large-screen .ws {width: 50%;}
.large-screen .sh {display: none;}
.large-screen .pc {display: block;}

