@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 0.735294vw;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #55666A;
  font-weight: 700;
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

a {
  -webkit-transition: color 0.25s ease-out, border-color 0.25s ease-out, background-color 0.25s ease-out;
  color: #55666A;
  text-decoration: none;
  transition: color 0.25s ease-out, border-color 0.25s ease-out, background-color 0.25s ease-out;
}

a img {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

button {
  border: none;
  cursor: pointer;
}

.header {
  width: 100%;
  background-color: #FFFDF3;
}

.header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(2.7rem, 27px) min(4rem, 40px) 0 min(4.5rem, 45px);
}

.header__logo {
  width: clamp(140px, 19rem, 190px);
}

.header__menu__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu__list .menu {
  -webkit-transition: color 0.25s ease-out;
  font-weight: 500;
  font-size: clamp(12px, 1.4rem, 14px);
  font-family: "Montserrat Alternates", sans-serif;
  transition: color 0.25s ease-out;
}

.header__menu__list .menu+.menu {
  margin-left: min(2.6rem, 26px);
}

.header__menu__list .menu a {
  position: relative;
  color: #55666A;
}

.header__menu__list .menu a::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #1F7B1E;
  content: "";
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.header__menu__list .menu a:hover {
  color: #1F7B1E;
}

.header__menu__list .menu a:hover::before {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
}

.header__menu__list .menu.contact a {
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out;
  padding: min(0.7rem, 7px) min(2rem, 20px);
  border-radius: 3em;
  background-color: #1F7B1E;
  color: #ffffff;
  transition: color 0.25s ease-out, background-color 0.25s ease-out;
}

.header__menu__list .menu.contact a::before {
  display: none;
}

.header__menu__list .menu.contact a:hover {
  background-color: #ffffff;
  color: #1F7B1E;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
.footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: min(6.5rem, 65px);
  padding: 0 min(8rem, 80px);
}

.footer__menu__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__menu__list .menu a {
  -webkit-transition: color 0.25s ease-out;
  display: block;
  position: relative;
  padding: 0 1.5em;
  font-size: clamp(10px, 1.2rem, 12px);
  line-height: 1.5;
  transition: color 0.25s ease-out;
}

.footer__menu__list .menu a:hover {
  color: #1F7B1E;
}

.footer__menu__list .menu:first-of-type a::before,
.footer__menu__list .menu:last-of-type a::after,
.footer__menu__list .menu+.menu a::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: min(1.1rem, 11px);
  transform: translateY(-50%);
  background: #55666A;
  content: "";
}

.footer__menu__list .menu:first-of-type a::before {
  left: 0;
}

.footer__menu__list .menu:last-of-type a::after {
  right: 0;
}

.footer__menu__list .menu+.menu a::before {
  left: 0;
}

