@charset "UTF-8";
/* recruit */

.txt-copy {
	border-bottom: none;
}
.btn-staff {
	margin-bottom: 1rem;
}
.txt-point {
	color: #7DA9D8;
	font-size: 2rem;
	font-weight: bold;
}
.btn-entry {
	margin: 0 auto;
	text-align: center;
}

.recruit-type {
	padding: 2rem;
	background: #D8E5F5;
	font-weight: bold;
}

/* --------------------------------------------------
Table
-------------------------------------------------- */
table {
	margin-bottom: 4rem;
	width: 100%;
}
th,td { 
	padding: 2rem;
}
th {
	background: #F8F8F8;
}
 
/* recruit-table */
.recruit-table th {
	padding-right: 6rem;
	width: 30%;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; 
}
.recruit-table td {
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; 
}

.border-n{
	border-bottom: none!important;
}

.work-location-mt{
	margin-top: -22px;
}
.time select , .birthday select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 1.2rem;
	line-height: normal;
	border-radius: 0;
	padding: 0.6rem 0.5rem;
	width: 100%;
	max-width: 75px;
	height: 3rem;
}

.grid-l-10{width: 85.33333%!important;}
.grid-l-2{width: 14.66667%!important;}

@media only screen and (max-width:695px){
	.time select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 1.2rem;
	line-height: normal;
	border-radius: 0;
	padding: 0.3rem;
	width: 100%;
	max-width: 48.8px;
	height: 2.5rem;
}
	.birthday select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 1rem;
	line-height: normal;
	border-radius: 0;
	padding: 0.3rem;
	width: 100%;
	max-width: 57px;
	height: 2.5rem;
	}
}
@media only screen and (max-width:480px){
	th,td { 
	padding: 2rem 0.5rem;}
	
    .recruit-table {}
    .recruit-table th,
    .recruit-table td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .recruit-table tr:first-child th   { border-top: 1px solid #ddd; }
	
	.time select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 1.2rem;
	line-height: normal;
	border-radius: 0;
	padding: 0.3rem;
	width: 100%;
	max-width: 48.8px;
	height: 2.5rem;
}
	.birthday select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 1rem;
	line-height: normal;
	border-radius: 0;
	padding: 0.3rem;
	width: 100%;
	max-width: 57px;
	height: 2.5rem;
	}
	.row{
		display: flex;
		align-items: center;
	}
	.grid-s-10{
		width: 87%;
	}
	.grid-s-2{
		width: auto;
	}
	.form-ico img{
		width: 30px;
		margin-left: 3px;
	}
}

/* --------------------------------------------------
Form
-------------------------------------------------- */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
	font-size: 16px;
}

