@charset "utf-8";
body {
	font-size: 14px;
	line-height: 180%;
}
img {
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 999;
}
#loading {
	background: url(../images/loading.gif) no-repeat center center;
	background-size: 60px auto;
	width: 100%;
	height: 100%;
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
}
#menu li {
	color: #000;
	line-height: 1em;
}
#menu li.active {
	background: #666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a {
	text-decoration: none;
	color: #000;
}
#menu li.active a:hover {
	color: #000;
}
#menu li:hover {
	background: rgba(255,255,255, 0.3);
}
#menu li a, #menu li.active a {
	display: block;
	box-sizing: border-box;
}
#menu li.active a {
	color: #fff;
}
#menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	letter-spacing: 3px;
	padding-top: 60px;
	box-sizing: border-box;
	overflow: auto;
}
#menu li a {
	display: block;
	color: #fff;
	padding: 15px 10px;
}
.nav a,  .nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav a {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 9999;
}
.nav span {
	position: absolute;
	left: 15px;
	width: 100%;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.nav span:nth-of-type(1) {
	top: 17px;
}
.nav span:nth-of-type(2) {
	top: 27px;
}
.nav span:nth-of-type(3) {
	top: 37px;
}
.nav.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.nav.active span:nth-of-type(2) {
	opacity: 0;
}
.nav.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#entry {
	position: absolute;
	top: 61px;
	right: 0;
	z-index: 100;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
}
#entry:hover {
	background: rgba(0,0,0,0.2);
}
#entry a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 10px;
	letter-spacing: -0.1px;
	text-align: center;
}
#entry a span {
	line-height: 1em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-top: 40px;
}
#entry a span::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	right: calc( 50% - 2px );
}
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}
#pagetop:hover {
	background: rgba(0,0,0,0.2);
}
#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}
#pagetop a {
	line-height: 1em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-top: 0px;
}
#pagetop a::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: calc( 50% - 6px );
}
.slider {
	background: #eee;
	height: 100%;
}
.slider div {
	height: 100%;
}
#slick1 {
	background: url(../images/1.jpg) no-repeat center center;
	background-size: cover;
}
#slick2 {
	background: url(../images/2.jpg) no-repeat center center;
	background-size: cover;
}
#slick3 {
	background: url(../images/3.jpg) no-repeat center center;
	background-size: cover;
}
#slick4 {
	background: url(../images/4.jpg) no-repeat center center;
	background-size: cover;
}
#copy {
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	width: 100%;
	height: 1px;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	background: rgba(0,0,0,0.2)
}
#copy p {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: url(../images/copy.svg) no-repeat center center;
}
#copy p span {
	visibility: hidden;
}
#scroll {
	display: block;
	position: absolute;
	bottom: 20px;
	left: calc( 50% - 20px );
	z-index: 200;
	text-align: center;
}
#scroll a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}
#scroll a::before {
	content: '';
	width: 26px;
	height: 26px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	left: 6px;
}
#scroll a:hover {
	opacity: 0.7;
}
#scroll a span {
	display: none;
}
.fp-controlArrow {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
	border: none;
}
.fp-controlArrow {
	display: block;
	width: 40px;
	height: 40px;
}
.fp-controlArrow:hover {
	opacity: 0.5;
}
.fp-controlArrow.fp-prev:before {
	content: '';
	width: 40px;
	height: 40px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 0px;
	left: 15px;
}
.fp-controlArrow.fp-next:before {
	content: '';
	width: 40px;
	height: 40px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0px;
	right: 15px;
}
/* Sections
* --------------------------------------- */
#fullpage {
	line-height: 0;
}
.section {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	line-height: 180%;
}
#section0 {
	position: relative;
}
#section1 {
	background: url(../images/s1.jpg) no-repeat center top;
	background-size: cover;
}
#section2 {
	background: url(../images/s12.jpg) no-repeat center top;
	background-size: cover;
}
#section3 {
	background: url(../images/s2.jpg) no-repeat center center;
	background-size: cover;
}

