@charset "UTF-8";
/*==============================================

    THEME RECRUIT

==============================================*/
/*==============================================
    15-1. RECRUIT MESSAGE SECTIOIN
==============================================*/
.t-textarea {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.t-textarea {
		width: 65%;
	}
}

/*==============================================
    15-2. RECRUIT REQUIREMENTS
==============================================*/
.t-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 4em;
}

.t-table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 2em 0;
	border-top: 2px solid #f0f0f0;
}

@media screen and (min-width: 769px) {
	.t-table tr {
		padding: 2.5em 0;
	}
}

.t-table tr th {
	text-align: right;
	display: inline-block;
	width: 26%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	font-weight: 700;
	font-size: 0.89286rem;
	line-height: 1.76;
}

@media screen and (min-width: 769px) {
	.t-table tr th {
		width: 16%;
		font-size: 1rem;
		line-height: 2.26667;
	}
}

.t-table tr td {
	display: inline-block;
	width: 74%;
	padding: 0 2em 0 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	font-weight: 500;
	font-size: 0.89286rem;
	line-height: 1.76;
}

@media screen and (min-width: 769px) {
	.t-table tr td {
		width: 84%;
		padding-left: 3em;
		font-size: 1rem;
		line-height: 2.26667;
	}
}

.t-table__list {
	padding: 0 0 .5em 1.5em;
}

.t-table__list__item {
	padding: 0 0 .5em .5em;
	list-style-type: decimal;
}

/*==============================================
    15-3. RECRUIT EVENT
==============================================*/
.t-image {
	margin: 2em auto 0;
}

@media screen and (min-width: 769px) {
	.t-image {
		width: 57.8%;
	}
}

.t-training {
	margin: 4em auto 0;
}

@media screen and (min-width: 769px) {
	.t-training {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
}

@media screen and (min-width: 769px) {
	.t-training__list {
		width: 50%;
	}
}

.t-training__list__item {
	margin-left: 1.5em;
	list-style-type: disc;
	font-weight: 500;
	font-size: 1rem;
	line-height: 2.14286;
}

@media screen and (min-width: 769px) {
	.t-training__list__item {
		margin-bottom: .5em;
		font-size: 0.93333rem;
		line-height: 2.14286;
	}
}

.t-note {
	margin-top: 1.5em;
	color: #858585;
	font-weight: 500;
	font-size: 0.78571rem;
	line-height: 1.36364;
}

@media screen and (min-width: 769px) {
	.t-note {
		margin-bottom: .5em;
		font-size: 0.73333rem;
		line-height: 1.36364;
	}
}

.t-eventbtn {
	width: 88% !important;
}

@media screen and (min-width: 769px) {
	.t-eventbtn {
		width: 350px !important;
	}
}

/*==============================================
    15-4. RECRUIT GROUP
==============================================*/
.t-message {
	font-size: 1.07143rem;
	line-height: 2;
}

@media screen and (min-width: 769px) {
	.t-message {
		margin-bottom: .5em;
		padding: 1em 12% 0;
		font-size: 1rem;
		line-height: 2.26667;
	}
}

.t-group {
	position: relative;
	width: 315px;
	margin: 5em auto;
}

@media screen and (min-width: 769px) {
	.t-group {
		width: 800px;
		margin: 10em auto;
	}
}

.t-group__image--pc {
	display: none;
}

@media screen and (min-width: 769px) {
	.t-group__image--pc {
		display: block;
	}
}

.t-group__image--sp {
	display: block;
}

@media screen and (min-width: 769px) {
	.t-group__image--sp {
		display: none;
	}
}

.t-group__card {
	position: absolute;
	width: 146px;
	background-color: #fff;
	border: 3px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
	.t-group__card {
		width: 230px;
	}
}

.t-group__card a {
	display: block;
}

.t-group__card__image {
	position: relative;
}

.t-group__card__title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	bottom: .3em;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.85714rem;
	line-height: 1.41167;
}

@media screen and (min-width: 769px) {
	.t-group__card__title {
		margin-bottom: .5em;
		font-size: 0.93333rem;
		line-height: 1.5;
	}
}

.t-group__card__text {
	position: relative;
	text-align: center;
	padding: .5em 0;
	font-size: 0.71429rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-group__card__text {
		padding: 1em 0;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.t-group__card__text::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 10px;
	right: 1em;
	background: transparent url(../../recruit/image/icon_arrow.png) no-repeat scroll center center;
	background-size: cover;
}

@media screen and (min-width: 769px) {
	.t-group__card__text::before {
		width: 6px;
		height: 10px;
	}
}

.t-group__card--1 {
	top: 2px;
	left: 34px;
}

@media screen and (min-width: 769px) {
	.t-group__card--1 {
		top: 0px;
		left: 180px;
	}
}

.t-group__card--2 {
	bottom: 100px;
	right: -2px;
}

@media screen and (min-width: 769px) {
	.t-group__card--2 {
		bottom: 322px;
		right: -4px;
	}
}

.t-group__card--3 {
	bottom: 128px;
	right: 40px;
}

@media screen and (min-width: 769px) {
	.t-group__card--3 {
		bottom: 128px;
		right: 0;
	}
}

.t-group__card--4 {
	top: 124px;
	left: 0;
}

@media screen and (min-width: 769px) {
	.t-group__card--4 {
		top: 196px;
		left: 82px;
	}
}

.t-group__card--5 {
	bottom: 10px;
	left: 0;
}

@media screen and (min-width: 769px) {
	.t-group__card--5 {
		bottom: -8px;
		left: 308px;
	}
}

/*==============================================
    15-X. HOME LYAOUT & COMPONENT(PREDEFINED)
==============================================*/
