@charset "utf-8";
/* CSS Document */

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	}

body {
	margin: 0;
	background-color: #F7F4F2;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
	}
	

/*common
------------------------------------------*/
h1,h2,h3,h4,h5,ul,li,dl,dt,dd,table,figure {
	border-collapse: collapse;
	list-style: none;
	margin: 0;
	padding: 0;
	}

*{ box-sizing: border-box; }

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	}

a img { 
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	}

a:hover img { 
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	}

a {
	color: #006699;
	text-decoration: none;
	}

a:hover { color: #599BCA; text-decoration: underline; }

.inner { width: 830px; margin: 0 auto; position: relative; }
.fr { float: right; }
.fl { float: left; }

#main {
	float: left;
	width: 575px;
	}

#side {
	float: right;
	width: 185px;
	}

.clear{ clear: both; }

.cf:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.cf { display: inline-table; }

/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }

.alignC { text-align: center; }

/*header
------------------------------------------*/
header {
	background: url(../img/header_bg.jpg) repeat-x;
	padding-top: 20px;
	height: 132px;
	box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.6);
	z-index: 1;
	position: relative;
	}

header h1 {
	float: left;
	}

header .fr a {
	display: inline-block;
	background: url(../img/arrow01.gif) no-repeat left center;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	}


/*nav
------------------------------------------*/
nav {
	width: 830px;
	margin: 16px auto 0;
	}

nav ul {
	display: -webkit-flex;
	display: flex;
	}

nav ul li {
	width: 100%;
	text-align: center;
	}

nav ul li a {
	display: block;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	padding: 8px 0 0;
	height: 40px;
	}

nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.6;
	}

nav ul li.ac a {
	background: rgba(255,255,255,0.2);
	}

nav ul li a small {
	display: block;
	font-size: 8px;
	font-weight: normal;
	color: #a4c6e4;
	text-shadow: none;
	}

nav ul li a span {
	display: block;
	border-left: 1px solid #659dd0;
	border-right: 1px solid #2c79bf;
	}

#navBtn {
	display: none;
	}

.g_navi li a{
	margin: 0;
	padding: 8px 3px;
	border-bottom: solid 1px #ddd;
	display:inline-block;
	width: 100%;
	}

.g_navi li a:hover{
	background: #f3f3f3;
	}

.g_navi li.active a{
	background: #0f65ac;
	color: #fff;
	}


/*footer
------------------------------------------*/
footer {
	background: #666;
	color: #FFF;
	padding: 20px 0;
	}

footer a {
	color: #FFF;
	}

footer a:hover {
	color: #FFF;
	}

footer ul {
	width: 450px;
	float: left;
	}

footer ul li {
	display: inline-block;
	}

footer ul li:after {
	content: "　|　";
	}

footer ul li:last-child:after {
	content: none;
	}

footer .copyright {
	float: right;
	margin: 10px 0 0;
	}

#pagetop {
	text-align: right;
	margin: 0;
	padding: 30px 0 10px;
	clear: both;
	}

#pagetop a {
	font-size: 11px;
	background: url(../img/arrow02.gif) no-repeat left 2px;
	padding-left: 15px;
	}


/*top
------------------------------------------*/
#contents {
	width: 830px;
	margin: 0 auto;
	padding: 0 15px;
	background: #FFF;
	}

#mainvisual {
	padding: 25px 0 0 0;
	}

.topMsg {
	background-image: url(../img/bg01.gif);
	border: 1px dashed #a6a6a5;
	padding: 25px;
	margin-bottom: 30px;
	}

.topMsg h2 {
	color: #ff3333;
	font-size: 17px;
	padding: 0;
	margin-bottom: 10px;
	}

.topMsg p {
	margin: 0;
	}

.topMsg img {
	float: left;
	}

.topMsg .fr {
	width: 382px;
	}

#topics h3 {
	font-size: 15px;
	border-top: 3px solid #4e8fca;
	width: 127px;
	padding: 15px;
	float: left;
	}

#topics h3 small {
	font-size: 10px;
	line-height: 1;
	display: block;
	color: #4287c6;
	}

#topics dl {
	padding: 15px;
	float: right;
	width: 448px;
	border-top: 3px solid #ccc;
	}

#topics dt {
	font-weight: bold;
	}

