/* reset */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figure, figcaption, header, footer, main, nav, section, time {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
}
article, aside, details, figure, figcaption, header, footer, main, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: none;
}
blockquote, q {
	quotes: none;
}
img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}
a img {
	border: 0;
}
button {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Image */

a {
	transition-duration: 300ms;
}
a:hover {
	opacity: 0.7;
}
a:hover img.no_ro {
}
img.fit_limit {
	max-width: 100%;
	height: auto;
}
img.fit {
	width: 100%;
	height: auto;
}
body {
	color: #333;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
}
p, li, dt, dd, th, td {
	line-height: 1.8;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
i, em {
	font-style: normal;
}
html {
	overflow-y: scroll;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 750px) {
body {
	font-size: 80%;
}
input, select, textarea {
	font-size: 16px;
}
}
/* BASE LAYOUT */

html, body {
	height: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 230px;
}
#menu {
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 100;
}
#menu_bar {
	width: 120px;
	height: 100%;
	background: #ffffff;
	position: relative;
	z-index: 101;
	margin: 0;
}
#menu h1 {
	padding-top: 50px;
	text-align: center;
}
#menu h1+p {
	text-align: center;
	margin-top: 50px;
}
#menu a:hover {
	text-decoration: none;
}
#close {
	display: none;
}
#main {
	padding-left: 120px;
	width: 100%;
	position: relative;
}
#main_contact {
	position: fixed;
	z-index: 99;
	right: 30px;
}
#main_contact li {
	background: #ffffff;
	text-align: center;
	height: 64px;
	padding: 12px 0;
}
#main_contact li:nth-of-type(1) {
	width: 200px;
	float: left;
}
#main_contact li:nth-of-type(2) {
	width: 280px;
	float: left;
	margin-left: 20px;
}
#footer {
	position: absolute;
	width: 100%;
	height: 230px;
	background: #464646;
	z-index: 200;
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#footer .column {
	margin: auto;
	padding-top: 30px;
}
#footer_nav li:before {
	content: ">";
}
#footer_nav {
	display: block;
	float: left;
	vertical-align: top;
	margin-bottom: 30px;
}
#footer_contact {
	display: block;
	float: right;
	vertical-align: top;
	font-size: 0;
	text-align: right;
}
#footer_nav li {
	display: inline-block;
	margin-right: 15px;
}
#footer_contact li {
	display: inline-block;
	border: 1px solid #ffffff;
	text-align: center;
}
#footer_contact li:nth-of-type(1) {
	width: 200px;
}
#footer_contact li:nth-of-type(2) {
	width: 280px;
	margin-left: 20px;
}
#footer_contact li a {
	display: block;
	padding: 12px 0;
}
#footer_contact li a:hover {
	background: #ffffff;
}
#footer_contact li a:hover img {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#footer .copy {
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 17px;
	width: 100%;
	line-height: 100%;
}


/* ///////// RESPONSIVE ///////// */
 @media screen and (max-width: 750px) {
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#menu {
	width: 100%;
	height: 50px;
	position: fixed;
}
#menu_bar {
	width: 100%;
	height: 50px;
	position: relative;
}
#menu h1 {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
}
#sp_menu_icon {
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
#menu h1 img {
	height: 18px;
}
#sp_menu_icon img {
	height: 18px;
}
#top_nav_sp {
	display: none;
	background: rgba(255,255,255,0.95);
}
#top_nav_sp li {
	text-align: center;
}
#top_nav_sp {
	overflow: scroll;
}
#nav_sp ul {
	margin: 0 20px;
}
#nav_sp li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(11, 162, 154,0.4);
}
#nav_sp li a {
	padding: 16px;
	display:block;
}
#nav_sp li a img {
	vertical-align: middle;
	width: 249.5px;
}
#sp_contact {
	margin: 30px auto;
	width: 76%;
	padding-bottom: 30%;
}
#sp_contact li {
	border: 1px solid #0ba29a;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.03);
	margin: auto;
	margin-bottom: 10px;
	width: 270px;
	max-width: 80%;
}
#sp_contact li a {
	display: block;
	width: 100%;
	padding: 10px;
}
#sp_contact li a img {
	width: 240px;
}
#footer {
	position: relative;
	width: 100%;
	height: 196px;
	background: #464646;
	z-index: 0;
	color: #ffffff;
}
#footer_contact {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
#footer_contact li a {
	height: 100%;
}
#footer_contact ul {
	width: 100%;
}
#footer_contact li {
	height: 100%;
	width: 175px;
}
#footer_contact li a {
	padding: 10px;
}
#footer_contact img {
	width: 160px;
	vertical-align: middle;
}
#footer_contact li:nth-of-type(1) {
	max-width: 47.5%;
}
#footer_contact li:nth-of-type(2) {
	max-width: 47.5%;
	margin-left: 5%;
}
#footer .copy {
	font-size: 9px;
	padding-bottom: 10px;
}
}
/* 共通class */


.clearfix {
	clear: both;
}
.column {
	overflow: hidden;
	clear: both;
}
.table {
	display: table;
	table-layout: fixed;
}
.tcell {
	display: table-cell;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
.more a {
	display: block;
	width: 240px;
	background: #234082;
	margin: 35px auto;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
}
.more img {
	margin: 0;
}
.under {
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.14em;
	color: #444444;
	opacity: 0.6;
	margin-top: 10px;
	line-height: 100%;
}
a:hover .under {
	text-decoration: none;
}
#menu .under {
	letter-spacing: inherit;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (min-width: 751px) {
.sp {
	display: none !important;
}
#footer .column {
	max-width: 1280px;
	margin: auto;
}
#footer_contact {
	max-width: 500px;
}
#wrapper {
	min-height: 750px;
}
#menu {
}
#nav {
/*	padding-bottom:230px; */

}
#nav {
	height: calc(100% - 20px);
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	min-height: 20%;
}
#nav li {
	width: 100%;
}
#nav li, #nav li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}
#top_nav {
	position: absolute;
	left: 120px;
	left: -600px;
	right: 0;
	top: 0;
	bottom: 0;
	width: 600px;
	/*	min-height: 100%; */
	background: rgba(255,255,255,0.8);
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#top_nav ul {
	position: absolute;
	top: 0;
	width: 600px;
	padding: 35px 0;
}
#nav li {
	display: block;
	text-align: center;
	height: 20%;
}
#nav li:before {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #0ba29a;
	border-radius: 100%;
	margin: auto;
	position: relative;
	content: " ";
}
#nav li:last-child:after {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #0ba29a;
	border-radius: 100%;
	margin: auto;
	position: relative;
	content: " ";
}
#nav li div.flex {
	margin: 20px auto;
	height: calc(100% - 20px);
}
#nav li a {
	width: 100%;
	height: calc(100% - 20px);/*	padding:70px 0;	 */
}
#nav li a span {
	display: block;
}
#nav li a span span {
	height: auto;
}
}
 @media screen and (max-width: 750px) {
.pc {
	display: none !important;
}
.flex {
	display: block;
}
.flex_child {
	width: 100% !important;
}
#main {
	margin: 0;
	padding: 0;
	padding-top: 50px;
}
#menu {
	width: 100%;
	height: auto;
}
#menu h1 {
	margin: 0;
}
#menu img {
	margin-top: 0;
}
}




/* footer button 1column */
 @media screen and (max-width: 750px) {
	 #footer_contact ul {
		text-align:center; 
	 }
	 
 }



