@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

a {
	text-decoration: none;
	transition: .3s;
}

a:hover {
	opacity: .6;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

h3 {
	font-size: 32px;
	text-align: center;
}

.copyright {
	padding: 10px;
	background-color: #303030;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/*共通css*/

.rightBox {
	float: right;
}

.leftBox {
	float: left;
}

.tx_c {
	text-align: center;
}

.sectionWrapper {
	position: relative;
	max-width: 1000px;
	height: 100%;
	margin: auto;
}

.titleImg {
	width: 100%;
	height: 256px;
}

.titleImg .textBox01 {
	max-width: 50%;
	padding-top: 70px;
	padding-bottom: 70px;
	text-shadow: 0px 0px 5px #000000;
	font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.textBox01 {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.textBox02 {
	background: url(../images/textbox_bg01.png);
}

.flexBox {
	display: flex;
}

.bgColor_red01 {
	background-color: #AA1818;
}

.bgColor_gray {
	background-color: #F4F4F4;
}

*[class*="bgColor_black"],
*[class^="bgColor_red"],
*[class^="bgColor_red"] a,
#interview .interviewBox .timeBox .timetab_button .select {
	color: #fff;
}

#interview .interviewBox .timeBox .timetab_button .select,
.bgColor_red02 {
	background-color: #4d0c15;
}

.timetab_button {
	justify-content: space-around;
	margin: 30px auto 0;
}

.timetab_button li {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #4d0c15;
	cursor: pointer;
}

.bgColor_black01 {
	background-color: #000;
}

.fontColor_red01 {
	color: #AA1818;
}

.imageList.flexBox {
	justify-content: space-around;
}

.imageList p {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
}

.indent01 {
	padding-left: 1em;
	text-indent: -1em;
}


/**/

.hero-area {
	background: url(../images/hero-area_img.jpg) no-repeat top center /cover;
	transition: .3s background;
}

.hero-area .sectionWrapper {
	position: relative;
}

.hero-area .logo {
	position: absolute;
	bottom: 16px;
	right: 18px;
	max-width: 200px;
}

.hero-area .textBox01 {
	width: 420px;
	padding: 70px 40px 25px;
}

.hero-area h2 {
	font-size: 54px;
	line-height: 1.3em;
}

.hero-area .textBox01 p {
	margin: 20px 0 36px;
	font-weight: bold;
	font-size: 17px;
}

.hero-area .button li {
	max-width: 330px;
	min-height: 80px;
	margin-bottom: 16px;
}

.hero-area .button li:last-of-type {
	margin-bottom: 0;
}

.hero-area .button li a {
	position: relative;
	padding: 28px;
	display: block;
	width: 100%;
	height: 100%;
}

.hero-area .button li a:after {
	position: absolute;
	bottom: 1px;
	right: 1px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #ffffff transparent;
}

.hero-area+.bgColor_red01 {
	padding: 8px 0;
}

.hero-area+.bgColor_red01 .flexBox {
	justify-content: space-around;
}

.share {
	padding: 26px 40px;
}

.share.flexBox {
	justify-content: space-between;
}

.share h3 {
	margin-left: 40px;
	font-size: 28px;
	color: #4B4B4B;
	align-items: center;
}

.share h3:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 23px;
	background: url(../images/icon_share.svg) no-repeat center center/contain;
}

.share ul.flexBox {
	justify-content: space-around;
}

.share ul li {
	padding-left: 10px;
}



#about .titleImg {
	background: url(../images/about_title.jpg) no-repeat center center /cover;
}

#about h4 {
	margin: 60px 0 30px;
	text-align: center;
	font-size: 30px;
}

#step .nensyu:before,
#step .nensyu:after,
#about h4:after,
#vision h4:after,
.movieCatch:after,
.careers h3.fontColor_red01:after {
	content: '';
	display: block;
	max-width: 98%;
	width: 393px;
	height: 30px;
	margin: auto;
	background: url(../images/border02.png) no-repeat center center /contain;
}

#about h4+p {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}

#about ul.circle {
	justify-content: space-around;
	margin: 60px 0 46px;
}

