@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #212121;
	font-size: 16px;
	line-height: 1.6;
}
#page-wrap {
	min-height: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
#container.lazyloaded{
	background: url("https://job.rey-fukuyama.com/images/user/back.webp") center top no-repeat;
	background-attachment: fixed;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	padding-left: -webkit-calc((100% - 1100px) / 2);
	padding-left: calc((100% - 1100px) / 2);
	padding-right: -webkit-calc((100% - 1100px) / 2);
	padding-right: calc((100% - 1100px) / 2);
	min-width: 1100px;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}


/**************************************************50
 * common
 **************************************************/
/* -- color -- */
.pink{
	color: #FE529A;
}
.blue{
	color: #434379;
}
.blue_light{
	color: #4E75A4;
}

/* -- label -- */
[class^="label_shop_"]{
	border-radius: 100px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 75%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 100px;
}
.label_shop_1{
	background-color: #F27B46;
}
.label_shop_2{
	background-color: #F65365;
}

/* -- link -- */
a{
	color: #212121;
}
.rollover img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
.rollover:hover img{
	opacity: 0.7;
}
[class^="link_to"],
[class^="btn_"]{
	background-color: #212121;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 340px;
}
[class^="btn_"]{
	font-size: 125%;
	margin: 0 1em;
	width: 240px;
}
[class^="link_to"]:after{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="link_to"]:hover,
[class^="btn_"]:hover{
	opacity: 0.7;
}
.link_to_pink{
	background-color: #FE529A;
}
.link_to_contact{
	background: -webkit-linear-gradient(top, #E593BF 0%, #D65381 100%);
	background: linear-gradient(to bottom, #E593BF 0%, #D65381 100%);
	border-radius: 15px;
}
.link_to_contact:hover{
	background: -webkit-linear-gradient(top, #D65381 0%, #E593BF 100%);
	background: linear-gradient(to bottom, #D65381 0%, #E593BF 100%);
	opacity: 1;
}

/* -- pager -- */
#pager{
	margin-top: 20px;
	margin-bottom: 30px;
}
.pager_num{
	text-align: center;
}
.pager_link{
	margin: 5px auto;
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	background-color: #FFFFFF;
	border-color: #9A4F5F;
	border-radius: 5px;
	color: #9A4F5F;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #9A4F5F;
	border-color: #9A4F5F;
	color: #FFFFFF;
}
.pager_link > a.mdi{
	font-size: 140%;
}
.pager_link > span{
	background-color: #9A4F5F;
	border-color: #9A4F5F;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
	margin-left: 20px;
}

/** - table - **/
.tbl_common{
	border-collapse: separate;
	border-spacing: 0px 10px;
	margin: 0 auto;
	table-layout: fixed;
	width: 740px;
}
.tbl_common tr th{
	background-color: #9A4F5F;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
}
.tbl_common tr td{
	background-color: #FFFFFF;
	border: 1px solid #9A4F5F;
	padding: 1em;
	text-align: left;
}

/** - line - **/
#line_qr_wrap{
	display: none;
}

/** - contact - **/
#contact_message{
	padding-top: 30px;
	padding-bottom: 30px;
}
#contact_message h2{
	color: #9A4F5F;
	font-size: 312.5%;
	line-height: 1.2;
}
#contact_message ul{
	margin-top: 5px;
	margin-bottom: 5px;
}
#contact_message ul > li{
	background-color: #FFFFFF;
	border: 2px solid #E594C0;
	border-radius: 15px;
	color: #E594C0;
	display: inline-block;
	font-size: 150%;
	height: 64px;
	line-height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 14px;
}
#contact_message ul > li:nth-child(even){
	margin-left: 20px;
}
#contact_to #contact_to_info{
	margin: 20px auto 0;
	width: 360px;
}
#contact_to #contact_to_intro > strong{
	font-size: 162.5%;
	display: block;
}
#contact_to #contact_to_info a{
	color: #53333A;
	display: block;
}
#contact_to #contact_to_info p{
	background-color: #E594C0;
	color: #FFFFFF;
	font-size: 87.5%;
	margin-bottom: 10px;
	padding: 3px 0;
}
#contact_to #contact_to_info .mdi{
	display: block;
	text-align: left;
}
#contact_to #contact_to_info .mdi-cellphone-iphone{
	color: #53333A;
	font-size: 275%;
	line-height: 1;
	margin-left: -0.15em;
}
#contact_to #contact_to_info .mdi-email{
	font-size: 137.5%;
}
#contact_to #contact_to_info .mdi-email:before{
	font-size: 125%;
	margin-right: 0.2em;
	vertical-align: sub;
}
#contact_to #contact_to_info #footer_line{
	border: 1px solid #23B71C;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: table;
	overflow: hidden;
	width: 100%;
}
#contact_to #contact_to_info #footer_line:before{
	background-color: #23B71C;
	color: #FFFFFF;
	content: "LINEからはコチラ";
	display: table-cell;
	vertical-align: middle;
	width: 10em;
}
#contact_to #contact_to_info #footer_line a{
	display: table-cell;
	padding: 5px 0;
	vertical-align: middle;
}