#section4 {
	min-height: 900px;
	background: url(../images/s3.jpg) no-repeat center top;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.3);
	background-blend-mode: lighten;
}
#section8 {
	min-height: 1050px;
	background: url(../images/s5.jpg) no-repeat center top;
	background-size: cover;
}
#section9 {
	background: url(../images/s6.jpg) no-repeat center center;
	background-size: cover;
}
.section h1 {
	font-size: 48px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: left;
	margin-bottom: 50px;
	line-height: 120%;
	transition: all 600ms 0s ease;
	opacity: 0;
	margin-left: 20px;
}
.section h1.active {
	opacity: 1;
	margin-left: 0px;
}
.section p {
	transition: all 600ms 0s ease;
	opacity: 0;
	margin-left: 10px;
}
.section p.active {
	opacity: 1;
	margin-left: 0px;
}
.intro {
	max-width: 960px;
	height: 100%;
	margin: auto;
}
.intro .tx {
	float: right;
	background: rgba(0,0,0,0.7);
	width: 50%;
	height: 100%;
	min-height: 800px;
	box-sizing: border-box;
	padding: 60px;
	color: #fff;
	text-align: left;
}
.intro .tx.white {
	color: #000;
}
.intro .tx h1 {
}
.intro .tx p {
	width: 100%;
	margin-bottom: 50px;
}
.intro .tx .photo img {
	max-width: 100%;
}
.intro .tx.right {
	float: left;
}
.intro .tx.white {
	background: rgba(255,255,255,0.7);
}
.intro.w100 {
	box-sizing: content-box;
	padding: 60px 20px;
}
/***************************/


/*仕事を知る*/
#worktxt {
	max-width: 380px;
	text-align: left;
	margin-bottom: 50px;
}
#workflow h2 {
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: left;
	margin-bottom: 20px;
}
#workflow ul {
	display: flex;
}
#workflow li {
	background: rgba(255,255,255,0.9);
	margin: 0 10px 0 0;
	position: relative;
	padding-bottom: 140px;
	width: 20%;
}
#workflow dl {
	text-align: left;
	line-height: 160%;
}
#workflow dt {
	font-weight: bold;
	margin: 8px;
}
#workflow dd {
	margin: 0px 8px 8px;
}
#workflow li img {
	position: absolute;
	left: 0;
	bottom: 0;
}
/*社員を知る*/
#recruittxt {
	max-width: 380px;
	text-align: left;
	margin-bottom: 50px;
}
#section4 a {
	display: inline-block;
    padding: 15px 30px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    margin: 30px auto;
}
#section4 a:hover {
    background: rgba(0,0,0,0.4);
}
#section4 a span {
    line-height: 1em;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 22px
}
#section4 a span::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}
/*商品情報*/
#producttxt {
	float: left;
	width: calc( 100% - 300px );
	text-align: left;
	margin-bottom: 50px;
	padding: 30px;
	color: #000;
	background: rgba(255,255,255,0.6);
}
#section8 a {
	display: inline-block;
	padding: 15px 30px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	margin: 30px auto;
}
#section8 a:hover {
	background: rgba(0,0,0,0.4);
}
#section8 a span {
	line-height: 1em;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-right: 22px;
}
#section8 a span::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
}
#section8 .photo {
	display: none;
}
/*募集要項*/
table#recruit {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
table#recruit th, table#recruit td {
	border: 1px #c6c0c1 solid;
	padding: 15px 30px;
	text-align: left;
}
table#recruit th {
	width: 200px;
	box-sizing: border-box;
	background: #f7f7f7;
}
.entrybtn {
	display: block;
	background: #c00;
	padding: 20px;
	text-align: center;
	max-width: 400px;
	margin: 20px auto 20px;
}
a.entrybtn span {
	line-height: 1em;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding-right: 22px;
}
a.entrybtn span::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
}
.entrybtn:hover {
	background-color: #f00;
}
/*募集要項*/
.pc {
  display: block;
  margin-bottom: 120px;
  }
