@charset "utf-8";
/* ----------------------------------------------
The new CSS reset - version 1.8.5 (last updated 14.6.2023)
------------------------------------------------- */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
	all: unset;
	display: revert;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
a, button {
	cursor: revert;
}
ol, ul, menu {
	list-style: none;
}
img {
	max-inline-size: 100%;
	max-block-size: 100%;
}
table {
	border-collapse: collapse;
}
input, textarea {
	-webkit-user-select: auto;
}
textarea {
	white-space: revert;
}
/* ----------------------------------------------
*** 共通設定 ***
------------------------------------------------- */
/* ----------------------- 基本設定 */
:root {
	--max_width: 1200px;
	--base_background: #ffffff;
	--base_color: #414141;
	--overlap: clamp(18px, 6vw, 72px);  /* 被せ量（画面に応じて可変） */
}
body {
	background: var(--base_background);
	color: var(--base_color);
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	scroll-behavior: smooth;
}
/* ----------------------- リンク設定 */
a:hover {opacity: 0.85;}
a[target="_blank"]::after {
	content: "\1F517";  /* 🔗 */
	margin-left: 0.5rem;
	font-size: 0.9rem;
}
a.pdf {
	padding: 0 0 0 1rem;
	background: url(img/icon_pdf.gif) no-repeat center left;
}
/* ----------------------- 短縮設定 */
.none	{display: none;}
.t_l 	{text-align: left;}
.t_r	{text-align: right;}
.t_c	{text-align: center;}
.v_m	{vertical-align: middle;}
.red 	{color: #ff0000;}
.maroon {color: #800000;}
.green 	{color: #008000;}
.blue 	{color: #0000ff;}
.navy 	{color: #000080;}
.yellow 	{color: #ffff00;}
.pink 	{color: #ff33cc;}
.orange 	{color: #ffa500;}
.olive 	{color: #339966;}
.bg_aqua {background: #EDF3FF;}
.bg_gray {background: #F9F9F9;}


/* ----------------------------------------------
*** ヘッダー ***
------------------------------------------------- */
/* ----- 
.header {
	height: 94px;
	background-color: #005ba9;
	color: #ffffff;
}
.header .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: var(--max_width);
	margin: 0 auto;
	padding: 1.5rem 1rem;
}
 */
.header {
	position: relative;
	width: 100%;
	margin: 0 0 4rem;
	height: 88vh;
	color: #ffffff;
}
.headerWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 1.5rem;
	position: relative;
	height: 100%;
	min-height: clamp(260px, 48vh, 560px);
	padding-bottom: calc(var(--overlap) + clamp(12px, 1.5vw, 20px));
	background-image: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 40%),url("img/top_13.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 0 60px;
}
.headerWrap > *{/* 中身を横幅制限
	max-width: var(--max_width);
	margin-inline: auto; */
}
#headerNav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.5rem;
}
h1 {
	width: 180px;
	height: 210px;
	padding: 76px 0 0;
	border-radius: 0 0 30px;
	background: #0052a2 url(img/bg_aqua.jpg);
	background: #0052a2 url(img/bg_deepsea.jpg) ;
	text-align: center;
}
.logo img {
	width: 124px;
}
@media screen and (max-width: 767px) {
h1 {
	width: 120px;
	height: 140px;
	padding: 50px 0 0;
	border-radius: 0 0 20px;
	}
.logo img {
	width: 82px;
	}
}
#topPage .logo {
	animation-name: fade;
	animation-duration: 1s;
	animation-timing-function: ease-in;
}
@keyframes fade {
	0% {	opacity: 0;}
	100% {	opacity: 1;}
}
/* ナビ */
#headerNav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.5rem;
	margin: 2rem;
	line-height: 1;
}
#siteNav ul  {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 1.5rem;
	margin: 0 auto 1rem;
	font-weight: bold;
	line-height: 1;
}
#headerNav ul li a {
	display: block;
}
#headerNav ul img {
	height: 24px;
}
#globalNav {
	position: relative;
	z-index: 2;
	width: min(92vw, var(--max_width));
	margin-inline-start: auto;
	margin-top: calc(var(--overlap) * -1);
	padding: 0 0 0;
	background: #fff;
	border-radius: 1.5rem 0 0 0;
	box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
#globalNav ul {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 0;
}
#globalNav ul li {
	display :flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	max-width: 100%;
	margin-top: 0.5rem;
	border-right: 1px solid #ccc;
	border-bottom: 6px solid #5dc1cf;
	font-weight: bold;
}
#globalNav ul li:nth-child(1) {
	border-bottom-color: #cc5252; 
	border-bottom-color: #e6998a; 
	border-radius: 0 0 0 0.5rem;
}
#globalNav ul li:nth-child(2) {
	border-bottom-color: #ff9a33; 
	border-bottom-color: #e4b06e; 
}
#globalNav ul li:nth-child(3) {
	border-bottom-color: #cccc29; 
	border-bottom-color: #beb254; 
}
#globalNav ul li:nth-child(4) {
	border-bottom-color: #7acc52; 
	border-bottom-color: #72b977; 
}
#globalNav ul li:nth-child(5) {
	border-bottom-color: #29cccc; 
	border-bottom-color: #51a2aa; 
}
#globalNav ul li:nth-child(6) {
	border-bottom-color: #297acc ; 
	border-bottom-color: #7f96b8 ; 
}
#globalNav ul li:nth-child(7) {
	border-bottom-color: #8866cc; 
	border-bottom-color: #ac7fa8; 
}
#globalNav ul li:nth-child(8) {
	border-bottom-color: #cc66cc; 
	border-bottom-color: #d87a89; 
}
#globalNav ul li:last-child {
	border-right: 0;
}
#globalNav ul li img {
	display:block;
	height: 40px;
	margin: 0 auto 0.5rem;
}
#globalNav a {
	display: block;
	padding: clamp(8px, 1.4vw, 12px);
	border-radius: 10px;
	color: #222;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
}
#globalNav a:hover {
	background: #f4f6f8;
}
@media (max-width: 1024px) {
:root { 
	--overlap: clamp(14px, 5vw, 48px);
	}
#globalNav ul { 
	grid-template-columns: repeat(4, 1fr);
	}
