@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

.l-wrapper {
  overflow: hidden;
}

a {
  color: hsl(0deg, 0%, 0%);
  text-decoration: none;
}

a.active {
  color: hsl(207deg, 96%, 40%);
}

.craftsmanship-reason, .craftsmanship-gallery, .tokoroten-container, .shirataki-container, .bataneri-container, .qh-quality, .qh-hygiene, .about-history, .about-commit__inner, .about-company, .index-catch-wrap, .index-pr, .index-boss__catch, .index-boss__inner, .index-alignment__inner, .index-about__inner, .m-company-info, .footer__banner, .footer .footer-bottom__inner, .footer .footer-bottom__menu {
  max-width: 92%;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .craftsmanship-reason, .craftsmanship-gallery, .tokoroten-container, .shirataki-container, .bataneri-container, .qh-quality, .qh-hygiene, .about-history, .about-commit__inner, .about-company, .index-catch-wrap, .index-pr, .index-boss__catch, .index-boss__inner, .index-alignment__inner, .index-about__inner, .m-company-info, .footer__banner, .footer .footer-bottom__inner, .footer .footer-bottom__menu {
    width: 980px;
  }
}

/*flexboxを適応
$type = flex or inline-flex
$justify = 横向きの揃え
$strech = 縦向きの揃え
-------------------------------------*/
body {
  font-size: 1.7rem;
  line-height: 1.75;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3c3c3c;
}

p:not(last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 980px) {
  .hide_pc {
    display: none;
  }
}

.hide_sp {
  display: none;
}
@media screen and (min-width: 980px) {
  .hide_sp {
    display: inline;
  }
}

/*--------------------------------------
 画像を角丸にする
 --------------------------------------*/
.qh-quality__grid-item, .qh-quality__img, .qh-quality .qh-other__media img {
  border-radius: 5px;
}

.header {
  position: relative;
}
.header-logo {
  position: absolute;
  top: 20px;
  right: 30px;
  transform: translate(-50%);
}
.header-logo img {
  display: block;
  width: 100px;
  margin: auto;
}

