@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Amiri&display=swap');
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	color: #1D1D1D;
	line-height: 1.6;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1200px;
}

a {
	-webkit-transition: opacity .3s, background .3s, color .3s;
	transition: opacity .3s, background .3s, color .3s;
}

.inner {
	margin: 0 auto;
}

.main-hd {
}

.-about .main-hd_cnt,
.-support .main-hd_cnt,
.-training .main-hd_cnt,
.-workhouse .main-hd_cnt {
    height: 238px;
	margin-bottom: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.-access .main-hd_cnt,
.-contact .main-hd_cnt,
.-faq .main-hd_cnt {
    height: 238px;
	/* margin-bottom: 100px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.-about .main-hd_cnt {
	background-image: url(/center/img/about/img-mainhd.webp);
}

.-support .main-hd_cnt {
	background-image: url(/center/img/support/img-mainhd.webp);
}

.-training .main-hd_cnt {
	background-image: url(/center/img/training/img-mainhd.webp);
}

.-workhouse .main-hd_cnt {
	background-image: url(/center/img/workhouse/img-mainhd.webp);
}

.-access .main-hd_cnt {
	background-image: url(/center/img/access/img-mainhd.webp);
}

.-faq .main-hd_cnt {
	background-image: url(/center/img/faq/img-mainhd.webp);
}

.-contact .main-hd_cnt {
	background-image: url(/center/img/contact/img-mainhd_2512.webp);
	margin-bottom: 0;
}

.bg_color {
	background-color: #F5F5F5;
	padding: 100px 0 90px;
}

.-access .bg_color {
	margin-bottom: 100px;
}

.-faq .bg_color {
	margin-bottom: 80px;
}

.-contact .bg_color {
	margin-bottom: 40px;
}

.main-hd_ttl {
	width: 40%;
}

.main-hd_ttl_cnr {
	position: relative;
	top: 43%;
	color: #fff;
	font-weight: bold;
}

.main-hd_ttl_cnr .border {
	width: 280px;
}

.main-hd_ttl_txt {
    font-size: 28px;
}

.ttl {
	margin-bottom: 30px;
}

.ttl .ttl-txt {
	font-size: 24px;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	color: #E5919E;
	margin-bottom: 25px;
}

.bg_pink_ttl {
	color: #fff;
	background-color: #E5919E;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	padding: 10px 18px;
}

.under_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #E5919E;
    padding-bottom: 10px;
}

.under_ttl::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 8px;
    background-image: url('/center/img/cmn/ttl-img-pink◯@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.border_btm {
    border-bottom: #E5919E solid 3px;
}

.under_ttl_cnt {
    margin-bottom: 20px;
}

.contact {}
.contact_wrap {}
.contact_cnt {
	background-color: #f6f7f6;
	padding: 30px 80px;
	text-align: center;
	border-radius: 15px;
	border: solid 1px #ddd;
}



.contact_tel {
	color: #E5919E;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 15px;
	display: inline-block;
}

.contact_cnt_ttl,
.contact_cnt_fax {
	font-size: 16px;
}

.contact_cnt_ttl {
	padding-bottom: 10px;
}

.contact_cnt_fax {

}


.tbl {
	width: 100%;
}

.tbl tr {
	border-top: solid 1px #CCCCCC;
}

.tbl tr:last-child {
	border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.tbl-ttl {
	padding: 15px;
    text-align: left;
    width: 15%;
    background-color: #F5F4F0;
}
.tbl-cnt {
	padding: 15px 20px;
}


.main-hd_img {
	width: 60%;
	position: relative;
}

.main-hd_img-item {
	width: 883px;
	position: absolute;
	right: 0;
}


.-sp {
	display: none;
}

.-pc {

}

 
.inner.-large {
	max-width: 1240px;
}

.inner.-small {
	max-width: 870px;
}

.inner.-pad0 {
	padding: 0;
}

.ff-yu {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}

.ff-amiri {
	font-family: 'Amiri', serif;
}

.ff-unica {
	font-family: 'Unica One', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.bg-gray {
	background: #F5F6F7;
}

.vis-sp,
.vis-tb {
	display: none;
}

.-home .main {
	max-width: unset;
	overflow: unset;
}

.main {
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 1400px;
    margin: 0 auto;
}

.-access .main {
	max-width: 1100px;
}

.main_hd {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #9FBE21;
	position: relative;
	line-height: 1;
	height: 450px;
}

.main_hd.-small {
	height: 180px;
}

.main_hd:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 106px;
	width: 66px;
	height: 3px;
	background: #FFF;
}

.main_hd_cnt {
	position: absolute;
	bottom: 50px;
	left: 80px;
	color: #FFF;
}

.main_hd_ttl {
	margin-top: 5px;
	font-size: 40px;
}

.cmnanchor > a:hover {
	color: #e5919e;
}

.head {
	line-height: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 15px 15px 30px 35px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.-contact .head {
	padding: 15px 15px 30px 35px;
}

.head_logo {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 10px;
}

.head_cnt {
	display: flex;
	align-items: center;
}

.head_nav {
	margin-right: 10px;
}

.head_nav > a {
	margin-right: 2em;
	position: relative;
	padding-left: 12px;
	text-decoration: none;
    color: black;
}

.head_nav > a:before {
	content: url(/center/img/cmn/>_icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: -5px;
	margin-bottom: 3px;
}

.head_nav > a:hover {
	color: #e5919e;
}

.head_nav > a:last-child {
	margin-right: 0;
}

.head_cntct {
	display: flex;
	align-items: center;
}

.head_cntct_phone {
	position: relative;
	padding: 0 15px;
	margin: 0;
}

.head_cntct_phone dt {
	font-size: 12px;
	padding-left: 22px;
}

.head_cntct_phone dd {
	margin-top: 5px;
	border-left: solid 1px #D3D3D3;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
}

.head_cntct_phone dd p {
	margin-top: 0;
	margin-bottom: 8px;
    margin-left: 47px;
	font-size: 11px;
}

.head_cntct_phone dd a {
	position: relative;
	font-size: 30px;
	display: inline-block;
	padding-left: 22px;
}

.head_cntct_phone dd a:before {
	content: url(/center/img/cmn/call-pink-icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
	margin-bottom: 13px;
}

.head_cntct_form {
	display: inline-block;
	line-height: 40px;
	height: 30px;
	text-align: center;
	border-left: solid 1px #D3D3D3; 
	padding: 0 15px;
}

.head_cntct_form span {
	color: #3574C9;
	font-size: 20px;
	vertical-align: -0.15em;
}

.head_cntct_form span:before {
	content: url(/center/img/cmn/mail-icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
	margin-bottom: 32px;
}

.head_menu {
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #333333;
	background: none;
	font-size: 13px;
	cursor: pointer;
	outline-style: none;
}

.head_menu span {
	display: block;
	background: #333333;
	width: 40px;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	height: 1px;
	top: 20px;
}

.head_menu span.-top {
	-webkit-animation: menu_top .5s;
	animation: menu_top .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu span.-btm {
	-webkit-animation: menu_btm .5s;
	animation: menu_btm .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu.-open span.-top {
	-webkit-animation: menu_top_close .5s;
	animation: menu_top_close .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu.-open span.-btm {
	-webkit-animation: menu_btm_close .5s;
	animation: menu_btm_close .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu em {
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1;
}

.gnav {
	line-height: 1;
	padding-bottom: 15px;
}

.-contact .gnav {
	padding-bottom: 0px;
	height: 23px;
}

.gnav_list {
	display: table;
	width: 100%;
	text-align: center;
}

.gnav_list > a {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
    color: black;
	border-left: solid 1px #eeeeee;
}

.gnav_list > a.vis-sp {
	display: none;
}

.gnav_list > a:hover {
	color: #e5919e;
}

.gnav_list > a:first-child {
	border-left: none;
}

.foot {
	position: relative;
	background: #FFF;
	line-height: 1;
	z-index: 5;
	border-top: solid 1px #DDDDDD;
}

.foot .inner {
    border-top: none;
    padding: 0;
	max-width: 1600px;
}

.foot_pt {
	position: absolute;
	right: 0;
	bottom: calc(100% + 38px);
	display: block;
	color: #FFF;
	background: #182946;
	width: 60px;
	height: 60px;
}

body.-home .foot_pt {
	bottom: 100%;
}

.foot_pt:hover {
	opacity: 0.7;
}

.foot_pt span {
	position: absolute;
	left: 0;
	text-align: center;
	top: 50%;
	width: 100%;
	display: block;
	line-height: 1;
	font-size: 11px;
	margin-top: -0.5em;
}

.foot_row {
	/* border-top: 1px solid #ddd; */
}

.foot_row.-copy {
	background: #182946;
	color: #fff;
}

.foot_main {
	padding: 30px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: flex-end;
	flex-direction: row-reverse;
}

.foot_nav {
	display: flex;
	justify-content: space-between;
}

.foot_nav_col {
}

.foot_nav.-pc a {
	display: inline-block;
	margin-right: 3em;
}

.foot_nav.-sp a {
	display: none;
}

.foot_nav a:hover {
	color: #e5919e;
}

.foot_nav a:last-child {
	margin-right: 0;
	color: #000;
}

.foot_info {
}

.foot_info_logo {
}



.foot_info_logo img.-sp {
	display: none;
}

.foot_info_cmy {
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.-pc .foot_info_cmy {
	font-family: auto;
}

.foot_info_cmy p {
	font-size: 20px;
	display: flex;
	align-items: center;
}
.foot_info_cmy p span {
	padding-left: 15px;
	font-size: 24px;
}

.foot_info_cmy h4 {
	font-size: 12px;
	margin-bottom: 12px;
}
.foot_info_cmy h2 {
	font-size: 24px;
}

.foot_info_addr {
	margin-top: 15px;
	font-size: #333333;
}

.foot_info_addr .vis-sp {
	display: none;
}

.foot_group {
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.foot_group > a {
	padding: 15px 10px;
	border: 1px solid #fff;
}

.foot_group> a.-home {
	width: 170px;
	background-color: #CCD6EC;
	text-decoration: none;
    color: black;
}

.foot_group> a.-gozan {
	width: 223px;
	background-color: #CFDDEB;
	text-decoration: none;
    color: black;
}

.foot_group> a.-tanino{
	width: 150px;
	background-color: #DFECCE;
}

.foot_group> a.-center {
	width: 297px;
	background-color: #F3DAE5;
	text-decoration: none;
    color: black;
}

.foot_group> a.-ninchisho {
	width: 298px;
	background-color: #CFE8EA;
	text-decoration: none;
    color: black;
}

.foot_group> a.-recruit {
	width: 191px;
	background-color: #D9F0FB;
	text-decoration: none;
    color: black;
}

.foot_group > a:hover {
	color: #4573c3;
}

.foot_group > a:after {
	content: url('../img/cmn/nav-icon.svg'); 
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle; 
    margin-left: 7px; 
}

.foot_copy {
	text-align: center;
	font-size: 13px;
	padding: 25px 0;
	margin: 0;
}

.foot_info_addr a {
}

.foot_jc {
	margin-left: -130px;
}

.breadcrumb {
	list-style: none;
	display: flex;
	gap: 5px;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.breadcrumb li {
	font-size: 14px;
	color: #9B9B9B;
}

.breadcrumb a {
	text-decoration: none;
	color: #9B9B9B;
	transition: color 0.3s;
}

.breadcrumb a:hover {
	color: #e5919e;
}

.breadcrumb .current {
	font-weight: bold;
	color: #333;
}

@media screen and (max-width:1400px) {

}

@media screen and (max-width:1024px) {
	.gnav_list {
		display: block;
		width: 100%;
	}
	.-faq .main {
		max-width: 1200px;
	}

	.gnav_list > a {
		width: 19%;
		display: inline-block;
	}

}

@media screen and (min-width:641px) {
	.gnav {
		display: flex;
		justify-content: center;
	}

}

@media screen and (max-width:640px) {
	body {
		font-size: 14px;
		min-width: unset;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.-sp {
		display: block;
	}

	.-pc {
		display: none;
	}

	.ttl .ttl-txt {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.contact_cnt_ttl {
		padding-bottom: 10px;
		font-size: 13px;
		line-height: 0.8 !important;
	}

	.contact_tel {
		font-size: 28px;
		padding-bottom: 0;
	}

	.tbl {
		width: 100%;
	}
	
	.tbl tr {
		border-top: solid 1px #CCCCCC;
	}
	
	.tbl tr:last-child {
		border-top: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
	}
	
	.tbl-ttl {
		padding: 10px;
		text-align: left;
		font-size: 13px;
		width: 32%;
		background-color: #F5F4F0;
	}

	.-access .tbl-cnt {
		padding: 15px 0px 15px 10px;
		font-size: 13px;
	}

	.-about .main-hd_cnt,
	.-support .main-hd_cnt,
	.-training .main-hd_cnt {
		height: 200px;
		/* height: 150px; */
		margin-bottom: 0px;

	}

	.-workhouse .main-hd_cnt {
		height: 200px;
		margin-bottom: 30px;
	}

	.tbl-cnt {
		padding: 15px 11px 15px 20px;
		font-size: 13px;
	}

	.tbl_scroll {
		overflow: scroll;
		display: block;
	}

	.under_ttl {
		font-size: 15px;
	}

	.faq .under_ttl {
		font-size: 18px;
	}

	.under_ttl::before{
		width: 13px;
		height: 16px;
	}

	.faq .under_ttl_cnt {
		margin-bottom: 0px;
	}

	.-contact .bg_color {
		padding: 10px 0;
	}

	.head_cntct {
		display: none;
	}

	.head_menu .ff-amiri::before {
		display: none;
	}

	.sp-vertical {
		margin: 0 auto;
		letter-spacing: 0.15em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.cmnscroll {
		overflow-y: hidden;
		overflow-x: scroll;
		overflow: auto;
	}

	.cmntbl {
		font-size: 13px;
	}

	.cmntbl caption {
		font-size: 15px;
	}

	.cmntbl th,
	.cmntbl td {
		padding: 10px;
	}

	.cmntbl tbody th {
		width: 30%;
	}

	.main {
	}

	.main_hd {
		height: 180px;
	}

	.main_hd:before {
		bottom: 53px;
		height: 2px;
		width: 20px;
	}

	.main-hd_ttl_cnr {
		display: block;
        text-align: center;
        position: relative;
        top: 35%;
		width: 100%;
	}

	.-access .main-hd_ttl_cnr {
		top: 35%;
	}

	.-about .main-hd_ttl_cnr {
		top: 40%;
	}

	.-support .main-hd_ttl_cnr {
		top: 36%;
	}

	.-training .main-hd_ttl_cnr {
		top: 36%;
	}

	.-workhouse .main-hd_ttl_cnr {
		top: 38%;
	}

	.-access .main-hd_cnt,
	.-contact .main-hd_cnt,
	.-faq .main-hd_cnt {
		height: 200px;
	}

	.main-hd_cnt {
		display: flex;
		flex-wrap: wrap;
		max-height: 310px;
		margin-bottom: 7%;
		background-position: center 40px;
	}

	.main-hd_ttl {
		width: 100%;
		font-size: 20px;
		margin-top: 70px;
	}

	.main-hd_ttl_txt {
		font-size: 22px;
	}

	.main-hd_ttl_cnr .border {
		width: 240px;
	}

	.main-hd_img {
		width: 100%;
		position: unset;
	}

	.main-hd_img-item {
		width: 95%;
		position: absolute;
		right: 0;
		top: 225px;
	}

	.main_hd_en {
		font-size: 18px;
	}

	.main_body {
	}

	.main_body.-pad {
		padding: 40px 20px;
	}

	.main_ttl {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.main_ttl.-mt {
		margin-top: 60px;
	}

	.main_discttl {
		margin-bottom: 20px;
	}

	.main_discttl span {
		font-size: 20px;
		min-width: 200px;
		line-height: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.main_lead {
		text-align: justify;
	}

	.cmnttl {
		font-size: 15px;
		padding-left: 20px;
	}

	.cmnttl:before {
		font-size: 14px;
	}

	.cmnanchor {
		margin-top: 30px;
		display: block;
		font-size: 15px;
	}

	.cmnanchor > a {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px dotted #20386E;
	}

	.cmnanchor > a:first-child {
		border-left: none;
		border-top: 1px dotted #20386E;
	}

	.cmnanchor > a:hover {
	}

	.head {
		padding: 0 0 0 15px;
		height: 70px;
		position: fixed;
        width: 100%;
        z-index: 100;
	}

	.-contact .head {
		padding: 0 0 0 15px;
	}

	.head_logo {
		width: 280px;
		top: 0px;
		left: 5px;
	}

	.head_nav {
		display: none;
	}

	.head_menu {
		display: block;
	}

	.gnav {
		border-top: 1px solid #ccc;
		position: fixed;
		left: 0;
		width: 100%;
		background: #FFF;
		padding: 0;
		display: none;
		z-index: 100;
		top: 70px;
	}

	.-contact .gnav {
		padding-bottom: 0px;
		height: auto;
	}

	.gnav_list {
		display: block;
		width: 100%;
	}

	.gnav_list > a {
		display: block;
		width: 100%;
		font-size: 14px;
		border-left: none;
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
	}

	.gnav_list > a.vis-sp {
		display: block;
	}

	.gnav_list > a:first-child {
	}

	.foot {
	}

	.foot_pt {
		position: fixed;
		z-index: 1000;
		bottom: 0;
	}

	.foot_pt:hover {
		opacity: 1;
	}

	.foot_row {
	}

	.foot_row.-group {
		padding-bottom: 15px;
	}

	.foot_row.-copy {
	}

	.foot_main {
		padding: 20px 0 30px;
		display: block;
		text-align: center;
	}

	.foot_nav {
		display: block;
	}

	.foot_nav.-pc a {
		display: none;
	}

	.foot_nav.-sp a {
		margin-top: 15px;
		display: inline-block;
		color: #9B9B9B;
		text-decoration: underline;
		transition: all ease 0.3s;
	}

	.foot_nav.-sp a:hover {
		text-decoration: none;
	}

	.foot_nav a {
		display: inline-block;
		padding: 10px;
		margin-right: 0;
	}

	.foot_info {
		margin-top: 20px;
	}

	.foot_info_logo {
	}

	.foot_info_logo img.-pc {
		display: none;
	}

	.foot_info_logo img.-sp {
		display: inline;
	}

	.foot_info_addr {
		line-height: 1.6;
	}

	.foot_group {
		flex-direction: column;
		padding: 0 15px;
		gap: 3px;
	}

	.foot_group > a {
		width: 100% !important;
	}

	.foot_jc {
		margin-left: 0px;
	}

	.general_week_tbl tbody tr th,
	.general_week_tbl tbody tr td {
		height: 100px;
	}

	.contact_cnt {
		padding: 25px 15px;
	}

	.breadcrumb {
		list-style: none;
		display: flex;
		gap: 5px;
		max-width: 1200px;
		margin-left: 20px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:540px) {
	.main-hd_cnt {
		margin-bottom: 20%;
	}
}
@media screen and (max-width:539px) {
	.main-hd_cnt {
		margin-bottom: 7%;
	}

	.-access .main-hd_cnt {
		margin-bottom: 0;
	}

	.-faq .main-hd_cnt {
		margin-bottom: 0;
	}

	.-access .bg_color {
		padding: 70px 20px 20px;
	}

	.-faq .bg_color {
		padding: 40px 10px 20px;
	}
}

@media print {
}

@-webkit-keyframes menu_top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(-4px) rotate(0deg) scaleX(1);
		transform: translateY(-4px) rotate(0deg) scaleX(1);
	}

}

@keyframes menu_top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(-4px) rotate(0deg) scaleX(1);
		transform: translateY(-4px) rotate(0deg) scaleX(1);
	}

}

@-webkit-keyframes menu_btm {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(4px) rotate(0deg) scaleX(1);
		transform: translateY(4px) rotate(0deg) scaleX(1);
	}

}

@keyframes menu_btm {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(4px) rotate(0deg) scaleX(1);
		transform: translateY(4px) rotate(0deg) scaleX(1);
	}

}

@-webkit-keyframes menu_top_close {
	0% {
		-webkit-transform: translateY(-4px) rotate(0deg);
		transform: translateY(-4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

}

@keyframes menu_top_close {
	0% {
		-webkit-transform: translateY(-4px) rotate(0deg);
		transform: translateY(-4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

}

@-webkit-keyframes menu_btm_close {
	0% {
		-webkit-transform: translateY(4px) rotate(0deg);
		transform: translateY(4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

}

@keyframes menu_btm_close {
	0% {
		-webkit-transform: translateY(4px) rotate(0deg);
		transform: translateY(4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

}