@charset "utf-8";

.head-recruit {
	width:100%;
	max-width: 1500px;
    height: auto;
    margin: 0 auto;
}

.bx-recruit-menu {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c1bebd;
    box-sizing: border-box;
    margin: 10% auto;
    padding: 0;
    font-size: 0;
}
@media (min-width: 768px) {
	.bx-recruit-menu {
    	width: 100%;
    	height: 120px;
    	max-width: 960px;
    	border-bottom: none;
    	border-left: 1px solid #c1bebd;
    	box-sizing: border-box;
    	margin: 60px auto;
    	padding: 0;
    	font-size: 0;
    }
}

.bx-recruit-menu li {
    display: block;
    position: relative;
    width: 100%;
    border-right: none;
    border-top: 1px solid #c1bebd;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
    .bx-recruit-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
        width: 33.3333%;
        border-top: none;
        border-right: 1px solid #c1bebd;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }
}
@media (min-width: 1300px) {
    .bx-recruit-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
        width: 33.3333%;
        border-top: none;
        border-right: 1px solid #c1bebd;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }
}

.bx-recruit-menu li::after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid #c83232;
    border-bottom: 10px solid transparent;
}
@media (min-width: 768px) {
    .bx-recruit-menu li::after {
        position: absolute;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 50%;
        right: auto;
        top: auto;
        bottom: -40px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border-top: 15px solid #c83232;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 15px solid transparent;
    }
}
.bx-recruit-menu li span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: normal;
    margin-left:10px;
}
@media (min-width: 768px) {
	.bx-recruit-menu li span {
  		position: absolute;
  		display: block;
  		bottom: 20px;
    	left: 50%;
    	-webkit-transform: translate(-50%, 0);
    	-moz-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
    	-o-transform: translate(-50%, 0);
    	transform: translate(-50%, 0);
    	font-size: 0.9rem;
    	font-weight: normal;
    }
}
@media (min-width: 1300px) {
	.bx-recruit-menu li span {
  		position: absolute;
  		display: block;
  		bottom: 20px;
    	left: 50%;
    	-webkit-transform: translate(-50%, 0);
    	-moz-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
    	-o-transform: translate(-50%, 0);
    	transform: translate(-50%, 0);
    	font-size: 1rem;
    	font-weight: normal;
    }
}
.bx-recruit-menu li a:link,
.bx-recruit-menu li a:visited {
	display: block;
	height: auto;
	text-decoration: none;
	color: #000;
    padding: 5%;
}
@media (min-width: 768px) {
	.bx-recruit-menu li a:link,
	.bx-recruit-menu li a:visited {
		display: block;
		height: 120px;
        box-sizing: border-box;
        padding: 35px 0 0 0;
		text-decoration: none;
		color: #000;
	}
}

.bx-information {
    width: 100%;
    box-sizing: border-box;
    margin: 10% auto;
}
@media (min-width: 768px) {
	.bx-information {
    	width: 100%;
    	max-width: 960px;
    	box-sizing: border-box;
    	overflow: hidden;
    	margin: 120px auto 50px;
	}
}
.bx-information h3 {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 768px) {
	.bx-information h3 {
	    display: block;
	    padding: 0;
	    margin: 0;
    	width: 150px;
    	float: left;
	}
}
.bx-information-inn {
    border: 1px solid #c6c3c2;
    padding: 10px;
    font-size: 0.9rem;
    box-sizing: border-box;
}
@media (min-width: 768px) {
	.bx-information-inn {
    	margin-left: 160px;
    	border: 1px solid #c6c3c2;
    	padding: 10px;
    	font-size: 0.9rem;
    	box-sizing: border-box;
	}
}
.ttl-info {
    color: #c83232;
    font-size: 1rem;
    margin-bottom: 10px;
}
td {
	vertical-align: top;
}
.tx-date {
    width: 110px;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}


/* 新卒採用 */
.head-recruit-new {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 5%;
}
@media (min-width: 768px) {
	.head-recruit-new {
		position: relative;
		width: 100%;
		height: 490px;
		padding-bottom: 0;
	}
}
.bx-bg {
	background: #f5f7f6;
	height: auto;
	padding: 5%;
}
@media (min-width: 768px) {
	.bx-bg {
		background: #f5f7f6;
		height: 300px;
		padding: 50px 0 0 0;
	}
}
.head-recruit-new .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
    background: #fff;
    margin:0 auto;
}
.head-recruit-new .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #000;
}

