@charset "utf-8";
/*==================================================

Global Default
==================================================*/
body {
	font-family: "Noto Sans Japanese", YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.5em;
	font-size: 16px;
 font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	color: rgba(0,0,0,.54);
}
h1, h2, h3, h4, h5, h6 {
	line-hight: 1.2em;
}
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main, section {
	position: relative;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
	font-size: 20px;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
}
[class*="viewport"] {
	width: 100%;
	max-width: 1366px;
	padding: 0 2%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.viewport-l {
	max-width: 1366px;
}
.viewport-m {
	max-width: 1024px;
}
.viewport-s {
	max-width: 768px;
}
.section-spacing {
	padding-top: 11vmin;
	padding-bottom: 11vmin;
}
/*==================================================

Customize Global Standard Style
==================================================*/
[class*="standard-h2"] {
}
[class*="standard-btn"] {
}
/*==================================================

Main Header
==================================================*/
#main-header {
	box-sizing: border-box;
	border-top: #025298 solid 8px;
	padding: 15px 2%;
	width: 100%;
	z-index: 9;
	position: fixed;
	top: 0;
	transition: .5s;
	background: #fff;
}
#menu {
	display: none;
}
#main-header h1 {
	font-size: 16px;
	color: #025298;
	float: left;
	width: calc(100% - 910px);
	max-width: 160px;
	display: flex;
	align-items: center;
	height: 57px;
}
#main-header h1 span{
	display:block;
	font-size:25px;
	padding-top:5px;
}
#global-navi ul {
	min-width: 910px;
	display: flex;
	align-items: center;
	float: right;
	justify-content: center;
	text-align: center;
}
#global-navi ul li {
	color: #025298;
	font-size: 16px;
	font-weight: bold;
	margin: 0 1%;
	line-height: 57px;
}
#global-navi ul li.icons {
	width: 62px;
}
#global-navi ul li.yoyaku a {
	background: #C20000;
	color: #fff;
	padding: 0 30px;
	display: block;
}
/*#global-navi ul li.icons a{
  padding:10px;
  background:#C20000;
  color:#fff;
  border-radius:40px;
  display:inline-block;
  margin: 0 1.5%;
}
#global-navi ul li.icons a i{
font-size:30px;
}*/
/*==================================================

Main Footer
==================================================*/
#main-footer {
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	background: #025298;
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #0a4171;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#pageTop .material-icons {
	font-size: 50px;
}
#pageTop span {
	font-size: 13px;
	width: 39px;
	display: block;
	margin: -16px auto 0;
	line-height: 13px;
	font-weight: 400;
}
#pageTop a:hover {
	opacity: 0.7;
}

/*==================================================

Media Quaries, max-width: 1024px
==================================================*/
@media only screen and (max-width: 1024px) {
/*----------------- Global default -----------------*/
#global-navi ul {
	flex-wrap: wrap;
	float: none;
	min-width: inherit;
	text-align: left;
}
#global-navi ul li {
	width: 100%;
	border-bottom: 1px solid #ededed;
	text-align: center;
}
#global-navi ul li a {
	width: 100%;
	display: block;
}
#global-navi ul li.yoyaku a {
	text-align: center;
	padding: 0;
}
#main-header {
	padding: 5px 2%;
}
/*----------------- Main header -----------------*/

#main-header h1 {
	font-size: 15px;
	width: 100px;
}
#main-header h1 span{
	font-size:20px;
	padding-top:5px;
}
/*----------------- Global navigation -----------------*/
#menu {
	height: 50px;
	width: 50px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 10;
	display: block;
}
#menu span {
	height: 2px;
	width: 26px;
	background: #000;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
#menu span:before, #menu span:after {
	content: '';
	height: 2px;
	width: 26px;
	background: #000;
	display: block;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#menu span:before {
	top: -8px;
}
#menu span:after {
	top: 8px;
}
#obfuscator {
	background-color: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	visibility: hidden;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
#global-navi {
	min-width: initial;
	width: 240px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
	background: #FFF;
	transform: translateX(-250px);
	transition: all .2s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	overflow-y: auto;
	z-index: 10;
	margin: 0;
}
body.menu-visible #menu span {
	background: transparent;
}
body.menu-visible #menu span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
body.menu-visible #menu span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
body.menu-visible #obfuscator {
	visibility: visible;
}
body.menu-visible #global-navi {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
}