/**************************************************50
 * header
 **************************************************/
header{
	background: url("https://job.rey-fukuyama.com/images/user/back_header.webp") center top no-repeat;
	text-align: center;
}
#header_wrap{
	height: 265px;
	margin-bottom: 30px;
	position: relative;
}
#header_wrap #header_catch{
	font-size: 75%;
	height: 27px;
	line-height: 27px;
}
#header_info{
	color: #53333A;
	height: 110px;
	margin-top: 18px;
	margin-left: 638px;
	width: 280px;
}
#header_info a{
	color: #53333A;
	display: block;
}
#header_info p{
	font-size: 87.5%;
}
#header_info .mdi{
	display: block;
	text-align: left;
}
#header_info .mdi-cellphone-iphone{
	font-size: 200%;
	line-height: 1;
	margin-left: -0.15em;
}
#header_info .mdi-email:before{
	font-size: 125%;
	margin-right: 0.2em;
	vertical-align: sub;
}
#header_info #header_line{
	background-color: #FFFFFF;
	border-radius: 5px;
	display: table;
	overflow: hidden;
	width: 100%;
}
#header_info #header_line:before{
	background-color: #23B71C;
	color: #FFFFFF;
	content: "LINEからはコチラ";
	display: table-cell;
	vertical-align: middle;
	width: 10em;
}
#header_info #header_line a{
	display: table-cell;
	vertical-align: middle;
}
#header_contact{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	display: block;
	height: 90px;
	position: absolute;
	top: 7px;
	left: -webkit-calc(50% + 542px - 150px);
	left: calc(50% + 542px - 150px);
	opacity: 0;
	transition: opacity 0.2s ease-out 0s;
	width: 150px;
}
#header_contact:hover{
	opacity: 0.3;
}
#header_wrap nav{
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000;
}
#header_wrap nav:not(.active){
	position: absolute;
	bottom: 0;
	width: 1100px;
}
#header_wrap nav.active{
	padding: 0 -webkit-calc((100% - (1100px)) / 2);
	padding: 0 calc((100% - (1100px)) / 2);
	position: fixed;
	top: 0;
	min-width: 1100px;
	width: 100%;
}
#header_wrap nav:after{
	clear: both;
	content: "";
	display: block;
}
#header_wrap nav > a,
#header_wrap nav > section,
#header_wrap nav > section > p{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: -webkit-linear-gradient(top, #9A4F5F 0%, #854552 100%);
	background: linear-gradient(to bottom, #9A4F5F 0%, #854552 100%);
	float: left;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease-out 0s;
	width: 170px;
}
#header_wrap nav > a.active,
#header_wrap nav > a:hover,
#header_wrap nav > section.active,
#header_wrap nav > section:hover,
#header_wrap nav > section.active > p,
#header_wrap nav > section > p:first-child:hover{
	background: #703648;
	background: -webkit-linear-gradient(top, #703648 0%, #703648 100%);
	background: linear-gradient(to bottom, #703648 0%, #703648 100%);
}
#header_wrap nav > *:first-child{
	font-size: 200%;
	width: 80px;
}
#header_wrap nav > *:not(:first-child){
	font-size: 87.5%;
}
#header_wrap nav > a:not(:first-child):before,
#header_wrap nav > section:not(:first-child) > p:before{
	background: #703648;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
}
#header_wrap nav > section{
	overflow: hidden;
}
#header_wrap nav > section:hover{
	overflow: visible;
}
#header_wrap nav > section > div{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s ease-out 0s;
	width: 100%;
	z-index: 1000;
}
#header_wrap nav > section:hover > div{
	opacity: 1;
}
#header_wrap nav > section > div > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-bottom: 1px solid #703648;
	color: #703648;
	display: block;
	font-size: 75%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px 0 18px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
	width: 100%;
}
#header_wrap nav > section > div > a:before{
	content: "\F35F";
	color: #E594C0;
	font-size: 300%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -6px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_wrap nav > section > div > a.active,
#header_wrap nav > section > div > a:hover{
	background-color: #F6D8E8;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	transition: opacity 0.2s ease-out 0s;
	width: 66px;
}
#btn_totop:hover{
	opacity: 0.7;
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	min-height: -webkit-calc(100vh - 160px - 70px - 711px);
	min-height: calc(100vh - 160px - 70px - 711px);
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}

/* -- title -- */
.title_section{
	color: #FE4379;
	font-size: 300%;
	font-weight: bold;
	margin-top: 20px;
}

