@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  width: 100%;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 1206px) {
  .c-topicspath li {
    font-size: 0.8rem;
  }
}
.c-topicspath li a {
  color: #333;
}
@media (any-hover) {
  .c-topicspath li a:hover {
    text-decoration: underline;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 0.3333333333rem;
}
.c-topicspath li:last-child::after {
  content: normal;
}

.l-lowerCaption {
  position: relative;
  background: #FFF9EE;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption {
    padding-top: 5.5333333333rem;
    margin-bottom: 4rem;
  }
}
.l-lowerCaption__inner {
  max-width: 75.375rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}
.l-lowerCaption__title {
  font-size: 48px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption__title {
    font-size: 2.1333333333rem;
  }
}

@media screen and (max-width: 1206px) {
  body#recipesLower .l-lowerCaption {
    margin-bottom: 2rem;
  }
}

#company .p-message__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: start;
      align-items: start;
  gap: 1.3333333333rem 44px;
}
@media screen and (max-width: 1024px) {
  #company .p-message__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#company .p-message__imgArea img {
  border-radius: 10px;
}
#company .p-message__body {
  margin-bottom: 0.8em;
}
#company .p-message-list {
  padding-left: 1em;
}
#company .p-message-list__item {
  text-indent: -1em;
}
#company .p-message-list__item:not(:last-child) {
  line-height: 1.3;
  margin-bottom: 0.7em;
}
#company .p-message__signature {
  text-align: right;
  line-height: 1;
}
#company .p-message__signature small {
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
}
#company .p-message__signature b {
  font-size: 1.7rem;
  vertical-align: middle;
}
@media screen and (max-width: 568px) {
  #company .p-message__signature b {
    font-size: 1.6rem;
  }
}
#company .p-profile__imgArea {
  margin-bottom: 2em;
}
#company .p-profile__imgArea img {
  aspect-ratio: 80/42;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 10px;
}
@media screen and (max-width: 568px) {
  #company .p-profile__imgArea img {
    aspect-ratio: 335/260;
    -o-object-position: center;
       object-position: center;
  }
}
#company .p-qc__imgArea {
  background: #FFF9EE;
  padding: 2.3333333333rem 1.0666666667rem;
  text-align: center;
  margin-bottom: 2em;
}
#company .p-qc__imgArea img {
  width: 406px;
  max-width: 100%;
  height: auto;
}
#company .p-qc h3 {
  font-size: 1.125rem;
  margin-bottom: 0.8em;
}
#company .p-qc--isoList li {
  padding-left: 6em;
  text-indent: -6em;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 568px) {
  #company .p-history .c-tbl th {
    width: 25%;
  }
}
#company .p-location-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(22rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1.3333333333rem;
}
#company .p-location-list__item {
  padding: 2.6666666667rem;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
#company .p-location-list__item .ttl {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
#company .p-location-list__item p {
  margin-bottom: 0.2em;
}
#company .p-location-list__item a {
  font-weight: 700;
  text-decoration: underline;
}
@media (any-hover) {
  #company .p-location-list__item a:hover {
    text-decoration: none;
  }
}
#company .p-group .c-list__item {
  font-weight: 700;
}
#company .p-group .c-list__item .regular {
  font-weight: 400;
}
/*# sourceMappingURL=../_map/project/company.css.map */