#about ul.circle li {
	width: 30%;
	max-width: 290px;
	/*padding: 32px 32px 41px;*/
	color: #fff;
	text-align: center;
	background: url(../images/about_bk01.png) no-repeat center center /contain;
}

#about ul.circle li h5 {
	margin-top: 15px;
	font-size: 26px;
}

#about ul.circle li h5:after {
	content: '';
	display: block;
	background: url(../images/border01.png) no-repeat center center;
	width: 200px;
	height: 10px;
	margin: auto;
}

#about ul.circle li span {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 21px;
}

#about ul.circle li p {
	max-width: 195px;
	margin: 10px auto;
	text-align: left;
	font-size: 17px;
}

#about .textBox01 {
	position: absolute;
	top: 50%;
	right: 0;
	min-width: 420px;
	padding-right: 50px;
	transform: translateY(-50%);
	font-size: 30px;
}

#about .textBox01 h3 {
	text-align: right;
}

#about .textBox02 {
	max-width: 756px;
	margin: 60px auto 0;
	padding: 48px 100px;
	color: #3F2A20;
}

#about .textBox02 h5 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
}

#about .textBox02 table {
	text-align: left;
	font-size: 14px;
	line-height: 2em;
}

#about .textBox02 table th {
	width: 140px;
	vertical-align: top;
}

#about .imageList {
	margin: 56px auto;
}

#about .message {
	margin-bottom: 34px;
}

#about .message .sectionWrapper {
	margin-top: 20px;
}

#about .message .textBox {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

#about .message .catch {
	margin-bottom: 40px;
	font-size: 43px;
	font-weight: bold;
	text-shadow: 0px 0px 4px #ffffff;
	line-height: 1.3em;
}

#about .message dl {
	justify-content: flex-start;
	font-weight: bold;
}

#about .message dl dt {
	margin-right: 25px;
}

#about .message .name {
	font-size: 30px;
	font-weight: bold;
}

.message .button {
	max-width: 432px;
	min-height: 85px;
	margin-top: 16px;
}

.message .button a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 0 25px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	background-image: url(../images/icon_movie.svg);
	background-repeat: no-repeat;
	background-position: center left 24px;
	background-size: 36px;
}

.message .button a:after,
.job_button:after {
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent #ffffff;
}

#policy {
	padding: 50px 0;
	background: url(../images/policy_bk01.jpg) no-repeat center center /cover;
}

#policy h3 {
	margin-bottom: 30px;
	font-size: 37px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 5px #000000;
}

#policy ul {
	justify-content: space-around;
}

#policy ul li {
	width: 30%;
	max-width: 290px;
}

#policy+.imageList {
	margin-top: 30px;
}

#step {
	padding-top: 50px;
}


#step h3 {
	margin: 30px auto;
}

#interview h3 {
	margin: 70px auto 0px;
}

#step h3:before {
	content: '';
	width: 40px;
	height: 40px;
	margin-right: 15px;
	display: inline-block;
	background: url(../images/icon_step.svg) no-repeat bottom center /contain;
}

#step .imageList {
	justify-content: space-between;
	width: 967px;
	margin: 30px auto;
}

#step .stepImage {
	padding: 0 40px;
	justify-content: space-between;
}

#step .stepImage li {
	position: relative;
}

#step .stepImage li .textBox01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*nensyu*/

#step .flexBox {
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

#step .nensyu {
	width: 50%;
}

#step .nensyu dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-width: 393px;
	margin: 14px auto;
}

#step .nensyu dl dt {
	font-size: 22px;
	font-weight: bold;
}

#step .nensyu dl dd {
	color: #aa1818;
	font-weight: bold;
	font-size: 30px;
}


.message h3,
#interview h3 {
	vertical-align: middle;
}

.message h3:before,
#interview h3:before {
	content: '';
	position: relative;
	top: 6px;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	margin-right: 15px;
	background: url(../images/icon_microphone.svg) no-repeat bottom center /contain;
}

#interview .interviewBanner {
	padding: 36px 0;
}

#interview .interviewBanner ul {
	flex-wrap: wrap;
	padding: 0 40px;
}

#interview .interviewBanner ul li {
	width: 50%;
	margin-bottom: 23px;
}

