@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@300;400;500;700&display=swap');
/* =========================================================
   Modern base (2026)
   - modern reset
   - responsive container
   - accessibility (focus-visible)
   - utility set (minimum)
========================================================= */

/* -----------------------------
   CSS Variables / Theme
----------------------------- */
:root{
	--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
	--font-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", serif;

	--text: #0f172a;
	--muted: #475569;
	--bg: #ffffff;
	--border: #e2e8f0;

	--link: #2563eb;
	--link-hover: #1d4ed8;

	--radius: 12px;
	--shadow: 0 10px 30px rgba(15, 23, 42, .08);

	--container: 1200px;
	--gutter: 16px;

	--focus: 2px solid rgba(37, 99, 235, .9);
	--focus-offset: 3px;
}

/* -----------------------------
   Modern Reset
----------------------------- */
*,
*::before,
*::after{
	box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/*scroll-behavior: smooth;*/
}

body{
	margin: 0;
	min-height: 100svh;
	font-family: var(--font-sans);
	color: var(--text);
	background: var(--bg);
	line-height: 1.6;
	letter-spacing: .02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #1A30A3;
	font-family: "Noto Sans JP", sans-serif;
}

/* Headings: “勝手にデカい余白”は付けない（余白はレイアウト側で管理） */
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font: inherit;
}

/* block elements */
p,ul,ol,dl,dd,figure,blockquote{
	margin: 0;
	padding: 0;
}

ul,ol{
	list-style: none;
}