.footer .copyright {
  font-weight: 500;
  font-size: clamp(10px, 1.2rem, 12px);
  line-height: normal;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ ページ共通タイトル
============================================= */
.pageTitle__en {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: min(1.5rem, 15px);
  color: #1F7B1E;
  font-weight: 600;
  font-size: clamp(10px, 1.5rem, 15px);
  line-height: normal;
  font-family: "Montserrat Alternates", sans-serif;
}

.pageTitle__en::before {
  display: block;
  width: min(0.8rem, 8px);
  height: min(0.8rem, 8px);
  margin-right: min(0.9rem, 9px);
  background: url(../images/diamond_gr.svg);
  background-size: cover;
  content: "";
}

.pageTitle__ja {
  color: #1F7B1E;
  font-size: min(2.4rem, 24px);
  line-height: 1.666;
  letter-spacing: 0.11em;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ コンタクト
============================================= */
.contactSec {
  padding: min(7.8rem, 78px) 0 min(7.6rem, 76px);
  background: url(../images/contact_bg.webp);
  background-size: cover;
}

.contactSec__title {
  text-align: center;
}

.contactSec__title--icon {
  width: min(0.8rem, 8px);
  margin: 0 auto;
}

.contactSec__title--en {
  margin-top: min(1rem, 10px);
  margin-bottom: min(2.5rem, 25px);
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(10px, 1.5rem, 15px);
  line-height: normal;
  font-family: "Montserrat Alternates", sans-serif;
}

.contactSec__title--ja {
  margin-bottom: min(3.3rem, 33px);
  color: #ffffff;
  font-size: min(2.2rem, 22px);
  line-height: 1.2272;
  letter-spacing: 0.11em;
}

.contactSec__link {
  margin-bottom: min(2.5rem, 25px);
}

.contactSec__link a {
  -webkit-transition: 0.25s ease-out;
  display: block;
  width: min(62rem, 620px);
  margin: 0 auto;
  padding: min(4rem, 40px) 0;
  border-radius: 3em;
  background: #ffffff;
  color: #1F7B1E;
  font-size: min(2rem, 20px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.25s ease-out;
}

.contactSec__link a:hover {
  background: #EE8729;
  color: #ffffff;
}

.contactSec__info {
  text-align: center;
}

.contactSec__info--link {
  display: inline-block;
  margin-bottom: min(1rem, 10px);
}

.contactSec__info--link a {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(14px, 1.9rem, 19px);
  line-height: 1.421;
  letter-spacing: 0.14em;
}

.contactSec__info--link a::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contactSec__info--link a:hover::before {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
}

.contactSec__info--time {
  color: #ffffff;
  font-size: clamp(10px, 1.4rem, 14px);
  line-height: 1.5833;
  letter-spacing: 0.11em;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ 共通
============================================= */
/* --- ▼セクション 左右の線
--------------------------------------------- */
.sec__bd {
  position: relative;
}

.sec__bd::after,
.sec__bd::before {
  display: block;
  position: absolute;
  top: 50%;
  height: min(1.6rem, 16px);
  border-top: 1px solid #1F7B1E;
  content: "";
}

.sec__bd::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-left: 1px solid #1F7B1E;
  border-radius: 6% 0 0 0/100% 0 0 0;
}

.sec__bd::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  border-right: 1px solid #1F7B1E;
  border-radius: 0 6% 0 0/0 100% 0 0;
}

/* --- ▼無限回転アニメーション
--------------------------------------------- */
.cycleRotate {
  -webkit-animation: cycleRotate 10s linear infinite;
  animation: cycleRotate 10s linear infinite;
}

@-webkit-keyframes cycleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cycleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --- ▼スクロールしたら表示
--------------------------------------------- */
.fadein {
  -webkit-transform: translate(0, 50px);
  -webkit-transition: opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, 50px);
  opacity: 0;
  transition: opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1), transform 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1), transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.fadein.fadein-left {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.fadein.fadein-right {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.fadein.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* ==========================================
▼ fv
============================================= */
.fv {
  position: relative;
  width: 100%;
  margin-bottom: min(7rem, 70px);
  overflow: hidden;
  text-align: center;
}

.fv::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: clamp(340px, 56rem, 560px);
  background: #FFFDF3;
  content: "";
}

.fv__titleImg {
  height: min(10rem, 100px);
}

.fv__titleImg img {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: min(65.2rem, 652px);
  transform: translateX(-50%);
}

.fv__icon {
  margin-bottom: min(2rem, 20px);
}

.fv__icon--img {
  width: min(13rem, 130px);
  margin: 0 auto;
}

.fv__icon--text {
  color: #1F7B1E;
  font-weight: 900;
  font-size: 12px;
  line-height: 2.25;
}

.fv__text {
  display: inline-block;
  position: relative;
  margin-bottom: min(4rem, 40px);
}

.fv__text--title {
  margin-bottom: min(2.8rem, 28px);
  color: #1F7B1E;
  font-size: clamp(18px, 2.4rem, 24px);
  line-height: 1.125;
  letter-spacing: 0.11em;
}

.fv__text--text {
  color: #1F7B1E;
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 2.1428;
}

.fv__batch {
  position: absolute;
  top: max(-7rem, -70px);
  right: max(-11rem, -110px);
  width: clamp(106px, 14.5rem, 145px);
  height: clamp(106px, 14.5rem, 145px);
  border-radius: 50%;
  background: #1F7B1E;
}

.fv__batch__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.fv__batch--svg {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(96px, 12.667rem, 126px);
  transform: translate(-50%, -50%);
}

.fv__batch--text {
  width: clamp(73px, 9.7rem, 97px);
  margin: 0 auto;
}

.fv__bg {
  -webkit-transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: min(166.6rem, 1666px);
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ about
============================================= */
.about {
  position: relative;
  padding-bottom: min(19rem, 190px);
  overflow: hidden;
  text-align: center;
}

.about__bg {
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(300rem, 3000px);
  transform: translate(-50%, 0);
}

.about__subTitle {
  display: inline-block;
  position: relative;
  margin-bottom: min(2.3rem, 23px);
  color: #1F7B1E;
  font-size: clamp(11px, 1.6rem, 16px);
  line-height: 1.6875;
  letter-spacing: 0.1em;
}

.about__subTitle::before,
.about__subTitle::after {
  display: block;
  position: absolute;
  bottom: min(1.3rem, 13px);
  width: min(3.8rem, 38px);
  height: 1px;
  background-color: #1F7B1E;
  content: "";
}

.about__subTitle::before {
  -webkit-transform: rotate(45deg);
  left: max(-4.3rem, -43px);
  transform: rotate(45deg);
}

.about__subTitle::after {
  -webkit-transform: rotate(-45deg);
  right: max(-3.7rem, -37px);
  transform: rotate(-45deg);
}

.about__text--title {
  margin-bottom: min(3.5rem, 35px);
  color: #1F7B1E;
  font-size: min(2.8rem, 28px);
  line-height: 0.9642;
}

.about__text--text {
  display: inline-block;
  margin-bottom: min(2.6rem, 26px);
  line-height: 2.125;
  letter-spacing: 0.02em;
  text-align: left;
}

.about__text--text .line {
  margin: 0 0.6em;
  padding: 0 0.5em;
  background: #FFD600;
  color: #1F7B1E;
}

.about__text--text .space {
  margin-left: 0.8em;
}

.about__image {
  position: relative;
  width: min(63rem, 630px);
  margin: 0 auto min(3.2rem, 32px);
}

.about__image img {
  border-radius: 10px;
}

.about__image .image01 {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: min(2rem, 20px);
  left: max(-2rem, -20px);
  width: min(38rem, 380px);
  transform: translateX(-100%);
}

.about__image .image03 {
  -webkit-transform: translateX(100%);
  position: absolute;
  right: max(-2rem, -20px);
  bottom: min(1.7rem, 17px);
  width: min(37rem, 370px);
  transform: translateX(100%);
}

.about__intro {
  line-height: 2.125;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ welfare
============================================= */
.welfare {
  padding-top: min(9rem, 90px);
  overflow: hidden;
  /* --- ▲モーダルウィンドウ　ここまで
  ------------------------------------- */
}

.welfare__cycle {
  position: relative;
  width: min(5rem, 50px);
  margin: 0 auto min(7rem, 70px);
}

.welfare__cycle::after,
.welfare__cycle::before {
  width: min(42.5rem, 425px);
}

.welfare__cycle::before {
  left: max(-8rem, -80px);
}

.welfare__cycle::after {
  right: max(-8rem, -80px);
}

.welfare__cycle--textImg {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(12.787rem, 128px);
  transform: translate(-50%, -50%);
}

.welfare__conts {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: min(6rem, 60px);
}

.welfare__text {
  width: min(49.7rem, 497px);
}

.welfare__text .pageTitle__ja {
  margin-bottom: min(3rem, 30px);
}

.welfare__text--text {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 2;
}

.welfare__text--text+.welfare__text--text {
  margin-top: min(2.5rem, 25px);
}

.welfare__graph--title {
  margin-bottom: min(0.9rem, 9px);
  color: #1F7B1E;
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.2857;
  text-align: center;
}

.welfare__graph--img {
  width: min(44.2rem, 442px);
  margin: 0 auto;
}

.welfare__graph--link {
  font-size: min(1rem, 10px);
  line-height: 1.8;
}

.welfare__graph--link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #1F7B1E;
}

.welfare__graph--link a::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #1F7B1E;
  content: "";
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.welfare__graph--link a:hover::before {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
}

.welfare__graph--link .linkIcon {
  width: min(1.3rem, 13px);
  margin-left: min(0.8rem, 8px);
}

.welfare__feature {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: min(46.5rem, 465px) 0 min(33.5rem, 335px);
  /* --- ▼モーダルウィンドウ　ここから
  ------------------------------------- */
  /* 開いた時の黒背景 */
  /* 閉じるボタン */
  /* 開く画像 */
}

.welfare__feature__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: min(8.5rem, 85px);
}

.welfare__feature--text {
  color: #1F7B1E;
  font-size: min(2.2rem, 22px);
  line-height: 2.04545;
  letter-spacing: 0.1em;
  text-align: center;
}

.welfare__feature__bgItem {
  z-index: -1;
  position: absolute;
}

.welfare__feature__bgItem.-corn {
  top: min(8rem, 80px);
  left: min(56rem, 560px);
  width: min(77rem, 770px);
}

.welfare__feature__bgItem.-cucumber01 {
  -webkit-transform: translateX(-100%);
  top: min(85rem, 850px);
  left: min(13rem, 130px);
  width: min(47.5rem, 475px);
  transform: translateX(-100%);
}

.welfare__feature__bgItem.-cucumber02 {
  -webkit-transform: translateX(-100%);
  top: min(115rem, 1150px);
  left: min(146rem, 1460px);
  width: min(40.4rem, 404px);
  transform: translateX(-100%);
}

.welfare__feature__cucumber {
  position: absolute;
  width: min(20rem, 200px);
}

.welfare__feature__cucumber.-img01 {
  top: min(77rem, 770px);
  left: min(112rem, 1120px);
}

.welfare__feature__cucumber.-img02 {
  top: min(135rem, 1350px);
  left: 0;
}

.welfare__feature__block {
  width: clamp(215px, 34rem, 340px);
  height: min(32rem, 320px);
  text-align: center;
}

.welfare__feature__block:nth-of-type(2) {
  margin: min(10.5rem, 105px) 0 min(2rem, 20px) min(14rem, 140px);
}

.welfare__feature__block:nth-of-type(3) {
  width: 100%;
  margin-right: min(8rem, 80px);
}

.welfare__feature__block--point {
  margin-bottom: min(2rem, 20px);
  color: #1F7B1E;
  font-weight: 700;
  font-size: min(3.6rem, 36px);
  line-height: 0.9722;
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: 0.11em;
}

.welfare__feature__block--img {
  position: relative;
  width: min(25.3rem, 253px);
  height: min(14.4rem, 144px);
  margin: 0 auto;
}

.welfare__feature__block--img img {
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.welfare__feature__block--text {
  margin-bottom: min(1.7rem, 17px);
  font-weight: 700;
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.welfare__feature .modalWindow {
  -webkit-text-emphasis: left;
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: clamp(450px, 55rem, 550px);
  height: clamp(450px, 55rem, 550px);
  transform: translate(-50%, -50%);
  text-emphasis: left;
}

.welfare__feature .modalWindow__conts {
  position: relative;
  width: inherit;
  height: inherit;
  padding: clamp(55px, 6rem, 60px) clamp(65px, 9rem, 90px) 0 clamp(65px, 9rem, 90px);
}

.welfare__feature .modalWindow__conts::before {
  -webkit-transform: translate(-50%, -50%) scale(0);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: inherit;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: #1F7B1E;
  content: "";
}

.welfare__feature .modalWindow .point {
  margin-bottom: min(4rem, 40px);
  color: #ffffff;
  font-size: min(4rem, 40px);
  line-height: 0.875;
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: 0.11em;
  text-align: center;
}

.welfare__feature .modalWindow .title {
  margin-bottom: min(1.7rem, 17px);
  color: #ffffff;
  font-size: clamp(16px, 1.8rem, 18px);
  line-height: 1.944;
  letter-spacing: 0.11em;
  text-align: left;
}

.welfare__feature .modalWindow .text {
  color: #ffffff;
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.8571;
  text-align: left;
}

.welfare__feature .js-modalOverlay {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}

.welfare__feature .modalClose {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translate(100%, -100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: clamp(70px, 10rem, 100px);
  right: clamp(90px, 11rem, 110px);
  align-items: center;
  justify-content: center;
  width: min(6.6rem, 66px);
  height: min(6.6rem, 66px);
  transform: translate(100%, -100%);
  border: 3px solid;
  border-radius: 50%;
  border-color: #fff;
  background-color: #EE8729;
}

.welfare__feature .modalClose__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.welfare__feature .modalClose__wrap::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: inherit;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
}

.welfare__feature .modalClose__wrap span {
  -webkit-transition: background-color 0.25s ease-out;
  display: block;
  width: min(2.5rem, 25px);
  height: 2px;
  border-radius: 3em;
  background: #fff;
  transition: background-color 0.25s ease-out;
}

.welfare__feature .modalClose__wrap span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.welfare__feature .modalClose__wrap span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.welfare__feature .modalClose:hover {
  border-color: #EE8729;
  background-color: #fff;
}

.welfare__feature .modalClose:hover .modalClose__wrap span {
  background-color: #EE8729;
}

.welfare__feature .modalOpen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: background-color 0.25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(5rem, 50px);
  height: min(5rem, 50px);
  margin: 0 auto;
  border-radius: 50%;
  background-color: #EE8729;
  transition: background-color 0.25s ease-out;
}

.welfare__feature .modalOpen__wrap {
  position: relative;
  width: min(4rem, 40px);
  height: min(4rem, 40px);
}

.welfare__feature .modalOpen__wrap::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: inherit;
  transform: translate(-50%, -50%);
  border: 2px solid;
  border-radius: 50%;
  border-color: #fff;
  content: "";
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
}

.welfare__feature .modalOpen__wrap span {
  -webkit-transition: background-color 0.25s ease-out;
  display: block;
  position: relative;
  width: min(1.9rem, 19px);
  height: 2px;
  border-radius: 3em;
  background-color: #fff;
  transition: background-color 0.25s ease-out;
}

.welfare__feature .modalOpen__wrap span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.welfare__feature .modalOpen__wrap span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.welfare__feature .modalOpen:hover {
  background-color: #fff;
}

.welfare__feature .modalOpen:hover .modalOpen__wrap::before {
  border-color: #EE8729;
  background-color: #fff;
}

.welfare__feature .modalOpen:hover .modalOpen__wrap span {
  background-color: #EE8729;
}

.welfare__feature .js-modalOverlay,
.welfare__feature .js-modalClose,
.welfare__feature .modalWindow {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.welfare__feature .js-modalClose {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, border-color 0.25s ease-out, background-color 0.25s ease-out;
  transition: opacity 0.4s ease, visibility 0.4s ease, border-color 0.25s ease-out, background-color 0.25s ease-out;
}

.welfare__feature .modalWindow__conts::before {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.welfare__feature .modalWindow .point,
.welfare__feature .modalWindow .title,
.welfare__feature .modalWindow .text {
  -webkit-transform: translateY(10px);
  -webkit-transition: opacity 0.4s 0.4s ease, visibility 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
  visibility: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.4s 0.4s ease, visibility 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, visibility 0.4s 0.4s ease, transform 0.4s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, visibility 0.4s 0.4s ease, transform 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
}

.welfare__feature .modalActive .js-modalClose,
.welfare__feature .modalActive .modalWindow {
  visibility: inherit;
  opacity: 1;
}

.welfare__feature .modalActive .modalWindow__conts::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.welfare__feature .modalActive .js-modalOverlay {
  visibility: inherit;
  opacity: 0.3;
}

.welfare__feature .modalActive .modalWindow .point,
.welfare__feature .modalActive .modalWindow .title,
.welfare__feature .modalActive .modalWindow .text {
  -webkit-transform: translateY(0);
  visibility: inherit;
  transform: translateY(0);
  opacity: 1;
}

.welfare__vegetables {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: min(32rem, 320px);
}

.welfare__vegetables__bgItem {
  z-index: -1;
  position: absolute;
}

.welfare__vegetables__bgItem.-lettuce {
  top: max(-36rem, -360px);
  left: min(44rem, 440px);
  width: min(120.5rem, 1205px);
}

.welfare__vegetables__bgItem.-garlic {
  top: min(54.5rem, 545px);
  left: max(-2rem, -20px);
  width: min(41rem, 410px);
}

.welfare__vegetables__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 min(4rem, 40px) 0 min(10rem, 100px);
  gap: min(8.9rem, 89px);
}

.welfare__vegetables__text .pageTitle {
  margin-bottom: min(2.7rem, 27px);
}

.welfare__vegetables__text--text {
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 2.125;
}

.welfare__vegetables__intro {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: min(60.3rem, 603px);
  gap: min(4.8rem, 48px) min(5.2rem, 52px);
}

.welfare__vegetables__intro__block {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  width: min(27.5rem, 275px);
  overflow: hidden;
  border-radius: 5px;
  background: #1F7B1E;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.welfare__vegetables__intro__block:nth-of-type(2) {
  margin-top: min(12rem, 120px);
}

.welfare__vegetables__intro__block:nth-of-type(3) {
  margin-top: max(-12rem, -120px);
}

.welfare__vegetables__intro__block--title {
  margin-top: min(1.6rem, 16px);
  color: #ffffff;
  font-size: clamp(11px, 1.6rem, 16px);
  line-height: 1.6875;
}

.welfare__vegetables__intro__block--text {
  margin-bottom: min(1.8rem, 18px);
  color: #ffffff;
  font-size: clamp(9px, 1.2rem, 12px);
  line-height: 2.25;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ salad
============================================= */
.salad {
  padding-top: min(10rem, 100px);
}

.salad__about {
  position: relative;
  padding-bottom: min(18rem, 180px);
  overflow: hidden;
  text-align: center;
}

.salad__about__bg {
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(300rem, 3000px);
  transform: translate(-50%, 0);
}

.salad__about__subTitle {
  display: inline-block;
  position: relative;
  margin-bottom: min(3.7rem, 37px);
  color: #1F7B1E;
  font-size: clamp(11px, 1.6rem, 16px);
  line-height: 1.6875;
  letter-spacing: 0.1em;
}

.salad__about__subTitle::before,
.salad__about__subTitle::after {
  display: block;
  position: absolute;
  bottom: min(1.3rem, 13px);
  width: min(3.8rem, 38px);
  height: 1px;
  background-color: #1F7B1E;
  content: "";
}

.salad__about__subTitle::before {
  -webkit-transform: rotate(45deg);
  left: max(-4.3rem, -43px);
  transform: rotate(45deg);
}

.salad__about__subTitle::after {
  -webkit-transform: rotate(-45deg);
  right: max(-3.7rem, -37px);
  transform: rotate(-45deg);
}

.salad__about__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(4rem, 40px);
  gap: min(4.7rem, 47px);
}

.salad__about__title--title {
  width: min(37rem, 370px);
}

.salad__about__title--point {
  width: min(9.7rem, 97px);
  margin-top: min(3rem, 30px);
}

.salad__about__image {
  position: relative;
  width: min(58.5rem, 585px);
  margin: 0 auto;
}

.salad__about__image img {
  border-radius: 10px;
}

.salad__about__image .image01,
.salad__about__image .image03 {
  position: absolute;
  top: 50%;
  width: min(43rem, 430px);
}

.salad__about__image .image01 {
  -webkit-transform: translate(-100%, -50%);
  left: max(-3rem, -30px);
  transform: translate(-100%, -50%);
}

.salad__about__image .image03 {
  -webkit-transform: translate(100%, -50%);
  right: max(-3rem, -30px);
  transform: translate(100%, -50%);
}

.salad__about__intro {
  margin-top: min(3rem, 30px);
  line-height: 2.125;
}

.salad__about__intro .line {
  margin: 0 0.6em;
  padding: 0 0.5em;
  background: #FFD600;
  color: #1F7B1E;
}

.salad__graph {
  max-width: 1200px;
  margin: min(12.5rem, 125px) auto 0;
  padding: 0 min(10rem, 100px);
}

.salad__graph__head {
  position: relative;
}

.salad__graph__head__title {
  z-index: 2;
  position: absolute;
  top: -19%;
}

.salad__graph__head__title .en {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-bottom: min(1.2rem, 12px);
  padding: min(0.5rem, 5px) min(1rem, 10px);
  border-radius: 5px;
  background-color: #1F7B1E;
  color: #fff;
  font-weight: 600;
  font-size: clamp(10px, 1.5rem, 15px);
  line-height: normal;
  font-family: "Montserrat Alternates", sans-serif;
}

.salad__graph__head__title .en::before {
  display: block;
  width: min(0.8rem, 8px);
  height: min(0.8rem, 8px);
  margin-right: min(0.5rem, 5px);
  background: url(../images/diamond_wh.svg);
  background-size: cover;
  content: "";
}

.salad__graph__head .ja {
  font-size: min(2.4rem, 24px);
  line-height: 1.666;
}

.salad__graph__head .ja span {
  display: inline-block;
  margin-bottom: min(1.2rem, 12px);
  padding: min(0.5rem, 5px) min(1rem, 10px) min(0.9rem, 9px) min(1rem, 10px);
  border-radius: 5px;
  background-color: #1F7B1E;
  color: #fff;
}

.salad__graph__head .ja span:nth-of-type(1) {
  display: block;
}

.salad__graph__head__image {
  display: block;
  width: min(76.5rem, 765px);
  margin: 0 auto;
}

.salad__graph__head__image img {
  border-radius: 10px;
}

.salad__graph__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: min(8rem, 80px);
  gap: min(8rem, 80px);
}

.salad__graph__foot__image {
  width: 50%;
}

.salad__graph__foot__image img {
  border-radius: 10px;
}

.salad__graph__foot__text {
  width: 50%;
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 2.125;
}

.salad__graph__foot__text p+p {
  margin-top: min(3.5rem, 35px);
}

.salad__plan {
  max-width: 1200px;
  margin: 0 auto;
  padding: min(10rem, 100px);
}

.salad__plan .pageTitle {
  margin-bottom: min(4.7rem, 47px);
  text-align: center;
}

.salad__plan .pageTitle__en {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  gap: min(1rem, 10px);
}

.salad__plan__name {
  margin-bottom: min(4.8rem, 48px);
}

.salad__plan__name .en {
  position: relative;
  color: #1F7B1E;
  font-weight: 400;
  font-size: min(6rem, 60px);
  line-height: 1.3;
  font-family: "Neonderthaw", cursive;
  letter-spacing: 0.01em;
  text-align: center;
}

.salad__plan__name .en::before,
.salad__plan__name .en::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: min(33.5rem, 335px);
  height: 1px;
  transform: translateY(-50%);
  background-color: #1F7B1E;
  content: "";
}