/* -- breadcrumbs -- */
.breadcrumbs{
	font-size: 75%;
	margin-top: -30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
	display: inline-block;
	margin-left: 2em;
	position: relative;
}
.breadcrumbs > *:not(:first-child):before{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}

/* -- list -- */
.list_star > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F4CE";
	text-indent: 0;
}

/* -- box -- */
.box_alternately{
	margin: 0 auto;
	width: 940px;
}
.box_alternately figure{
	border-collapse: collapse;
	display: table;
	width: 100%;
}
.box_alternately figure + figure{
	margin-top: 20px;
}
.box_alternately figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}
.box_alternately figure > div img{
	width: 100%;
}
.box_alternately figure figcaption{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 20px;
}
.box_alternately figure div + figcaption{
	padding-left: 20px;
	padding-right: 0;
}
.box_alternately figure figcaption h3,
.box_alternately figure figcaption strong{
	border-bottom: 1px solid #E28695;
	color: #E28695;
	display: block;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.box_alternately figure figcaption p{
}


/**************************************************50
 * pages_link
 **************************************************/
#pages_link{
	background-color: #FAF6DD;
	padding-top: 30px;
	padding-bottom: 30px;
}
#pages_link.top_page{
	padding-bottom: 10px;
}
#pages_link > ul > li{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 33.33333333333333%
}
#pages_link.top_page ul > li{
	padding-bottom: 20px;
}
#pages_link > ul > li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	width: 340px;
}
#pages_link > ul > li a:hover img{
	opacity: 0.7;
}
#pages_link > ul > li p{
	font-size: 87.5%;
	margin-top: 5px;
	width: 340px;
}
#pages_link .slick-slide{
	padding: 0 10px;
}
#pages_link .slick-slide img{
	width: 100%;
}
#pages_link .slick-slide p{
	margin-top: 0.25em;
	text-align: left;
}
#pages_link .slick-prev{
	left: -60px;
}
#pages_link .slick-prev:before{
	content: "\F141";
}
#pages_link .slick-next{
	right: -60px;
}
#pages_link .slick-next:before{
	content: "\F142";
}
#pages_link .slick-prev,
#pages_link .slick-next{
	height: 60px;
	width: 60px;
}
#pages_link .slick-prev:before,
#pages_link .slick-next:before{
	color: #9A4F5F;
	font-family: "Material Design Icons";
	font-size: 60px;
}


/**************************************************50
 * footer
 **************************************************/
footer{
	text-align: center;
}

/* -- footer010 -- */
#footer_workaway{
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer_workaway p{
	margin: 10px auto 0;
	text-align: left;
	width: 860px;
}
#footer_workaway img[src*="banner/workaway."]{
	width: 860px;
}
#footer_banner{
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_banner a{
	display: inline-block;
	margin: 10px 5px;
}
#footer_banner img{
	width: 540px;
}
#footer_banner img[src*="banner/recruit."]{
	width: 900px;
}

/* -- footer020 -- */
footer #contact_message{
	background-color: #F9E4F0;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer #contact_to #contact_to_intro{
	float: left;
	margin-left: 150px;
	width: 420px;
}
footer #contact_to:after{
	clear: both;
	content: "";
	display: block;
}
footer #contact_to #contact_to_info{
	float: right;
	margin: 0 150px 0 0;
}
footer #contact_to #contact_to_intro p{
	font-size: 87.5%;
	text-align: left
}

/* -- footer030 -- */
#footer_official{
	padding-top: 20px;
}
#footer_info{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
#footer_info:after{
	clear: both;
	content: "";
	display: block;
}
footer nav{
}
footer nav:after{
	clear: both;
	content: "";
	display: block;
}
footer nav #footer_logo img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	float: left;
	transition: opacity 0.2s ease-out 0s;
	width: 260px;
}
footer nav #footer_logo:hover img{
	opacity: 0.7;
}
footer nav table{
	border-collapse: separate;
	border-spacing: 10px 0;
	float: right;
	text-align: left;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
}
footer nav table tr th.serif{
	background-color: #E594C0;
	color: #FFFFFF;
	padding: 3px 10px;
}
footer nav table tr td{
	font-size: 75%;
	overflow: hidden;
	padding: 5px 0 5px 12px;
}
footer nav table tr td a{
	position: relative;
}
footer nav table tr td a:before{
	content: "\F35F";
	color: #E594C0;
	font-size: 200%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -18px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer nav table tr td a{
	color: #212121;
	text-decoration: none;
}
footer nav table tr td a.pink{
	color: #E594C0;
}
footer nav table tr td a.active,
footer nav table tr td a:hover{
	text-decoration: underline;
}
#copyright{
	background-color: #DAF8E9;
	color: #212121;
	font-size: 75%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#copyright a{
	color: #212121;
	text-decoration: none;
}


