@charset "utf-8";
@font-face {
	font-display: swap;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
a {
	outline: none;
}
ul, ol {
	list-style-type: none;
}
A:link {
	color: #2f3640;
	text-decoration: underline
}
A:visited {
	color: #2f3640;
	text-decoration: none;
}
A:active {
	color: #2f3640;
	text-decoration: none;
}
A:hover {
	color: #2f3640;
	text-decoration: none;
}
::selection {
	background: #14abe3;
	color: #fff;
}
::-moz-selection {
	background: #14abe3;
	color: #fff;
}
table {
	border-collapse: collapse;
}
input {
	font-family: kozuka-gothic-pro, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 100%;
	font-style: normal;
}
body {
	font-family: kozuka-gothic-pro, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}
.wrapper {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container {
	text-align: left;
}
/* ページスクロールボタン */
#topcontrol {
	z-index: 200;
	right: 10px !important;
	bottom: 70px;
}
#topcontrol span {
	display: none;
}
@media screen and (min-width: 980px) {
	#topcontrol span {
		display: none;
	}
	.sp {
		display: none;
	}
	tr.sp, th.sp, td.sp {
		display: none;
	}
}
@media screen and (max-width: 979px) {
	body {
		font-size: 14px;
	}
	#container {
		min-width: auto;
		max-width: initial;
		overflow: hidden;
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	tr.sp, th.sp, td.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	tr.pc, th.pc, td.pc {
		display: none;
	}
	#topcontrol img {
		width: 50px !important;
		height: auto !important;
	}
}
/*header
************************************************************************************/
header {
	height: 95px;
	position: relative;
}
/* header構成
   position 3分割
-----------------------------------------------------------------------------------*/
/*ロゴ*/
#header .sitename {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 95px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
#header .sitename img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
/*お問い合わせボタン*/
#header .contact {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 95px;
	line-height: 95px;
	font-weight: 600;
}
#header .contact a img {
	width: 55px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}
#header .contact a {
	color: #36a9ff;
	text-decoration: none;
}
#header #globalNav {
	position: absolute;
	top: 0;
	left: 270px;
	width: calc(100% - 270px - 150px);
	height: 95px;
}
@media screen and (max-width: 1400px) {
	header {
		height: 140px;
	}
	#header #globalNav {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		height: 45px;
	}
}
@media screen and (max-width: 979px) {
	#header #globalNav {
		top: 65px;
	}
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 95px;
		padding: 0 80px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .contact {
		display: none;
	}
}
@media screen and (max-width: 620px) {}
@media screen and (max-width: 480px) {}
/* globalNav
************************************************************************************/
#globalNav > ul {
	width: 100%;
	height: 95px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
#globalNav ul li {
	text-align: center;
}
#globalNav ul > li a {
	padding: 0 25px;
}
#globalNav ul > li ul li a:hover {
	background: none;
	color: #000;
}
#globalNav ul li a {
	text-decoration: none;
}
#globalNav ul li ul {
	width: auto;
}
#globalNav ul li ul li, #globalNav ul li ul li a {
	line-height: normal;
	height: auto;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 840px) {
	#globalNav ul > li a {
		padding: 10px 10px 8px 10px;
	}
}
/* megamenu-------*/
#globalNav .navigation li {
	height: auto;
}
#globalNav .navigation li li a {
	line-height: normal;
}
#globalNav .navigation li li:hover {
	background: none;
}
#globalNav .navigation > li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	display: block;
}
#globalNav .navigation li .megamenu {
	position: absolute;
	top: 65px;
	left: 10%;
	width: 650px;
	z-index: 999;
	max-height: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.9);
	transition: all .2s ease-in;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#globalNav .navigation li:nth-child(n + 3) .megamenu {
	left: 38%;
}
#globalNav .navigation li .megamenu .title {
	margin: 0 auto 15px auto;
	padding: 35px;
	width: 100%;
	height: 120px;
	text-align: left;
	color: #FFF;
	font-size: 1.1875rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNav .navigation li .megamenu .title span {
	display: block;
	font-size: 0.75rem;
}
#globalNav .navigation li:nth-child(1) .megamenu .title, #globalNav .navigation li:nth-child(n + 1) .megamenu .title { /* 各メニューの背景画像が決まるまで統一 */
	background: #287cbb;
}
#globalNav .navigation li .megamenu ul {
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#globalNav .navigation .megamenu .megamenu-inner li {
	padding: 0 0 0 15px;
	width: 50%;
	height: auto;
	background: url("../../img/menu/arrow_megamenu_in.png") no-repeat left top .3em;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNav .navigation .megamenu .megamenu-inner li a {
	color: #000;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#globalNav .navigation .megamenu .megamenu-inner > li > a {
	margin-bottom: .7em;
}
@media screen and (max-width: 979px) {
	#globalNav ul > li {
		font-size: 0.875em;
	}
	#globalNav ul > li a {
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	#globalNav {
		display: none;
	}
}
@media screen and (max-width: 620px) {
	/*sp*/
}
@media screen and (max-width: 480px) {
	/*sp*/
}
@media screen and (min-width: 980px) {
	.fixed {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 100;
		border-bottom: 1px solid #26282e;
	}
}
/*contents
************************************************************************************/
/*layout
----------------------------------------------------------------------*/
#main-content {
	width: 1300px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#main-content #sideNav {
	width: 265px;
	padding: 50px 35px 0 0;
	margin-right: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ededed;
}
#main-content #sideNav nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
#main-content > article {
	width: 1000px;
}
#main-content.contents-top {
	width: 100%;
	margin: auto;
	display: block;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
