@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}
.gaiyo dl {
  display: flex;
  margin: 0;
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
}
.gaiyo dl dt {
  width: 10em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gaiyo dl dt {
    width: 6em;
  }
}
.gaiyo dl dd {
  flex: 1;
  margin: 0;
}
.history dl {
  display: flex;
  margin: 0;
  padding: 0;
}
.history dl dt, .history dl dd {
  padding: 10px 0;
}
.history dl dt {
  width: 8em;
  margin: 0;
}
.history dl dd {
  flex: 1;
  margin: 0;
  padding-left: 1.5em;
  border-left: 4px solid #ccc;
  position: relative;
}
.history dl dd:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #ccc;
  display: block;
  position: absolute;
  top: 14px;
  left: -12px;
  background-color: #fff;
}
#primary-site-navigation-desktop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 22px;
  padding: 0 1.2em;
}
#primary-site-navigation-desktop a[title]:after {
  content: attr(title);
  display: block;
  color: #555;
  font-size: 14px;
}
#primary-site-navigation-desktop .current-menu-item > .menu-link:after {
  color: #ccc;
}
#astra-footer-menu a {
  padding: 0 1.5em;
}
.food_title {
  width: calc((100vw - 1140px)/2 + 990px);
  margin-left: calc((100vw - 1140px)/2 + 150px);
  padding-right: calc((100vw - 1140px)/2);
}
.recruit_list {
  max-width: 1140px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.recruit_list h3.workplace {
  font-size: 30px;
  text-align: center;
  margin: 80px 0 30px 0;
  color: #008000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit_list h3.workplace {
    font-size: 20px;
    margin: 50px 15px 20px;
  }
}
.recruit_list .recruit-box {
  border: 20px solid #008000;
  padding: 25px 30px 10px;
}
@media screen and (max-width: 767px) {
  .recruit_list .recruit-box {
    border-width: 10px;
    padding: 10px 15px 0;
  }
}
.recruit_list .recruit-box .recruit_title h4 {
  line-height: 1.5;
  font-size: 32px;
  padding: 10px 0;
  border-bottom: 3px solid #008000;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .recruit_list .recruit-box .recruit_title h4 {
    font-size: 22px;
  }
}
.recruit_list .recruit-box .recruit_body {
  margin: 1em 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit_list .recruit-box .recruit_body {
    font-size: 16px;
  }
}
.recruit_list .recruit-box .recruit_body .recruit_meta {
  margin: 1em 0;
}
.recruit_list .recruit-box .recruit_body dl {
  display: flex;
  margin: 0;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
.recruit_list .recruit-box .recruit_body dl dt {
  width: 5em;
  margin: 0;
  color: #008000;
}
.recruit_list .recruit-box .recruit_body dl dd {
  flex: 1;
  margin: 0;
}
.news_box {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .news_box {
    padding: 15px 0;
    gap: 15px;
  }
}
.news_box .pic {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .news_box .pic {
    width: 100%;
  }
}
.news_box .pic img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .news_box .pic img {
    width: 100%;
    height: 230px;
  }
}
.news_box .txt {
  flex: 1;
}
.news_box .txt h3 {
  margin-bottom: 10px;
}
.news_box + .news_box {
  border-top: 1px solid #ccc;
}
.invert {
  filter: invert(100%);
}
/*# sourceMappingURL=custom.css.map */