/*==================================
		recruit / index
==================================*/
/*========== body ==========*/
body {
	background: url(../../img/recruit/recruit.jpg) no-repeat center 0;
	background-size: contain;	
}

/*========== mainWrap ==========*/
.boshuLi li + li {
	margin: 1.0rem 0 0 0;
}

.boshuLi li a {
	display: block;
	position: relative;
	padding: 1.0rem 2.5rem 1.0rem 1.0rem;
/*	background: #ffffff; commented */
	border-radius: 1.0rem;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
	line-height: 1.6;
	font-size: 100%; /* added */
}

.boshuLi li a::after {
	position: absolute;
	top: calc(50% - 0.75em);
	right: 1.0rem;
	/*
	content: '＋';
	*/
}


/*= ver.purple =*/
.purple .boshuLi li a {
	border: 1px solid #ae1c87;
}

.purple .boshuLi li a::after {
	color: #ae1c87;
}






#recruit03 dd {
	margin: 0 0 0 1.5em;
	padding: 0 0 2.0rem 1.75em;
	line-height: 1.6;
}

#recruit01 dl {
	background: #ffffff;
	border-radius: 1.0rem;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
	line-height: 1.6;
}

#recruit01 dl + dl {
	margin: 1.0rem 0 0 0;
}

#recruit01 dt {
	display: block;
	position: relative;
	padding: 1.0rem 2.5rem 1.0rem 1.0rem;
	line-height: 1.6;
}

#recruit01 dt:hover {
	cursor: pointer;
}

#recruit01 dt::after {
	position: absolute;
	top: calc(50% - 0.75em);
	right: 1.0rem;
	content: '＋';
}

/*#recruit01 dt.active::after {
	content: 'ー';
}

#recruit01 dd {
	display:none;
	margin: 0 1.0rem;
	padding: 1.0rem 0;
	border-top: 1px dashed #dddddd;
	line-height: 1.6;
}*/

/*#recruit01 table th {
	padding: 0.5rem 1.0rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#recruit01 table td {
	padding: 1.0rem;
	line-height: 1.6;
	text-align: justify;
}

#recruit01 table tr:not(:last-child) th,
#recruit01 table tr:not(:last-child) td {
	border-bottom: 1px solid #dddddd;
}

#recruit01 td .btnIconLink:nth-of-type(1) {
	font-size: 175%;
	margin: 0.5rem 1.5rem 0 0;
}*/

#recruit01 .btnIconLink {
	display: inline-block;
	margin: 0.5rem 0 0 0;
}


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


@media screen and (max-width: 480px){
#recruit01 table th,
#recruit01 table td {
	display: block;
	width: 100%;
}

#recruit01 td .btnIconLink:nth-of-type(1) {
	margin: 0.5rem 0 0 0;
	font-size: 150%;
}

#recruit01 .btnIconLink a {
	letter-spacing: 0 !important;
	white-space: nowrap;
}

#recruit01 .btnIconLink:nth-of-type(2) {
	font-size: 80%;
}
}



/*= ver.purple =*/
.purple #recruit01 dl {
	border: 1px solid #ae1c87;
}

.purple #recruit01 dl:hover dt {
	color: #ae1c87;
}

.purple #recruit01 dt.active,
.purple #recruit01 dt::after {
	color: #ae1c87;
}

.purple #recruit01 table {
	border: 1px solid #ae1c87;
}

.purple #recruit01 table th {
	background: #ae1c87;
}



/*========== contact ==========*/
#contact01 th {
	text-align: left;
	white-space: normal;
}

#contact01 th span {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	background: #ffffff;
	border-radius: 1.0rem;
	float: right;
	font-size: 75%;
}

#contact01 td > span {
	font-size: 75%;
	color: #ff0000;
}

#contact01 td.error {
	background: rgba(174, 23, 135, 0.11);
}

#contact01 input,
#contact01 textarea {
	padding: 0.5rem 1.0rem;
	background: #f0eeef;
	border: none;
	border-radius: 1.0rem;
	box-shadow: -999px 2px 0px #f1f1f1;
}

