@charset "UTF-8";

.bread {
	background: url(images/sub_bg.jpg);
	background-size: cover;
}

.rec_sub {
	margin-top: 80px;
}

.rec_sub h2 {
	font-size: 24px;
	font-weight: bold;
	color: #e0181b;
	text-align: center;
	margin-bottom: 50px;
}


.rec_header {
	text-align: center;
	margin-bottom: 10px;
}

.rec_point {
	text-align: center;
	margin-bottom: 30px;
}

.rec_point div {
	display: inline-block;
	background: #e0181b;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 25px;
}

/* 採用担当者メッセージ */
.message_top {
	position: relative;
	height: 420px;
	overflow: hidden;
}

.message_top > img {
	float: right;
}

.message_top_text {
	width: 550px;
	
	background: #fafafa;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	
	font-size: 15px;
}

.message_top_text p {
	font-weight: bold;
	margin-bottom: 30px;
}

.message_top_text > span {
	display: block;
	text-align: right;
	margin-top: 50px;
	font-size: 14px;
}

.massage_textbox {
	background: #fff;
	padding: 50px;
	line-height: 2.2;
}

.massage1 {
	overflow: hidden;
	margin-bottom: 20px;
}

.massage1 img {
	float: left;
}

.massage1 .massage_textbox {
	width: 480px;
	float: right;
	margin-top: 230px;
	margin-left: -162px;
	
	position: relative;
	z-index: 2;
}

.massage2 {
	overflow: hidden;
	margin-bottom: 20px;
}

.massage2 img {
	float: right;
}

.massage2 .massage_textbox {
	width: 610px;
	float: left;
	padding-left: 160px;
	margin-top: 220px;
	margin-right: -60px;
	
	position: relative;
	z-index: 2;
}

.massage3 {
	overflow: hidden;
	margin-bottom: 20px;
}

.massage3 img {
	float: left;
}

.massage3 .massage_textbox {
	width: 600px;
	float: right;
	padding-right: 160px;
	margin-top: 170px;
	margin-left: -170px;
	
	position: relative;
	z-index: 2;
}

.movie {
	min-width: 1100px;
	background: #fafafa;
	padding: 75px 0;
	text-align: center;
}

.movie h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.movie iframe {
	width: 640px;
	height: 360px;
}



/* 採用ページ汎用 */
.rec_leadlist {
	display: inline-block;
	overflow: hidden;
}

.rec_leadlist li {
	margin-bottom: 15px;
	overflow: hidden;
}