.footer {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__top {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .footer__banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: px 30px;
  }
}
.footer__banner__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .footer__banner__item {
    margin-bottom: 0;
  }
}
.footer__banner__item img {
  margin: auto;
}
.footer .footer-bottom {
  position: relative;
  padding: 30px 0;
}
.footer .footer-bottom::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  top: 0px;
  z-index: -100;
  background-image: url(../img/shirataki/shirataki_kv.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(50%);
}
.footer .footer-bottom__menu {
  color: #fff;
  font-size: 3.5vw;
}
.footer .footer-bottom__logo {
  display: block;
  margin: auto;
}
.footer .footer-bottom__navi {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .footer .footer-bottom__navi {
    width: 1000px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.footer .footer-bottom__navi ul {
  list-style: none;
  padding: 0;
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .footer .footer-bottom__navi ul {
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer .footer-bottom__navi li {
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .footer .footer-bottom__navi li {
    display: inline;
    padding: 0 1em;
  }
}
.footer .footer-bottom__navi li a {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .footer .footer-bottom__info p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.footer .footer-copy small {
  text-align: center;
  display: block;
  padding: 1em 0;
  background-color: #000000;
  color: #fff;
  font-size: 1.2rem;
}

.openbtn {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #fff;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

.openbtn span:nth-of-type(2) {
  top: 29px;
  width: 30%;
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

/*--------------------------------------
ナビゲーションの設定
 --------------------------------------*/
/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: orange;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  /*scaleをはじめは0に*/
  left: -50px;
  top: calc(50% - 50px);
  /*50%から円の半径を引いた値*/
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
  display: block;
  /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  display: block;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  line-height: 2.5;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.8rem;
  transition: all 0.5s;
}
#g-nav li a:hover {
  transform: translate(10px, 0);
}

/*--------------------------------------
 会社概要の共通ボックス
 --------------------------------------*/
.m-company-info {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-beetween;
  align-cells: strech;
}
.m-company-info .media {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .m-company-info .media {
    flex: 1;
  }
}
.m-company-info .heading {
  margin-bottom: 0.5em;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .m-company-info .heading {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 960px) {
  .m-company-info .content {
    flex: 1;
    padding: 0 50px;
  }
}
.m-company-info .table-info {
  border-collapse: collapse;
}
.m-company-info .table-info tr {
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .m-company-info .table-info tr {
    display: block;
  }
}
.m-company-info .table-info th {
  text-align: left;
  font-weight: normal;
  margin-bottom: -5px;
}
@media screen and (max-width: 480px) {
  .m-company-info .table-info th {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .m-company-info .table-info th {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .m-company-info .table-info td {
    display: block;
  }
}
/*--------------------------------------
 キービジュアル　ページタイトル
 --------------------------------------*/
.cmn-kv-page {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .cmn-kv-page {
    margin-bottom: 80px;
  }
}
.cmn-kv-page .cmn-kv-page__title {
  background-image: url("../img/common/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  text-align: center;
  padding: 75px 0;
}
@media screen and (min-width: 960px) {
  .cmn-kv-page .cmn-kv-page__title {
    padding: 125px 0;
  }
}

/*--------------------------------------
 共通
 --------------------------------------*/
/*--------------------------------------
　キービジュアル
 --------------------------------------*/
.index-kv {
  width: 100%;
}
.index-kv__media {
  display: block;
  width: 100%;
  height: 450px;
  background-image: url(../img/index/kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .index-kv__media {
    height: 600px;
  }
}
.index-kv__title {
  position: relative;
}
.index-kv__text p {
  text-align: right;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
  padding: 1%;
}
@media screen and (min-width: 960px) {
  .index-kv__text p {
    font-size: 4rem;
    padding: 0 20px 0 0;
  }
}
.index-kv__text:first-child {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 70%;
}
@media screen and (min-width: 960px) {
  .index-kv__text:first-child {
    bottom: 180px;
    width: 470px;
  }
}
.index-kv__text:first-child p {
  background-color: #ff6200;
}
.index-kv__text:last-child {
  width: 90%;
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .index-kv__text:last-child {
    bottom: 100px;
    width: 670px;
  }
}
.index-kv__text:last-child p {
  background-color: red;
}

/*--------------------------------------
 キャッチコピー
 --------------------------------------*/
@media screen and (min-width: 960px) {
  .index-catch-wrap {
    padding: 40px 0;
  }
}

.index-catch {
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .index-catch {
    font-size: 3rem;
  }
}
.index-catch + p {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .index-catch + p {
    font-size: 1.8rem;
    text-align: center;
  }
}

/*--------------------------------------
 PR
 --------------------------------------*/
.index-pr__block {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .index-pr__block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}
@media screen and (min-width: 960px) {
  .index-pr__block-media-left .index-pr__content {
    flex: 1;
    margin: 50px 0 0 -150px;
  }
}
@media screen and (min-width: 960px) {
  .index-pr__block-media-right {
    flex-flow: row-reverse wrap !important;
  }
  .index-pr__block-media-right .index-pr__content {
    flex: 1;
    margin: 50px -150px 0 0;
    position: relative;
    z-index: 10;
  }
  .index-pr__block-media-right .index-pr__btn {
    text-align: left;
    margin-left: 0;
  }
}
.index-pr__title {
  position: absolute;
  top: -20px;
  left: -10px;
  text-align: center;
  padding: 1%;
  background-color: #ff6200;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 4.5vw;
}
@media screen and (min-width: 960px) {
  .index-pr__title {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 2.5rem;
    padding: 0.3em;
  }
}
.index-pr__title--first {
  background-color: #ff6200;
}
.index-pr__title--second {
  background-color: red;
}
.index-pr__text {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  border: 3px solid #ff6200;
}
.index-pr__btn {
  display: block;
  width: 150px;
  margin-left: auto;
  border-bottom: 2px solid #2c53d6;
  text-align: center;
}

/*--------------------------------------
 ３つの柱
 --------------------------------------*/
.index-tower {
  background-color: #ff6200;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .index-tower {
    padding: 80px 0;
  }
}
.index-tower__inner {
  padding: 40px 0;
  background-color: #fff;
}
.index-tower__section-heading {
  text-align: center;
  font-size: 6vw;
}
@media screen and (min-width: 960px) {
  .index-tower__section-heading {
    font-size: 3rem;
  }
}
.index-tower__section-heading-dots {
  text-align: center;
  margin-bottom: 20px;
}
.index-tower__section-heading-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff3b00;
  border-radius: 30px;
}
.index-tower__section-heading-dots span:nth-child(2) {
  margin: auto 0.5em;
  background-color: #ff6200;
}
@media screen and (min-width: 960px) {
  .index-tower__flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-cells: strech;
    max-width: 90%;
    margin: 20px auto;
  }
}
.index-tower__item {
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .index-tower__item {
    flex: 1;
  }
  .index-tower__item:nth-child(2) {
    /* margin: auto 60px;
    padding: 0 60px; */
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
  }
}
.index-tower__item:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 1px;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .index-tower__item:not(:last-child)::after {
    display: none;
  }
}
.index-tower__media img {
  margin: auto;
}
.index-tower__title {
  font-size: 2.4rem;
  margin: 20px auto 10px;
  text-align: center;
}
.index-tower__text {
  margin-bottom: 40px;
}
.index-tower__btn {
  display: block;
  text-align: center;
  background-color: #2c53d6;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em 0;
  width: 70%;
  margin: auto;
}

/*--------------------------------------
 社長挨拶
 --------------------------------------*/
.index-boss {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .index-boss {
    margin-bottom: 80px;
  }
}
.index-boss__catch {
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .index-boss__catch {
    max-width: 750px;
    padding: 30px 0;
    margin-top: 40px;
  }
}
.index-boss__content {
  background-image: url("../../img/index/boss_bg.png");
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-boss__inner {
  background-color: #fff;
}
.index-boss__media {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .index-boss__media {
    margin-bottom: 0;
  }
}
.index-boss__media img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .index-boss__message {
    width: 900px;
    margin: auto;
    padding: 25px 50px;
    line-height: 2;
  }
}

/*--------------------------------------
 連携
 --------------------------------------*/
.index-alignment {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .index-alignment {
    margin-bottom: 80px;
  }
}
.index-alignment__heading {
  text-align: center;
  background-color: #2c53d6;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 4.5vw;
}
@media screen and (min-width: 960px) {
  .index-alignment__heading {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .index-alignment__article {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}
.index-alignment__article:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.index-alignment__article:first-child p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .index-alignment__article:first-child {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.index-alignment__media {
  margin-bottom: 10px;
  flex: 1;
}
.index-alignment__content {
  flex: 1;
}

/*--------------------------------------
 事業内容
 --------------------------------------*/
.index-about {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .index-about {
    width: 800px;
    margin: auto auto 150px;
  }
}
.index-about__inner {
  position: relative;
}
.index-about__heading {
  text-align: center;
  font-size: 5vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .index-about__heading {
    font-size: 3rem;
  }
}
.index-about__table {
  border-collapse: collapse;
}
@media screen and (min-width: 960px) {
  .index-about__table {
    width: 100%;
  }
}
.index-about__table tr {
  border-bottom: 1px dashed #ddd;
  line-height: 3;
}
.index-about__table th {
  text-align: left;
}
.index-about__deco--line {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  border-bottom: 3px solid #2c53d6;
  transform: rotate(90deg);
  position: absolute;
  bottom: 150px;
  right: -45vw;
}
@media screen and (min-width: 960px) {
  .index-about__deco--line {
    right: -10vw;
    width: 450px;
  }
}

/*--------------------------------------
   アクセス
   --------------------------------------*/
.index-access__map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 960px) {
  .index-access__map iframe {
    height: 450px;
  }
}

/*--------------------------------------
 歴史について
 --------------------------------------*/
@media screen and (min-width: 960px) {
  .about-history {
    margin-bottom: 80px;
  }
}
.about-history__media {
  margin-bottom: 20px;
  position: relative;
}
.about-history__media__heading {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.25em;
  background-color: #ff6200;
  color: #fff;
  width: 130px;
  border-radius: 30px;
  font-weight: normal;
  position: absolute;
  top: -15px;
  left: -0.5em;
}
.about-history__media img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .about-history__media img {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .about-history__content {
    padding: 0 40px;
  }
}

/*--------------------------------------
  こだわりの製法をつづける理由
   --------------------------------------*/
.about-commit {
  background-image: url("../../img/about/kodawari_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 80px;
  padding: 50px 0;
  min-height: 400px;
}
@media screen and (min-width: 960px) {
  .about-commit {
    padding: 100px 0;
  }
}
.about-commit__section-heading {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.about-commit__block {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .about-commit__block {
    width: 70%;
    padding: 2em;
  }
}
.about-commit__block:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .about-commit__block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.about-commit__block p {
  margin-bottom: 0;
  font-size: 0.9em;
}
.about-commit__block span {
  color: red;
}
.about-commit__block--left {
  margin-right: auto;
}
.about-commit__block--right {
  margin-left: auto;
}

/*--------------------------------------
 会社情報
--------------------------------------*/
@media screen and (min-width: 960px) {
  .about-company {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
  .about-company__media {
    flex: 1;
  }
  .about-company__content {
    flex: 1;
    padding: 2%;
  }
}
.about-company__table {
  font-size: 3.6vw;
}
@media screen and (min-width: 960px) {
  .about-company__table {
    font-size: 1.5rem;
  }
}
.about-company__table th {
  text-align: left;
}

.qh-quality {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .qh-quality {
    margin-bottom: 80px;
  }
}
.qh-quality__heading {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.25em;
  background-color: #2c53d6;
  color: #fff;
  width: 220px;
  border-radius: 30px;
  font-weight: normal;
  position: absolute;
  top: -15px;
  left: -0.5em;
}
.qh-quality__media-top {
  margin-bottom: 10px;
}
.qh-quality__media-top img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 960px) {
  .qh-quality__media-top img {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .qh-quality__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-cells: strech;
    margin-bottom: 80px;
  }
}
.qh-quality__grid-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5%;
  margin-bottom: 20px;
  min-height: 220px;
}
@media screen and (min-width: 960px) {
  .qh-quality__grid-item {
    flex-basis: 49%;
    margin-bottom: 20px;
  }
}
.qh-quality__grid-item:nth-child(1) {
  background-image: url("../img/qh/quality_grid_a.jpg");
}
.qh-quality__grid-item:nth-child(2) {
  background-image: url("../img/qh/quality_grid_b.jpg");
}
.qh-quality__grid-item:nth-child(3) {
  background-image: url("../img/qh/quality_grid_c.jpg");
}
.qh-quality__grid-item:nth-child(4) {
  background-image: url("../img/qh/quality_grid_d.jpg");
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .qh-quality__grid-item:nth-child(4) {
    margin-bottom: 20px;
  }
}
.qh-quality__title {
  text-align: center;
  font-weight: bold;
}
.qh-quality .qh-other {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .qh-quality .qh-other {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}
.qh-quality .qh-other__media {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .qh-quality .qh-other__media {
    flex: 1;
    margin-right: 20px;
  }
}
.qh-quality .qh-other__media img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .qh-quality .qh-other__media img {
    height: 350px;
  }
}
.qh-quality .qh-other__content {
  flex: 1;
}
.qh-quality .qh-other__title {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.qh-hygiene {
  position: relative;
}
.qh-hygiene__heading {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.25em;
  background-color: #2c53d6;
  color: #fff;
  width: 220px;
  border-radius: 30px;
  font-weight: normal;
  position: absolute;
  top: -15px;
  left: -0.5em;
}
.qh-hygiene__media {
  margin-bottom: 10px;
}

/*--------------------------------------
 全体の調整
--------------------------------------*/
.bataneri-main-content {
  background-color: #ffefd5;
  margin-top: -40px;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .bataneri-main-content {
    margin-top: -80px;
    padding: 4%;
  }
}

.bataneri-container {
  padding: 4%;
  background-color: #fff;
  border-radius: 5px;
}

/*--------------------------------------
 ばた練り製法について
--------------------------------------*/
.bataneri-info {
  margin-bottom: 40px;
}
.bataneri-info__media {
  margin-bottom: 10px;
}
.bataneri-info__media img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .bataneri-info__media img {
    height: 400px;
  }
}
.bataneri-info__title {
  margin-bottom: 0.5em;
}

/*--------------------------------------
 ばた練り製法の流れ
--------------------------------------*/
.bataneri-flow__title {
  margin-bottom: 0.5em;
}
.bataneri-flow__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*--------------------------------------
 全体の調整
--------------------------------------*/
.shirataki-main-content {
  background-color: #ffefd5;
  margin-top: -40px;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .shirataki-main-content {
    margin-top: -80px;
    padding: 4%;
  }
}

.shirataki-container {
  padding: 4%;
  background-color: #fff;
  border-radius: 5px;
}

/*--------------------------------------
 ばた練り製法について
--------------------------------------*/
.shirataki-info {
  margin-bottom: 40px;
}
.shirataki-info__media {
  margin-bottom: 10px;
}
.shirataki-info__media img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .shirataki-info__media img {
    height: 400px;
  }
}
.shirataki-info__title {
  margin-bottom: 0.5em;
}

/*--------------------------------------
 ばた練り製法の流れ
--------------------------------------*/
.shirataki-flow__title {
  margin-bottom: 0.5em;
}
.shirataki-flow__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*--------------------------------------
 全体の調整
--------------------------------------*/
.tokoroten-main-content {
  background-color: #ffefd5;
  margin-top: -40px;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .tokoroten-main-content {
    margin-top: -80px;
    padding: 4%;
  }
}

.tokoroten-container {
  padding: 4%;
  background-color: #fff;
  border-radius: 5px;
}

/*--------------------------------------
 ばた練り製法について
--------------------------------------*/
.tokoroten-info {
  margin-bottom: 40px;
}
.tokoroten-info__media {
  margin-bottom: 10px;
}
.tokoroten-info__media img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .tokoroten-info__media img {
    height: 400px;
  }
}
.tokoroten-info__title {
  margin-bottom: 0.5em;
}

/*--------------------------------------
 ばた練り製法の流れ
--------------------------------------*/
.tokoroten-flow__title {
  margin-bottom: 0.5em;
}
.tokoroten-flow__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* -----------------------------------
美味しいの理由
------------------------------------*/
.craftsmanship-reason {
  margin-bottom: 80px;
  position: relative;
}
.craftsmanship-reason__media {
  margin-bottom: 10px;
}
.craftsmanship-reason__heading {
  background-color: orange;
  padding: 0.25em;
  width: 200px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: min(4vw, 2rem);
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 960px) {
  .craftsmanship-reason__heading {
    width: 250px;
    top: -20px;
    left: 40px;
  }
}
.craftsmanship-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .craftsmanship-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.craftsmanship-gallery__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
 採用情報
 --------------------------------------*//*# sourceMappingURL=styles.css.map */