.bx-recruit-new-menu {
	display: block;
	width: 100%;
	max-width: 960px;
	margin:10% auto;
	padding: 0;
	overflow: none;
	border-top: 1px solid #c6c3c2;
	border-left: 0;
}
@media (min-width: 768px) {
	.bx-recruit-new-menu {
		overflow: hidden;
		margin:50px auto;
		padding: 0;
		border-top: 0;
		border-left: 1px solid #c6c3c2;
	}
}
.bx-recruit-new-menu li.new-menu {
	position: relative;
	list-style: none;
	display: block;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-right: 0;
	border-bottom: 1px solid #c6c3c2;
}
@media (min-width: 768px) {
	.bx-recruit-new-menu li.new-menu {
		position: relative;
		width: 25%;
		font-size: 1.3rem;
		text-align: center;
		float: left;
		border-right: 1px solid #c6c3c2;
		border-bottom: 0;
		padding:0;
	}
}
.bx-recruit-new-menu li.new-menu a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 3%;
}
@media (min-width: 768px) {
    .bx-recruit-new-menu li.new-menu a {
        padding:30px 0;
    }
}
.bx-recruit-new-menu li.new-menu.active,
.bx-recruit-new-menu li.new-menu.active a {
	color: #c6c3c2;
}
.bx-recruit-new-menu li.new-menu::after {
    	position: absolute;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	right: 0;
    	top: 50%;
    	-webkit-transform: translate(0, -50%);
    	-moz-transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    	-o-transform: translate(0, -50%);
    	transform: translate(0, -50%);
    	box-sizing: border-box;
    	width: 0;
    	height: 0;
    	border-top: 5px solid transparent;
		border-right: 9px solid transparent;
		border-left: 9px solid #000;
		border-bottom: 5px solid transparent;
}
@media (min-width: 768px) {
	.bx-recruit-new-menu li.new-menu::after {
    	position: absolute;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	right: auto;
    	left: 0;
    	top: 50%;
    	-webkit-transform: translate(0, -50%);
    	-moz-transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    	-o-transform: translate(0, -50%);
    	transform: translate(0, -50%);
    	box-sizing: border-box;
    	width: 0;
    	height: 0;
    	border-top: 5px solid transparent;
	    border-right: 9px solid transparent;
	    border-left: 9px solid #000;
	    border-bottom: 5px solid transparent;
	}
}
.bx-recruit-new-menu li.new-menu.active::after {
    border-left: 9px solid #c6c3c2;
}
.bx-recruit-new-menu li ul {
	display: block;
	padding:0 0 0 60px;
	margin:5px 0 0;
}
@media (min-width: 768px) {
	.bx-recruit-new-menu li ul {
		display: block;
		padding:0 0 0 30px;
		margin:5px 0 0;
	}
}
@media (min-width: 1025px) {
	.bx-recruit-new-menu li ul {
		display: block;
		padding:0 0 0 60px;
		margin:5px 0 0;
	}
}
.bx-recruit-new-menu li ul li {
	border:none;
	list-style: none;
	float: none;
	width: 100%;
	height: auto;
	font-size: 0.8rem;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
}
.bx-recruit-new-menu li ul li::before {
	content: '・';
}

.bx-recruit-new-f-menu {
	display: block;
	width: 100%;
	max-width: 960px;
	font-size: 0;
	margin:10% auto;
	padding: 0;
}
@media (min-width: 768px) {
	.bx-recruit-new-f-menu {
		display: block;
		width: 100%;
		max-width: 960px;
		font-size: 0;
		margin:90px auto;
		padding: 0;
	}
}
.bx-recruit-new-f-menu li {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	margin:0 auto 5%;
	padding: 0;
}
@media (min-width: 768px) {
	.bx-recruit-new-f-menu li {
		display: inline-block;
		width: 31%;
		font-size: 1rem;
		margin:0 24px 0 0;
		padding: 0;
	}
}
@media (min-width: 1024px) {
	.bx-recruit-new-f-menu li {
		display: inline-block;
		width: 31%;
		font-size: 1rem;
		margin:0 30px 0 0;
		padding: 0;
	}
}
@media (min-width:  1300px) {
	.bx-recruit-new-f-menu li {
		display: inline-block;
		width: 300px;
		font-size: 1rem;
		margin:0 30px 0 0;
		padding: 0;
	}
}
.bx-recruit-new-f-menu li:last-child {
	margin:0;
}
.bx-recruit-new-f-menu li img {
	width: 100%;
	box-sizing: border-box;
	border:1px solid #c6c3c2;
}
.bx-recruit-new-f-menu li a:link,
.bx-recruit-new-f-menu li a:visited {
	text-decoration: none;
	color: #000;
}
.bx-recruit-new-f-menu li a:hover img {
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	opacity:0.6;
}
.bx-recruit-new-f-menu li a div,
.bx-footer-member-menu li a div {
	text-align: center;
}
.ico-arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.ico-arrow::before,
.ico-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ico-arrow::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
}
.ico-arrow::after {
	left: 5px;
	box-sizing: border-box;
	width: 7px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
}