.salad__plan__name .en::before {
  left: 0;
}

.salad__plan__name .en::after {
  right: 0;
}

.salad__plan__name .ja {
  color: #1F7B1E;
  font-weight: 700;
  font-size: clamp(12px, 1.6rem, 16px);
  letter-spacing: 0.01em;
  text-align: center;
}

.salad__plan__slide {
  position: relative;
}

.salad__plan__slide .batch {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: min(10.2rem, 102px);
  height: min(10.2rem, 102px);
  transform: translate(-50%, -50%);
}

.salad__plan__slide__column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: min(8rem, 80px);
}

.salad__plan__slide__block {
  position: relative;
  width: min(46rem, 460px);
}

.salad__plan__slide--title {
  margin-bottom: min(1rem, 10px);
  color: #1F7B1E;
  font-size: min(1.8rem, 18px);
  line-height: 1.5;
}

.salad__plan__slide--text {
  margin-bottom: min(1.6rem, 16px);
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 2.1;
}

.salad__plan__slide--type {
  display: inline-block;
  padding: min(0.2rem, 2px) min(1rem, 10px);
  border-radius: 3em;
  background-color: #1F7B1E;
  color: #fff;
  font-size: clamp(12px, 1.5rem, 15px);
  letter-spacing: 0.14em;
}

.salad__plan__slide .saladPlan__slider {
  width: 100%;
  margin-bottom: min(1.7rem, 17px);
  border-radius: 10px;
}

.salad__plan__slide .saladPlan__slider .swiper-slide {
  width: 100%;
  height: min(30rem, 300px);
  overflow: hidden;
}

.salad__plan__slide .saladPlan__slider .swiper-slide img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-wrap,
.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0.9em;
  bottom: 1em;
  align-items: center;
  justify-content: flex-end;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination,
.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 4.6em;
  height: 2em;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet,
