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

html,body {height:100%;}
body {font-family:sans-serif;line-height:150%;}
img,input[type="image"]{max-width:100%;height:auto;}
div#all {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	position: relative;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

/*
  header
*/
#header {
	width: 100%;
	max-width: 640px;
	height: auto;
	position: fixed;
	z-index: 10000;
	top: 0;
}
#hd_top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 100;
}
.hd_inner {
	display: table;
	width: 90%;
	height: auto;
	padding: 3% 5%;
}
#hd_logo {
	display: table-cell;
	width: 92%;
	vertical-align: middle;
}
#hd_logo h1 {
	width: 36%;
	height: auto;
}
#hd_menu {
	display: table-cell;
	width: 8%;
	height: 0;
	padding-bottom: 8%;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}
#hd_menu:before,
#hd_menu:after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-bottom: 13%;
	position: absolute;
	background: #54667a;
	transition: .2s;
}
#hd_menu:before {
	bottom: 70%;
	left: 0;
}
#hd_menu:after {
	bottom: 20%;
	left: 0;
}
#hd_menu.close:before {
	bottom: 45%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#hd_menu.close:after {
	bottom: 45%;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#hd_btm {
	width: 100%;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	overflow-y: scroll;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 1000;
	opacity: 0;
}
.nav {
	width: 46%;
	height: auto;
	margin: 15% auto;
}
.nav li {
	padding: 6% 0;
	border-bottom: 1px solid #000;
}
/* --------------------- */
.section {
	width: 100%;
	height: auto;
	line-height: 1.6;
	padding: 12% 0;
}
.section .page_icon {
	width: 15%;
	margin: 0 auto;
	text-align: center;
}
.section .page_ttl {
	width: fit-content;
	margin: 2% auto 0;
	text-align: center;
}
.section .page_ttl img {
	height: 30px;
}
.hash_top {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.section h2 {
	width: 100%;
	height: auto;
	margin: 3px 0 0;
	padding: 3px 0;
	font-weight: normal;
	font-size: 70%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.3em;
}
.gry_ttl {
	background: #54667a;
}
.blu_ttl {
	background: #37aee6;
}

/*
  top
*/
#topArea {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/top/bg01.jpg) center top no-repeat;
	background-size: cover;
}
#topArea .top_logo {
	width: 56%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 22%;
}
#topArea .top_arrow {
	width: 8%;
	height: 0;
	padding-bottom: 8%;
	position: absolute;
	bottom: 5%;
	left: 46%;
	background: url(../images/top/arrow.png) center 50% no-repeat;
	background-size: cover;
}
#topArea .top_arrow a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*
  information
*/
#info {
	width: 100%;
    height: auto;
    padding: 12% 0;
    background: #fff;
    position: relative;
}
#info_hd {
    margin: 0 auto;
}
#info_inner ul {
	width: 100%;
	padding: 6% 10px;
	box-sizing: border-box;
}
#info_inner ul li {
	width: 49%;
	margin-bottom: 15px;
	font-size: 80%;
	float: left;
}
#info_inner ul li:nth-child(2n+1) {
	margin-right: 2%;
}
#info_inner ul li:nth-child(n + 5) {
    display: none;
}
#info_inner ul li a {
	text-decoration: none;
	color: #000;
}
#info_inner .info_thumb {
	width: 100%;
	max-height: 150px;
	background: #eee;
	overflow: hidden;
	border: 1px solid #eee;
}
#info_inner .info_thumb img {
	width: 100%;
}
#info_inner .info_sub_ttl {
	line-height: 1.2em;
}
#info_inner .info_time {
	font-size: 70%;
}
#facebook_pligin {
	width: 100%;
	margin: 0 auto;
    text-align: center;
}
#instagram {
    width: 322px;
    height: 80px;
    margin: 6px auto 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.4em;
    color: #000;
    border: 1px solid #eee;
}
#instagram a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
#instagram a:link,
#instagram a:active,
#instagram a:visited {
    text-decoration: none;
    color: #000;
}
#instagram a:hover {
    background-color: #eee;
    transition: all 0.5s ease;
}
#instagram a > img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

/*
  about
*/
#about {
	width: 100%;
	height: auto;
	padding: 12% 0;
	background: #def1fe;
	position: relative;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#about_hd {
	height: auto;
	margin: 0 auto;
}
#about_inner {
	margin: 6% 0 0;
	color: #4c4c4c;
	text-align: center;
}