/* 新卒採用　仕事紹介 */
.bx-flow {
    width: 100%;
    border-bottom: 2px solid #c6c3c2;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-flow {
        padding: 50px 0 200px;
    }
}
.bx-flow .container h3 {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #6eaf64;
}
ul.bx-flow-list {
    width: 100%;
    padding: 0;
    margin: 10% auto;
}
@media (min-width: 768px) {
    ul.bx-flow-list {
        width: 700px;
        padding: 0;
        margin: 80px auto;
    }
}
ul.bx-flow-list li {
    position: relative;
    margin:0 0 80px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #c6c3c2;
}
@media (min-width: 768px) {
    ul.bx-flow-list li {
        margin:0 0 140px;
    }
}
ul.bx-flow-list li::after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 20px;
    bottom:-60px;
    left:50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 20px solid #6eaf64;
}
ul.bx-flow-list li.last-flow::after {
    border:0;
}
.bx-flow-list-inn {
}
@media (min-width: 768px) {
    .bx-flow-list-inn {
        overflow: hidden;
    }
}
.bx-flow-list-inn .img-flow {
    width: 100%;
    height: auto;
    float: none;
}
@media (min-width: 768px) {
    .bx-flow-list-inn .img-flow {
        width: 350px;
        height: auto;
        float: left;
    }
}
.bx-flow-list-inn .bx-flow-num {
    margin-left: 0;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    .bx-flow-list-inn .bx-flow-num {
        margin-left: 350px;
        padding: 50px 0 50px 50px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-size: 1.8rem;
        line-height: 1.5em;
    }
}
.bx-flow-num img {
    margin-right:20px;
}


