@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}
body, table, input, textarea, select, option {
  font-size: 1em;
  color: #fff;
background-color: #000000;
  font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  border: 0px;
	margin: 0;
	padding: 0;
  vertical-align: top;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:hover {
   color: #fff;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}
a:hover, a:hover * {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  transition: 1.0;
}
* {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
body { 
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
#header {
  width: 100%;
	

  }

#header hr{
	  width: 100%;
    border: none;
    border-bottom: solid #e9c129 10px;
	margin-bottom: 30px;

	
}



#header .h-wrap {
	
  width: 1200px;
  margin: 0 auto 0;
display: flex;
}


#header .h-wrap ul{
clear: both;
}

#header .h-wrap ul li{
	float: left;
}


#header .h-nav {
	  width: 740px;

}



#header .h-nav ul{
clear: both;
}

#header .h-nav ul li{
	float: left;
}





#footer {
  width: 100%;
  background-color: #e9c129;
  height: 330px;

	
}
#footer .f-box {
  width: 1200px;

  margin: 50px auto 50px;
}
#footer .f-box ul {
  display: -webkit-flex;
  display: flex;
}
#footer .f-box ul li {
 	color: #000000;
  margin: 30px 60px 0 0;
  vertical-align: middle;
}

#footer .f-box ul li:first-child {
  margin: 10px 30px 0 60px;

}



#footer .f-box ul li a:link {
 	color: #000000;
}
#footer .f-box ul li a:visited {
	color: #000000;
}
#footer .f-box ul li a:hover {
 	color: #000000;
}
#footer .f-box ul li a {
  	color: #000000;
}
#footer .f-box ul li .ttl {
  font-size: 1.4em;
	color: #000000;
  margin-bottom: 10px;
}
#footer .f-copy {
  text-align: center;
  	color: #000000;
  margin-top: 0px;
}
/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#main{
  width: 100%;
  
}




#main .m-ttl {
	 width: 1200px;
	height: 50px;
background-color: #e9c129;
margin: 80px auto 30px;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 0 25px;
	
	
}



#main .m-box {
	 width: 1200px;

margin: 50px auto 50px;
	
}
#main .m-box img {
}


#main .m-rule {
	 width: 1200px;
background-color: #FFFFFF;
	border-radius: 20px;
margin: 50px auto 50px;

	
}

#main .m-rule ul{
	
		padding: 50px 50px 50px 80px;
}

#main .m-rule ul li{
	
	color: #000;
	font-size: 1.3em;
	line-height: 160%;	
	margin-bottom: 15px;
	list-style-type:square;
	
}



#main .m-rule ul li.indent{
  padding-left: 1em;
  text-indent: -1em;
	
}



#main .m-rule ul li span{
	color:#1883e7;
	line-height: 140%;
	font-weight: bolder;
}





#main .m-access {
	 width: 1200px;
background-color: #FFFFFF;
	border-radius: 20px;
margin: 50px auto 50px;

	
}

#main .m-access ul{
	
		padding: 50px 50px 50px 80px;
}

#main .m-access ul li{
	
	color: #000;
	font-size: 1.3em;
	line-height: 160%;	
	margin-bottom: 15px;
	list-style-type:square;
	
}



#main .m-access ul  p{
	
	color: #fff;
	background-color: #ff6a16;
	font-size: 1.4em;
	line-height: 160%;	
	margin-bottom: 15px;
	height: 45px;
	display:block;
	 width: 1100px;
	 margin-left:-30px;
	 padding-left: 1em;
		font-weight: bolder;
	letter-spacing:0.1em;
}





#main .m-access ul li.indent{
  padding-left: 1em;
  text-indent: -1em;
	
}



#main .m-access ul li span{
	color:#1883e7;
	line-height: 140%;
	font-weight: bolder;
}


#main .m-access .m-map{
	text-align: center;
	margin:  50px 0 70px;
}



#main .m-recruit {
	 width: 1200px;
background-color: #FFFFFF;
	border-radius: 20px;
margin: 50px auto 50px;

	
}


#main .m-recruit ul{
	
		padding: 50px 50px 50px 80px;
}

#main .m-recruit ul li{
	
	color: #000;
	font-size: 1.3em;
	line-height: 160%;	
	margin-bottom: 15px;
	list-style-type:square;
	
}



#main .m-recruit ul  p{
	
	color: #fff;
	background-color: #ff6a16;
	font-size: 1.4em;
	line-height: 160%;	
	margin-bottom: 15px;
	height: 45px;
	display:block;
	 width: 1100px;
	 margin-left:-30px;
	 padding-left: 1em;
		font-weight: bolder;
	letter-spacing:0.1em;
}





#main .m-recruit ul li.indent{
  padding-left: 1em;
  text-indent: -1em;
	
}



#main .m-recruit ul li span{
	color:#1883e7;
	line-height: 140%;
	font-weight: bolder;
}

#main .m-recruit a:link {
  color: #000;
  text-decoration: none;
}
#main .m-recruit a:hover {
   color: #000;
}
#main .m-recruit a:visited {
  color: #000;
}
#main .m-recruit a:active {
  color: #000;
}
#main .m-recruit a:hover, a:hover * {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  transition: 1.0;
}