#interview .interviewBox li {
	position: relative;
}

/*
#interview .interviewBox li:after{
	content: '';
	position: absolute;
	top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: inherit;
	-webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
	background:url(../images/interview_box_img01.jpg) no-repeat center /cover;
}*/

#interview .interviewBox .sectionWrapper {
	position: relative;
}

#interview .interviewBox .textBox01 {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 15px 40px 25px;
}

#interview .interviewBox li:first-of-type .textBox01,
#interview .interviewBox li:nth-of-type(2) .textBox01 {
	left: 0;
}

#interview .interviewBox li:last-of-type .textBox01,
#interview .interviewBox li:nth-of-type(3) .textBox01 {
	right: 0;
}

#interview .interviewBox .textBox01 h4 {
	margin: 6px 0;
	font-size: 36px;
}

#interview .interviewBox .textBox01 h4 span {
	font-size: 83px;
	line-height: 1em;
}

#interview .interviewBox .catch {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
}

#interview .interviewBox .textBox01 .catch+p {
	margin: 10px 0;
	font-size: 18px;
}

#interview .interviewBox .textBox01 .catch+p .name {
	font-size: 26px;
}

#interview .interviewBox div.flexBox.sectionWrapper {
	padding: 33px 40px;
}

#interview .interviewBox .textBox {
	font-size: 18px;
	margin-right: 40px;
}


#interview .interviewBox .textBox table {
	border-collapse: collapse;
}

#interview .interviewBox .textBox table tr {
	border-bottom: 1px dashed #ccc;
}

#interview .interviewBox .textBox table tr.borderNone {
	border-bottom: 0px;
}

#interview .interviewBox .textBox table th {
	width: 93px;
	padding: 10px 0;
	vertical-align: top;
	color: #4D0C15;
}

#interview .interviewBox .textBox table td {
	padding: 10px 0;
	line-height: 1.8em;
}

#interview .interviewBox .textBox h5 {
	margin-top: 10px;
	font-size: 16px;
	color: #4D0C15;
}

#interview .interviewBox .timeBox {
	min-width: 291px;
	margin: 0 auto;
}

#interview .interviewBox .timeBox h5 {
	margin-bottom: 22px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}

#interview .interviewBox .timeBox .timetab_contents li {
	display: none;
}

#interview .interviewBox .timeBox .timetab_contents li.select {
	display: block;
}

#interview .interviewBox .bgColor_black01 {
	margin-bottom: 46px;
	overflow: hidden;
}

#interview .interviewBox .imageList {
	margin: 15px auto;
}

#graph {
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	background: url(../images/graph_bk.jpg) no-repeat center center /cover;
}

#graph h3 {
	position: relative;
	z-index: 1;
	margin: 50px 0 0;
}

#graph:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

#graph .graphImage {
	position: relative;
	z-index: 1;
	display: block;
	margin: auto;
	padding: 0 10px;
}


#graph h3:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	margin-right: 15px;
	background: url(../images/icon_graph.svg) no-repeat bottom center /contain;
}

#vision {
	padding-bottom: 40px;
}

#vision .textBox01 {
	position: absolute;
	top: 50%;
	left: 0;
	min-width: 420px;
	padding-left: 50px;
	transform: translateY(-50%);
	text-align: left;
	font-size: 30px;
}

#vision .textBox01 h3 {
	text-align: left;
}

#vision .titleImg {
	background: url(../images/vision_bk01.jpg) no-repeat center center /cover;
}

#vision h4 {
	margin: 73px auto 40px;
	text-align: center;
	font-size: 30px;
}

#vision .flexBox {
	justify-content: space-between;
}

#vision .tx_c+.flexBox {
	margin-top: 60px;
}

#vision .flexBox li {
	max-width: 296px;
}

#vision .flexBox li h5 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

#vision .flexBox li p {
	margin-top: 20px;
}

/* .careers h3:before{
	content: '';
	position: relative;
	top: 8px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/icon_history.svg) no-repeat bottom center /contain;
}*/
.careers .titleImg {
	width: 100%;
	background: url(../images/careers_bk01.jpg) no-repeat center center /cover;
}