/*
  works
*/
#works {
	width: 100%;
	height: auto;
	padding: 12% 0;
	position: relative;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#works_hd {
	/* width: 32%; */
	height: auto;
	margin: 0 auto 15px;
}
#works_inner .works_more {
	width: 100%;
	background-color: #37aee6;
	text-align: center;
	font-size: 85%;
	padding: 2% 0;
	color: #fff;
	cursor: pointer;
}
#works_inner dl {
	width: 96%;
	padding: 0;
	text-align: center;
	margin: 0 auto 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}#works_inner dl dt {
	margin-bottom: 15px;
}
#works_inner dl dd {
    width: 100%;
    margin: 0 0 10px 0;
}

#works_inner .works_photo {
    margin-bottom: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    height: 100%;
	text-align: center;
}
.works_cont_name {
	font-size: 85%;
	line-height: 1.2;
}
#works_inner .works_cont_pos {
	font-size: 100%;
	font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    background-color: #616974;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
}


/*
  sarvice
*/
#service {
	width: 100%;
	height: auto;
	padding: 12% 0;
	position: relative;
	background: #394451;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#svc_hd {
	height: auto;
	margin: 0 auto;
}

#right_slider_wrap {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
	background: #394451;
	color: #fff;
    z-index: 900;
    overflow-y: scroll;
	-webkit-overflow-scrolling:touch !important;
}
#right_slider_wrap .right_slider_close {
	width: 10%;
    height: auto;
	cursor: pointer;
	margin: 15px;
}
#right_slider_wrap .iframe {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

#enq_btm {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
	background: #394451;
	color: #fff;
    z-index: 900;
    overflow-y: scroll;
}

#cgSl {
	margin: 0 4%;
}
#cgSl.enq_sl p {
	font-size: 4vw;
	margin-bottom: 6%;
	padding: 0 10%;
}
#cgSl .enq_result {
	width: 70%;
	margin: 5% auto 10%;
}
#cgSl .enq_result img {
    width: 100%;
}
#cgSl .enq_tag {
    display: block;
    text-align: right;
}


#svc_chart {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#svc_chart .svc_sub_txt {
	padding: 6% 0;
    text-align: center;
	color: #fff;
	font-size: 100%;
}
/* #svc_chart ul {
	border: 1px solid #fff;
	padding: 10px;
	font-size: 0;
}
#svc_chart ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
#svc_chart ul li:nth-child(-n + 3) {
	margin-bottom: 2%;
}
#svc_chart ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}
#svc_chart ul li img {
    width: 100%;
    opacity: 1.0;
    transition:all 0.5s ease;
}
#svc_chart ul li:not(:first-child) img:hover {
    opacity: 0.5;
    transition:all 0.5s ease;
    cursor: pointer;
} */


#svc_chart .svc_chart_1 {
	margin: 0 auto 15px;
}
#svc_chart .svc_chart_1,
#svc_chart .svc_chart_9 {
	width: 80%;
}
#svc_chart .svc_chart_1::after,
#svc_chart .svc_chart_9::before {
	content: '';
	width: 2px;
	height: 15px;
	background: #fff;
	display: block;
	margin: 0 auto;
}

#svc_chart ul.svc_chart_8 {
	border: 2px solid #fff;
	padding: 5%;
	font-size: 0;
}
#svc_chart ul.svc_chart_8 li {
	width: 48%;
	height: auto;
	font-size: 14px;
	float: none;
	display: inline-block;
	background: #fff;
	position: relative;
}
#svc_chart ul.svc_chart_8 li:not(:nth-child(4n)) {
	margin-right: 0;
}
#svc_chart ul.svc_chart_8 li:not(:nth-child(2n)) {
	margin-right: 4%;
}
#svc_chart ul.svc_chart_8 li:nth-child(n + 3) {
	margin-top: 4%;
}
#svc_chart ul.svc_chart_8 li a {
	text-decoration: none;
	color : #000;
	display: block;
	opacity: 1.0;
	transition: all 0.5s ease;
}
#svc_chart ul.svc_chart_8 li a:hover {
	opacity: 0.5;
	transition: all 0.5s ease;
}
#svc_chart .svc_chart_9 {
	margin: 0 auto;
	text-align: center;
}
#svc_chart .svc_chart_name {
	height: 40px;
	color: #fff;
	background: #37aee6;
	display: block;
	text-align: center;
	font-size: 100%;
	line-height: 40px;
}
#svc_chart .a_arrow::after {
	content: '>';
	position: absolute;
	right: 10px;
}
#svc_chart .svc_chart_thumb {
	font-size: 80%;
	display: block;
	border: 2px solid #37aee6;
	background: #fff;
	padding: 10px;
	letter-spacing: .5;
	text-decoration-style: dotted;
}
#svc_chart .scale {
	transform: scale(0.8,1);
	transform-origin: 0 0;
	width: 125%;
}
#svc_chart ul li:not(:last-child) {
	margin-right: 0;
}
#svc_chart .ls {
	letter-spacing: -.6px;
}



