@charset "UTF-8";
@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
  }
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

.bg-gray {
  background-color: #F5F7F8;
}

.red {
  color: #e44c6f;
}

li.btn-fill--key a {
  transition: 0.5s;
}
li.btn-fill--key a:hover {
  background-color: #FF8CA6;
}

@keyframes graphDraw {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(162deg);
  }
}
@keyframes barGrow {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
main.inbound.forgourmet section.function-box {
  padding: 0;
}
main.inbound.forgourmet section.function-box * {
  text-align: left;
}
main.inbound.forgourmet section.function-box h5 {
  margin: 24px 0 16px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main.inbound.forgourmet section.function-box h5 {
    font-size: 18px;
    margin: 24px 0 8px;
  }
}
main.inbound.forgourmet section.function-box p {
  font-size: 16px;
  letter-spacing: 0.2em;
}

.inbound-top {
  background-color: #F5F7F8;
  overflow: hidden;
}
.inbound-top__text {
  padding-right: 0;
}
.inbound-top__text * {
  color: #1a1a1a;
}
.inbound-top__text h1 {
  color: #1a1a1a !important;
}
@media screen and (max-width: 767px) {
  .inbound-top__text h5 {
    margin: 0 0 4px;
  }
}
.inbound-top__text p {
  margin: 16px 0 24px;
}
@media screen and (max-width: 767px) {
  .inbound-top__text p br.pc-only {
    display: none;
  }
}
.inbound-top__text .btn-list a {
  max-width: 212px;
}
@media screen and (max-width: 767px) {
  .inbound-top__text .btn-list a {
    max-width: 146px;
  }
}
@media not screen and (max-width: 767px) {
  .inbound-top__image {
    height: 280px;
    left: 55%;
    transform: translate(80px, 0px);
  }
}
@media screen and (max-width: 767px) {
  .inbound-top {
    height: 511px;
  }
  .inbound-top__image {
    height: 152px;
    top: 360px;
  }
}

.forgourmet-first * {
  text-align: center;
}
.forgourmet-first h5 {
  color: #1a1a1a;
  letter-spacing: 0.2em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.forgourmet-first h5::before, .forgourmet-first h5::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #1a1a1a;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .forgourmet-first h5::before, .forgourmet-first h5::after {
    display: none;
  }
}
.forgourmet-first h3 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-first h3 br.pc-only {
    display: none;
  }
}
.forgourmet-first p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 767px) {
  .forgourmet-first p {
    text-align: left;
    margin: 0 0 24px;
  }
}
.forgourmet-first img {
  max-width: 600px;
}
.forgourmet-first-connect {
  width: 80%;
  max-width: 792px;
  margin: 32px auto 40px;
  border-radius: 16px;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-first-connect {
    width: 100%;
    padding: 32px 24px;
  }
}
.forgourmet-first-connect p {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .forgourmet-first-connect p {
    font-size: 1.6rem !important;
  }
}
.forgourmet-first-connect ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .forgourmet-first-connect ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .forgourmet-first-connect ul li {
    width: calc(33.3333333333% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .forgourmet-first-connect ul li:nth-child(n+4) {
    width: calc(33.3333333333% - 5px);
    display: block;
  }
}
.forgourmet-first__solution {
  padding-top: 24px;
  max-width: 951px;
  margin: 0 auto;
}
.forgourmet-first__solution-ttl {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-first__solution-ttl {
    margin-top: 0;
  }
}
.forgourmet-first__solution .note b {
  letter-spacing: 0.08em;
}
.forgourmet-first__solution img {
  margin: 16px auto 0;
  max-width: 469px;
}

.forgourmet-second__graph {
  margin: 40px auto;
}
.forgourmet-second__graph-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__graph-inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.forgourmet-second__graph img {
  width: 42.44%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__graph img {
    width: 100%;
    max-width: 267px;
  }
}
.forgourmet-second__graph-inner .graph-image {
  width: 42.44%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__graph-inner .graph-image {
    width: 100%;
    max-width: 267px;
  }
}
.forgourmet-second__graph-inner .graph-image svg {
  width: 100%;
  height: auto;
}
.forgourmet-second__graph-inner .graph-image .graph-path .graph-fill {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.forgourmet-second__graph-inner .graph-image .mask-group {
  transform: rotate(-90deg);
}
.forgourmet-second__graph-inner .graph-image svg {
  width: 100%;
  height: auto;
  display: block;
}
.forgourmet-second__graph-inner .pie-fill {
  transition: opacity 0.3s ease;
}
.forgourmet-second__graph-content__title {
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #1A1A1A !important;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__graph-content__title {
    text-align: center;
  }
}
.forgourmet-second__graph-content__title span.big {
  font-size: 3.556em;
  font-family: "Inter", sans-serif;
}
.forgourmet-second__graph-content__title span.pink {
  color: #E44C6F;
}
.forgourmet-second__graph-content__text {
  font-size: 32px !important;
  letter-spacing: 0.2em !important;
  line-height: 1.5 !important;
  font-weight: bold !important;
  color: #1A1A1A !important;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__graph-content__text {
    text-align: center;
    font-size: 24px !important;
  }
}
.forgourmet-second__graph-note {
  max-width: 754px;
  margin: 0 auto;
}
.forgourmet-second__graph-note a {
  font-size: 12px;
  color: #545454;
  text-decoration: underline;
}
.forgourmet-second__flow-title {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__flow-title {
    font-size: 2.4rem !important;
  }
}
.forgourmet-second__flow ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__flow ul {
    flex-direction: column;
    gap: 32px;
  }
}
.forgourmet-second__flow ul li {
  width: 48%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__flow ul li {
    width: 100%;
  }
}
.forgourmet-second__flow ul li img {
  margin-bottom: 24px;
}
.forgourmet-second__flow ul li h4 {
  font-size: 18px;
  margin-bottom: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__flow ul li h4 {
    margin-bottom: 8px;
  }
}
.forgourmet-second__flow ul li p {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__flow ul li p {
    font-size: 1.6rem;
  }
}
.forgourmet-second__case {
  background-color: inherit;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case {
    padding: 10px 0 64px;
  }
}
.forgourmet-second__case__title {
  color: #E44C6F !important;
}
.forgourmet-second__case__subtitle {
  color: #545454 !important;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case__subtitle {
    font-size: 2rem !important;
  }
}
.forgourmet-second__case-pickup {
  max-width: 840px;
  margin: 0 auto 40px;
  background-color: #fff;
  padding: 88px 56px 28px;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup {
    padding: 72px 24px;
  }
}
.forgourmet-second__case-pickup h5.dark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #13212f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 16px 0 16px 0;
}
.forgourmet-second__case-pickup h5.dark::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: white;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup h5.dark {
    padding: 8px 16px;
  }
}
.forgourmet-second__case-pickup .title {
  font-size: 3.2rem;
  margin-bottom: 8px !important;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup .title {
    font-size: 2.4rem !important;
  }
}
.forgourmet-second__case-pickup .title span.inter {
  font-family: "Inter", sans-serif;
}
.forgourmet-second__case-pickup .pink {
  text-decoration: underline;
  text-decoration-color: rgba(255, 140, 166, 0.4);
  text-decoration-thickness: 0.3em;
  text-underline-offset: 1px;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup .pink {
    font-size: 2.4rem !important;
  }
}
.forgourmet-second__case-pickup-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.forgourmet-second__case-pickup-content__left {
  width: 47%;
  max-width: 357px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content__left {
    width: 100%;
  }
}
.forgourmet-second__case-pickup-content__left .js-bar-graph-animation.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content__left .js-bar-graph-animation.sp-only {
    display: block;
  }
}
.forgourmet-second__case-pickup-content__left .js-bar-graph-animation.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content__left .js-bar-graph-animation.pc-only {
    display: none;
  }
}
.forgourmet-second__case-pickup-content__left .js-bar-graph-animation .bar-graph-img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.5s ease-out;
}
.forgourmet-second__case-pickup-content__left .js-bar-graph-animation.is-animated .bar-graph-img {
  clip-path: inset(0 0 0 0);
}
.forgourmet-second__case-pickup-content__left .bar-fill {
  transform-box: fill-box;
  transform-origin: 50% 100%; /* 下基準 */
  transform: scaleY(0); /* 初期：見えない */
  transition: transform 1.2s ease;
}
.forgourmet-second__case-pickup-content__left .is-active .bar-fill {
  transform: scaleY(1);
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.forgourmet-second__case-pickup-content__left {
  width: 47%;
  max-width: 357px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content__left {
    width: 100%;
  }
}
.forgourmet-second__case-pickup-content__right {
  padding-top: 24px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content__right {
    width: 100%;
  }
}
.forgourmet-second__case-pickup-content__right .strategies {
  color: white;
  width: 98px;
  aspect-ratio: 98/48;
  text-align: center;
  padding-top: 3px;
  background-size: contain;
  margin-bottom: 8px;
  background-image: url(../../img/forgourmet/strategies.svg);
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case-pickup-content__right .strategies {
    aspect-ratio: 98/36;
  }
}
.forgourmet-second__case-pickup-content__right .strategies-text {
  text-align: left;
  line-height: 1.71;
}
.forgourmet-second__case-pickup-content__right ul {
  margin-top: 8px;
}
.forgourmet-second__case-pickup-content__right ul li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #545454;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.forgourmet-second__case-pickup-content__right ul li::before {
  content: "•";
  font-weight: bold;
  font-size: 1.2em;
}
.forgourmet-second__case .btn-fill--key {
  max-width: 337px;
  margin: 0 auto;
}
.forgourmet-second__case .btn-fill--key a {
  height: 80px;
  font-size: 1.8rem;
  border-radius: 40px;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__case .btn-fill--key a {
    font-size: 1.6rem;
  }
}
.forgourmet-second__features h4 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__features h4 {
    font-size: 2rem !important;
  }
}
.forgourmet-second__features ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-second__features ul {
    flex-direction: column;
    gap: 32px;
  }
}
.forgourmet-second__features ul li {
  flex: 1;
}
.forgourmet-second__features ul li img {
  margin-bottom: 24px;
}
.forgourmet-second__features ul li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}
.forgourmet-second__features ul li p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.forgourmet-third h3.subtitle {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .forgourmet-third h3.subtitle {
    text-align: left;
  }
}
.forgourmet-third p.note {
  text-align: center !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-third p.note {
    text-align: left !important;
  }
}
.forgourmet-third__features {
  margin-top: 80px;
}
.forgourmet-third__features > h4 {
  text-align: center;
  margin-bottom: 24px;
}
.forgourmet-third__features ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-third__features ul {
    flex-direction: column;
    gap: 32px;
  }
}
.forgourmet-third__features ul li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .forgourmet-third__features ul li {
    width: 100%;
  }
}
.forgourmet-third__features ul li img {
  margin-bottom: 24px;
}
.forgourmet-third__features ul li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .forgourmet-third__features ul li h4 {
    white-space: nowrap;
  }
}
.forgourmet-third__features ul li p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.forgourmet-functions h2.cont-wrap__ttl {
  margin-bottom: 24px;
}
.forgourmet-functions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 56px 40px;
}
@media screen and (max-width: 767px) {
  .forgourmet-functions-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
}
.forgourmet-functions-list .function-list__item {
  border-radius: inherit !important;
  box-shadow: none !important;
}
.forgourmet-functions-list .function-list__item h5 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .resource .cont-wrap__ttl {
    white-space: wrap !important;
  }
}