.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet {
  -webkit-transform: translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  width: min(3.1rem, 31px);
  height: min(3.1rem, 31px);
  margin: 0;
  transform: translateY(-50%);
  border: 2px solid transparent;
  border-radius: 50%;
  background: none;
  opacity: 1;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet:nth-of-type(1),
.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet:nth-of-type(1) {
  left: 0;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet:nth-of-type(2),
.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet:nth-of-type(2) {
  right: 0;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #1F7B1E;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("../images/salad_plan01_slide1_btn01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("../images/salad_plan01_slide1_btn02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("../images/salad_plan01_slide2_btn01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("../images/salad_plan01_slide2_btn02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.salad__plan__block {
  margin-top: min(8rem, 80px);
}

.salad__plan__block.-plan02 .salad__plan__name .en::before,
.salad__plan__block.-plan02 .salad__plan__name .en::after {
  width: min(27.8rem, 278px);
}

.salad__plan__block.-plan03 .salad__plan__name .en {
  margin-bottom: min(1.7rem, 17px);
}

.salad__plan__block.-plan03 .salad__plan__name .en::before,
.salad__plan__block.-plan03 .salad__plan__name .en::after {
  width: min(30rem, 300px);
}

.salad__plan__block__column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.salad__plan__block__text {
  width: 50%;
}

.salad__plan__block__text .title {
  margin-bottom: min(1rem, 10px);
  color: #1F7B1E;
  font-size: min(1.8rem, 18px);
  line-height: 1.5;
}

.salad__plan__block__text .text {
  margin-bottom: min(1.5rem, 15px);
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 2.215;
}

.salad__plan__block__text .type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  gap: min(0.7rem, 7px);
}

.salad__plan__block__text .type p {
  display: inline-block;
  padding: min(0.2rem, 2px) min(1rem, 10px);
  border-radius: 3em;
  background-color: #1F7B1E;
  color: #fff;
  font-size: clamp(12px, 1.5rem, 15px);
  letter-spacing: 0.11em;
}

.salad__plan__block__image {
  width: min(45rem, 450px);
}

.salad__plan__block__image img {
  border-radius: 10px;
}

.salad__plan__block .notes {
  margin-top: min(5rem, 50px);
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.8571;
  letter-spacing: 0.11em;
  text-align: center;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ process
============================================= */
.process {
  overflow: hidden;
}

.process__wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: min(10rem, 100px) min(10rem, 100px) min(10.5rem, 105px);
}

.process .pageTitle {
  text-align: center;
}

.process .pageTitle__en {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process .pageTitle__en::before {
  margin-right: 0;
  margin-bottom: min(1rem, 10px);
}

.process__bgItem {
  position: absolute;
  width: min(15.3rem, 153px);
}

.process__bgItem.-img01 {
  top: min(51.5rem, 515px);
  left: min(118.5rem, 1185px);
}

.process__bgItem.-img02 {
  bottom: min(4rem, 40px);
  left: min(82.5rem, 825px);
}

.process__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: min(6rem, 60px);
  padding-left: min(1.2rem, 12px);
}

.process__text {
  margin-top: max(-1rem, -10px);
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: 1.875;
}

.process__block {
  width: min(26.5rem, 265px);
}

.process__block--img {
  z-index: -1;
  position: relative;
  width: min(23rem, 230px);
  margin: 0 auto max(-1rem, -10px);
}

.process__block--icon {
  width: min(10.4rem, 104px);
  margin: 0 auto min(1.5rem, 15px);
}

.process__block--title {
  display: inline-block;
  position: relative;
  margin-bottom: min(2.2rem, 22px);
  color: #1F7B1E;
  font-size: min(1.8rem, 18px);
  line-height: 1.5;
  white-space: nowrap;
}

.process__block--title::before {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: min(2.4rem, 24px);
  transform: translateY(-50%);
  background: #FFD600;
  content: "";
}

.process__block--text {
  width: min(26.5rem, 265px);
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.8571;
}

.process__block.-block01 {
  width: min(28.8rem, 288px);
  margin-top: min(23.5rem, 235px);
  margin-right: min(17rem, 170px);
}

.process__block.-block01 .process__block--icon {
  margin-left: min(8rem, 80px);
}

.process__block.-block02 {
  margin-top: min(23.7rem, 237px);
  margin-right: min(19rem, 190px);
}

.process__block.-block03 {
  margin-top: max(-3.7rem, -37px);
  margin-bottom: min(18.5rem, 185px);
  margin-left: min(20rem, 200px);
}

.process__block.-block04 {
  margin-left: min(20.5rem, 205px);
}

.process__block.-block04 .process__block--icon {
  margin-left: min(7rem, 70px);
}

.process .-step {
  text-align: center;
}

.process .-step .border {
  display: block;
  width: 4px;
  height: min(5.45rem, 54px);
  margin: 0 auto;
  background-image: url("../images/dotted_tate.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.process .-step .arrow {
  width: min(1.2rem, 12px);
  margin: min(0.6rem, 6px) auto;
}

.process .-step .number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(7.8rem, 78px);
  height: min(7.8rem, 78px);
  margin: min(1.5rem, 15px) 0;
  padding-left: 0.1em;
  border-radius: 50%;
  background: #1F7B1E;
  color: #ffffff;
  font-weight: 700;
  font-size: min(3.6rem, 36px);
  line-height: 0.9722;
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: 0.11em;
}

.process .-step .number.-bdr::before,
.process .-step .number.-bdl::before {
  display: block;
  position: absolute;
  top: 50%;
  height: 4px;
  content: "";
}

.process .-step .number.-bdr::before {
  -webkit-transform: translate(100%, -50%);
  right: max(-2rem, -20px);
  transform: translate(100%, -50%);
}

.process .-step .number.-bdl::before {
  -webkit-transform: translate(-100%, -50%);
  left: max(-1.5rem, -15px);
  width: min(14.4rem, 144px);
  transform: translate(-100%, -50%);
  background-image: url("../images/dotted_yoko02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.process .-step .-bdr:nth-of-type(1)::before {
  width: min(16.4rem, 164px);
  background-image: url("../images/dotted_yoko01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.process .-step .-bdr:nth-of-type(3)::before {
  width: min(15.4rem, 154px);
  background-image: url("../images/dotted_yoko03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ support
============================================= */
.support {
  margin-bottom: min(12rem, 120px);
  padding: 0 min(4rem, 40px);
}

.support__wrap {
  max-width: 1090px;
  margin: 0 auto;
  padding: min(5.5rem, 55px) min(7.7rem, 77px) min(7rem, 70px);
  border-radius: 10px;
  background: #F8F8F8;
}

.support .pageTitle {
  margin-bottom: min(1.5rem, 15px);
  text-align: center;
}

.support__text {
  width: min(71.5rem, 715px);
  margin: 0 auto min(3rem, 30px);
}

.support__text--text {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 2.1428;
  text-align: center;
}

.support__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: min(3rem, 30px);
  gap: min(7rem, 70px);
  border-top: 1px solid #D9D9D9;
}

.support__block {
  width: min(26.4rem, 264px);
}

.support__block__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: min(1rem, 10px);
}

.support__block__title--icon {
  width: min(3.6rem, 36px);
  margin-right: min(1rem, 10px);
}

.support__block__title--title {
  color: #1F7B1E;
  font-size: clamp(12px, 1.5rem, 15px);
  line-height: 1.8;
  letter-spacing: 0.11em;
}

.support__block--text {
  font-size: clamp(11px, 1.4rem, 14px);
  line-height: 1.8571;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
/* ==========================================
▼ case
============================================= */
.case {
  margin-bottom: min(12.5rem, 125px);
}

.case .pageTitle {
  margin-bottom: min(3.5rem, 35px);
  text-align: center;
}

.case .pageTitle__en {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-bottom: min(1.8rem, 18px);
}

.case .pageTitle__en::before {
  margin-right: 0;
  margin-bottom: min(1rem, 10px);
}

.case .pageTitle__ja {
  display: inline-block;
  position: relative;
}

.case .pageTitle__ja::after,
.case .pageTitle__ja::before {
  width: min(44.8rem, 448px);
}

.case .pageTitle__ja::before {
  left: max(-3.5rem, -35px);
}

.case .pageTitle__ja::after {
  right: max(-3.5rem, -35px);
}

.case--text {
  font-size: clamp(12px, 1.8rem, 18px);
  line-height: 1.888;
  text-align: center;
}

.case__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: min(8.5rem, 85px);
  gap: min(9rem, 90px);
}

.case__block__text {
  position: relative;
  width: min(42.6rem, 426px);
  margin: 0 auto;
  margin-bottom: min(6.5rem, 65px);
  padding: min(3.5rem, 35px) min(3rem, 30px) min(2.5rem, 25px);
  border-radius: 10px;
  background: #1F7B1E;
  color: #ffffff;
}

.case__block__text::before {
  display: block;
  position: absolute;
  top: max(-1.3rem, -13px);
  left: max(-1.45rem, -14px);
  width: min(5.3rem, 53px);
  height: min(5.3rem, 53px);
  background-image: url(../images/case_konma.svg);
  background-size: cover;
  content: "";
}

.case__block__text--title {
  margin-bottom: min(1.8rem, 18px);
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 1.6875;
  letter-spacing: 0.11em;
}

.case__block__text--text {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 2.1428;
}

.case__block__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: min(17rem, 170px);
}

.case__block__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 auto;
}

.case__block:nth-of-type(1) .case__block__logo {
  width: min(26.9rem, 269px);
}

.case__block:nth-of-type(2) .case__block__logo {
  width: min(20.7rem, 207px);
}

.case__block--name {
  margin-bottom: min(1rem, 10px);
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.8571;
  letter-spacing: 0.11em;
  text-align: center;
}

.case__block__category {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: min(0.4rem, 4px);
}

.case__block__category p {
  padding: min(0.1rem, 1px) min(0.7rem, 7px) min(0.2rem, 2px);
  border: 1px solid #55666A;
  border-radius: 3em;
  font-size: clamp(10px, 1.2rem, 12px);
  line-height: normal;
  letter-spacing: 0.11em;
}

/* --- ▼レスポンシブ
--------------------------------------------- */
.is-sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

/* width auto*/
.w-auto {
  width: auto !important;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641vw;
  }

  body {
    font-size: 1.4rem;
  }

  .header__inner {
    padding: 2rem 2rem 0;
  }

  .header__logo {
    width: 11.2rem;
  }

  .header__menu .menu {
    font-size: 1.3rem;
  }

  .header__menu .menu+.menu {
    margin-left: 1.3rem;
  }

  .header__menu .menu.contact a {
    padding: 0.4rem 1.5rem;
  }

  .footer__inner {
    height: 6rem;
    padding: 0 2rem;
  }

  .footer__menu {
    margin-left: 0.5rem;
  }

  .footer__menu__list .menu a {
    padding: 0 1.5em;
    font-size: 1.2rem;
  }

  .footer__menu__list:first-of-type a::before,
  .footer__menu__list:last-of-type a::after,
  .footer__menu__list+.menu a::before {
    height: 1.1rem;
  }

  .footer .copyright {
    font-size: 1rem;
  }

  .pageTitle__en {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .pageTitle__en::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.5rem;
  }

  .pageTitle__ja {
    font-size: 2rem;
    line-height: 1.7;
  }

  .contactSec {
    padding: 6rem 2rem;
  }

  .contactSec__title--icon {
    width: 0.6rem;
  }

  .contactSec__title--en {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }

  .contactSec__title--ja {
    margin-bottom: 2.3rem;
    font-size: 1.8rem;
    line-height: 2;
  }

  .contactSec__link {
    margin-bottom: 2.5rem;
  }

  .contactSec__link a {
    width: 35rem;
    padding: 2.8rem 0;
    font-size: 1.8rem;
    line-height: 1.555;
  }

  .contactSec__info--link {
    margin-bottom: 0.8rem;
  }

  .contactSec__info--link a {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .contactSec__info--time {
    font-size: 1.2rem;
  }

  .sec__bd::after,
  .sec__bd::before {
    height: 1.1rem;
  }

  .sec__bd::before {
    border-radius: 12% 0 0 0/100% 0 0 0;
  }

  .sec__bd::after {
    border-radius: 0 12% 0 0/0 100% 0 0;
  }

  .fv {
    margin-bottom: 2.5rem;
    padding-top: 3rem;
  }

  .fv::before {
    height: 58rem;
  }

  .fv__titleImg {
    height: 6.5rem;
  }

  .fv__titleImg img {
    width: 34.4rem;
  }

  .fv__icon {
    margin-bottom: 1.5rem;
  }

  .fv__icon--img {
    width: 11rem;
  }

  .fv__icon--text {
    font-size: 1.2rem;
  }

  .fv__text {
    margin: 0 1.9rem 3rem;
  }

  .fv__text--title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }

  .fv__text--text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }

  .fv__batch {
    z-index: 2;
    top: -1.5rem;
    right: auto;
    left: 25rem;
    width: 13.5rem;
    height: 13.5rem;
  }

  .fv__batch--svg {
    width: 11.8rem;
  }

  .fv__batch--text {
    width: 8.7rem;
  }

  .fv__bg {
    -webkit-transform: translateX(-49%);
    width: 44.4rem;
    transform: translateX(-49%);
  }

  .about {
    padding-bottom: 9.5rem;
  }

  .about__bg {
    width: 54rem;
  }

  .about .gradation {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 253, 243)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(255, 253, 243), rgb(255, 255, 255));
  }

  .about__subTitle {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.9285;
  }

  .about__subTitle::before,
  .about__subTitle::after {
    bottom: 1.2rem;
    width: 2.7rem;
  }

  .about__subTitle::before {
    -webkit-transform: rotate(45deg);
    left: -3rem;
    transform: rotate(45deg);
  }

  .about__subTitle::after {
    -webkit-transform: rotate(-45deg);
    right: -3rem;
    transform: rotate(-45deg);
  }

  .about__text--title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.125;
  }

  .about__text--text {
    margin-bottom: 2rem;
    line-height: 2.1428;
    text-align: center;
  }

  .about__text--text .line {
    margin: 0 0.6em 0 -0.3em;
    padding: 0 0.4em;
  }

  .about__text--text .space {
    margin-left: 0;
  }

  .about__image {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 1.4rem;
    padding: 0 2rem;
  }

  .about__image img {
    border-radius: 5px;
  }

  .about__image .image01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-transform: translateX(0);
    position: initial;
    order: 2;
    width: 16.8rem;
    transform: translateX(0);
  }

  .about__image .image02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30rem;
    margin: 0 auto 2rem;
  }

  .about__image .image03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-transform: translateX(0);
    position: initial;
    order: 3;
    width: 16.8rem;
    margin-top: 2rem;
    margin-left: 1.4rem;
    transform: translateX(0);
  }

  .about__intro {
    margin: 0 2rem;
    line-height: 2.1428;
  }

  .welfare {
    padding-top: 7rem;
    /* --- ▼モーダルウィンドウ　ここから
    ------------------------------------- */
    /* 閉じるボタン */
    /* 開く画像 */
    /* --- ▲モーダルウィンドウ　ここまで
    ------------------------------------- */
  }

  .welfare__cycle {
    width: 4.262rem;
    margin: 0 auto 7rem;
  }

  .welfare__cycle::before,
  .welfare__cycle::after {
    width: 10.7rem;
  }

  .welfare__cycle::before {
    left: -4.7rem;
  }

  .welfare__cycle::after {
    right: -4.7rem;
  }

  .welfare__cycle--textImg {
    width: 10.9rem;
  }

  .welfare__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .welfare__text {
    width: 100%;
    padding: 0 4.5rem;
  }

  .welfare__text .pageTitle__ja {
    margin-bottom: 3rem;
  }

  .welfare__text--text {
    font-size: 1.4rem;
  }

  .welfare__text--text+.welfare__text--text {
    margin-top: 3rem;
  }

  .welfare__graph--title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .welfare__graph--img {
    width: 35rem;
    margin-bottom: 2.2rem;
  }

  .welfare__graph--link {
    font-size: 1rem;
  }

  .welfare__graph--link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .welfare__graph--link .linkIcon {
    width: 1.329rem;
    margin-left: 0.4rem;
  }

  .welfare__feature {
    padding: 38.5rem 0 28rem;
  }

  .welfare__feature__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 6.5rem;
  }

  .welfare__feature--text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .welfare__feature__bgItem.-corn {
    top: 5rem;
    left: 8rem;
    width: 29.6rem;
  }

  .welfare__feature__bgItem.-cucumber01 {
    top: 145rem;
    left: 19rem;
    width: 32rem;
  }

  .welfare__feature__cucumber {
    width: 14.5rem;
  }

  .welfare__feature__cucumber.-img01 {
    top: 53.5rem;
    left: -8.5rem;
  }

  .welfare__feature__cucumber.-img02 {
    top: 99.5rem;
    right: -5rem;
    left: auto;
  }

  .welfare__feature__block {
    width: 27.8rem;
    height: 25.6rem;
  }

  .welfare__feature__block:nth-of-type(1) {
    margin-right: 3rem;
    margin-left: auto;
  }

  .welfare__feature__block:nth-of-type(2) {
    margin: 6rem auto 5.5rem 0;
  }

  .welfare__feature__block:nth-of-type(3) {
    width: auto;
    margin-right: 6.5rem;
    margin-left: auto;
  }

  .welfare__feature__block--point {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 1.1666;
  }

  .welfare__feature__block--img {
    width: 17.8rem;
    height: 10.5rem;
  }

  .welfare__feature__block--text {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8571;
  }

  .welfare .modalWindow {
    width: 54rem;
    height: 54rem;
  }

  .welfare .modalWindow__conts {
    padding: 5.5rem 10.7rem 0 11.1rem;
  }

  .welfare .modalWindow .point {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
    line-height: 0.9722;
  }

  .welfare .modalWindow .title {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 1.8125;
  }

  .welfare .modalWindow .text {
    font-size: 1.4rem;
    line-height: 1.92857;
  }

  .welfare .modalClose {
    top: 6.3rem;
    right: 15.7rem;
    width: 5rem;
    height: 5rem;
    border: 2px solid;
    border-color: #fff;
  }

  .welfare .modalClose__wrap span {
    width: 1.94rem;
    height: 2px;
  }

  .welfare .modalOpen {
    width: 4rem;
    height: 4rem;
  }

  .welfare .modalOpen__wrap {
    width: 3.4rem;
    height: 3.4rem;
  }

  .welfare .modalOpen__wrap span {
    width: 1.551rem;
  }

  .welfare__vegetables {
    padding-bottom: 30rem;
  }

  .welfare__vegetables__bgItem.-lettuce {
    top: 37rem;
    left: -6rem;
    width: 84.9rem;
  }

  .welfare__vegetables__bgItem.-garlic {
    top: 107.5rem;
    left: -7rem;
    width: 28.4rem;
  }

  .welfare__vegetables__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    gap: 15.5rem;
  }

  .welfare__vegetables__text {
    margin: 0 4.6rem;
  }

  .welfare__vegetables__text .pageTitle {
    margin-bottom: 3rem;
  }

  .welfare__vegetables__text--text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .welfare__vegetables__intro {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35rem;
    margin: 0 2rem;
    gap: 1.8rem;
  }

  .welfare__vegetables__intro__block {
    width: 16.5rem;
  }

  .welfare__vegetables__intro__block:nth-of-type(2) {
    margin-top: 5.5rem;
  }

  .welfare__vegetables__intro__block:nth-of-type(3) {
    margin-top: -5.5rem;
  }

  .welfare__vegetables__intro__block--title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .welfare__vegetables__intro__block--text {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .salad {
    padding-top: 6.5rem;
  }

  .salad__about {
    padding-bottom: 9.5rem;
  }

  .salad__about__bg {
    width: 54rem;
  }

  .salad__about .gradation {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 253, 243)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(255, 253, 243), rgb(255, 255, 255));
  }

  .salad__about__subTitle {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.9285;
  }

  .salad__about__subTitle::before,
  .salad__about__subTitle::after {
    bottom: 1.2rem;
    width: 2.7rem;
  }

  .salad__about__subTitle::before {
    -webkit-transform: rotate(45deg);
    left: -3rem;
    transform: rotate(45deg);
  }

  .salad__about__subTitle::after {
    -webkit-transform: rotate(-45deg);
    right: -3rem;
    transform: rotate(-45deg);
  }

  .salad__about__title {
    position: relative;
    margin-bottom: 5rem;
    gap: 0;
  }

  .salad__about__title--title {
    width: 24.8rem;
  }

  .salad__about__title--point {
    position: absolute;
    bottom: -3rem;
    width: 6.8rem;
    margin-top: 0;
  }

  .salad__about__title--point.-point01 {
    left: 2rem;
  }

  .salad__about__title--point.-point02 {
    right: 2rem;
  }

  .salad__about__image {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 2rem;
  }

  .salad__about__image img {
    border-radius: 5px;
  }

  .salad__about__image .image01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-transform: translateX(0);
    position: initial;
    order: 2;
    width: 16.8rem;
    transform: translateX(0);
  }

  .salad__about__image .image02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30rem;
    margin: 0 auto 2rem;
  }

  .salad__about__image .image03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-transform: translateX(0);
    position: initial;
    order: 3;
    width: 16.8rem;
    margin-top: 2rem;
    margin-left: 1.4rem;
    transform: translateX(0);
  }

  .salad__about__intro {
    margin: 0 2rem;
    line-height: 2.1428;
  }

  .salad__graph {
    margin: 16.5rem auto 0;
    padding: 0 2rem;
  }

  .salad__graph__head__title {
    top: -76%;
    left: 2.5rem;
  }

  .salad__graph__head__title .en {
    margin-bottom: 1rem;
    padding: 0.2rem 0.7rem;
    border-radius: 3px;
    font-size: 1.2rem;
  }

  .salad__graph__head__title .en::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.5rem;
  }

  .salad__graph__head .ja {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.11em;
  }

  .salad__graph__head .ja .is-sp {
    display: inline-block !important;
  }

  .salad__graph__head .ja span {
    margin-bottom: 0.7rem;
    padding: 0.1rem 0.7rem 0.1rem 0.7rem;
    border-radius: 3px;
  }

  .salad__graph__head__image {
    width: 27.6rem;
    margin: 0 2.5rem 0 auto;
  }

  .salad__graph__head__image img {
    border-radius: 5px;
  }

  .salad__graph__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 2.2rem;
    gap: 3rem;
  }

  .salad__graph__foot__image {
    width: 100%;
  }

  .salad__graph__foot__image img {
    border-radius: 5px;
  }

  .salad__graph__foot__text {
    width: 100%;
    padding: 0 2.7rem;
    font-size: 1.4rem;
    line-height: 2;
  }

  .salad__graph__foot__text p+p {
    margin-top: 2.8rem;
  }

  .salad__plan {
    padding: 6.5rem 4.5rem;
  }

  .salad__plan .pageTitle {
    margin-bottom: 3.5rem;
  }

  .salad__plan .pageTitle__en {
    gap: 1rem;
  }

  .salad__plan__name {
    margin-bottom: 3rem;
  }

  .salad__plan__name .en {
    margin-bottom: 0.5rem;
    font-size: 3.4rem;
    line-height: 1;
  }

  .salad__plan__name .en::before,
  .salad__plan__name .en::after {
    width: 6.2rem;
  }

  .salad__plan__name .ja {
    font-size: 1.4rem;
  }

  .salad__plan__slide .batch {
    -webkit-transform: translate(-40%, -40%);
    width: 7.2rem;
    height: 7.2rem;
    transform: translate(-40%, -40%);
  }

  .salad__plan__slide__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }

  .salad__plan__slide__block {
    width: 100%;
  }

  .salad__plan__slide--title {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    line-height: 1.6875;
  }

  .salad__plan__slide--text {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }

  .salad__plan__slide--type {
    padding: 0.2rem 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
  }

  .salad__plan__slide .saladPlan__slider {
    margin-bottom: 1rem;
    border-radius: 5px;
  }

  .salad__plan__slide .saladPlan__slider .swiper-slide {
    height: 19.6rem;
  }

  .salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-wrap,
  .salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-wrap {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination,
  .salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination {
    position: relative;
    width: 6.4rem;
  }

  .salad__plan__slide .saladPlan__slider.saladPlan__slider01 .swiper-pagination-bullet,
  .salad__plan__slide .saladPlan__slider.saladPlan__slider02 .swiper-pagination-bullet {
    width: 2.5rem;
    height: 2.5rem;
  }

  .salad__plan__block {
    margin-top: 5.5rem;
  }

  .salad__plan__block.-plan02 .salad__plan__name .en::before,
  .salad__plan__block.-plan02 .salad__plan__name .en::after {
    width: 3rem;
  }

  .salad__plan__block.-plan03 .salad__plan__name .en {
    margin-bottom: 1.7rem;
  }

  .salad__plan__block.-plan03 .salad__plan__name .en::before,
  .salad__plan__block.-plan03 .salad__plan__name .en::after {
    width: 4.3rem;
  }

  .salad__plan__block__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .salad__plan__block__text {
    width: 100%;
  }

  .salad__plan__block__text .title {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    line-height: 1.6875;
  }

  .salad__plan__block__text .text {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }

  .salad__plan__block__text .type {
    gap: 0.7rem;
  }

  .salad__plan__block__text .type p {
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
  }

  .salad__plan__block__image {
    width: 100%;
    margin-bottom: 0.7rem;
  }

  .salad__plan__block__image img {
    border-radius: 5px;
  }

  .salad__plan__block .notes {
    margin-top: 4rem;
    font-size: 1.2rem;
    text-align: left;
  }

  .process__wrap {
    padding: 6.5rem 0 6rem;
  }

  .process .pageTitle__en::before {
    margin-bottom: 1rem;
  }

  .process__bgItem {
    width: 11.3rem;
  }

  .process__bgItem.-img01 {
    top: 29rem;
    right: -4rem;
    left: auto;
  }

  .process__bgItem.-img02 {
    top: auto;
    bottom: 2.5rem;
    left: -4rem;
  }

  .process__conts {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }

  .process__text {
    margin: 4rem 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }

  .process__block {
    position: relative;
    text-align: center;
  }

  .process__block+.process__block {
    margin-top: 1.5rem !important;
  }

  .process__block--img {
    width: 15.2rem;
    margin: 0;
  }

  .process__block--icon {
    width: 8.4rem;
    margin: 0;
  }

  .process__block--title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6875;
  }

  .process__block--title::before {
    height: 1.9rem;
  }

  .process__block--text {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
  }

  .process__block.-block01,
  .process__block.-block02,
  .process__block.-block03,
  .process__block.-block04 {
    width: 29.8rem;
    margin: 0 auto;
  }

  .process__block.-block01 .process__block--icon,
  .process__block.-block02 .process__block--icon,
  .process__block.-block03 .process__block--icon,
  .process__block.-block04 .process__block--icon {
    margin: 0 auto 1.5rem;
  }

  .process__block.-block04 .process__conts__wrap.-intro {
    margin-bottom: 1.5rem;
  }

  .process__block:nth-of-type(odd) .process__block--img {
    position: absolute;
    top: 6rem;
    left: -9.5rem;
  }

  .process__block:nth-of-type(even) .process__block--img {
    position: absolute;
    top: 7.5rem;
    right: -8.5rem;
  }

  .process .-step .border {
    width: 0.45rem;
    height: 5.4rem;
    background-image: url("../images/dotted_tate_sp.svg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .process .-step .arrow {
    width: 1.2rem;
    margin: 0.6rem auto;
  }

  .process .-step .number {
    width: 6.5rem;
    height: 6.5rem;
    margin: 1rem auto 1.5rem;
    padding-left: 0;
    font-size: 3rem;
    line-height: 1.1666;
  }

  .support {
    margin-bottom: 8rem;
    padding: 0;
  }

  .support__wrap {
    margin: 0 2rem;
    padding: 4.5rem 2.5rem;
    border-radius: 5px;
  }

  .support .pageTitle {
    margin-bottom: 1.5rem;
  }

  .support__text {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .support__text--text {
    font-size: 1.4rem;
  }

  .support__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3.5rem;
    gap: 3rem;
  }

  .support__block {
    width: 100%;
  }

  .support__block__title {
    margin-bottom: 1rem;
  }

  .support__block__title--icon {
    width: 3.1rem;
    margin-right: 0.8rem;
  }

  .support__block__title--title {
    font-size: 1.5rem;
  }

  .support__block--text {
    font-size: 1.4rem;
  }

  .case {
    margin-bottom: 6.5rem;
  }

  .case .pageTitle {
    margin-bottom: 3.5rem;
  }

  .case .pageTitle__en {
    margin-bottom: 1rem;
  }

  .case .pageTitle__en::before {
    margin-bottom: 1rem;
  }

  .case .pageTitle__ja::before,
  .case .pageTitle__ja::after {
    width: 11.6rem;
  }

  .case .pageTitle__ja::before {
    left: -1.6rem;
  }

  .case .pageTitle__ja::after {
    right: -1.6rem;
  }

  .case--text {
    font-size: 1.6rem;
    line-height: 1.875;
  }

  .case__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5rem;
    gap: 5.5rem;
  }

  .case__block__text {
    width: 31.8rem;
    margin: 0 auto;
    margin-bottom: 3.5rem;
    padding: 4.5rem 2rem;
    border-radius: 9px;
  }

  .case__block__text::before {
    top: -0.7rem;
    left: -0.7rem;
    width: 4.2rem;
    height: 4.2rem;
    background-image: url(../images/case_konma_sp.svg);
    background-size: cover;
  }

  .case__block__text--title {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
  }

  .case__block__text--text {
    font-size: 1.4rem;
    line-height: 1.85714;
  }

  .case__block__info {
    height: auto;
  }

  .case__block:nth-of-type(1) .case__block__logo {
    width: 19rem;
    margin: 0 auto 3rem;
  }

  .case__block:nth-of-type(2) .case__block__logo {
    width: 17.5rem;
    margin: 0 auto 2.5rem;
  }

  .case__block--name {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .case__block__category {
    gap: 0.8rem;
  }

  .case__block__category p {
    padding: 0.2rem 0.7rem;
    font-size: 1.2rem;
  }

  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  .sp-fl-none-sp {
    float: none !important;
  }

  .sp-fl-clear-sp {
    clear: both !important;
  }

  .sp-fs-sm {
    font-size: 1.2rem !important;
  }

  .sp-fs-md {
    font-size: 1.4rem !important;
  }

  .sp-fs-lg {
    font-size: 1.6rem !important;
  }

  .sp-fs-xl {
    font-size: 1.8rem !important;
  }

  .sp-fs-xxl {
    font-size: 2rem !important;
  }

  .sp-mt-0 {
    margin-top: 0px !important;
  }

  .sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .sp-ml-0 {
    margin-left: 0px !important;
  }

  .sp-mr-0 {
    margin-right: 0px !important;
  }

  .sp-mt-5 {
    margin-top: 5px !important;
  }

  .sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .sp-ml-5 {
    margin-left: 5px !important;
  }

  .sp-mr-5 {
    margin-right: 5px !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .sp-ml-10 {
    margin-left: 10px !important;
  }

  .sp-mr-10 {
    margin-right: 10px !important;
  }

  .sp-mt-15 {
    margin-top: 15px !important;
  }

  .sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp-ml-15 {
    margin-left: 15px !important;
  }

  .sp-mr-15 {
    margin-right: 15px !important;
  }

  .sp-mt-20 {
    margin-top: 20px !important;
  }

  .sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .sp-ml-20 {
    margin-left: 20px !important;
  }

  .sp-mr-20 {
    margin-right: 20px !important;
  }

  .sp-mt-25 {
    margin-top: 25px !important;
  }

  .sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .sp-ml-25 {
    margin-left: 25px !important;
  }

  .sp-mr-25 {
    margin-right: 25px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-ml-30 {
    margin-left: 30px !important;
  }

  .sp-mr-30 {
    margin-right: 30px !important;
  }

  .sp-mt-35 {
    margin-top: 35px !important;
  }

  .sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .sp-ml-35 {
    margin-left: 35px !important;
  }

  .sp-mr-35 {
    margin-right: 35px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-ml-40 {
    margin-left: 40px !important;
  }

  .sp-mr-40 {
    margin-right: 40px !important;
  }

  .sp-mt-45 {
    margin-top: 45px !important;
  }

  .sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .sp-ml-45 {
    margin-left: 45px !important;
  }

  .sp-mr-45 {
    margin-right: 45px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-ml-50 {
    margin-left: 50px !important;
  }

  .sp-mr-50 {
    margin-right: 50px !important;
  }

  .sp-mt-55 {
    margin-top: 55px !important;
  }

  .sp-mb-55 {
    margin-bottom: 55px !important;
  }

  .sp-ml-55 {
    margin-left: 55px !important;
  }

  .sp-mr-55 {
    margin-right: 55px !important;
  }

  .sp-mt-60 {
    margin-top: 60px !important;
  }

  .sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .sp-ml-60 {
    margin-left: 60px !important;
  }

  .sp-mr-60 {
    margin-right: 60px !important;
  }

  .sp-mt-65 {
    margin-top: 65px !important;
  }

  .sp-mb-65 {
    margin-bottom: 65px !important;
  }

  .sp-ml-65 {
    margin-left: 65px !important;
  }

  .sp-mr-65 {
    margin-right: 65px !important;
  }

  .sp-mt-70 {
    margin-top: 70px !important;
  }

  .sp-mb-70 {
    margin-bottom: 70px !important;
  }

  .sp-ml-70 {
    margin-left: 70px !important;
  }

  .sp-mr-70 {
    margin-right: 70px !important;
  }

  .sp-mt-75 {
    margin-top: 75px !important;
  }

  .sp-mb-75 {
    margin-bottom: 75px !important;
  }

  .sp-ml-75 {
    margin-left: 75px !important;
  }

  .sp-mr-75 {
    margin-right: 75px !important;
  }

  .sp-mt-80 {
    margin-top: 80px !important;
  }

  .sp-mb-80 {
    margin-bottom: 80px !important;
  }

  .sp-ml-80 {
    margin-left: 80px !important;
  }

  .sp-mr-80 {
    margin-right: 80px !important;
  }

  .sp-mt-85 {
    margin-top: 85px !important;
  }

  .sp-mb-85 {
    margin-bottom: 85px !important;
  }

  .sp-ml-85 {
    margin-left: 85px !important;
  }

  .sp-mr-85 {
    margin-right: 85px !important;
  }

  .sp-mt-90 {
    margin-top: 90px !important;
  }

  .sp-mb-90 {
    margin-bottom: 90px !important;
  }

  .sp-ml-90 {
    margin-left: 90px !important;
  }

  .sp-mr-90 {
    margin-right: 90px !important;
  }

  .sp-mt-95 {
    margin-top: 95px !important;
  }

  .sp-mb-95 {
    margin-bottom: 95px !important;
  }

  .sp-ml-95 {
    margin-left: 95px !important;
  }

  .sp-mr-95 {
    margin-right: 95px !important;
  }

  .sp-mt-100 {
    margin-top: 100px !important;
  }

  .sp-mb-100 {
    margin-bottom: 100px !important;
  }

  .sp-ml-100 {
    margin-left: 100px !important;
  }

  .sp-mr-100 {
    margin-right: 100px !important;
  }

  .sp-pt-0 {
    padding-top: 0px !important;
  }

  .sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .sp-pl-0 {
    padding-left: 0px !important;
  }

  .sp-pr-0 {
    padding-right: 0px !important;
  }

  .sp-pt-5 {
    padding-top: 5px !important;
  }

  .sp-pb-5 {
    padding-bottom: 5px !important;
  }

  .sp-pl-5 {
    padding-left: 5px !important;
  }

  .sp-pr-5 {
    padding-right: 5px !important;
  }

  .sp-pt-10 {
    padding-top: 10px !important;
  }

  .sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .sp-pl-10 {
    padding-left: 10px !important;
  }

  .sp-pr-10 {
    padding-right: 10px !important;
  }

  .sp-pt-15 {
    padding-top: 15px !important;
  }

  .sp-pb-15 {
    padding-bottom: 15px !important;
  }

  .sp-pl-15 {
    padding-left: 15px !important;
  }

  .sp-pr-15 {
    padding-right: 15px !important;
  }

  .sp-pt-20 {
    padding-top: 20px !important;
  }

  .sp-pb-20 {
    padding-bottom: 20px !important;
  }

  .sp-pl-20 {
    padding-left: 20px !important;
  }

  .sp-pr-20 {
    padding-right: 20px !important;
  }

  .sp-pt-25 {
    padding-top: 25px !important;
  }

  .sp-pb-25 {
    padding-bottom: 25px !important;
  }

  .sp-pl-25 {
    padding-left: 25px !important;
  }

  .sp-pr-25 {
    padding-right: 25px !important;
  }

  .sp-pt-30 {
    padding-top: 30px !important;
  }

  .sp-pb-30 {
    padding-bottom: 30px !important;
  }

  .sp-pl-30 {
    padding-left: 30px !important;
  }

  .sp-pr-30 {
    padding-right: 30px !important;
  }

  .sp-pt-35 {
    padding-top: 35px !important;
  }

  .sp-pb-35 {
    padding-bottom: 35px !important;
  }

  .sp-pl-35 {
    padding-left: 35px !important;
  }

  .sp-pr-35 {
    padding-right: 35px !important;
  }

  .sp-pt-40 {
    padding-top: 40px !important;
  }

  .sp-pb-40 {
    padding-bottom: 40px !important;
  }

  .sp-pl-40 {
    padding-left: 40px !important;
  }

  .sp-pr-40 {
    padding-right: 40px !important;
  }

  .sp-pt-45 {
    padding-top: 45px !important;
  }

  .sp-pb-45 {
    padding-bottom: 45px !important;
  }

  .sp-pl-45 {
    padding-left: 45px !important;
  }

  .sp-pr-45 {
    padding-right: 45px !important;
  }

  .sp-pt-50 {
    padding-top: 50px !important;
  }

  .sp-pb-50 {
    padding-bottom: 50px !important;
  }

  .sp-pl-50 {
    padding-left: 50px !important;
  }

  .sp-pr-50 {
    padding-right: 50px !important;
  }

  .sp-pt-55 {
    padding-top: 55px !important;
  }

  .sp-pb-55 {
    padding-bottom: 55px !important;
  }

  .sp-pl-55 {
    padding-left: 55px !important;
  }

  .sp-pr-55 {
    padding-right: 55px !important;
  }

  .sp-pt-60 {
    padding-top: 60px !important;
  }

  .sp-pb-60 {
    padding-bottom: 60px !important;
  }

  .sp-pl-60 {
    padding-left: 60px !important;
  }

  .sp-pr-60 {
    padding-right: 60px !important;
  }

  .sp-pt-65 {
    padding-top: 65px !important;
  }

  .sp-pb-65 {
    padding-bottom: 65px !important;
  }

  .sp-pl-65 {
    padding-left: 65px !important;
  }

  .sp-pr-65 {
    padding-right: 65px !important;
  }

  .sp-pt-70 {
    padding-top: 70px !important;
  }

  .sp-pb-70 {
    padding-bottom: 70px !important;
  }

  .sp-pl-70 {
    padding-left: 70px !important;
  }

  .sp-pr-70 {
    padding-right: 70px !important;
  }

  .sp-pt-75 {
    padding-top: 75px !important;
  }

  .sp-pb-75 {
    padding-bottom: 75px !important;
  }

  .sp-pl-75 {
    padding-left: 75px !important;
  }

  .sp-pr-75 {
    padding-right: 75px !important;
  }

  .sp-pt-80 {
    padding-top: 80px !important;
  }

  .sp-pb-80 {
    padding-bottom: 80px !important;
  }

  .sp-pl-80 {
    padding-left: 80px !important;
  }

  .sp-pr-80 {
    padding-right: 80px !important;
  }

  .sp-pt-85 {
    padding-top: 85px !important;
  }

  .sp-pb-85 {
    padding-bottom: 85px !important;
  }

  .sp-pl-85 {
    padding-left: 85px !important;
  }

  .sp-pr-85 {
    padding-right: 85px !important;
  }

  .sp-pt-90 {
    padding-top: 90px !important;
  }

  .sp-pb-90 {
    padding-bottom: 90px !important;
  }

  .sp-pl-90 {
    padding-left: 90px !important;
  }

  .sp-pr-90 {
    padding-right: 90px !important;
  }

  .sp-pt-95 {
    padding-top: 95px !important;
  }

  .sp-pb-95 {
    padding-bottom: 95px !important;
  }

  .sp-pl-95 {
    padding-left: 95px !important;
  }

  .sp-pr-95 {
    padding-right: 95px !important;
  }

  .sp-pt-100 {
    padding-top: 100px !important;
  }

  .sp-pb-100 {
    padding-bottom: 100px !important;
  }

  .sp-pl-100 {
    padding-left: 100px !important;
  }

  .sp-pr-100 {
    padding-right: 100px !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }

  .sp-va-top {
    vertical-align: top !important;
  }

  .sp-va-middle {
    vertical-align: middle !important;
  }

  .sp-va-bottom {
    vertical-align: bottom !important;
  }

  .sp-w-5 {
    width: 5px !important;
  }

  .sp-w-10 {
    width: 10px !important;
  }

  .sp-w-15 {
    width: 15px !important;
  }

  .sp-w-20 {
    width: 20px !important;
  }

  .sp-w-25 {
    width: 25px !important;
  }

  .sp-w-30 {
    width: 30px !important;
  }

  .sp-w-35 {
    width: 35px !important;
  }

  .sp-w-40 {
    width: 40px !important;
  }

  .sp-w-45 {
    width: 45px !important;
  }

  .sp-w-50 {
    width: 50px !important;
  }

  .sp-w-55 {
    width: 55px !important;
  }

  .sp-w-60 {
    width: 60px !important;
  }

  .sp-w-65 {
    width: 65px !important;
  }

  .sp-w-70 {
    width: 70px !important;
  }

  .sp-w-75 {
    width: 75px !important;
  }

  .sp-w-80 {
    width: 80px !important;
  }

  .sp-w-85 {
    width: 85px !important;
  }

  .sp-w-90 {
    width: 90px !important;
  }

  .sp-w-95 {
    width: 95px !important;
  }

  .sp-w-100 {
    width: 100px !important;
  }

  .sp-w-105 {
    width: 105px !important;
  }

  .sp-w-110 {
    width: 110px !important;
  }

  .sp-w-115 {
    width: 115px !important;
  }

  .sp-w-120 {
    width: 120px !important;
  }

  .sp-w-125 {
    width: 125px !important;
  }

  .sp-w-130 {
    width: 130px !important;
  }

  .sp-w-135 {
    width: 135px !important;
  }

  .sp-w-140 {
    width: 140px !important;
  }

  .sp-w-145 {
    width: 145px !important;
  }

  .sp-w-150 {
    width: 150px !important;
  }

  .sp-w-155 {
    width: 155px !important;
  }

  .sp-w-160 {
    width: 160px !important;
  }

  .sp-w-165 {
    width: 165px !important;
  }

  .sp-w-170 {
    width: 170px !important;
  }

  .sp-w-175 {
    width: 175px !important;
  }

  .sp-w-180 {
    width: 180px !important;
  }

  .sp-w-185 {
    width: 185px !important;
  }

  .sp-w-190 {
    width: 190px !important;
  }

  .sp-w-195 {
    width: 195px !important;
  }

  .sp-w-200 {
    width: 200px !important;
  }

  .sp-w-205 {
    width: 205px !important;
  }

  .sp-w-210 {
    width: 210px !important;
  }

  .sp-w-215 {
    width: 215px !important;
  }

  .sp-w-220 {
    width: 220px !important;
  }

  .sp-w-225 {
    width: 225px !important;
  }

  .sp-w-230 {
    width: 230px !important;
  }

  .sp-w-235 {
    width: 235px !important;
  }

  .sp-w-240 {
    width: 240px !important;
  }

  .sp-w-245 {
    width: 245px !important;
  }

  .sp-w-250 {
    width: 250px !important;
  }

  .sp-w-255 {
    width: 255px !important;
  }

  .sp-w-260 {
    width: 260px !important;
  }

  .sp-w-265 {
    width: 265px !important;
  }

  .sp-w-270 {
    width: 270px !important;
  }

  .sp-w-275 {
    width: 275px !important;
  }

  .sp-w-280 {
    width: 280px !important;
  }

  .sp-w-285 {
    width: 285px !important;
  }

  .sp-w-290 {
    width: 290px !important;
  }

  .sp-w-295 {
    width: 295px !important;
  }

  .sp-w-300 {
    width: 300px !important;
  }

  .sp-w-305 {
    width: 305px !important;
  }

  .sp-w-310 {
    width: 310px !important;
  }

  .sp-w-315 {
    width: 315px !important;
  }

  .sp-w-320 {
    width: 320px !important;
  }

  .sp-w-325 {
    width: 325px !important;
  }

  .sp-w-330 {
    width: 330px !important;
  }

  .sp-w-335 {
    width: 335px !important;
  }

  .sp-w-340 {
    width: 340px !important;
  }

  .sp-w-345 {
    width: 345px !important;
  }

  .sp-w-350 {
    width: 350px !important;
  }

  .sp-w-355 {
    width: 355px !important;
  }

  .sp-w-360 {
    width: 360px !important;
  }

  .sp-w-365 {
    width: 365px !important;
  }

  .sp-w-370 {
    width: 370px !important;
  }

  .sp-w-375 {
    width: 375px !important;
  }

  .sp-w-380 {
    width: 380px !important;
  }

  .sp-w-385 {
    width: 385px !important;
  }

  .sp-w-390 {
    width: 390px !important;
  }

  .sp-w-395 {
    width: 395px !important;
  }

  .sp-w-400 {
    width: 400px !important;
  }

  .sp-w-5per {
    width: 5% !important;
  }

  .sp-w-10per {
    width: 10% !important;
  }

  .sp-w-15per {
    width: 15% !important;
  }

  .sp-w-20per {
    width: 20% !important;
  }

  .sp-w-25per {
    width: 25% !important;
  }

  .sp-w-30per {
    width: 30% !important;
  }

  .sp-w-35per {
    width: 35% !important;
  }

  .sp-w-40per {
    width: 40% !important;
  }

  .sp-w-45per {
    width: 45% !important;
  }

  .sp-w-50per {
    width: 50% !important;
  }

  .sp-w-55per {
    width: 55% !important;
  }

  .sp-w-60per {
    width: 60% !important;
  }

  .sp-w-65per {
    width: 65% !important;
  }

  .sp-w-70per {
    width: 70% !important;
  }

  .sp-w-75per {
    width: 75% !important;
  }

  .sp-w-80per {
    width: 80% !important;
  }

  .sp-w-85per {
    width: 85% !important;
  }

  .sp-w-90per {
    width: 90% !important;
  }

  .sp-w-95per {
    width: 95% !important;
  }

  .sp-w-100per {
    width: 100% !important;
  }

  .sp-w-1em {
    width: 1em !important;
  }

  .sp-w-2em {
    width: 2em !important;
  }

  .sp-w-3em {
    width: 3em !important;
  }

  .sp-w-4em {
    width: 4em !important;
  }

  .sp-w-5em {
    width: 5em !important;
  }

  .sp-w-6em {
    width: 6em !important;
  }

  .sp-w-7em {
    width: 7em !important;
  }

  .sp-w-8em {
    width: 8em !important;
  }

  .sp-w-9em {
    width: 9em !important;
  }

  .sp-w-10em {
    width: 10em !important;
  }

  .sp-w-11em {
    width: 11em !important;
  }

  .sp-w-12em {
    width: 12em !important;
  }

  .sp-w-13em {
    width: 13em !important;
  }

  .sp-w-14em {
    width: 14em !important;
  }

  .sp-w-15em {
    width: 15em !important;
  }

  .sp-w-16em {
    width: 16em !important;
  }

  .sp-w-17em {
    width: 17em !important;
  }

  .sp-w-18em {
    width: 18em !important;
  }

  .sp-w-19em {
    width: 19em !important;
  }

  .sp-w-20em {
    width: 20em !important;
  }

  .sp-w-auto {
    width: auto !important;
  }
}