/*
  staff
*/
#staffArea {
	width: 100%;
	height: auto;
	padding: 12% 0 0;
	position: relative;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#staff_hd {
	height: auto;
	margin: 0 auto;
}
/* enq */
#enq {
    background-color: #fff; padding: 6% 10px;
}
#enq .enq_sub_txt {
    padding: 0 0 2%;
    text-align: center;
}
#enq .enq_sub_txt_s {
	padding: 0 0 4%;
	font-size: 70%;
    text-align: center;
}
#enq .enq_chart {
    margin: 0 auto 6%;
    text-align: center;
}
#enq .enq_chart img {
    width: 50%;
}

/* アンケート レーダーチャート */
#enq_chart {
    width: 100%;
    margin: 0 auto 6%;
}
#enq_chart .enq_canvas {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 6%;
}
#enq_chart .enq_data {
    border: 1px solid #d5dce3;
    padding: 5px;
    font-size: 16px;
}
#enq_chart .enq_data h4 {
    margin: 0 auto;
    text-align: center;
	font-size: 150%;
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #d5dce3;
}
#enq_chart .enq_data .note {
	font-size: 60%;
    color: #616974;
}
#enq_chart .enq_data ul {
    margin: 0;
	padding: 0;
	font-size: 0;
}
#enq_chart .enq_data ul li {
	display: inline-block;
	vertical-align: top;
    text-align: center;
    margin-top: 5px;
	font-size: 16px;
	/* width: 33%; */
	width: 50%;
}
#enq_chart .enq_data ul li .enq_num {
    font-size: 150%;
}
#enq_chart .enq_data ul li .note {
	display: none;
}

@media (max-width: 750px) {
	#enq_chart .enq_data h4 {
		font-size: 14px;
	}
	#enq_chart .enq_data .note {
		font-size: 10px;
	}
	#enq_chart .enq_data ul li {
		font-size: 12px;
	}
}
/* アンケート　詳細表示 */
#enq > ul {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#enq > ul li {
    display: inline-block;
    vertical-align: top;
	box-sizing: border-box;
	width: 23.5%;
    padding: 1%;
	font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #37aee6;
    text-align: center;
    cursor: pointer;
    opacity: 1.0;
    transition:all 0.5s ease;
}
#enq > ul li:not(:nth-of-type(4n)) {
	margin-right: 2%;
}
#enq > ul li:hover {
    opacity: 0.5;
    transition:all 0.5s ease;
}
#enq > ul li a {
	text-decoration: none;
    color: #fff;
}
#enq .enq_cont_inner {
    border: 2px solid #fff;
	padding: 5% 2%;
	line-height: 1.2em;
	position: relative;
}
#enq .enq_icon {
    background-color: #fff;
    color: #37aee6;
    width: 37px;
	height: 37px;
	font-size: 25px;
	line-height: normal;
    border-radius: 50%;
    padding: 0;
    margin: 3% auto 10%;
}
#enq .enq_icon_arrow {
	text-align: right;
	position: absolute;
	right: 1%;
	bottom: 7%;
}
#enq .cont_modal_wrap {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background: #37afe6;
    z-index: 900;
    overflow-y: scroll;
}
#enq .cont_modal_inner {
	max-width: 640px;
	margin: 0 auto;
	padding: 20% 4% 0;
	position: relative;
}
#enq .cont_modal_close {
	width: 10%;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 10%;
    left: 4%;
}
#enq .enq_result {
	width: 70%;
    margin: 5% auto 10%;
}
#enq .enq_result img {
    width: 100%;
}
#enq ul.enq_comment {
	color: #fff;
}
#enq ul.enq_comment li {
	margin-bottom: 6%;
	padding: 0 10%;
    font-size: 20px;
}
#enq .enq_tag {
    display: block;
    text-align: right;
}