.sp {
  display: none;
  }
@media only screen and (max-width: 750px){
.pc {
  display: none;
  }
.sp {
  display: block;
  }
}
.pc h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  }
.pc table{
	margin-top: -20px;
	background: #fff;
}
.pc th, td {
  padding: 6px 20px;
  vertical-align: middle;
	}
.pc th {
  white-space: nowrap;
	background: rgba(69,50,53,1);
	color: #fff;
 }
.pc td.detaillink {
  border-right: 0;
  text-align: center;
  color: #fff;
  }
.pc td.detaillink a {
  display: block;
  padding: 6px 5px;
  margin: auto;
  border-radius: 4px;
	background: rgba(69,50,53,1);
  width: 48px;
  text-align: center;
  color: #fff;
 }
.pc td.detaillink a:hover{
	opacity: 0.7; 
}
.pc .bosyu_tx{
	text-align: left;
}
.pc .detaillink a img {
  display: block;
  margin: auto;
}
.sp .bosyu_wrap{
	background: white;
  height: 240px;
  width: 100%;
  text-align: left;
  margin: -2% 0 16% 0;
}
.sp .bosyu_wrap p{
	padding: 3%;
}
.sp .bosyu_wrap .bosyu_title{
  background: rgba(69,50,53,1);
  color: #fff
}
.sp .bosyu_wrap .bosyu_btn{
	color: #fff;
  background: rgba(69,50,53,1);
  width: 13%;
  height: 24px;
  text-align: center;
  margin: 1px auto;
  border-radius: 4px;
  padding: 2%;
}
.sp .bosyu_wrap .bosyu_btn a{
	color: #fff;
}
/*会社概要*/
#section11 {
	background: #f2f2f2;
}
table#profile {
	width: 100%;
}
table#profile th, table#profile td {
	padding: 15px 30px;
	text-align: left;
}
table#profile th {
	border-bottom: 1px #453235 solid;
	width: 200px;
	box-sizing: border-box;
}
table#profile td {
	border-bottom: 1px #d6d2d3 solid;
}

#section11 .pc {
	margin-bottom: 60px;
}
#section12 .intro {
	padding: 60px 0 0;
}
#section13 .intro {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	padding: 0;
	display:table;
}
#section13 .wrapper {
	display:table-cell;
	vertical-align:middle;
}

#logo {
	margin-bottom:20px;
}

ul#sns {
	display: flex;
	justify-content: center;
	margin: auto;
}
ul#sns li:hover {
	opacity: 0.5;
}
ul#sns li {
	margin: 5px;
}
ul#sns li img {
	display: block;
	margin: 25px;
}
ul#sns li span {
	display: block;
	font-size: 11px;
}
.btnbox a {
	display: block;
	margin: 0px auto 0;
	padding: 15px 30px;
	text-align: center;
}
.btnbox a span {
	line-height: 1em;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.btnbox a span::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
#copyright {
	font-size: 12px;
	letter-spacing: 0.5px;
	opacity: 1;
	margin-top: 20px;
}

/* 下層ページ　社員を知る */
body#hakura{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#hakura .flex_box{
	display: flex;
}
#hakura .flex_box.row_reverse{
	flex-direction:row-reverse;
}
#hakura #career {
    margin: 0 auto;
    padding: 30px 0 0;
}
#hakura .triangle_left_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 25px solid #FFFFFF;
    border-right: 25px solid transparent;
}
#hakura .triangle_right_bottom::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 25px solid #FFFFFF;
    border-left: 25px solid transparent;
}
#hakura .career_header>h1{
	text-align: center;
	margin-top: 138px;
}
#hakura .career_header>h1 img{
	max-width: 178px;
	height: auto;
}
#hakura .career_header__nav{
	background-color: #F4F1ED;
	max-width: 1160px;
	margin: 54px auto 73px;
}
#hakura .career_header__nav>ul{
	justify-content: center;
	height: 69px;
}
#hakura .career_header__nav li{
	height: 57px;
	padding: 6px 0;
	border-left: 1px solid #B9A085;
}
#hakura .career_header__nav li:last-child{
	border-right: 1px solid #B9A085;
}
#hakura .career_header__nav p{
	display: block;
	width: 172px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
#hakura .career_header__nav a{
	color: #9E5246;
}
#hakura .career_header__nav span{
	display: block;
	width: 13px;
	height: 13px;
	border-right: 2px solid #9E5246;
	border-bottom: 2px solid #9E5246;
	transform: rotate(45deg);
	position: relative;
	left: 80px;
	top: -5px;
}
#hakura .story_box {
	max-width: 960px;
	margin: 0 auto 100px;
    padding: 30px 0 0;
}
#hakura .story_box .flex_box{
	justify-content: space-between;
}
#hakura .story_box>h2{
	font-size: 28px;
    margin-bottom: 30px;
    color: #9E5246;
    margin-left: 0;
}
#hakura .story_top{
    align-items: center;
    margin-bottom: 80px;
}
#hakura .story_top__right>img{
	width: 540px;
	height: 440px;
	object-fit: cover;
}
#hakura .story1-01{
	object-position: 0 83%;
}
#hakura .story2-01{
	object-position: 0 40%;
}
#hakura .story3-01{
	object-position: 0 0;
}
#hakura .story4-01{
	object-position: 0 0;
}
#hakura .story5-01{
	object-position: 0 46%;
}
#hakura .story_top__left>h3{
	font-size: 30px;
	font-weight: bold;
    line-height: 1.8;
	margin: 0 0 25px;
}
#hakura .story_top__info--label{
	display: inline-block;
    margin-bottom: 20px;
    padding: 3px 25px;
    background-color: #B9A085;
    color: #FFFFFF;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.8px;
    border-radius: 5px;
}
#hakura .story_top__info--name{
	display: block;
	height: 23px;
}
#hakura .story_box__episode{
	margin-bottom: 30px;
    padding-bottom: 30px;
}
#hakura .story_box__episode:last-child{
	margin-bottom: 0;
    padding-bottom: 0;
}
#hakura .story_box__episode>h3{
	position: relative;
	margin-bottom: 20px;
    padding: 15px 25px;
    background-color: #F8EFE4;
    font-size: 18px;
    font-weight: bold;
}
#hakura .story_box__episode--number{
	color: #9E5246;
    margin: 0 8px 0 0;
    font-family: fantasy;
}
#hakura .story_box__episode--answer>img{
	width: 400px;
	height: 280px;
	object-fit: cover;
}
#hakura .story_box__episode--answer.flex_box>p{
	max-width: 56%;
}


/**********************************************************************************************************************************************************************************/
@media screen and (max-width: 768px) {
.section {
  height: 100%;
}
.intro .tx {
	padding: 50px 30px;
}
#section1 {
	background: #000 url(../images/s1.jpg) no-repeat center top;
	background-size: auto 515px;
}
#ss11 {
}
#ss11 .tx {
	width: auto;
	margin-top: 515px;
}
#section2 {
	background: #000 url(../images/s12.jpg) no-repeat center top;
	background-size: auto 515px;
}
#section2 .tx {
	width: auto;
	margin-top: 515px;
}
#section2 .tx .photo {
	text-align: center;
}
#section4 {
	height: 100%;
	min-height: auto;
	background: url(../images/s3.jpg) no-repeat center top;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.3);
	background-blend-mode: lighten;
}
#section4 .intro {
	width: auto;
}
#section8 {
	height: 100%;
	min-height: auto;
	background: url(../images/s5.jpg) no-repeat center center;
	background-size: cover;
}
#section9 .tx {
	width: auto;
}
#section9 .tx .photo {
	text-align: center;
}
/*仕事を知る*/
#section3 p {
	text-shadow: 0px 1px 1px rgba(255,255,255,1), 0px 0px 1px rgba(255,255,255,1), 1px 0px 1px rgba(255,255,255,1), 0px -1px 1px rgba(255,255,255,1), -1px -1px 1px rgba(255,255,255,1), -1px 0px 1px rgba(255,255,255,1);
}
#workflow ul {
	display: block;
}
#workflow li {
	width: auto;
	margin: 0 0 10px;
	padding-bottom: 0px;
}
#workflow li:nth-child(2n) {
	margin-right: 0;
}
#workflow dl {
	width: calc( 100% - 185px );
	float: left;
}
#workflow dd {
}
#workflow li img {
	position: static;
	float: right;
	width: 180px;
}
/*社員を知る*/
#section4 p {
	text-shadow: 0px 0px 5px rgb(255 255 255), .3px .3px 7px rgb(255 255 255), -0.3px -0.3px 7px rgb(255 255 255);
}

/*商品情報*/
#producttxt {
	float: none;
	width: 98%;
	margin-bottom: 50px;
	padding: 1%;
}
#section8 a {
	margin:30px 0;
}
footer {
	padding: 5% 0;
}
/* 下層ページ　社員を知る */
body#hakura{
	font-size: 14px;
}
#hakura .story_box {
	margin: 0 10px 100px;
}
#hakura .story_top.flex_box{
	flex-direction: column;
}
#hakura .story_top__right>img {
    width: 768px;
    height: 76vw;
}
#hakura .story1-01{
	object-position: 0 -42vw;
}
#hakura .story2-01{
	object-position: 0 -20vw;
}
#hakura .story3-01{
	object-position: 0 0;
}
#hakura .story4-01{
	object-position: 0 0;
}
#hakura .story5-01{
	object-position: 0 -22vw;
}
#hakura .story_top__info{
	display: flex;
	align-items: center;
}
#hakura .story_top__info--label{
	margin-right: 5px;
    margin-bottom: 0;
    padding: 3px 15px;
	font-size: 3vw;
}
#hakura .story_top__left>h3{
	font-size: 4.5vw;
	margin-bottom: 4vw;
	text-align: center;
}
#hakura .story_box__episode--answer>img{
	width: 40vw;
	height: 28vw;
	object-fit: cover;
}


}

/**********************************************************************************************************************************************************************************/
@media only screen and (max-width: 480px) {
#spnav.nav {
	display: block;
}
#copy p {
	background: url(../images/copy_sp.svg) no-repeat center center;
}
#slick1 {
	background: url(../images/sp1.jpg) no-repeat center center;
	background-size: cover;
}
#slick2 {
	background: url(../images/sp2.jpg) no-repeat center center;
	background-size: cover;
}
#slick3 {
	background: url(../images/sp3.jpg) no-repeat center center;
	background-size: cover;
}
#slick4 {
	background: url(../images/sp4.jpg) no-repeat center center;
	background-size: cover;
}
#slick5 {
	background: url(../images/sp5.jpg) no-repeat center center;
	background-size: cover;
}
#slick6 {
	background: url(../images/sp6.jpg) no-repeat center center;
	background-size: cover;
}
#slick7 {
	background: url(../images/sp7.jpg) no-repeat center center;
	background-size: cover;
}
#section0 {
}
#section1 {
	background: none;
}

.section h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
.intro.w100 {
	padding-top: 40px;
}
#section1 {
	background: #000;
}
#ss11 {
	background: #000 url(../images/s1.jpg) no-repeat left -20px top 2px;
	background-size: auto 340px;
}
#ss11 .tx {
	background: none;
	padding-top: 380px;
	margin-top: 0;
}
#section2 {
	background: #000;
}
#section2 .tx {
	background: #000 url(../images/s12.jpg) no-repeat right -50px top;
	background-size: auto 340px;
	padding-top: 360px;
	margin-top: 0;
}
#section3 {
	background: #fff;
}
#section3 .intro {
	background: url(../images/s2.jpg) no-repeat top 0 right 0px;
	background-size: auto 340px;
	padding-top: 380px;
}
#section4 {
	height: 600px;
}
#section4 .wrapper{
	padding: 23vw 0;
}
#section4 a{
	margin: 0;
	display: block
}
#section8 {
	height: 600px;
}
#section8 .intro {
	height: 100%;
}
#section9 .intro, #section9 .intro .tx {
	height: 100%;
}
.intro {
	height: auto;
}
.intro .tx, .intro .tx.right {
	float: none;
	width: auto;
	height: auto;
	min-height: auto;
	padding: 20px;
}

/*仕事を知る*/
#workflow li {
	background: rgba(0,0,0,0.05);
}
#workflow dl {
	width: calc( 100% - 165px );
}
#workflow li img {
	width: 160px;
}

/*商品情報*/

#section8 .wrapper {
	position: relative;
	padding: 23vw 0;
}
#section8 a {
	display: block;
	margin: 0;
}
#section8 .photo {
	display: block;
	margin: 40px auto 0;
}
#section8 .photo img {
	display: block;
	border: 1px #fff solid;
	box-sizing: border-box;
}
/*募集要項*/

table#recruit th, table#recruit td {
	display: block;
	width: auto;
	border-bottom: none;
	padding: 10px 20px;
}
table#recruit tr:last-child td {
	border: 1px #c6c0c1 solid;
}
/*会社概要*/

table#profile th, table#profile td {
	display: block;
	padding: 10px 20px;
	width: auto;
	margin: auto 10px;
}
table#profile th {
	border-bottom: 1px #d6d2d3 solid;
	padding: 10px 5px 5px;
	font-weight: bold;
	color: #666;
}
table#profile td {
	border: none;
	padding: 5px 5px 15px;
}

/* 下層ページ　社員を知る */
#hakura .career_header>h1 img{
	max-width: 44vw;
	height: auto;
}
#hakura .career_header>h1{
	margin-top: 24.5vw;
}
#hakura .career_header__nav{
	background-color: #FDF7EF;
	max-width: 62.5vw;
	margin: 12vw auto 19.5vw;
}
#hakura .career_header__nav>ul{
	justify-content: space-between;
	border: 2px solid #9E5246;
	height: 12vw;
}
#hakura .career_header__nav li{
	height: 100%;
	padding: 0;
	border-left: none;
	border-right:  2px solid #9E5246;
	width: 50%;
}
#hakura .career_header__nav li:last-child{
	border-right: none;
}
#hakura .career_header__nav p{
	width: 100%;
	font-size: 3.5vw;
	margin: 0 auto;
	line-height: 12vw;
}
#hakura .career_header__nav span{
	display: none;
}
#hakura .story_box {
    padding: 0;
}
#hakura .story_box .flex_box{
	flex-direction: column;
}
#hakura .story_top{
    margin-bottom: 21vw;
}
#hakura .story_top__info {
	flex-wrap: wrap;
	justify-content: center;
}
#hakura .story_top__info>img{
	margin: 1.5vw 0;
}
#hakura .story_box__episode{
	margin-bottom: 8vw;
    padding-bottom: 5.5vw;
}
#hakura .story_box__episode--answer>img{
	width: 100%;
	height: 71vw;
}
#hakura .story_box__episode--answer.flex_box>p{
	max-width: 100%;
}

}

/**********************************************************************************************************************************************************************************/

@media only screen and (max-width: 320px) {
#section4 .tx {
	background: url(../images/s3.jpg) no-repeat top 0 left -35px;
	background-size: auto 400px;
}
#section6 .tx {
	background: url(../images/s4.jpg) no-repeat top 0 right -30px;
	background-size: auto 400px;
}

}
