@charset "UTF-8";
@-webkit-keyframes ltor {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes ltor {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1vw;
}

html {
  color: #343434;
  background: #fff;
  font-size: 1.1vw;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
.header {
  background-color: #fff;
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.08));
  padding: 0.96vw 1.37vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85.37vw;
  position: fixed;
  top: 2.07vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.show {
  opacity: 1;
  visibility: visible;
}
.header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17.24vw;
      -ms-flex: 0 0 17.24vw;
          flex: 0 0 17.24vw;
}
.header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu li {
  margin-left: 2em;
}
.header .menu li a {
  font-size: 0.82vw;
}
.header .menu li .highlight {
  display: none;
}
.header .menu li.header__recruit {
  margin-left: 16vw;
}
.header .menu li.header__recruit a {
  width: 8.93vw;
  height: 2.95vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  color: #779A3F;
  border: 0.14vw solid #779A3F;
  border-radius: 999px;
  padding-left: 1.17vw;
  padding-right: 0.76vw;
}
.header .menu li.header__recruit a:after {
  content: "";
  background: url(../img/common/green-arrow.svg) no-repeat center center/cover;
  display: inline-block;
  width: 1.4vw;
  height: 1.4vw;
}
.header__search {
  width: 3.16vw;
  height: 3.16vw;
  background-color: #e9f6e8;
  border-radius: 100%;
  position: relative;
  margin-left: 0.96vw;
  cursor: pointer;
}
.header__search img {
  position: absolute;
  width: 42%;
  top: 29%;
  left: 29%;
}
.header .search-box {
  position: absolute;
  right: 2%;
  bottom: -76%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .search-box.show {
  opacity: 1;
  visibility: visible;
}
.header .search-box input[type=text] {
  font-size: 0.69vw;
  padding: 0 4.1vw 0 1.24vw;
  border-radius: 999px;
  border: 0.14vw solid #779A3F;
  background-color: #fff;
  height: 3.16vw;
}
.header .search-box button {
  display: inline-block;
  width: 3.16vw;
  height: 3.16vw;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #779A3F;
  border-radius: 100%;
}
.header .search-box button img {
  position: absolute;
  width: 42%;
  top: 29%;
  left: 29%;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  background-color: #faf2d5;
  color: #751112;
  font-weight: bold;
  padding: 11.81vw 16.83vw 2.06vw;
  position: relative;
}
.footer__ill {
  position: absolute;
  z-index: 2;
}
.footer__ill1 {
  width: 6.87vw;
  top: 0;
  left: 12%;
}
.footer__ill2 {
  width: 8.93vw;
  top: 11%;
  left: 26%;
}
.footer__ill3 {
  width: 2.75vw;
  top: 15%;
  left: 42%;
}
.footer__ill4 {
  width: 4.46vw;
  top: 15%;
  left: 56%;
}
.footer__ill5 {
  width: 7.62vw;
  top: 13%;
  left: 69%;
}
.footer__ill6 {
  width: 5.22vw;
  top: 2%;
  left: 83%;
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__list {
  margin-left: 5.7vw;
}
.footer__list:first-of-type {
  margin-left: 0;
}
.footer__item {
  margin-top: 1.92vw;
}
.footer__item:first-of-type {
  margin-top: 0;
}
.footer__item > a {
  font-size: 1.03vw;
}
.footer__item ul {
  margin-top: 1.51vw;
}
.footer__item li a {
  font-size: 0.69vw;
}
.footer__iso {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.39vw;
      -ms-flex: 0 0 6.39vw;
          flex: 0 0 6.39vw;
  height: 9.07vw;
  padding: 0.69vw;
  background-color: #fff;
  border-radius: 0.96vw;
}
.footer .copyright {
  font-size: 0.82vw;
  text-align: center;
  margin-top: 6.87vw;
}

/* --------------------------------
hamburger
----------------------------------- */
.hamburger {
  display: none;
}
.hamburger__border {
  width: 7.2vw;
  height: 6.13vw;
  position: relative;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #751112;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  border-radius: 999px;
}
.hamburger span:first-of-type {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger.active span {
  margin-top: 0;
  top: 50%;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
  width: 0;
  margin-right: 100%;
}
.hamburger.active span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --------------------------------
gnav
----------------------------------- */
.menu-gnav-sp-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 28.27vw 13.07vw 0;
  background-color: #fff;
  z-index: 998;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: scroll;
}
.menu-gnav-sp-container.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-gnav-sp-container li > a {
  color: #751112;
  font-size: 4vw;
  padding: 5.33vw 0;
  display: block;
}
.menu-gnav-sp-container li ul {
  padding: 5.33vw 0;
  border-top: 0.27vw solid #707070;
  border-bottom: 0.27vw solid #707070;
}
.menu-gnav-sp-container li li {
  font-size: 3.47vw;
  margin-top: 1em;
}
.menu-gnav-sp-container li li:first-of-type {
  margin-top: 0;
}
.menu-gnav-sp-container li li a {
  padding: 0;
  font-size: 3.47vw;
  color: #000;
}

.sp-nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #751112;
  color: #fff;
  font-size: 2.67vw;
  text-align: center;
  padding: 3.47vw 8vw;
  z-index: 997;
  overflow-y: scroll;
}
.sp-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp-nav__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.sp-nav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 13.73vw;
}
.sp-nav__item a span {
  display: block;
  margin-bottom: 2.67vw;
  width: 7vw;
  margin: auto;
}
.sp-nav__item.js-sp-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 13.73vw;
}
.sp-nav__item.js-sp-search span {
  display: block;
  margin-bottom: 2.67vw;
  width: 5.5vw;
  margin: auto;
}

.search-box-sp {
  display: none;
  position: fixed;
  right: 6.13vw;
  left: 6.13vw;
  bottom: 24vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 998;
}
.search-box-sp.show {
  opacity: 1;
  visibility: visible;
}
.search-box-sp input[type=text] {
  font-size: 0.69vw;
  padding: 0 15vw 0 5.33vw;
  border-radius: 999px;
  border: 0.14vw solid #751112;
  background-color: #fff;
  height: 12.27vw;
  width: 100%;
}
.search-box-sp input[type=text]::-webkit-input-placeholder {
  color: #707070;
}
.search-box-sp input[type=text]::-moz-placeholder {
  color: #707070;
}
.search-box-sp input[type=text]:-ms-input-placeholder {
  color: #707070;
}
.search-box-sp input[type=text]::-ms-input-placeholder {
  color: #707070;
}
.search-box-sp input[type=text]::placeholder {
  color: #707070;
}
.search-box-sp button {
  display: inline-block;
  width: 12.27vw;
  height: 12.27vw;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #751112;
  border-radius: 100%;
}
.search-box-sp button img {
  position: absolute;
  width: 42%;
  top: 29%;
  left: 29%;
}