.careers .textBox01 {
	position: absolute;
	top: 50%;
	right: 0;
	min-width: 420px;
	padding-left: 50px;
	transform: translateY(-50%);
	font-size: 30px;
}

.careers .textBox01 h3 {
	text-align: left;
}

.careers,
.line_consult {
	margin-bottom: 40px;
}

.careers h5 {
	text-align: center;
}

.careers h3.fontColor_red01 {
	margin-top: 90px;
	font-size: 30px;
}

.careers .textBox02 {
	max-width: 1000px;
	margin: 20px auto 0;
	padding: 40px 48px;
	line-height: 1.8em;
}

.careers .textBox02 ol {
	counter-reset: number;
}

.careers .textBox02 ol li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.careers .textBox02 ol li:before {
	text-indent: 0em;
	counter-increment: number;
	content: counter(number);
	border: 1px solid #4D0C15;
	display: inline-block;
	width: 1.5em;
	margin-right: 4px;
	line-height: 1.5em;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	vertical-align: middle;
	color: #4D0C15;
}


.careers .textBox02 table {
	width: 100%;
	border-collapse: collapse;
}

.careers .textBox02 table tr {
	border-bottom: 1px dashed #ccc;
}

.careers .textBox02 table tr:first-of-type {
	border-top: 1px dashed #ccc;
}

.careers .textBox02 td,
.careers .textBox02 th {
	padding: 6px;
}

.careers .textBox02 th {
	width: 200px;
	text-align: left;
	vertical-align: top;
	color: #4D0C15;
}


.careers h5 {
	margin-bottom: 40px;
	font-size: 24px;
}

.careers .centerBox {
	padding: 0 0 30px;
}

.careers .centerBox h5 {
	margin: 60px 0 30px;
}

.careers .centerBox ul,
.careers .centerBox li {
	list-style: disc;
}

.careers .centerBox ul {
	max-width: 800px;
	width: 74%;
	margin: auto;
}

.centerBox .fontBbig {
	margin-top: 80px;
	font-weight: bold;
	font-size: 26px;
}

.careers .centerBox p {
	text-align: center;
}

.careers .arrow_jump {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 30px 0 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #AA1818 transparent transparent transparent;
}

#line {
	margin-bottom: 30px;
	padding-top: 50px;
}

#line h3:before {
	position: relative;
	top: 8px;
	content: '';
	width: 22px;
	height: 40px;
	margin-right: 15px;
	display: inline-block;
	background: url(../images/icon_smartphone.svg) no-repeat bottom center /contain;
}

.line_consult {
	position: relative;
	display: block;
	margin: 20px auto;
	padding: 32px;
	background-color: #00B900;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
}

.line_consult .flexBox {
	justify-content: flex-start;
	align-items: center;
}

.line_consult .flexItem {
	margin-left: 54px;
}

.line_consult h4 {
	font-size: 41px;
}

.line_consult h4 img {
	margin-right: 20px;
}

.line_consult p {
	margin-top: 18px;
	font-size: 24px;
	font-weight: bold;
}

.line_consult:after {
	position: absolute;
	content: '';
	width: 39px;
	height: 39px;
	right: 4px;
	bottom: 4px;
	background: url(../images/line_arrow.svg) no-repeat center center /contain;
}

#form {
	padding-top: 40px;
}

#form h3 {
	margin-bottom: 20px;
}

#form h3:before {
	content: '';
	width: 40px;
	height: 40px;
	margin-right: 15px;
	display: inline-block;
	background: url(../images/icon_form.svg) no-repeat bottom center /contain;
}

#form .sectionWrapper {
	max-width: 780px;
}

#form #mailformpro {
	padding: 50px 0;
}

#form form#mailformpro dl dt,
#form form#mailformpro dl dd {
	max-width: 100%;
	border-top: 0;
	font-size: 14px;
	line-height: 2em;
}

#form form#mailformpro dl dd {
	padding: 10px 5px 8px 170px;
}

#form #mailformpro input,
#form #mailformpro select {
	max-width: 100%;
	line-height: 2em;
	border: 1px solid #ccc;
}

#form #mailformpro input {
	padding: 0 5px;
}

#form #mailformpro select {
	min-height: 2em;
}

