@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.page-title-wrap {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap {
    flex-direction: column;
  }
}
.page-title-wrap .page-title-area {
  padding-top: 6rem;
  padding-left: 6vw;
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .page-title-area {
    padding-top: 2rem;
    padding-left: 0;
  }
}
.page-title-wrap .page-title-area .page-title {
  position: absolute;
}
.page-title-wrap .page-block {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .page-block {
    margin-top: 8rem;
    padding-left: 2rem;
  }
}
.page-title-wrap .page-block .txt-catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .page-block .txt-catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .page-title-wrap .page-block .txt-catch {
    font-size: 2.6rem;
  }
}
.page-title-wrap .page-block p {
  line-height: 2;
}
.page-title-wrap .page-image-area {
  width: 60vw;
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .page-image-area {
    width: calc(100vw - 3rem);
    border-radius: 4rem 0 0 4rem;
    margin-top: 4rem;
  }
}
.page-title-wrap .page-image-area .page-image {
  height: 560px;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .page-image-area .page-image {
    height: 50vw;
  }
}

/*----------------------------------------------------
  主なお取引先
----------------------------------------------------*/
.section-wrap .col-md-4 {
  margin-bottom: 4rem;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.section-wrap .col-md-4 img.circle {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
}
@media screen and (max-width: 575.98px) {
  .section-wrap .col-md-4 img.circle {
    max-width: 220px;
  }
}
.section-wrap .col-md-4:last-child p.txt-catch {
  text-align: right;
}
.section-wrap h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .section-wrap h3 {
    margin-bottom: 0.4em;
  }
}
.section-wrap .col-md-12 {
  text-align: center;
}

/*----------------------------------------------------
  お届け先について
----------------------------------------------------*/
.txt-destination {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .txt-destination {
    font-size: 1.4rem;
  }
}

.ph-destination {
  width: 600px;
}

/*----------------------------------------------------
  お届けまでの流れ
----------------------------------------------------*/
.flow-wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 575.98px) {
  .flow-wrap {
    flex-direction: column;
  }
}
.flow-wrap .flow-img {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .flow-wrap .flow-img {
    width: 100%;
  }
}
.flow-wrap .flow-img p.txt-catch {
  text-align: left;
}
.flow-wrap .arrow, .flow-wrap .arrow_sp {
  text-align: center;
}
.flow-wrap .arrow img, .flow-wrap .arrow_sp img {
  margin-top: 50px;
}
@media screen and (max-width: 575.98px) {
  .flow-wrap .arrow img, .flow-wrap .arrow_sp img {
    margin: 2em 0;
  }
}

.stockroom {
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 575.98px) {
  .stockroom {
    flex-direction: column;
  }
}
.stockroom img {
  margin-bottom: 2em;
  border-radius: 3rem;
}

/*----------------------------------------------------
  食育活動
----------------------------------------------------*/
.dietary-wrap {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .dietary-wrap {
    display: block;
  }
}
.dietary-wrap .catch {
  width: 44vw;
  padding-left: 6vw;
}
@media screen and (max-width: 767.98px) {
  .dietary-wrap .catch {
    width: 94vw;
  }
}
.dietary-wrap p {
  padding-bottom: 2em;
}
.dietary-wrap .image {
  flex: 1;
  height: 100%;
  max-width: 720px;
  overflow: hidden;
  margin-left: 5rem;
  margin-right: -5rem;
  border-radius: 3rem;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 767.98px) {
  .dietary-wrap .image {
    margin: 0 3rem;
  }
}
.dietary-wrap .image img {
  max-width: 100%;
}/*# sourceMappingURL=business.css.map */