@charset "utf-8";

.recruit-btn {
	padding: 1.8rem .75rem;
	text-align: center;
	border-radius: 2rem;
	background-color: #E9F6ED;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	letter-spacing: .069em;
	display: block;
}
.recruit-btn:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}
.recruit-btn-text-1 {
	font-size: 1.11rem;
	font-weight: 700;
	color: #20A74A;
	margin-bottom: .5rem;
	position: relative;
	padding-right: 1.88rem;
	display: inline-block;
}
.recruit-btn-text-1::after {
	content: '';
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 100%;
  background: url(../images/common/icon-newtab.svg) no-repeat center center/contain;
}
.recruit-btn-text-2 {
	font-size: 14px;
	color: #070304;
	display: block;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}