#form #mailformpro input[type="radio"],
#form #mailformpro input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
	background-color: #fff;

}

#form .mfp_buttons button {
	width: 90%;
	max-width: 247px;
	padding: 10px;
	background-color: #aa1818;
	color: #fff;
	font-size: 14px;
	border: 0;
	cursor: pointer;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 9;
}

/*animation*/

.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

/**/

.movieCatch {
	margin: 50px auto 30px;
	color: #aa1818;
	line-height: 1.3em;
}

.movieCatch span {
	font-size: 22px;
}

.movie {
	margin: 0 auto 60px;
	text-align: center;
}

/**/

.thanks {
	padding: 40px 0;
	text-align: center;
}

.thanks .mfp_caution {
	margin: 20px auto;
}

.thanks .backButton {
	display: block;
	width: 90%;
	max-width: 200px;
	margin: 30px auto 20px;
	padding: 10px 20px;
	;
	background-color: #aa1818;
	color: #fff;

}

/*下層ページ*/

/*.job-page .hero-area_wrapper{
	position: relative;
	overflow: hidden;
}

.job-page .hero-area_wrapper:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	    background: url(../images/hero-area_img_bk.jpg) no-repeat center center /cover;
}

.job-page .hero-area{
	max-width: 1200px;
	margin: auto;
}
*/
.job-page .page-subTtl {
	margin: 10px auto 20px;
	padding: 40px 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.job-page .page-subTtl span {
	display: block;
	margin: 4px;
	font-size: 15px;
	font-weight: normal;
}

.job-page h3 span {
	display: block;
	font-size: 18px;
}

.job-page .careers .textBox01 {
	margin: 20px 0;
	z-index: 2;
}

.job-page .titleImg {
	position: relative;
	height: auto;
	min-height: 256px;
}

.job-page .titleImg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.job_logo {
	position: relative;
	z-index: 2;
	margin: 20px 0 0 10px;
}

.job_button {
	position: relative;
	display: inline-block;
	width: 400px;
	max-width: 95%;
	margin: 60px auto 20px;
	padding: 20px;
	font-size: 20px;
}


/**/

.job-page .hero-area h2 {
	font-size: 40px;
	letter-spacing: .1em;
	line-height: 1.2em;
}

.job-page .hero-area .textBox01 {
	padding: 30px 40px 15px;
}

.job-page .page-subTtl {
	padding: 26px 10px;
}



.careers_flex {
	justify-content: space-between;
}

.careers_flex>* {
	flex-basis: 49%;
}

.careers_flex h5 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.careers_flex .textBox02 {
	padding: 20px 20px;
}

.careers_flex .textBox02 h5 {
	margin: 10px auto 30px;
}


.careers_flex .textBox02>p {
	;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px
}

.careers_flex .textBox02>.flexBox {
	justify-content: space-between;
	align-items: center;
}

.careers_flex .textBox02 table {
	flex-basis: 60%;
	font-size: 14px;
	line-height: 1.5em;
}

.careers_flex .textBox02 th {
	padding-bottom: 0;
	display: block;
	width: auto;
}

.careers_flex .textBox02 td {
	display: block;
}

.careers_flex .careers_buttonList {
	flex-basis: 35%;
}

.careers_flex .careers_buttonList li:first-of-type a {
	background-color: #000;
}

.careers_flex .careers_buttonList li:last-of-type a {
	background-color: #aa1818;
}

.careers_flex .careers_buttonList.flexBox li {
	flex-basis: 48%;
}

.careers_flex .careers_buttonList li+li {
	/*margin-top: 30px;*/
}

.careers_flex .careers_buttonList li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 10px;
	color: #fff;
	text-align: center;
}

/*.careers_flex .careers_buttonList li a:after{
	content: '';
	position: absolute;
	bottom: 1px;
	right: 1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}*/

#floatingFooter {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

#floatingFooter .floatingBox {
	min-width: 250px;
	padding: 6px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px #ccc;
}

#floatingFooter a {
	color: #fff;
}

#floatingFooter .flexBox li {
	flex-basis: 100%;
	font-size: 16px;
}