/* media */
img,svg,video,canvas{
	display: block;
	max-width: 100%;
	height: auto;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* form controls */
input,button,textarea,select{
	font: inherit;
	color: inherit;
}

button{
	cursor: pointer;
}

textarea{
	resize: vertical;
}

/* links */
a{
	color: var(--link);
	text-decoration: none;
	text-underline-offset: .2em;
}

a:hover{
	color: var(--link-hover);
	text-decoration: underline;
}

/* ✅ outline を消さない。キーボード操作のときだけ見せる */
:focus{
	outline: none;
}
:focus-visible{
	outline: var(--focus);
	outline-offset: var(--focus-offset);
}

/* selection */
::selection{
	background: rgba(37, 99, 235, .2);
}


/* -----------------------------
   Layout helpers
----------------------------- */
.container{
	width: 100%;
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

/* 旧 #wrapper 互換（必要ならHTML側で置き換え）
   既存で #wrapper が残ってても崩れにくくする */
#wrapper{
	width: 100%;
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

/* -----------------------------
   Utility (minimum)
----------------------------- */
.u-hidden{
	display: none !important;
}

.u-visually-hidden{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.u-text-left{ text-align: left !important; }
.u-text-center{ text-align: center !important; }
.u-text-right{ text-align: right !important; }

.u-flex{ display: flex !important; }
.u-inline-flex{ display: inline-flex !important; }
.u-items-center{ align-items: center !important; }
.u-justify-center{ justify-content: center !important; }
.u-justify-between{ justify-content: space-between !important; }
.u-flex-col{ flex-direction: column !important; }
.u-gap-8{ gap: 8px !important; }
.u-gap-12{ gap: 12px !important; }
.u-gap-16{ gap: 16px !important; }

.u-relative{ position: relative !important; }
.u-absolute{ position: absolute !important; }

/* hover helper (必要なときだけ使う) */
.u-hover{
	transition: opacity .2s ease;
}
.u-hover:hover{
	opacity: .8;
}

/* -----------------------------
   Optional: Card base
----------------------------- */
.card{
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	background: #fff;
}

/* -----------------------------
   footer
----------------------------- */
footer{
	/*margin-top: 270px;*/
}

footer .inner{
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
}

footer .inner .link_area{
	display: flex;
	justify-content: end;
	gap: 24px;
	margin-bottom: 45px;
}

footer .inner .link_area a{
	display: flex;
	gap: 8px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
}

footer .inner .btm_link{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
}

footer .inner .btm_link a{
	color: #FFF;
}

footer .inner .btm_link span{
	display: inline-block;
	margin:0 12px;
}

footer .inner .ttl{
	position: relative;
}

/* 1. 親枠をロゴの最大幅に合わせ、レスポンシブの基準にする */
footer .inner .ttl {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1311px; /* ロゴの最大横幅 */
}

/* 2. ロゴ自体も画面幅に合わせて縮小する設定を入れる */
footer .inner .ttl .footer_logo {
	position: relative;
	z-index: 2;
	width: 100%;
}
footer .inner .ttl .footer_logo svg {
	width: 100%;
	height: auto;
	display: block;
}

/* 3. アイコンの位置・サイズをすべて％（比率）に変更して追従させる */
footer .inner .ttl .footer_icon {
	position: absolute;

	/* 1311px に対する 107px の比率（約8.16%） */
	left: 8.66%;

	/* ロゴの縮小後の高さに対する 89px の比率（約48.7%） */
	top: 67.0%;

	/* アイコンのサイズもロゴの縮小に連動させる（1311pxに対する132pxの比率） */
	width: 10.06%;
	height: auto;

	/* アニメーションの指定 */
	animation: pyokoTwoSecTransform 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

/* 4. アニメーションの移動量も固定値（px）から、アイコン自身に対する％に変更 */
@keyframes pyokoTwoSecTransforma {
	0% {
		transform: translateY(0);
	}
	8% {
		transform: translateY(-62.7%); /* アイコンの高さに対する約30px分の比率 */
	}
	48% {
		transform: translateY(-62.7%); /* 2秒間その場で停止 */
	}
	56% {
		transform: translateY(0);      /* 元に戻る */
	}
	62% {
		transform: translateY(-3.8%);  /* 着地時の小さなバウンド（約5px分） */
	}
	68% {
		transform: translateY(0);      /* 完全着地 */
	}
	100% {
		transform: translateY(0);      /* 待ち時間 */
	}
}
@keyframes pyokoTwoSecTransform {
	0% {
		transform: translateY(-20%);
	}
	5% {
		transform: translateY(-72.0%); /* 1. 1回目の大きなバウンド（目標を大きく突き抜ける） */
	}
	9% {
		transform: translateY(-55.0%); /* 2. 反動で大きく沈み込む */
	}
	13% {
		transform: translateY(-66.0%); /* 3. 2回目の小さなバウンド（目標を少しだけ突き抜ける） */
	}
	18% {
		transform: translateY(-62.7%); /* 4. 本来の停止位置にピタッと収まる */
	}
	58% {
		transform: translateY(-62.7%); /* ★ 5. ここからジャスト2秒間（全体の40%分）その場で停止 */
	}
	66% {
		transform: translateY(-20%);      /* 6. 0.4秒かけて静かに元に戻る */
	}
	100% {
		transform: translateY(-20%);      /* 7. 次に跳ねるまでの待ち時間（1.7秒間静止） */
	}
}

@media screen and (max-width: 768px) {
	footer{
		/*margin-top: 30px;*/
	}

	footer .inner{
		width: 100%;
		max-width: 100%;
		padding: 0 26px;
	}

	footer .inner .link_area{
		display: flex;
		margin-bottom: 45px;
		flex-wrap: wrap;
		gap: 0;
		justify-content: flex-start;
	}

	footer .inner .link_area li{
		margin-bottom: 15px;
		padding-right: 30px;
		padding-top: 18px;
	}

	footer .inner .link_area li:nth-child(1),
	footer .inner .link_area li:nth-child(2){
		width: 100%;
		padding-right: 0px;
		padding-top: 0px;
	}

	footer .inner .btm_link{
		display: block;
		justify-content: space-between;
		margin-top: 40px;
		color: #FFF;
		font-size: 12px;
		font-weight: 400;
	}

	footer .inner .btm_link a{
		color: #FFF;
	}

	footer .inner .btm_link span{
		display: inline-block;
		margin:0 12px;
	}

	footer .inner .ttl{
		position: relative;
	}

	/* 1. 親枠をロゴの最大幅に合わせ、レスポンシブの基準にする */
	footer .inner .ttl {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 1311px; /* ロゴの最大横幅 */
	}

	/* 2. ロゴ自体も画面幅に合わせて縮小する設定を入れる */
	footer .inner .ttl .footer_logo {
		position: relative;
		z-index: 2;
		width: 100%;
	}
	footer .inner .ttl .footer_logo svg {
		width: 100%;
		height: auto;
		display: block;
	}

	/* 3. アイコンの位置・サイズをすべて％（比率）に変更して追従させる */
	footer .inner .ttl .footer_icon {
		position: absolute;

		/* 1311px に対する 107px の比率（約8.16%） */
		left: 8.66%;

		/* ロゴの縮小後の高さに対する 89px の比率（約48.7%） */
		top: 67.0%;

		/* アイコンのサイズもロゴの縮小に連動させる（1311pxに対する132pxの比率） */
		width: 4vw;
		height: auto;

		/* アニメーションの指定 */
		animation: pyokoTwoSecTransform 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
	}

	footer .inner .btm_link small{
		display: block;
		margin-top: 15px;
	}
}

.sp{
	display: none;
}

@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}







