body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
form,
nav,
header,
footer,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ol,
ul,
li {
  list-style: none;
}
main {
  display: block;
}
main,
nav,
aside,
header,
article,
section,
footer,
figure,
ul,
li,
dl,
dt,
dd,
div,
p,
a,
span {
  box-sizing: border-box;
}
img {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: all .200s;
}
a.noul {
  text-decoration: none;
}
a:hover {
  color: #E60012;
  text-decoration: underline;
}
a > img {
  vertical-align: bottom;
}
* {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  /* box-sizing: border-box */
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  list-style-type: decimal !important;
  list-style-position: outside;
  margin-left: 36px;
  padding-left: 16px;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  background-color: #272822!important;
}
pre.prettyprint {
  padding: 10px!important;
  margin-bottom: 30px!important;
}
.w100p {
  width: 100%!important;
}
.w90p {
  width: 90%!important;
}
.w80p {
  width: 80%!important;
}
.w70p {
  width: 70%!important;
}
.w60p {
  width: 60%!important;
}
.w50p {
  width: 50%!important;
}
.w40p {
  width: 40%!important;
}
.w30p {
  width: 30%!important;
}
.w20p {
  width: 20%!important;
}
.w10p {
  width: 10%!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt60 {
  margin-top: 60px!important;
}
.mt70 {
  margin-top: 70px!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mt90 {
  margin-top: 90px!important;
}
.mt100 {
  margin-top: 100px!important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px!important;
  }
  .mb40 {
    margin-bottom: 30px!important;
  }
  .mb50 {
    margin-bottom: 30px!important;
  }
  .mb60 {
    margin-bottom: 30px!important;
  }
  .mb70 {
    margin-bottom: 30px!important;
  }
  .mb80 {
    margin-bottom: 30px!important;
  }
  .mb90 {
    margin-bottom: 30px!important;
  }
  .mb100 {
    margin-bottom: 30px!important;
  }
  .mt30 {
    margin-top: 20px!important;
  }
  .mt40 {
    margin-top: 30px!important;
  }
  .mt50 {
    margin-top: 30px!important;
  }
  .mt60 {
    margin-top: 30px!important;
  }
  .mt70 {
    margin-top: 30px!important;
  }
  .mt80 {
    margin-top: 30px!important;
  }
  .mt90 {
    margin-top: 30px!important;
  }
  .mt100 {
    margin-top: 30px!important;
  }
  .pbs10 {
    padding-bottom: 10px!important;
  }
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  color: #333;
  word-break: break-word;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
#page {
  background: #F7EDDF;
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  #page {
    min-width: 100%;
  }
}
/* ======================================= */
/*  コンテンツ
/* ======================================= */
article {
  position: relative;
  background: #F7EDDF;
  padding: 20px 0;
  z-index: 1;
}
article.pt0 {
  padding-top: 0;
}
article .contents {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  article .contents {
    width: 100%;
  }
}
/* ======================================= */
/*  スマホのみ表示させる場合
/* ======================================= */
.only_sp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .only_sp {
    display: block!important;
  }
}
/* ======================================= */
/*  共通ページヘッダー部分
/* ======================================= */
header {
  width: 100%;
  display: block;
  position: relative;
  background: #F7EDDF;
}
@media screen and (max-width: 1120px) {
  header {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: #FFF;
    width: 100%;
  }
}
/* ======================================= */
/*  ヘッダーSNSアイコン
/* ======================================= */
#header_sns {
  min-width: 1120px;
  background: #E60012;
  padding: 12px 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header_sns {
    display: none;
  }
}
#header_sns > ul {
  width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header_sns > ul li {
  margin-left: 17px;
}
#header_sns > ul li a {
  display: block;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}
#header_sns > ul li a:hover {
  opacity: 0.7;
}
#header_sns > ul li:nth-child(1) a {
  background: url(../img/h_insta.png);
  background-size: contain;
}
#header_sns > ul li:nth-child(2) a {
  background: url(../img/h_fb.png);
  background-size: contain;
}
/* youtube 追加202101 */
#header_sns > ul li:nth-child(3) a {
  background: url(../img/h_you.png);
  background-size: contain;
}

#lang {
  position: absolute;
  top: 18px;
/*  left: calc(50% + 280px); 210105修正*/
  left: calc(50% + 240px);
}
@media screen and (max-width: 768px) {
  #lang {
    display: none;
  }
}
#lang ul {
  display: flex;
  flex-wrap: wrap;
}
#lang ul li {
  color: #FFF;
  margin-right: 10px;
}
#lang ul li:nth-last-child(1) {
  padding-left: 10px;
  border-left: 1px solid #FFF;
}
#lang ul li a {
  color: #FFF;
  font-size: 18px;
}
/* ======================================= */
/*  ヘッダーインナー部分
/* ======================================= */
#header_in {
  width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 160px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header_in {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header_in {
    height: 50px;
  }
}
#header_in h1 {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #header_in h1 {
    top: 5px;
    left: 10px;
  }
}
#header_in h1 a {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 116px;
  height: 118px;
  background: url(../img/logo.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  #header_in h1 a {
    height: 40px;
    width: 200px;
    background: url(../img/logo_l.svg) no-repeat left center;
  }
}
#gnav {
  position: absolute;
  left: 120px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #gnav {
    display: none;
  }
}
#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 940px;
}
#gnav ul li {
  text-align: center;
}
#gnav ul li.news {
  width: 100px;
  margin-right: 5px;
}
#gnav ul li.products {
  width: 95px;
  margin-right: 10px;
}
#gnav ul li.cafe {
  width: 100px ;
  margin-right: 25px;
}
#gnav ul li.company {
  width: 86px;
  margin-right: 10px;
}
/* FOOD SAFETY 変更 */
#gnav ul li.FOODSAFETY {
  width: 86px;
  margin-right: 10px;
}
#gnav ul li.recruit {
  width: 100px;
  margin-right: 5px;
}
#gnav ul li.shop {
  width: 100px;
  margin-right: 5px;
}
#gnav ul li.contact {
  width: 124px;
}
#gnav ul li .icon {
  background-repeat: no-repeat;
  background-position: center center;
}
#gnav ul li.news .icon {
  background-image: url(../img/g_news.svg);
  background-size: 39px 37px;
}
#gnav ul li.products .icon {
  background-image: url(../img/g_products.svg);
  background-size: 45px 42px;
}
#gnav ul li.cafe .icon {
  background-image: url(../img/g_cafe.svg);
  background-size: 48px 32px;
  background-position: left 7px center;
}
#gnav ul li.company .icon {
  background-image: url(../img/g_company.svg);
  background-size: 45px 35px;
}
#gnav ul li.recruit .icon {
  background-image: url(../img/g_recruit.svg);
  background-size: 49px 48px;
  background-position: left 6px center;
}
#gnav ul li.shop .icon {
  background-image: url(../img/g_shop.svg);
  background-size: 42px 34px;
  background-position: left 7px center;
}
#gnav ul li.contact .icon {
  background-image: url(../img/g_contact.svg);
  background-size: 42px 30px;
}
/*CSR追加　210113修正 */
#gnav ul li.csr .icon {
  background-image: url(../img/safe.svg);
  background-size: 42px 42px;
  background-position: left 7px center;
}

