@charset "utf-8";

/* CONTAINER */
#container {}
@media (min-width: 1020px) {
}
/* PAGETOP */

#ModalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
z-index: 8;
display: none;
}

@media (max-width: 1019px) {
	#header {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background-color: inherit;
	width: 100%;
	height: 55px;
	z-index: 7;
	}
	.active #header {
	background-color: #fff;
	}
	#pageTop .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	}
	#pageTop .logo img {
	display: block;
	width: 177px;
	height: auto;
	}
	#globalNavi .menu {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #0068b7;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 11;
	}
	#globalNavi .menu.active {;
	background-color: #fff;
	}
	#globalNavi .menu span {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	width: 21px;
	height: 2px;
	}
	#globalNavi .menu span:nth-child(1) {
	position: absolute;
	left: 17px;
	top: 18px;
	background-color: #fff;
	}
	#globalNavi .menu span:nth-child(2) {
	position: absolute;
	left: 17px;
	top: 26px;
	background-color: #fff;
	}
	#globalNavi .menu span:nth-child(3) {
	position: absolute;
	left: 17px;
	top: 34px;
	background-color: #fff;
	}
	#globalNavi .menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	background-color: #0068b7;
	}
	#globalNavi .menu.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNavi .menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background-color: #0068b7;
	}
	#globalNavi .cnt {
	position: fixed;
	right: 0;
	top: 0;
	box-sizing: border-box;
	background-color: #fff;
	width: 300px;
	height: 100%;
	z-index: 10;
	text-align: left;
	display: none;
	}
	#globalNavi ul {
	padding: 60px 35px 45px 35px;
	}
	#globalNavi ul ul {
	padding: 15px 0 0 15px;
	}
	#globalNavi li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	}
	#globalNavi ul ul li {
	font-size: 14px;
	font-weight: normal;
	}
	#globalNavi li a {
	color: #0068b7;
	}
	#pageTop .tel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #0068b7;
	padding: 10px 0;
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	}
	#pageTop .tel::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	background: url("../img/icn_tel.svg") no-repeat center center;
	background-size: 18px auto;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	}
	#pageTop .tel span {
	display: block;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, Segoe UI, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	}
}
@media (min-width: 1020px) {
	#pageTop {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 75px;
	background-color: inherit;
	z-index: 100;
	}
	#pageTop.active {
	background-color: #fff;
	}
	#pageTop .cnt {
	position: relative;
	}
	#pageTop .logo {
	position: absolute;
	left: 30px;
	top: 19px;
	}
	#pageTop .logo img {
	display: block;
	width: 203px;
	height: auto;
	}
	#pageTop  ul {
	position: absolute;
	left: 262px;
	top: 0;
	}
	#pageTop  ul ul {
	display: none;
	}
	#pageTop  li {
	margin-right: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 75px;
	letter-spacing: 0em;
	float: left;
	}
	#pageTop  li a {
	display: block;
	position: relative;
	height: 75px;
	color: #2d67a3;
	}
	#pageTop li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #2d67a3;
	transform: scale(0, 1);
	transform-origin: left top;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	#pageTop li a.active::after,
	#pageTop li a:hover::after {
	transform: scale(1, 1);
	}
	#pageTop .tel {
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	background-color: #0068b7;
	padding-top: 12px;
	width: 200px;
	height: 75px;
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	}
	#pageTop .tel::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	background: url("../img/icn_tel.svg") no-repeat center center;
	background-size: 18px auto;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	}
	#pageTop .tel span {
	display: block;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, Segoe UI, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	}
}

#pageBottom.hidden,
#pageBody.hidden {
overflow: hidden;
}
#pageBody {
background: url("../img/bg.png") repeat center top;
}
@media (min-width: 768px) {
	#pankuzu {
	position: relative;
	}
	#pankuzu ul {
	position: absolute;
	left: 30px;
	top: -24px;
	background-color: #445f6c;
	margin: 0 30px;
	padding: 0 20px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	list-style: none;
	}
	#pankuzu li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	}
	#pankuzu li::after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-35%) rotate(-45deg);
	transform: translateY(-35%) rotate(-45deg);
	content: '';
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 5px;
	height: 5px;
	}
	#pankuzu li:last-child {
	margin-right: 0;
	padding-right: 0;
	}
	#pankuzu li:last-child::after {
	display: none;
	}
	#pankuzu li a {
	color: #fff;
	}
	#pankuzu li a:hover {
	text-decoration: underline;
	}
}

@media (min-width: 1020px) {
}