#floatingFooter .flexBox a {
	height: 100%;
}

#floatingFooter .icon_entry,
#floatingFooter .icon_line,
#floatingFooter .icon_tel {
	display: flex;
	align-items: center;
	justify-content: center;
}

#floatingFooter .icon_entry:before,
#floatingFooter .icon_line:before,
#floatingFooter .icon_tel:before {
	content: '';
	display: block;
	margin-right: 6px;
}


#floatingFooter .icon_entry {
	width: 100%;
	margin-bottom: 6px;
	padding: 16px 10px;
	text-align: center;
	background-color: #aa1818;
	border-radius: 3px;
}

#floatingFooter .icon_entry:before {
	width: 1.2em;
	height: 1.2em;
	background: url(../images/icon_entry.svg) no-repeat center center / contain;
}

#floatingFooter .icon_line {
	width: 100%;
	padding: 12px 8px;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #00b900;
	border-radius: 3px 0 0 3px;
}

#floatingFooter .icon_line:before {
	width: 2.6em;
	height: 2.6em;
	background: url(../images/icon_line.svg) no-repeat center center / contain;
}

#floatingFooter .icon_tel {
	width: 100%;
	padding: 12px 8px;
	font-size: 15px;
	background-color: #000;
	border-radius: 0 3px 3px 0;
}

#floatingFooter .icon_tel:before {
	width: 1.2em;
	height: 1.2em;
	background: url(../images/icon_tel.svg) no-repeat center center / contain;
}


/**/

.page-fullTime_honten .hero-area {
	/*background: url(../images/head_honten01.jpg) no-repeat center center /cover;*/
	overflow: hidden;
}

.page-parttimejob_honten .hero-area {
	/*background: url(../images/head_honten02.jpg) no-repeat center center /cover;*/
	overflow: hidden;
}


.page-fullTime_shimotori .hero-area {
	/*	background: url(../images/head_shimotori01.jpg) no-repeat center center /cover;*/
	overflow: hidden;
}

.page-parttimejob_shimotori .hero-area {
	/*	background: url(../images/head_shimotori02.jpg) no-repeat center center /cover;*/
	overflow: hidden;
}

.page-fullTime_centralKitchen .hero-area {
	background: url(../images/head_centralKitchen01PC.jpg) no-repeat bottom center /cover;
}

body[class*="page-fullTimejob_"] .hero-area {
	background: url(../images/head_fullTime01.jpg) no-repeat bottom center /cover;
}

/*.page-parttimejob_shimotori .hero-area .textBox01 ,
.page-parttimejob_honten .hero-area .textBox01 ,
.page-fullTime_shimotori .hero-area .textBox01{
	float: right;
}

.page-parttimejob_shimotori .hero-area h1 .logo ,
.page-parttimejob_honten .hero-area h1 .logo ,
.page-fullTime_shimotori .hero-area h1 .logo{
	left: 18px;
	right: auto;
}*/

.job-page .hero-area .sectionWrapper {
	overflow: hidden;
}

.job-page .hero-area .sectionWrapper .logo {
	max-width: 150px;
	top: 0px;
	right: 0px;
}

.job-page .hero-area .textBox01 p {
	margin: 12px 0 22px;
}

.job-page .movie {
	margin-top: 60px;
}

.job-page .otherLink {
	margin-bottom: 90px;
}

.job-page .otherLink .flexBox {
	justify-content: space-between;
	align-items: center;
}

.job-page .otherLink h3+.flexBox {
	margin-top: 60px;
}

.job-page .otherLink .flexBox li {
	flex-basis: 32%;
}

.job-page .otherLink .flexBox li .job_button {
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
}

.job-page .otherLink .flexBox li p {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 20px;
}

/**/

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

	.job-page .hero-area .textBox01 {
		padding: 10px;
	}

	.job-page .page-subTtl {
		margin: 10px auto 0;
		padding: 20px 10px;
	}

	.job-page .careers .textBox01 {
		position: relative;
		transform: translateY(0);
	}

	.job_logo {
		width: 30%;
	}

	.job-page .titleImg {
		text-align: center;
	}

}

