h1.site-recruit {
    float: left;
    position: relative;
    z-index: 5;
    display: table;
	margin-bottom: 0;
}
.site-recruit a {
    background: #8f9294;
    display: table-cell;
    width: 160px;
    height: 100.4px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    font-weight: bold;
    line-height: 1.2;
}
.project-headline h2 {
	font-size: 33px !important;
}
.recruit-headline {
	margin-bottom: 2em !important;
}
.recruit-headline h2 {
	margin-bottom: 0.5em !important;
}
.recruit-vison {
	font-size: 27px;
    line-height: 1.5;
    border-top: 1px solid #000;
	border-bottom: 5px solid #000;
	padding: 0.8em;
	margin: 1em 0;
}
.recruit-vison p {
	margin-bottom: 0;
	color: #000;
}
.recruit-project-visual {
	
}

.recruit-project-vision {
	text-align: left;
}
.recruit-team-block {
background: #7C96CC;
	padding: 1.5em;
}
.recruit-team-block:hover {
background: #0f1c50;
}

.recruit-team-block h3 {
color: #fff;
}
.recruit-team-block h4 {
color: #fff;
}
.recruit-team-block p {
color: #fff;
	margin-bottom: 0;
}

.recruit-team-position {
	border: dotted 1px #fff;
	text-align: center;
	margin: 1em 0;
	padding: 0.6em;
}
.recruit-team-name {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.recruit-team-joined {
	text-align: center;
}
.recruit-member-wrap {
	background: #fff;
}
.member-interview {
	background: #fff;
	padding: 30px;
}
.member-interview h4 {
	font-size: 20px !important;
	font-weight: 600;
	line-height: 1.5;
}
.member-info {
	background: #0f1c50;
}
.member-info p {
	color: #fff;
	margin-bottom: 0;
}
.member-info h4 {
	color: #fff;
	font-size: 16px !important;
	border-bottom: solid 1px #fff;
}

.member-career {
	margin-bottom: 1.5em;
}
.member-project {
	margin: 30px 0;
	padding: 30px;
	background: #eee;
}

.career-kind {
	padding: 2em;
}
.career-kind h4 {
	font-size: 16px !important;
	border-bottom: solid 1px #fff;
	font-weight: 600;
}

.member-hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 10px solid #0f1c50;
}
.member-hero .hero-block {
	padding: 10% 0;
	max-width: 960px;
	
}
.member-hero .hero-block h2 {
	margin-top: 300px;
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	text-shadow: black 0 0 5px;
}

.member-work {
	margin: 1.5em 0;
	padding: 2em;
	background: #7C96CC;

}
.member-work h4 {
	color: #fff;
}
.member-work p {
	margin-bottom: 0;
	color: #fff;
}

.recruit-member-wrap {
    background: url("../images/recruit_bg.png") repeat-y top center;
}

.recruit-outline h3 {
	font-size: 20px;
	font-weight: 600;
}

.career-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0.5em;
    border-bottom: solid 2px #11254e;
    font-family: 'Volkhov', 'JapanSans80', sans-serif;
}
.career-kind h4 {
    font-size: 16px;
    font-weight: 600;
    color: #11254e;
    padding: 0 0 0.2em 0;
    border-bottom: dotted 1px #11254e;
}
.career-kind ul li {
    list-style: square outside;
    padding: 0px;
    margin: 0px;
    line-height: 1.6em;
    margin-left: 1em;
}
.career-kind .status-on {
    color: #910000;
    border: solid 1px #910000;
    margin-left: 1em;
    font-size: 13px;
    padding: 0.4em 0.6em;
    border-radius: 6px;
    background: #ffffff;
}
.career-kind .status-off {
    color: #555555;
    border: solid 1px #555555;
    margin-left: 1em;
    font-size: 13px;
    padding: 0.4em 0.6em;
    border-radius: 6px;
    background: #ffffff;
}
.recruit-team-block {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
h1.site-recruit {
    float: left;
    position: absolute;
    z-index: 5;
    display: table;
    margin-bottom: 0;
    left: 62%;
}
	.site-recruit a {
    background: #8f9294;
    display: table-cell;
    width: 90px;
    height: 40px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    font-weight: bold;
    line-height: 1.2;
}
	.site-branding.branding-recruit img {
    max-height: 38px;
}
	nav.main-menu li.mega-menu-item a.mega-menu-link:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
		position: relative;
    top: -27px;
    right: 0;
}
	.recruit-vison {
    font-size: 21px;
    line-height: 1.4;
    border-top: 1px solid #000;
    border-bottom: 5px solid #000;
    padding: 0.8em;
    margin: 1em 0;
}
	.recruit-project-visual {
		margin-bottom: 1.5em;
	}
	.title-header h3 {
    font-size: 20px;
    line-height: 1.4;
}
	.accordion .toggle.cmt-style-classic .toggle-content {
    padding: 0px;
    margin-top: 0;
}
	.career-kind {
    padding: 1em;
}
	.recruit-team-block {
    margin: 0 30px 30px;
}

    .member-hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 124%;
    border-bottom: 10px solid #0f1c50;
}
	.member-hero .hero-block {
    padding: 40% 0 0;
    max-width: 400px;
}
	.member-hero .hero-block h2 {
    margin-top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
		line-height: 1.5;
    text-shadow: black 0 0 5px;
}
	.member-interview {
    background: #fff;
    padding: 30px 15px;
}
}

.entry-radio {
  cursor: pointer;
}

.entry-radio input[type="checkbox"],
.entry-radio input[type="radio"] {
  cursor: pointer;
}