#main-content.in_contents > article {
	padding-top: 50px;
}
#main-content.contents-top > article {
	width: 100%;
}
#main-content #sideNav nav .nav-title {
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
	font-size: 1.213em;
}
#main-content #sideNav nav .nav-title a {
	color: #000;
	text-decoration: none;
}
#main-content #sideNav nav li {
	padding: 0 7px 15px;
	font-size: 0.875em;
}
#main-content #sideNav nav li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 15px;
}
#main-content #sideNav nav li a.active {
	color: #298dd8;
}
#main-content #sideNav nav li a:before {
	content: "";
	height: 1px;
	width: 5px;
	background: #298dd8;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
	#main-content #sideNav nav .nav-title a, #main-content #sideNav nav li a, #main-content #sideNav nav li a:before {
		-webkit-transition: .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	#main-content #sideNav nav .nav-title a:hover, #main-content #sideNav nav li a:hover {
		color: #298dd8;
	}
	#main-content #sideNav nav li a:hover:before {
		left: 7px;
	}
}
@media screen and (max-width: 979px) {
	/*tablet*/
	#main-content {
		width: 100%;
	}
	#main-content #sideNav {
		width: 98%;
		margin: 10px auto;
		padding: 20px 7px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		background: #ecf9ff;
	}
	#main-content > article {
		width: 99%;
	}
	#main-content.in_contents > article {
		width: 98%;
		margin: auto;
	}
	#main-content.contents-top {
		width: 99%;
		margin: auto;
		display: block;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	#main-content #sideNav nav ul {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: left;
		justify-content: left;
	}
	#main-content #sideNav nav li {
		width: 49%;
		display: block;
		margin: 0.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
		border: 1px solid #b7e1f4;
		background: #FFF;
		border-radius: 3em;
		-webkit-border-radius: 3em;
		-moz-border-radius: 3em;
	}
	#main-content #sideNav nav .nav-title {
		text-align: center;
	}
	#main-content.contents-top .btn_more{
		text-align: right;
	}
	#main-content.contents-top .btn_more a{
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	/*smart phone*/
	#main-content #sideNav nav li {
		width: 49%;
	}
}
@media screen and (max-width: 620px) {
	/*sp*/
}
@media screen and (max-width: 480px) {
	#main-content #sideNav nav li {
		width: 99%;
	}
}
/*footer
************************************************************************************/
footer {
	border-top: 1px solid #dedede;
	padding-top: 60px;
}
#footer_logo {
	width: 250px;
	float: left;
}
#footer_logo img {
	display: block;
	max-width: 160px;
	height: auto;
	margin: 0 auto auto 0;
}
#footer_navi {
	width: calc(100% - 250px);
	float: right;
}
#footer_navi nav {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer_navi nav dl {
	margin-left: 2%;
	width: 23%;
}
#footer_navi dt {
	margin: 0 0 7px 0;
	font-weight: 600;
}
#footer_navi dt a {
	color: #000;
	text-decoration: none;
}
#footer_navi dd {
	font-size: 0.875em;
	margin: 0 0 7px 0;
}
#footer_navi dd:first-child {
	margin: 7px 0 7px;
}
#footer_navi dd:before {
	content: "ー";
	color: #656565;
	margin-right: 5px;
}
#footer_navi dd a {
	color: #656565;
	text-decoration: none;
}
#footer_navi dd a:hover {
	text-decoration: underline;
}
#copyright_footer {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0.75em;
	color: #9fa0a0;
}
@media screen and (max-width: 979px) {
	footer {
		padding-top: 30px;
	}
	#footer_logo {
		width: 100%;
		float: none;
		display: block;
	}
	#footer_logo img {
		display: block;
		max-width: 160px;
		height: auto;
		margin: 0 auto auto 0;
	}
	#footer_navi {
		width: 100%;
		float: none;
		display: block;
		margin-top: 30px;
		font-size: 0.875em
	}
	#footer_navi nav dl {
		margin-left: 0.5%;
		width: 24.5%;
	}
	#footer_navi dd {
		font-size: 0.813em;
	}
	#copyright_footer {
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
	footer {
		padding-top: 15px;
	}
	#footer_navi {
		display: none;
	}
	#footer_logo {
		text-align: center;
	}
	#footer_logo img {
		margin: 0 auto;
	}
	#copyright_footer {
		text-align: center;
	}
}
@media screen and (max-width: 620px) {}
@media screen and (max-width: 480px) {}