@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dl, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.02em;
}

html, body {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1;
}

body {
	position: relative;
	background-color: #FFF;
	overflow-y: scroll;
}





/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}




/* common */

body, th, td {
	color: #505050;
}

a:link {
	color: #FFB400;
	text-decoration: none;
}

a:visited {
	color: #FFB400;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FFD87A;
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border-style: none;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.bold {
	font-weight: bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.small {
	font-size: 12px;
}

.clear {
	clear: both;
}

.note {
	text-indent: -1em;
	padding-left: 1em;
}

.noborder {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}








/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - (common) - - */

.cnt_pc {
	display: block !important;
}

.cnt_sp {
	display: none !important;
}





/* - - (content common) - - */

#wrapper {
	position: relative;
}

.ph_left {
	float: left;
	padding: 0 30px 50px 0;
}

.ph_right {
	float: right;
	padding: 0 0 50px 30px;
}

hr {
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 20px 0 50px 0;
	padding: 0 0 0 0;
	border-top: 3px solid #DDD;
}

.pagetop {
	min-width: 1068px;
	padding: 24px 0 21px;
}





/* - - (header) - - */

#headfix {
	border-top: 4px solid #FFB400;
}

#header {
	width: 1068px;
	margin: 0 auto;
	padding: 40px 0 40px;
}

h1 {
	margin: 0 auto;
}






/* - - (footer) - - */

#footer {
	clear: both;
	width: 100%;
	min-width: 1068px;
	font-size: 14px;
}

.corplogo {
	padding: 40px 0 0 0;
}

.copyright {
	padding: 26px 0 26px;
	background: #505050;
	border-top: 6px solid #FFB400;
}

.corplink {
	float: left;
	padding: 0 0 0 26px;
}

.copyright p {
	width: 40%;
	margin: 0 auto;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, sans-serif !important;
	font-weight: bold;
}





/* - - (content top) - - */

/* - - (content lower) - - */

.titlebox {
	position: relative;
	width: 100%;
	min-width: 1068px;
	height: auto;
	max-height: 470px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.mainpic {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	height: auto;
}

.maincopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	text-align: center;
}

.wh_lead {
	padding: 60px 5% 56px;
	font-size: 17px;
	line-height: 2;
	background: #FFF;
}

.lower_content {
	min-width: 1068px;
	padding: 80px 0 60px;
	text-align: center;
	background: #E6F5FB;
}

.cntbox {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: left;
	line-height: 2;
}

.cntbox p {
	padding: 0 0 50px;
}

.career_subttl {
	display: inline-block;
	margin: 0 0 35px;
	padding: 0 0 5px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #0096D2;
}

.career_job {
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.career_jobbox {
	-webkit-flex-basis: 460px;
	-ms-flex-basis: 460px;
	flex-basis: 460px;
	max-width: 460px;
	margin: 0 0 40px 0;
	padding: 20px 20px 20px;
	background: #FFF;
	border-radius: 10px;
}

.career_jobttl {
	width: 270px;
	margin: 0 auto;
	padding: 22px 0 15px;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
}

.career_place {
	float: right;
	width: 73px;
	line-height: 1;
}

.career_place li {
	height: 26px;
	margin: 0 0 5px;
	padding: 6px 0 0;
	color: #FFF;
	font-weight: bold;
	background: #00B9D2;
	border-radius: 13px;
	line-height: 1;
}

.career_place li.store {
	background: #F0BE32;
}

.career_jobtxt {
	padding: 10px 0 10px;
	line-height: 1.73;
	text-align: left;
}

.btn_career {
	position: relative;
	display: block;
	height: 90px;
	padding: 38px 0 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn_career.career01 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #0096AF 0%, #0096AF 50%, #00B9D2 50%, #00B9D2 100%); }
.btn_career.career01:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #0096AF 0%, #0096AF 50%, #00B9D2 50%, #00B9D2 100%); }

.btn_career.career02 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #5AAA64 0%, #5AAA64 50%, #78C882 50%, #78C882 100%); }
.btn_career.career02:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #5AAA64 0%, #5AAA64 50%, #78C882 50%, #78C882 100%); }

.btn_career.career03 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }
.btn_career.career03:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }

.btn_career.career04 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }
.btn_career.career04:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }





/* - - (font-size) - - */

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }

/* - - (line-height) - - */

.l130 { line-height: 1.3 !important; }
.l150 { line-height: 1.5 !important; }
.l170 { line-height: 1.7 !important; }
.l200 { line-height: 2.0 !important; }

/* - - (margin) - - */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