#pageBottom::after {
content: '';
display: block;
background: url("../img/f_bg.jpg") no-repeat center bottom;
background-size: cover;
height: 90px;
}
@media (min-width: 1020px) {
	#pageBottom::after {
	height: 80px;
	}
}
#contactSCT {
background-color: #0068b7;
padding: 35px 20px 45px 20px;
color: #fff;
}
#contactSCT a {
color: #fff;
}
#contactSCT .btn {
width: 240px;
font-size: 16px;
line-height: 40px;
text-align: center;
}
#contactSCT .btn a {
display: block;
border: solid 1px #80b4db;
}
#contactSCT .btn a:hover {
border: solid 1px #fff;
}
#contactSCT .hed h3 {
position: relative;
margin-bottom: 12px;
padding-left: 64px;
font-family: 'Fjalla One', sans-serif;
font-size: 24px;
font-weight: normal;
}
#contactSCT .hed h3::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #fff;
width: 50px;
height: 1px;
}
#contactSCT p {
font-size: 14px;
}
#contactSCT .hed .btn {
margin-top: 21px;
}
#contactSCT .con {
border-top: solid 1px #80b4db;
margin-top: 40px;
padding-top: 35px;
}
#contactSCT .con h4 {
font-size: 14px;
font-weight: bold;
}
#contactSCT .con .tel {
margin: 6px 0 29px 0;
font-family: 'Fira Sans', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: bold;
letter-spacing: 0.05em;
}
#contactSCT .con .tel::before {
content: '';
display: inline-block;
position: relative;
top: 3px;
background: url("../img/icn_tel.svg") no-repeat center center;
background-size: 23px auto;
margin-right: 9px;
width: 23px;
height: 23px;
}
#contactSCT .con .tel span {
position: relative;
top: -6px;
display: block;
font-family: -apple-system,  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
font-size: 12px;
letter-spacing: 0.0em;
}
#contactSCT .con .btn {
margin-top: 13px;
}
@media (min-width: 1020px) {
	#contactSCT {
	padding: 60px 0;
	}
	#contactSCT .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#contactSCT .hed {
	float: left;
	}
	#contactSCT .hed .btn {
	margin-top: 42px;
	}
	#contactSCT .hed h3 {
	font-size: 28px;
	}
	#contactSCT .con {
	box-sizing: border-box;
	border-left: solid 1px #80b4db;
	border-top: none;
	margin: 0;
	padding-left: 45px;
	padding-top: 0;
	width: 500px;
	float: right;
	}
	#contactSCT .con .tel span {
	position: relative;
	top: -6px;
	display: inline-block;
	margin-left: 30px;
	}
}
#footer {
background-color: #445f6c;
padding: 30px 20px 36px 20px;
color: #fff;
text-align: center;
}
#footer a {
color: #fff;
}
#footer a:hover {
opacity: 0.8;
}
#footer .hed {
padding-top: 14px;
}
#footer .hed .logo {
position: relative;
padding-top: 98px;
}
#footer .hed .logo::after {
content: '';
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 0;
display: block;
background: url("../img/f_logo_mark.svg") no-repeat center center;
background-size: 71px auto;
width: 71px;
height: 77px;
}
#footer .hed .logo img {
display: block;
margin: 0 auto;
width: 157px;
height: auto;
}
#footer .hed p {
margin-top: 21px;
font-size: 12px;
line-height: 1.85;
}
#footer .nav {
display: none;
}
#footer .copyRight {
clear: both;
padding: 24px 0 0 0;
font-size: 10px;
text-align: center;
}
@media (min-width: 1020px) {
	#footer {
	padding: 57px 0 46px 0;
	text-align: left;
	}
	#footer .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#footer .hed {
	padding-top: 14px;
	width: 380px;
	float: left;
	}
	#footer .hed .logo {
	position: relative;
	padding-left: 63px;
	padding-top: 0;
	}
	#footer .hed .logo::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	left: 0;
	top: -11px;
	background: url("../img/f_logo_mark.svg") no-repeat center center;
	background-size: 44px auto;
	width: 44px;
	height: 42px;
	}
	#footer .hed .logo img {
	margin: 0;
	width: 175px;
	}
	#footer .hed p {
	margin-top: 14px;
	}
	#footer .nav {
	display: block;
	width: 500px;
	float: right;
	}
	#footer .nav dl {
	float: left;
	margin-bottom: 21px;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	}
	#footer .nav dl:nth-child(1) {
	width: 185px;
	}
	#footer .nav dl:nth-child(4) {
	width: auto;
	}
	#footer .nav dt {
	margin-bottom: 21px;
	font-size: 14px;
	font-weight: bold;
	}
	#footer .nav dd {
	margin-bottom: 8px;
	font-size: 12px;
	}
	#footer .copyRight {
	clear: both;
	padding: 55px 0 0 0;
	font-size: 10px;
	text-align: center;
	}
}