.rec_leadlist li div {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.rec_leadlist li div::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 28px;
	background: url(images/check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	
	margin: 4px 8px 0px 0;
}

.rec_newshop {
	margin: 20px 0 30px;
	border: 2px solid #e11919;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}

.rec_info {
	overflow: hidden;
	border: 1px solid #000;
	padding: 20px 0;
	margin-top: 40px;
}

.rec_info_dt {
	float: left;
	width: 150px;
	border-right: 1px dotted #000;
}

.rec_info_dt p {
	padding: 20px 0 28px 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 7px solid #000;
}

.rec_info_dd {
	float: right;
	width: 948px;
	padding: 0 40px;
	font-size: 15px;
}

.rec_info_dd > ul {
	margin-top: 30px;
}

.rec_info_dd > ul li {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
}

.rec_info_dd > ul li:last-child {
	overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 0;
	margin-bottom: 0px;
}

.rec_info_dd > ul div {
	width: 150px;
	float: left;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #e11919;
}

.rec_info_dd > ul p {
	width: calc(100% - 170px);
	float: right;
	padding: 3px 0;
	line-height: 2.2;
}

.rec_info_dd_top {
	padding-top: 20px;
}
.rec_info_dd > ul.works {
	margin-top: 0;
}

.rec_info_dd > ul.works img {
	margin-top: 10px;
}

ul.payment {
	background: #fafafa;
	padding: 40px;
}

.rec_info_dd > ul.payment li {
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
}

.rec_info_dd > ul.payment li:first-child {
	border-top: 1px dotted #000;
	padding-top: 15px;
}

.rec_info_dd > ul.payment li:last-child {
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	margin-bottom: 0px;
}

.rec_info_dd > ul.payment div {
	width: 120px;
	background: #fafafa;
	color: #000;
	font-weight: bold;
	padding: 0;
	text-align: left;
	line-height: 2.2;
}

.rec_info_dd > ul.payment p {
	width: calc(100% - 120px);
	float: right;
	padding: 0;
}

.rec_info_dd_top span {
	display: block;
}

.rec_info_dd_top .fl {
	width: 60%;
}

.rec_info_dd_top .fr {
	width: 37%;
}

.rec_info_dd_top .fr img {
	width: 100%;
}

/* スタッフインタビュー */
.staff_int {
	width: 1100px;
	margin: 40px auto;
}

.staff_int h2 {
	font-size: 24px;
	font-weight: bold;
	color: #e0181b;
	text-align: center;
	margin-bottom: 30px;
}

.int_box {
	position: relative;
	overflow: hidden;
}

.int_photo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.int_text {
	float: right;
	background: #fafafa;
	padding: 30px 30px 30px 40px;
	width: 61%;
}

.int_text div {
	border-left: 2px solid #111;
	padding: 3px 0 3px 10px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.int_for {
	width: 800px;
	margin: 30px auto 0;
}

.int_for span {
	display: block;
	padding: 10px;
	color: #fff;
	background: #e11919;
	text-align: center;
}

.int_for p {
	border: 1px solid #e11919;
	padding: 20px;
}


/* キャリアパス・研修制度 */
.careerpass_3 > div {
	width: 365px !important;
	margin-right: 0 !important;
	border-right: 1px dotted #ccc;
	
	letter-spacing: 0 !important;
	font-size: 95%;
	
	padding: 20px 25px;
}

.careerpass_3 > div:last-child {
	border-right: 0;
}

.career_sp {
	display: none;
}

.careerpass_3 p {
	line-height: 2.2;
}

.career_1 {
	margin-top: 20px;
	border: 2px solid #558edc;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}

.career_2 {
	width: 33%;
	float: left;
	margin-top: 20px;
	border-top: 2px solid #e11919;
	border-bottom: 2px solid #e11919;
	border-left: 2px solid #e11919;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}

.career_2:last-child {
	border-right: 2px solid #e11919;
}

.career_3 {
	margin-top: 20px;
	border: 2px solid #000000;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}

.career_list {
	margin-top: 100px;
}

.career_list ul {
	overflow: hidden;
}

.career_list li {
	width: 525px;
	float: left;
	margin-right: 50px;
	
	background: #fafafa;
	padding: 50px;	
}

.career_list li:nth-child(2n) {
	margin-top: 50px;
	margin-right: 0;
}

.careericon_1 {
	display: inline-block;
	padding: 6px 20px;
	background: #558edc;
	
	color: #fff;
	font-size: 18px;
	
	margin-bottom: 7px;
}

.careericon_2 {
	display: inline-block;
	padding: 6px 20px;
	background: #e11919;
	
	color: #fff;
	font-size: 18px;
	
	margin-bottom: 7px;
}

.careericon_3 {
	display: inline-block;
	padding: 6px 20px;
	background: #000;
	
	color: #fff;
	font-size: 18px;
	
	margin-bottom: 7px;
}

.career_list p {
	line-height: 2.2;
}

.kensyu {
	text-align: center;
}

.kensyu span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.kensyu a:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}


/* アルバイト募集 */
.part_list {
}

.part_list li {
	height: 330px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}

.part_list li:nth-child(odd) > img {
	float: right;
}

.part_list li:nth-child(even) > img {
	float: left;
}

.part_list_box {
	padding: 30px 50px;
	background: #fafafa;
	z-index: 2;
}

.part_list li:nth-child(odd) .part_list_box {
	width: 550px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.part_list li:nth-child(even) .part_list_box {
	width: 550px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.part_num {
	position: absolute;
	left: 50px;
	top: -23px;
}

.part_title {
	background: #e11919;
	padding: 6px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.part_text {
	line-height: 2.2;
}

.rec_lead {
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
	margin: 30px 0;
}


div.payment {
	background: #fafafa;
	padding: 0 40px 40px 40px;
}

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

.rec_sub {
	width: 96%;
	margin: 80px auto 0;
}

.rec_header img {
	width: 100%;
}

/* 採用担当者メッセージ */
.message_top {
	height: auto;
}

.message_top > img {
	float: none;
	width: 100%;
}

.message_top_text {
	width: 100%;
	
	background: #fafafa;
	padding: 20px;
	position: relative;
	top: auto;
	transform: translateY(0%);
	left: auto;
}

.massage_textbox {
	background: #fff;
	padding: 6px 0px 30px;
	line-height: 2.2;
}

.massage1 {
	overflow: hidden;
	margin-bottom: 20px;
}

.massage1 .massage_textbox {
	width: auto;
	float: none;
	margin-top: 0px;
	margin-left: 0px;
}

.massage1 img {
	float: none;
	width: 100%;
}

.massage2 img {
	float: none;
	width: 100%;
}

.massage2 .massage_textbox {
	width: auto;
	float: none;
	padding: 6px 0px 30px;
	margin-top: 0px;
	margin-right: 0px;
}

.massage3 img {
	float: none;
	width: 100%;
}

.massage3 .massage_textbox {
	width: auto;
	float: none;
	padding: 6px 0px 30px;
	margin-top: 0px;
	margin-left: 0px;
}

.movie {
	width: 100%;
	min-width: 100%;
	background: #fafafa;
	padding: 30px 0;
	text-align: center;
	margin: 30px 0 60px;
}

.movie div {
    position:relative;
    width:80%;
    height:0;
	margin: auto;
    padding-top: 45%;
}

.movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* キャリアパス・研修制度 */
.careerpass_3 > div {
	width: 100% !important;
	margin-right: 0 !important;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
	
	padding: 20px 25px;
}

.career_sp {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.career_1st {
	background: #558edc;
}

.career_2nd {
	background: #e11919;
}

.career_3rd {
	background: #000;
}

.career_1, .career_2, .career_3 {
	font-size: 14px;
}

.career_list {
	width: 96%;
	margin: auto;
	margin-top: 30px;
}

.career_list li {
	width: 100%;
	float: none;
	margin-right: 0px;
	
	background: #fafafa;
	padding: 20px;
	
	margin-bottom: 20px;
}

.career_list li:nth-child(2n) {
	margin-top: 0px;
	margin-right: 0;
}


/* アルバイト募集 */
.part_list {
}

.part_list li {
	height: auto;
	margin-bottom: 30px;
}

.part_list li:nth-child(odd) > img {
	float: none;
	width: 100%;
}

.part_list li:nth-child(even) > img {
	float: none;
	width: 100%;
}

.part_list_box {
	background: #fff;
	padding: 20px 0px;
}

.part_title {
	margin-bottom: 10px;
}

.part_list li:nth-child(odd) .part_list_box {
	width: auto;
	position: relative;
	left: auto;
	top: auto;
	transform: translateY(0);
}

.part_list li:nth-child(even) .part_list_box {
	width: auto;
	position: relative;
	left: auto;
	top: auto;
	transform: translateY(0);
}

.part_num {
	position: absolute;
	left: 20px;
	top: -33px;
}

.rec_info {
	overflow: hidden;
	padding: 0px 0;
}

.rec_info_dt {
	float: none;
	width: 100%;
	border-right: 0;
}

.rec_info_dt p {
	padding: 15px;
	background: #000;
	color: #fff;
}

.rec_info_dd {
	float: none;
	width: 100%;
	padding: 20px;
}

.rec_info_dd > ul {
	margin-top: 20px;
}

.rec_info_dd > ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.rec_info_dd > ul li:last-child {
	overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 0;
	margin-bottom: 0px;
}

.rec_info_dd > ul div {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.rec_info_dd > ul p {
	float: none;
	width: 100%;
}

.rec_info_dd p.rec_info_dd_top {
	padding-top: 0px;
}

.rec_info_dd > ul.works {
	margin-top: 0;
}

.rec_info_dd img {
	width: 100%;
}

.rec_info_dd_top .fl {
	width: 100%;
}

.rec_info_dd_top .fr {
	width: 100%;
}

.rec_info_dd_top .fr img {
	width: 100%;
	margin-bottom: 5px;
}

/* スタッフインタビュー */
.staff_int {
	width: 100%;
}

.int_photo {
	position: relative;
	top: auto;
	transform: translateY(0%);
	
	width: 100%;
}

.int_text {
	float: none;
	padding: 15px;
	width: 100%;
}

.int_for {
	width: 100%;
}


/* 社員募集 */
ul.payment {
	background: #fff;
	padding: 0px;
}

.rec_info_dd > ul.payment li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.rec_info_dd > ul.payment li:first-child {
	padding-top: 10px;
}

.rec_info_dd > ul.payment li:last-child {
	overflow: hidden;
	padding-bottom: 10px;
}

.rec_info_dd > ul.payment div {
	width: 100%;
	float: none;
	margin-bottom: 0;
	background: #fff;
	line-height: 1.5;
}

.rec_info_dd > ul.payment p {
	width: 100%;
	float: none;
}

div.payment {
	background: #fff;
	padding: 20px 0px 0px;
}

/* 採用ページ汎用 */
.rec_leadlist li div {
	font-size: 18px;
	text-align: left;
}

.rec_leadlist li div::before {
	display: block;
	float: left;
	margin-top: 0;
}


}