.cta {
  overflow: clip;
  position: relative;
  padding: 64px 0 70px !important;
}
.cta .inner {
  max-width: 1088px;
}
.cta h2.cont-wrap__ttl {
  margin-bottom: 11px;
  letter-spacing: 0.22em;
}
.cta img {
  max-width: 620px;
  width: 80vw;
}
.cta .btn-list__item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cta .btn-list__item {
    width: 100%;
    max-width: 327px;
  }
}
.cta .btn-list__item a {
  height: 80px;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .cta .btn-list__item a {
    font-size: 16px;
  }
}
.cta .btn-list__item a:hover {
  opacity: 1;
}
.cta__left .slashes {
  margin-bottom: 16px;
}
.cta__left .slashes::before, .cta__left .slashes::after {
  background-color: white !important;
}
@media screen and (max-width: 767px) {
  .cta__left .slashes {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.cta__left .btn-list {
  margin-top: 24px;
}
.cta__left .btn-list__item a {
  font-size: 1.8rem !important;
}
@media not screen and (max-width: 767px) {
  .cta__left .slashes,
  .cta__left .btn-list {
    justify-content: flex-start !important;
  }
  .cta__left *,
  .cta__left h2.cont-wrap__ttl {
    text-align: left !important;
  }
  .cta__left img {
    position: absolute;
    left: 53%;
    bottom: -124px;
    max-width: 620px;
    height: auto;
  }
  @media not screen and (max-width: 1024px) {
    .cta__left img {
      bottom: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  .cta__left {
    text-align: center;
  }
  .cta__left h5 {
    margin-bottom: 16px;
  }
}

.clients__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.2rem !important;
}
@media screen and (max-width: 767px) {
  .clients__title {
    font-size: 2.4rem !important;
  }
}
.clients__title::before, .clients__title::after {
  content: "";
  height: 1.2em;
  width: 3px;
  background: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .clients__title::before, .clients__title::after {
    display: none;
  }
}
.clients__title::before {
  margin-right: 1em;
  transform: rotate(-35deg);
}
.clients__title::after {
  margin-left: 1em;
  transform: rotate(35deg);
}
.clients__body {
  display: block;
}
.clients__body .customers-list {
  display: grid;
  grid-gap: 16px 24px;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1104px;
  align-items: center;
  margin: 40px auto !important;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .clients__body .customers-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 16px;
    padding: 0;
  }
}