#globalNav ul li:nth-child(1) {
	border-radius: 0;
	}
#globalNav ul li:nth-child(4) {
	border-right: 0;
	border-radius: 0;
	}
#globalNav ul li:nth-child(5) {
	border-radius: 0 0 0 0.5rem;
	}
}
@media (max-width: 640px){
:root { --overlap: clamp(10px, 4vw, 32px); 
	}
.headerWrap { 
	min-height: 44vh; 
	}
#globalNav { 
	border-radius: 12px; 
	width: calc(100% - 2*var(--edge-pad)); 
	}
#globalNav ul { 
	grid-template-columns: repeat(4, 1fr); 
	}
}
#siteNav ul li a,  {
	display: block;
}
#siteNav ul img  {
	height: 24px;
}
h2#mainCopy {
	max-width: 56rem;
	margin: 0 auto;
	padding: 18rem 2rem 2rem;
	font-size: 3.2rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	letter-spacing: -0.1rem;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.8);
}
@media screen and (max-width: 767px) {
#siteNav ul  {
	justify-content: center;
	}
h2#mainCopy {
	width: 100%;
	padding: 10rem 1rem 1rem;
	font-size: 2.7rem;
	}
}
.catchWrap {
	max-width: var(--max_width);
	margin: 0 auto;
}
/* ▼ ハンバーガーボタン */
.hamburgerWrap {
}
.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 92px;
	padding: 0px 20px 0; 
	cursor: pointer;
	z-index: 1001;
	border-radius: 0 0 0 20px;
	background: #0052a2 url(img/bg_deepsea.jpg) ;
	text-align: center;
	margin-inline: auto;
	font-size: 0.8rem;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	margin: 5px 0;
	transition: all 0.3s ease;
}
/* ▼ スライドメニュー */
#siteNav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 75%;
	height: 100vh;
	background: rgba(0, 91, 169, 0.8);
	background: #0052a2 url(img/bg_deepsea.jpg) ;
	transition: right 0.4s ease;
	z-index: 1000;
	padding-top: 6rem;
	opacity: 0.9;
	}