/* 社員紹介index */
.bx-member-index {
    width: 100%;
    margin-top: 5%;
}
@media (min-width: 768px) {
    .bx-member-index {
        width: 100%;
        margin-top: 90px;
    }
}
.bx-member-left a,
.bx-member-right a{
    color: #333;
    text-decoration: none;
}
.bx-member-left:hover,
.bx-member-right:hover {
    background: #eeeeee;
}
.bx-member-left {
    margin:0 0 10%;
    text-align: left;
    border-bottom: 2px solid #c6c3c2;
}
@media (min-width: 768px) {
    .bx-member-left {
        margin:0 0 190px;
        text-align: left;
        border:none;
    }
}
@media (min-width: 768px) {
    .bx-member-left .img-member {
        width: 100%;
        vertical-align: top;
    }
}
@media (min-width: 1024px) {
    .bx-member-left .img-member {
        width: 500px;
        vertical-align: top;
    }
}
@media (min-width: 1300px) {
    .bx-member-left .img-member {
        width: 700px;
        vertical-align: top;
    }
}
@media (min-width: 1700px) {
    .bx-member-left .img-member {
        width: 900px;
        vertical-align: top;
    }
}
.bx-member-left .tx-member {
    display: inline-block;
    min-height: 400px;
    width: 100%;
    padding: 5%;
    position: relative;
}
@media (min-width: 1024px) {
    .bx-member-left .tx-member {
        margin-left: 40px;
        width: 500px;
        padding: 0px;
    }
}
@media (min-width: 1300px) {
    .bx-member-left .tx-member {
        margin-left: 40px;
        width: 540px;
        padding: 0px;
    }
}
@media (min-width: 1700px) {
    .bx-member-left .tx-member {
        margin-left: 80px;
        width: 630px;
        padding: 0px;
    }
}
.bx-member-left .tx-member::before
.bx-member-left .tx-member::after,{
  border: none;
}
@media (min-width: 1024px) {
    .bx-member-left .tx-member::before{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 90px 0 90px 50px;
        border-color: transparent transparent transparent #c6c3c2;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -90px;
    }
    .bx-member-left .tx-member::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 88px 0 88px 49px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -88px;
        right: 2px;
    }
    .bx-member-left:hover .tx-member::before{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 90px 0 90px 50px;
        border-color: transparent transparent transparent #c6c3c2;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -90px;
    }
    .bx-member-left:hover .tx-member::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 88px 0 88px 49px;
        border-color: transparent transparent transparent #eeeeee;
        position: absolute;
        top: 50%;
        margin-top: -88px;
        right: 2px;
    }
}
.bx-member-right {
    position: relative;
    margin:0 0 10%;
    padding: 50% 5% 5% 5%;
    text-align: left;
    border-bottom: 2px solid #c6c3c2;
}
@media (min-width: 1024px) {
    .bx-member-right {
        margin:0 0 190px;
        padding: 0;
        text-align: right;
        border:none;
    }
}
.bx-member-right .img-member {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    vertical-align: top;
}
@media (min-width: 768px) {
    .bx-member-right .img-member {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    }
}
@media (min-width: 1024px) {
    .bx-member-right .img-member {
        position: static;
        top:auto;
        left:auto;
        width: 500px;
    }
}
@media (min-width: 1300px) {
    .bx-member-right .img-member {
        position: static;
        top:auto;
        left:auto;
        width: 700px;
    }
}
@media (min-width: 1700px) {
    .bx-member-right .img-member {
        position: static;
        top:auto;
        left:auto;
        width: 900px;
    }
}
.bx-member-right .tx-member {
    display: inline-block;
    width: 100%;
    min-height: 400px;
    padding: 5%;
    position: relative;
    text-align: left;
}
@media (min-width: 768px) {
    .bx-member-right .tx-member {
        margin-right: 10%;
        width: 100%;
        padding: 0px;
    }
}
@media (min-width: 1024px) {
    .bx-member-right .tx-member {
        margin-right: 40px;
        width: 500px;
        padding: 0px;
    }
}
@media (min-width: 1300px) {
    .bx-member-right .tx-member {
        margin-left: 40px;
        width: 500px;
        padding: 0px;
    }
}
@media (min-width: 1700px) {
    .bx-member-right .tx-member {
        margin-right: 80px;
        width: 630px;
        padding: 0px;
    }
}
.bx-member-right .tx-member::before
.bx-member-right .tx-member::after,{
  border: none;
}
@media (min-width: 1024px) {
    .bx-member-right .tx-member::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 50px 90px 0;
    border-color: transparent #c6c3c2 transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -90px;
    }
    .bx-member-right .tx-member::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 49px 88px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -88px;
    left: 2px;
    }
    .bx-member-right:hover .tx-member::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 50px 90px 0;
    border-color: transparent #c6c3c2 transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -90px;
    }
    .bx-member-right:hover .tx-member::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 49px 88px 0;
    border-color: transparent #eeeeee transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -88px;
    left: 2px;
    }
}
.tx-member h4 {
    margin:0 0 10% 0;
    padding: 0;
    color: #6eaf64;
    font-size: 1.7rem;
}
@media (min-width: 768px) {
    .bx-member-right .tx-member h4 {
        margin:0 0 40px 0;
        padding: 0;
        color: #6eaf64;
        font-size: 1.7rem;
    }
}
.bx-member-right .tx-member h4 {
    margin:0 0 10% 0;
}
@media (min-width: 1024px) {
    .bx-member-right .tx-member h4 {
        margin:0 0 40px 120px;
    }
}
.tx-member .tx-member-ttl {
    font-size: 1.3rem;
    margin:0 0 10% 0;
}
@media (min-width: 1024px) {
    .tx-member .tx-member-ttl {
        font-size: 1.4rem;
        margin:0 0 30px 0;
    }
}
@media (min-width: 1300px) {
    .tx-member .tx-member-ttl {
        font-size: 1.6rem;
        margin:0 0 30px 0;
    }
}
.bx-member-right .tx-member .tx-member-ttl {
    font-size: 1.3rem;
    margin:0 0 10% 0;
}
@media (min-width: 1024px) {
    .bx-member-right .tx-member .tx-member-ttl {
        font-size: 1.4rem;
        margin:0 0 30px 120px;
    }
}
@media (min-width: 1300px) {
    .bx-member-right .tx-member .tx-member-ttl {
        font-size: 1.5rem;
        margin:0 0 30px 120px;
    }
}
@media (min-width: 1600px) {
    .bx-member-right .tx-member .tx-member-ttl {
        font-size: 1.6rem;
        margin:0 0 30px 120px;
    }
}
.tx-member .tx-member-sub {
    width: 100%;
    font-size: 1.1rem;
    margin:0 0 40px 0;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 1024px) {
    .tx-member .tx-member-sub {
        width: 80%;
        margin:0 0 40px 0;
    }
}
@media (min-width: 1300px) {
    .tx-member .tx-member-sub {
        width: 80%;
        margin:0 0 40px 0;
    }
}
@media (min-width: 1700px) {
    .tx-member .tx-member-sub {
        width: 520px;
        margin:0 0 40px 0;
    }
}
.bx-member-right .tx-member .tx-member-sub {
    width: 100%;
    font-size: 1.1rem;
    margin:0 0 40px 0;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 1024px) {
    .bx-member-right .tx-member .tx-member-sub {
        width: 80%;
        margin:0 0 40px 120px;
    }
}
@media (min-width: 1300px) {
    .bx-member-right .tx-member .tx-member-sub {
        width: 80%;
        margin:0 0 40px 120px;
    }
}
@media (min-width: 1700px) {
    .bx-member-right .tx-member .tx-member-sub {
        width: 520px;
        margin:0 0 40px 120px;
    }
}
.bx-member-left .tx-member .lnk-member {
    text-align: right;
    width: 100%;
}
@media (min-width: 1024px) {
    .bx-member-left .tx-member .lnk-member {
        width: 80%;
    }
}
@media (min-width: 1300px) {
    .bx-member-left .tx-member .lnk-member {
        width: 80%;
    }
}
@media (min-width: 1700px) {
    .bx-member-left .tx-member .lnk-member {
        width: 500px;
    }
}
.bx-member-right .tx-member .lnk-member {
    text-align: right;
    width: 100%;
}
@media (min-width: 1024px) {
    .bx-member-left .tx-member .lnk-member {
        width: 80%;
    }
}
@media (min-width: 1300px) {
    .bx-member-left .tx-member .lnk-member {
        width: 80%;
    }
}
@media (min-width: 1700px) {
    .bx-member-left .tx-member .lnk-member {
        width: 620px;
    }
}