/* - - (padding) - - */

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }

/* - - (print) - - */

@media print {
	html,body { width: 1080px; }
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {
}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - (width) - - */

.w30 { width: 30% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w80 { width: 80% !important; }
.w90 { width: 80% !important; }
.w100 { width: 100% !important; }

/* - - (common) - - */

html, body {
	font-size: 14px;
}

.cnt_pc {
	display: none !important;
}

.cnt_sp {
	display: block !important;
}

.fleft {
	float: none;
	text-align: center;
}

.fright {
	float: none;
	text-align: center;
}

img, video, object {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}





/* - - (content common) - - */

#wrapper {
	position: relative;
}

.ph_left {
	float: none;
	padding: 0 0 20px 0;
}

.ph_right {
	float: none;
	padding: 0 0 20px 0;
}

hr {
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 10px 0 30px 0;
	padding: 0 0 0 0;
	border-top: 2px solid #DDD;
}

.pagetop {
	min-width: 100%;
	padding: 16px 0 13px;
}

.pagetop a {
	display: block;
	width: 52px;
	margin: 0 auto;
}





/* - - (header) - - */

#headfix {
	border-top: 4px solid #FFB400;
}

#header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 18px;
}

h1 {
	margin: 0 auto;
	width: 50%;
}





/* - - (footer) - - */

#footer {
	clear: both;
	width: 100%;
	min-width: 100%;
	font-size: 14px;
}

.copyright {
	padding: 0 0 0;
	background: #505050;
	border-top: 6px solid #FFB400;
}

.corplink {
	float: none;
	width: 100%;
	margin: 0 auto;
	background: #E6E6E6;
	text-align: center;
	padding: 15px 0 15px;
}

.corplink img {
	width: 116px;
	margin: 0 auto;
}

.copyright p {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, sans-serif !important;
	font-weight: bold;
	padding: 25px 0 25px;
}





/* - - (content top) - - */

/* - - (content lower) - - */

.titlebox {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto !important;
	max-height: none;
	margin: 0 0 0 0;
	overflow: hidden;
}

.mainpic {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	width: 100%;
	height: auto;
}

.maincopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.wh_lead {
	padding: 40px 5% 40px;
	font-size: 16px;
	line-height: 2;
	background: #FFF;
	text-align: left;
}

.lower_content {
	min-width: 100%;
	padding: 40px 0 30px;
	text-align: center;
	background: #E6F5FB;
}

.cntbox {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 35px;
	text-align: left;
	line-height: 2;
}

.cntbox p {
	padding: 0 0 50px;
}

.career_subttl {
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 0 4px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #0096D2;
}

.career_job {
	width: 100%;
	margin: 0 0 0 0;
	display: block;
}

.career_jobbox {
	max-width: 100%;
	margin: 0 0 30px 0;
	padding: 20px 20px 20px;
	background: #FFF;
	border-radius: 10px;
}

.career_jobttl {
	width: 100%;
	margin: 0 auto;
	padding: 22px 0 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.career_place {
	float: none;
	width: 100%;
	line-height: 1;
}

.career_place li {
	display: inline-block;
	width: 80px;
	height: 26px;
	margin: 0 0 5px;
	padding: 7px 0 0;
	color: #FFF;
	font-weight: bold;
	background: #00B9D2;
	border-radius: 13px;
}

.career_place li.store {
	background: #F0BE32;
}

.career_jobtxt {
	padding: 10px 0 10px;
	line-height: 1.73;
	text-align: left;
}

.btn_career {
	position: relative;
	display: block;
	height: 80px;
	padding: 33px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn_career.career01 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #0096AF 0%, #0096AF 50%, #00B9D2 50%, #00B9D2 100%); }
.btn_career.career01:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #0096AF 0%, #0096AF 50%, #00B9D2 50%, #00B9D2 100%); }

.btn_career.career02 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #5AAA64 0%, #5AAA64 50%, #78C882 50%, #78C882 100%); }
.btn_career.career02:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #5AAA64 0%, #5AAA64 50%, #78C882 50%, #78C882 100%); }

.btn_career.career03 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }
.btn_career.career03:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }

.btn_career.career04 { background: url(../images/icn_arrow_biz.png) right 15px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }
.btn_career.career04:hover { background: url(../images/icn_arrow_biz.png) right 18px center / 17px auto no-repeat, linear-gradient(0deg, #D2A01E 0%, #D2A01E 50%, #F0BE32 50%, #F0BE32 100%); }






}









/* - - - - - - - - - - - /end - - - - - - - - - - - */