@media (max-width: 750px) {
	#enq > ul li {
		font-size: 3.2vw;
	}
	#enq .enq_icon {
		background-color: #fff;
		color: #37aee6;
		width: 25px;
		height: 25px;
		font-size: 16px;
		line-height: normal;
		border-radius: 50%;
		padding: 0;
		margin: 3% auto 10%;
	}
	#enq ul.enq_comment li {
		font-size: 4vw;
	}
}

/* 
  recruit
*/
#recruit {
	width: 100%;
	height: auto;
	padding: 12% 0;
	position: relative;
	background: #def1fe;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#recruit .recruit_sub_txt {
	margin: 3% 0 0;
	color: #54667a;
	text-align: center;
}
#recruit_hd {
	height: auto;
	margin: 0 auto;
}
#recruit_cont {
    width: 92%;
    margin: 0 auto;
    padding: 3% 0;
    text-align: center;
}
#recruit_cont nav ul {
    margin: 0 0 6%;
	
}
#recruit_cont nav ul li {
	font-weight: 600;
	/* width: 24%; */
	width: 31%;
	display: flex;
	justify-content: space-between;
	display: inline-block;
	margin-bottom: 1%;
	background-color: #fff;
	background-repeat: no-repeat;
    background-position: center bottom 5px;
    background-size: 20%;
    background-image: url(../images/recruit/accordionIcon_act.gif);
}
#recruit_cont nav ul li a {
	display: block;
    text-decoration: none;
	color: #616975;
	/* font-size: 115%; */
	font-size: 4vw;
	border-right: 4px solid #37aee6;
	border-bottom: 4px solid #2a96c9;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	padding: 20% 0;
    transition:all 0.5s ease;
}
#recruit_cont nav ul li a:hover {
	border-right: 4px solid #37aee6;
	border-bottom: 4px solid #37aee6;
	border-top: 4px solid #2a96c9;
	border-left: 4px solid #2a96c9;
    transition:all 0.5s ease;
}
#recruit_cont nav ul li a.recruit_new {
	line-height: 0.785;
}
#recruit_cont .recruit_new .recruit_icon::after {
    content: 'new';
    color: #ff0000;
	font-size: 83%;
	font-weight: 600;
	display: inline-block;
}
#recruit_cont .recruit_new .recruit_icon {
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#recruit_cont nav ul li:not(:nth-child(4n)) {
    /* margin-right: 1%; */
}
ul#recruit_cont_list {
    width: 100%;
    text-align: left;
}
ul#recruit_cont_list li {
    width: auto;
    margin-top: 10px;
    background-color: #fff;
    transition:all 0.5s ease;
    border: 5px solid #fff;
    border-right: 5px solid #616975;
    border-bottom: 5px solid #4c535c;
    cursor: pointer;
}
ul#recruit_cont_list li:hover {
    transition:all 0.5s ease;
    border: 5px solid #37aee6;
}
ul#recruit_cont_list li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #616975;
}
ul#recruit_cont_list li .recruit_cat_ttl {
	font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}