#siteNav ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem;
	}
#siteNav ul li a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	}
/* ▼ 開いた時のアニメーション */
.hamburger.active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
/* ▼ メニューが開いた状態 */
#siteNav.open {
	right: 0;
}

/* ----------------------- ヘッダー 終わり */

/* ----- ぱんくず */
ol#topicPath {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.4rem;
	max-width: var(--max_width);
	margin: 0 auto;
	padding: 1rem;
}
ol#topicPath li a {
	padding-right: 1.1rem;
	background: url(img/icon_more.gif) no-repeat right center;
	color: #414141;
}
ol#topicPath li {
	font-size: 100%;
	letter-spacing: 0;
	font-weight: normal;
}
/* ----------------------------------------------
*** コンテンツ ***
------------------------------------------------- */
.contentsWrap {
	max-width: var(--max_width);
	margin: 0 auto;
}
/*
h2 {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
}
*/
h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
h4 {
	padding: 1.5rem 0 0;
}

.recommend {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 1rem;
	margin: 0 0 1rem;
}
h2.h_recommend {
	color: #0052a2;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}
.recommend .recommendCard {
	width: 380px;
	padding: 0 0 1rem;
}
.recommendBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	gap: 1rem;
	padding: 0 1rem 1rem 1rem;
}
.recommendBox p:first-child {
	width: 3rem;
	height: 4rem;
	margin: -1.5rem 0 0 0;
	padding: 0.5rem 0;
	border-radius: 0.6rem;
	background: #0052a2;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
.recommendTitle {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 70%;
}
.recommend h3 {	
	order: 2;
	min-height: 3rem;
	font-size: 1.2rem;
	line-height: 1.2;
}
.recommendTitle p {
	order: 1;
	font-size: 0.8rem;
}
.recommend img {
	max-width: 100%;
	width: 380px;
	height: 220px;
	border-radius: 0 2rem 0 0;
}
.recommend .tag {
	color: #beb254;
}
/* ----------------------------------------------
*** バナー Banner ***
------------------------------------------------- */
.adBanner {
}
.adBanner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 1rem 0 ;
}
.adBanner ul li {
	display: flex;
	align-items: center;
	max-width: 240px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.adBanner ul.bannerL li {
	height: 240px;
} 
.adBanner ul li img {
	width: 100%;
}
@media screen and (max-width: 767px) {
.adBanner ul li {
	width: 45%;
	}
.adBanner ul.bannerL li {
	height: 100%;
	aspect-ratio: 1 / 1;
	}
}



/* ----------------------------------------------
*** フッター ***
------------------------------------------------- */
.footer {
	padding: 2rem 0 0;
	background: #0052a2;
	background: #0052a2 url(img/bg_aqua.jpg);
	background: #183052;
	background: #0052a2 url(img/bg_deepsea.jpg);
	color: #fff;
}
#footerWrap {
	max-width: var(--max_width);
	margin: 0 auto;
	padding: 1rem;
}
.footerNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin: 0 0 3rem 0;
}
#footerInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 2rem;
}
#info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 2rem;
}
.footer a {
	color: #fff;
}
p#copyright {
	margin: 5rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: 0.1rem;
}
#pageTop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ccb691;
	opacity: 0.6;
}
#pageTop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
#pageTop a::before {
	position: absolute;
	top: -15px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 25px;
	text-align: center;
}
@media screen and (max-width: 767px) {
#footerInfo {
	flex-direction: column;
	justify-content: center;
	}
}
/* ----------------------- フッター 終わり */

/* ----------------------------------------------
*** js用 ***
------------------------------------------------- */
/* 下からフェードイン */
.fadein-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
/* 左からフェードイン */
.fadein-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}
/* 右からフェードイン */
.fadein-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}
/* 表示状態 */
.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}