.page-mv {
  padding: 1.1vw;
}
.page-mv__inner {
  aspect-ratio: 25/8;
  padding-top: 6.87vw;
  position: relative;
  text-align: center;
}
.page-mv__title {
  margin-top: 9vw;
}
.page-mv__title span {
  font-size: 3vw;
  padding: 0.14vw 0.28vw;
  color: #fff;
  line-height: 1.9;
  background: #751112;
  display: inline;
  -webit-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.page__entitle {
  font-size: 1.92vw;
  color: #751112;
  text-transform: uppercase;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
}
.c-pagetop a {
  display: block;
}

.breadcrumb {
  padding: 0 9.27vw;
  color: #751112;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item:after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}
.breadcrumb__item:last-of-type:after {
  content: none;
}

.section__title {
  font-size: 2.472vw;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #751112;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.section__title .en {
  font-size: 1.1vw;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  margin-top: 0.55vw;
  font-weight: bold;
}

.float-pc {
  position: fixed;
  top: 14.77vw;
  right: 0;
  z-index: 900;
}
.float-pc__item a {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(119, 154, 63, 0.8);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き方向（右から左） */
  text-orientation: upright; /* テキストの方向 */
  white-space: nowrap; /* テキストの折り返しを禁止 */
  padding: 1.44vw 0;
  display: block;
  width: 3.98vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float-pc__mail a {
  border-radius: 1.1vw 0 0 0;
}
.float-pc__mail span {
  display: block;
  width: 2.27vw;
  margin-bottom: 0.82vw;
}
.float-pc__access {
  margin-top: 0.14vw;
}
.float-pc__access a {
  border-radius: 0 0 0 1.1vw;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.mv {
  padding: 1.1vw;
  position: relative;
}
.mv__inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 500/269;
}
.mv__box {
  width: 17.857vw;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 10.43vw;
  -webkit-backdrop-filter: brightness(110%);
          backdrop-filter: brightness(110%);
  border-radius: 0 0 1.648vw 1.648vw;
  padding: 4.807vw 2.403vw 2.197vw;
  text-align: center;
}
.mv__text {
  margin-top: 3.434vw;
  font-size: 0.86vw;
}
.mv__title {
  position: absolute;
  top: 20.74vw;
  right: 9.61vw;
  z-index: 3;
}
.mv__title p:first-of-type span {
  width: 36.26vw;
}
.mv__title p:nth-of-type(2) {
  margin-top: 1.167vw;
}
.mv__title p:nth-of-type(2) span {
  width: 34.75vw;
}
.mv__title span {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv__title.active p:nth-of-type(2) span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mv__title.active p span {
  -webkit-animation: ltor 1.2s ease-out forwards;
          animation: ltor 1.2s ease-out forwards;
}
.mv__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(233, 246, 232, 0.8);
  padding: 1.373vw 15vw;
  z-index: 2;
}
.mv__ill {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.mv__ill1 {
  width: 6.181vw;
  left: 12vw;
}
.mv__ill2 {
  width: 3.71vw;
  left: 29vw;
}
.mv__ill3 {
  width: 4.67vw;
  left: 48vw;
}
.mv__ill4 {
  width: 8.1vw;
  left: 63.5vw;
}
.mv__ill5 {
  width: 4.12vw;
  left: 80.5vw;
}
.mv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv__item {
  border-left: 0.137vw solid #fff;
}
.mv__item:last-of-type {
  border-right: 0.137vw solid #fff;
}
.mv__item a {
  display: block;
  padding: 1.23vw;
  font-weight: bold;
}
.mv__item span {
  display: inline-block;
  width: 1.785vw;
  margin-left: 1.99vw;
}
.mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannar {
  margin-top: 3.16vw;
  padding: 0 4.6vw;
}
.bannar__inner {
  position: relative;
}
.bannar .swiper02 {
  overflow: hidden;
}
.bannar .swiper-slide {
  aspect-ratio: 5/3;
  background-color: #888888;
  border-radius: 1.65vw;
}
.bannar .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.65vw;
}
.bannar .swiper-button-prev,
.bannar .swiper-button-next {
  width: 2.61vw; /* ボタンの幅 */
  height: 2.61vw; /* ボタンの高さ */
  background-size: 2.61vw 2.61vw; /* 表示したいサイズ */
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bannar .swiper-button-prev:after,
.bannar .swiper-button-next:after {
  content: none;
}
.bannar .swiper-button-prev {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
  left: 0;
}
.bannar .swiper-button-next {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.news {
  border-bottom: 0.41vw solid rgba(233, 246, 232, 0.8);
  padding: 7.76vw 0;
}
.news__inner {
  padding: 0 22.39vw;
}
.news__article {
  margin-top: 1.3vw;
}
.news__title {
  font-size: 1.648vw;
  color: #779A3F;
  font-weight: bold;
  text-align: center;
}
.news__text {
  line-height: 1.75;
  margin-top: 0.686vw;
}
.news__text a {
  color: #036FD3;
  text-decoration: underline;
}
.news__btn {
  text-align: right;
  margin-top: 1.3vw;
}
.news__btn a {
  display: inline-block;
  color: #779A3F;
  font-weight: bold;
}

.product {
  padding: 5.563vw 4.876vw 6.64vw;
  overflow: hidden;
  position: relative;
}
.product::before {
  content: "";
  display: block;
  width: 100%;
  height: 23.8vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(233, 246, 232, 0.8);
}
.product .section__ttile {
  position: relative;
  z-index: 2;
}
.product__swiper {
  position: relative;
  z-index: 2;
  margin-top: 2.06vw;
}
.product__img {
  aspect-ratio: 1/1;
}
.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.06vw solid #779A3F;
  border-radius: 1.1vw;
}
.product__cat {
  text-align: center;
}
.product__cat span {
  font-size: 1.167vw;
  padding: 0.68vw 2.74vw;
  border: 0.06vw solid #779A3F;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  color: #779A3F;
  line-height: 1;
}
.product__text {
  line-height: 1.6;
}
.product .swiper-button-prev,
.product .swiper-button-next {
  width: 2.61vw; /* ボタンの幅 */
  height: 2.61vw; /* ボタンの高さ */
  background-size: 2.61vw 2.61vw; /* 表示したいサイズ */
  margin-top: 0;
  position: absolute;
  top: 9.5vw;
}
.product .swiper-button-prev:after,
.product .swiper-button-next:after {
  content: none;
}
.product .swiper-button-prev {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
  left: 0;
}
.product .swiper-button-next {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.product .swiper-pagination {
  bottom: -4vw;
}
.product .swiper-pagination-bullet {
  width: 0.83vw;
  height: 0.83vw;
  border: 0.06vw solid #751112;
  background-color: #fff;
  opacity: 1;
}
.product .swiper-pagination-bullet-active {
  background-color: #751112;
}

.purchase {
  margin-top: 0.41vw;
  padding: 4.05vw 28.71vw 3.23vw;
  background-color: rgba(233, 246, 232, 0.8);
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.purchase__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
.purchase__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-filter: drop-shadow(0, 3px, 6px);
          filter: drop-shadow(0, 3px, 6px);
}
.purchase__text {
  font-size: 1.72vw;
  color: #751112;
  margin-top: 1.51vw;
}
.purchase__en {
  margin-top: 0.62vw;
  font-size: 1.1vw;
  text-transform: uppercase;
  text-decoration: underline;
  color: #751112;
}

.business {
  padding: 16.48vw 10.51vw 15.7vw 0;
  position: relative;
}
.business::before {
  content: "";
  display: block;
  width: 72.87vw;
  height: 43.13vw;
  background: url(../img/common/business-img.png) no-repeat center center/cover;
  position: absolute;
  top: 11vw;
  left: 0;
}
.business .section__title {
  position: relative;
  z-index: 2;
}
.business__ill {
  position: absolute;
  z-index: 3;
}
.business__ill1 {
  width: 13.94vw;
  height: 11.2vw;
  top: 8.24vw;
  right: 11vw;
}
.business__ill2 {
  width: 12.09vw;
  height: 9.89vw;
  top: 17.17vw;
  right: 6.87vw;
}
.business__ill3 {
  width: 13.74vw;
  height: 13.74vw;
  top: 43vw;
  right: 9.55vw;
}
.business__box {
  width: 34vw;
  height: 31.8vw;
  background: url(../img/common/business-bg.svg) no-repeat center center/cover;
  margin-left: auto;
  padding-top: 6.87vw;
  position: relative;
  z-index: 2;
}
.business__text {
  margin-top: 1.3vw;
  line-height: 1.5;
  width: 24.18vw;
  margin-left: auto;
  margin-right: auto;
}
.business__btn {
  margin-top: 1.72vw;
}
.business__btn a {
  display: block;
  width: 16vw;
  height: 4.19vw;
  border-radius: 999px;
  border: 0.14vw solid #779A3F;
  color: #779A3F;
  font-size: 1.24vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.72vw;
  padding-right: 1.03vw;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  margin: auto;
}
.business__btn a span {
  display: block;
  width: 1.51vw;
  height: 1.51vw;
}

.works {
  padding: 0 21.29vw 10.3vw;
  position: relative;
}
.works .section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.works .section__title::before {
  content: "";
  display: block;
  width: 6.32vw;
  height: 5.77vw;
  background: url(../img/common/logo-img.png) no-repeat center center/cover;
  position: absolute;
  top: -32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.works .section__title.mincho {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き（右から左へ） */
  text-orientation: mixed; /* テキストの方向を混合（縦書き用）に設定 */
  white-space: nowrap; /* テキストを折り返さないように設定 */
}
.works .section__title.mincho .en {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; /* 英語テキストは横書きに */
  text-orientation: mixed; /* テキストの方向を混合に設定 */
  display: inline-block; /* インラインブロック要素として表示 */
  white-space: nowrap; /* テキストを折り返さないように設定 */
}
.works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2つの列 */
  grid-template-rows: repeat(2, 1fr); /* 2つの行 */
  gap: 4.26vw 24.86vw; /* グリッドアイテム間のギャップ */
}
.works__item {
  width: 16.21vw;
}
.works__item:first-of-type .works__figure::before {
  content: "";
  display: block;
  position: absolute;
  width: 6.39vw;
  top: 6%;
  left: -28%;
  height: 12.02vw;
  background: url(../img/common/works-ill1.png) no-repeat center center/cover;
}
.works__item:nth-of-type(2) .works__figure::before {
  width: 10.1vw;
  top: -32%;
  left: -25%;
  height: 14.56vw;
  background: url(../img/common/works-ill2.png) no-repeat center center/cover;
}
.works__item:nth-of-type(3) .works__figure::before {
  width: 7.35vw;
  top: 0;
  right: -27%;
  height: 7.69vw;
  background: url(../img/common/works-ill3.png) no-repeat center center/cover;
}
.works__item:nth-of-type(4) .works__figure::before {
  width: 12.36vw;
  top: 23%;
  right: -40%;
  height: 11.54vw;
  background: url(../img/common/works-ill4.png) no-repeat center center/cover;
}
.works__figure {
  width: 16.21vw;
  height: 16.21vw;
  border-radius: 100%;
  position: relative;
}
.works__figure::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.works__figure:after {
  content: "";
  display: block;
  width: 15vw;
  height: 13.74vw;
  background: url(../img/common/works-bg.svg) no-repeat center center/cover;
  position: absolute;
  top: 5vw;
  left: 2vw;
}
.works__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.works__btn {
  margin-top: 1.17vw;
  position: relative;
  z-index: 4;
}
.works__btn a {
  display: block;
  width: 11.74vw;
  height: 4.19vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  margin: auto;
  border: 0.14vw solid #779A3F;
  font-size: 1.37vw;
  color: #779A3F;
  border-radius: 999px;
  padding-left: 1.72vw;
  padding-right: 1.03vw;
}
.works__btn a span {
  display: block;
  width: 1.51vw;
  height: 1.51vw;
}

.r-a {
  background-color: #CDE88B;
  padding: 6.18vw 20.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}
.r-a__ill {
  position: absolute;
}
.r-a__ill1 {
  width: 14vw;
  top: -6%;
  right: 10%;
}
.r-a__ill2 {
  width: 5.91vw;
  bottom: -7%;
  left: 14%;
}
.r-a__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.r-a__item.access a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.r-a__item:first-of-type .r-a__box {
  border-radius: 0 0 0 3.3vw;
}
.r-a__item:nth-of-type(2) .r-a__box {
  border-radius: 0 3.3vw 0 0;
}
.r-a__figure {
  aspect-ratio: 250/197;
  overflow: hidden;
}
.r-a__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.r-a__box {
  background-color: #fff;
  text-align: center;
  padding: 2.82vw 0;
}

.contact {
  padding: 9.89vw 16.83vw 4.46vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #751112;
  position: relative;
  overflow-x: clip;
}
.contact::before {
  content: "";
  display: block;
  width: 125.96vw;
  height: 38.6vw;
  background: url(../img/common/contact-circle.svg) no-repeat center center/cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20%;
  z-index: 1;
}
.contact__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 2;
}
.contact__info:after {
  content: "";
  display: block;
  width: 0.07vw;
  height: 22.12vw;
  background-color: #751112;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contact__entitle {
  font-size: 0.62vw;
  text-transform: uppercase;
  font-weight: bold;
}
.contact__title {
  font-size: 2.7vw;
  margin-top: 0.5vw;
}
.contact__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3.33vw;
}
.contact__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.13vw;
      -ms-flex: 0 0 11.13vw;
          flex: 0 0 11.13vw;
}
.contact__company {
  margin-left: 2.82vw;
}
.contact__name {
  font-size: 0.96vw;
}
.contact__access {
  margin-top: 1.24vw;
  font-size: 0.76vw;
}
.contact__tel {
  font-size: 0.76vw;
}
.contact__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  font-size: 1.51vw;
  position: relative;
  z-index: 2;
}
.contact__link:after {
  content: "";
  display: block;
  width: 0.07vw;
  height: 22.12vw;
  background-color: #751112;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contact__btn {
  margin-top: 1.51vw;
  position: relative;
  z-index: 4;
}
.contact__btn a {
  width: 13.74vw;
  height: 4.19vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  margin: auto;
  border: 0.14vw solid #751112;
  font-size: 1.37vw;
  color: #751112;
  border-radius: 999px;
  padding-left: 1.72vw;
  padding-right: 1.03vw;
}
.contact__btn a span {
  display: block;
  width: 1.51vw;
  height: 1.51vw;
}

.news {
  border-bottom: 0.41vw solid rgba(233, 246, 232, 0.8);
}
.news__inner {
  padding: 0 22.39vw;
}
.news__article {
  margin-top: 1.3vw;
}
.news__title {
  font-size: 1.648vw;
  color: #779A3F;
  font-weight: bold;
  text-align: center;
}
.news__text {
  line-height: 1.75;
  margin-top: 0.686vw;
}
.news__btn {
  text-align: right;
  margin-top: 1.3vw;
}
.news__btn a {
  display: inline-block;
  color: #779A3F;
  font-weight: bold;
}

.p-product .section__ttile {
  position: relative;
  z-index: 2;
}
.p-product__mv {
  background: url(../img/common/product-top-pc.jpg) no-repeat center center/cover;
}
.p-product .bannar__inner {
  margin-top: 4.12vw;
}
.p-product .product {
  margin-top: 9vw;
  padding-top: 0;
}
.p-product__swiper {
  position: relative;
  z-index: 2;
  margin-top: 2.06vw;
}
.p-product__img {
  aspect-ratio: 1/1;
}
.p-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.06vw solid #779A3F;
  border-radius: 1.098vw;
}
.p-product__cat {
  text-align: center;
}
.p-product__cat span {
  font-size: 1.167vw;
  padding: 0.68vw 2.74vw;
  border: 0.06vw solid #779A3F;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
}
.p-product .swiper-button-prev,
.p-product .swiper-button-next {
  width: 2.61vw; /* ボタンの幅 */
  height: 2.61vw; /* ボタンの高さ */
  background-size: 2.61vw 2.61vw; /* 表示したいサイズ */
  margin-top: 0;
  position: absolute;
  top: 9.5vw;
}
.p-product .swiper-button-prev:after,
.p-product .swiper-button-next:after {
  content: none;
}
.p-product .swiper-button-prev {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
  left: 0;
}
.p-product .swiper-button-next {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.p-product .swiper-pagination {
  bottom: -4vw;
}
.p-product .swiper-pagination-bullet {
  width: 0.83vw;
  height: 0.83vw;
  border: 0.06vw solid #751112;
  background-color: #fff;
  opacity: 1;
}
.p-product .swiper-pagination-bullet-active {
  background-color: #751112;
}

.order {
  background-color: rgba(233, 246, 232, 0.8);
  margin-top: 7.76vw;
  padding: 4.46vw;
  position: relative;
}
.order__ill {
  position: absolute;
}
.order__ill1 {
  width: 10.1vw;
  left: 15.5vw;
}
.order__ill2 {
  width: 20vw;
  right: 13vw;
}
.order__inner {
  background-color: #fff;
  border-radius: 3.85vw;
  padding-top: 7.9vw;
  padding-bottom: 10.65vw;
}
.order-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12.36vw;
  margin-top: 9.13vw;
}
.order-head__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.3%;
      -ms-flex: 0 0 43.3%;
          flex: 0 0 43.3%;
}
.order-head__img img {
  border-radius: 1.65vw;
}
.order-head__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50.6%;
      -ms-flex: 0 0 50.6%;
          flex: 0 0 50.6%;
}
.order-head__title {
  font-size: 1.85vw;
  line-height: 1.85;
}
.order-head__text {
  font-size: 1.24vw;
  line-height: 1.88;
  margin-top: 1.79vw;
}
.order__swiper {
  overflow: hidden;
  padding: 0 2.2vw;
  margin-top: 4.95vw;
  position: relative;
}
.order__swiper .swiper04 {
  overflow: hidden;
}
.order__swiper .swiper-button-prev,
.order__swiper .swiper-button-next {
  width: 2.61vw; /* ボタンの幅 */
  height: 2.61vw; /* ボタンの高さ */
  background-size: 2.61vw 2.61vw; /* 表示したいサイズ */
  margin-top: 0;
  position: absolute;
  top: 11.5vw;
}
.order__swiper .swiper-button-prev:after,
.order__swiper .swiper-button-next:after {
  content: none;
}
.order__swiper .swiper-button-prev {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  left: 2.3vw;
}
.order__swiper .swiper-button-next {
  background: url(../img/common/slide-arrow.png) no-repeat center center/cover;
  right: 2.3vw;
}
.order__swiper .swiper-pagination {
  bottom: -4vw;
  position: static;
  margin-top: 4.33vw;
}
.order__swiper .swiper-pagination-bullet {
  width: 0.83vw;
  height: 0.83vw;
  border: 0.06vw solid #751112;
  background-color: #fff;
  opacity: 1;
  z-index: 99;
}
.order__swiper .swiper-pagination-bullet-active {
  background-color: #751112;
}
.order-faq {
  margin-top: 13.53vw;
  padding: 0 11.54vw;
}
.order-faq__title {
  text-align: center;
  font-size: 2.06vw;
  color: #751112;
}
.order-faq dl {
  margin-top: 2.43vw;
  font-size: 1.24vw;
}
.order-faq dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.03vw 4vw 1.03vw 0;
  border-bottom: 0.14vw solid #B7B1A7;
  position: relative;
  cursor: pointer;
}
.order-faq dt span {
  display: grid;
  place-content: center;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.24vw;
  background-color: #E99D8E;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.47vw;
      -ms-flex: 0 0 2.47vw;
          flex: 0 0 2.47vw;
  height: 2.47vw;
  margin-right: 0.69vw;
  margin-top: -0.15em;
}
.order-faq dt:after {
  content: "";
  display: block;
  width: 0.89vw;
  height: 0.89vw;
  border-right: 0.14vw solid #707070;
  border-bottom: 0.14vw solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.5vw;
  top: 1.5vw;
}
.order-faq dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  padding-top: 1.03vw;
  font-weight: bold;
}
.order-faq dd span {
  display: grid;
  place-content: center;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.24vw;
  background-color: #751112;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.47vw;
      -ms-flex: 0 0 2.47vw;
          flex: 0 0 2.47vw;
  height: 2.47vw;
  margin-right: 0.69vw;
}
.order-tel {
  padding: 0 19.51vw;
  margin-top: 9.27vw;
}
.order-tel__inner {
  border: 0.21vw solid #E99D8E;
  padding-top: 3.16vw;
  padding-bottom: 3.91vw;
  text-align: center;
  border-radius: 1.65vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.order-tel__title {
  color: #E99D8E;
  font-size: 2.75vw;
  font-weight: bold;
}
.order-tel__name {
  width: 24.52vw;
  margin: 2.1vw auto 0;
}
.order-tel__num {
  width: 31.52vw;
  margin: 1.5vw auto 0;
}

.p-company__mv {
  background: url(../img/common/company-top-pc.png) no-repeat center center/cover;
}
.p-company__section {
  padding-top: 5.84vw;
  padding-bottom: 6.87vw;
}
.p-company__section:nth-of-type(even) {
  background-color: rgba(237, 224, 213, 0.8);
}
.p-company__inner {
  padding: 0 10.51vw;
}
.p-company__table {
  margin-top: 3.64vw;
  width: 100%;
}
.p-company__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company__table tr:last-of-type th {
  border-bottom: 0.14vw solid #B7B1A7;
}
.p-company__table tr:last-of-type td {
  border-bottom: 0.14vw solid #EAE4D9;
}
.p-company__table th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.8%;
      -ms-flex: 0 0 20.8%;
          flex: 0 0 20.8%;
  padding: 1.51vw 0;
  border-top: 0.14vw solid #B7B1A7;
  text-align: left;
  font-weight: normal;
}
.p-company__table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77.7%;
      -ms-flex: 0 0 77.7%;
          flex: 0 0 77.7%;
  padding: 1.51vw 0;
  border-top: 0.14vw solid #EAE4D9;
}

