@charset "utf-8";
@font-face {
    font-family: 'HGMinchoE';
    src: url('../fonts/HGMinchoE.eot');
    src: url('../fonts/HGMinchoE.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HGMinchoE.woff') format('woff'),
        url('../fonts/HGMinchoE.ttf') format('truetype'),
        url('../fonts/HGMinchoE.svg#HGMinchoE') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 25px;
	font-family: "メイリオ",'Meiryo', sans-serif;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	background-image: url(../img/bgBody01.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-size: contain;
}

.container,
.rows,
header,
section,
footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

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

a:hover,
a:visited,
a:focus {
	outline: none;
	border: none;
}

.ow{
	overflow:hidden;
	width:100%;
}

/*
=================
=	Header		=
=================
*/
.grid-1200{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.wrapHeader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
.grid-1000{
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.heRows01{
	background-color: #EC6519;
	position: relative;
	z-index: 2;
}
.heRows{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.heLeft a{
	display: inline-block;
}
.heLeft{
	width: 356px;
	padding-top: 5px;
}
.heRight{
	width: calc(100% - 356px);
    width: -moz-calc(100% - 356px);
	width: -webkit-calc(100% - 356px);
	/* text-align: right; */
}
.heRight>ul.navMenu{
	font-size: 0;
	text-align: right;
}
.heRight>ul.navMenu>li{
	width: 16.667%;
	display: inline-block;
	max-width: 85px;
}
.heRight>ul.navMenu>li:not(:last-child){
	margin-right: 20px;
}
.heRight>ul.navMenu>li>a{
	display: block;
	color: #FFFFFF;
	font-size: 13.5px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 17px;
	text-shadow: 2px 2px 3px #000;
	position: relative;
	z-index: 1;
	background-color: transparent;
	transition: ease all 0.35s;
}
.heRight>ul.navMenu>li>a:hover, .heRight>ul.navMenu>li.active>a{
	background-color: #FF0000;
}
.heRight>ul.navMenu>li>a::before{
	content: '';
	background-color: #fff;
	height: 4px;
	width: 0;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: ease all 0.35s;
}
.heRight>ul.navMenu>li>a:hover::before, .heRight>ul.navMenu>li.active>a::before {
	width: 100%;
}
.heDropdown{
	position: relative;
	z-index: 1;
}
.heDropdown .grid-1200{
	padding-left: 10px;
	padding-right: 10px;
}
.dropDown{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    display: none;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    color: #fff;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	transition: ease all 0.35s;
}
.dropDown.active{
    pointer-events: all;
    display: block;
    z-index: 1;
    -webkit-animation: dropdown .6s cubic-bezier(.165,.84,.44,1) 0s;
    animation: dropdown .6s cubic-bezier(.165,.84,.44,1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* opacity: 1; */
}
.droItem{
	border-left: 2.5px solid #EB6519;
	border-right: 2.5px solid #EB6519;
	border-bottom: 2.5px solid #EB6519;
	border-top: 2.5px solid #EB6519;
}
.droIR{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.droItem:not(:first-child){
	border-top:0;
}
.droLeft{
	width: 18.333%;
	text-align: left;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.droRight{
	width: 81.667%;
	border-left: 2.5px solid #EB6519;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 10px;
}
.grid-102{
	max-width: 102px;
	width: 100%;
	float: right;
}
.droLeft span{
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 85%;
}
.droLeft span.fz20{
	font-size: 20px;
}
.droLeft span.fz13{
	font-size: 13px;
	padding-top: 5px;
}
ul.nav01{
	max-width: 840px;
	width: 100%;
	font-size: 0;
}
ul.nav01>li{
	display: inline-block;
	width: 16.667%;
}
ul.nav01>li>a{
	display: block;
	text-decoration: none;
}
ul.nav01>li>a>span.nv01Img{
	display: block;
	/* background-size: cover; */
	background-position: center center;
	background-repeat: no-repeat;
	height: 76px;
	border: 1px solid rgba(255, 255, 255, .5);
	position: relative;
	border-right: 0;
	z-index: 1;
}
ul.nav01>li>a>span.nv01Img::before{
	content: '';
	background-color: rgba(255, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: ease all 0.35s;
	opacity: 0;
}
ul.nav01>li:last-child>a>span.nv01Img{
	border-right: 1px solid rgba(255, 255, 255, .5);
}
ul.nav01>li>a>span.nv01Txt{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	display: block;
	padding-left: 8px;
	transition: ease all 0.35s;
	text-shadow: 2px 2px 3px #000;
}
ul.nav01>li>a:hover>span.nv01Img::before{
	/* width: 100%; */
	opacity: 1;
}
ul.nav01>li>a:hover>span.nv01Txt{
	color: #FF6600;
}
ul.nav02{
	max-width: 840px;
	width: 100%;
	font-size: 0;
}
ul.nav02>li{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}
ul.nav02>li>a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
	height: 85px;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
ul.nav02>li>a::before{
	content: '';
	background-color: #FF6600;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: ease all 0.35s;
}
ul.nav02>li:hover>a::before {
	opacity: 1;
}
ul.nav02>li:nth-child(4n)>a{
	border-right: 1px solid rgba(255, 255, 255, .5);	
}
ul.nav02>li.bdb{
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
ul.nav02>li>a>span.drRow{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0;
	width: 100%;
}
ul.nav02>li>a>span.drRow>span.drRImg{
	width: 80px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
ul.nav02>li>a>span.drRow>span.drRTxt{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: ease all 0.35s;
	text-shadow: 2px 2px 3px #000;
}
.drItemBorder{
	border: 2.5px solid #EB6519;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.nav03{
	text-align: center;
	font-size: 0;
}
ul.nav03>li{
	display: inline-block;
	min-width: 175px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-right: 0;
}
ul.nav03>li:last-child{
	border-right: 1px solid rgba(255, 255, 255, .5);
}
ul.nav03>li>a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: ease all 0.35s;
	text-shadow: 2px 2px 3px #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
}
ul.nav03>li>a:hover{
	background-color: #DF631E;
}
ul.nav03.nv03Ct>li{
	min-width: 135px;
}
span.btnStyle00{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	max-width: 404px;
	width: 100%;
	height: 114px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/bgBtnStyle00.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	transition: ease all 0.35s;
	text-shadow: 2px 2px 3px #000;
}
span.btnStyle00.active,
span.btnStyle00:hover{
	background-image: url("../img/bgBtnStyle00-hv.png");
}
.ttStyle01{
	background-color: rgba(0, 0, 0, .5);
	height: 64px;
	border-bottom: 2.5px solid #FF6600;
}
.ttStyle01 .grid-1000{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}
.ttStyle01 ul{
	font-size: 0;
}
.ttStyle01 ul li{
	display: inline-block;
	vertical-align: middle;
}
.ttStyle01 ul li.tt{
	width: 252px;
	padding-left: 15px;
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000;
	line-height: 30px;
}
.ttStyle01.title_last ul li.tt{
	width: 340px;
}
.ttStyle01 ul li.ttIntro{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #fff;
	font-weight: normal;
	width: calc(100% - 252px);
    width: -moz-calc(100% - 252px);
	width: -webkit-calc(100% - 252px);
}
.ttStyle01.title_last ul li.ttIntro{
	width: calc(100% - 340px);
    width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	letter-spacing:1px;
}
.Safari .ttStyle01 ul li.ttIntro{
	letter-spacing: -0.5px;
}
.ho05Btn{
    background-color: rgba(0, 0, 0, 0.3);
    height: 56px;
    margin-top: 42px;
    margin-bottom: 90px;
}
.ho05Btn ul{
    font-size: 0;
    text-align: center;
    width: 100%;
}
.ho05Btn ul li{
    text-align: center;
    max-width: 226px;
    width: 100%;
    display: inline-block;
}
.ho05Btn ul li a{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    /* display: block; */
    width: 100%;
    text-decoration: none;
    transition: ease all 0.35s;
    height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content:center;
}
.ho05Btn ul li a:hover{
    color: #ff6600;
    background-color: rgba(0, 0, 0, 0.5);
}
/* .ho05Btn .grid-1200 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-top: 5px;
} */
.ho8Full{
    padding-top: 33px;
    padding-bottom: 90px;
}
.ho8Full ul{
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ho8Full ul li{
	display: inline-block;
	vertical-align: middle;
	width: 33.333%;
	border: 1px solid rgba(255, 255, 255, 0.65);
	height: 165px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease all 0.35s;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	z-index: 1;
}
.ho8Full ul li span{
	display: block;
}
span.ho08Tt{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}
.ho8Full ul li span.ho08Btn{
	background-image: url("../img/bgBtn00.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	max-width: 270px;
	width: 100%;
	margin-left: auto;
	transition: ease all 0.35s;
	margin-right: auto;
	margin-top: 22px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000;
	padding-top: 2px;
}
.ho8Full ul li a{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}
.ho8Full ul li:hover{
	background-color: rgba(0, 0, 0, .4);
}
.ho8Full ul li:hover span.ho08Btn{
	background-image: url("../img/bgBtn00-hv.png");
}
/* span.ho08Btn a{
	
	text-decoration: none;
	height: 100%;
	text-shadow: 2px 2px 3px #000;
	padding-top: 2px;
} */
span.ho08Btn:hover,
.ho8Full ul li.active span.ho08Btn{
	background-image: url("../img/bgBtn00-hv.png");
}
.wrapFt{
	margin-top: 47px;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	padding-top: 25px;
	padding-bottom: 15px;
}
.wrapFt::before{
	content: '';
	background-image: url("../img/bgFt.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 47px;
	position: absolute;
	top: -47px;
	left: 0;
	z-index: 1;
	/* opacity: 0.6; */
}
.ftRows{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ftLeft{
	width: 33.3%;
	padding-left: 25px;
}
.ftRight{
	width: 66.7%;
}
.ftLeft span{
	display: block;
}
span.ftInfo{
	font-family: "HGMinchoE",serif;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
}
.ftR{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ftRILeft{
	width: 44.978%;
}
.ftRIRight{
	width: 55.022%;
}
.ftRight a{
	text-decoration: none;
}
.ftRight a:hover{
	text-decoration: none;
	color: #ff6600;
}
h3.mPa a{
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
h3.mPa a::before{
	content: '';
	width: 7.6px;
	height: 80%;
	background-color: #fff;
	position: absolute;
	top: 48%;
	left: 0;
	transform: translateY(-50%);
}
ul.menuFt{
	padding-left: 12px;
	margin-top: 20px;
}
ul.menuFt li a{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background-image: url(../img/iconMenu.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
h3.mPa a:hover::before {
	background-color: #ff6600;
}
ul.menuFt li a:hover{
	background-image: url(../img/iconMenuHv.png);
}
@-webkit-keyframes dropdown {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes dropdown {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
	}
}
.ftRIRCh{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 32px;
}
span.copyRight{
	display: block;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 30px;
}
#page-top{
	position: fixed;
    bottom: 25px;
	right: 25px;
	z-index: 99;
}
img.imgSp{
	display: none;
}
.infoSp{
	display: none;
}
@media all and (-ms-high-contrast:none) {
	span.ho04FCBtn a{
		padding-bottom: 3px;
	}
}


_::-webkit-full-page-media, _:future, :root span.ho04FCBtn a{  
	padding-bottom: 0.2vw;
}

/* page-banner */
.page-banner {
	background: url(../../about/img/about-banner.png);
    height: 174px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-position {
	/* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}
.banner-bg {
	position: absolute;
	background: url(../../about/img/banner-bg.png);
    background-position: left center;
	background-repeat: no-repeat;
    top: 50%;
    left: 0;
	width: 100%;
	margin: 0 auto;
    height: 62px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.title-page-banner {
    color: #fff;
    font-weight: bold;
    position: absolute;
    height: 62px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items : center;
    padding: 14px 0 9px 0;
}
.title-page-banner .banner-Title{
    font-size: 24px;
    display: block;
    text-shadow: 2px 2px 2px #000;
    width: 100%;
}
.title-page-banner .banner-sub{
    font-size: 11px;
    display: block;
    width: 100%;
    margin-top: -3px;
}
.banner-Title-position {
    position: relative;
    height: 62px;
}

/* End page-banner */

/* breadcrumb */
.breadcrumb {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    background-color: inherit;
    padding: 8px 0 30px;
    margin-bottom: 0;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:stretch;
}
.breadcrumb>li+li:before {
    content: "＞";
    color: #fff;
    padding: 0 18px;
    font-size: 14px;
}
.breadcrumb .breadcrumb-item {
    letter-spacing: 0.5px;
    line-height: 24.5px;
    font-size: 14px;
    color: #fff;
}
.grid-965 {
    width: 100%;
	max-width: 965px;
    margin: 0 auto;
    position: relative;
}
.grid-798{
    width: 100%;
	max-width: 798px;
    margin: 0 auto;
    position: relative;
}
.grid-720 {
    width: 100%;
	max-width: 720px;
    margin: 0 auto;
    position: relative;
}
/* End breadcrumb */


/* Banner page recruit */
.banner-box {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%) ;
	-webkit-transform:translate(-50%, -50%) ;
	-moz-transform:translate(-50%, -50%) ;
	-ms-transform:translate(-50%, -50%) ;
	-o-transform:translate(-50%, -50%) ;
}
.banner-n {
	max-width: 490px;
	width: 100%;
	margin: 0 auto; 
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border-top: 11px solid #FF6600;
	border-bottom: 11px solid #FF6600;
	padding: 20px 0;
	font-family: "HGMinchoE",serif;
}
.banner-n span {
	display: block;
	text-align: center;
}
.banner-Title {
	font-size: 53px;
	line-height: 120%;
	letter-spacing: -0.05px;
}
.banner-sub{
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.05px;
}
/* End Banner page recruit */

/* menu page */
.menu-banner .ho05Btn{
    border-top: 2px solid #FF6600;
    border-bottom: 2px solid #FF6600;
}
.menu-banner .ho05Btn ul li {
	max-width: 157px;
}
.menu-banner .ho05Btn {
    background-color: rgba(0, 0, 0, 0.3);
    height: 42px;
    margin-top: 0;
    margin-bottom: 0;
}
.menu-banner .ho05Btn ul li a {
	height: 42px;
}
/* End menu page */

/* button ft */
.ho08Sub {
	color: #fff;
	font-size: 16px;
}
.menuFt-page .ho8Full ul li {
	width: 50%;
	height: 207px;
}
.menuFt-page span.ho08Tt {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
	text-shadow: 2px 2px 3px #000;
	line-height: 36px;
}
.menuFt-page .ho08Sub {
	padding-top: 20px;
	text-align: left;
}
.menuFt-page .ho8Full ul li:first-child span.ho08Btn {
	margin-top: 15px;
	max-width: 352px;
	font-size: 24px;
	background: #CC0000;
	line-height: 25px;
}
.menuFt-page .ho8Full ul li:last-child span.ho08Btn {
    background-image: url(../img/bgBtn00.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    max-width: 371px;
    width: 100%;
    margin-left: auto;
    transition: ease all 0.35s;
    margin-right: auto;
	margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 3px #000;
	padding-top: 2px;
	border: 1px solid #999999;
}
#recruitContent05 .ho05Btn{
    margin-bottom: 88px;
}
/* End button ft */

.menu_all{
	width: 100%;
	border: 2px solid #FF6600;
	background-color: rgba(0, 0, 0, 0.3);
}

.menu_all.ft_menu{
	margin-top: 88px;
	margin-bottom: 88px;
}

.menu_all ul{
	display: flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
	width: 100%;
}

.menu_all ul li{
	max-width: 158px;
	height: 43px;
	width: 100%;
}

.menu_all ul li a{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content:center;
	align-items:center;
}

.menu_all ul li a:hover{
	color: #FF6600;
	background-color: rgba(0, 0, 0, 0.2);
}






