/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -90px);
  margin-bottom: -80px;
}

/* スマホサイズより位置を戻したい場合適用 */
@media screen and (max-width: 1024px) {
  .m-header-001 {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
  }
}

@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 20px 5%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 18px 5%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 13px;
  }
}

.m-header-001__logo-link-img {
  max-height: 45px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #ff7100;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

.m-footer-001 {
  background: #ff7100;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* IE対応 */
_:-ms-input-placeholder, :root .c-page-ttl-001 {
  transform: translate(0%, -90px);
  margin-bottom: -90px;
}

@media screen and (max-width: 767px) {
  _:-ms-input-placeholder, :root .c-page-ttl-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

/* __________________________________________________________________________________

キッチン・ホール（正社員）
__________________________________________________________________________________ */
/* -------------------------------------------
メッセージ 001
------------------------------------------- */
@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 0 20px;
  }
}

.m-message-001__detail {
  padding: 40px 0 80px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding: 40px 0;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: #fff1e5 !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001__content-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding-top: 0;
  padding-bottom: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail{
    padding: 0 0% 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width:100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0 40px 0 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 0 20px 0 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  background: transparent;
  color: #ff7100;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top:8px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #333;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 {
  padding: 56px 0;
}

@media screen and (max-width: 767px) {
  .m-culture-002 {
    padding: 40px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-002 .c-headline-001__ja {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item {
    padding: 0px 24px 12px 24px;
  }
}

.m-culture-002__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 1px 0;
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.7rem;
  }
}

.m-culture-002__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-002 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-002__detail-ttl {
  color: #333;
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-input-placeholder, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* __________________________________________________________________________________

キッチン・ホール（アルバイト）
__________________________________________________________________________________ */
.m-message-005 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__inner {
    padding: 0 20px;
  }
}

.m-message-005__images-item {
  padding: 0;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    margin-left: 0;
  }
}

.m-message-005__images-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__figure-img {
    vertical-align: middle;
  }
}

.m-message-005__detail {
  padding-bottom: 0;
}

.m-message-005__headline-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline-txt {
    font-size: 2rem;
  }
}

.m-message-005__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-005__desc-txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    text-align: left;
  }
}