.p-company-policy {
  text-align: center;
}
.p-company-policy__title {
  font-size: 1.92vw;
  margin-top: 2.27vw;
  color: #000;
  font-weight: bold;
}
.p-company-policy__text {
  font-size: 1.51vw;
  margin-top: 0.69vw;
}

.p-company-health__inner {
  padding: 0 20.6vw;
}
.p-company-health__title {
  font-size: 1.65vw;
  margin-top: 5.49vw;
  text-align: center;
}
.p-company-health__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.14vw;
  background-color: #B7B1A7;
  margin-top: 1.92vw;
}
.p-company-health__list {
  margin-top: 2vw;
  padding: 0 1.37vw;
  font-size: 1.37vw;
}
.p-company-health__item {
  margin-top: 0.5em;
}

.p-company-plan .bb {
  border-bottom: 0.14vw solid #888888;
}
.p-company-plan__block {
  margin-top: 3.91vw;
}
.p-company-plan__text {
  font-size: 1.37vw;
  padding: 1.72vw 0;
  border-top: 0.14vw solid #888888;
  line-height: 2;
}
.p-company-plan__text--mt {
  margin-top: 5.49vw;
}
.p-company-plan dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-plan dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.8%;
      -ms-flex: 0 0 20.8%;
          flex: 0 0 20.8%;
  font-size: 1.1vw;
  padding: 1.58vw 0;
  border-top: 0.14vw solid #888888;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-plan dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77.7%;
      -ms-flex: 0 0 77.7%;
          flex: 0 0 77.7%;
  font-size: 1.03vw;
  padding: 1.58vw 0;
  border-top: 0.14vw solid #888888;
}
.p-company-plan__dds p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-plan__dds p span {
  padding: 1.58vw 0;
}
.p-company-plan__dds p span:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.3%;
      -ms-flex: 0 0 14.3%;
          flex: 0 0 14.3%;
}
.p-company-plan__dds p span:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.6%;
      -ms-flex: 0 0 83.6%;
          flex: 0 0 83.6%;
}
.p-company-plan__table {
  width: 77.7%;
  margin-left: auto;
  margin-top: 6.18vw;
  text-align: left;
}
.p-company-plan__table caption {
  font-size: 1.37vw;
  text-align: left;
  margin-bottom: 0.82vw;
}
.p-company-plan__table .brown {
  background-color: #751112;
  color: #fff;
}
.p-company-plan__table .red {
  background-color: #9D4041;
  color: #fff;
}
.p-company-plan__table .pink {
  background-color: #B55657;
  color: #fff;
}
.p-company-plan__table .skin {
  background-color: #E9F6E8;
}
.p-company-plan__table .skin2 {
  background-color: #FCFAED;
}
.p-company-plan__table th {
  font-size: 1.24vw;
  padding: 1.03vw 1.51vw;
}
.p-company-plan__table td {
  background-color: #fff;
  font-size: 1.03vw;
  padding: 1.24vw 1.51vw;
}
.p-company-plan__table .fz18 {
  font-size: 1.24vw;
}
.p-company-plan__table .fz16 {
  font-size: 1.1vw;
}
.p-company-plan__table .fz15 {
  font-size: 1.03vw;
}
.p-company-plan__table1 tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.27vw;
}
.p-company-plan__table1 tbody th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.8%;
      -ms-flex: 0 0 49.8%;
          flex: 0 0 49.8%;
}
.p-company-plan__table1 tbody td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.8%;
      -ms-flex: 0 0 49.8%;
          flex: 0 0 49.8%;
}
.p-company-plan__table2 tbody tr {
  margin-top: 0.27vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-plan__table2 tbody th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.9%;
      -ms-flex: 0 0 32.9%;
          flex: 0 0 32.9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.03vw;
}
.p-company-plan__table2 tbody td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.9%;
      -ms-flex: 0 0 32.9%;
          flex: 0 0 32.9%;
  font-size: 1.03vw;
}

.p-company-access__iframe {
  aspect-ratio: 25/13;
  margin-top: 2.06vw;
}
.p-company-access__iframe iframe {
  width: 100%;
  height: 100%;
}

.p-contact__mv {
  background: url(../img/common/contact-fv.jpg) no-repeat center center/cover;
}
.p-contact__inner {
  background-color: rgba(237, 224, 213, 0.8);
  text-align: center;
  padding: 5.01vw 10.51vw 8.59vw;
}
.p-contact__title {
  font-size: 2.06vw;
  font-weight: bold;
}
.p-contact__box {
  border-radius: 1.65vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4.46vw 0 5.84vw;
  margin-top: 3.3vw;
}
.p-contact__name {
  width: 24.04vw;
  margin: auto;
}
.p-contact__address {
  font-style: normal;
  font-weight: bold;
  color: #343434;
  font-size: 1.65vw;
  margin-top: 1.24vw;
}
.p-contact__tel {
  width: 31.59vw;
  margin: 1.2vw auto 0;
}