#gnav ul li a {
  display: block;
  text-decoration: none;
}
#gnav ul li a p {
  height: 60px;
  margin-bottom: 3px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  letter-spacing: -0.09em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  transition: all .200s;
}
#gnav ul li a p small {
  font-weight: normal;
  letter-spacing: -0.02em;
  display: block;
  font-size: 11px;
  color: #666;
}
#gnav ul li a .icon {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  margin: 0 auto;
  width: 63px;
  height: 63px;
  border: 3px solid #E60012;
  background-color: #FFF;
  border-radius: 10px;
  transition: all .200s;
}
/* #gnav ul li a.active .icon { */
/*  background-color: #F1CD9A; */
/*  } */
#gnav ul li a:hover {
  color: #E60012;
}
#gnav ul li a:hover small {
  color: #E60012;
}
#gnav ul li a:hover .icon {
  background-color: #F8BABF;
}
/* ======================================= */
/*  共通ページフッター部分
/* ======================================= */
footer {
  position: relative;
  padding-top: 170px;
  background: #F7EDDF url(../img/bg_footer.svg) no-repeat top 4px center;
  background-size: 1120px 170px;
  transition: all .200s;
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  footer {
    min-width: 100%;
    height: auto;
    padding-top: 90px;
    background-size: 475px 100px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding-top: 85px;
    background-size: 420px 100px;
  }
}
/* ======================================= */
/*  フッターインナー部分
/* ======================================= */
#footer_in {
  background: #E60012;
  width: 100%;
  height: 200px;
  padding: 20px 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all .200s;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  #footer_in {
    height: inherit;
    padding: 10px 20px;
  }
}
#footer_in h2 {
  order: 1;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 361px;
  height: 65px;
  background: url(../img/logo_white.svg) no-repeat center center;
  transition: all .200s;
}
@media screen and (max-width: 768px) {
  #footer_in h2 {
    width: 240px;
    height: 40px;
  }
}
#fnav {
  order: 0;
}
@media screen and (max-width: 768px) {
  #fnav {
    display: none;
  }
}
#fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#fnav ul li {
  margin: 0 20px;
}
#fnav ul li a {
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
#fnav ul li a:hover {
  text-decoration: underline;
}
#copyright {
  color: #FFF;
  order: 2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #copyright {
    font-size: 12px;
  }
}
#btn_top {
  position: absolute;
  padding-bottom: 10px;
  top: -43px;
  left: 50%;
  margin-left: 260px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 300px;
  height: 82px;
  font-size: 13px;
  background: url(../img/btn_top.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  #btn_top {
    width: 40px;
    height: 40px;
    background: #E60012 url(../img/btn_top.png) no-repeat center center;
    /* 要素の中から文字だけを飛ばす */
    text-align: left;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background-size: 30px 30px;
    margin-left: inherit;
    top: -50px;
    left: inherit;
    right: 10px;
  }
}
/* ======================================= */
/*  ページヘッダー
/* ======================================= */
.p_head.news {
  height: 300px;
  background: url(../img/news/p_news.svg) no-repeat left bottom 89px;
  border-bottom: 3px solid #E60012;
}
@media screen and (min-width: 1260px) {
  .p_head.news {
    background-position: left bottom 86px;
  }
}
@media screen and (min-width: 1300px) {
  .p_head.news {
    background-position: left bottom 84px;
  }
}
@media screen and (min-width: 1500px) {
  .p_head.news {
    background-position: left bottom 80px;
  }
}
@media screen and (max-width: 768px) {
  .p_head.news {
    height: inherit;
    background-image: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .p_head.news {
    background-image: none;
  }
}
.p_head.news .news_in {
  height: 100%;
  background: url(../img/news/p_news_logo.svg) no-repeat center top 85px;
  background-size: 396px 112px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_head.news .news_in {
    width: 100%;
    background-image: none;
  }
}
.p_head.news .news_in h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p_head.news .news_in h2 {
    font-size: 20px;
  }
}
.p_head.news.detail {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p_head.news.detail {
    border-bottom: 3px solid #E60012;
  }
}
.p_head.news.detail .news_in h2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_head.news.detail .news_in h2 {
    display: block;
  }
}
.p_head.product {
  width: 1120px;
  margin: 0 auto;
  border-bottom: 3px solid #E60012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.product {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_head.product {
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
  }
}
.p_head.product h2 {
  order: 1;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.product h2 {
    font-size: 20px;
  }
}
.p_head.product .icon {
  order: 0;
  width: 144px;
  height: 135px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.product .icon {
    width: 36px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p_head.product .icon img {
  width: 100%;
}
.p_head.recruit {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_head.recruit {
    width: 100%;
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
    border-bottom: 3px solid #E60012;
  }
}
.p_head.recruit h2 {
  order: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .p_head.recruit h2 {
    display: block;
    font-size: 20px;
  }
}
.p_head.recruit .icon {
  order: 0;
  width: 168px;
  height: 175px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.recruit .icon {
    width: 36px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p_head.recruit .icon img {
  width: 100%;
}
.p_head.recruit.top {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  border-bottom: 1px solid #E60012;
}
@media screen and (max-width: 768px) {
  .p_head.recruit.top {
    width: 100%;
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
    border-bottom: 3px solid #E60012;
  }
}
.p_head.recruit.top h2 {
  order: 1;
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.recruit.top h2 {
    font-size: 20px;
  }
}
.p_head.recruit.top .icon {
  order: 0;
  width: 150px;
  height: 146px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.recruit.top .icon {
    width: 36px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p_head.recruit.top .icon img {
  width: 100%;
}
.p_head.occupation {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.occupation {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_head.occupation {
    padding: 0 10px 10px 10px;
  }
}
.p_head.occupation h2 {
  order: 1;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.occupation h2 {
    font-size: 20px;
  }
}
.p_head.occupation .icon {
  order: 0;
  width: 744px;
  height: 184px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_head.occupation .icon {
    padding-top: 10px;
    width: 372px;
    height: 92px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p_head.occupation .icon {
    width: 298px;
    height: 74px;
  }
}
.p_head.occupation .icon img {
  width: 100%;
}
.p_head.interview {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.interview {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_head.interview {
    padding: 0 10px 10px 10px;
  }
}
.p_head.interview h2 {
  order: 1;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.interview h2 {
    font-size: 20px;
  }
}
.p_head.interview .icon {
  order: 0;
  width: 594px;
  height: 133px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_head.interview .icon {
    padding-top: 10px;
    width: 372px;
    height: 92px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p_head.interview .icon {
    width: 298px;
    height: 74px;
  }
}
.p_head.interview .icon img {
  width: 100%;
}
.p_head.contact {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.contact {
    width: 100%;
    border-bottom: 3px solid #E60012;
  }
}
@media screen and (max-width: 768px) {
  .p_head.contact {
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
  }
}
.p_head.contact h2 {
  order: 1;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.contact h2 {
    font-size: 20px;
  }
}
.p_head.contact .icon {
  order: 0;
  width: 148px;
  height: 105px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.contact .icon {
    width: 36px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p_head.contact .icon img {
  width: 100%;
}
.p_head.cafe {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.cafe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_head.cafe {
    flex-direction: inherit;
    justify-content: inherit;
    align-items: center;
    padding: 0 10px 10px 10px;
  }
}
.p_head.cafe h2 {
  order: 1;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_head.cafe h2 {
    font-size: 20px;
  }
}
.p_head.cafe h2 small {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p_head.cafe h2 small {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
}
.p_head.cafe .icon {
  order: 0;
  width: 164px;
  height: 113px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.cafe .icon {
    width: 36px;
    height: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p_head.cafe .icon img {
  width: 100%;
}
.p_head.company {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.company {
    width: 100%;
    border-bottom: 3px solid #E60012;
  }
}
@media screen and (max-width: 768px) {
  .p_head.company {
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
  }
}
.p_head.company h2 {
  order: 1;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.company h2 {
    font-size: 20px;
  }
}
.p_head.company .icon {
  order: 0;
  width: 134px;
  height: 109px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_head.company .icon {
    width: 36px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p_head.company .icon img {
  width: 100%;
}
.p_head.policy {
  background: #E17D5A;
}
.p_head.policy h2 {
  color: #FFF;
  font-size: 30px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_head.policy h2 {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin-top: -10px;
  }
}
/* ======================================= */
/*  戻るボタン
/* ======================================= */
.btn_back {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  background: #E60012;
  border-radius: 5px;
  border: 2px solid #E60012;
  color: #FFF;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_back {
    width: 100%;
  }
}
.btn_back:hover {
  text-decoration: none;
  background: #FFF;
  color: #E60012;
}
/* ======================================= */
/*  フォームのボタン
/* ======================================= */
.btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.btn_area .btn_form {
  display: block;
  margin: 0 20px;
  width: 200px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #E60012;
  background: #E60012;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .btn_area .btn_form {
    width: 100%;
    font-size: 16px;
    height: 36px;
    line-height: 32px;
  }
}
.btn_area .btn_form:hover {
  text-decoration: none;
  background: #FFF;
  color: #E60012;
}
.btn_area .btn_form_back {
  display: block;
  margin: 0 20px;
  width: 120px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #888;
  background: #888;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .btn_area .btn_form_back {
    width: 100%;
    font-size: 16px;
    height: 36px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.btn_area .btn_form_back:hover {
  text-decoration: none;
  background: #FFF;
  color: #888;
}
/* ======================================= */
/*  採用ボタン
/* ======================================= */
.btn_recruit_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn_recruit_area .btn_recruit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 420px;
  height: 100px;
  border: 2px solid #E60012;
  border-radius: 20px;
  background: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_recruit_area .btn_recruit {
    width: 47%;
    height: 70px;
    font-size: 18px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 680px) {
  .btn_recruit_area .btn_recruit {
    width: 100%;
    padding-left: 14px;
  }
  .btn_recruit_area .btn_recruit:nth-child(1) {
    margin-bottom: 20px;
  }
}
.btn_recruit_area .btn_recruit:hover {
  text-decoration: none;
  background: #F8BABF;
}
.btn_recruit_area .btn_recruit:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 96px;
  border-radius: 0 18px 18px 0;
  right: 0;
  top: 0;
  background: #E60012 url(../img/arrow_white.svg) no-repeat center center;
  background-size: 17px 28px;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn_recruit_area .btn_recruit:after {
    height: 66px;
    border-radius: 0 8px 8px 0;
    width: 36px;
  }
}
/* ページ全体のラッパー */
/* -------------------------------------- */
#page {
  position: relative;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page {
    padding-top: 0;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  header {
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
}
/* ======================================= */
/*  ドロワーナビ
/* ======================================= */
#drawer_nav {
  position: fixed;
  background: #FFF;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  z-index: 10;
  overflow-y: auto;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  padding-bottom: 30px;
}
#drawer_nav ul.drawer {
  padding: 45px 20px 0;
}
#drawer_nav ul.drawer li {
  display: block;
  position: relative;
  border-bottom: 1px solid #333;
}
#drawer_nav ul.drawer li:nth-last-child(1) {
  border-bottom: none;
}
#drawer_nav ul.drawer li.home {
  background: url(../img/g_home.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}
#drawer_nav ul.drawer li.news {
  background: url(../img/g_news.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}
#drawer_nav ul.drawer li.products {
  background: url(../img/g_products.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}
#drawer_nav ul.drawer li.cafe {
  background: url(../img/g_cafe.svg) no-repeat left 2px top 12px;
  background-size: 20px 20px;
}
#drawer_nav ul.drawer li.company {
  background: url(../img/g_company.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}
/* CSR追加 */
#drawer_nav ul.drawer li.csr {
  background: url(../img/safe.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}

#drawer_nav ul.drawer li.recruit {
  background: url(../img/g_recruit.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}
#drawer_nav ul.drawer li.shop {
  background: url(../img/g_shop.svg) no-repeat left top 10px;
  background-size: 20px 20px;
}
#drawer_nav ul.drawer li.contact {
  background: url(../img/g_contact.svg) no-repeat left top 10px;
  background-size: 20px 20px;
  margin-bottom: 10px;
}
#drawer_nav ul.drawer li.link {
  margin-bottom: 10px 0;
  border-bottom: none;
}
#drawer_nav ul.drawer li.instagram {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  margin-top: 20px;
  background: url(../img/bnr_insta.svg) no-repeat center center;
  background-size: 130px 30px;
  border-bottom: none;
  border: 2px solid #E4007F;
  border-radius: 5px;
  margin-bottom: 10px;
}
#drawer_nav ul.drawer li.facebook {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../img/bnr_fb.svg) no-repeat center center;
  background-size: 120px 30px;
  border: 2px solid #325093;
  border-radius: 5px;
  margin-bottom: 10px;
}
#drawer_nav ul.drawer li.youtube {
  /* 要素の中から文字だけを飛ばす youtube追加修正　*/
 text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../img/bnr_youtube.svg) no-repeat center center;
  background-size: 120px 30px;
  border: 2px solid #FF0000;
  border-radius: 5px;
}
#drawer_nav ul.drawer li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 10px 30px;
  color: #333;
  text-decoration: none;
  background-size: 10px 13px;
}
#drawer_nav ul.drawer li.other {
  border-bottom: none;
  background: url(../img/circle.svg) no-repeat left 10px center;
  background-size: 8px 8px;
}
#drawer_nav ul.drawer li.other a {
  font-weight: normal;
  padding: 3px 0 3px 22px;
}
#humberger {
  display: none;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 100;
  width: 40px;
  height: 40px;
  padding: 13px 10px 6px;
  cursor: pointer;
  background: url(../img/btn_dnav.svg) no-repeat center center;
}
#humberger.opened {
  background: url(../img/btn_dnav_close.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  #humberger {
    display: block;
  }
  body.drawer-opened #page,
  body.drawer-opened header.sub {
    left: -240px !important;
  }
  body.drawer-opened #drawer_nav {
    right: 0;
  }
  body.drawer-opened .icon-bar {
    background: #fff;
  }
  body.drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 10px) rotate(45deg);
    -webkit-transform: translate(0, 10px) rotate(45deg);
  }
  body.drawer-opened #humberger :nth-child(2) {
    transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    opacity: 0;
  }
  body.drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -10px) rotate(-45deg);
    -webkit-transform: translate(0, -10px) rotate(-45deg);
  }
  body.drawer-opened #overlay {
    z-index: 1001;
    opacity: 0.3;
    left: -240px;
    background: #1b1b1b;
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
}
/* ======================================= */
/*  スライドショー
/* ======================================= */
/* ======================================= */
/*  トップページスライダー // flickityを利用
/* ======================================= */
#slider_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #slider_wrap {
    width: 100%;
  }
}
#slider {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  #slider {
    width: 1080px;
  }
}
#slider div {
  line-height: 0;
}
#slider div a {
  display: block;
}
#slider div a img {
  width: 100%;
}
.slick-dots {
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .slick-dots {
    position: static!important;
    height: 36px;
    padding: 4px 0!important;
  }
}
.slick-dots li {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 20px;
  height: inherit;
}
.slick-dots li button {
  padding: 0;
}
/*
//スライダー本体
.flickity-slider{ transform: none !important; }
#slider {
  position: relative;
  .cell {
    //フェードトランジションに変更する。
    width: 100%; 
    position: relative;
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    &.is-selected{
        opacity: 1;
        z-index: 0
    }
    img {
      //画像配置はボックス内で拡大／縮小しつつ上下中央に配置する
      width: 100%;
    }
  }
  .flickity-page-dots {
    bottom: 0;
    z-index:10;
    background: rgba(255,255,255,0.7);
    height: 50px;
    padding: 17px 0;
    @media screen and (max-width: @w_b_point) {
      position: static;
      height: 36px;
      padding: 12px 0;
    }
    .dot {
      background:#E60012;
      opacity: 1;
      width: 12px;
      height: 12px;
      @media screen and (max-width: @w_b_point) {
        background-color: #F8BABF;
      }

      &.is-selected {
        background:#FFF;
        @media screen and (max-width: @w_b_point) {
          background:#E60012;
        }
      }
    }
  }
  @media screen and (max-width: @w_b_point) {
    .cell {
      //height:300px;
    }
  }
  @media screen and (max-width: @w_sp) {
    .flickity-page-dots {
      height: 38px;
      padding: 10px 0;
    }
    .cell {
      //height:210px;
    }
  }
}
*/
/* ======================================= */
/*  パンくずリスト
/* ======================================= */
#breadcrumb {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    width: 100%;
    background: #E60012;
  }
}
#breadcrumb li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #breadcrumb li a {
    color: #FFF;
    font-size: 12px;
  }
}
#breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #breadcrumb li:after {
    color: #DDD;
  }
}
#breadcrumb li:nth-last-child(1):after {
  display: none;
}
/* ======================================= */
/*  ページネーション
/* ======================================= */
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.pagination li {
  width: 35px;
  height: 35px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .pagination li {
    margin: 0 5px;
  }
}
.pagination li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
}
.pagination li a.active {
  background: #E60012;
  color: #FFF;
}
.pagination li a:hover {
  text-decoration: none;
}
/* ======================================= */
/*  お知らせ一覧
/* ======================================= */
.news_list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.news_list li:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news_list li {
    margin-bottom: 16px;
    border-bottom: 1px dashed #ccc;
  }
}
@media screen and (max-width: 480px) {
  .news_list li {
    justify-content: space-between;
  }
}
.news_list li .date {
  width: 140px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_list li .date {
    width: 100px;
    font-size: 16px;
    line-height: 24px;
  }
}
.news_list li .category {
  width: 119px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #666;
  border-radius: 5px;
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .news_list li .category {
    height: 24px;
    line-height: 24px;
    width: 90px;
    font-size: 14px;
  }
}
.news_list li .category.info {
  background: #0068B7;
}
.news_list li .category.new {
  background: #FF0000;
}
.news_list li .category.cafe {
  background: #C35F37;
}
.news_list li .category.recruit {
  background: #64AA32;
}
.news_list li .category.event {
  background: #E4007F;
}
.news_list li .desc {
  flex: 1;
  font-size: 20px;
  padding: 3px 100px 3px 20px;
  word-break: break-all;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .news_list li .desc {
    font-size: 16px;
    flex: inherit;
    width: 100%;
    padding: 5px 0;
  }
}
/* ======================================= */
/*  新着・おすすめ商品
/* ======================================= */
#recommend {
  background: url(../img/bg_top01.png) no-repeat center center;
  background-size: 1248px 488px;
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  #recommend {
    min-width: 100%;
    background-image: none;
  }
}
#recommend_inner {
  width: 1120px;
  margin: 0 auto;
  padding: 90px 50px 50px;
  min-height: 490px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recommend_inner {
    padding: 10px 30px;
    width: 100%;
    min-height: inherit;
  }
}
#recommend_inner .more {
  position: absolute;
  bottom: 20px;
  right: 70px;
  font-size: 22px;
  border-bottom: 1px solid #E60012;
  padding-bottom: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #recommend_inner .more {
    position: inherit;
    bottom: inherit;
    right: inherit;
    display: block;
    text-align: center;
    font-size: 16px;
    background: #E60012;
    border-bottom: 5px solid #880012;
    border-radius: 5px;
    height: 37px;
    line-height: 32px;
    color: #FFF;
    font-weight: bold;
  }
}
#recommend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#recommend_list li {
  width: 33%;
  padding: 50px 20px 10px;
  transition: all .200s;
}
@media screen and (max-width: 768px) {
  #recommend_list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 36px 0 0;
  }
}
#recommend_list li.new {
  background: url(../img/icon_new.svg) no-repeat top left;
  background-size: 87px 39px;
}
#recommend_list li.new:hover {
  background-position: top 5px left;
}
@media screen and (max-width: 768px) {
  #recommend_list li.new:hover {
    background-position: top 5px center;
  }
}
#recommend_list li.new:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #recommend_list li.new {
    background-position: top center;
    background-size: 87px 30px;
  }
}
#recommend_list li a {
  text-decoration: none;
}
#recommend_list li a p {
  text-align: center;
}
#recommend_list li .img {
  position: relative;
}
#recommend_list li .img img {
  transition: all .200s;
  width: 100%;
}
#recommend_list li .img.season2:after {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  bottom: -5px;
  right: -5px;
  background: url(../img/products/icon_season2.svg) no-repeat;
}
#recommend_list li .img.season3:after {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  bottom: -5px;
  right: -5px;
  background: url(../img/products/icon_season3.svg) no-repeat;
}
/* ======================================= */
/*  トップコンテンツ
/* ======================================= */
#top_contents {
  background: url(../img/bg_top02.png) no-repeat top center;
  background-size: 1295px 1670px;
  padding-top: 148px;
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  #top_contents {
    min-width: 100%;
    background-image: none;
    padding: 30px 20px 0;
  }
}
/* ======================================= */
/*  お知らせ
/* ======================================= */
#news {
  width: 954px;
  margin: 0 auto;
  background: #FFF url(../img/bg_news.svg) no-repeat right 50px center;
  background-size: 95px 270px;
  border-top: 25px solid #E60012;
  padding: 90px 50px 50px;
  position: relative;
  min-height: 335px;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  #news {
    background-image: none;
    width: 100%;
    border-top: 5px solid #E60012;
    padding: 20px;
    margin-bottom: 30px;
  }
}
#news h2 {
  position: absolute;
  left: 0;
  top: 20px;
  width: 388px;
  height: 50px;
  background: url(../img/h_top_news.svg) no-repeat left center;
  font-size: 26px;
  padding-left: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #news h2 {
    background-image: none;
    width: 100%;
    height: inherit;
    position: static;
    padding: 0;
    margin-bottom: 20px;
    color: #E60012;
    text-align: center;
  }
}
#news .more {
  position: absolute;
  bottom: -40px;
  right: 10px;
  display: block;
  width: 140px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E60012;
  color: #E60012;
  background: #FFF;
}
#news .more:hover {
  text-decoration: none;
  color: #FFF;
  background: #E60012;
}
@media screen and (max-width: 768px) {
  #news .more {
    position: static;
    bottom: inherit;
    right: inherit;
    width: 100%;
    margin-top: 20px;
  }
}
/* ======================================= */
/*  メニュー
/* ======================================= */
#menu {
  display: flex;
  flex-wrap: wrap;
  /* 210113 修正　センター   justify-content: space-between; */
  justify-content: space-around; 
  width: 1000px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 768px) {
  #menu {
    width: 100%;
    margin-bottom: 0;
  }
}
#menu li {
  width: 30%;
  height: auto;
  position: relative;
  background: #FFF;
  border-radius: 50%;
  margin-bottom: 50px;
  transition: all .200s;
}
#menu li:hover {
  background: #F8BABF;
}
#menu li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  #menu li {
    width: 47%;
    margin-bottom: 30px;
  }
}
#menu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* 中央寄せ */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 30px;
}
@media screen and (max-width: 680px) {
  #menu li a {
    padding: 24px 0 19px;
  }
}
#menu li a p {
  order: 0;
  font-size: 24px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: bold;
  line-height: 1.3;
}
#menu li a p.cafe {
  letter-spacing: -0.12em;
}
@media screen and (max-width: 680px) {
  #menu li a p {
    height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  #menu li a p {
    height: 30px;
    font-size: 15px;
  }
  #menu li a p.cafe {
    letter-spacing: -0.16em;
  }
}
#menu li a p span {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #menu li a p span {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #menu li a p span {
    font-size: 12px;
  }
}
#menu li a small {
  order: 2;
  font-size: 15px;
  color: #666;
  transition: all .200s;
}
@media screen and (max-width: 500px) {
  #menu li a small {
    font-size: 12px;
  }
}
#menu li a .icon {
  order: 1;
  width: 100px;
  height: 94px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 680px) {
  #menu li a .icon {
    width: 70px;
    height: 63px;
  }
}
@media screen and (max-width: 500px) {
  #menu li a .icon {
    width: 50px;
    height: 44px;
  }
}
#menu li a .icon img {
  width: 100%;
}
#menu li a:hover {
  text-decoration: none;
  color: #E60012;
}
#menu li a:hover small {
  color: #E60012;
}
/* ======================================= */
/*  SNSボタン
/* ======================================= */
#sns_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
/*  padding: 0 127px;   youtube追加による修正 */
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sns_btn {
    width: 100%;
    padding: 0 20px;
  }
}
#sns_btn li {
  width: 332px;
  height: 131px;
}
@media screen and (max-width: 768px) {
  #sns_btn li {
    width: 40%;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  #sns_btn li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#sns_btn li a {
  display: block;
  width: 332px;
  height: 131px;
  border-radius: 20px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #sns_btn li a {
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }
}
#sns_btn li a.insta {
  background: #FFF url(../img/bnr_insta.svg) no-repeat center center;
  background-size: 188px 40px;
  border: 3px solid #E4007F;
}
#sns_btn li a.insta:hover {
  background-color: #F8DACF;
}
@media screen and (max-width: 768px) {
  #sns_btn li a.insta {
    background-size: 130px 30px;
    border: 2px solid #E4007F;
  }
}
#sns_btn li a.fb {
  background: #FFF url(../img/bnr_fb.svg) no-repeat center center;
  background-size: 188px 40px;
  border: 3px solid #325093;
}
#sns_btn li a.fb:hover {
  background-color: #D9F1F9;
}
@media screen and (max-width: 768px) {
  #sns_btn li a.fb {
    background-size: 130px 30px;
    border: 2px solid #325093;
  }
}
/* youtube 追加 */
#sns_btn li a.youtube {
  background: #FFF url(../img/bnr_youtube.svg) no-repeat center center;
  background-size: 188px 40px;
  border: 3px solid #ff0000;
}
#sns_btn li a.youtube:hover {
  background-color: #ffc8c8;
}
@media screen and (max-width: 768px) {
  #sns_btn li a.youtube {
    background-size: 130px 30px;
    border: 2px solid #FF0000;
  }
}