ul#recruit_cont_list li .recruit_cat_ttl_small {
	font-size: 75%;
}
ul#recruit_cont_list li .recruit_cat_txt {
	font-size: 85%;
    line-height: 1.5em;
    min-height: 63px;
    color: #000;
    margin-bottom: 10px;
}
ul#recruit_cont_list li .recruit_cat_txt_small {
	font-size: 70%;
    height: 22px;
    margin: 0 0 10px;
    color: #616975;
}
ul#recruit_cont_list li .note::before {
    content: '※ ';
}
ul#recruit_cont_list li .recruit_cat_more {
    border-top: 1px solid #616975;
    padding-top: 10px;
	text-align: right;
	font-size: 85%;
}
ul#recruit_cont_list li .recruit_cat_more:hover {
    text-decoration: underline;
}
#recruit_inner {
	width: 100%;
	height: auto;
	margin: 5% auto 0;
	text-align: center;
	overflow: hidden;
}
#recruit_inner h3 {
	width: 100%;
	height: auto;
	margin: 3px 0 0;
	padding: 3px 0;
	font-weight: normal;
	/* font-size: 85%; */
	font-size: 70%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.3em;
}
#recruit_tbl {
	width: 92%;
    height: auto;
	margin: 5% auto 0;
	font-size: 85%;
    color: #616975;
	background: #fff;
	text-align: left;
	overflow: hidden;
}
table#recruit_tbl tr th {
	background: #37aee6;
	width: 100%;
    height: auto;
    margin: 3px 0 0;
    padding: 3px 0;
    font-weight: normal;
    font-size: 80%;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3em;
}
table#recruit_tbl tr td {
	padding: 4%;
	font-size: 90%;
}
#recruit_tbl .mail_link a {
	display: inline-block;
	margin: 0 1%;
	padding: 0 1%;
	color: #fff;
	background: #37afe6;
	text-decoration: none;
}
#recruit_tbl a {
    color: #616975;
}


/* 
  access
*/
#access {
	width: 100%;
	height: auto;
	padding: 12% 0;
	position: relative;
	background: #394451;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#access_hd {
	height: auto;
	margin: 0 auto;
}
#access_inner {
	width: 93%;
	height: auto;
	margin: 5% auto 0;
	text-align: center;
	color: #fff;
	font-size: 80%;
}
#access_inner p {
	margin: 3% auto 0;
}
#access_inner a {
	color: #37aee6;
}
#access_inner .bld_fnt {
	font-weight: bold;
}
#access_inner p#map_btn {
	width: 87%;
	height: auto;
	margin: 5% auto 0;
}
#map {
    width: 100%;
    height: 300px;
    margin: 5% 0 0;
}


/* 
  profile
*/
#profile {
	width: 100%;
	height: auto;
	padding: 3% 0 0;
	position: relative;
	background: url(../images/profile/bg01.jpg) center top no-repeat;
	background-size: cover;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.5);
}
#profile_wrap {
	height: auto;
	margin: 0 auto ;
	padding: 10% 0 0;
	background: rgba(255,255,255,0.5);
}
#profile_hd{
	height: auto;
	margin: 0 auto;
}
#profile_inner {
	width: 100%;
	height: auto;
	margin: 6% 0 0;
}
#profile_inner .profile_cont {
	background: rgba(255,255,255,0.9);
	color: #54667a;
}
#profile_inner .profile_cont h3 {
	width: 100%;
	height: auto;
	font-weight: normal;
	font-size: 70%;
	letter-spacing: 0.3em;
	color: #fff;
	text-align: center;
	line-height: 25px;
	background: #37aee6;
}
#vision .vision_ttl {
	margin: 4% 4% 2%;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#vision .vision_txt {
	margin: 0 4%;
	font-size: 80%;
	text-align: left;
	line-height: 1.7;
	padding-bottom: 5%;
}
#policies ul {
	padding: 4%;
}
#policies ul li {
	margin: 0 0 2%;
    background-size: 0.9em auto;
	line-height: 1.3;
	font-size: 80%;
}
#policies ul li::before {
    content: "■";
    color: #37afe6;
    padding: 0 10px 0 0;
}
#policies ul li span::after {
	content: '\A　';
	white-space: pre-wrap;
    padding: 0 10px 0 0;
}

#profile_inner > .topMrg30 {
	margin-top: 0!important;
	border-top: 3px solid #37afe6;
}
#profile_inner .profile_tbl {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 80%;
	background: rgba(255,255,255,0.9);
	table-layout: fixed;
}
#profile_inner .profile_tbl a {
	color: #54667a;
}
#profile_inner .profile_tbl th,
#profile_inner .profile_tbl td {
	vertical-align: top;
}
#profile_inner .profile_tbl th {
	width: 25%;
	padding : 2% 0;
	font-weight: normal;
	color: #fff;
	background: #37afe6;
	text-align: center;
	letter-spacing: 0.3em;
}
#profile_inner .profile_tbl td {
	padding: 2% 4%;
	text-align: left;
	color: #54667a;
}

/* 
  footer
*/
footer{
	width: 100%;
	height: auto;
	background: #37afe6;
	color: #fff;
	text-align: center;
	font-size: 10px;
}