.p-policy__mv {
  aspect-ratio: 100/21;
  padding-top: 7.97vw;
}
.p-policy .section__title {
  margin-top: 3.43vw;
}
.p-policy__inner {
  padding: 5.01vw 10.51vw 9.96vw;
  background-color: rgba(240, 240, 240, 0.8);
}
.p-policy__box {
  background-color: #fff;
  border-radius: 1.65vw;
  padding: 4.12vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-policy__title {
  font-size: 1.92vw;
  font-weight: bold;
  color: #751112;
}
.p-policy__subtitle {
  background-color: #F0F0F0;
  margin-top: 1.85vw;
  margin-left: -4.12vw;
  margin-right: -4.12vw;
  padding: 0.55vw 4.12vw;
  font-size: 1.37vw;
}
.p-policy__text {
  font-size: 1.37vw;
  line-height: 1.75;
  margin-top: 1.92vw;
}
.p-policy__container {
  margin-top: 2.75vw;
  border: 1px solid #707070;
  padding: 2.95vw;
  border-radius: 2.2vw;
}
.p-policy__container--title {
  font-size: 1.65vw;
  margin-bottom: 1.1vw;
}
.p-policy__container--text {
  font-size: 1.24vw;
  margin-bottom: 1.1vw;
}
.p-policy dl {
  padding-top: 2.75vw;
  margin-top: 2.75vw;
  border-top: 0.55vw solid #EFEFEF;
}
.p-policy dl:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.p-policy dt {
  font-size: 1.37vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-policy dt span {
  font-size: 1.79vw;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.69vw;
}
.p-policy dd {
  font-size: 1.24vw;
  margin-top: 1.17vw;
}
.p-policy dd ol {
  margin-top: 0.76vw;
}
.p-policy dd li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3em;
}
.p-policy dd li:first-of-type {
  margin-top: 0;
}
.p-policy dd li span {
  display: inline-block;
  margin-right: 1.37vw;
  white-space: nowrap;
}
.p-policy .tar {
  text-align: right;
  font-size: 1.24vw;
  margin-top: 2.06vw;
}
.p-policy__btn {
  margin-top: 4.12vw;
  text-align: center;
}
.p-policy__btn a {
  display: inline-block;
  border-radius: 999px;
  border: 0.14vw solid #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #751112;
  color: #fff;
  padding: 1.1vw 3.57vw 1.1vw 2.75vw;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 1.37vw;
}
.p-policy__btn a::before {
  content: "";
  display: block;
  width: 1.51vw;
  height: 1.51vw;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
.p-policy__btn a:after {
  content: "";
  display: block;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 0.14vw solid #751112;
  border-right: 0.14vw solid #751112;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 4.8%;
}

.site-policy dl {
  padding-top: 2.75vw;
  margin-top: 2.75vw;
  border-top: 0.55vw solid #EFEFEF;
}
.site-policy dl:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.site-policy dt {
  border-left: 0.27vw solid #B1002F;
  padding-left: 0.69vw;
  font-size: 1.37vw;
  line-height: 1.5;
  font-weight: bold;
}
.site-policy dd {
  font-size: 1.24vw;
  margin-top: 1.24vw;
}

.p-search__mv {
  aspect-ratio: 100/21;
  padding-top: 7.97vw;
}
.p-search .section__title {
  margin-top: 3.43vw;
}
.p-search__inner {
  padding: 5.01vw 10.51vw 9.96vw;
  background-color: rgba(240, 240, 240, 0.8);
}
.p-search__box {
  background-color: #fff;
  border-radius: 1.65vw;
  padding: 4.12vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-search__item {
  border-bottom: 0.4vw solid #EFEFEF;
}
.p-search__item a {
  padding: 1.37vw 0;
  display: block;
  font-size: 1.1vw;
  line-height: 1.5;
  color: #000;
}
.p-search__pankuzu {
  color: #9D4041;
}
.p-search__title {
  font-size: 1.65vw;
}
.p-search__text {
  margin-top: 1.1vw;
}
.p-search .highlight {
  color: #9D4041;
}
.p-search__btn {
  margin-top: 2.47vw;
  text-align: center;
}
.p-search__btn button {
  display: inline-block;
  border-radius: 999px;
  border: 0.14vw solid #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #751112;
  color: #fff;
  padding: 1.1vw 2.4vw;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 1.37vw;
}
.p-search__nontitle {
  color: #9D4041;
  font-size: 1.66vw;
  text-align: center;
  font-weight: bold;
}
.p-search-box {
  text-align: center;
}
.p-search-box span {
  position: relative;
  display: inline-block;
  margin-top: 1.87vw;
  -webkit-filter: drop-shadow(0 0.8vw 5.33vw rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0.8vw 5.33vw rgba(0, 0, 0, 0.08));
}
.p-search-box input[type=text] {
  font-size: 0.69vw;
  padding: 0 4.1vw 0 1.24vw;
  border-radius: 999px;
  border: 0.14vw solid #779A3F;
  background-color: #fff;
  height: 3.16vw;
}
.p-search-box input[type=text]::-webkit-input-placeholder {
  color: #707070;
}
.p-search-box input[type=text]::-moz-placeholder {
  color: #707070;
}
.p-search-box input[type=text]:-ms-input-placeholder {
  color: #707070;
}
.p-search-box input[type=text]::-ms-input-placeholder {
  color: #707070;
}
.p-search-box input[type=text]::placeholder {
  color: #707070;
}
.p-search-box button {
  display: inline-block;
  width: 3.16vw;
  height: 3.16vw;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #779A3F;
  border-radius: 100%;
}
.p-search-box button img {
  position: absolute;
  width: 42%;
  top: 29%;
  left: 29%;
}
.p-search .c-search-list__item-txt::before {
  content: "／";
}
.p-search .c-search-list__item-txt:first-of-type::before {
  content: none;
}

.p-not__mv {
  aspect-ratio: 100/11;
  padding-top: 7.97vw;
}
.p-not__inner {
  padding: 5.01vw 10.51vw 9.96vw;
  background-color: rgba(240, 240, 240, 0.8);
}
.p-not__box {
  background-color: #fff;
  border-radius: 1.65vw;
  padding: 4.12vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.p-not__title {
  font-size: 4.22vw;
  font-weight: bold;
  color: #751112;
}
.p-not__text {
  font-size: 1.38vw;
  margin-top: 0.2vw;
}
.p-not__btn {
  margin-top: 2.56vw;
}
.p-not__btn a {
  font-size: 1.11vw;
  background-color: #751112;
  padding: 0.69vw 1.38vw;
  color: #fff;
  border-radius: 999px;
}

.p-works__mv {
  background: url(../img/common/works-top-pc.jpg) no-repeat center center/cover;
}
.p-works__title {
  padding: 3.87vw 0;
}
.p-works__container {
  background-color: rgba(237, 224, 213, 0.8);
}
.p-works__inner {
  padding: 5.01vw 10.51vw 9.96vw;
}
.p-works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2vw;
}
.p-works__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.6%;
      -ms-flex: 0 0 48.6%;
          flex: 0 0 48.6%;
  background-color: #fff;
  padding: 1.73vw 1.73vw 2.42vw;
  border-radius: 1.66vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-works__item:first-of-type .p-works__img {
  background: url(../img/common/works-page1.png) no-repeat center center/cover;
}
.p-works__item:nth-of-type(2) .p-works__img {
  background: url(../img/common/works-page2.png) no-repeat center center/cover;
}
.p-works__item:nth-of-type(3) .p-works__img {
  background: url(../img/common/works-page3.png) no-repeat center center/cover;
}
.p-works__item:nth-of-type(4) .p-works__img {
  background: url(../img/common/works-page4.png) no-repeat center center/cover;
}
.p-works__img {
  aspect-ratio: 100/53;
  position: relative;
  background-color: #707070;
  border-radius: 1.11vw;
}
.p-works__type {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.11vw;
  display: grid;
  place-content: center;
  background-color: #D2002D;
  width: 11.69vw;
  height: 11.69vw;
  border-radius: 100%;
  font-size: 1.73vw;
  font-weight: bold;
  color: #fff;
}
.p-works__exerpt {
  font-size: 1.11vw;
  margin-top: 1.11vw;
  line-height: 1.75;
}
.p-works__btn {
  margin-top: 1.45vw;
  text-align: center;
}
.p-works__btn a {
  display: inline-block;
  border-radius: 999px;
  border: 0.14vw solid #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #751112;
  color: #fff;
  padding: 1.1vw 3.57vw 1.1vw 2.75vw;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 1.38vw;
}
.p-works__btn a::before {
  content: "";
  display: block;
  width: 1.51vw;
  height: 1.51vw;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}
.p-works__btn a:after {
  content: "";
  display: block;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 0.14vw solid #751112;
  border-right: 0.14vw solid #751112;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 10.3%;
}

.p-works-voice {
  margin-top: 6.92vw;
  padding: 0 11.2vw;
}
.p-works-voice__title {
  text-align: center;
  font-size: 2.49vw;
}
.p-works-voice__text {
  text-align: center;
  font-size: 1.24vw;
  line-height: 2;
  margin-top: 0.69vw;
}
.p-works-voice__item {
  margin-top: 3.18vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 1.66vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.06vw;
}
.p-works-voice__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36.7%;
      -ms-flex: 0 0 36.7%;
          flex: 0 0 36.7%;
}
.p-works-voice__img img {
  -webkit-filter: drop-shadow(0.55vw 0 0 #E20021);
          filter: drop-shadow(0.55vw 0 0 #E20021);
}
.p-works-voice__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.88vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-works-voice__lead {
  font-size: 2.27vw;
}
.p-works-voice__name {
  font-size: 1.24vw;
}
.p-works-voice__name span {
  font-size: 0.96vw;
  margin-left: 1em;
  display: inline-block;
}
.p-works-voice__btn {
  margin-top: 0;
}

.p-works-single__inner {
  padding: 5.01vw 10.51vw 9.96vw;
  background: url(../img/common/foods-bg.jpg) no-repeat center center/cover;
}
.p-works-single__box {
  background-color: #fff;
  border-radius: 1.65vw;
  padding: 4.12vw 4.12vw 11.47vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-works-single__title {
  font-size: 1.92vw;
  font-weight: bold;
  color: #751112;
}
.p-works-single__subtitle {
  font-size: 1.51vw;
  margin-top: 2.13vw;
}
.p-works-single__text {
  font-size: 1.37vw;
  line-height: 1.8;
  margin-top: 2.88vw;
}
.p-works-single .works {
  padding: 0 6.59vw;
  margin-top: 12.91vw;
}

.p-works-single-mv {
  background-color: #CC1940;
  color: #751112;
  text-align: left;
}
.p-works-single-mv.p-works-staff__mv {
  color: #fff;
}
.p-works-single-mv.p-works-staff__mv .p-works-single-mv__entype:after {
  border-bottom: 1px dashed #fff;
}
.p-works-single-mv.p-works-staff__mv .p-works-single-mv__info {
  margin-left: 61.06vw;
}
.p-works-single-mv.product-development {
  background: url(../img/common/product-development-mv.jpg) no-repeat center center/cover;
}
.p-works-single-mv.quality-management {
  background: url(../img/common/quality-management-mv.jpg) no-repeat center center/cover;
}
.p-works-single-mv.manufacturing01 {
  background: url(../img/common/manufacturing01-mv.jpg) no-repeat center center/cover;
}
.p-works-single-mv.manufacturing02 {
  background: url(../img/common/manufacturing02-mv.jpg) no-repeat center center/cover;
}
.p-works-single-mv.staff01 {
  background: url(../img/common/staff01-mv.jpg) no-repeat center center/cover;
}
.p-works-single-mv.staff02 {
  background: url(../img/common/staff02-mv.jpg) no-repeat center center/cover;
}
.p-works-single-mv__head {
  margin-top: 3.64vw;
}
.p-works-single-mv__info {
  width: 18.06vw;
  margin-left: 45.88vw;
}
.p-works-single-mv__type {
  font-size: 2.2vw;
}
.p-works-single-mv__entype {
  font-size: 1.1vw;
  padding-bottom: 1.51vw;
  position: relative;
  text-transform: uppercase;
}
.p-works-single-mv__entype:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #751112;
  position: relative;
  left: 0;
  bottom: -1.51vw;
}
.p-works-single-mv__name {
  font-size: 1.37vw;
  margin-top: 1.24vw;
}
.p-works-single-mv__name span {
  display: inline-block;
  font-size: 2.2vw;
  margin: 0 1em;
}
.p-works-single-mv__name span.ml0 {
  margin-left: 0;
}

.p-works-single-flow {
  background-color: #EDE0D5;
  padding: 2.75vw 3.02vw 3.3vw;
  margin-top: 6.04vw;
  border-radius: 2.2vw;
}
.p-works-single-flow__title {
  font-size: 1.37vw;
  line-height: 1.5;
  padding-left: 0.69vw;
  border-left: 0.27vw solid #B1002F;
}
.p-works-single-flow__table {
  width: 100%;
  margin-top: 1.51vw;
  text-align: left;
}
.p-works-single-flow__table .red {
  background-color: #9D4041;
  color: #fff;
}
.p-works-single-flow__table .pink {
  background-color: #B55657;
  color: #fff;
}
.p-works-single-flow__table .skin {
  background-color: #FCFAED;
}
.p-works-single-flow__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.27vw;
}
.p-works-single-flow__table th {
  font-size: 1.65vw;
  padding: 1.03vw 1.51vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.2%;
      -ms-flex: 0 0 31.2%;
          flex: 0 0 31.2%;
  font-weight: bold;
}
.p-works-single-flow__table td {
  background-color: #fff;
  font-size: 1.51vw;
  padding: 1.24vw 1.51vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68.1%;
      -ms-flex: 0 0 68.1%;
          flex: 0 0 68.1%;
  color: #751112;
}

.p-works-staff__box {
  background-color: #fff;
  border-radius: 1.65vw;
  padding: 4.6vw 8.24vw 11.47vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-works-staff__lead {
  font-size: 1.17vw;
  color: #751112;
  text-align: center;
}
.p-works-staff__name {
  text-align: center;
  font-size: 2.06vw;
  margin-top: 2.2vw;
}
.p-works-staff__name .initial {
  font-size: 2.47vw;
  display: inline-block;
  margin-right: 0.2em;
}
.p-works-staff__name .small {
  font-size: 1.37vw;
}
.p-works-staff__text {
  color: #B55657;
  font-size: 1.24vw;
  line-height: 2;
  text-align: center;
  margin-top: 2.61vw;
}
.p-works-staff__faq {
  margin-top: 5.22vw;
}
.p-works-staff__faq dl {
  margin-top: 4.4vw;
}
.p-works-staff__faq dl:first-of-type {
  margin-top: 0;
}
.p-works-staff__faq dt {
  color: #B55657;
  font-size: 1.58vw;
  font-weight: bold;
  position: relative;
  padding-left: 1vw;
}
.p-works-staff__faq dt::before {
  content: "";
  display: block;
  width: 7.62vw;
  height: 7.42vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -11%;
}
.p-works-staff__faq dt.q1::before {
  background: url(../img/common/q1.svg) no-repeat center center/cover;
}
.p-works-staff__faq dt.q2::before {
  background: url(../img/common/q2.svg) no-repeat center center/cover;
}
.p-works-staff__faq dt.q3::before {
  background: url(../img/common/q3.svg) no-repeat center center/cover;
}
.p-works-staff__faq dt.q4::before {
  background: url(../img/common/q4.svg) no-repeat center center/cover;
}
.p-works-staff__faq dt.q5::before {
  background: url(../img/common/q5.svg) no-repeat center center/cover;
}
.p-works-staff__faq dt.q6::before {
  background: url(../img/common/q6.svg) no-repeat center center/cover;
}
.p-works-staff__faq dd {
  font-size: 1.37vw;
  line-height: 2;
  padding: 2.88vw 4.19vw;
  background-color: #FCFAED;
  margin-top: 1.65vw;
  color: #000;
}
.p-works-staff__thanks {
  color: #B55657;
  font-size: 1.58vw;
  font-weight: bold;
  margin-top: 4.19vw;
}
.p-works-staff__icon {
  width: 12.91vw;
  margin: 1.72vw auto 0;
}
.p-works-staff__finish {
  color: #B55657;
  font-size: 1.24vw;
  line-height: 2;
  margin-top: 2.34vw;
  text-align: center;
  white-space: nowrap;
}
.p-works-staff__voice {
  padding: 0 3.09vw;
}
.p-works-staff .works {
  padding: 0 2.47vw;
}

.p-recruit__mv {
  background: url(../img/common/recruit-fv.jpg) no-repeat center center/cover;
}
.p-recruit__heading__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.75vw 0;
}
.p-recruit__illust {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.75vw;
      -ms-flex: 0 0 9.75vw;
          flex: 0 0 9.75vw;
}
.p-recruit__section {
  margin: 0 3.78vw;
}
.p-recruit__lead {
  margin-top: 1.85vw;
  font-size: 1.1vw;
  line-height: 1.8;
  text-align: center;
}
.p-recruit__inner {
  padding: 5.01vw 10.51vw 9.96vw;
  background: url(../img/common/foods-bg.jpg) no-repeat center center/cover;
}
.p-recruit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recruit__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.75vw;
      -ms-flex: 0 0 18.75vw;
          flex: 0 0 18.75vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 1.65vw;
  padding: 2.2vw 1.44vw 2.47vw;
}
.p-recruit__job {
  font-size: 1.65vw;
  color: #751112;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.p-recruit__job:after {
  content: "";
  display: block;
  width: 6.87vw;
  height: 0.27vw;
  background-color: #751112;
  margin: 0.82vw auto 0;
}
.p-recruit__exerpt {
  margin-top: 1.24vw;
  font-size: 1.1vw;
  line-height: 1.8;
  height: 23vw;
}
.p-recruit__btn {
  margin-top: 3vw;
  text-align: center;
}
.p-recruit__btn.tar {
  text-align: right;
}
.p-recruit__btn a {
  display: inline-block;
  border-radius: 999px;
  border: 0.14vw solid #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #751112;
  color: #fff;
  padding: 1.1vw 3.57vw 1.1vw 2.75vw;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 1.38vw;
}
.p-recruit__btn a::before {
  content: "";
  display: block;
  width: 1.51vw;
  height: 1.51vw;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1vw;
}
.p-recruit__btn a:after {
  content: "";
  display: block;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 0.14vw solid #751112;
  border-right: 0.14vw solid #751112;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 1.7vw;
}
.p-recruit__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.7vw;
}
.p-recruit__tab {
  padding: 1.76vw 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.75vw;
      -ms-flex: 0 0 18.75vw;
          flex: 0 0 18.75vw;
  text-align: center;
  background-color: #751112;
  color: #fff;
  border-radius: 1.65vw 1.65vw 0 0;
  font-size: 1.24vw;
  font-weight: bold;
}
.p-recruit__tab.active {
  background-color: #fff;
  color: #751112;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-recruit__contents {
  padding: 3.43vw 4.19vw 4.33vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  border-radius: 0 0 1.65vw 1.65vw;
  display: none;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
.p-recruit__contents--entry {
  display: block !important;
  margin-top: 6vw;
  border-radius: 1.65vw;
  padding: 4.33vw 4.19vw;
}
.p-recruit__contents.active {
  display: block;
}
.p-recruit__title {
  border-left: 0.27vw solid #B1002F;
  padding-left: 0.69vw;
  font-size: 1.37vw;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.37vw;
}
.p-recruit .mt45 {
  margin-top: 3.09vw;
}
.p-recruit__text {
  font-size: 1.1vw;
  line-height: 1.9;
  margin-top: 0.82vw;
}
.p-recruit__text span {
  font-size: 1.24vw;
}
.p-recruit__text.fz14 {
  font-size: 0.96vw;
}
.p-recruit__text li {
  font-size: 1.24vw;
  color: #751112;
  font-weight: bold;
}
.p-recruit__jobtype {
  font-size: 1.92vw;
  font-weight: bold;
  color: #751112;
}
.p-recruit__subtitle {
  font-size: 1.37vw;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.96vw;
}
.p-recruit__subtitle.brown {
  color: #751112;
  margin-top: 2vw;
}
.p-recruit__subtitle.bb {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.24vw;
}
.p-recruit__container {
  background-color: #FCFBEF;
  border-radius: 2.2vw;
  padding: 2.75vw 3.16vw 4.12vw;
  margin-top: 4.46vw;
}
.p-recruit__container--entry {
  margin-top: 0 !important;
}
.p-recruit__business li {
  padding: 2vw 0;
  border-top: 0.14vw solid #888888;
}
.p-recruit__business li:first-of-type {
  border-top: none;
}
.p-recruit__table {
  width: 100%;
  margin-top: 1.51vw;
  text-align: left;
}
.p-recruit__table .red {
  background-color: #9D4041;
  color: #fff;
}
.p-recruit__table .pink {
  background-color: #B55657;
  color: #fff;
}
.p-recruit__table .skin {
  background-color: #F8F4ED;
}
.p-recruit__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.27vw;
}
.p-recruit__table th {
  font-size: 1.24vw;
  padding: 1.03vw 1.51vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.2%;
      -ms-flex: 0 0 31.2%;
          flex: 0 0 31.2%;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit__table td {
  background-color: #fff;
  font-size: 1.1vw;
  padding: 1.24vw 1.51vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68.1%;
      -ms-flex: 0 0 68.1%;
          flex: 0 0 68.1%;
  color: #000;
}
.p-recruit__table td li {
  border-top: 0.14vw solid #DEDEDE;
  padding: 0.5vw 0;
}
.p-recruit__table td li:first-of-type {
  border-top: none;
}
.p-recruit__table td.table {
  padding: 3.47vw 2.67vw;
}
.p-recruit__table td table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.p-recruit__table td table thead th, .p-recruit__table td table thead td {
  font-size: 1.1vw;
  display: grid;
  place-content: center;
}
.p-recruit__table td table tbody th, .p-recruit__table td table tbody td {
  font-size: 0.8vw;
  display: grid;
  place-content: center;
}
.p-recruit__table td table tr {
  border-collapse: collapse;
  margin-top: 0;
}
.p-recruit__table td table th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  padding: 1vw 0.5vw;
  background-color: transparent;
  border: 1px solid #707070;
  border-collapse: collapse;
  text-align: center;
}
.p-recruit__table td table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  padding: 1vw 0.5vw;
  background-color: transparent;
  border: 1px solid #707070;
  border-collapse: collapse;
  text-align: center;
}
.p-recruit__tel {
  color: #751112;
  font-weight: bold;
  text-align: center;
  font-size: 1.92vw;
  margin-top: 3.43vw;
}
.p-recruit__tel a {
  display: block;
  width: 31.25vw;
  margin: 1vw auto 0;
}
.p-recruit__faq {
  margin-top: 4.81vw;
}
.p-recruit__faq__title {
  font-size: 1.37vw;
  padding: 1.51vw 0;
  font-weight: bold;
  color: #751112;
}
.p-recruit__faq dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recruit__faq dl:first-of-type {
  margin-top: 1.1vw;
}
.p-recruit__faq dl:first-of-type.mt0 {
  margin-top: 0;
}
.p-recruit__faq dl:last-of-type dt {
  border-bottom: 0.14vw solid #B7B1A7;
}
.p-recruit__faq dl:last-of-type dd {
  border-bottom: 0.14vw solid #EAE4D9;
}
.p-recruit__faq dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28.5%;
      -ms-flex: 0 0 28.5%;
          flex: 0 0 28.5%;
  border-top: 0.14vw solid #B7B1A7;
  padding: 1.37vw 0;
  font-size: 1.1vw;
  font-weight: bold;
}
.p-recruit__faq dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.5%;
      -ms-flex: 0 0 70.5%;
          flex: 0 0 70.5%;
  border-top: 0.14vw solid #EAE4D9;
  padding: 1.37vw 0;
  font-size: 1.03vw;
}
.p-recruit-images {
  padding: 0 8.17vw;
  margin-top: 9.27vw;
}
.p-recruit-images__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.4vw;
}
.p-recruit-images__item:first-of-type {
  margin-top: 0;
}
.p-recruit-images__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27.8%;
      -ms-flex: 0 0 27.8%;
          flex: 0 0 27.8%;
}
.p-recruit-images__title span {
  background-color: #9D4041;
  display: inline-block;
  width: 100%;
  padding: 1.24vw 0 1.24vw 2.06vw;
  color: #fff;
  font-weight: bold;
  font-size: 1.24vw;
}
.p-recruit-images__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.5%;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
}
.p-recruit-flow {
  background-color: #EDE0D5;
}
.p-recruit-flow__table {
  margin-top: 1.51vw;
}
.p-recruit-flow__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.55vw;
}
.p-recruit-flow__table tr:first-of-type {
  margin-top: 0;
}
.p-recruit-flow__table th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.2%;
      -ms-flex: 0 0 31.2%;
          flex: 0 0 31.2%;
  display: grid;
  place-content: center;
}
.p-recruit-flow__table th span {
  display: block;
  font-size: 2.06vw;
}
.p-recruit-flow__table th span.fz24 {
  font-size: 1.65vw;
}
.p-recruit-flow__table th.red {
  background-color: #9D4041;
  color: #fff;
}
.p-recruit-flow__table th.pink {
  background-color: #B55657;
  color: #fff;
}
.p-recruit-flow__table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34.4%;
      -ms-flex: 0 0 34.4%;
          flex: 0 0 34.4%;
  display: grid;
  place-content: center;
}
.p-recruit-flow__table td.img {
  padding: 0;
}
.p-recruit-flow__table td.text {
  padding: 0 2.61vw;
  background-color: #fff;
  font-size: 1.24vw;
  color: #751112;
}
.p-recruit-flow__table td.skin {
  background-color: #FCFAED;
}
@media only screen and (min-width: 751px) {
  a:hover {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .r-a__item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 4.27vw;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .main {
    margin-top: 17vw;
  }
  .header {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    padding: 3.47vw 4.27vw;
  }
  .header.active {
    -webkit-filter: none;
            filter: none;
  }
  .header.active .header__recruit {
    display: none;
  }
  .header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.67vw;
        -ms-flex: 0 0 50.67vw;
            flex: 0 0 50.67vw;
  }
  .header .menu-header-container {
    display: none;
  }
  .header .menu li.header__recruit {
    margin-left: 9.87vw;
  }
  .header .menu li.header__recruit a {
    width: 20.27vw;
    height: 6.4vw;
    font-size: 2.67vw;
    padding-left: 2.13vw;
    padding-right: 2.13vw;
  }
  .header .menu li.header__recruit a:after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .header__search {
    display: none;
  }
  .header .search-box {
    display: none;
  }
  .footer {
    padding: 22.13vw 5.33vw 4.27vw;
    margin-bottom: 20.53vw;
  }
  .footer__ill2 {
    width: 14.67vw;
    top: 3%;
    left: 9%;
  }
  .footer__ill3 {
    width: 4.53vw;
    top: 7%;
    left: 38%;
  }
  .footer__ill4 {
    width: 7.47vw;
    top: 7%;
    left: 61%;
  }
  .footer__ill5 {
    width: 12.53vw;
    top: 5%;
    left: 80%;
  }
  .footer__inner {
    display: block;
  }
  .footer__nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__list {
    margin-left: 0;
  }
  .footer__list:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 8vw;
    margin-top: 8vw;
  }
  .footer__list:last-of-type .footer__item {
    margin-top: 0;
  }
  .footer__item > a {
    font-size: 2.93vw;
  }
  .footer__item li a {
    font-size: 2.67vw;
  }
  .footer__iso {
    width: 11.47vw;
    height: 16vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
  }
  .footer .copyright {
    font-size: 2vw;
    margin-top: 7.47vw;
  }
  .hamburger {
    display: block;
    width: 7.2vw;
    height: 6.13vw;
    margin-left: auto;
  }
  .sp-nav {
    display: block;
  }
  .search-box-sp {
    display: block;
  }
  .page-mv {
    padding: 0;
  }
  .page-mv__inner {
    aspect-ratio: 1/1;
    padding-top: 5vw;
  }
  .page-mv__title {
    margin-top: 56vw;
  }
  .page-mv__title span {
    font-size: 6.5vw;
    line-height: 0.5;
  }
  .page__entitle {
    font-size: 4.8vw;
    text-align: center;
  }
  .c-pagetop {
    right: 10px;
  }
  .breadcrumb__item {
    font-size: 2.67vw;
  }
  .section__title {
    font-size: 5vw;
  }
  .section__title .en {
    font-size: 2.4vw;
  }
  .float-pc {
    display: none;
  }
  .mv {
    padding: 0;
  }
  .mv .swiper01 {
    height: 100%;
  }
  .mv .swiper01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv__inner {
    aspect-ratio: 100/101;
  }
  .mv__box {
    display: none;
  }
  .mv__title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: initial;
  }
  .mv__title p:first-of-type span {
    width: 69.87vw;
  }
  .mv__title p:nth-of-type(2) span {
    width: 66.93vw;
  }
  .mv__title span {
    font-size: 8vw;
    white-space: nowrap;
  }
  .mv__nav {
    display: none;
  }
  .bannar {
    margin-top: 6.67vw;
    padding: 0;
  }
  .bannar .swiper-slide {
    border-radius: 6.4vw;
  }
  .bannar .swiper-slide img {
    border-radius: 6.4vw;
  }
  .bannar .swiper-button-prev,
  .bannar .swiper-button-next {
    display: none;
  }
  .news {
    padding: 10.67vw 0;
  }
  .news__inner {
    padding: 0 13.6vw;
  }
  .news__article {
    margin-top: 5.33vw;
  }
  .news__title {
    font-size: 4vw;
  }
  .news__text {
    margin-top: 4.53vw;
  }
  .news__btn {
    margin-top: 3.47vw;
  }
  .news__btn a {
    font-size: 2.67vw;
  }
  .product {
    background-color: rgba(233, 246, 232, 0.8);
    padding: 9.33vw 0;
  }
  .product::before {
    display: none;
  }
  .product__swiper {
    margin-top: 9vw;
  }
  .product__img img {
    border-radius: 4.27vw;
  }
  .product__cat span {
    font-size: 2.67vw;
    padding: 1.6vw 4.8vw;
  }
  .product__text {
    font-size: 2.93vw;
    padding: 0 8vw;
  }
  .product .swiper-button-prev,
  .product .swiper-button-next {
    display: none;
  }
  .product .swiper-pagination {
    bottom: -10vw;
  }
  .product .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
  .purchase {
    margin-top: 0;
    padding: 7.2vw 7.2vw 9.6vw;
  }
  .purchase__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .purchase__text {
    font-size: 4vw;
    margin-top: 6.13vw;
  }
  .purchase__en {
    font-size: 2.4vw;
    margin-top: 1.87vw;
  }
  .business {
    padding: 108vw 6.67vw 9.87vw;
  }
  .business:after {
    content: "";
    display: block;
    width: 92vw;
    height: 0.6vw;
    background-color: #b7b187;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .business::before {
    width: 100vw;
    height: 86.93vw;
    border-radius: 0 12.8vw 12.8vw 0;
    top: 20vw;
  }
  .business__ill1 {
    width: 27.73vw;
    top: 109.6vw;
    left: 1.07vw;
    height: auto;
  }
  .business__ill2 {
    width: 23vw;
    top: 128.8vw;
    height: auto;
    left: 12.53vw;
  }
  .business__ill3 {
    width: 27.2vw;
    height: auto;
    top: 161.87vw;
    right: 62.13vw;
  }
  .business__box {
    width: 53.87vw;
    height: auto;
    background: none;
  }
  .business__box:after {
    content: "";
    display: block;
    width: 90.5vw;
    height: 85vw;
    background: url(../img/common/business-bg.svg) no-repeat center center/cover;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.9;
  }
  .business__text {
    font-size: 3.47vw;
    margin-top: 5.6vw;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .business__btn {
    margin-top: 26.67vw;
  }
  .business__btn a {
    width: 48.27vw;
    height: 12.53vw;
    font-size: 3.47vw;
    padding-right: 3.2vw;
    padding-left: 6.13vw;
  }
  .business__btn a span {
    width: 4.53vw;
    height: 4.53vw;
  }
  .works {
    padding: 29.33vw 10.13vw 24vw;
  }
  .works .section__title {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .works .section__title::before {
    width: 12.53vw;
    height: 11.47vw;
    top: -20vw;
  }
  .works .section__title.mincho {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き */
    text-orientation: mixed; /* テキストの方向を混合に設定 */
    white-space: nowrap; /* テキストを折り返さないように設定 */
  }
  .works .section__title.mincho .en {
    display: block;
  }
  .works__list {
    gap: 6.67vw 12.8vw;
    margin-top: 18vw;
  }
  .works__item {
    width: 33.3vw;
  }
  .works__item:first-of-type .works__figure::before {
    width: 9.6vw;
    height: 18.13vw;
    top: -28%;
    left: -9%;
  }
  .works__item:nth-of-type(2) .works__figure::before {
    width: 18.67vw;
    height: 26.67vw;
    top: -28%;
    left: -19%;
  }
  .works__item:nth-of-type(3) .works__figure::before {
    width: 11.47vw;
    height: 12vw;
    top: -4%;
    left: 76%;
  }
  .works__item:nth-of-type(4) .works__figure::before {
    width: 18.4vw;
    height: 17.33vw;
    top: -15%;
    left: 68%;
  }
  .works__figure {
    width: 33.3vw;
    height: 33.3vw;
  }
  .works__figure:after {
    width: 30.67vw;
    height: 28vw;
    top: 6vw;
    left: 3vw;
  }
  .works__btn a {
    font-size: 2.93vw;
    width: 26.67vw;
    height: 9.33vw;
    padding-left: 4.27vw;
    padding-right: 2.4vw;
  }
  .works__btn a span {
    width: 3.47vw;
    height: 3.47vw;
  }
  .r-a {
    display: block;
    padding: 22.4vw 19.47vw;
  }
  .r-a__ill1 {
    width: 23.2vw;
    top: -7%;
    right: 68%;
  }
  .r-a__ill2 {
    width: 12.33vw;
    bottom: -6%;
    left: 71%;
  }
  .r-a__item.access {
    margin-top: 4.27vw;
  }
  .r-a__item.access a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .r-a__item:first-of-type .r-a__box {
    border-radius: 0;
  }
  .r-a__item:nth-of-type(2) .r-a__box {
    border-radius: 0;
  }
  .r-a__box {
    padding: 8vw 0 10.13vw;
  }
  .r-a__text {
    font-size: 2.67vw;
    margin-top: 3.73vw;
  }
  .contact {
    padding: 22.13vw 12vw 10.13vw;
    display: block;
  }
  .contact::before {
    width: 208vw;
    height: 122.67vw;
    background-image: url(../img/common/contact-circle-sp.svg);
    bottom: -7%;
  }
  .contact__info {
    padding: 10.67vw 0;
    border-top: 0.27vw solid #751112;
    border-bottom: 0.27vw solid #751112;
  }
  .contact__info:after {
    content: none;
  }
  .contact__entitle {
    font-size: 1.6vw;
  }
  .contact__title {
    font-size: 5.4vw;
  }
  .contact__row {
    margin-top: 9.6vw;
  }
  .contact__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.67vw;
        -ms-flex: 0 0 22.67vw;
            flex: 0 0 22.67vw;
  }
  .contact__company {
    margin-left: auto;
  }
  .contact__name {
    font-size: 2.67vw;
  }
  .contact__access {
    font-size: 2.67vw;
  }
  .contact__tel {
    font-size: 2.67vw;
  }
  .contact__link {
    padding-top: 8vw;
    font-size: 4vw;
  }
  .contact__link:after {
    content: none;
  }
  .contact__btn {
    margin-top: 3.47vw;
  }
  .contact__btn a {
    width: 38.4vw;
    height: 11.73vw;
    font-size: 3.47vw;
    padding-left: 4.53vw;
    padding-right: 2.93vw;
  }
  .contact__btn a span {
    width: 4.27vw;
    height: 4.27vw;
  }
  .p-product__mv {
    background: url(../img/common/product-top-sp.jpg) no-repeat center center/cover;
  }
  .p-product .product {
    padding-top: 12.27vw;
  }
  .order {
    padding: 0 0 10.13vw 0;
  }
  .order__ill1 {
    width: 14vw;
    left: 7.5vw;
    bottom: -9vw;
  }
  .order__ill2 {
    width: 30vw;
    right: 7vw;
    bottom: -9vw;
  }
  .order__inner {
    border-radius: 0;
  }
  .order-head {
    display: block;
    padding: 0;
  }
  .order-head__img img {
    border-radius: 0;
  }
  .order-head__info {
    padding: 0 13.33vw;
    margin-top: 11.2vw;
  }
  .order-head__title {
    font-size: 4.8vw;
  }
  .order-head__text {
    font-size: 4vw;
    margin-top: 5.33vw;
  }
  .order__swiper {
    margin-top: 12.53vw;
    padding: 0;
  }
  .order__swiper .swiper04 {
    margin-top: 6.67vw;
  }
  .order__swiper .swiper-button-prev,
  .order__swiper .swiper-button-next {
    display: none;
  }
  .order__swiper .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
  .order-faq {
    padding: 0 4vw;
  }
  .order-faq__title {
    font-size: 4vw;
  }
  .order-faq dl {
    margin-top: 5vw;
  }
  .order-faq dt {
    font-size: 3.47vw;
    padding-right: 6vw;
  }
  .order-faq dt span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.67vw;
        -ms-flex: 0 0 6.67vw;
            flex: 0 0 6.67vw;
    height: 6.67vw;
    font-size: 3.73vw;
    margin-right: 3.2vw;
  }
  .order-faq dt:after {
    width: 2.5vw;
    height: 2.5vw;
    border-right: 0.53vw solid #707070;
    border-bottom: 0.53vw solid #707070;
  }
  .order-faq dd {
    font-size: 2.67vw;
  }
  .order-faq dd span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.67vw;
        -ms-flex: 0 0 6.67vw;
            flex: 0 0 6.67vw;
    height: 6.67vw;
    font-size: 3.73vw;
    margin-right: 3.2vw;
  }
  .order-tel {
    padding: 0 10.4vw;
    margin-top: 20.8vw;
  }
  .order-tel__inner {
    border: 0.8vw solid #E99D8E;
    border-radius: 6.4vw;
  }
  .order-tel__title {
    font-size: 4.8vw;
  }
  .order-tel__name {
    width: 45.33vw;
    margin-top: 5vw;
  }
  .order-tel__num {
    width: 65.07vw;
    margin-top: 3vw;
  }
  .p-company__mv {
    background: url(../img/common/company-top-sp.png) no-repeat center center/cover;
  }
  .p-company__section {
    padding: 9.6vw 0;
  }
  .p-company__inner {
    padding: 0 4vw;
  }
  .p-company__table {
    margin-top: 9.6vw;
    text-align: center;
  }
  .p-company__table__inner {
    padding: 0 20vw;
  }
  .p-company__table tr {
    display: block;
    padding: 3.2vw 0;
    border-bottom: 0.27vw solid #B7B1A7;
    font-size: 2.93vw;
  }
  .p-company__table tr:last-of-type th {
    border-bottom: none;
  }
  .p-company__table tr:last-of-type td {
    border-bottom: none;
  }
  .p-company__table th {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  .p-company__table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .p-company-policy__title {
    font-size: 4.8vw;
    margin-top: 6.13vw;
  }
  .p-company-policy__text {
    font-size: 3.47vw;
    margin-top: 1.6vw;
  }
  .p-company-health__inner {
    padding: 0 8.53vw;
  }
  .p-company-health__title {
    font-size: 4.8vw;
    margin-top: 6.13vw;
  }
  .p-company-health__title:after {
    content: none;
  }
  .p-company-health__list {
    font-size: 3.47vw;
    margin-top: 6.67vw;
  }
  .p-company-plan .bb-sp {
    border-bottom: 1px solid #707070;
  }
  .p-company-plan__text {
    font-size: 3.2vw;
    border-top: 2px solid #888888;
    padding: 3.2vw 0;
  }
  .p-company-plan .fz10 {
    font-size: 2.67vw;
  }
  .p-company-plan .ptn {
    padding-top: 0;
  }
  .p-company-plan .btn-sp {
    border-top: none;
  }
  .p-company-plan .bbn-sp {
    border-bottom: none;
  }
  .p-company-plan dl {
    display: block;
    font-size: 2.67vw;
  }
  .p-company-plan dt {
    font-size: 3.2vw;
    border-top: 2px solid #888888;
    padding: 3.2vw 0;
  }
  .p-company-plan dd {
    font-size: 2.67vw;
    border-top: none;
    padding: 3.2vw 0;
  }
  .p-company-plan__dds p {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .p-company-plan__dds p span {
    padding: 3.2vw 0;
  }
  .p-company-plan__table {
    width: 100%;
    margin-top: 9.07vw;
  }
  .p-company-plan__table caption {
    font-size: 2.93vw;
  }
  .p-company-plan__table th {
    font-size: 2.67vw;
  }
  .p-company-plan__table td {
    font-size: 2.67vw;
  }
  .p-company-plan__table .fz18 {
    font-size: 2.67vw;
  }
  .p-company-plan__table .fz16 {
    font-size: 2.67vw;
  }
  .p-company-plan__table .fz15 {
    font-size: 2.67vw;
  }
  .p-company-plan__table2 tbody th {
    font-size: 2.67vw;
  }
  .p-company-plan__table2 tbody td {
    font-size: 2.67vw;
  }
  .p-contact__mv {
    background: url(../img/common/contact-fv-sp.jpg) no-repeat center center/cover;
  }
  .p-contact__inner {
    padding: 8vw 10.67vw 18.4vw;
  }
  .p-contact__title {
    font-size: 4.53vw;
  }
  .p-contact__box {
    border-radius: 6.4vw;
    margin-top: 8.27vw;
  }
  .p-contact__name {
    width: 64.8vw;
  }
  .p-contact__address {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .p-contact__tel {
    width: 65.07vw;
    margin-top: 3vw;
  }
  .p-policy__mv {
    aspect-ratio: 25/8;
    padding-top: 2.13vw;
  }
  .p-policy .section__title {
    margin-top: 6.4vw;
  }
  .p-policy__inner {
    padding: 11.2vw 11.2vw 16vw;
  }
  .p-policy__box {
    padding: 7.47vw 5.6vw 9.6vw;
    border-radius: 6.4vw;
  }
  .p-policy__title {
    font-size: 4vw;
    text-align: center;
  }
  .p-policy__subtitle {
    font-size: 3.47vw;
    margin-left: -5.6vw;
    margin-right: -5.6vw;
    padding-left: 0;
    text-align: center;
    margin-top: 6.13vw;
  }
  .p-policy__text {
    font-size: 2.67vw;
    margin-top: 3.2vw;
  }
  .p-policy__container {
    border: none;
    padding: 0;
  }
  .p-policy__container--title {
    font-size: 2.93vw;
  }
  .p-policy__container--text {
    font-size: 2.67vw;
  }
  .p-policy .bb-sp {
    border-bottom: 0.55vw solid #EFEFEF;
    padding-bottom: 2vw;
  }
  .p-policy .btn-sp {
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .p-policy dl {
    padding-top: 6vw;
    margin-top: 6vw;
  }
  .p-policy dl:first-of-type {
    padding-top: 6vw;
    margin-top: 6vw;
    border-top: 0.55vw solid #EFEFEF;
  }
  .p-policy dt {
    font-size: 2.93vw;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .p-policy dt span {
    font-size: 3.47vw;
  }
  .p-policy dd {
    font-size: 2.67vw;
    margin-top: 4.53vw;
  }
  .p-policy dd ol {
    margin-top: 4vw;
  }
  .p-policy .tar {
    font-size: 2.67vw;
    margin-top: 5.87vw;
  }
  .p-policy__btn {
    margin-top: 6vw;
    padding-top: 6vw;
    border-top: 0.55vw solid #EFEFEF;
  }
  .p-policy__btn a {
    font-size: 2.4vw;
    padding: 1.6vw 5.33vw 1.6vw 4.27vw;
    border: 0.53vw solid #fff;
  }
  .p-policy__btn a::before {
    width: 2.67vw;
    height: 2.67vw;
    right: 2.5%;
  }
  .p-policy__btn a:after {
    width: 1vw;
    height: 1vw;
    right: 4.5%;
  }
  .site-policy dl {
    padding-top: 8vw;
    margin-top: 8vw;
  }
  .site-policy dt {
    font-size: 4vw;
    border-left: 1.07vw solid #B1002F;
    padding-left: 2.67vw;
  }
  .site-policy dd {
    font-size: 2.67vw;
    margin-top: 6.93vw;
  }
  .p-search__mv {
    aspect-ratio: 25/8;
    padding-top: 2.13vw;
  }
  .p-search .section__title {
    margin-top: 6.4vw;
  }
  .p-search__inner {
    padding: 11.2vw 11.2vw 16vw;
  }
  .p-search__box {
    padding: 7.47vw 5.6vw 9.6vw;
    border-radius: 6.4vw;
  }
  .p-search__item a {
    font-size: 2.93vw;
    padding: 4.27vw 0;
  }
  .p-search__title {
    font-size: 3.47vw;
    margin-top: 1.33vw;
  }
  .p-search__text {
    font-size: 2.67vw;
    line-height: 2;
  }
  .p-search__btn {
    margin-top: 8.53vw;
  }
  .p-search__btn button {
    font-size: 3.73vw;
    padding: 3.73vw 9.07vw;
    border: 0.53vw solid #fff;
  }
  .p-search__nontitle {
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .p-search-box span {
    margin-top: 6.93vw;
  }
  .p-search-box input[type=text] {
    font-size: 3.2vw;
    height: 12.27vw;
    padding-left: 5.33vw;
    padding-right: 6vw;
    width: 65.3vw;
  }
  .p-search-box button {
    width: 12.27vw;
    height: 12.27vw;
  }
  .p-not__mv {
    aspect-ratio: 25/2;
    padding-top: 2.13vw;
  }
  .p-not__inner {
    padding: 11.2vw 11.2vw 16vw;
  }
  .p-not__box {
    padding: 7.47vw 5.6vw 9.6vw;
    border-radius: 6.4vw;
  }
  .p-not__title {
    font-size: 7.47vw;
  }
  .p-not__text {
    font-size: 3.73vw;
  }
  .p-not__btn {
    margin-top: 9.33vw;
  }
  .p-not__btn a {
    font-size: 4.27vw;
    padding: 2.67vw 5.33vw;
  }
  .p-works__mv {
    background: url(../img/common/works-top-sp.jpg) no-repeat center center/cover;
  }
  .p-works__title {
    padding: 12.27vw 0;
  }
  .p-works__inner {
    padding: 11.2vw 11.2vw 16vw;
  }
  .p-works__list {
    display: block;
  }
  .p-works__item {
    margin-top: 10.67vw;
    padding: 8vw 5.87vw 6.4vw;
    border-radius: 6.4vw;
  }
  .p-works__item:first-of-type {
    margin-top: 0;
  }
  .p-works__img {
    border-radius: 4.27vw;
    aspect-ratio: 100/63;
  }
  .p-works__type {
    width: 22.67vw;
    height: 22.67vw;
    font-size: 4vw;
    left: 5.87vw;
  }
  .p-works__exerpt {
    font-size: 3.47vw;
    margin-top: 5.6vw;
  }
  .p-works__btn {
    margin-top: 9.87vw;
  }
  .p-works__btn a {
    font-size: 2.93vw;
    padding: 2.93vw 9.07vw 2.93vw 4.27vw;
    border: 0.53vw solid #fff;
  }
  .p-works__btn a::before {
    width: 3.73vw;
    height: 3.73vw;
    right: 7.5%;
  }
  .p-works__btn a:after {
    width: 1vw;
    height: 1vw;
    right: 13.5%;
  }
  .p-works-voice {
    margin-top: 12.8vw;
    padding: 0;
  }
  .p-works-voice__title {
    font-size: 5.33vw;
  }
  .p-works-voice__text {
    font-size: 2.93vw;
    margin-top: 2.13vw;
  }
  .p-works-voice__item {
    border-radius: 6.4vw;
    padding-right: 5.6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5.87vw;
  }
  .p-works-voice__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.2%;
        -ms-flex: 0 0 47.2%;
            flex: 0 0 47.2%;
  }
  .p-works-voice__img img {
    -webkit-filter: drop-shadow(1.33vw 0 0 #E20021);
            filter: drop-shadow(1.33vw 0 0 #E20021);
  }
  .p-works-voice__right {
    display: block;
    margin-left: 7.47vw;
  }
  .p-works-voice__lead {
    font-size: 4.53vw;
  }
  .p-works-voice__name {
    font-size: 2.13vw;
  }
  .p-works-voice__name span {
    font-size: 2.13vw;
    margin-left: 0;
    display: block;
  }
  .p-works-voice__btn {
    margin-top: 2.13vw;
  }
  .p-works-single__inner {
    padding: 11.2vw 11.2vw 0;
    background: url(../img/common/foods-bg-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single__box {
    background-color: initial;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-works-single__message {
    padding: 7.47vw 5.6vw 9.6vw;
    border-radius: 6.4vw;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
  .p-works-single__title {
    font-size: 4.8vw;
    text-align: center;
  }
  .p-works-single__subtitle {
    font-size: 2.93vw;
  }
  .p-works-single__text {
    font-size: 2.93vw;
  }
  .p-works-single .works {
    background-color: #fff;
    padding: 9.87vw;
    margin-left: -11.2vw;
    margin-right: -11.2vw;
    padding-top: 33.07vw;
  }
  .p-works-single-mv {
    text-align: center;
  }
  .p-works-single-mv.p-works-staff__mv .p-works-single-mv__head {
    margin-top: 50vw;
  }
  .p-works-single-mv.p-works-staff__mv .p-works-single-mv__info {
    margin-left: 51vw;
  }
  .p-works-single-mv.product-development {
    background: url(../img/common/product-development-mv-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single-mv.quality-management {
    background: url(../img/common/quality-management-mv-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single-mv.manufacturing01 {
    background: url(../img/common/manufacturing01-mv-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single-mv.manufacturing02 {
    background: url(../img/common/manufacturing02-mv-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single-mv.staff01 {
    background: url(../img/common/staff01-mv-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single-mv.staff02 {
    background: url(../img/common/staff02-mv-sp.jpg) no-repeat center center/cover;
  }
  .p-works-single-mv__head {
    margin-top: 23.73vw;
  }
  .p-works-single-mv__info {
    width: auto;
    margin-left: 38vw;
  }
  .p-works-single-mv__type {
    font-size: 5.33vw;
  }
  .p-works-single-mv__entype {
    font-size: 3.2vw;
    padding-bottom: 4.27vw;
  }
  .p-works-single-mv__entype:after {
    width: 35.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4.27vw;
  }
  .p-works-single-mv__name {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
  .p-works-single-mv__name span {
    font-size: 5.6vw;
    margin: 0 0.4em;
  }
  .p-works-single-flow {
    border-radius: 6.4vw;
    margin-top: 5.33vw;
    padding: 8.8vw 7.2vw 11.47vw;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-works-single-flow__title {
    font-size: 4.8vw;
    padding-left: 2.67vw;
    border-left: 1.07vw solid #B1002F;
  }
  .p-works-single-flow__table {
    width: 100%;
    margin-top: 8vw;
  }
  .p-works-single-flow__table tr {
    display: block;
    text-align: center;
    margin-top: 0.8vw;
  }
  .p-works-single-flow__table th {
    font-size: 3.47vw;
    display: block;
    width: 100%;
    padding: 1.6vw 0;
  }
  .p-works-single-flow__table td {
    font-size: 4vw;
    display: block;
    width: 100%;
    padding: 4vw 0;
  }
  .p-works-staff__box {
    background-color: initial;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-works-staff__box--sp {
    background-color: #fff;
    border-radius: 6.4vw;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 5.33vw 6.13vw 10.66vw;
  }
  .p-works-staff__lead {
    font-size: 3.47vw;
  }
  .p-works-staff__name {
    font-size: 5.33vw;
  }
  .p-works-staff__name .initial {
    font-size: 6.4vw;
  }
  .p-works-staff__name .small {
    font-size: 3.47vw;
  }
  .p-works-staff__text {
    font-size: 3.2vw;
  }
  .p-works-staff__faq dt {
    font-size: 2.67vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .p-works-staff__faq dt::before {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10.67vw;
        -ms-flex: 0 0 10.67vw;
            flex: 0 0 10.67vw;
    height: 9.6vw;
    margin-right: 0.5em;
  }
  .p-works-staff__faq dd {
    font-size: 2.67vw;
    padding: 4.8vw 3.73vw;
  }
  .p-works-staff__thanks {
    font-size: 2.67vw;
    text-align: center;
  }
  .p-works-staff__icon {
    width: 40vw;
    margin-top: 6.13vw;
  }
  .p-works-staff__finish {
    font-size: 3.2vw;
    margin-top: 6.13vw;
  }
  .p-works-staff__voice {
    padding: 0;
    margin-top: 12.91vw;
  }
  .p-recruit__mv {
    background: url(../img/common/recruit-fv-sp.jpg) no-repeat center center/cover;
  }
  .p-recruit__heading {
    padding: 4vw 0 8.53vw;
  }
  .p-recruit__heading__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .p-recruit__illust {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.27vw;
        -ms-flex: 0 0 16.27vw;
            flex: 0 0 16.27vw;
  }
  .p-recruit__section {
    margin: 0 8.53vw;
  }
  .p-recruit__lead {
    margin-top: 4.27vw;
    font-size: 3.2vw;
  }
  .p-recruit__inner {
    padding: 11.2vw 10.4vw 18.13vw;
    background: url(../img/common/foods-bg-sp.jpg) no-repeat center center/cover;
  }
  .p-recruit__list {
    display: block;
  }
  .p-recruit__item {
    padding: 4.8vw 5.6vw 6.4vw;
    border-radius: 6.4vw;
    margin-top: 4vw;
  }
  .p-recruit__item:first-of-type {
    margin-top: 0;
  }
  .p-recruit__job {
    font-size: 4.8vw;
  }
  .p-recruit__job:after {
    width: 29.07vw;
    height: 1.07vw;
    margin-top: 2.67vw;
  }
  .p-recruit__exerpt {
    font-size: 3.47vw;
    height: auto;
    margin-top: 5.33vw;
  }
  .p-recruit__btn {
    margin-top: 9.87vw;
  }
  .p-recruit__btn.tar {
    text-align: center;
    margin-top: 5.33vw;
  }
  .p-recruit__btn a {
    font-size: 2.93vw;
    padding: 2.93vw 9.07vw 2.93vw 4.27vw;
    border: 0.53vw solid #fff;
  }
  .p-recruit__btn a::before {
    width: 3.73vw;
    height: 3.73vw;
    right: 7.5%;
  }
  .p-recruit__btn a:after {
    width: 1vw;
    height: 1vw;
    right: 13.5%;
  }
  .p-recruit__tabs {
    margin-top: 12.53vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 4.8vw;
    gap: 3.2vw;
  }
  .p-recruit__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.8vw;
        -ms-flex: 0 0 32.8vw;
            flex: 0 0 32.8vw;
    height: 18.4vw;
    border-radius: 4.53vw;
    display: grid;
    place-content: center;
    font-size: 4vw;
    line-height: 1.4;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-recruit__tab .fz12 {
    font-size: 3.2vw;
    display: inline-block;
    margin-bottom: -5.5vw;
  }
  .p-recruit__tab .fz14 {
    font-size: 3.73vw;
    display: inline-block;
    margin-bottom: -5.5vw;
  }
  .p-recruit__contents {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background-color: initial;
  }
  .p-recruit__box {
    border-radius: 6.4vw;
    background-color: #fff;
    margin-top: 9.33vw;
  }
  .p-recruit__wrap {
    padding: 8vw 5.87vw;
  }
  .p-recruit__title {
    font-size: 4vw;
    border-left: 1.07vw solid #B1002F;
    padding-left: 2.67vw;
  }
  .p-recruit .mt45 {
    margin-top: 10.67vw;
  }
  .p-recruit__text {
    font-size: 2.67vw;
    margin-top: 3.73vw;
  }
  .p-recruit__text span {
    font-size: 2.93vw;
  }
  .p-recruit__text.fz14 {
    font-size: 2.67vw;
  }
  .p-recruit__text li {
    font-size: 3.2vw;
  }
  .p-recruit__jobtype {
    font-size: 4.8vw;
  }
  .p-recruit__subtitle {
    font-size: 3.47vw;
  }
  .p-recruit__subtitle.bb {
    padding-bottom: 7.2vw;
  }
  .p-recruit__container {
    padding: 8vw 5.87vw;
    border-radius: 6.4vw;
  }
  .p-recruit__container.top {
    border-radius: 6.4vw 6.4vw 0 0;
  }
  .p-recruit__container.bottom {
    margin-top: 0;
    border-radius: 0 0 6.4vw 6.4vw;
  }
  .p-recruit__container .radius {
    border-radius: 6.4vw;
  }
  .p-recruit__business li {
    padding: 5.33vw 0;
  }
  .p-recruit__table {
    width: 100%;
    margin-top: 8vw;
  }
  .p-recruit__table tr {
    display: block;
    margin-top: 0.8vw;
  }
  .p-recruit__table th {
    font-size: 3.47vw;
    display: block;
    width: 100%;
    padding: 1.6vw 0;
    text-align: center;
  }
  .p-recruit__table td {
    font-size: 2.93vw;
    display: block;
    width: 100%;
    padding: 3.2vw 5.6vw;
  }
  .p-recruit__table td .bb-sp {
    text-decoration: underline;
  }
  .p-recruit__table td table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-recruit__table td table thead th, .p-recruit__table td table thead td {
    display: inline-block;
    font-size: 2.67vw;
  }
  .p-recruit__table td table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-recruit__table td table tbody th, .p-recruit__table td table tbody td {
    display: inline-block;
    font-size: 2.67vw;
  }
  .p-recruit__tel {
    font-size: 4vw;
    margin-top: 11.73vw;
  }
  .p-recruit__tel a {
    width: 68.8vw;
    margin-top: 3vw;
  }
  .p-recruit__faq {
    margin-top: 16vw;
  }
  .p-recruit__faq.mt0 {
    margin-top: 0;
  }
  .p-recruit__faq .p-recruit__subtitle {
    text-align: center;
    font-size: 4vw;
  }
  .p-recruit__faq__title {
    font-size: 4vw;
    padding: 6.4vw 0;
    text-align: center;
  }
  .p-recruit__faq dl {
    display: block;
  }
  .p-recruit__faq dl:first-of-type {
    margin-top: 7.2vw;
  }
  .p-recruit__faq dl:last-of-type dt {
    border-bottom: 0.53vw solid #B7B1A7;
  }
  .p-recruit__faq dl:last-of-type dd {
    border-bottom: 0.53vw solid #EAE4D9;
  }
  .p-recruit__faq dt {
    font-size: 3.47vw;
    border-top: 0.53vw solid #B7B1A7;
    padding: 3.47vw 0;
  }
  .p-recruit__faq dd {
    font-size: 2.93vw;
    border-top: 0.53vw solid #EAE4D9;
    padding: 3.47vw 0;
  }
  .p-recruit-images {
    padding: 0;
  }
  .p-recruit-images__item {
    display: block;
  }
  .p-recruit-images__title {
    text-align: center;
  }
  .p-recruit-images__title span {
    font-size: 3.47vw;
  }
  .p-recruit-flow__table {
    margin-top: 4.27vw;
  }
  .p-recruit-flow__table tr {
    display: block;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    margin-top: 3.2vw;
  }
  .p-recruit-flow__table th {
    display: block;
  }
  .p-recruit-flow__table th span {
    font-size: 3.47vw;
    display: inline;
  }
  .p-recruit-flow__table th span.fz24 {
    font-size: 3.47vw;
  }
  .p-recruit-flow__table td {
    display: block;
  }
  .p-recruit-flow__table td.img {
    aspect-ratio: 2/1;
  }
  .p-recruit-flow__table td.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recruit-flow__table td.text {
    font-size: 2.93vw;
    padding: 3.2vw 6.67vw;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .news__text {
    font-size: 3.2vw;
  }
  .p-policy .mtb-sp {
    padding-top: 6vw;
    margin-top: 6vw;
    border-top: 0.55vw solid #EFEFEF;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */