@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}
p,h1,h2,h3,h4,h5,li,a {
	color: #000;
}
.mobile_menu {
	display: none;
}
.mobile_nav {
	display: none;
}
.fas  {
	font-size: 50px;
	margin-right: 15px;
}
.container {
	text-align: center;
}
.arrow {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
  height: 30px;
  border-top: 2px solid #DCDDDD;
  border-right: 2px solid #DCDDDD;
  transform: rotate(135deg);
}
.btn {
	display: inline-block;
	width: 160px;
	color: #fff;
	background-color: #A7041A;
	padding: 10px 100px;
	position: relative;
}
.btn:hover {
	opacity: 0.8;
}
.btn:after {
	 content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 360px;
  border-style: solid;
  border-color: transparent transparent transparent #A7041A;
  border-width: 22px 22px 22px 10px;
  z-index: 1;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.menu a {
	font-size: 13px;
}
header {
	height: auto;
	width: 100%;
}
.menu {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px grey;
	position: fixed;
	display: flex;
	justify-content: space-between;
	height: 75px;
	z-index: 100;
}
.menu ul {
	margin: 0;
}
.menu li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: center;
	line-height: 75px;
	color: #2F2725;
}
.menu li a {
	color: #2F2725;
}
.menu li {
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu li::after {
	position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.menu li:hover::after {
	transform: scale(1, 1);
}
.menu .header_logo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -120px;
}
.menu .header_logo img {
	width: 250px;
	
}
.entry_btn a {
	line-height: 75px;
	display: inline-block;
	background-color: #A7041A;
	color: #fff;
	padding: 0 70px;
}
.entry_btn a:hover {
	opacity: 0.8;
}
.top_video {
	width: 100%;
}

.sub_entry_btn {
	text-align: center;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_video_mobile {
	display: none;
}
.catch {
	background-image: url(../images/catch_phrase.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 400px;
}
.catch p {
	padding: 170px 0;
	line-height: 30px;
	margin: 0;
}

.heading {
	text-align: center;
	width: 100%;
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 150px;
}
.heading:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	bottom: -120px;
	width: 1px;
	height: 120px;
	background-color: #DCDDDD;
}
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fade_on {
    opacity: 1;
}

.texts p {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	word-wrap: break-word;
}
.concept,.works {
	margin-bottom: 150px;
}
.concept_image {
	background-image: url(../images/concept_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.concept2_image {
	background-image: url(../images/concept2_image.jpg);
	
}
.heading h1 {
	line-height: 300px;
	color: #fff;
	letter-spacing: 8px;
	margin: 0;
}
.works_image {
	background-image: url(../images/works_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.works2_image {
	background-image: url(../images/works2_image.jpg);
}
.recruite_image {
	background-image: url(../images/recruite_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.recruite {
	height: auto;
	margin-bottom: 160px;
}
.requirements {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: collapse;
	position: relative;
	margin-bottom: 150px;
}
.requirements:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	bottom: -120px;
	width: 1px;
	height: 120px;
	background-color: #DCDDDD;
}
.requirements tr {
	border-bottom: 1px solid #DCDDDD;
}
.requirements th {
	width: 200px;
	text-align: right;
	padding:50px 50px 50px 100px;
}
.requirements td {
	padding: 30px 0 30px 0;
	line-height: 40px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.recruite h2 {
	padding-bottom: 50px;
	letter-spacing: 5px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #DCDDDD;
}
/*----------------------------------------フッターの設定*/
footer {
	text-align: center;
	position: relative;
	margin-top: 350px;
	width: 100%;
}
.footer_logo img {
	width: 520px;
}
.footer_link a {
	line-height: 50px;
	margin: 0 20px;
	color: #2F2725;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer_link a::after {
	position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer_link a:hover::after {
	transform: scale(1, 1);	
}
.footer_link {
	display: flex;
	justify-content: center;
}

/*---------------------------------------------ここからconceptページ*/
.message {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.message .photo {
	flex: 1;
}
.message .text {
	flex: 1;
	margin-top: ;
	line-height: 40px;
}
.message .name {
	display: block;
}
.instruction {
	margin-bottom: 150px;
}
.instruction .container {
	width: 60%;
	margin-bottom: 120px;
	position: relative;
}
.box:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 80px;
	width: 1px;
	height: 120px;
	background-color: #DCDDDD;
}
.instruction li {
	line-height: 50px;
}
.box {
	border-bottom: 1px solid #DCDDDD; 
	margin-bottom: 150px;
}
.footer_background img {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 70%;
	z-index: -100;
}


/*--------------------------------------ここからworksページ*/
.triangle {
	width: 0;
	height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-right: 17px solid transparent;
  border-top: 25px solid #A7041A;
  border-left: 17px solid transparent; 
  margin-bottom: 50px;
}

.interview .container {
	width: 90%;
	margin-bottom: 60px;
}
.about_kitchenStaff {
	width: 700px; 
	margin-left: auto;
	margin-right: auto;
}
.container h4 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #DCDDDD;
	padding-bottom: 20px;
}
.about_staff {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.about_staff p {
	font-size: 40px;
	margin: 0;
}
.status {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 60px;
}
.interview_image img {
	width: 640px;
}
.comment {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.title {
	flex: 1;
	font-size: 25px; 
	text-align: left;
}
.detail {
	flex: 1;
	text-align: left;
	line-height: 30px;
}
.department p {
	width: 70%;
	line-height: 45px;
	margin-left: auto;
	margin-right: auto;
}
.department {
	position: relative;
	margin-bottom: 150px;
}
.department:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	bottom: -120px;
	width: 1px;
	height: 120px;
	background-color: #DCDDDD;
}
.container .entry_btn {
	margin-bottom: 150px;
}

