



/*共通*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #000;
}
a:hover {
	filter: brightness(1.1);
}
.wrapper {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
/*お問い合わせボタン*/
a.contact {
	width: 570px;
	display: block;
	margin:  0 auto;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .4));
}
a.contact img {
	width: 100%;
	height: auto;
}
/*hover*/
a.contact:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0));
}
/*共通見出し*/
section h2 {
	text-align: center;
	padding-bottom: 24px;
}
section h2 span {
	position: relative;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
}
section h2 span:after {
	content: '';
	width: 60px;
	height: 6px;
	background-color: #5B98ED;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}






/********** ヘッダー **********/
header {
	width: 100%;
	background-color: #194FB3;
	padding: 25px 0;
}
header > div {
	display: flex;
	justify-content: space-between;
}
/*ロゴ*/
header > div > a:nth-of-type(1) {
	width: 418px;
	display: block;
}
/*hover*/
header > div > a:nth-of-type(1):hover {
	opacity: 0.8;
}
header > div > a:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
/*お問い合わせボタン*/
header > div > a:nth-of-type(2) {
	width: 336px;
	display: block;
}
header > div > a:nth-of-type(2) img {
	width: 100%;
	height: auto;
}

/*ハンバーガーメニューボタン*/
div.menu-btn {
	display: none;
}

/*グローバルメニュー*/
div.gv_menu {
	background-color: #FFFFFF;
}
div.gv_menu ul {
	display: flex;
}
div.gv_menu ul > li {
	width: calc(100% / 5);
}
div.gv_menu ul > li > a {
	width: 100%;
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: min(1.3vw,16px);
	font-weight: 500;
	color: #222222;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
div.gv_menu ul > li > a::after {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background-color: #5B98ED;
	z-index: 1;
}
/*hover*/
div.gv_menu ul > li > a:hover::after {
	display: block;
}

/*ハンバーガーメニュー*/
div.sp_menu {
	display: none;
}









/**********  **********/









/**********  **********/










/**********  **********/









/**********  **********/








/**********  **********/







/**********  **********/








/**********  **********/








/**********  **********/









/********** フッター **********/
footer {
	background-color: #194FB3;
	padding-top: 40px;
}
footer > div {
	width: 1000px;
	margin: 0 auto;
}
footer > div > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
/*ロゴ*/
footer > div > div > a:nth-of-type(1) {
	width: 418px;
	display: block;
}
footer > div > div > a:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
/*hover*/
footer > div > div > a:nth-of-type(1):hover {
	opacity: 0.8;
}
/*お問い合わせボタン*/
footer > div > div > a:nth-of-type(2) {
	width: 478px;
	display: block;
}
footer > div > div > a:nth-of-type(2) img {
	width: 100%;
	height: auto;
}
/*メニュー*/
footer ul {
	width: 100%;
	display: flex;
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-bottom: 100px;
}
footer ul li {
	width: max-content;
}
footer ul li a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	margin-right: 40px;
}
/*hover*/
footer ul li a:hover {
	border-bottom: 1px solid #fff;
}
/*コピーライト*/
footer > p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}







/*SP用固定ボタン*/
div#floatBtn {
	display: none;
}




/* TOPへ戻るボタン */
div#page_top {
	opacity: 0.0;
	visibility: hidden;/*※これ！*/
	transition: 0.4s;
	position: fixed;
	right: 30px;
	bottom: 50px;
	width: 87px;
	height: 79px;
	z-index: 10;
}
div#page_top a {
	display: block;
	border: 1px solid #fff;
}
div#page_top a img {
	width: 100%;
	height: auto;
}
div#page_top.is-active {
	opacity: 1.0;
	visibility: visible;/*※これ！*/
}





.ipc {
	display: inline;
}
.isp {
	display: none !important;
}
.bpc {
	display: block;
}
.bsp {
	display: none !important;
}
/*■ 1080px以下 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.ipc {
	display: none !important;
}
.isp {
	display: inline !important;
}
.bpc {
	display: none !important;
}
.bsp {
	display: block !important;
}





/*共通*/
.wrapper {
	width: 90%;
}
/*お問い合わせボタン*/
a.contact {
	width: 90%;
	max-width: 570px;
}
/*共通見出し*/
section h2 span {
	font-size: 25px;
}






/********** ヘッダー **********/
header {
	padding: 10px 0;
	position: relative;
	z-index: 4;
}
/*ロゴ*/
header > div > a:nth-of-type(1) {
	width: 235px;
}

/*グローバルメニュー*/
div.gv_menu {
	display: none;
}

/*ハンバーガーメニュー*/
div.sp_menu {
	width: 100%;
	position: absolute;
	top: 57px;
	left: 0;
	display: inline-block;
}
div.menu-btn {
	float: right;
	display: block;
	width: 35px;
	height: 37px;
}
div.menu-btn img {
	width: 100%;
	height: auto;
}
div.menu-btn {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
/*ハンバーガーメニュー中身*/
div.h_menu {
	position: fixed;
	top: 57;
	right: 0;
	z-index: 4;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateX(100%);
	transition: transform .3s linear;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
}
div.h_menu.is-active {
	transform: translateX(0);
}
div.h_menu.is-end {
	position: absolute;
}
/*メニュー*/
div.h_menu ul {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 20px;
}
div.h_menu ul li {
	width: 100%;
}
div.h_menu ul li a {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding: 15px 15px;
	border-bottom: 1px solid #CCCCCC;
}

/*ハンバーガーメニュー起動時の背景*/
div.hamburger-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,3,3,.5);
	z-index: 3;
	cursor: pointer;
	visibility: hidden;
}
div.hamburger-cover.is-active {
	visibility: visible;
}








/********** フッター **********/
footer > div {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
footer > div > div {
	flex-wrap: wrap;
}
/*ロゴ*/
footer > div > div > a:nth-of-type(1) {
	width: 100%;
	max-width: 418px;
	margin-bottom: 24px;
}
/*お問い合わせボタン*/
footer > div > div > a:nth-of-type(2) {
	width: 100%;
	max-width: 478px;
}
/*メニュー*/
footer ul {
	flex-wrap: wrap;
}
footer ul li {
	width: 50%;
}
footer ul li a {
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}
/*コピーライト*/
footer > p {
	padding-bottom: 70px;
	font-size: 12px;
}

/*SP用固定ボタン*/
div#floatBtn {
	width: 100%;
	max-width: 400px;
	display: block;
	opacity: 0.0;
	visibility: hidden;
	transition: 0.4s;
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 1px solid #fff;
	z-index: 2;
}
div#floatBtn ul {
	display: flex;
}
div#floatBtn ul li:nth-of-type(1) {
	width: 70%;
	height: 60px;
	background-image: url(../img/common/fixed_line_bg.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
div#floatBtn ul li:nth-of-type(1) a {
	display: block;
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div#floatBtn li:nth-of-type(1) a img {
	width: 100%;
	height: auto;
}
div#floatBtn ul li:nth-of-type(2) {
	width: 30%;
	background-color: #194FB3;
}
div#floatBtn ul li:nth-of-type(2) a {
	display: block;
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div#floatBtn ul li:nth-of-type(2) a img {
	width: 27px;
	height: auto;
}
div#floatBtn.is-active {
	opacity: 1.0;
	visibility: visible;
}

/* TOPへ戻るボタン */
div#page_top {
	display: none;
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
