@charset "UTF-8";
/* CSS Document */
html {
	font-size: 100%;
	min-height: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 150%;
	color: #4d4d4d;
	-webkit-text-size-adjust: 100%;
	background: url("../images/global/body_bg.png") #ffffff;
	background-size: 100px;
}
a {
	overflow: hidden;
	outline: none;
	color: #047149;
}
a:link {
	color: #047149;
}
a:visited {
	color: #047149;
}
a:hover {
	opacity: 0.5;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 2em;
	border-bottom: solid 2px #000000;
}
h1 span {
	display: block;
	line-height: 100%;
	padding: 0.5em 1em 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border: solid 2px #000000;
	border-bottom: solid 3px #ffffff;
	margin-bottom: -2px;
}
h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 125%;
	font-weight: 500;
	text-align: center;
}
h2 span {
	background: linear-gradient(transparent 75%, #65baf7 75%);
	padding: 0 1em;
}
#Wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}
#Header {
	width: 100%;
	height: 40px;
	z-index: 99999;
	position: relative;
}
#HeadLogo {
	position: absolute;
	left: calc(50vw - 500px - 10px);
	top: -10px;
	z-index: 10000;
	display: block;
	width: 200px;
	height: 80px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	background: #ffffff;
}
#HeadLogo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background: url("../images/global/h_logo.png") no-repeat center bottom;
	background-size: contain;
}
#HeaderMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-right: calc(50vw - 500px - 10px);
	position: relative;
}
#HeaderMenu #HeaderNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#HeaderMenu #HeaderNav > li {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	font-size: 14px;
	text-align: center;
	margin-left: 1.5em;
	cursor: pointer;
}
#HeaderMenu #HeaderNav > li span {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
#HeaderMenu #HeaderNav > li:nth-of-type(1) span {
	background-image: url("../images/global/icn_home_gray.png");
}
#HeaderMenu #HeaderNav > li:nth-of-type(2) span {
	background-image: url("../images/global/icn_about_gray.png");
}
#HeaderMenu #HeaderNav > li:nth-of-type(3) span {
	background-image: url("../images/global/icn_people_gray.png");
}
#HeaderMenu #HeaderNav > li:nth-of-type(4) span {
	background-image: url("../images/global/icn_job_gray.png");
}
#HeaderMenu #HeaderNav > li:nth-of-type(5) span {
	background-image: url("../images/global/icn_mail_gray.png");
}
#HeaderMenu #HeaderNav > li:nth-of-type(6) span {
	background-image: url("../images/global/icn_launch_gray.png");
}
#HeaderMenu #HeaderNav > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4d4d4d;
	text-decoration: none;
}
#HeaderMenu #HeaderNav li a:hover {
	opacity: 1;
}
#HeaderMenu #HeaderNav > li:nth-of-type(1):hover, #HeaderMenu #HeaderNav > li:nth-of-type(1).Current, #HeaderMenu #HeaderNav > li:nth-of-type(1).Active {
	background: linear-gradient(transparent 75%, #65baf7 75%);
}
#HeaderMenu #HeaderNav > li:nth-of-type(2):hover, #HeaderMenu #HeaderNav > li:nth-of-type(2).Current, #HeaderMenu #HeaderNav > li:nth-of-type(2).Active {
	background: linear-gradient(transparent 75%, #368d6d 75%);
}
#HeaderMenu #HeaderNav > li:nth-of-type(3):hover, #HeaderMenu #HeaderNav > li:nth-of-type(3).Current, #HeaderMenu #HeaderNav > li:nth-of-type(3).Active {
	background: linear-gradient(transparent 75%, #fbb03b 75%);
}
#HeaderMenu #HeaderNav > li:nth-of-type(4):hover, #HeaderMenu #HeaderNav > li:nth-of-type(4).Current, #HeaderMenu #HeaderNav > li:nth-of-type(4).Active {
	background: linear-gradient(transparent 75%, #b98bf9 75%);
}
#HeaderMenu #HeaderNav > li:nth-of-type(5):hover, #HeaderMenu #HeaderNav > li:nth-of-type(5).Current, #HeaderMenu #HeaderNav > li:nth-of-type(5).Active {
	background: linear-gradient(transparent 75%, #f765ba 75%);
}
#HeaderMenu #HeaderNav > li:nth-of-type(6):hover, #HeaderMenu #HeaderNav > li:nth-of-type(6).Current, #HeaderMenu #HeaderNav > li:nth-of-type(6).Active {
	background: linear-gradient(transparent 75%, #baf765 75%);
}
#HeaderMenu #HeaderNav ul {
	display: none;
}
#HeaderMenu #HeaderNav li.Active ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	z-index: 9999;
	width: 100vw;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: calc(50vw - 500px - 10px);
}
#HeaderMenu #HeaderNav li:nth-of-type(1).Active ul {
	background-color: #c1e3fc;
}
#HeaderMenu #HeaderNav li:nth-of-type(2).Active ul {
	background-color: #9bc6b6;
}
#HeaderMenu #HeaderNav li:nth-of-type(3).Active ul {
	background-color: #fddfb1;
}
#HeaderMenu #HeaderNav li:nth-of-type(4).Active ul {
	background-color: #dac1fc;
}
#HeaderMenu #HeaderNav li:nth-of-type(5).Active ul {
	background-color: #fcc1e3;
}
#HeaderMenu #HeaderNav li:nth-of-type(6).Active ul {
	background-color: #e3fcc1;
}
#HeaderMenu #HeaderNav li.Active ul li {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0 0.5em;
	font-size: 14px;
	line-height: 25px;
}
#HeaderMenu #HeaderNav li.Active ul li a {
	display: block;
	color: #4d4d4d;
	background-color: #ffffff;
	text-decoration: none;
	border: solid 1px #4d4d4d;
	padding: 0 1em;
	border-radius: 12.5px;
}
#HeaderMenu #HeaderNav li.Active ul li a:hover {
	color: #ffffff;
	background-color: #4d4d4d;
}
#Footer {
	display: block;
	background: #eeeeee;
	width: 100%;
	margin-top: auto;
	overflow: hidden;
}
#Footer #NavBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
}
#F_left {
	display: block;
	position: relative;
	width: 30%;
	max-width: calc(980px * 0.3);
}
#F_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	width: 70%;
	max-width: calc(980px * 0.7);
}
#FooterLogo {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 10000;
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	background: #ffffff;
}
#FooterLogo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background: url("../images/global/f_logo.png") no-repeat center center;
	background-size: contain;
}
#ContantBlock {
	display: block;
	width: 98%;
	margin: 60px 0 1em;
	background: linear-gradient(to right, #c1e3fc 0%, #b6defa 0.5%, #b6defa 13%, #c1e3fc 16%);
	padding: 10px;
	text-align: center;
	font-size: 80%;
	line-height: 150%;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
#ContantBlock a {
	color: #2f7fb8;
	text-decoration: none;
	background: linear-gradient(transparent 75%, #65baf7 75%);
}
#ContantBlock a span{
	background: url("../images/global/icn_mail_blue.png") no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
}
#F_right table {
	margin: 1em auto;
}
#F_right table th, #F_right table td {
	text-align: left;
	font-weight: 400;
	font-size: 80%;
	color: #999999;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0.25em 1em;
	white-space: nowrap;
}
#F_right table a {
	display: inline-block;
	color: #4d4d4d;
	line-height: 100%;
	text-decoration: none;
}
#F_right table td a {
	margin: 0 1em;
}
#Footer #Copyright {
	background: #4d4d4d;
}
#Footer #Copyright p {
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
	padding: 1em;
}
#GotoTop {
	display: block;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 10px;
	z-index: 9999;
}
#GotoTop a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: url("../images/global/icn_gotop.png") no-repeat center center #4d4d4d;
	background-size: contain;
	text-indent: -999em;
}
#PageContents {
	width: 98%;
	max-width: 980px;
	min-height: 0%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 75px;
	position: relative;
}
#HeaderMenuBtn {
	display: none;
}
.AlignCenter{
	text-align: center;
}
.LargeText {
	font-size: 125%;
}
.SmallText {
	font-size: 80%;
}
.BoldText {
	font-weight: 700;
}
br.PC {
	display: block;
}
br.Tab, br.Port, br.Land {
	display: none;
}
/*タブレット*/
@media screen and (max-width: 999px) {
	#HeadLogo {
		left: 1vw;
		top: -1vw;
	}
	#HeaderMenu {
		padding-right: 1vw;
	}
	#HeaderMenu #HeaderNav li.Active ul {
		padding-right: 1vw;
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	#HeaderMenu #HeaderNav > li, #HeaderMenu #HeaderNav li.Active ul li {
		font-size: 1.4vw;
		line-height: 2.5vw;
	}
	#FooterLogo {
		top: -1vw;
	}
	#Footer #NavBlock {
		font-size: 1.5vw;
	}
	#Footer #Copyright {
		font-size: 1.3vw;
	}
	br.Tab {
		display: block;
	}
	br.PC, br.Port, br.Land {
		display: none;
	}
}
/*スマホ*/
@media screen and (max-width: 767px) {
	h1 {
		font-size: 120%;
	}
	#Header {
		width: 100%;
		height: 2vw;
		max-height: 80px;
		margin: 0 auto;
		position: relative;
		display: block;
		margin-top: -2vw;
	}
	#HeadLogo {
		display: block;
		position: absolute;
		width: 50vw;
		max-width: 200px;
		height: 17.5vw;
		max-height: 70px;
		left: 50%;
		transform: translateX(-50%);
		top: -1vw;
	}
	#HeaderMenuBtn {
		display: block;
	}
	#HeaderMenu {
		display: none;
	}
	#HeaderMenuBtn {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 100000;
		width: 40px;
		height: 40px;
		background: url("../images/global/icn_menu_open.png") no-repeat center center #ffffff;
		background-size: contain;
		text-indent: -999em;
	}
	#HeaderMenuBtn.Close {
		background-image: url("../images/global/icn_menu_close.png");
		background-color: #4d4d4d;
	}
	#HeaderMenu {
		display: none;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: #4d4d4d;
		z-index: 999999;
	}
	#HeaderMenu .Wrap {
		padding-top: 3em;
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		height: 100vh;
		position: relative;
		overflow-y: auto;
	}
	#HeaderMenu #HeaderNav {
		display: block;
		color: #ffffff;
	}
	#HeaderMenu #HeaderNav > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 100%;
		line-height: 250%;
		text-align: center;
		margin-left: 0;
		padding: 0;
		border-bottom: solid 1px #666666;
	}
	#HeaderMenu #HeaderNav > li span {
		width: 100%;
		padding-left: 0;
		background-position: right center;
		background-repeat: none;
		background-size: 1em;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(1) span {
		background-image: url("../images/global/icn_arrow_r_wh.png");
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(2) span {
		background-image: url("../images/global/icn_arrow_d_wh.png");
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(3) span {
		background-image: url("../images/global/icn_arrow_r_wh.png");
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(4) span {
		background-image: url("../images/global/icn_arrow_d_wh.png");
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(5) span {
		background-image: url("../images/global/icn_arrow_r_wh.png");
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(6) span {
		background-image: url("../images/global/icn_arrow_r_wh.png");
	}
	#HeaderMenu #HeaderNav > li.Active span {
		background-image: url("../images/global/icn_arrow_u_wh.png");
		color: #999999;
	}
	#HeaderMenu #HeaderNav > li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		color: #ffffff;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(1):hover, #HeaderMenu #HeaderNav > li:nth-of-type(1).Current, #HeaderMenu #HeaderNav > li:nth-of-type(1).Active {
		background: none;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(2):hover, #HeaderMenu #HeaderNav > li:nth-of-type(2).Current {
		background: none;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(3):hover, #HeaderMenu #HeaderNav > li:nth-of-type(3).Current, #HeaderMenu #HeaderNav > li:nth-of-type(3).Active {
		background: none;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(4):hover, #HeaderMenu #HeaderNav > li:nth-of-type(4).Current, #HeaderMenu #HeaderNav > li:nth-of-type(4).Active {
		background: none;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(5):hover, #HeaderMenu #HeaderNav > li:nth-of-type(5).Current, #HeaderMenu #HeaderNav > li:nth-of-type(5).Active {
		background: none;
	}
	#HeaderMenu #HeaderNav > li:nth-of-type(6):hover, #HeaderMenu #HeaderNav > li:nth-of-type(6).Current, #HeaderMenu #HeaderNav > li:nth-of-type(6).Active {
		background: none;
	}
	#HeaderMenu #HeaderNav li.Active ul {
		display: block;
		position: inherit;
		left: 0;
		transform: translateX(0);
		top: 0;
		width: 100%;
		background: transparent;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-right: 0;
	}
	#HeaderMenu #HeaderNav li:nth-of-type(1).Active ul {
		background-color: transparent;
	}
	#HeaderMenu #HeaderNav li:nth-of-type(2).Active ul {
		background-color: transparent;
	}
	#HeaderMenu #HeaderNav li:nth-of-type(3).Active ul {
		background-color: transparent;
	}
	#HeaderMenu #HeaderNav li:nth-of-type(4).Active ul {
		background-color: transparent;
	}
	#HeaderMenu #HeaderNav li:nth-of-type(5).Active ul {
		background-color: transparent;
	}
	#HeaderMenu #HeaderNav li:nth-of-type(6).Active ul {
		background-color: transparent;
	}
	#HeaderMenu #HeaderNav li.Active ul li {
		display: block;
		list-style: none;
		margin: 0;
		font-size: 100%;
		line-height: 250%;
	}
	#HeaderMenu #HeaderNav li.Active ul li a {
		display: block;
		color: #ffffff;
		background-color: transparent;
		text-decoration: none;
		border: none;
		padding: 0;
		border-radius: 0;
		background: url("../images/global/icn_arrow_r_wh.png") no-repeat right center;
		background-size: 1em;
	}
	#HeaderMenu #HeaderNav li.Active ul li a:hover {
		color: #ffffff;
		background-color: transparent;
	}
	#Footer #NavBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 100%;
	}
	#F_left {
		width: 100%;
		max-width: 100%;
	}
	#F_right {
		width: 100%;
		max-width: 100%;
	}
	#F_right table {
		width: 100%;
	}
	#F_right table tr {
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
	}
	#F_right table tr:last-child {
		border-bottom: none;
	}
	#F_right table th, #F_right table td {
		text-align: center;
		border: none;
		padding: 0;
		display: block;
		width: 100%;
		line-height: 200%
	}
	#F_right table a {
		display: block;
		line-height: 200%;
	}
	#F_right table td a {
		margin: 0;
	}
	#FooterLogo {
		z-index: 10000;
		display: block;
		width: 50vw;
		max-width: 200px;
		height: 12.5vw;
		max-height: 50px;
		left: 50%;
		transform: translateX(-50%);
		top: -1vw;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#PageContents {
		padding-top: 70px;
	}
	br.Port, br.Land {
		display: block;
	}
	br.PC, br.Tab {
		display: none;
	}
	/* 縦向きの場合のスタイル */
	@media screen and (max-aspect-ratio: 11/10) {
		#HeadLogo {
			width: 50vw;
			max-width: 200px;
			height: 17.5vw;
			max-height: 70px;
		}
		br.Port {
			display: block;
		}
		br.PC, br.Tab, br.Land {
			display: none;
		}
	}
}