#contact01 :focus {
	outline: 0;
}

#contact01 input[type=checkbox],
#contact01 input[type=radio] {
	display: none;
}

#contact01 input[type=checkbox] + input[type=hidden] + span,
#contact01 input[type=radio] + span {
	padding: 0.5rem 1.0rem;
	display: inline-block;
	background: #ffffff;
	border-radius: 1.0rem;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
	color: #999999;
	border: 1px solid #999999;
}

#contact01 input[type=checkbox]:checked + input[type=hidden] + span,
#contact01 input[type=radio]:checked + span {
	color: #ffffff;
}

#contact01 textarea {
	width: 100%;
	min-height: 10.0rem;
}

#contact01 #btnSubmit {
	text-align: center;
}

#contact01 #btnSubmit input[type=submit]:hover {
	background-position: -100% 0;
	text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

#contact01 #btnSubmit input[type=submit] {
    display: inline-block;
    padding: 0.5rem 2.0rem;
    border-radius: 1.5rem;
    line-height: 1.5rem;
	color: #ffffff;
    letter-spacing: 0.1rem;
    background-position: 0 0;
    background-size: 200% auto;
	font-size: 125%;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
	cursor: pointer;
	letter-spacing: 0.5rem;
}

#contact01 #btnSubmit input[type=submit]::before {
    margin: 0 1.0rem 0 0;
}

#contact01 .tableWrap .flex {
	justify-content: center;
}

#contact01 #btnBack {
	margin: 0 3.0rem 0 0;
	text-align: center;
}

#contact01 #btnBack input[type=submit]:hover {
	background-position: -100% 0;
	text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

#contact01 #btnBack input[type=submit] {
    display: inline-block;
    padding: 0.5rem 2.0rem;
    border-radius: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    background-position: 0 0;
    background-size: 200% auto;
	font-size: 125%;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
	cursor: pointer;
	letter-spacing: 0.5rem;
}

#contact01 #btnBack input[type=submit]::before {
    margin: 0 1.0rem 0 0;
}

.g-recaptcha div {
	margin: 1.0rem auto 0;
}

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


@media screen and (max-width: 480px){
#contact01 table th,
#contact01 table td {
	display: block;
	width: 100%;
}

#contact01 input {
    width: 100%;
	min-width: auto;
}

#contact01 #customersAge {
    width: 35%;
}

#contact01 .tableWrap .flex {
	flex-direction: column;
}

#contact01 #btnBack {
	margin: 0 0 1.0rem 0;
}
}



/*= ver.purple =*/
.purple #contact01 input[type=checkbox]:checked + input[type=hidden] + span,
.purple #contact01 input[type=radio]:checked + span {
	border: 1px solid #ab3293;
    background: #ab3293;
}


.purple #contact01 #btnSubmit input[type=submit] {
    background-image: -weblit-linear-gradient(to left, rgba(255,255,255,1) 50%, rgba(174,28,135,1) 50%);
    background-image: linear-gradient(to left, rgba(255,255,255,1) 50%, rgba(174,28,135,1) 50%);
    border: 1px solid #ae1c87;
}

.purple #contact01 #btnSubmit input[type=submit]:hover {
	color: #ae1c87;
}

.purple #contact01 #btnSubmit input[type=submit]::before {
    content: url(../img/common/i_arrow_w.svg);
}

.purple #contact01 #btnBack input[type=submit] {
    background-image: -weblit-linear-gradient(to left, rgba(174,28,135,1) 50%, rgba(255,255,255,1) 50%);
    background-image: linear-gradient(to left, rgba(174,28,135,1) 50%, rgba(255,255,255,1) 50%);
    border: 1px solid #ae1c87;
}

.purple #contact01 #btnBack input[type=submit]:hover {
	color: #ffffff;
}

.purple #contact01 #btnBack input[type=submit]::before {
    content: url(../img/common/i_arrow_p.svg);
}

