@charset "UTF-8";
/* --------------------------------------------------
	COMMON
-------------------------------------------------- */
html { overflow-x: hidden; }
body, p { line-height: 1.8rem !important; }
.border { border-width: 2px !important; }
.bg-lightblue {	background: #EAF2F4; }

/* --------------------------------------------------
/* 半円背景各種
-------------------------------------------------- */
/* 半月（背景白）上側 */
.half-white:after { background-color: #fff; }
/* 半月（背景薄青）上側 */
.half-lightblue:after { background: #EAF2F4; }
/* 半月（背景緑）ヘッダー部分下 */
//.half-info:after { background: #17a2b8; }
.half-info:after { background: #3cb371 }
/* 共通 */
.half {
	width: 100%;
	height: 150px;
	border-top-left-radius: 70% 80px;
	border-top-right-radius: 70% 80px;
	position: absolute;
	top: 0;
//	left: -10%;
}
.half:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/* --------------------------------------------------
/* 見出し青丸
-------------------------------------------------- */
.dot {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.dot:before, .dot:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f111";/*アイコンのユニコード*/
	font-size: 1.2rem;/*サイズ*/
	color: #a1ceff;
	padding: 0 10px;
	vertical-align: middle;
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
header .container-fluid {
	height: 100vh;
	width: 100%;
	background: url(../img/image-top1.png) no-repeat center center;
//	background-size: cover;
	background-size: contain;
	background-position: 50% 0%;
/	background-color: #000;
//	transform: translate(0%,0%);
}

@media screen and (max-width: 480px) {
	header .container-fluid {
	height: 50vh;
	width: 100%;
	background-color: #fff;
	}
}
/* --------------------------------------------------
/*	グローバルナビ
-------------------------------------------------- */
.breadcrumb {
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	color: #fff;
}
/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
.balloon {
	width: 130px;
	height: 130px;
	top: -50px;
	z-index: 10;
	left: -20px;
	font-size: 15px;
}
.balloon-s {
	width: 110px;
	height: 110px;
	top: -20px;
	z-index: 10;
	left: -20px;
	font-size: 14px;
}
.balloon:before, .balloon-s:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 30px solid #228b22;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
table tr:last-child {
	border-bottom: 1px solid #dee2e6;
}
table tr:nth-child(even) {
	background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #E4E9EF;
}

/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	width: 80px;
	height: 80px;
	aspect-ratio: 1/1;
	z-index: 10;
}

/*ボタン内側*/
#header-hamburger span {
	display: inline-block;
	/*アニメーションの設定*/
	transition: all .4s;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	/* バーガー線の位置 */
	height: 4px;
	/* バーガー線の太さ */
	background: #fff;
	width: 30px;
	border-radius: 4px;
}

/* ------------------------------------- */
/* 三本線 */
/* ----------------- */
/* バーガー線それぞれのY方向位置 */
#header-hamburger span:nth-of-type(1) {
	top: 16.25%;
}

#header-hamburger span:nth-of-type(2) {
	top: 35%;
	/* 数値が半端＝バーの太さがずれるのを防ぐ処置 */
}

#header-hamburger span:nth-of-type(3) {
	top: 53.75%;
}

#header-hamburger span:nth-of-type(3)::after {
	content: "Menu";
	position: absolute;
	font-size: 14px;
	top: 8px;
	left: -4px;
	color: #fff;
}

/* ----------------------------------- */
/* ×印 */
/* ------------------ */

/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
	top: 40%;
	left: 25%;
	transform: rotate(-45deg);
	width: 50%;
}

#header-hamburger.active span:nth-of-type(2) {
	opacity: 0;
}

#header-hamburger.active span:nth-of-type(3) {
	top: 40%;
	left: 25%;
	transform: rotate(45deg);
	width: 50%;
}

#header-hamburger.active span:nth-of-type(3)::after {
	content: "Close";
	/*3つ目の要素のafterにClose表示を指定*/
	transform: translateY(0) rotate(-45deg);
	position: absolute;
	font-size: 14px;
	top: 10px;
	left: 60%;
	color: #fff;
}

/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
	position: fixed;
	top: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	right: -1000px;
	padding-left: 50px;
	z-index: 1;
	width: calc(450px + 6.25vw);
	height: 100vh;
	overflow: auto;
	transition: 0.3s;
	/* 見た目のCSS */
	background-color: rgba(0,0,0,0.5);
}

#hamburger-window.open {
	visibility: visible;
	right: 0;
}

.hamburger-window--nav-list {
	position: relative;
}


/* ---------------------- */
/* 見た目のCSS */
/* ----------------------- */

.hamburger-window--link {
	display: block;
	padding: 10px 0;
	width: 400px;
	text-align: center;
}

.hamburger-window--title {
	color: #fff;
	font-size: 15px;
}

.hamburger-window--link: first-of-type {
	border-top: solid 0.5px #fff;
}

.hamburger-window--link {
	border-bottom: solid 0.5px #fff;
}

/* ****************
sp-hamburger
**************** */

@media screen and (max-width: 480px) {
	#header-hamburger {
		width: 60px;
		height: 60px;
		top: 0px;
//		right: 36px;
	}

	#hamburger-window {
		width: 100vh;
	}

	.hamburger-window--link {
		width: auto;
	}

	#hamburger-window {
		width: 100%;
		padding-right: 20%;
//		padding-left: 70%;
		text-align: center
	}

	#header-hamburger span:nth-of-type(3)::after {
		top: 8px;
		left: 0;
		font-size: 12px;
	}

	#header-hamburger.active span:nth-of-type(3)::after {
		top: 10px;
		left: 50%;
		font-size: 12px;
	}
}