.lnk-member .ico-arrow {
    padding: 0 0 0 30px;
}


/* 新卒採用　社員紹介 */
.tx-head-member-s {
    display: block;
    width: 95%;
    margin:30px auto 0;
    font-size: 1rem;
    font-weight: bold;
    color: #6eaf64;
}
@media (min-width: 768px) {
    .tx-head-member-s {
        max-width:700px;
        font-size: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .tx-head-member-s {
        max-width:960px;
        font-size: 1.5rem;
    }
}
.tx-head-member-l {
    display: block;
    width: 95%;
    margin:10px auto 60px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #6eaf64;
}
@media (min-width: 768px) {
    .tx-head-member-l {
        max-width:700px;
        font-size: 2rem;
    }
}
@media (min-width: 1024px) {
    .tx-head-member-l {
        max-width:960px;
        font-size: 2rem;
    }
}
.head-member {
    margin-bottom: 10%;
}
@media (min-width: 768px) {
    .head-member {
        margin-bottom: 100px;
    }
}
@media (min-width: 1024px) {
    .head-member {
        margin-bottom: 200px;
    }
}
.bx-member h4 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
}
.bx-member h4::before {
    content: "◆";
    color: #6eaf64;
}
.bx-member p {
    line-height: 1.8em;
    margin: 0 0 30px 0;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}