/* ======================================= */
/*  お知らせ一覧
/* ======================================= */
#news_list {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 40px 0;
}
@media screen and (max-width: 768px) {
  #news_list {
    width: 100%;
    padding: 0 20px;
  }
}
#news_list .news_list {
  margin-bottom: 30px;
}
#news_list .news_list li .desc {
  padding-right: 20px;
}
/* ======================================= */
/*  お知らせ詳細の日付の特殊レイアウト
/* ======================================= */
#news_date {
  position: relative;
}
#news_date:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  border-bottom: 3px solid #E60012;
}
@media screen and (max-width: 768px) {
  #news_date:after {
    display: none;
  }
}
#news_date_in {
  width: 1120px;
  padding: 20px 40px 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #news_date_in {
    width: 100%;
    padding: 0 20px;
  }
}
#news_date_in:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #news_date_in {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  #news_date_in {
    justify-content: space-between;
  }
}
#news_date_in .date {
  width: 140px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #news_date_in .date {
    width: 100px;
    font-size: 16px;
    line-height: 24px;
  }
}
#news_date_in .category {
  width: 119px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #666;
  border-radius: 5px;
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #news_date_in .category {
    height: 24px;
    line-height: 24px;
    width: 90px;
    font-size: 14px;
  }
}
#news_date_in .category.info {
  background: #0068B7;
}
#news_date_in .category.new {
  background: #FF0000;
}
#news_date_in .category.cafe {
  background: #C35F37;
}
#news_date_in .category.recruit {
  background: #64AA32;
}
#news_date_in .category.event {
  background: #E4007F;
}
#news_detail {
  width: 1120px;
  padding: 20px 40px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news_detail {
    width: 100%;
    padding: 0 20px;
  }
}
#news_detail h2 {
  font-size: 25px;
  line-height: 135%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news_detail h2 {
    margin-top: 10px;
    font-size: 22px;
  }
}
#news_detail .val {
  margin-bottom: 30px;
}
#news_detail .val p {
  line-height: 180%;
  margin-bottom: 20px;
}
#news_detail .val a {
  text-decoration: underline;
  color: #E60012;
}
#news_detail .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#news_detail .cols .val {
  width: 490px;
  margin-bottom: 0;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #news_detail .cols .val {
    order: 1;
    font-size: 16px;
  }
}
#news_detail .cols .img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #news_detail .cols .img {
    order: 0;
    margin-bottom: 20px;
  }
}
#news_detail .cols .img img {
  transition: all .200s;
  width: 100%;
}
#news_detail .cols .img a:hover img {
  opacity: 0.7;
}
/* ======================================= */
/*  商品一覧
/* ======================================= */
#product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #product_list {
    width: 100%;
    flex-direction: column;
  }
}
#product_list .category {
  width: 190px;
}
@media screen and (max-width: 768px) {
  #product_list .category {
    width: 100%;
  }
}
#product_list .category .current {
  padding: 10px 10px 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #E60012;
}
@media screen and (max-width: 768px) {
  #product_list .category .current {
    margin-bottom: 0;
  }
}
#product_list .category .current h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #product_list .category .current h3 {
    text-align: center;
  }
  #product_list .category .current h3 img {
    max-width: 240px;
  }
}
#product_list .category .current p {
  line-height: 2;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #product_list .category .current p {
    text-align: center;
  }
}
#product_list .category .sel_box {
  transition: all .200s;
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box {
    padding: 0 20px;
    background: #E7DDCF;
    height: 0;
    overflow: hidden;
  }
  #product_list .category .sel_box.show {
    height: auto;
    padding: 20px;
  }
}
#product_list .category .sel_box .btn_new {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 190px;
  height: 60px;
  background: #E60012 url(../img/products/btn_new.svg) no-repeat center center;
  background-size: 145px 36px;
  border-radius: 20px;
  margin-bottom: 20px;
}
#product_list .category .sel_box .btn_new:hover {
  background-color: #E17D5A;
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box .btn_new {
    width: 100%;
    border-radius: 10px;
  }
}
#product_list .category .sel_box h3 {
  padding-left: 20px;
  margin-bottom: 7px;
}
#product_list .category .sel_box h3 img {
  width: 115px;
  max-height: 20px;
}
#product_list .category .sel_box .cat_list {
  background: #FFF;
  margin-bottom: 20px;
}
#product_list .category .sel_box .cat_list li {
  position: relative;
  transition: all .200s;
}
#product_list .category .sel_box .cat_list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 15px;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box .cat_list li:after {
    width: 100%;
  }
}
#product_list .category .sel_box .cat_list li:nth-last-child(1):after {
  display: none;
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box .cat_list li:nth-last-child(1):after {
    display: block;
  }
}
#product_list .category .sel_box .cat_list li a {
  padding: 10px;
  display: block;
}
#product_list .category .sel_box .cat_list li a.logo {
  text-align: center;
}
#product_list .category .sel_box .cat_list li a.logo img {
  width: 155px;
  max-height: 31px;
}
#product_list .category .sel_box .cat_list li a.active {
  background: #F1CD9A;
}
#product_list .category .sel_box .cat_list li a:hover {
  background: #F8BABF;
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box .cat_list.group {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box .cat_list.group li {
    width: 50%;
  }
  #product_list .category .sel_box .cat_list.group li:nth-child(2n+1) {
    border-right: 1px solid #E4E4E4;
  }
}
#product_list .category .sel_box .cat_list.group li a {
  padding: 6px 10px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #product_list .category .sel_box .cat_list.group li a {
    height: 100%;
  }
}
#product_list .category .sel_box .cat_list.group li a:hover {
  text-decoration: none;
}
#product_list .category .sel_box .cat_list.group li a .icon {
  width: 46px;
  margin-right: 5px;
}
#product_list .category .sel_box .cat_list.group li a .icon img {
  width: 100%;
}
#product_list .category .sel_box .cat_list.group li a p {
  flex: 1;
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 500px) {
  #product_list .category .sel_box .cat_list.group li a p {
    font-size: 12px;
  }
}
#product_list .list {
  width: 890px;
}
@media screen and (max-width: 768px) {
  #product_list .list {
    width: 100%;
    padding: 0 20px;
  }
}
#product_list .list .cnt {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #product_list .list .cnt {
    font-size: 14px;
  }
}
#product_list .list .pic_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #product_list .list .pic_list {
    justify-content: space-between;
  }
}
#product_list .list .pic_list li {
  width: 200px;
  padding-top: 45px;
  margin-bottom: 20px;
  margin-right: 30px;
  position: relative;
}
#product_list .list .pic_list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #product_list .list .pic_list li {
    width: 47%;
    padding-top: 25px;
    margin-right: 0;
  }
}
#product_list .list .pic_list li.new:before {
  transition: all .200s;
  content: "";
  position: absolute;
  width: 87px;
  height: 38px;
  left: 0;
  top: 0;
  display: block;
  background: url(../img/icon_new.svg) no-repeat left top;
}
@media screen and (max-width: 768px) {
  #product_list .list .pic_list li.new:before {
    width: 44px;
    height: 20px;
    left: 50%;
    margin-left: -22px;
  }
}
#product_list .list .pic_list li.new:hover:before {
  background-position: top 5px left;
}
#product_list .list .pic_list li a .img {
  position: relative;
  margin-bottom: 10px;
}
#product_list .list .pic_list li a .img img {
  transition: all .200s;
  width: 100%;
}
#product_list .list .pic_list li a .img.season2:after {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  bottom: -5px;
  right: -5px;
  background: url(../img/products/icon_season2.svg) no-repeat;
}
#product_list .list .pic_list li a .img.season3:after {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  bottom: -5px;
  right: -5px;
  background: url(../img/products/icon_season3.svg) no-repeat;
}
#product_list .list .pic_list li a p {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #product_list .list .pic_list li a p {
    font-size: 15px;
  }
}
#product_list .list .pic_list li a:hover {
  text-decoration: none;
}
#product_list .list .pic_list li a:hover img {
  opacity: 0.7;
}
#btn_cat_sel {
  display: none;
}
@media screen and (max-width: 768px) {
  #btn_cat_sel {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 32px;
    background: #E60012;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
  }
  #btn_cat_sel:hover {
    text-decoration: none;
  }
}
/* ======================================= */
/*  商品詳細
/* ======================================= */
@media screen and (max-width: 768px) {
  #product_detail {
    padding: 0 20px;
  }
}
#product_detail .detail_box {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box {
    width: 100%;
  }
}
#product_detail .detail_box .main_img {
  order: 0;
  width: 450px;
  margin-right: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .main_img {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#product_detail .detail_box .main_img p img {
  transition: all .200s;
  width: 100%;
}
#product_detail .detail_box .desc {
  flex: 1;
  order: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .desc {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
#product_detail .detail_box .desc h2 {
  font-size: 33px;
  margin-bottom: 30px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .desc h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#product_detail .detail_box .desc p {
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .desc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#product_detail .detail_box .desc table {
  width: 100%;
}
#product_detail .detail_box .desc table tr th,
#product_detail .detail_box .desc table tr td {
  font-size: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .desc table tr th,
  #product_detail .detail_box .desc table tr td {
    font-size: 16px;
    padding: 5px 0;
  }
}
#product_detail .detail_box .desc table tr th {
  text-align: left;
  width: 140px;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .desc table tr th {
    width: 110px;
  }
}
#product_detail .detail_box .sub_img {
  width: 100%;
  order: 2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
}
#product_detail .detail_box .sub_img li {
  width: 200px;
  transition: all .200s;
  margin-right: 30px;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .sub_img li {
    width: 25%;
    margin-right: 0;
    padding: 0 5px;
  }
}
#product_detail .detail_box .sub_img li.thumbnail-current {
  opacity: 1;
}
#product_detail .detail_box .sub_img li img {
  transition: all .200s;
  width: 100%;
}
#product_detail .detail_box .btn_shop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .btn_shop {
    flex-direction: row;
    order: 3;
    position: static;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    border: 2px solid #E60012;
  }
}
#product_detail .detail_box .btn_shop p {
  order: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .btn_shop p {
    order: 1;
    font-size: 16px;
    margin-bottom: 0;
  }
  #product_detail .detail_box .btn_shop p br {
    display: none;
  }
}
#product_detail .detail_box .btn_shop small {
  order: 2;
  color: #666;
  font-size: 12px;
  transition: all .200s;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .btn_shop small {
    display: none;
  }
}
#product_detail .detail_box .btn_shop .icon {
  order: 1;
  width: 68px;
  height: 56px;
  margin-bottom: 10px;
}
#product_detail .detail_box .btn_shop .icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #product_detail .detail_box .btn_shop .icon {
    height: 30px;
    width: 34px;
    order: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