#topics dd {
	margin-bottom: 20px;
	}


/*sub
------------------------------------------*/
h2 {
	padding-top: 15px;
	margin-bottom: 20px;
	}

.table01 {
	width: 100%;
	}

.table01 th,
.table01 td{
	padding: 10px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	vertical-align: top;
	text-align: left;
	}

.table01 th {
	width: 120px;
	color: #FFF;
	background-color: #9A9788;
	border-radius: 5px;
	}
	
.sub h3 {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #0F65AC;
	border-radius: 5px;
	}
	
.sub h4 {
	padding: 5px 10px;;
	margin-bottom: 20px;
	color: #fff;
	background-color: #868373;
	border: 2px solid #a5a293;
	border-radius: 5px;
	}

.sub h4.recruit {
	background: none;
	border: none;
	color: #0f65ac;
	border-radius: 0;
	border-left: 6px solid #0f65ac;
	border-bottom: 1px solid #ddd;
	}

.sub dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	}

.sub dt {
	color: #0F65AC;
	margin-bottom: 15px;
	font-weight: bold;
	}

.sub dd {
	}
	
.sitemapArea ul li {
	width: 30%;
	margin-left: 5%;
	float: left;
	}

.sitemapArea ul li:nth-child(3n+1) {
	margin-left: 0;
	}
	
.sitemapArea li a {
	padding: 10px 20px;
	display: block;
	border-top: 1px dotted #999;
	background: url(../img/sitemap_ico.gif) no-repeat;
	background-position: 10px center;
	}
	
.sitemapArea .last {
	border-bottom: 1px dotted #999;
	}
	
.sitemapArea .last02 {
	border-bottom: 1px dotted #999;
	}

ul.recruit_box{
	margin-left: -10px;
	}

ul.recruit_box li a{
	background: #ffffff;
	border-radius: 5px;
	border: solid 1px #0f65ac;
	color: #0f65ac;
	text-decoration: underline;
	float: left;
	width: 282px;
	margin: 0 0 10px 10px;
	padding: 15px 5px;
	text-align: center;
	}

ul.recruit_box li a:hover{
	background: #0f65ac;
	border: solid 1px #0f65ac;
	color: #fff;
	text-decoration: none;
	}

.g_navi{
	margin-bottom: 15px;
	}

.g_navi p{
	border-bottom: solid 2px;
	color: #0f65ac;
	margin: 0;
	padding: 0 3px 5px 3px;
	font-weight: bold;
	}

a.c_button{
	background: #0f65ac;
	border-radius: 5px;
	color: #fff;
	margin:0 auto;
	display:block;
	text-align: center;
	padding: 16px 5px;
	margin-top: 10px;
	width: 125px;
	}

a.c_button:hover{
	background: #6aa1d1;
	text-decoration: none;
	}


/*form
------------------------------------------*/
form b {
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	padding: 2px 5px;
	float: right;
	color: #900;
	background: #EDEDED;
	}

form input {
	width:100%;
	padding: 5px;
	border-radius: 3px;
	}
	
form span {
	margin-top:5px;
	color: #666;
	font-size: 11px;
	}
	
form .textarea {
	width:100%;
	height:200px;
	padding: 5px;
	border-radius: 3px;
	}

form .table01 th {
	width:150px;
	}
	
.submit {
	width: 200px;
	padding:10px;
	line-height:inherit;
	-webkit-appearance:none;
	}
	
.sub .hajimeni {
	padding: 0 20px 10px 20px;
	margin: 10px 0 20px;
	border: 1px solid #0F65AC;
	border-radius: 5px;
}
.sub .hajimeni__ttl {
	color: #0F65AC;
	background: none;
	padding: 0;
	margin-top: -10px;
	text-align: center;
	border-radius: 0;
	position: relative;
}
.sub .hajimeni__ttl span {
	background: #fff;
	padding: 0 8px;
	display: inline-block;
}
.sub .hajimeni .philosophy {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
}
.activity__tag {
	gap: 8px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.activity__tag li {
	color: #0F65AC;
	background: #f5f5f5;
	padding: 4px 8px;
	border: 1px solid #ddd;
}
ol {
	padding-left: 20px;
	margin-bottom: 0;
}
ol li {
	list-style-type: disc;
}
ol li:not(:last-of-type) {
	margin-bottom: 8px;
}
.x2 {
	gap: 15px;
	display: -webkit-flex;
	display: flex;
}
.x2 > * {
	width: calc((100% - 15px) / 2);
}
.x3 {
	gap: 15px;
	display: -webkit-flex;
	display: flex;
}
.x3 > * {
	width: calc((100% - 30px) / 3);
}
figure figcaption {
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
}
.wrap__bg {
	background: #f5f5f5;
	padding: 0 20px;
}
.multi__txt {
	overflow: hidden;
}
.multi__img {
	float: right;
	margin-left: 20px;
}


/*SP
================================================================================================================================*/
@media screen and (max-width: 480px){

/*common
------------------------------------------*/
html {
	font-size: 14px;
	}

body {
	min-width: initial;
	background: none;
	}

.inner{ width:initial;}

#main {
	float: none;
	width: initial;
	}

#side {
	width: 100%;
	}