.icon-required {
background: #F8F8F8 url(../img/recruit/icon-required.gif) 95% center no-repeat;
}
.icon-optional {
background: #F8F8F8 url(../img/recruit/icon-optional.gif) 95% center no-repeat;
}
.form-example {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 1.1rem;
}
.form-example02 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
.form-error {
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	background: #FF4B47;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
p.form-error {
	margin-bottom: 0;
}
input[type="text"],input[type="tel"],input[type="email"],select,textarea {
	margin: 0;
}
select {
	background-image: url(../img/recruit/icon-select-arrow.png);
	background-size: contain;
}
button {
	padding: 0;
	border: 0;
}
.form-radio {
	margin-right: 2rem;
	padding-left: 1rem;
}

.form-fl div {
	float: left;
}
.form-ico {
	text-align: right;
}
.form-step {
	margin-bottom: 4rem;
}
@media only screen and (min-width: 960px) {
	.icon-required {
	background: #F8F8F8 url(../img/recruit/icon-required.gif) 90% center no-repeat;
	}
	.icon-optional {
	background: #F8F8F8 url(../img/recruit/icon-optional.gif) 90% center no-repeat;
	}
}


/* btn */
.btn-next {
	text-align: center;
}
.btn-next .left-box {
	margin-bottom: 2rem;
	float: none;
}
.btn-next .right-box {
	float: none;
}
@media only screen and (min-width: 960px) {
	.btn-next .left-box {
		margin-bottom: 0;
		float: left;
	}
	.btn-next .right-box {
		float: right;
	}
}

/* complete */
.box-comp01 {
	margin: 0 0 2rem 0;
	padding: 3rem;
    background: #F2F6FB;	
	font-size: 1.6rem;
}
.box-comp01 a {
	text-decoration: none;
}
@media only screen and (min-width: 960px) {
	.box-comp01 {
		font-size: 1.8rem;
	}
}


/* --------------------------------------------------
Staff
-------------------------------------------------- */
.bg-staff01 {
	height: 100%;
	background: #E5F2EE;
}
.bg-staff02 {
	height: 100%;
	background: #E6F4F6;
}
.box-staff {
	display: none;
}
.txt-name {
	font-size: 2.2rem;
}
@media only screen and (min-width: 960px) {
	.bg-staff01 {
		height: 690px;
		background: #E5F2EE;
		position: relative;
	}
	.bg-staff02 {
		height: 690px;
		background: #E6F4F6;
		position: relative;
	}
	.box-staff {
		margin: 0;
		padding: 0;
		width: 380px;
		position: absolute;
		top: 370px;
		left: 220px;
		display: inline;
	}
}

.sttl-profile01 {
	margin: 0 auto;
	width: 100%;
	color: #FFF;
	display: table;
	text-align: center;
}
.sttl-profile02 {
	margin: 0 auto;
	width: 100%;
	color: #FFF;
	display: table;
	text-align: center;
}
.sttl-profile01 p,
.sttl-profile02 p {
	margin-top: 2rem;
	padding: 1.5rem 2.5rem 0 0rem;
	display: table-cell;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.box-profile {
	padding: 3rem 4rem;
	border: #ddd 1px solid;
}
@media only screen and (min-width:980px){
	.sttl-profile01 p,
	.sttl-profile02 p {
		margin-top: 2rem;
		padding: 1.5rem 0 0 2rem;
	}
}

/* profile-table */
.profile-table {
	margin-bottom: 0;
	width: 100%;
}
.profile-table tr {
	border-bottom: #ddd 1px solid;
}
.profile-table tr:last-child {
	border-bottom: none;
}
.profile-table th,
.profile-table td {
	padding: 1.5rem;
	background: none;
	font-weight: bold;
	vertical-align: top;
}
	.profile-table td {
		width: 80%;
	}
	.profile-year {
		width: 20%;
	}
@media only screen and (min-width:980px){	
	.profile-table {
		width: 560px;
	}
}
@media only screen and (max-width:480px){
	.profile-table th,
	.profile-table td {
		padding: 1.5rem 0;
	}
	.profile-table td {
		width: 70%;
	}
	.profile-year {
		width: 30%;
	}
}
.txt-work {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: normal;
}

/* qa */
.sttl-qa {
	border-bottom: none;
}
.box-qa {
	margin-bottom: 3rem;
}
.box-qa .left-box {
	width: 100%;
}
.box-qa .right-box {
	text-align: center;
}
.box-qa .ssttl-qa {
	margin-bottom: 2rem;
}
.box-qa .ssttl-qa p {
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
.box-qa .ssttl-qa img {
	margin-right: 1.5rem;
}
@media only screen and (min-width:980px){
.box-qa .left-box {
		width: 340px;
		float: left;
	}
	.box-qa .right-box {
		width: 280px;
		float: right;
	}
}

.box-work-inner {
	padding: 2rem 4rem 4rem;
}
.box-work-inner .left-box {
	float: none;
}
.box-work-inner span {
	font-weight: bold;
}
.box-work-inner .right-box {
	float: none;
	text-align: center;
}
.box-work {
	width: 100%;
	background: url(../img/recruit/staff/sttl-staff-middle-sp.gif) repeat-y center top;
	background-size: 100%;
}
@media only screen and (min-width:980px){
	.box-work-inner {
		padding: 2rem 4rem;
	}
	.box-work-inner .left-box {
		width: 300px;
		float: left;
	}
	.box-work-inner span {
		font-weight: bold;
	}
	.box-work-inner .right-box {
		width: 240px;
		float: right;
	}
	.box-work {
		width: 640px;
		background: url(../img/recruit/staff/sttl-staff-middle-pc.gif) repeat-y center top;
	}
}

.box-holiday01 {
	margin-top: -1rem;
	padding: 4rem;
	background: #E5F2EE;
}
.box-holiday02 {
	margin-top: -1rem;
	padding: 4rem;
	background: #E6F4F6;
}
.box-holiday01 .left-box,
.box-holiday02 .left-box {
	width: 100%;
	float: none;
}
.box-holiday01 .right-box,
.box-holiday02 .right-box {
	float: none;
	text-align: center;
}
.box-holiday01 h3 {
	color: #008054;
	font-size: 1.8rem;
}
.box-holiday02 h3 {
	color: #0E93AA;
	font-size: 1.8rem;
}
@media only screen and (min-width:980px){
	.box-holiday01 .left-box,
	.box-holiday02 .left-box {
		width: 300px;
		float: left;
	}
	.box-holiday01 .right-box,
	.box-holiday02 .right-box {
		width: 240px;
		float: right;
	}
}

.btn-recruit {
	margin: 4rem auto 5rem;
	text-align: center;
}

/* complete */
.box-comp01 {
	margin: 0 0 2rem 0;
	padding: 3rem;
    background: #F2F6FB;
	font-size: 1.6rem;
}
.box-comp01 a {
	text-decoration: none;
}
.box-comp01 span {
	font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
	.box-comp01 {
		font-size: 1.8rem;
	}
	.box-comp01 span {
		font-size: 1.6rem;
	}
}