#product_detail .detail_box .btn_shop:hover {
  text-decoration: none;
  background: #F8BABF;
}
#product_detail .detail_box .btn_shop:hover small {
  color: #E60012;
}
#product_detail .remarks {
  width: 1120px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks {
    width: 100%;
    margin-bottom: 20px;
  }
}
#product_detail .remarks h3 {
  border-bottom: 3px solid #E60012;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks h3 {
    font-size: 18px;
  }
}
#product_detail .remarks h3 small {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks h3 small {
    font-size: 14px;
  }
}
#product_detail .remarks h3 span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks h3 span {
    display: block;
    font-size: 14px;
  }
}
#product_detail .remarks dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks dl {
    padding: 0;
  }
}
#product_detail .remarks dl dt,
#product_detail .remarks dl dd {
  width: 16.66%;
  font-size: 25px;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks dl dt,
  #product_detail .remarks dl dd {
    margin-bottom: 0;
    width: 25%;
    font-size: 16px;
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  #product_detail .remarks dl dt,
  #product_detail .remarks dl dd {
    width: 50%;
  }
}
#product_detail .remarks dl dt {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks dl dt {
    padding-left: 10px;
  }
}
#product_detail .remarks dl dd {
  text-align: right;
  padding-right: 20px;
}
#product_detail .remarks .allergy {
  display: flex;
  flex-wrap: wrap;
}
#product_detail .remarks .allergy li {
  width: 140px;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #product_detail .remarks .allergy li {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#product_detail .remarks .allergy li img {
  width: 100%;
}
/* ======================================= */
/*  会社情報 メニュー
/* ======================================= */
.img img {
  width: 100%;
}
#company_menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#company_menu ul li {
  width: 50%;
  background: #FFF;
  border: 3px solid #FFF;
  transition: all .200s;
}
#company_menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 560px;
  text-align: center;
  height: 100px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #company_menu ul li a {
    width: 100%;
    height: 70px;
  }
}
#company_menu ul li a p {
  margin: 0 auto;
  width: 80%;
  font-size: 27px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #company_menu ul li a p {
    font-size: 19px;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
}
#company_menu ul li a span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #company_menu ul li a span {
    font-size: 14px;
  }
}
#company_menu ul li a:hover {
  text-decoration: none;
}
#company_menu ul li a:hover p {
  border-bottom: 1px solid #E60012;
}
#company_menu ul li.active {
  background: #E60012;
  border: 3px solid #E60012;
}
#company_menu ul li.active a {
  color: #FFF;
}
#company_menu ul li.active a p {
  border-bottom: 1px solid #FFF;
}
#company_menu ul li:nth-child(1) a {
  margin: 0 0 0 auto;
}
/* ======================================= */
/*  会社情報 メインコンテンツ
/* ======================================= */
#company {
  width: 1120px;
  margin: 0 auto;
  padding: 150px 30px 0;
}
@media screen and (max-width: 768px) {
  #company {
    width: 100%;
    padding: 50px 20px;
  }
}
#company .concept1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  #company .concept1 {
    margin-bottom: 50px;
  }
}
#company .concept1 h3 {
  margin-bottom: 60px;
  text-align: center;
}
#company .concept1 h3 .pc {
  max-width: 852px;
}
#company .concept1 h3 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #company .concept1 h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #company .concept1 h3 .sp {
    display: block;
  }
  #company .concept1 h3 .pc {
    display: none;
  }
}
#company .concept1 p {
  width: 730px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #company .concept1 p {
    width: 100%;
  }
}
#company .concept1 .sign {
  width: 730px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #company .concept1 .sign {
    width: 100%;
  }
}
#company .concept2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  #company .concept2 {
    margin-bottom: 50px;
  }
}
#company .concept2 h3 {
  border-bottom: 3px solid #3E3A39;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .concept2 h3 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#company .concept2 h3 small {
  margin-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  #company .concept2 h3 small {
    font-size: 12px;
  }
}
#company .concept2 h4 {
  margin-bottom: 30px;
  text-align: center;
}
#company .concept2 h4 .pc {
  max-width: 932px;
}
#company .concept2 h4 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #company .concept2 h4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #company .concept2 h4 .sp {
    display: block;
    width: 80%;
  }
  #company .concept2 h4 .pc {
    display: none;
  }
}
#company .concept2 p {
  width: 920px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #company .concept2 p {
    width: 100%;
  }
}
#company .concept3 {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  #company .concept3 {
    margin-bottom: 50px;
  }
}
#company .concept3 h3 {
  border-bottom: 3px solid #E60012;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #E60012;
}
@media screen and (max-width: 768px) {
  #company .concept3 h3 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#company .concept3 h3 small {
  margin-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  #company .concept3 h3 small {
    font-size: 12px;
  }
}
#company .concept3 p {
  width: 754px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #company .concept3 p {
    width: 100%;
  }
}
#company .about {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  #company .about {
    margin-bottom: 50px;
  }
}
#company .about h3 {
  border-bottom: 3px solid #3E3A39;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .about h3 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#company .about h3 small {
  margin-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  #company .about h3 small {
    font-size: 12px;
  }
}
#company .about table {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #company .about table {
    width: 100%;
  }
}
#company .about table tr th,
#company .about table tr td {
  font-size: 18px;
  padding: 10px 0;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 680px) {
  #company .about table tr th,
  #company .about table tr td {
    display: block;
    font-size: 15px;
  }
}
#company .about table tr th {
  width: 190px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 680px) {
  #company .about table tr th {
    width: 100%;
    text-align: left;
    text-align-last: inherit;
    text-justify: inherit;
    color: #E1613B;
    border-bottom: 1px solid #E1613B;
    padding-bottom: 3px;
  }
}
#company .about table tr td {
  padding: 10px 10px 10px 40px;
}
@media screen and (max-width: 680px) {
  #company .about table tr td {
    padding: 10px 10px 10px 10px;
  }
}
#company .facilities h3 {
  border-bottom: 3px solid #3E3A39;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .facilities h3 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#company .facilities h3 small {
  margin-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  #company .facilities h3 small {
    font-size: 12px;
  }
}
#company .facilities_box {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company .facilities_box > div {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  #company .facilities_box > div {
    margin-bottom: 30px;
    width: 100%;
  }
  #company .facilities_box > div:nth-last-child(1) {
    margin-bottom: 0;
  }
}
#company .facilities_box > div h4 {
  padding-left: 15px;
  font-size: 30px;
  border-bottom: 1px solid #000;
  font-family: "Arial Black";
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #company .facilities_box > div h4 {
    font-size: 20px;
  }
}
#company .facilities_box > div ul {
  margin-bottom: 10px;
}
#company .facilities_box > div ul li {
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
#company .facilities_box > div ul li.ind5 {
  text-indent: -6em;
  padding-left: 6em;
}
#company .facilities_box > div ul li:before {
  content: "●";
}
@media screen and (max-width: 768px) {
  #company .facilities_box > div ul li {
    font-size: 16px;
  }
  #company .facilities_box > div ul li br {
    display: none;
  }
}
#company .access h3 {
  border-bottom: 3px solid #3E3A39;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .access h3 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#company .access h3 small {
  margin-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  #company .access h3 small {
    font-size: 12px;
  }
}
#company .access .access_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company .access .access_box .desc {
  flex: 1;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #company .access .access_box .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#company .access .access_box .map_box {
  width: 380px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company .access .access_box .map_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#company .access .access_box .map_box .map {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #company .access .access_box .map_box .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #company .access .access_box .map_box .map iframe,
  #company .access .access_box .map_box .map object,
  #company .access .access_box .map_box .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#company .access .access_box .map_box .lnk_map {
  color: #E60012;
  text-decoration: underline;
  font-size: 13px;
}
/* ======================================= */
/*  沿革 メインコンテンツ
/* ======================================= */
#history {
  width: 1120px;
  margin: 0 auto;
  padding: 150px 75px 0;
}
@media screen and (max-width: 768px) {
  #history {
    width: 100%;
    padding: 50px 20px;
  }
}
#history .concept1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  #history .concept1 {
    margin-bottom: 50px;
  }
}
#history .concept1 .logo {
  margin: 0 auto;
  width: 126px;
  height: 126px;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  #history .concept1 .logo {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
}
#history .concept1 h3 {
  text-align: center;
  margin-bottom: 60px;
}
#history .concept1 h3 img {
  max-width: 530px;
}
@media screen and (max-width: 500px) {
  #history .concept1 h3 {
    margin-bottom: 30px;
  }
}
#history .concept1 p {
  width: 800px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #history .concept1 p {
    width: 100%;
  }
}
#history .history {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #history .history {
    margin-bottom: 0;
  }
}
#history .history h3 {
  border-bottom: 3px solid #3E3A39;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #history .history h3 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#history .history h3 small {
  margin-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  #history .history h3 small {
    font-size: 12px;
  }
}
#history .history table {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #history .history table {
    width: 100%;
  }
}
#history .history table tr th,
#history .history table tr td {
  font-size: 18px;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: 1px dashed #9FA0A0;
  line-height: 1.8;
}
@media screen and (max-width: 680px) {
  #history .history table tr th,
  #history .history table tr td {
    display: block;
    font-size: 15px;
    border-bottom: none;
  }
}
#history .history table tr:nth-last-child(1) th,
#history .history table tr:nth-last-child(1) td {
  border-bottom: none;
}
#history .history table tr th {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  #history .history table tr th {
    text-align: left;
    width: 100%;
    color: #E1613B;
    border-bottom: 1px solid #E1613B!important;
    padding-bottom: 3px;
  }
}
#history .history table tr td {
  padding: 10px 10px 10px 40px;
}
@media screen and (max-width: 680px) {
  #history .history table tr td {
    padding: 10px 10px 10px 10px;
  }
}
/* ======================================= */
/*  採用情報トップ
/* ======================================= */
#recruit_top {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 75px 0;
}
@media screen and (max-width: 768px) {
  #recruit_top {
    width: 100%;
    padding: 0 20px;
  }
}
#recruit_top .message h3 {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_top .message h3 {
    height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  #recruit_top .message h3 {
    height: 22px;
  }
}
#recruit_top .message h3.copy01 {
  background: url(../img/recruit/copy01.svg) no-repeat left center;
}
#recruit_top .message h3.copy02 {
  background: url(../img/recruit/copy02.svg) no-repeat left center;
}
#recruit_top .message p {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 150%;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  #recruit_top .message p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
/* ======================================= */
/*  採用情報トップ：メニューボタン
/* ======================================= */
#recruit_menu {
  display: flex;
  flex-wrap: wrap;
  min-width: 1120px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #recruit_menu {
    min-width: 100%;
    margin: 50px 0;
  }
}
#recruit_menu a {
  display: block;
  width: 50%;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #recruit_menu a {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  #recruit_menu a {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 370px) {
  #recruit_menu a {
    height: 180px;
  }
}
#recruit_menu a p {
  transition: all .200s;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  #recruit_menu a p {
    width: 120px;
    height: 120px;
  }
}
#recruit_menu a.btn_interview {
  background: url(../img/recruit/bg_interview.png) no-repeat center center;
  background-size: cover;
}
#recruit_menu a.btn_interview p {
  background: url(../img/recruit/btn_interview.svg) no-repeat center center;
}
#recruit_menu a.btn_occupation {
  background: url(../img/recruit/bg_occupation.png) no-repeat center center;
  background-size: cover;
}
#recruit_menu a.btn_occupation p {
  background: url(../img/recruit/btn_occupation.svg) no-repeat center center;
}
#recruit_menu a:hover {
  background-color: #CCC;
}
#recruit_menu a:hover p {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/* ======================================= */
/*  新卒採用
/* ======================================= */
#recruit_flesh {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit_flesh {
    width: 100%;
    padding: 0 20px;
  }
}
#recruit_flesh h3 {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 45px;
  background: url(../img/recruit/t_flesh.svg) no-repeat left top;
  background-size: 142px 34px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E60012;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_flesh h3 {
    height: 24px;
    background-size: 76px 18px;
  }
}
#recruit_flesh .update {
  margin-top: -50px;
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #recruit_flesh .update {
    margin: 0 0 20px;
  }
}
#recruit_flesh .btn_mynavi {
  margin: 60px auto 60px;
  /* 20210201 修正　リクルートページ    display: flex; */
  display: inline-flex;
  width: 353px;
  height: 126px;
  background: #FFF;
  border: 2px solid #E60012;
  border-radius: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_mynavi {
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
  }
}
#recruit_flesh .btn_mynavi:hover {
  text-decoration: none;
  background: #F8BABF;
}
/*2019/10/25変更
#recruit_flesh .btn_mynavi .logo {
  width: 314px;
  height: 50px;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 15px;
}
*/
#recruit_flesh .btn_mynavi .logo {
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_mynavi .logo {
    width: 200px;
    height: 34px;
    margin-bottom: 10px;
  }
}
#recruit_flesh .btn_mynavi .logo img {
  width: 285px;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_mynavi .logo img {
    width: 100%;
  }
}
#recruit_flesh .btn_mynavi p {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_mynavi p {
    font-size: 16px;
  }
}
#recruit_flesh .btn_okajob {
  margin: 0px auto 100px;
  display: flex;
  width: 353px;
  height: 126px;
  background: #FFF;
  border: 2px solid #E60012;
  border-radius: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_okajob {
    width: 100%;
    height: 90px;
    margin-bottom: 60px;
  }
}
#recruit_flesh .btn_okajob:hover {
  text-decoration: none;
  background: #F8BABF;
}
#recruit_flesh .btn_okajob .logo {
  width: 314px;
  height: 46px;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_okajob .logo {
    width: 200px;
    height: 34px;
    margin-bottom: 5px;
  }
}
#recruit_flesh .btn_okajob .logo img {
  width: 196px;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_okajob .logo img {
    width: auto;
    height: 30px;
  }
}
#recruit_flesh .btn_okajob p {
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #recruit_flesh .btn_okajob p {
    font-size: 16px;
  }
}
/* ======================================= */
/*  キャリア採用／パート・アルバイト採用
/* ======================================= */
#recruit_careers,
#recruit_part {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit_careers,
  #recruit_part {
    width: 100%;
    padding: 0 20px;
  }
}
#recruit_careers h3,
#recruit_part h3 {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 45px;
  background: url(../img/recruit/t_carrier.svg) no-repeat left top;
  background-size: 192px 34px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E60012;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_careers h3,
  #recruit_part h3 {
    height: 24px;
    background-size: 100px 18px;
  }
}
#recruit_careers .update,
#recruit_part .update {
  margin-top: -50px;
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #recruit_careers .update,
  #recruit_part .update {
    margin: 0;
  }
}
#recruit_careers .table_wrap,
#recruit_part .table_wrap {
  padding: 0 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #recruit_careers .table_wrap,
  #recruit_part .table_wrap {
    padding: 0;
  }
}
#recruit_careers .table_wrap table,
#recruit_part .table_wrap table {
  width: 100%;
}
#recruit_careers .table_wrap table tr th,
#recruit_part .table_wrap table tr th,
#recruit_careers .table_wrap table tr td,
#recruit_part .table_wrap table tr td {
  padding: 20px 0;
  font-size: 20px;
  border-bottom: 1px solid #E17D5A;
}
@media screen and (max-width: 768px) {
  #recruit_careers .table_wrap table tr th,
  #recruit_part .table_wrap table tr th,
  #recruit_careers .table_wrap table tr td,
  #recruit_part .table_wrap table tr td {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  #recruit_careers .table_wrap table tr th,
  #recruit_part .table_wrap table tr th,
  #recruit_careers .table_wrap table tr td,
  #recruit_part .table_wrap table tr td {
    display: block;
  }
}
#recruit_careers .table_wrap table tr th,
#recruit_part .table_wrap table tr th {
  vertical-align: top;
  width: 120px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  color: #E17D5A;
}
@media screen and (max-width: 680px) {
  #recruit_careers .table_wrap table tr th,
  #recruit_part .table_wrap table tr th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 16px;
    text-align: left;
    text-align-last: left;
    text-justify: left;
    letter-spacing: 0.4em;
  }
}
#recruit_careers .table_wrap table tr td,
#recruit_part .table_wrap table tr td {
  padding-left: 50px;
  line-height: 135%;
}
@media screen and (max-width: 680px) {
  #recruit_careers .table_wrap table tr td,
  #recruit_part .table_wrap table tr td {
    padding-left: 0;
    padding-top: 10px;
  }
}
#recruit_careers .table_wrap table tr td h4,
#recruit_part .table_wrap table tr td h4 {
  margin-bottom: 10px;
}
#recruit_careers .table_wrap table tr td p,
#recruit_part .table_wrap table tr td p {
  margin-bottom: 10px;
}
#recruit_careers .table_wrap table tr td p:nth-last-child(1),
#recruit_part .table_wrap table tr td p:nth-last-child(1) {
  margin-bottom: 0;
}
#recruit_careers .table_wrap table tr:nth-child(1) td,
#recruit_part .table_wrap table tr:nth-child(1) td,
#recruit_careers .table_wrap table tr:nth-child(1) th,
#recruit_part .table_wrap table tr:nth-child(1) th {
  padding-top: 0;
}
@media screen and (max-width: 680px) {
  #recruit_careers .table_wrap table tr:nth-child(1) td,
  #recruit_part .table_wrap table tr:nth-child(1) td {
    padding-top: 10px;
  }
}
#recruit_careers .table_wrap table.nobdr tr:nth-last-child(1) th,
#recruit_part .table_wrap table.nobdr tr:nth-last-child(1) th,
#recruit_careers .table_wrap table.nobdr tr:nth-last-child(1) td,
#recruit_part .table_wrap table.nobdr tr:nth-last-child(1) td {
  border-bottom: none;
}
/* ======================================= */
/*  パート・アルバイト採用のみ
/* ======================================= */
#recruit_part h3 {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 45px;
  background: url(../img/recruit/t_part.svg) no-repeat left top;
  background-size: 374px 34px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E60012;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_part h3 {
    height: 24px;
    background-size: 180px 18px;
  }
}
#recruit_part .message {
  padding: 25px 0;
  border-top: 1px solid #E17D5A;
  border-bottom: 1px solid #E17D5A;
}
@media screen and (max-width: 768px) {
  #recruit_part .message {
    padding: 15px 0;
  }
}
#recruit_part .message p {
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #E17D5A;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #recruit_part .message p {
    font-size: 17px;
  }
}
#recruit_part .btn_entry {
  margin: 60px auto 100px;
  display: flex;
  width: 393px;
  height: 126px;
  background: #FFF;
  border: 2px solid #E60012;
  border-radius: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #recruit_part .btn_entry {
    width: 100%;
    height: 90px;
    margin-bottom: 60px;
  }
}
#recruit_part .btn_entry:hover {
  text-decoration: none;
  background: #F8BABF;
}
#recruit_part .btn_entry .str {
  width: 314px;
  height: 40px;
  border-bottom: 1px solid #3E3A39;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #recruit_part .btn_entry .str {
    width: 240px;
    height: 34px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