@media screen and (max-width: 1000px) {
	.movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		max-width: 1000px !important;
		width: 100% !important;
		height: 100% !important;
		margin: auto;
	}
}

@media screen and (min-width: 757px) {
	.pcNone {
		display: none;
	}

	li[id^="case"] {
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	li[id^="case"] .textBox01 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#floatingFooter .floatingBox ul.flexBox {
		display: block;
	}

}

@media screen and (max-width: 756px) {
	.spNone {
		display: none;
	}

	.sectionWrapper h4 {
		padding: 0 10px;
	}

	#interview .interviewBox div.flexBox,
	#interview .interviewBanner ul,
	.share.flexBox,
	.flexBox.circle,
	#vision .flexBox,
	#step .stepImage,
	.line_consult .flexBox {
		flex-direction: column;
	}

	#vision .textBox01,
	#interview .interviewBox .timeBox,
	#about .textBox01 {
		width: 100%;
		min-width: 100%;
		text-align: center;
	}

	#interview .interviewBanner ul li,
	.circle li,
	.hero-area .textBox01,
	#step .imageList {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-area h2 {
		font-size: 30px;
		text-align: center;
	}

	#interview .interviewBox .textBox01 {
		position: relative;
		width: 100%;
	}


	#about .message .textBox .catch,
	#interview .interviewBox .catch,
	.line_consult h4 {
		font-size: 23px;
	}

	#interview .interviewBox .textBox p,
	#interview .interviewBox .textBox table,
	.line_consult p,
	#interview .interviewBox .textBox01 .catch+p {
		font-size: 14px;
	}

	#interview .interviewBox .textBox01 .catch+p .name {
		font-size: 18px;
	}

	#interview .interviewBox .timeBox {
		margin-top: 30px;
	}

	#part-timeJob th,
	#part-timeJob td,
	#fullTime th,
	#fullTime td,
	.interviewBox th,
	.interviewBox td {
		display: block;
	}

	.flexBox.circle li {
		margin: 10px auto;
	}

	.line_consult {
		margin: 20px;
	}

	.line_consult .flexBox>img {
		margin-bottom: 20px;
	}

	.line_consult .flexItem {
		margin-left: 0;
	}

	.hero-area .textBox01 p {
		margin: 10px 0;
		text-align: center;
	}

	.careers .textBox02,
	#about .textBox02,
	.message .textBox {
		padding: 40px 20px;
	}

	#vision .textBox01,
	#interview .interviewBanner ul,
	#about .textBox01 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#interview .interviewBox .textBox01,
	#interview .interviewBox div.flexBox.sectionWrapper {
		padding: 30px 10px;
	}

	.share ul li {
		padding-left: 0;
	}

	.hero-area .textBox01 {
		position: absolute;
		bottom: 0;
		max-width: 100%;
		padding: 10px;
	}

	#about .message .textBox {
		position: relative;
		top: 0;
		right: 0;
		transform: translateY(0);
	}

	.share h3,
	.share h3:before {
		margin-left: 0;
	}

	.timetab_button,
	.share h3 {
		margin-bottom: 20px;
	}

	.hero-area {
		background: url(../images/hero-area_img.jpg) no-repeat top right -110px /cover;
	}

	.hero-area,
	.hero-area .sectionWrapper {
		min-height: 560px;
	}

	.job-page .hero-area {
		background: url(../images/hero-area_img.jpg) no-repeat top right -50px /cover;
	}

	.page-fullTime_centralKitchen .hero-area {
		background: url(../images/head_centralKitchen01.jpg) no-repeat right center /cover;
	}


	.job-page .hero-area,
	.job-page .hero-area .sectionWrapper {
		min-height: 520px;
	}

	.hero-area .button li {
		min-height: auto;
		margin: 0 auto 6px;
	}

	.hero-area .button li a {
		padding: 20px;
	}

	#step .stepImage {
		padding: 0;
	}

	#about .textBox01 h3 {
		text-align: center;
	}

	#graph .arrowposition {
		bottom: -10%;
		right: 10%;
		width: 50%;
	}

	#vision .flexBox li {
		max-width: 100%;
		padding: 0 10px;
		text-align: center;
	}

	#vision .flexBox p {
		max-width: 296px;
		margin: 10px auto;
		text-align: left;
	}

	#about .textBox02 table th {
		width: 100px;
	}

	.share li {
		width: 25%;
	}

	#vision .textBox01 h3,
	#interview .interviewBanner ul,
	#step .stepImage li {
		text-align: center;
	}

	.line_consult h4 img {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.hero-area .logo {
		position: relative;
		width: 34%;
		margin: 30px;
	}

	section .titleImg .textBox01 {
		left: 0;
		right: 0;
		margin: auto;
	}

	.message .button a {
		padding: 25px 34px 25px 46px;
		background-position: center left 10px;
		background-size: 26px;
	}

	.message .button a:after {
		right: 18px;
	}

	#interview .interviewBox .textBox {
		margin-right: 0;
	}

	#interview .interviewBox .textBox01 h4 span {
		font-size: 40px;
	}

	#step h3,
	#interview h3,
	#graph h3 {
		padding: 0 10px;
		font-size: 28px;
	}

	#policy h3 {
		font-size: 32px;
	}

	.imageList p {
		font-size: 10px;
	}

	.share.flexBox.sectionWrapper {
		margin-bottom: 30px;
		align-items: center;
	}

	.message .button {
		max-width: 100%;
	}

	#about h4+p {
		padding: 0 10px;
	}

	#policy+.imageList {
		flex-wrap: wrap;
	}

	#policy+.imageList li {
		max-width: 50%;
	}

	#form form#mailformpro dl dd {
		padding: 5px;
	}

	dl.mailform {
		padding: 0 10px;
	}

	#step .nensyu {
		width: 90%;
		margin-top: 20px;
	}

	#step .nensyu dl dt {
		flex-basis: 50%;
		font-size: 18px;
	}

	#step .nensyu dl dd {
		flex-basis: 50%;
		font-size: 24px;
		text-align: right;
	}

	.careers .textBox01 {
		min-width: 100%;
	}


	.careers .textBox01 h3 {
		padding-right: 50px;
		text-align: center;
	}

	#graph h3 {
		margin: 30px 0 15px;
	}

	form#mailformpro label {
		white-space: pre-wrap;
	}

	.careers .textBox02 .centerBox ul {
		width: 90%;
	}

	.careers_flex .textBox02>.flexBox,
	.careers_flex {
		display: block;
	}

	.careers_flex .textBox02 {
		padding: 20px 10px;
	}

	#floatingFooter {
		bottom: 0;
		right: 0;
		left: 0;
	}

	#floatingFooter .floatingBox {
		padding: 0;
		box-shadow: none;
	}

	#floatingFooter .icon_entry,
	#floatingFooter .icon_tel,
	#floatingFooter .icon_line {
		border-radius: 0;
	}

	#floatingFooter .icon_entry {
		margin-bottom: 0;
		padding: 20px 10px;
	}

	.job-page .otherLink .flexBox li .job_button {
		padding: 14px 20px;
		font-size: 16px;
	}

	.job-page .otherLink .flexBox li .job_button:after {
		right: 10px;
		border-width: 5px 0 5px 7px;
	}

	.careers_flex .careers_buttonList li,
	.careers_flex .careers_buttonList li+li {
		margin-top: 10px;
	}

	.job-page .hero-area h2 {
		font-size: 28px;
	}

	.job-page .page-subTtl {
		font-size: 22px;
	}

	.job-page .page-subTtl span {
		margin: 0;
	}

	.job-page .hero-area .textBox01 p {
		margin: 8px 0 12px;
	}

	/*	
	.page-parttimejob_shimotori .hero-area{
		background-position: center left;
	}
	
	.page-fullTime_shimotori .hero-area ,
	.page-parttimejob_honten .hero-area {
		background-position: bottom left;
	}
	
	.page-fullTime_honten .hero-area{
		background-position: bottom right;
	}*/


}

@media screen and (max-width: 560px) {
	.job-page .hero-area {
		background: url(../images/hero-area_img.jpg) no-repeat top right -110px /cover;
	}

	.page-fullTime_centralKitchen .hero-area {
		background: url(../images/head_centralKitchen01.jpg) no-repeat center right /cover;
	}

}