#side img {
	display:none
	}

	
/*header
------------------------------------------*/
header {
	padding: 0;
	height: auto;
	background: #f8f4f3;
	box-shadow: none;
	}


header h1 {
	float: none;
	padding: 10px;
	}

header h1 img {
	height: 40px;
	}

header .fr {
	display: none;
	}


/*nav
------------------------------------------*/
nav {
	width: initial;
	margin: 0;
	display: none;
	}

nav ul li {
	float: none;
	width: initial;
	background: #006699;
	border-bottom: 1px dotted #FFF;
	}

nav ul li a {
	padding: 15px;
	height: auto;
	}

nav ul li.ac a {
	background: rgba(255,255,255,0.2);
	}

nav ul li a small {
	display: none;
	}

nav ul li a span {
	border: none;
	}

#navBtn {
	display: inline-block;
	color: #FFF;
	background: #006699;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
.g_navi {
	padding: 10px 3px;
	}


/*footer
------------------------------------------*/
footer {
	padding: 0;
	text-align: center;
	}

footer ul {
	width: initial;
	float: none;
	margin-left: -1px;
	}

footer ul li {
	display: block;
	width: 50%;
	float: left;
	border-left: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	}

footer ul li:first-child {
	width:100%;
	}

footer ul li a {
	display: block;
	padding: 10px;
	}

footer ul li:after {
	content: none;
	}

footer .copyright {
	float: none;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	background: #FFF;
	color: #999;
	}


/*top
------------------------------------------*/
#contents {
	width: initial;
	padding: 10px;
	}

#mainvisual {
	padding: 0;
	margin-bottom: 20px;
	}

.topMsg {
	padding: 10px;
	margin-bottom: 30px;
	}

.topMsg h2 {
	display: inline;
	}

.topMsg img {
	width: 100px;
	margin: 0 10px 10px 0;
	}

.topMsg .fr {
	width: initial;
	float: none;
	}

#topics h3 {
	width: initial;
	padding: 10px 0;
	float: none;
	}

#topics h3 small {
	margin-left: 10px;
	display: inline-block;
	}

#topics dl {
	padding: 10px 0;
	float: none;
	width: initial;
	border-top: 1px solid #ccc;
	}

#topics dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	}


/*sub
------------------------------------------*/
h2 {
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
	}

h2 img {
	max-width: inherit;
	width: 250%;
	}

.table01 th,
.table01 td{
	display: block;
	border: none;
	}

.table01 th {
	width: initial;
	color: #FFF;
	background-color: #9A9788;
	border-radius: 5px;
	}

.table01 td{
	padding:10px 0;
	}

.sub dt {
	margin-bottom: 5px;
	}
	
.sitemapArea ul li {
	width: 100%;
	float: none;
	margin-left: 0;
	}
	
.sitemapArea .last02 {
	border: none;
	}

form .table01 th {
	width:initial;
	}
	
ul.recruit_box{
	margin-left: 0;
	}

ul.recruit_box li a{
	float: inherit;
	width: 100%;
	margin: 0 0 10px 0;
	display: inline-block;
	}

ul.recruit_box li a:hover{
	background: #0f65ac;
	border: solid 1px #0f65ac;
	color: #fff;
	text-decoration: none;
	}

.multi {
	display: flex;
	flex-direction: column;
}
.multi__img {
	float: none;
	margin-left: 0;
	text-align: center;
}
}