#recruit_part .btn_entry .en {
  font-size: 35px;
  font-weight: bold;
  color: #E60012;
}
@media screen and (max-width: 500px) {
  #recruit_part .btn_entry .en {
    font-size: 24px;
  }
}
/* ======================================= */
/*  職種紹介ヘッダ
/* ======================================= */
#recruit_occupation_header {
  background: url(../img/recruit/bg_occupation.jpg) no-repeat right center;
  background-size: cover;
  height: 440px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  #recruit_occupation_header.dame {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_occupation_header {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  #recruit_occupation_header {
    height: 160px;
  }
}
#recruit_occupation_header h2 {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 1006px;
  height: 136px;
  background: url(../img/recruit/copy_occupation.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -503px;
  transition: all .200s;
}
@media screen and (max-width: 768px) {
  #recruit_occupation_header h2 {
    bottom: 20px;
    width: 604px;
    height: 82px;
    margin-left: -302px;
  }
}
@media screen and (max-width: 680px) {
  #recruit_occupation_header h2 {
    width: 402px;
    height: 54px;
    margin-left: -201px;
  }
}
@media screen and (max-width: 500px) {
  #recruit_occupation_header h2 {
    width: 302px;
    height: 42px;
    margin-left: -151px;
  }
}
/* ======================================= */
/*  職種紹介
/* ======================================= */
#recruit_occupation {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 0 ;
}
@media screen and (max-width: 768px) {
  #recruit_occupation {
    width: 100%;
    padding: 0 20px;
  }
}
#recruit_occupation ul {
  border-bottom: 3px solid #E60012;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 40px;
}
@media screen and (max-width: 768px) {
  #recruit_occupation ul {
    padding: 30px 0 10px;
    border-bottom: none;
  }
}
#recruit_occupation ul li {
  width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #recruit_occupation ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#recruit_occupation ul li h3 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #3E3A39;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_occupation ul li h3 {
    border-bottom: 1px solid #E60012;
  }
}
#recruit_occupation ul li h3 img {
  height: 35px;
}
@media screen and (max-width: 768px) {
  #recruit_occupation ul li h3 img {
    height: 20px;
  }
}
#recruit_occupation ul li p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #recruit_occupation ul li p {
    font-size: 16px;
  }
}
/* ======================================= */
/*  なぜか職種紹介に関連会社
/* ======================================= */
#recruit_occupation_relation {
  margin: 70px 0 100px;
  background: #E60012;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit_occupation_relation {
    margin: 30px 0;
  }
}
#recruit_occupation_relation a {
  color: #FFF;
}
#recruit_occupation_relation a h3 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #recruit_occupation_relation a h3 {
    font-size: 16px;
  }
}
#recruit_occupation_relation a p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #recruit_occupation_relation a p {
    font-size: 11px;
  }
}
/* ======================================= */
/*  インタビュー一覧：ヘッダー
/* ======================================= */
#recruit_interview_header {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit_interview_header {
    padding: 0 20px;
  }
}
#recruit_interview_header p {
  font-size: 25px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  #recruit_interview_header p {
    font-size: 16px;
  }
}
/* ======================================= */
/*  インタビュー一覧
/* ======================================= */
#recruit_interview_list {
  background: #FFF;
  padding: 50px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
#recruit_interview_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recruit_interview_list ul {
    width: 100%;
    padding: 0 20px;
  }
}
#recruit_interview_list ul li {
  width: 45%;
  position: relative;
  min-height: 280px;
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  #recruit_interview_list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li {
    min-height: 140px;
    margin: 10px 0;
  }
}
#recruit_interview_list ul li a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li a .img {
    width: 140px;
    height: 140px;
  }
}
#recruit_interview_list ul li a .img img {
  transition: all .200s;
  width: 100%;
  position: relative;
}
#recruit_interview_list ul li a:hover {
  text-decoration: none;
}
#recruit_interview_list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#recruit_interview_list ul li a .card {
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#recruit_interview_list ul li a .card h3,
#recruit_interview_list ul li a .card h4,
#recruit_interview_list ul li a .card p {
  padding-left: 280px;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li a .card h3,
  #recruit_interview_list ul li a .card h4,
  #recruit_interview_list ul li a .card p {
    padding-left: 135px;
  }
}
#recruit_interview_list ul li a .card h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li a .card h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#recruit_interview_list ul li a .card h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li a .card h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#recruit_interview_list ul li a .card .division {
  text-align: right;
  background: #E60012;
  color: #FFF;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 260px;
  padding-right: 10px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li a .card .division {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 120px;
    font-size: 12px;
    line-height: 1.2;
  }
}
#recruit_interview_list ul li a .card .join {
  text-align: right;
  font-size: 13px;
}
@media screen and (max-width: 680px) {
  #recruit_interview_list ul li a .card .join {
    font-size: 12px;
  }
}
/* ======================================= */
/*  インタビュー詳細ヘッダー
/* ======================================= */
#interview_main_img {
  height: 450px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #interview_main_img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #interview_main_img {
    margin-top: -10px;
  }
}
#interview_main_img.dame {
  width: 1080px;
  height: auto;
}
#interview_main_img img {
  width: 100%;
}
#interview_main_img .hd {
  line-height: 1.3;
  background: #FFF;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  align-items: center;
  width: 3000px;
  bottom: 0;
  left: 30%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #interview_main_img .hd {
    width: 100%;
    position: static;
    bottom: inherit;
    left: inherit;
    height: 50px;
  }
}
#interview_main_img .hd .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #interview_main_img .hd .icon {
    width: 40px;
    height: 40px;
  }
}
#interview_main_img .hd .icon img {
  width: 100%;
}
#interview_main_img .hd .title {
  font-size: 18px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #interview_main_img .hd .title {
    display: none;
  }
}
#interview_main_img .hd .name {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 40px;
  line-height: 1;
  padding: 14px 0 3px;
}
@media screen and (max-width: 768px) {
  #interview_main_img .hd .name {
    margin-right: 20px;
    padding: 3px 0;
  }
}
#interview_main_img .hd .name h2 {
  order: 1;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #interview_main_img .hd .name h2 {
    font-size: 22px;
  }
}
#interview_main_img .hd .ename {
  padding: 10px 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  color: #888888;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #interview_main_img .hd .ename {
    justify-content: center;
    padding: 5px 0;
    font-size: 12px;
  }
}
#interview_main_img small {
  position: absolute;
  bottom: 52px;
  left: 30%;
  padding-left: 200px;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #interview_main_img small {
    position: static;
    padding-left: 0;
    bottom: inherit;
    left: inherit;
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    background: #eee;
    color: #333;
  }
}
/* ======================================= */
/*  インタビューメイン
/* ======================================= */
#recruit_interview {
  background: #FFF;
  padding: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recruit_interview {
    padding-top: 0;
  }
}
#recruit_interview .main {
  width: calc((100% - 1120px)/2 + 740px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main {
    width: 100%;
  }
}
#recruit_interview .main_in {
  width: 740px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main_in {
    width: 100%;
    padding: 20px;
  }
}
#recruit_interview .main_in h3 {
  line-height: 1;
  color: #E60012;
  font-size: 25px;
  border-bottom: 1px solid #E60012;
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main_in h3 {
    display: block;
    padding-left: 0;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
#recruit_interview .main_in h3 b {
  font-size: 60px;
  font-style: normal;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main_in h3 b {
    font-size: 40px;
  }
}
#recruit_interview .main_in h3 span {
  line-height: 120%;
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main_in h3 span {
    display: inline;
  }
  #recruit_interview .main_in h3 span br {
    display: none;
  }
}
#recruit_interview .main_in .col {
  /* フロートの解除用・・・ */
  margin-bottom: 40px;
}
#recruit_interview .main_in .col::after {
  clear: both;
  display: block;
  content: "";
}
#recruit_interview .main_in p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main_in p {
    font-size: 15px;
    order: 1;
  }
}
#recruit_interview .main_in .img {
  float: right;
  width: 400px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .main_in .img {
    float: none;
    margin-left: 0;
    width: 100%;
    order: 0;
    margin-bottom: 10px;
  }
}
#recruit_interview .main_in .img img {
  width: 100%;
}
#recruit_interview .side {
  width: calc((100% - 1120px)/2 + 335px);
}
@media screen and (max-width: 768px) {
  #recruit_interview .side {
    width: 100%;
  }
}
#recruit_interview .side #oneday {
  background: #F1E7D9;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#recruit_interview .side #oneday_in {
  width: 335px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #oneday_in {
    width: 100%;
  }
}
#recruit_interview .side #oneday_in h3 {
  color: #E60012;
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E60012;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #oneday_in h3 {
    font-size: 18px;
  }
}
#recruit_interview .side #oneday_in .subtitle {
  text-align: right;
  color: #E17D5A;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #oneday_in .subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#recruit_interview .side #oneday_in table {
  width: 100%;
}
#recruit_interview .side #oneday_in table tr th {
  width: 80px;
  text-align: right;
  font-size: 18px;
  background: url(../img/recruit/bg_schedule.png) no-repeat right center;
  padding: 20px 28px 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #oneday_in table tr th {
    font-size: 14px;
    padding: 8px 30px 8px 0;
  }
}
#recruit_interview .side #oneday_in table tr td {
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #oneday_in table tr td {
    padding: 8px 0 8px 10px;
  }
}
#recruit_interview .side #oneday_in table tr td p {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #E17D5A;
}
#recruit_interview .side #oneday_in table tr td span {
  font-size: 12px;
  line-height: 120%;
}
#recruit_interview .side #qanda {
  background: #E60012;
  display: flex;
  flex-wrap: wrap;
}
#recruit_interview .side #qanda_in {
  width: 335px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #qanda_in {
    width: 100%;
  }
}
#recruit_interview .side #qanda_in h3 {
  color: #FFF;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #qanda_in h3 {
    font-size: 18px;
  }
}
#recruit_interview .side #qanda_in h4 {
  line-height: 1;
  color: #FFFE74;
  font-size: 18px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #qanda_in h4 {
    padding-left: 0;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
#recruit_interview .side #qanda_in h4 b {
  font-size: 40px;
  font-style: normal;
  margin-right: 10px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #qanda_in h4 b {
    font-size: 32px;
  }
}
#recruit_interview .side #qanda_in h4 span {
  line-height: 120%;
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #qanda_in h4 span {
    display: inline;
  }
}
#recruit_interview .side #qanda_in p {
  color: #FFF;
  word-break: break-all;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#recruit_interview .side #qanda_in p:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #recruit_interview .side #qanda_in p {
    font-size: 15px;
    order: 1;
  }
}
/* ======================================= */
/*  インタビュー詳細：その他のインタビュー
/* ======================================= */
#recruit_other {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #recruit_other {
    padding: 30px 20px;
  }
}
#recruit_other .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recruit_other .list {
    width: 100%;
  }
}
#recruit_other .list ul {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
}
@media screen and (max-width: 768px) {
  #recruit_other .list ul {
    order: 1;
    width: 100%;
    justify-content: space-around;
  }
}
#recruit_other .list ul li {
  width: 140px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #recruit_other .list ul li {
    margin: 0 5px 10px;
  }
}
#recruit_other .list ul li a {
  display: block;
}
#recruit_other .list ul li a .img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
}
#recruit_other .list ul li a .img img {
  transition: all .200s;
  width: 100%;
}
#recruit_other .list ul li a .card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}
#recruit_other .list ul li a .card h3 {
  order: 1;
  font-size: 16px;
}
#recruit_other .list ul li a .card .division {
  order: 0;
  font-size: 12px;
}
#recruit_other .list ul li a:hover {
  text-decoration: none;
}
#recruit_other .list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#recruit_other .list .btn_interview_back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #E60012;
  border: 3px solid #E60012;
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  #recruit_other .list .btn_interview_back {
    order: 0;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #E60012;
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  #recruit_other .list .btn_interview_back br {
    display: none;
  }
}
#recruit_other .list .btn_interview_back:hover {
  text-decoration: none;
  background: #FFF;
  color: #E60012;
}
#recruit_other .btn_recruit_area {
  margin-top: 50px;
  justify-content: center;
}
/* ======================================= */
/*  カフェサンラヴィアン ヘッダー
/* ======================================= */
#cafe_header {
  width: 100%;
  height: 440px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #cafe_header {
    margin-bottom: 0;
  }
}
#cafe_header img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cafe_header img.ofi {
  font-family: 'object-fit: cover;';
}
@media screen and (min-width: 1080px) {
  #cafe_header.dame {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  #cafe_header {
    height: inherit;
  }
  #cafe_header img {
    height: inherit;
  }
}
/* ======================================= */
/*  カフェサンラヴィアン 本文
/* ======================================= */
#cafe {
  background: url(../img/cafe/bg_cafe.png) no-repeat top center;
  padding: 90px 60px 50px;
}
@media screen and (max-width: 768px) {
  #cafe {
    background-image: none;
    padding: 0 0 30px;
  }
}
#cafe .cafe_box {
  width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box {
    width: 100%;
    background: #FFF;
    padding: 20px;
    margin-bottom: 0;
  }
}
#cafe .cafe_box h3 {
  padding-bottom: 15px;
  border-bottom: 6px solid #862D18;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box h3 {
    border-bottom: 3px solid #862D18;
    padding-bottom: 10px;
  }
}
#cafe .cafe_box .pic_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#cafe .cafe_box .pic_list li {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box .pic_list li {
    width: 31%;
  }
}
#cafe .cafe_box .pic_list li img {
  width: 100%;
}
#cafe .cafe_box .desc_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cafe .cafe_box .desc_box .map_box {
  width: 380px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box .desc_box .map_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#cafe .cafe_box .desc_box .map_box .map {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box .desc_box .map_box .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #cafe .cafe_box .desc_box .map_box .map iframe,
  #cafe .cafe_box .desc_box .map_box .map object,
  #cafe .cafe_box .desc_box .map_box .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#cafe .cafe_box .desc_box .map_box .lnk_map {
  color: #E60012;
  text-decoration: underline;
  font-size: 13px;
}
#cafe .cafe_box .desc_box .desc {
  width: 530px;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box .desc_box .desc {
    width: 100%;
  }
}
#cafe .cafe_box .desc_box .desc table {
  width: 100%;
  margin-bottom: 20px;
}
#cafe .cafe_box .desc_box .desc table tr td,
#cafe .cafe_box .desc_box .desc table tr th {
  border-bottom: 1px solid #862D18;
  padding: 20px 10px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box .desc_box .desc table tr td,
  #cafe .cafe_box .desc_box .desc table tr th {
    padding: 10px;
  }
}
#cafe .cafe_box .desc_box .desc table tr th {
  width: 90px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
}
#cafe .cafe_box .desc_box .desc table tr td {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #cafe .cafe_box .desc_box .desc table tr td {
    font-size: 15px;
  }
}
/* ======================================= */
/*  エントリー・問い合わせフォーム
/* ======================================= */
#form_input {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #form_input {
    width: 100%;
    padding: 0 20px;
  }
}
#form_input h3 {
  height: 60px;
  background: #E60012;
  color: #FFF;
  line-height: 60px;
  font-size: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #form_input h3 {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    padding-left: 10px;
  }
}
#form_input h3 small {
  margin-left: 20px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #form_input h3 small {
    margin-left: 10px;
    font-size: 14px;
  }
}
#form_input p {
  padding: 0 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #form_input p {
    padding: 0;
  }
}
#form_input .step1,
#form_input .step2,
#form_input .step3 {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  margin: 60px auto;
  width: 700px;
  height: 102px;
}
@media screen and (max-width: 768px) {
  #form_input .step1,
  #form_input .step2,
  #form_input .step3 {
    margin: 30px auto;
    width: 490px;
    height: 71px;
  }
}
@media screen and (max-width: 500px) {
  #form_input .step1,
  #form_input .step2,
  #form_input .step3 {
    width: 280px;
    height: 41px;
  }
}
#form_input .step1 {
  background: url(../img/recruit/recruit_step1.png) no-repeat center center;
  background-size: contain;
}
#form_input .step2 {
  background: url(../img/recruit/recruit_step2.png) no-repeat center center;
  background-size: contain;
}
#form_input .step3 {
  background: url(../img/recruit/recruit_step3.png) no-repeat center center;
  background-size: contain;
}
#form_input .err_msg {
  width: 800px;
  margin: 0 auto;
  border: 2px solid #E60012;
  background: #FFF;
  color: #E60012;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #form_input .err_msg {
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }
}
#form_input form input.ipt {
  font-size: 18px;
  padding: 5px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #form_input form input.ipt {
    font-size: 16px;
  }
}
#form_input form input.w80 {
  width: 80px;
}
#form_input form input.w150 {
  width: 150px;
}
#form_input form input.w250 {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #form_input form input.w250 {
    width: 80%;
  }
}
#form_input form input.w450 {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #form_input form input.w450 {
    width: 90%;
  }
}
#form_input form input.w100p {
  width: 90%;
}
#form_input form textarea {
  padding: 15px;
  font-size: 18px;
  border: 1px solid #ddd;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 768px) {
  #form_input form textarea {
    font-size: 16px;
  }
}
#form_input table {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #form_input table {
    width: 100%;
  }
}
#form_input table tr th {
  width: 190px;
  text-align: left;
  color: #FFF;
  background: #888888;
  font-size: 18px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #form_input table tr th {
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
  }
}
#form_input table tr th span {
  display: inline-block;
  width: 26px;
  height: 15px;
  font-size: 11px;
  background: #E60012;
  color: #FFF;
  line-height: 15px;
  text-align: center;
  margin-left: 10px;
}
#form_input table tr td {
  border-bottom: 1px solid #888;
  padding: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #form_input table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
#form_input table tr td p {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 135%;
  font-size: 14px;
}
#form_input table tr td label {
  display: inline-block;
}
#form_input table tr td.err .ipt,
#form_input table tr td.err textarea {
  border: 1px solid #E60012;
  background: #ffdddd;
}
#form_input table tr td.err p.err {
  color: #E60012;
}
#form_input table tr:nth-last-child(1) td {
  border-bottom: none;
}
#form_input .btn_area {
  margin-top: 40px;
}
#form_input.contact h3 {
  background: #E1613B;
}
#form_input.contact .step1 {
  background: url(../img/contact/contact_step1.png) no-repeat center center;
  background-size: contain;
}
#form_input.contact .step2 {
  background: url(../img/contact/contact_step2.png) no-repeat center center;
  background-size: contain;
}
#form_input.contact .step3 {
  background: url(../img/contact/contact_step3.png) no-repeat center center;
  background-size: contain;
}
#form_input.contact .btn_area .btn_form {
  background: #E1613B;
  border: 2px solid #E1613B;
}
#form_input.contact .btn_area .btn_form:hover {
  background: #FFF;
  color: #E1613B;
}
/* ======================================= */
/*  お問い合わせトップ
/* ======================================= */
#contact {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contact {
    width: 100%;
    padding: 0 20px;
  }
}
#contact h3 {
  font-size: 30px;
  text-align: center;
  color: #FFF;
  background: #E60012;
  line-height: 54px;
  height: 54px;
}
@media screen and (max-width: 680px) {
  #contact h3 {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
  }
}
#contact .contact_tel {
  padding-top: 92px;
  background: url(../img/contact/h_tel.svg) no-repeat center top;
  background-size: 184px 92px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  #contact .contact_tel {
    width: 70%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 500px) {
  #contact .contact_tel {
    padding-top: 46px;
    background-size: 92px 46px;
    width: 100%;
    margin-bottom: 30px;
  }
}
#contact .contact_tel_in {
  background: #FFF;
  padding: 20px 30px;
  min-height: 450px;
}
@media screen and (max-width: 500px) {
  #contact .contact_tel_in {
    min-height: inherit;
  }
}
#contact .contact_tel_in h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  #contact .contact_tel_in h4 {
    font-size: 18px;
  }
}
#contact .contact_tel_in h5 {
  font-size: 21px;
  margin-bottom: 10px;
}
#contact .contact_tel_in p {
  line-height: 150%;
}
#contact .contact_tel_in p.notice {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  #contact .contact_tel_in p.notice {
    font-size: 16px;
  }
}
#contact .contact_tel_in p.notice2 {
  font-size: 15px;
  margin-bottom: 10px;
}
#contact .contact_tel_in p.tel_free {
  margin-bottom: 10px;
}
#contact .contact_tel_in p.tel_company {
  margin-bottom: 10px;
  text-align: center;
}
#contact .contact_tel_in p.tel_company img {
  width: 246px;
}
@media screen and (max-width: 500px) {
  #contact .contact_tel_in p.tel_company img {
    width: 100%;
  }
}
#contact .contact_tel_in p.address {
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #contact .contact_tel_in p.address {
    font-size: 14px;
  }
}
#contact .contact_tel_in p.time {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #E60012;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  #contact .contact_tel_in p.time {
    font-size: 14px;
  }
}
#contact .contact_mail {
  padding-top: 92px;
  background: url(../img/contact/h_mail.svg) no-repeat center top;
  background-size: 184px 92px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  #contact .contact_mail {
    padding-top: 46px;
    background-size: 92px 46px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #contact .contact_mail {
    width: 100%;
    margin-bottom: 30px;
  }
}
#contact .contact_mail_in {
  background: #FFF;
  padding: 20px 30px;
  min-height: 450px;
}
@media screen and (max-width: 500px) {
  #contact .contact_mail_in {
    min-height: inherit;
  }
}
#contact .contact_mail_in p {
  line-height: 150%;
}
#contact .contact_mail_in p.notice {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  #contact .contact_mail_in p.notice {
    font-size: 16px;
  }
}
#contact .contact_mail_in ul {
  margin-bottom: 30px;
}
#contact .contact_mail_in ul li {
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
}
#contact .contact_mail_in ul li:before {
  content: "※";
}
#contact .contact_mail_in .btn_contact {
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 250px;
  height: 117px;
  background: #E1613B;
  color: #FFF;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
}
#contact .contact_mail_in .btn_contact:hover {
  text-decoration: none;
  background: #E60012;
}
@media screen and (max-width: 500px) {
  #contact .contact_mail_in .btn_contact {
    font-size: 18px;
    height: 70px;
    width: 100%;
  }
}
/* ======================================= */
/*  プライバシーポリシー メインコンテンツ
/* ======================================= */
#policy {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 30px 0;
}
@media screen and (max-width: 768px) {
  #policy {
    width: 100%;
    padding: 0 20px;
  }
}
#policy p {
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #policy p {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#policy h3 {
  color: #E17D5A;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #policy h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#policy ol {
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #policy ol {
    padding-left: 20px;
  }
}
#policy ol.pl60 {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #policy ol.pl60 {
    padding-left: 30px;
  }
}
#policy ol li {
  line-height: 1.6;
  counter-increment: section;
  padding-left: 0;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
#policy ol li:before {
  content: "(" counter(section) ")";
}