.bx-member-img {
    overflow: hidden;
    margin: 0 0 30px 0;
}
.bx-member-img .img-right {
    width: 100%;
    height: auto;
    float: none;
}
@media (min-width: 768px) {
    .bx-member-img .img-right {
        width: 300px;
        height: auto;
        float: right;
    }
}
@media (min-width: 1024px) {
    .bx-member-img .img-right {
        width: 400px;
        height: auto;
        float: right;
    }
}
.bx-member-img .img-left {
    width: 100%;
    height: auto;
    float: none;
}
@media (min-width: 768px) {
    .bx-member-img .img-left {
        width: 300px;
        height: auto;
        float: left;
    }
}
@media (min-width: 1024px) {
    .bx-member-img .img-left {
        width: 400px;
        height: auto;
        float: left;
    }
}
.bx-member-img .tx-right {
    margin-left: 0;
    margin-top: 5%;
    text-align: left;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 768px) {
    .bx-member-img .tx-right {
        margin-top:auto;
        margin-left: 324px;
        text-align: left;
        -moz-text-align-last: justify;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}
@media (min-width: 1024px) {
    .bx-member-img .tx-right {
        margin-top:auto;
        margin-left: 424px;
        text-align: left;
        -moz-text-align-last: justify;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}
.bx-member-img .tx-left {
    margin-right:0;
    margin-top: 5%;
    text-align: left;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 768px) {
    .bx-member-img .tx-left {
        margin-top:auto;
        margin-right: 324px;
        text-align: left;
        -moz-text-align-last: justify;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}
@media (min-width: 1024px) {
    .bx-member-img .tx-left {
        margin-top:auto;
        margin-right: 424px;
        text-align: left;
        -moz-text-align-last: justify;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}
.bx-footer-member {
    width: 100%;
    margin-top: 10%;
    padding: 10% 0;
    border-top: 2px solid #c6c3c2;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .bx-footer-member {
        width: 100%;
        margin-top: 200px;
        padding: 90px 0 100px;
        border-top: 2px solid #c6c3c2;
        box-sizing: border-box;
    }
}
.bx-footer-member-menu {
    display: block;
    width: 100%;
    max-width: 960px;
    margin:10% auto;
    padding: 0;
    overflow: none;
    border-top: 1px solid #c6c3c2;
    border-left: 0;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .bx-footer-member-menu {
        overflow: hidden;
        height: auto;
        margin:0 auto;
        padding: 0;
        border-top: 0;
        border-left: 1px solid #c6c3c2;
    }
}
.bx-footer-member-menu li {
    position: relative;
    list-style: none;
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-right: 0;
    border-bottom: 1px solid #c6c3c2;
    padding: 3%;
}
@media (min-width: 768px) {
    .bx-footer-member-menu li {
        position: relative;
        width: 25%;
        font-size: 1.3rem;
        text-align: center;
        float: left;
        border-right: 1px solid #c6c3c2;
        border-bottom: 0;
        padding:0;
    }
}
.bx-footer-member-menu li a {
    display: block;
    box-sizing: border-box;
    padding: 40px 0 30px;
    color: #6eaf64;
    text-decoration: none;
}
.bx-footer-member-menu li {
    font-size: 1rem;
}
@media (min-width: 724px) {
    .bx-footer-member-menu li {
        font-size: 1.1rem;
    }
}
@media (min-width: 1024px) {
    .bx-footer-member-menu li {
        font-size: 1.4rem;
    }
}
.bx-footer-member-menu li .ico-arrow {
    font-size: 0.9rem;
}
@media (min-width: 724px) {
    .bx-footer-member-menu li .ico-arrow {
        font-size: 0.9rem;
    }
}
@media (min-width: 1024px) {
    .bx-footer-member-menu li .ico-arrow {
        font-size: 1rem;
    }
}
.bx-footer-member-menu li a {
    display: block;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    color: #6eaf64;
    text-decoration: none;
}
@media (min-width: 724px) {
    .bx-footer-member-menu li a {
        display: block;
        box-sizing: border-box;
        padding: 40px 0 30px;
        color: #6eaf64;
        text-decoration: none;
    }
}

/* 新卒採用 採用情報 */
.bx-careers {
    width: 100%;
    border-bottom: 2px solid #c6c3c2;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-careers {
        padding: 50px 0 150px;
    }
}
.bx-careers-last {
    width: 100%;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-careers-last {
        padding: 50px 0 150px;
    }
}
.bx-careers .container h3,
.bx-careers-last .container h3 {
    display: block;
    width: 100%;
    max-width: 960px;
    margin :0 auto 5%;
    font-size: 1.7rem;
    font-weight: bold;
    color: #6eaf64;
    text-align: left;
}
.bx-careers .container,
.bx-careers-last .container {
    text-align: center;
}
.bx-careers .container .img_careers {
    width: 100%;
    max-width: 380px;
}
.bx-careers .container p.tx-careers {
    width: 100%;
    max-width: 380px;
    text-align: left;
    margin: 5% auto;
}
.bx-careers .container p,
.bx-careers-last .container p {
    width: 100%;
    max-width: 960px;
    margin :0 auto 10%;
    text-align: left;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}
.bx-careers .container .img_training {
    width: 100%;
    max-width: 960px;
}
.bx-careers .container .img_statue01 {
    width: 48%;
    margin-right: 2%;
}
.bx-careers .container .img_statue02 {
    width: 48%;
    margin: 0;
}
.bx-careers-last .container .img_message {
    width: 100%;
    max-width: 960px;
}
.bx-careers-last .container p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bx-careers-last .container p.tx-message-ttl {
    font-size: 1.5em;
    margin: 5% auto;
    font-weight: bold;
}
@media (min-width: 768px) {
    .bx-careers-last .container p.tx-message-ttl {
        font-size: 2em;
    }
}
.tx-message-inn {
    line-height: 2em;
}
@media (min-width: 768px) {
    .tx-message-inn {
        line-height: 4em;
    }
}

/*　新卒採用情報 エントリー */
.bx-entry {
    width: 100%;
    border-bottom: 2px solid #c6c3c2;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-entry {
        padding: 50px 0 150px;
    }
}
.bx-entry-last {
    width: 100%;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-entry-last {
        padding: 50px 0 150px;
    }
}
.bx-entry .container h3,
.bx-entry-last .container h3 {
    display: block;
    width: 100%;
    max-width: 960px;
    margin :0 auto 5%;
    font-size: 1.7rem;
    font-weight: bold;
    color: #6eaf64;
    text-align: left;
}
.bx-entry .container p,
.bx-entry-last .container p {
    width: 100%;
    max-width: 960px;
    margin :0 auto 10%;
}
.ico-arrow2 {
    display: block;
    position: relative;
    padding-left: 30px;
}
.ico-arrow2 img {
    margin-bottom: 10px;
}
.ico-arrow2::before {
    position: absolute;
    content: "";
    top:25px;
    left: 0;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 8px solid #323232;
}
.tx-mynavi {
    display: inline-block;
    padding: 3px 10px;
    margin: 20px 0 0 30px;
    border: 1px solid #231815;
}
.bx-entry a {
    color: #0daceb;
    text-decoration: none;
}
.bx-entry-last a {
    color: #323232;
    text-decoration: none;
}

/* 中途採用情報 */
.bx-form {
    width: 100%;
    border-bottom: 2px solid #c6c3c2;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-form {
        padding: 50px 0 200px;
    }
}
.bx-form-last {
    width: 100%;
    border: 0;
    padding: 10% 0 20%;
}
@media (min-width: 768px) {
    .bx-form-last {
        padding: 50px 0 200px;
    }
}
.ttl-form {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    .ttl-form {
        font-size: 2rem;
    }
}
.head-recruit-form {
    text-align: center;
}
@media (min-width: 768px) {
    .head-recruit-form .bx-bg {
        margin-bottom: 200px;
    }
}
.head-recruit-form .bx-bg img {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin:0 auto;
}
.bx-wanted {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
.ico-caution {
    display: block;
    position: relative;
    color: #c83232;
    margin-right: 10px;
    font-size: 1.3rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    .ico-caution {
        display: inline-block;
        margin-right: 10px;
        font-size: 1.8rem;
    }
}
.ico-caution:after {
    content: "";
    display: inline-block;
    background-image: url(../images/ico_caution.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: -5px 0 0 10px;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .ico-caution:after {
        content: "";
        display: inline-block;
        background-image: url(../images/ico_caution.png);
        background-size: contain;
        width: 30px;
        height: 30px;
        margin: -8px 0 0 10px;
        vertical-align: middle;
    }
}
.bx-form .container_medium h3,
.bx-form-last .container_medium h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #6eaf64;
    text-align: left;
}
.bx-requirements {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #c6c3c2;
}
.bx-requirements tr {
    display: block;
}
.bx-requirements th {
    display: block;
    border: 1px solid #c6c3c2;
    padding: 2%;
    text-align: left;
}
.bx-requirements td {
    display: block;
    border: 1px solid #c6c3c2;
    padding: 2%;
}
@media (min-width: 768px) {
    .bx-requirements {
        display: table;
    }
    .bx-requirements tr {
        display: table-row;
    }
    .bx-requirements th {
        width: 180px;
        display: table-cell;
        padding: 30px 35px;
        text-align: center;
        box-sizing: border-box;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .bx-requirements td {
        display: table-cell;
        padding: 30px 35px;
        box-sizing: border-box;
    }
}

.radio-inline {
    display: inline-block;
    margin: 0 10px;
}