/** @format */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}
::-ms-expand {
  display: none;
}
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: rgba(0, 0, 0, 0);
  outline: none;
  background: rgba(0, 0, 0, 0);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
html {
  font-size: 10px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  color: #333;
  overflow-x: clip;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
strong,
b {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  width: auto;
}
a,
button {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity ease-out 0.3s, color ease-out 0.3s,
    border-color ease-out 0.3s, background-color ease-out 0.3s;
  transition: opacity ease-out 0.3s, color ease-out 0.3s,
    border-color ease-out 0.3s, background-color ease-out 0.3s;
}
a img,
button img {
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
a path,
button path {
  -webkit-transition: fill ease-out 0.3s;
  transition: fill ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  .sp {
    display: none !important;
  }
  a:hover {
    opacity: 0.3;
  }
  a:hover img {
    opacity: 1;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 0.694444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 5;
    background-color: #fff;
  }
  header .headerBody {
    width: min(100% - 11.2rem, 134.5rem);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  header .logo {
    width: 168px;
    display: block;
  }
  header .logo img {
    width: 100%;
  }
  header .menuBtn {
    display: none;
  }
  header .menuBody {
    display: block !important;
  }
  header .menuMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .menuMain li:not(:first-child):not(:nth-child(2)) {
    margin-left: 4.8rem;
  }
  header .menuMain li a {
    font-size: 1.4rem;
    line-height: 200%;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: max(12px, 1.4rem);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#333),
        to(#333)
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    -webkit-transition: background-size ease-out 0.3s;
    transition: background-size ease-out 0.3s;
    padding-bottom: 5px;
  }
  header .menuMain li a:hover {
    background-size: 100% 1px;
    opacity: 1;
  }
  header .menuMain li.spOnly,
  header .menuMain li .moreMenu {
    display: none;
  }
  header .menuMain li.--lineBtn {
    margin-left: 3.3rem;
  }
  header .menuMain li.--lineBtn a {
    display: block;
    border-radius: calc(infinity * 1px);
    background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
    width: max(100px, 12rem);
    height: 28px;
    position: relative;
  }
  header .menuMain li.--lineBtn a::before {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: calc(infinity * 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff;
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity ease-out 0.3s;
    transition: opacity ease-out 0.3s;
  }
  header .menuMain li.--lineBtn a span {
    position: relative;
    z-index: 1;
    display: block;
    background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    transition: -webkit-text-fill-color ease-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 28px;
  }
  header .menuMain li.--lineBtn a:hover::before {
    opacity: 0;
  }
  header .menuMain li.--lineBtn a:hover span {
    -webkit-text-fill-color: #fff;
  }
  header .menuSub {
    display: none;
  }
}
@media screen and (max-width: 868px) and (min-width: 768px) {
  header .logo {
    width: 140px;
  }
  header .menuMain li:not(:first-child):not(:nth-child(2)) {
    margin-left: 3.8rem;
  }
}
footer {
  padding-block: 14rem 2rem;
  background-color: #fff;
}
footer .footerBody {
  width: min(100% - 11.2rem, 132rem);
  margin-inline: auto;
}
footer .footerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footerMain .logo {
  width: max(168px, 21.6rem);
  display: block;
}
footer .footerMain .logo img {
  width: 100%;
}
footer .footerMain .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 5.7rem;
}
footer .footerMain .menu > li > a {
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: max(12px, 1.6rem);
}
footer .footerMain .menu > li.--lineBtn {
  position: relative;
  top: -0.8rem;
}
footer .footerMain .menu > li.--lineBtn a {
  display: block;
  border: 1px solid #333;
  border-radius: calc(infinity * 1px);
  text-align: center;
  padding: 0.7rem 2.3rem;
}
@media screen and (min-width: 768px) {
  footer .footerMain .menu > li.--lineBtn a:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
}
footer .footerMain .menu__sub {
  padding-left: 0.9rem;
  margin-top: 0.7rem;
}
footer .footerMain .menu__sub > li > a {
  font-size: 1.2rem;
  line-height: 200%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: max(10px, 1.2rem);
}
footer .footerMain .menu__sub.--textSpace > li > a {
  letter-spacing: 0.05em;
}
footer .footerSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 8.4rem;
}
footer .footerSub .search {
  width: max(200px, 25.5rem);
  width: 255px;
}
footer .footerSub .JapaneseSite {
  margin-top: 1.7rem;
}
footer .footerSub .JapaneseSite a {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 12px;
  color: #1f995c;
  display: inline-block;
  background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjExIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTEgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjIyMjIyIDAuNzE0NkMwLjU1NDIzOSAwLjcxNDYgMCAxLjI0NzIgMCAxLjg4OTExVjEwLjExMDdDMCAxMC43NTI2IDAuNTU0MjM5IDExLjI4NTIgMS4yMjIyMiAxMS4yODUySDkuNzc3NzhDMTAuNDQ1OCAxMS4yODUyIDExIDEwLjc1MjYgMTEgMTAuMTEwN1Y1Ljk5OTlIOS43Nzc3OFYxMC4xMTA3SDEuMjIyMjJWMS44ODkxMUg1LjVWMC43MTQ2SDEuMjIyMjJaTTYuNzIyMjIgMC43MTQ2VjEuODg5MTFIOC45MTM2M0wzLjIzNDU5IDcuMzQ2NDZMNC4wOTg3NCA4LjE3Njg4TDkuNzc3NzggMi43MTk1M1Y0LjgyNTM5SDExVjAuNzE0Nkg2LjcyMjIyWiIgZmlsbD0iIzFGOTk1QyIvPgo8L3N2Zz4K")
    no-repeat right top 50%;
  background-size: 11px auto;
  padding-right: 17px;
}
footer .footerSub .address {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(10px, 1.4rem);
  text-align: right;
  margin-top: 1.6rem;
}
footer .footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 9.2rem;
}
footer .footerBottom a {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.4rem);
  text-decoration: underline;
}
footer .footerBottom small {
  font-size: 1.2rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.2rem);
  display: block;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  footer .footerFlex {
    display: block;
  }
  footer .footerSub {
    padding-top: 0;
  }
}
.contentWrap {
  overflow: clip;
}
.search {
  width: 100%;
}
.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.search .formText {
  border-radius: calc(infinity * 1px) 0px 0px calc(infinity * 1px);
  border: 1px solid #bebebe;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13) inset;
  padding: 0.5rem 1rem;
  width: calc(100% - 32px);
  height: 32px;
}
.search .formBtn {
  width: 32px;
  height: 32px;
  border-radius: 0px calc(infinity * 1px) calc(infinity * 1px) 0px;
  background: #1f995c
    url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE1IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTUgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPGxpbmUgeDE9IjkuNzA3MTEiIHkxPSI5LjI5Mjg5IiB4Mj0iMTMuNzA3MSIgeTI9IjEzLjI5MjkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K")
    no-repeat center;
  background-size: 14px auto;
  cursor: pointer;
}
.productsList__item {
  padding: 0 4px 4px 4px;
}
.productsList__body {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  background: #fff;
  padding: 18px 17px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s, top 0.3s, left 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, top 0.3s, left 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, top 0.3s, left 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, top 0.3s, left 0.3s,
    -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .productsList__body:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    top: 1px;
    left: 1px;
    -webkit-transition: opacity 0.6s, top 0.3s, left 0.3s,
      -webkit-box-shadow 0.3s;
    transition: opacity 0.6s, top 0.3s, left 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.6s, box-shadow 0.3s, top 0.3s, left 0.3s;
    transition: opacity 0.6s, box-shadow 0.3s, top 0.3s, left 0.3s,
      -webkit-box-shadow 0.3s;
  }
  .productsList__body:hover .productsList__photo img {
    opacity: 1;
  }
}
.productsList__name {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: max(12px, 1.4rem);
  border: 1px solid #1b3c92;
  border-radius: calc(infinity * 1px);
  padding: 8px 2.9rem;
  color: #1b3c92;
  display: inline-block;
}
.productsList__photo {
  margin: 14px auto;
  position: relative;
}
.productsList__photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  width: min(100% - 3.4rem, 30rem);
  height: 34rem;
  margin-inline: auto;
}
.productsList__photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.productsList__photo ul li {
  background-color: #1f995c;
  color: #fff;
  padding: 5px 0.8rem;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.4rem);
}
.productsList__text {
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(12px, 1.5rem);
  padding: 2.2rem 0.8rem 1.7rem;
}
@media screen and (min-width: 768px) {
  .productsList.type--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8rem 5rem;
  }
  .productsList.cell03 .productsList__item {
    width: calc((100% - 10rem) / 3);
  }
}
.newsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  padding: 0 0 3.8rem;
}
.newsList__item:not(:last-child) {
  margin-bottom: 6.3rem;
}
.newsList .day {
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: max(12px, 1.6rem);
  padding-inline: 3.2rem 6.7rem;
  width: max(180px, 22%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.newsList .day span {
  background-color: #1f995c;
  color: #fff;
  padding: 5px 0.8rem 4px;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.2rem);
  margin-left: 1rem;
}
.newsList .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: max(12px, 1.8rem);
}
.titleBox {
  padding-inline: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40rem;
  text-align: center;
  color: #1f995c;
}
.titleBox h1 {
  font-size: 4.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.titleBox .sub {
  font-size: 2.2rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 800;
}
.pageing {
  margin-block: 12rem 15rem;
}
.pageing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: min(100%, 110rem);
  margin-inline: auto;
}
.pageing ul li {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0em;
  font-weight: 600;
  font-size: max(10px, 1.4rem);
}
.pageing ul li a:not(.prev):not(.next),
.pageing ul li .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: max(20px, 2.8rem);
  height: max(28px, 3.6rem);
  background-color: #1f995c;
  color: #fff;
}
.pageing ul li .current {
  color: #000;
  background-color: #e1e1e1;
}
.pageing ul li .dots {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.pageing ul li:has(.prev) a,
.pageing ul li:has(.next) a {
  display: block;
  position: relative;
  width: max(28px, 3.6rem);
  height: max(28px, 3.6rem);
}
.pageing ul li:has(.prev) a::before,
.pageing ul li:has(.next) a::before {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDUgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuMzY2MDNMMC42MzcwMDYgOC4wMDMwNEw0LjY0MDAxIDQuMDAwMDNMMC42MzcwMDYgLTAuMDAyOTc1NDZMMCAwLjYzNDAzMUwzLjM2NiA0LjAwMDAzTDAgNy4zNjYwM1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");
  mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDUgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuMzY2MDNMMC42MzcwMDYgOC4wMDMwNEw0LjY0MDAxIDQuMDAwMDNMMC42MzcwMDYgLTAuMDAyOTc1NDZMMCAwLjYzNDAzMUwzLjM2NiA0LjAwMDAzTDAgNy4zNjYwM1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.8rem 1.4rem;
  mask-size: 0.8rem 1.4rem;
  background-color: #333;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pageing ul li:has(.prev) {
  margin-right: 2.1rem;
}
.pageing ul li:has(.prev) a::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.pageing ul li:has(.next) {
  margin-left: 2.1rem;
}
.pageing ul li:has(.next) a::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pnkz {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-bottom: 1rem;
}
.pnkz ul {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.4rem);
}
.pnkz ul::-webkit-scrollbar {
  display: none;
}
.pnkz ul li {
  color: #919191;
  display: inline-block;
  vertical-align: middle;
}
.pnkz ul li:not(:last-child) {
  background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDUgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuMzY2MDNMMC42MzcwMDYgOC4wMDMwNEw0LjY0MDAxIDQuMDAwMDNMMC42MzcwMDYgLTAuMDAyOTc1NDZMMCAwLjYzNDAzMUwzLjM2NiA0LjAwMDAzTDAgNy4zNjYwM1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==")
    no-repeat center right;
  background-size: 0.46rem auto;
  padding-right: 1.3rem;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.catalogList__item:nth-child(odd) .catalogList__body {
  background-color: #d2d2d2;
}
.catalogList__body {
  background-color: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6.2rem 4.8rem 6.5rem;
  min-height: 42rem;
}
.catalogList .title {
  font-size: 3.8rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
}
.catalogList .title span {
  font-size: 2.2rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}
.catalogList .text {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(10px, 1.6rem);
  margin-bottom: 2rem;
}
.catalogList .btn--arwIcon {
  margin-top: auto;
  width: 100%;
  max-width: 240px;
  min-width: auto;
  padding-block: 0.8rem;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .catalogList.type--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalogList.cell03 .catalogList__item {
    width: 33.3333333333%;
  }
}
.contactBox {
  margin-bottom: 1rem;
}
.contactBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: url(../img/page/contact_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 45rem;
}
.contactBox__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#07191b),
    to(transparent)
  );
  background: linear-gradient(90deg, #07191b 0%, transparent 100%);
  opacity: 0.7;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.contactBox__body:hover {
  opacity: 1;
}
.contactBox__body:hover::before {
  opacity: 0.5;
}
.contactBox__body:hover .icon {
  background-color: #fff;
}
.contactBox__body:hover .icon::before {
  background-color: #333;
}
.contactBox__body:hover .icon::after {
  background-color: #333;
}
.contactBox__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  color: #fff;
}
.contactBox .name {
  font-size: 8.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(60px, 8.6rem);
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  padding-bottom: 7.3rem;
  -webkit-text-fill-color: #fff;
  margin-bottom: 8rem;
}
.contactBox .name::after {
  content: "";
  display: block;
  width: 15.8rem;
  height: 0.6rem;
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contactBox .name {
    font-size: 3.2rem;
    padding-bottom: 5.4rem;
  }
  .contactBox .name::after {
    width: 11rem;
    height: 0.4rem;
  }
}
.contactBox .name::after {
  background: #fff;
}
.contactBox .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.025em;
  font-weight: 600;
  font-size: max(12px, 1.8rem);
}
.contactBox .icon {
  display: block;
  width: 24.2rem;
  height: 24.2rem;
  border-radius: calc(infinity * 1px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.contactBox .icon::before {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjcyIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNzIgNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNjk5MDI5IiB5PSIwLjY5OTAyOSIgd2lkdGg9IjcwLjYwMTkiIGhlaWdodD0iNDYuMTM1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjM5ODA2Ii8+CjxwYXRoIGQ9Ik02Ny4yNDY5IDYuMjkxMjVMMzYuMDcgMjIuMDE5NEw0Ljg5MzA3IDYuMjkxMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zOTgwNiIvPgo8L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjcyIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNzIgNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNjk5MDI5IiB5PSIwLjY5OTAyOSIgd2lkdGg9IjcwLjYwMTkiIGhlaWdodD0iNDYuMTM1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjM5ODA2Ii8+CjxwYXRoIGQ9Ik02Ny4yNDY5IDYuMjkxMjVMMzYuMDcgMjIuMDE5NEw0Ljg5MzA3IDYuMjkxMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zOTgwNiIvPgo8L3N2Zz4K");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 7.2rem 4.8rem;
  mask-size: 7.2rem 4.8rem;
  background-color: #fff;
  width: 7.2rem;
  height: 4.8rem;
  position: absolute;
  top: 7.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.contactBox .icon::after {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMjAwIDEwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44OTUyNjQgOS4yMTEzOUgxOTguMTU0TDE5MC4yODcgMS4zNDM1MSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfODkwXzQ0OSkiIHN0cm9rZS13aWR0aD0iMS4xMjM5OCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg5MF80NDkiIHgxPSIwLjg5NTI2NiIgeTE9IjMuMTIwMTMiIHgyPSIxLjExNTU3IiB5Mj0iMTIuNjMyNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNUFBNkQwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIyNUU5NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMjAwIDEwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44OTUyNjQgOS4yMTEzOUgxOTguMTU0TDE5MC4yODcgMS4zNDM1MSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfODkwXzQ0OSkiIHN0cm9rZS13aWR0aD0iMS4xMjM5OCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg5MF80NDkiIHgxPSIwLjg5NTI2NiIgeTE9IjMuMTIwMTMiIHgyPSIxLjExNTU3IiB5Mj0iMTIuNjMyNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNUFBNkQwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIyNUU5NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 11.6rem 6.8rem;
  mask-size: 11.6rem 6.8rem;
  background-color: #fff;
  width: 11.6rem;
  height: 6.8rem;
  -webkit-mask-size: 16rem auto;
  mask-size: 16rem auto;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  position: absolute;
  bottom: 7.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.backBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #292929;
  width: 100%;
  height: 21.3rem;
  overflow: clip;
  position: relative;
}
.backBox__body::before {
  content: "";
  display: block;
  width: 33.6rem;
  height: 33.6rem;
  border: 1px solid #fff;
  border-radius: calc(infinity * 1px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-137%, -50%);
  transform: translate(-137%, -50%);
}
@media screen and (min-width: 768px) {
  .backBox__body:hover {
    opacity: 0.5;
  }
  .backBox__body:hover p::before {
    left: -26rem;
    -webkit-transition: left ease-out 0.8s;
    transition: left ease-out 0.8s;
  }
}
.backBox p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.4rem);
  position: relative;
}
.backBox p::before {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjIxOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMjE5IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMTguNzIzIDcuODY0OTNIMi4wMDAwNUw4LjcyOTcyIDEuMTM1MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC45NjEzODIiLz4KPC9zdmc+Cg==");
  mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjIxOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMjE5IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMTguNzIzIDcuODY0OTNIMi4wMDAwNUw4LjcyOTcyIDEuMTM1MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC45NjEzODIiLz4KPC9zdmc+Cg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 21.7rem 7rem;
  mask-size: 21.7rem 7rem;
  background-color: #fff;
  width: 21.7rem;
  height: 7rem;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  position: absolute;
  top: 50%;
  left: -24rem;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
  -webkit-transition: left ease-out 0.3s;
  transition: left ease-out 0.3s;
}
.slideNav {
  position: relative;
  display: inline-block;
  padding-inline: 6.5rem;
}
.slideNav .slideDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem 2.2rem;
}
.slideNav .slideDots li.slick-active button {
  background-color: #1f995c;
}
.slideNav .slideDots li button {
  display: block;
  color: rgba(0, 0, 0, 0);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background-color: #d9d9d9;
}
.slideNav .slick-arrow {
  display: block;
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 100%;
  background: #fff
    url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgNTAgMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OC43NTQ4IDEuMTM2NDdMMjUgMjQuMjcyOUwxLjI0NTIzIDEuMTM2NDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=")
    no-repeat;
  background-size: 1.8rem auto;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.slideNav .slick-arrow.slickIconPrev {
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  left: 0;
  background-position: top 55% right 45%;
  -webkit-box-shadow: 4px 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 4px 0 2px 0 rgba(0, 0, 0, 0.14);
}
.slideNav .slick-arrow.slickIconNext {
  -webkit-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  right: 0;
  background-position: top 55% left 45%;
  -webkit-box-shadow: -4px 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: -4px 0 2px 0 rgba(0, 0, 0, 0.14);
}
.wpContent {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: max(12px, 1.6rem);
}
.wpContent h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 160%;
  letter-spacing: 0em;
  font-weight: 600;
  margin-block: 4.8rem 1rem;
}
.btn--circle {
  position: relative;
  width: 55.3rem;
  height: 55.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: calc(infinity * 1px);
  border: 1px solid;
  padding-top: 3.5rem;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .btn--circle:hover {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: -webkit-transform ease-out 0.6s;
    transition: -webkit-transform ease-out 0.6s;
    transition: transform ease-out 0.6s;
    transition: transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
  }
  .btn--circle:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
    -webkit-transition: opacity ease-out 0.8s, -webkit-transform ease-out 0.8s;
    transition: opacity ease-out 0.8s, -webkit-transform ease-out 0.8s;
    transition: transform ease-out 0.8s, opacity ease-out 0.8s;
    transition: transform ease-out 0.8s, opacity ease-out 0.8s,
      -webkit-transform ease-out 0.8s;
  }
  .btn--circle:hover span::after {
    -webkit-transform: translateX(calc(-47% + 3px));
    transform: translateX(calc(-47% + 3px));
    -webkit-transition: -webkit-transform ease-out 0.8s;
    transition: -webkit-transform ease-out 0.8s;
    transition: transform ease-out 0.8s;
    transition: transform ease-out 0.8s, -webkit-transform ease-out 0.8s;
  }
}
.btn--circle::before {
  content: "";
  display: block;
  width: 37.8rem;
  height: 37.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: calc(infinity * 1px);
  border: 1px solid;
  opacity: 1;
  -webkit-transition: opacity ease-out 0.3s, -webkit-transform ease-out 0.3s;
  transition: opacity ease-out 0.3s, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity ease-out 0.3s,
    -webkit-transform ease-out 0.3s;
}
.btn--circle span {
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(14px, 1.8rem);
  position: relative;
  padding-bottom: 3.3rem;
}
.btn--circle span::after {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMjAwIDEwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44OTUyNjQgOS4yMTEzOUgxOTguMTU0TDE5MC4yODcgMS4zNDM1MSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfODkwXzQ0OSkiIHN0cm9rZS13aWR0aD0iMS4xMjM5OCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg5MF80NDkiIHgxPSIwLjg5NTI2NiIgeTE9IjMuMTIwMTMiIHgyPSIxLjExNTU3IiB5Mj0iMTIuNjMyNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNUFBNkQwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIyNUU5NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMjAwIDEwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44OTUyNjQgOS4yMTEzOUgxOTguMTU0TDE5MC4yODcgMS4zNDM1MSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfODkwXzQ0OSkiIHN0cm9rZS13aWR0aD0iMS4xMjM5OCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg5MF80NDkiIHgxPSIwLjg5NTI2NiIgeTE9IjMuMTIwMTMiIHgyPSIxLjExNTU3IiB5Mj0iMTIuNjMyNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNUFBNkQwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIyNUU5NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20rem 1rem;
  mask-size: 20rem 1rem;
  background-color: #333;
  width: 20rem;
  height: 1rem;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-47%);
  transform: translateX(-47%);
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}
.btn--circle.--white {
  border-color: #fff;
}
.btn--circle.--white::before {
  border-color: #fff;
}
.btn--circle.--white span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.btn--circle.--white span::after {
  background: #fff;
}
.btn--circle.--blue {
  border-color: #1b3c92;
}
.btn--circle.--blue::before {
  border-color: #1b3c92;
}
.btn--circle.--blue span {
  background: linear-gradient(133deg, #5aa6d0 0%, #225e95 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.btn--circle.--blue span::after {
  background: linear-gradient(133deg, #5aa6d0 0%, #225e95 100%);
}
.btn--arwIcon {
  display: inline-block;
  min-width: 240px;
  border-radius: calc(infinity * 1px);
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  color: #fff;
  padding: 0.7rem 5rem;
  position: relative;
  text-align: center;
}
.btn--arwIcon::after {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMuNSIgY3k9IjEzLjUiIHI9IjEyLjU4MDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC44Mzg3MSIvPgo8cGF0aCBkPSJNMTIuMTE1NSA4Ljg4NzA4TDE2Ljg1OTkgMTMuNjMxNUwxMi4xMTU1IDE4LjM3NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjgzODcxIi8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMuNSIgY3k9IjEzLjUiIHI9IjEyLjU4MDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC44Mzg3MSIvPgo8cGF0aCBkPSJNMTIuMTE1NSA4Ljg4NzA4TDE2Ljg1OTkgMTMuNjMxNUwxMi4xMTU1IDE4LjM3NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjgzODcxIi8+Cjwvc3ZnPgo=");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2.6rem 2.6rem;
  mask-size: 2.6rem 2.6rem;
  background-color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn--arwIcon span {
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: max(12px, 1.5rem);
}
.btnMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: min(100%, 110rem);
  margin-inline: auto;
}
.btnMenu ul li {
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  border-radius: 8px;
}
.btnMenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  width: 18.8rem;
  height: 100%;
  min-height: 6.6rem;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.4rem);
  -webkit-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .btnMenu ul li a:hover {
    background-color: #686868;
    opacity: 1;
  }
}
.btnMenu ul li a.act {
  background-color: #686868;
  pointer-events: none;
}
.fadeCon {
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition: opacity ease-out 0.4s, -webkit-transform ease-out 0.4s;
  transition: opacity ease-out 0.4s, -webkit-transform ease-out 0.4s;
  transition: opacity ease-out 0.4s, transform ease-out 0.4s;
  transition: opacity ease-out 0.4s, transform ease-out 0.4s,
    -webkit-transform ease-out 0.4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeCon.--f_left {
  -webkit-transform: translate(-4rem, 0);
  transform: translate(-4rem, 0);
}
.fadeCon.--f_right {
  -webkit-transform: translate(4rem, 0);
  transform: translate(4rem, 0);
}
.fadeCon.fadeAct {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.index::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 5;
}
.index.open::before {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease-out 1.5s, z-index ease-out 1.5s 1.5s;
  transition: opacity ease-out 1.5s, z-index ease-out 1.5s 1.5s;
}
.index.open .mv::before {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease-out 3s;
  transition: all ease-out 3s;
}
.index .mv {
  height: clamp(78rem, 100vh, 94rem);
  position: relative;
}
.index .mv:has(.pickupNews) .mv__scrollBar {
  bottom: 10rem;
}
.index .mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 5;
}
.index .mv__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index .mv__lead {
  font-size: 7.2rem;
  line-height: 87%;
  letter-spacing: 0.04em;
  font-weight: 600;
  width: min(100% - 11.2rem, 131rem);
  margin-inline: auto;
  height: clamp(78rem, 100vh, 90rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 7.2rem;
  color: #fff;
}
.index .mv__lead span {
  display: block;
  font-size: 11rem;
  font-weight: 800;
  letter-spacing: 0.055em;
}
.index .mv__scrollBar {
  color: #fff;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: max(10px, 1.2rem);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 2rem;
  right: 2.3rem;
  padding-bottom: 11rem;
}
.index .mv__scrollBar::after {
  content: "";
  display: block;
  width: 1px;
  height: 9.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: clip;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgb(255, 255, 255)),
    color-stop(50%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background-position: 0 -9.3rem;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards
    infinite;
  animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -9.3rem;
  }
  60% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 9.3rem;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -9.3rem;
  }
  60% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 9.3rem;
  }
}
.index .mv .pickupNews {
  position: absolute;
  bottom: -1px;
  right: 0;
}
.index .mv .pickupNews__title {
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  padding: 6px 1.5rem;
  border-radius: 2px 2px 0 0;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.4rem);
}
.index .mv .pickupNews__item {
  padding: 15px 1.5rem 12px;
  background-color: rgba(255, 255, 255, 0.9);
}
.index .mv .pickupNews__item .day {
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: max(12px, 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.index .mv .pickupNews__item .day span {
  background-color: #1f995c;
  color: #fff;
  padding: 5px 0.8rem 4px;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.2rem);
  margin-left: 1rem;
}
.index .mv .pickupNews__item .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: max(12px, 1.8rem);
}
.index .about__inner {
  width: min(100% - 0rem, 144rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 15rem 10.7rem 13.6rem 0;
  position: relative;
  background: url(../img/page/index_about_bg01.png) no-repeat top 5.8rem left,
    url(../img/page/index_about_bg02.png) no-repeat top -1.4rem right;
  background-size: 55.3rem auto, 38rem auto;
}
.index .about__title {
  font-style: italic;
  font-size: 11rem;
  line-height: 87%;
  letter-spacing: 0.02em;
  font-weight: 100;
  font-size: max(80px, 11rem);
  opacity: 0.7;
  background: linear-gradient(133deg, #aedcdf 0%, #5aca50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.index .about__title span {
  font-weight: 500;
}
.index .about__textBox {
  width: min(100%, 59rem);
  aspect-ratio: 1;
  border-radius: 100%;
  border: 1px solid #5fa8c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -13.2rem;
  left: -1.3rem;
  padding-top: 1.7rem;
  margin-bottom: -13.2rem;
}
.index .about__textBox p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.02em;
  width: min(100%, 38rem);
  font-size: max(12px, 1.5rem);
}
.index .about__photo {
  position: absolute;
}
.index .about__photo.--photo01 {
  width: 28rem;
  left: 46.5rem;
  bottom: 28.9rem;
}
.index .about__photo.--photo02 {
  width: 25.2rem;
  right: 7rem;
  bottom: 0;
}
.index .products {
  background: url(../img/page/index_products_bg.jpg) no-repeat top 7.3rem center;
  background-size: cover;
  position: relative;
  padding-bottom: 31rem;
}
.index .products::before {
  content: "";
  display: block;
  background-color: #8be97b;
  opacity: 0.3;
  height: calc(100% - 7.3rem);
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.index .products__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}
.index .products__title {
  font-size: 11.8rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(80px, 11.8rem);
  opacity: 0.4;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9dd571),
    to(#58c282)
  );
  background: linear-gradient(90deg, #9dd571 0%, #58c282 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.index .products .productsList {
  margin-top: 17.5rem;
  position: relative;
  z-index: 1;
}
.index .products__btn {
  position: absolute;
  bottom: -40rem;
  right: -10.2rem;
}
.index .why {
  background-color: #f5f5f5;
}
.index .why__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-block: 12rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.index .why__textBox {
  width: calc(100% - 57rem);
}
.index .why__photoBox {
  width: 57rem;
  padding: 2.5rem 0.5rem 0 0;
}
.index .why .title {
  font-size: 8.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(60px, 8.6rem);
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  padding-bottom: 7.3rem;
}
.index .why .title::after {
  content: "";
  display: block;
  width: 15.8rem;
  height: 0.6rem;
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .index .why .title {
    font-size: 3.2rem;
    padding-bottom: 5.4rem;
  }
  .index .why .title::after {
    width: 11rem;
    height: 0.4rem;
  }
}
.index .why .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 280%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
  margin-top: 7.3rem;
  width: min(100%, 67rem);
}
.index .why .btn {
  margin-top: 6.5rem;
}
.index .global {
  background-color: #f5f5f5;
  position: relative;
  padding-block: 8rem 11.7rem;
}
.index .global::before,
.index .global::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: calc(infinity * 1px);
  border: 1px solid;
}
.index .global::before {
  width: 55rem;
  height: 55rem;
  top: -23.8rem;
  right: 0.7rem;
  border-color: #1b3c92;
  opacity: 0.4;
}
.index .global::after {
  width: 22.5rem;
  height: 22.5rem;
  top: 11rem;
  right: 40rem;
  border-color: #1b3c92;
  opacity: 0.8;
}
.index .global__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.index .global__title {
  font-size: 8.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(60px, 8.6rem);
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  padding-bottom: 7.3rem;
}
.index .global__title::after {
  content: "";
  display: block;
  width: 15.8rem;
  height: 0.6rem;
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .index .global__title {
    font-size: 3.2rem;
    padding-bottom: 5.4rem;
  }
  .index .global__title::after {
    width: 11rem;
    height: 0.4rem;
  }
}
.index .global__text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 230%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
  margin-top: 7rem;
  width: min(100%, 67rem);
}
.index .global__map {
  margin-top: 3.5rem;
}
.index .global__map img {
  margin-inline: auto;
  width: min(100%, 144rem);
}
.index .news {
  background: #1b3c92;
  padding-block: 12rem 27.4rem;
  position: relative;
  overflow: clip;
}
.index .news__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
}
.index .news__title {
  font-size: 8.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(60px, 8.6rem);
  color: #fff;
  position: relative;
  padding-bottom: 7.3rem;
}
.index .news__title::after {
  content: "";
  display: block;
  width: 15.8rem;
  height: 0.6rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .news .newsList {
  margin-top: 7.5rem;
  width: min(100%, 108rem);
  position: relative;
  z-index: 1;
}
.index .news .newsList__item {
  color: #fff;
  border-color: #fff;
}
.index .news__btn {
  position: absolute;
  bottom: -38.5rem;
  right: -12rem;
  z-index: 0;
}
.index .news__btn a {
  -webkit-transform: scale(0.855);
  transform: scale(0.855);
}
.products {
  background-color: #f7f7f7;
}
.products .titleBox {
  background-image: url(../img/page/titlebox_bg01.jpg);
}
@media screen and (max-width: 767px) {
  .products .titleBox {
    background-image: url(../img/page/titlebox_bg01SP.jpg);
  }
}
.products__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
}
.products .btnMenu {
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
}
.products .productsList {
  margin-top: 8.5rem;
}
.products.--cat .titleBox {
  padding-top: 4rem;
}
.products.--cat .titleBox h1 {
  line-height: 150%;
}
.productsArticle {
  background-color: #f7f7f7;
}
.productsArticle__body {
  padding-top: 15.5rem;
}
.productsArticle__body h2 {
  font-size: 3rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.6rem;
}
.productsArticle .productsHead {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 52.5rem;
}
.productsArticle .productsHead::after {
  content: "";
  display: block;
  width: 56.4rem;
  height: 56.4rem;
  border: 1px solid #ccc;
  border-radius: calc(infinity * 1px);
  position: absolute;
  top: 0.5rem;
  right: -21rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .productsArticle .productsHead__photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    border-radius: 20px;
    width: 60%;
    height: 52.5rem;
  }
  .productsArticle .productsHead__photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 36.6rem;
    height: auto;
    max-height: calc(100% - 6rem);
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.productsArticle .productsHead__about {
  width: 59.5%;
  padding-top: 8rem;
  padding-right: 6.5rem;
  position: relative;
  z-index: 1;
}
.productsArticle .productsHead__about .cat {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: max(12px, 1.4rem);
  border: 1px solid #1b3c92;
  border-radius: calc(infinity * 1px);
  padding: 8px 2.9rem;
  color: #1b3c92;
  display: inline-block;
}
.productsArticle .productsHead__about .name {
  font-size: 4rem;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-top: 2.4rem;
}
.productsArticle .productsHead__about .text {
  border-top: 1px solid #ccc;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: max(12px, 1.6rem);
  margin-top: 3rem;
  padding-top: 3rem;
  white-space: break-spaces;
}
.productsArticle .productsHead__about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2.5rem;
}
.productsArticle .productsHead__about ul li {
  background-color: #1f995c;
  border-radius: 2px;
  color: #fff;
  padding: 7px 1.4rem;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.4rem);
}
.productsArticle .productsFeatures {
  width: min(100% - 11.2rem, 80rem);
  margin-inline: auto;
  width: min(800px, 100% - 11.2rem);
  margin-top: 11rem;
}
.productsArticle .productsFeatures h2 {
  margin-bottom: 4rem;
}
.productsArticle .productsFeatures .featuresCon > *:not(:last-child) {
  margin-bottom: 3rem;
}
.productsArticle .productsFeatures .featuresCon ol {
  counter-reset: olNum;
}
.productsArticle .productsFeatures .featuresCon ol li {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.productsArticle .productsFeatures .featuresCon ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.productsArticle .productsFeatures .featuresCon ol li::before {
  counter-increment: olNum;
  content: counter(olNum) ".";
  margin-right: 0.8rem;
}
.productsArticle .productsFeatures .featuresCon ol li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .productsArticle .productsFeatures .featuresCon ol li a:hover {
    text-decoration: none;
  }
}
.productsArticle .productsLineup {
  width: min(100% - 11.2rem, 80rem);
  margin-inline: auto;
  width: min(800px, 100% - 11.2rem);
  margin-top: 10rem;
}
.productsArticle .productsLineup__table {
  margin-top: 4rem;
}
.productsArticle .productsLineup__tableMain {
  overflow-x: auto;
}
.productsArticle .productsLineup__table table {
  min-width: 100%;
}
.productsArticle .productsLineup__table table tr:first-child td {
  background-color: #292929;
  color: #fff;
  letter-spacing: -0.02em;
  padding: 8px 0.5rem;
}
.productsArticle
  .productsLineup__table
  table
  tr:first-child
  td:not(:last-child) {
  border: none;
  border-right: 1px solid #fff;
}
.productsArticle .productsLineup__table table td {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: max(12px, 1.2rem);
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  padding: 15.3px 0.5rem;
  white-space: nowrap;
}
.productsArticle .productsLineup__other {
  margin-top: 9rem;
}
.productsArticle .productsLineup__other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 6.4rem;
}
.productsArticle .productsLineup__other ul li.gooddesign img {
  width: 18.2rem;
}
.productsArticle .productsLineup__other ul li.registered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productsArticle .productsLineup__other ul li.registered img {
  width: 15.3rem;
  height: auto;
}
.productsArticle .productsLineup__other ul li.registered p {
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: max(10px, 1.4rem);
  padding-left: 1rem;
}
.productsArticle__other {
  margin-top: 14rem;
  background-color: #fff;
}
.productsArticle__other .otherInner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-block: 12rem 11.5rem;
}
.productsArticle__other .otherTitle {
  font-size: 8.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(60px, 8.6rem);
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  padding-bottom: 7.3rem;
  font-size: max(60px, 7.2rem);
  -webkit-text-fill-color: #1b3c92;
  margin-bottom: 7.5rem;
}
.productsArticle__other .otherTitle::after {
  content: "";
  display: block;
  width: 15.8rem;
  height: 0.6rem;
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .productsArticle__other .otherTitle {
    font-size: 3.2rem;
    padding-bottom: 5.4rem;
  }
  .productsArticle__other .otherTitle::after {
    width: 11rem;
    height: 0.4rem;
  }
}
.productsArticle__other .otherTitle::after {
  background: #1b3c92;
}
.productsArticle .backBox {
  margin-bottom: 1rem;
}
.news {
  background-color: #fbfbfb;
}
.news .titleBox {
  background-image: url(../img/page/titlebox_bg02.jpg);
}
@media screen and (max-width: 767px) {
  .news .titleBox {
    background-image: url(../img/page/titlebox_bg02SP.jpg);
  }
}
.news__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
}
.news .btnMenu {
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
}
.news .newsList {
  margin-top: 8.5rem;
}
.news.--cat .titleBox {
  padding-top: 4rem;
}
.news.--cat .titleBox h1 {
  line-height: 150%;
}
.newsArticle {
  background-color: #f7f7f7;
}
.newsArticle__body {
  width: min(100% - 11.2rem, 80rem);
  margin-inline: auto;
  width: min(100% - 11.2rem, 800px);
}
.newsArticle__head {
  padding-block: 17rem 4.3rem;
  border-bottom: 1px solid #333;
}
.newsArticle__head .day {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: max(12px, 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsArticle__head .day span {
  background-color: #1f995c;
  color: #fff;
  padding: 5px 0.8rem 4px;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(10px, 1.2rem);
  margin-left: 1rem;
}
.newsArticle__head .text {
  font-size: 3.2rem;
  line-height: 140%;
  letter-spacing: 0em;
  font-weight: 700;
}
.newsArticle__main {
  padding-block: 5rem 19.2rem;
}
.newsArticle .backBox {
  margin-bottom: 1rem;
}
.catalog {
  background-color: #f5f5f5;
}
.catalog .titleBox {
  background-image: url(../img/page/titlebox_bg03.jpg);
}
@media screen and (max-width: 767px) {
  .catalog .titleBox {
    background-image: url(../img/page/titlebox_bg03SP.jpg);
  }
}
.catalog__inner {
  width: min(100% - 0rem, 144rem);
  margin-inline: auto;
}
.catalog .contactBox {
  margin-top: 18.5rem;
}
.catalogArticle {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .catalogArticle .titleBox {
    margin-top: 5rem;
    height: 18.8rem;
    background-image: url(../img/page/titlebox_bg04.jpg);
  }
  .catalogArticle .titleBox h1 {
    font-size: 3rem;
  }
}
.catalogArticle__inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8rem;
}
.catalogArticle__main {
  width: 33%;
}
.catalogArticle__main .title {
  font-size: 4.8rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
}
.catalogArticle__main .title span {
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
}
.catalogArticle__main .text {
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.6rem);
  margin-bottom: 5.5rem;
}
.catalogArticle__main .photo img {
  height: auto;
}
.catalogArticle__form {
  width: 61%;
  padding: 7.2rem 6rem;
  background: #fff;
}
.catalogArticle__form .textBox {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.4rem);
  margin-bottom: 6.6rem;
}
.catalogArticle__form .textBox p:not(:last-child) {
  margin-bottom: 1.4rem;
}
.catalogArticle__form .textBox p span {
  color: #da1919;
}
.catalogArticle__form .formBox .dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  height: 109.5rem;
  color: #bebebe;
  border: 1px solid #bebebe;
}
.catalogArticle .contactBox {
  margin-top: 12rem;
}
.catalogArticle.--completed .completedMessage {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-block: 11.5rem 10.5rem;
  display: flex
;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.backBox{
  
  text-align: center;
}
.catalogArticle.--completed .completedMessage p {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  line-height: 190%;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.catalogArticle.--completed .completedMessage p.bigText {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 190%;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4.5rem;
}
.catalogArticle.--completed .completedMessage p.btn {
  margin-top: 4rem;
}
.contact {
  background-color: #f7f7f7;
}
.contact .titleBox {
  background-image: url(../img/page/titlebox_bg05.jpg);
}
@media screen and (max-width: 767px) {
  .contact .titleBox {
    background-image: url(../img/page/titlebox_bg05SP.jpg);
  }
}
.contact__inner {
  width: min(100% - 11.2rem, 68rem);
  margin-inline: auto;
  width: min(100% - 11.2rem, 680px);
  padding-block: 7rem 12rem;
}
.contact .textBox {
  margin-bottom: 9rem;
}
.contact .textBox p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
}
.contact .textBox p a {
  text-decoration: underline;
  color: #1f995c;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact .textBox p a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .contact .textBox p a:hover {
    opacity: 1;
  }
}
.contact .textBox p.title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(15px, 2.4rem);
  margin-bottom: 5.2rem;
}
.contact .formBox .dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 143rem;
  color: #bebebe;
  border: 1px solid #bebebe;
}
.contact.--completed {
  background-color: #fff;
}
.contact.--completed .completedMessage {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-block: 24.5rem 18.5rem;
}
.contact.--completed .completedMessage p {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  line-height: 190%;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.contact.--completed .completedMessage p.bigText {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 190%;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.privacypolicy {
  background-color: #f7f7f7;
}
.privacypolicy .titleBox {
  background-color: #fff;
  height: 35rem;
  padding-top: 5rem;
}
.privacypolicy__inner {
  width: min(100% - 11.2rem, 76rem);
  margin-inline: auto;
  width: min(100% - 11.2rem, 760px);
  padding-block: 7rem 26rem;
}
.privacypolicy h2 {
  font-size: 2.8rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: max(16px, 2.8rem);
  margin-bottom: 2.3rem;
}
.privacypolicy h2:not(:first-child) {
  margin-top: 8rem;
}
.privacypolicy h3 {
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: max(14px, 2rem);
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.privacypolicy h3:not(:first-of-type) {
  margin-top: 3.8rem;
}
.privacypolicy h3::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.privacypolicy p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.4rem);
}
.features {
  background-color: #f5f5f5;
}
.features__body {
  counter-reset: secNum;
}
.features .titleBox {
  background-image: url(../img/page/titlebox_bg06.jpg);
}
@media screen and (max-width: 767px) {
  .features .titleBox {
    background-image: url(../img/page/titlebox_bg06SP.jpg);
  }
}
.features__head {
  width: min(100% - 11.2rem, 70rem);
  margin-inline: auto;
  width: min(100% - 11.2rem, 700px);
  padding-block: 5.7rem 6rem;
}
.features__head p {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
}
.features__anchor {
  width: min(100% - 0rem, 144rem);
  margin-inline: auto;
  width: min(100% - 0rem, 1440px);
}
.features__anchor ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: olNum;
}
.features__anchor ol li {
  width: 33.3333333333%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.features__anchor ol li.anchor01 {
  background-image: url(../img/page/strength_anchor01.jpg);
}
.features__anchor ol li.anchor02 {
  background-image: url(../img/page/strength_anchor02.jpg);
}
.features__anchor ol li.anchor03 {
  background-image: url(../img/page/strength_anchor03.jpg);
}
.features__anchor ol li::before {
  content: "";
  display: block;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f4f4f4;
  opacity: 0.8;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .features__anchor ol li:hover {
    opacity: 0.3;
  }
  .features__anchor ol li:hover a {
    opacity: 1;
  }
}
.features__anchor ol li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 32.6rem;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
  text-align: center;
  padding: 2rem 4rem 0;
}
.features__anchor ol li a::before {
  counter-increment: olNum;
  content: counter(olNum, decimal-leading-zero);
  font-size: 2.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #1f995c;
  margin-bottom: 2.5rem;
}
.features__anchor ol li a:after {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgNTAgMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OC43NTQ4IDEuMTM2NDdMMjUgMjQuMjcyOUwxLjI0NTIzIDEuMTM2NDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgNTAgMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OC43NTQ4IDEuMTM2NDdMMjUgMjQuMjcyOUwxLjI0NTIzIDEuMTM2NDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 5rem 5rem;
  mask-size: 5rem 5rem;
  background-color: #333;
  width: 5rem;
  height: 5rem;
  -webkit-mask-position: center;
  mask-position: center;
  margin-top: 2.8rem;
}
.features__anchor ol li a span {
  font-size: 2.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #1f995c;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .features__section {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) {
  .features__section .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: min(100% - 0rem, 144rem);
    margin-inline: auto;
    padding-inline: 4.7rem;
  }
  .features__section:nth-child(even) .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .features__section:nth-child(even) .inner .textBox .lead {
    padding-inline: 1.7rem;
  }
  .features__section:nth-child(even) .inner .textBox .text {
    padding-inline: 1.7rem 0;
  }
  .features__section#section01 {
    background: url(../img/page/strength_bg01.png) no-repeat top 4.9rem right;
    background-size: 58% auto;
    padding-bottom: 20rem;
  }
  .features__section#section01 .textBox {
    margin-top: 13rem;
  }
  .features__section#section01 .textBox h2 {
    margin-left: 8rem;
  }
  .features__section#section01 .textBox h2::before {
    left: -8rem;
  }
  .features__section#section02 {
    background: url(../img/page/strength_bg02.png) no-repeat top 1rem left;
    background-size: 58% auto;
  }
  .features__section#section02 .textBox {
    margin-block: 13rem 12.5rem;
  }
  .features__section#section02 .textBox h2 {
    margin-left: 7.7rem;
  }
  .features__section#section02 .textBox h2::before {
    left: -9.3rem;
  }
  .features__section#section03 {
    background: url(../img/page/strength_bg03.png) no-repeat top 14rem right;
    background-size: 58% auto;
    padding-bottom: 12.5rem;
  }
  .features__section#section03 .textBox {
    margin-block: 16rem 5.5rem;
  }
  .features__section#section03 .textBox h2 {
    margin-left: 9.3rem;
  }
  .features__section#section03 .textBox h2::before {
    left: -9.3rem;
  }
}
.features__section .textBox {
  width: min(80%, 740px);
}
.features__section .textBox h2 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
  border-bottom: 1px solid #333;
  position: relative;
  padding-bottom: 0.7rem;
  width: min(100% - 12rem, 660px);
}
.features__section .textBox h2::before {
  counter-increment: secNum;
  content: counter(secNum, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 6.6rem;
  line-height: 100%;
  letter-spacing: 0em;
  font-weight: 700;
  color: #1f995c;
  position: absolute;
  top: -1.8rem;
  left: -9rem;
}
.features__section .textBox .lead {
  font-size: 3.2rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-top: 3.2rem;
}
.features__section .textBox .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(10px, 1.5rem);
  margin-top: 3.7rem;
}
.features__section .affiliatedCompanies {
  width: min(100% - 0rem, 132rem);
  margin-inline: auto;
  background-color: #fff;
  padding: 4.8rem 4rem 9rem;
}
.features__section .affiliatedCompanies h3 {
  font-size: 3.2rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.features__section .affiliatedCompanies .lead {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.6rem);
  border-bottom: 1px solid #333;
  margin-block: 0.2rem 4rem;
  padding-bottom: 1.8rem;
}
.features__section .affiliatedCompanies .listBox__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.features__section .affiliatedCompanies .listBox__single:not(:last-child) {
  margin-bottom: 10rem;
}
.features__section .affiliatedCompanies .listBox__details {
  width: 48%;
}
.features__section .affiliatedCompanies .listBox__details .title {
  font-size: 2.8rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.features__section .affiliatedCompanies .listBox__details .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(10px, 1.5rem);
  margin-top: 2.5rem;
}
.features__section .affiliatedCompanies .listBox__details dl {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.features__section .affiliatedCompanies .listBox__details dl dt {
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(8px, 1.2rem);
  text-align: center;
  background-color: #333;
  width: 13rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  border-radius: 4px 0 0 4px;
}
.features__section .affiliatedCompanies .listBox__details dl dd {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(10px, 1.4rem);
  width: calc(100% - 13rem);
  padding-inline: 1.8rem;
}
.features__section .affiliatedCompanies .listBox__slide {
  width: 47%;
}
.features__section .affiliatedCompanies .listBox__slide .slideFull {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .features__section
    .affiliatedCompanies
    .listBox__slide
    .slideFull
    .slick-track
    > .slick-slide {
    width: 44.8rem;
    padding-right: 2.8rem;
  }
}
.features__section
  .affiliatedCompanies
  .listBox__slide
  .slideFull
  .slick-track
  > .slick-slide
  img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 38rem;
  border-radius: 8px;
}
.features__section .equipmentList {
  width: min(100% - 0rem, 132rem);
  margin-inline: auto;
  background-color: #fff;
  padding: 4.8rem 4rem 6rem;
}
.features__section .equipmentList h3 {
  font-size: 3.2rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 4.5rem;
}
.features__section .equipmentList .listBox {
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .features__section .equipmentList .listBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6.4rem 5rem;
  }
  .features__section .equipmentList .listBox__single {
    width: calc((100% - 10rem) / 3);
  }
}
.features__section .equipmentList .listBox__single img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 28.8rem;
}
.features__section .equipmentList .listBox__single .title {
  font-size: 2.2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-top: 1.3rem;
}
.features__section .equipmentList .listBox__single .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(10px, 1.5rem);
  margin-top: 1rem;
}
.features__section .equipmentList .btnMore {
  margin: 6rem auto 0;
  height: 5.6rem;
  width: 22.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #333;
  cursor: pointer;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .features__section .equipmentList .btnMore:hover {
    opacity: 0.3;
  }
}
.features__section .equipmentList .btnMore span {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 400;
  background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgNTAgMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OC43NTQ4IDEuMTM2NDdMMjUgMjQuMjcyOUwxLjI0NTIzIDEuMTM2NDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=")
    no-repeat right bottom;
  background-size: 1.7rem auto;
  padding-right: 3rem;
}
.aboutus {
  background-color: #f5f5f5;
}
.aboutus .titleBox {
  background-image: url(../img/page/titlebox_bg07.jpg);
}
@media screen and (max-width: 767px) {
  .aboutus .titleBox {
    background-image: url(../img/page/titlebox_bg07SP.jpg);
  }
}
.aboutus__anchor {
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  position: sticky;
  z-index: 2;
  top: 70px;
}
.aboutus__anchor ul {
  width: min(100% - 11.2rem, 110rem);
  margin-inline: auto;
  width: min(100% - 11.2rem, 1100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aboutus__anchor ul li {
  width: min(25%, 250px);
  position: relative;
}
.aboutus__anchor ul li::after {
  content: "";
  display: block;
  height: 2.8rem;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutus__anchor ul li a {
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(12px, 1.6rem);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 5.6rem;
  text-align: center;
  position: relative;
  padding-right: 6.5rem;
}
.aboutus__anchor ul li a::before {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDUgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuMzY2MDNMMC42MzcwMDYgOC4wMDMwNEw0LjY0MDAxIDQuMDAwMDNMMC42MzcwMDYgLTAuMDAyOTc1NDZMMCAwLjYzNDAzMUwzLjM2NiA0LjAwMDAzTDAgNy4zNjYwM1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");
  mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDUgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuMzY2MDNMMC42MzcwMDYgOC4wMDMwNEw0LjY0MDAxIDQuMDAwMDNMMC42MzcwMDYgLTAuMDAyOTc1NDZMMCAwLjYzNDAzMUwzLjM2NiA0LjAwMDAzTDAgNy4zNjYwM1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1.8rem 1.8rem;
  mask-size: 1.8rem 1.8rem;
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .aboutus__section {
    padding-top: calc(50px + 5.6rem);
    margin-top: calc((50px + 5.6rem) * -1);
  }
}
.aboutus__section .inner {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
}
.aboutus__section h2 {
  font-size: 8.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: max(60px, 8.6rem);
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  padding-bottom: 7.3rem;
}
.aboutus__section h2::after {
  content: "";
  display: block;
  width: 15.8rem;
  height: 0.6rem;
  background: linear-gradient(133deg, #47ce64 0%, #1a9859 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .aboutus__section h2 {
    font-size: 3.2rem;
    padding-bottom: 5.4rem;
  }
  .aboutus__section h2::after {
    width: 11rem;
    height: 0.4rem;
  }
}
.aboutus__section#area01 .bgArea {
  background: url(../img/page/about_bg.jpg) no-repeat bottom right;
  background-size: auto calc(100% - (50px + 5.6rem + 6rem));
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  .aboutus__section#area01 .bgArea {
    background-size: auto calc(100% - 18rem);
  }
}
.aboutus__section#area01 .inner {
  padding-block: 12rem 34rem;
}
.aboutus__section#area01 .lead {
  font-size: 6.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-block: 7rem 8rem;
}
.aboutus__section#area01 .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 240%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
  width: min(75%, 800px);
}
.aboutus__section#area02 {
  background-color: #fff;
}
.aboutus__section#area02 .inner {
  padding-block: 1.4rem 12rem;
}
.aboutus__section#area02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6rem;
  width: 100%;
}
.aboutus__section#area02 dl dt,
.aboutus__section#area02 dl dd {
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: max(14px, 2.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 13.4rem;
  border-bottom: 1px solid #8d8d8d;
}
.aboutus__section#area02 dl dt {
  font-weight: 700;
  width: 40.7rem;
}
.aboutus__section#area02 dl dd {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  width: calc(100% - 40.7rem);
}
.aboutus__section#area03 {
  overflow-x: clip;
}
.aboutus__section#area03 .inner {
  padding-block: 12rem 12.5rem;
}
.aboutus__section#area03 h2 {
  margin-bottom: 2rem;
}
.aboutus__section#area03 h3 {
  position: relative;
  font-size: 5.6rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding-block: 9rem 7rem;
  margin-bottom: 1rem;
}
.aboutus__section#area03 h3::before {
  content: "";
  display: block;
  width: 20.8rem;
  height: 20.8rem;
  border-radius: 100%;
  border: 1px solid #333;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: -10.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutus__section#area03 .salesProductsList {
  counter-reset: proNum;
}
.aboutus__section#area03 .salesProductsList__item:not(:last-child) {
  margin-bottom: 11.2rem;
}
@media screen and (min-width: 768px) {
  .aboutus__section#area03
    .salesProductsList__item:has(.salesProductsList__photo) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.aboutus__section#area03 .salesProductsList__photo {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 46.8rem;
  height: 31.6rem;
}
.aboutus__section#area03 .salesProductsList__details {
  width: 79rem;
}
.aboutus__section#area03 .salesProductsList__details .cat {
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: max(16px, 2.8rem);
  color: #1b3c92;
}
.aboutus__section#area03 .salesProductsList__details .cat.--cat_pro {
  position: relative;
  padding-block: 3.3rem;
  margin-bottom: 2.2rem;
}
.aboutus__section#area03 .salesProductsList__details .cat.--cat_pro::before {
  font-size: 12rem;
  line-height: 80%;
  letter-spacing: 0em;
  font-weight: 600;
  color: #1b3c92;
  opacity: 0.18;
  counter-increment: proNum;
  content: counter(proNum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 9.8rem;
  z-index: 0;
}
.aboutus__section#area03 .salesProductsList__details .cat.--cat_and {
  margin-bottom: 2rem;
}
.aboutus__section#area03 .salesProductsList__details .title {
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: max(14px, 2.4rem);
  color: #1b3c92;
  border-bottom: 1px solid #000;
  padding-bottom: 2.2rem;
}
.aboutus__section#area03 .salesProductsList__details .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
  margin-top: 2.4rem;
}
.aboutus__section#area03 .salesProductsList__sub {
  display: inline-block;
  margin-block: 8rem 4.7rem;
}
.aboutus__section#area03 .salesProductsList__sub .title {
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: max(14px, 2.2rem);
  color: #1b3c92;
}
.aboutus__section#area03 .salesProductsList__sub .text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: max(14px, 2.4rem);
  text-align: right;
  position: relative;
  margin-top: 1rem;
}
.aboutus__section#area03 .salesProductsList__sub .text::before {
  content: "";
  display: block;
  width: calc(100% - 17rem);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.aboutus__section#area03 .salesProductsList__sub .text span {
  background-color: #f5f5f5;
  padding-inline: 4.4rem 0.6rem;
  position: relative;
  z-index: 1;
}
.aboutus__section#area03 .lead {
  margin-top: 0;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  line-height: 230%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
}
.aboutus__section#area03 .global__map {
  margin-top: 5rem;
  width: min(100%, 1440px);
}
.aboutus__section#area03 .global__mapMain {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #bebebe #f5f5f5;
  scrollbar-width: thin;
  width: 100%;
  padding-bottom: 2rem;
}
.aboutus__section#area03 .global__mapMain::-webkit-scrollbar {
  height: 0.6rem;
  background: #f5f5f5;
  border-radius: 5px;
}
.aboutus__section#area03 .global__mapMain::-webkit-scrollbar:horizontal {
  width: 100%;
}
.aboutus__section#area03 .global__mapMain::-webkit-scrollbar-button {
  height: 0.6rem;
  width: 1.7rem;
  display: none;
}
.aboutus__section#area03 .global__mapMain::-webkit-scrollbar-thumb {
  background: #bebebe;
  border-radius: 5px;
}
.aboutus__section#area03 .global__mapMain::-webkit-scrollbar-corner {
  display: none;
}
.aboutus__section#area03 .global__map img {
  width: auto;
  max-width: none;
  height: max(600px, 74rem);
  margin-inline: auto;
}
.aboutus__section#area04 .inner {
  padding-block: 12rem 20rem;
}
.aboutus__section#area04 h2 {
  margin-bottom: 11.5rem;
}
.aboutus__section#area04 .historyBox__single {
  position: relative;
}
.aboutus__section#area04 .historyBox__single::before {
  content: "";
  display: block;
  height: calc(100% - 6.2rem);
  width: 1px;
  position: absolute;
  left: 15.4rem;
  top: 8.6rem;
  background: #1f995c;
}
.aboutus__section#area04 .historyBox__single:not(:last-child) {
  margin-bottom: 3.3rem;
}
.aboutus__section#area04 .historyBox__single p {
  color: #1f995c;
  color: rgba(31, 153, 92, 0.2);
  font-size: 7rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.6rem;
}
.aboutus__section#area04 .historyBox__single p::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 15rem);
  position: absolute;
  top: 3.5rem;
  right: 0;
  background-image: linear-gradient(
    to right,
    #1f995c,
    #1f995c 3px,
    transparent 1px,
    transparent 0px
  );
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.aboutus__section#area04 .historyBox__single dl {
  padding-left: 15rem;
  position: relative;
}
.aboutus__section#area04 .historyBox__single dl:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.aboutus__section#area04 .historyBox__single dl dt {
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: max(12px, 1.4rem);
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
.aboutus__section#area04 .historyBox__single dl dt::before {
  content: "";
  display: block;
  height: 0.9rem;
  width: 0.9rem;
  background-color: #1f995c;
  border-radius: 100%;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.aboutus__section#area04 .historyBox__single dl dd {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: max(12px, 1.4rem);
}
@media screen and (min-width: 768px) {
  .aboutus__section#area04 .historyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutus__section#area04 .historyBox__main {
    width: calc(100% - 43.7rem);
  }
  .aboutus__section#area04 .historyBox__photo {
    width: 35.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 21rem;
  }
  .aboutus__section#area04 .historyBox__single dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutus__section#area04 .historyBox__single dl dt {
    width: 24%;
    padding-right: 1.5rem;
  }
  .aboutus__section#area04 .historyBox__single dl dd {
    width: 76%;
    padding-right: 1.5rem;
  }
}
.notFound {
  background-color: #fff;
}
.notFound .notFoundMessage {
  width: min(100% - 11.2rem, 132.8rem);
  margin-inline: auto;
  padding-block: 24.3rem 14.3rem;
}
.notFound .notFoundMessage p {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0em;
  font-weight: 700;
}
.notFound .notFoundMessage p.bigText {
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.6rem;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  body.headerOpen {
    overflow-y: clip;
  }
  body.headerOpen header .menuBtn::before,
  body.headerOpen header .menuBtn::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.headerOpen header .menuBtn::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.headerOpen header .menuBtn::after {
    width: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.headerOpen header .menuBtn span {
    opacity: 0;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 5;
    background-color: #fff;
  }
  header .headerBody {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-inline: 1.2rem;
  }
  header .logo {
    width: 120px;
    display: block;
  }
  header .logo img {
    width: 100%;
  }
  header .menuBtn {
    display: block;
    width: 30px;
    height: 18px;
    position: fixed;
    top: calc((48px - 18px) / 2);
    right: 1.8rem;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  header .menuBtn::before,
  header .menuBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  header .menuBtn::before {
    top: 0;
  }
  header .menuBtn::after {
    bottom: 0;
  }
  header .menuBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .menuBody {
    display: none;
    background: #fff;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 2rem 5rem;
    height: calc(100vh - 48px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .menuBody::-webkit-scrollbar {
    display: none;
  }
  header .menuMain > li:not(.--lineBtn) {
    border-bottom: 1px solid #000;
  }
  header .menuMain > li:not(.--lineBtn) > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  header .menuMain > li:not(.moreMenuTrigger):not(.--lineBtn) > a {
    height: 6.3rem;
    padding-top: 0.4rem;
  }
  header .menuMain > li.moreMenuTrigger {
    padding-bottom: 3.6rem;
  }
  header .menuMain > li.moreMenuTrigger > a {
    padding-top: 2.2rem;
  }
  header .menuMain > li .moreMenu {
    margin-top: 2.4rem;
  }
  header .menuMain > li .moreMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  header .menuMain > li .moreMenu ul li {
    width: 50%;
    text-align: center;
  }
  header .menuMain > li .moreMenu ul li a {
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  header .menuMain > li.--lineBtn {
    padding-top: 4rem;
  }
  header .menuMain > li.--lineBtn a {
    text-align: center;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: block;
    border: 1px solid #333;
    border-radius: calc(infinity * 1px);
    width: max((100% - 7.1rem)/2, 264px);
    margin-inline: auto;
    padding: 0.9rem 0 0.7rem;
  }
  header .menuSub {
    margin-top: 4rem;
  }
  header .menuSub .search {
    width: max((100% - 7.1rem)/2, 264px);
    margin-inline: auto;
  }
  header .menuSub .search .formText {
    width: calc(100% - 40px);
    height: 40px;
  }
  header .menuSub .search .formBtn {
    width: 40px;
    height: 40px;
  }
  header .menuSub .JapaneseSite {
    margin-top: 1.7rem;
    text-align: center;
  }
  header .menuSub .JapaneseSite a {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 1.6rem;
    line-height: 170%;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #1f995c;
    display: inline-block;
    background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjExIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTEgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjIyMjIyIDAuNzE0NkMwLjU1NDIzOSAwLjcxNDYgMCAxLjI0NzIgMCAxLjg4OTExVjEwLjExMDdDMCAxMC43NTI2IDAuNTU0MjM5IDExLjI4NTIgMS4yMjIyMiAxMS4yODUySDkuNzc3NzhDMTAuNDQ1OCAxMS4yODUyIDExIDEwLjc1MjYgMTEgMTAuMTEwN1Y1Ljk5OTlIOS43Nzc3OFYxMC4xMTA3SDEuMjIyMjJWMS44ODkxMUg1LjVWMC43MTQ2SDEuMjIyMjJaTTYuNzIyMjIgMC43MTQ2VjEuODg5MTFIOC45MTM2M0wzLjIzNDU5IDcuMzQ2NDZMNC4wOTg3NCA4LjE3Njg4TDkuNzc3NzggMi43MTk1M1Y0LjgyNTM5SDExVjAuNzE0Nkg2LjcyMjIyWiIgZmlsbD0iIzFGOTk1QyIvPgo8L3N2Zz4K")
      no-repeat right top 50%;
    background-size: 1.4rem auto;
    padding: 0 2.6rem 0 0;
  }
  footer {
    padding-block: 8rem 4rem;
  }
  footer .footerBody {
    width: 33.5rem;
    margin-inline: auto;
  }
  footer .footerFlex {
    display: block;
  }
  footer .footerMain .menu {
    gap: 3.8rem 2.5rem;
    margin-top: 3.8rem;
  }
  footer .footerMain .menu > li:has(.menu__sub) {
    width: 100%;
  }
  footer .footerMain .menu__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
  }
  footer .footerSub {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 3rem;
  }
  footer .footerSub .search {
    width: max(200px, 29.6rem);
  }
  footer .footerSub .JapaneseSite a {
    font-size: 1.6rem;
    background-size: 1.4rem auto;
    padding: 0 2.6rem 0 0.4rem;
  }
  footer .footerSub .address {
    text-align: left;
  }
  footer .footerBottom {
    margin-top: 5rem;
  }
  footer .footerBottom small {
    font-size: 1rem;
  }
  .contentWrap:not(.index) {
    padding-top: 48px;
  }
  .search .formText {
    width: calc(100% - 35px);
    height: 35px;
  }
  .search .formBtn {
    width: 35px;
    height: 35px;
    background-size: 15px auto;
  }
  .productsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(5rem - 4px) 0;
  }
  .productsList__item {
    padding: 0 0 4px;
  }
  .productsList__body {
    -webkit-box-shadow: 0 3.33px 3.33px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3.33px 3.33px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    padding: 2rem 1.5rem 1.5rem;
  }
  .productsList__name {
    padding: 0.5rem 2.2rem;
  }
  .productsList__photo {
    margin: 1rem auto;
  }
  .productsList__photo img {
    width: 25rem;
    height: 30rem;
  }
  .productsList__text {
    font-size: 1.4rem;
    padding: 2rem 0.7rem 0.8rem;
  }
  .newsList__item {
    display: block;
  }
  .newsList__item:not(:last-child) {
    margin-bottom: 3.83rem;
  }
  .newsList .day {
    padding: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .titleBox {
    padding-inline: 3.25rem;
    background-size: auto 22rem;
    height: 22rem;
  }
  .titleBox h1 {
    font-size: 3.2rem;
  }
  .titleBox .sub {
    font-size: 1.6rem;
  }
  .pageing {
    margin-bottom: 12rem;
  }
  .pageing ul {
    gap: 1.2rem;
  }
  .pageing ul li {
    font-size: 1rem;
  }
  .pageing ul li a:not(.prev):not(.next),
  .pageing ul li .current {
    width: 2.2rem;
    height: 2.8rem;
  }
  .pageing ul li:has(.prev) a,
  .pageing ul li:has(.next) a {
    width: 2.8rem;
    height: 2.8rem;
  }
  .pageing ul li:has(.prev) {
    margin-right: 1.6rem;
  }
  .pageing ul li:has(.next) {
    margin-left: 1.6rem;
  }
  .pnkz {
    width: 33.5rem;
    margin-inline: auto;
    padding-bottom: 0.7rem;
  }
  .pnkz ul {
    font-size: 1.2rem;
  }
  .catalogList__body {
    min-height: 33.2rem;
    padding: 5rem 4rem;
  }
  .catalogList .title {
    font-size: 3rem;
    padding-bottom: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .catalogList .title span {
    font-size: 1.7rem;
  }
  .catalogList .text {
    font-size: 1.2rem;
  }
  .catalogList .btn--arwIcon {
    width: 18.8rem;
    padding: 0.7rem 0 0.7rem;
  }
  .catalogList .btn--arwIcon::after {
    width: 2rem;
    height: 2rem;
    -webkit-mask-size: 2rem 2rem;
    mask-size: 2rem 2rem;
    right: 1rem;
  }
  .catalogList .btn--arwIcon span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .contactBox {
    margin-bottom: 0.5rem;
  }
  .contactBox__body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url(../img/page/contact_bgSP.jpg);
    height: 40.4rem;
    padding: 5.6rem 0 0;
  }
  .contactBox__inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .contactBox .name {
    margin-bottom: 3rem;
    padding-bottom: 4.7rem;
  }
  .contactBox .text {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .contactBox .icon {
    width: 17rem;
    height: 17rem;
    top: auto;
    bottom: -14.5rem;
    right: 1.3rem;
    -webkit-transform: none;
    transform: none;
  }
  .contactBox .icon::before {
    content: "";
    display: block;
    -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjcyIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNzIgNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNjk5MDI5IiB5PSIwLjY5OTAyOSIgd2lkdGg9IjcwLjYwMTkiIGhlaWdodD0iNDYuMTM1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjM5ODA2Ii8+CjxwYXRoIGQ9Ik02Ny4yNDY5IDYuMjkxMjVMMzYuMDcgMjIuMDE5NEw0Ljg5MzA3IDYuMjkxMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zOTgwNiIvPgo8L3N2Zz4K");
    mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjcyIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNzIgNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNjk5MDI5IiB5PSIwLjY5OTAyOSIgd2lkdGg9IjcwLjYwMTkiIGhlaWdodD0iNDYuMTM1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjM5ODA2Ii8+CjxwYXRoIGQ9Ik02Ny4yNDY5IDYuMjkxMjVMMzYuMDcgMjIuMDE5NEw0Ljg5MzA3IDYuMjkxMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zOTgwNiIvPgo8L3N2Zz4K");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 5rem 3.4rem;
    mask-size: 5rem 3.4rem;
    background-color: #fff;
    width: 5rem;
    height: 3.4rem;
    top: 5.2rem;
  }
  .contactBox .icon::after {
    width: 8.1rem;
    -webkit-mask-size: 12rem auto;
    mask-size: 12rem auto;
    bottom: 5.3rem;
  }
  .backBox__body {
    height: 9.3rem;
  }
  .backBox__body::before {
    width: 10.7rem;
    height: 10.7rem;
    -webkit-transform: translate(-115%, -50%);
    transform: translate(-115%, -50%);
  }
  .backBox p {
    padding-left: 11rem;
  }
  .backBox p::before {
    left: 3rem;
    width: 6.5rem;
    -webkit-transition: none;
    transition: none;
  }
  .slideNav {
    width: 100%;
    padding-inline: 5rem;
  }
  .slideNav .slideDots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem 1.8rem;
  }
  .slideNav .slideDots li button {
    width: 1.4rem;
    height: 1.4rem;
  }
  .slideNav .slick-arrow {
    height: 2.4rem;
    width: 2.4rem;
    background-size: 10px auto;
  }
  .slideNav .slick-arrow.slickIconPrev {
    left: 1.5rem;
  }
  .slideNav .slick-arrow.slickIconNext {
    right: 1.5rem;
  }
  .wpContent {
    font-size: 1.6rem;
  }
  .wpContent h2 {
    font-size: 2.4rem;
    margin-block: 4rem 1rem;
  }
  .btn--circle {
    width: 27rem;
    height: 27rem;
    padding-top: 1.2rem;
  }
  .btn--circle::before {
    width: 18.4rem;
    height: 18.4rem;
  }
  .btn--circle span {
    font-size: 1.4rem;
    padding-bottom: 1.3rem;
  }
  .btn--circle span::after {
    content: "";
    display: block;
    -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9Ijk3IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA5NyA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCA0LjM1MzY3SDk2LjMxMUw5Mi40Njk1IDAuNTEyMjA3IiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl8xMzU4XzUxNjMpIiBzdHJva2Utd2lkdGg9IjAuNTQ4NzgxIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTM1OF81MTYzIiB4MT0iMS4xMDIwMWUtMDYiIHkxPSIxLjM3OTYzIiB4Mj0iMC4xMDc1NjUiIHkyPSI2LjAyNDA3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1QUE2RDAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjI1RTk1Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
    mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9Ijk3IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA5NyA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCA0LjM1MzY3SDk2LjMxMUw5Mi40Njk1IDAuNTEyMjA3IiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl8xMzU4XzUxNjMpIiBzdHJva2Utd2lkdGg9IjAuNTQ4NzgxIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTM1OF81MTYzIiB4MT0iMS4xMDIwMWUtMDYiIHkxPSIxLjM3OTYzIiB4Mj0iMC4xMDc1NjUiIHkyPSI2LjAyNDA3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1QUE2RDAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjI1RTk1Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 9.7rem 0.5rem;
    mask-size: 9.7rem 0.5rem;
    background-color: #333;
    width: 9.7rem;
    height: 0.5rem;
  }
  .btnMenu ul {
    gap: 1.7rem 1.6rem;
    width: 100%;
  }
  .btnMenu ul li a {
    width: 14.4rem;
    min-height: 4.4rem;
    font-size: 1.2rem;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .index .mv {
    height: 100vh;
  }
  .index .mv:has(.pickupNews) .mv__lead {
    padding-bottom: 12.2rem;
  }
  .index .mv__lead {
    font-size: 3.5rem;
    width: 33.5rem;
    margin-inline: auto;
    height: 100vh;
    padding-bottom: 8.2rem;
  }
  .index .mv__lead span {
    font-size: 5.4rem;
  }
  .index .mv__scrollBar {
    display: none;
  }
  .index .mv .pickupNews {
    width: 100%;
  }
  .index .mv .pickupNews__title {
    border-radius: 0 2px 0 0;
    padding: 0.6rem 1.5rem;
  }
  .index .mv .pickupNews__item {
    padding: 1.5rem 1.5rem 1.2rem;
  }
  .index .about {
    background: url(../img/page/index_about_bg02.png) no-repeat top -1rem right -6.3rem;
    background-size: 21rem auto;
  }
  .index .about__inner {
    width: 33.5rem;
    margin-inline: auto;
    display: block;
    padding: 6.6rem 0 27.7rem;
    background: none;
  }
  .index .about__title {
    font-size: 6.1rem;
    line-height: 90%;
  }
  .index .about__textBox {
    width: 33rem;
    top: -5.5rem;
    left: -5rem;
    padding-top: 3rem;
    margin-bottom: -5.5rem;
  }
  .index .about__textBox p {
    font-size: 1.4rem;
    width: 29.4rem;
    position: relative;
    left: 4rem;
  }
  .index .about__photo.--photo01 {
    width: 10rem;
    left: 1rem;
    bottom: 20rem;
  }
  .index .about__photo.--photo02 {
    width: 16.6rem;
    right: 0rem;
    bottom: 8rem;
  }
  .index .products {
    background-position: top 2rem center;
    padding-bottom: 22rem;
  }
  .index .products::before {
    height: 100%;
    width: 147rem;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: auto;
  }
  .index .products__inner {
    width: 33.5rem;
    margin-inline: auto;
    padding-top: 0;
  }
  .index .products__title {
    font-size: 4.8rem;
  }
  .index .products .productsList {
    margin-top: 6rem;
  }
  .index .products__btn {
    bottom: -24.5rem;
    right: -4.3rem;
  }
  .index .why__inner {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 8rem 1.5rem;
  }
  .index .why__textBox {
    width: 100%;
  }
  .index .why__photoBox {
    width: 100%;
    padding: 6rem 0 0;
  }
  .index .why .text {
    font-size: 1.4rem;
    line-height: 200%;
    margin-top: 4rem;
  }
  .index .why .btn {
    margin-top: 5rem;
  }
  .index .global {
    padding-block: 8rem 8.5rem;
  }
  .index .global::before {
    width: 25rem;
    height: 25rem;
    top: 0;
    right: -9.7rem;
  }
  .index .global::after {
    width: 10.2rem;
    height: 10.2rem;
    top: 15.8rem;
    right: 8.3rem;
  }
  .index .global__inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .index .global__text {
    font-size: 1.4rem;
    line-height: 200%;
    margin-top: 5.5rem;
  }
  .index .global__map {
    width: 33.5rem;
    margin-inline: auto;
    margin-top: 0.7rem;
    padding-bottom: 1.3rem;
    position: relative;
  }
  .index .global__map::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "scroll";
    display: block;
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 0.002em;
    font-weight: 500;
    width: 100%;
    text-align: right;
    padding: 0 15.2rem 0 0;
    background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE0MSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC43NUgxMzhMMTMwLjUgMS4yNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==")
      no-repeat right bottom 0.3rem;
    background-size: 13.8rem auto;
  }
  .index .global__mapMain {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
  }
  .index .global__mapMain::-webkit-scrollbar {
    display: none;
  }
  .index .global__map img {
    width: auto;
    max-width: none;
    height: 44rem;
    margin-inline: 0;
  }
  .index .news {
    padding-block: 8rem 21.5rem;
  }
  .index .news__inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .index .news__title {
    font-size: 3.2rem;
    padding-bottom: 5.6rem;
  }
  .index .news__title::after {
    width: 11rem;
    height: 0.4rem;
  }
  .index .news .newsList {
    margin-top: 3.8rem;
  }
  .index .news__btn {
    bottom: -25rem;
    right: -4.5rem;
  }
  .index .news__btn a {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .products__inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .products .btnMenu {
    top: -3rem;
    margin-bottom: -3rem;
  }
  .products .productsList {
    margin-top: 6.3rem;
  }
  .products.--cat .titleBox {
    padding-top: 0;
  }
  .products.--cat .btnMenu {
    margin-bottom: 3rem;
  }
  .products.--cat .productsList {
    margin-block: 3rem 10rem;
  }
  .productsArticle__body {
    padding-top: 2.5rem;
  }
  .productsArticle__body h2 {
    font-size: 2.4rem;
    padding-bottom: 1.6rem;
  }
  .productsArticle .productsHead {
    width: 33.5rem;
    margin-inline: auto;
    display: block;
    min-height: auto;
  }
  .productsArticle .productsHead::after {
    width: 15.4rem;
    height: 15.4rem;
    top: 31.2rem;
    right: -5.5rem;
  }
  .productsArticle .productsHead__photo {
    background-color: #fff;
    border-radius: 20px;
    height: 33.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .productsArticle .productsHead__photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    width: 19.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 4.25rem));
    transform: translate(-50%, calc(-50% - 4.25rem));
    max-height: 24rem;
  }
  .productsArticle .productsHead__about {
    width: 100%;
    padding: 0;
    top: -8.5rem;
    margin-bottom: -8.5rem;
  }
  .productsArticle .productsHead__about .cat {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
  .productsArticle .productsHead__about .name {
    font-size: 1.8rem;
  }
  .productsArticle .productsHead__about .text {
    font-size: 1.4rem;
    margin-top: 2.2rem;
    padding-top: 2.4rem;
  }
  .productsArticle .productsFeatures {
    width: 33.5rem;
    margin-inline: auto;
    margin-top: 8.6rem;
  }
  .productsArticle .productsFeatures .featuresCon ol li {
    text-indent: -2.2rem;
    padding-left: 2.2rem;
    font-size: 1.8rem;
    line-height: 130%;
  }
  .productsArticle .productsLineup {
    width: 33.5rem;
    margin-inline: auto;
    margin-top: 7rem;
  }
  .productsArticle .productsLineup__table {
    position: relative;
    padding-bottom: 5rem;
  }
  .productsArticle .productsLineup__table::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "scroll";
    display: block;
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 0.002em;
    font-weight: 500;
    width: 100%;
    text-align: right;
    padding: 0 15.2rem 0 0;
    background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE0MSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC43NUgxMzhMMTMwLjUgMS4yNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==")
      no-repeat right bottom 0.3rem;
    background-size: 13.8rem auto;
  }
  .productsArticle .productsLineup__table table tr:first-child td {
    padding: 0.8rem 1rem;
  }
  .productsArticle .productsLineup__table table td {
    padding: 1.53rem 1rem;
  }
  .productsArticle .productsLineup__other {
    margin-top: 8rem;
  }
  .productsArticle .productsLineup__other ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3rem 0;
  }
  .productsArticle .productsLineup__other ul li.registered p {
    padding-left: 0;
  }
  .productsArticle__other {
    margin-top: 8rem;
  }
  .productsArticle__other .otherInner {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 8rem 7.5rem;
  }
  .productsArticle__other .otherTitle {
    margin-bottom: 3.5rem;
    padding-bottom: 4rem;
  }
  .news__inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .news .btnMenu {
    top: -3rem;
    margin-bottom: -3rem;
  }
  .news .newsList {
    margin-top: 6.3rem;
  }
  .news.--cat .titleBox {
    padding-top: 0;
  }
  .news.--cat .btnMenu {
    margin-bottom: 3rem;
  }
  .news.--cat .newsList {
    margin-block: 3rem 10rem;
  }
  .newsArticle__body {
    width: 33.5rem;
    margin-inline: auto;
  }
  .newsArticle__head {
    padding-block: 6.4rem 3.8rem;
  }
  .newsArticle__head .day {
    font-size: 1.4rem;
  }
  .newsArticle__head .text {
    font-size: 2.4rem;
    line-height: 125%;
  }
  .newsArticle__main {
    padding-block: 4.3rem 9.2rem;
  }
  .catalog .contactBox {
    margin-top: 11.5rem;
  }
  .catalogArticle .titleBox {
    background-image: url(../img/page/titlebox_bg04SP.jpg);
    height: 14.8rem;
    background-size: auto 14.8rem;
  }
  .catalogArticle .titleBox h1 {
    font-size: 2.4rem;
    line-height: 130%;
  }
  .catalogArticle__inner {
    width: 33.5rem;
    margin-inline: auto;
    display: block;
    padding-top: 5rem;
  }
  .catalogArticle__main {
    width: 100%;
  }
  .catalogArticle__main .title {
    font-size: 2.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
  }
  .catalogArticle__main .title span {
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
  }
  .catalogArticle__main .text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .catalogArticle__form {
    width: 100%;
    margin-top: 8rem;
    padding: 3.8rem 2rem 4.8rem;
  }
  .catalogArticle__form .textBox {
    margin-bottom: 4rem;
  }
  .catalogArticle__form .textBox p:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .catalogArticle .contactBox {
    margin-top: 8rem;
  }
  .catalogArticle.--completed .completedMessage {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 8rem 12rem;
  }
  .catalogArticle.--completed .completedMessage p.bigText {
    font-size: 3.6rem;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin-bottom: 3.3rem;
  }
  .contact__inner {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 6.3rem 12rem;
  }
  .contact .textBox {
    margin-bottom: 6rem;
  }
  .contact .textBox p {
    font-size: 1.4rem;
    line-height: 160%;
  }
  .contact .textBox p.title {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
  .contact.--completed .completedMessage {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 10.7rem 14.5rem;
  }
  .contact.--completed .completedMessage p.bigText {
    line-height: 130%;
    margin-bottom: 3.2rem;
  }
  .privacypolicy .titleBox {
    height: 14.8rem;
    padding-top: 0;
  }
  .privacypolicy .titleBox h1 {
    font-size: 2.4rem;
  }
  .privacypolicy__inner {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 6rem 12.5rem;
  }
  .privacypolicy h2 {
    font-size: 2.2rem;
    line-height: 170%;
    margin-bottom: 2rem;
  }
  .privacypolicy h3 {
    font-size: 1.8rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .privacypolicy h3:not(:first-of-type) {
    margin-top: 3.8rem;
  }
  .features__head {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 3.3rem 4.8rem;
  }
  .features__head p {
    font-size: 1.4rem;
  }
  .features__anchor ol {
    display: block;
  }
  .features__anchor ol li {
    width: 100%;
  }
  .features__anchor ol li::before {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  .features__anchor ol li a {
    height: 20.7rem;
    font-size: 1.4rem;
    padding: 1rem 4rem 0;
  }
  .features__anchor ol li a::before {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .features__anchor ol li a:after {
    content: "";
    display: block;
    -webkit-mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgNTAgMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OC43NTQ4IDEuMTM2NDdMMjUgMjQuMjcyOUwxLjI0NTIzIDEuMTM2NDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgNTAgMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OC43NTQ4IDEuMTM2NDdMMjUgMjQuMjcyOUwxLjI0NTIzIDEuMTM2NDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 3rem 3rem;
    mask-size: 3rem 3rem;
    background-color: #333;
    width: 3rem;
    height: 3rem;
    margin-top: 0.5rem;
  }
  .features__anchor ol li a span {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .features__section#section01 {
    background: url(../img/page/strength_bg01SP.png) no-repeat bottom right;
    background-size: 35.3rem auto;
    padding-block: 6.4rem 22.8rem;
  }
  .features__section#section01 h2 {
    width: calc(100% - 4rem);
    margin-left: 4rem;
  }
  .features__section#section01 h2::before {
    left: -5.3rem;
  }
  .features__section#section02 {
    background: url(../img/page/strength_bg02SP.png) no-repeat top 45.6rem right;
    background-size: 35.3rem auto;
    padding-block: 4.3rem 15.8rem;
  }
  .features__section#section02 .textBox {
    margin-bottom: 21rem;
  }
  .features__section#section03 {
    background: url(../img/page/strength_bg03SP.png) no-repeat top 81rem right;
    background-size: 35.3rem auto;
    padding-block: 0rem 6.4rem;
  }
  .features__section#section03 .textBox {
    margin-bottom: 29rem;
  }
  .features__section .inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .features__section .textBox {
    width: 100%;
  }
  .features__section .textBox h2 {
    font-size: 1.5rem;
    line-height: 110%;
    width: calc(100% - 4.6rem);
    margin-left: 4.6rem;
  }
  .features__section .textBox h2::before {
    top: 0;
    left: -6rem;
    font-size: 4rem;
  }
  .features__section .textBox .lead {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
  .features__section .textBox .text {
    font-size: 1.4rem;
    margin-top: 2.3rem;
  }
  .features__section .affiliatedCompanies {
    padding: 2.4rem 1.2rem 2.4rem;
  }
  .features__section .affiliatedCompanies h3 {
    font-size: 2.4rem;
    line-height: 120%;
  }
  .features__section .affiliatedCompanies .lead {
    font-size: 1.4rem;
    margin-block: 0.8rem 2.2rem;
  }
  .features__section .affiliatedCompanies .listBox__single {
    display: block;
  }
  .features__section .affiliatedCompanies .listBox__single:not(:last-child) {
    margin-bottom: 8.5rem;
  }
  .features__section .affiliatedCompanies .listBox__details {
    width: 100%;
  }
  .features__section .affiliatedCompanies .listBox__details .title {
    font-size: 2rem;
  }
  .features__section .affiliatedCompanies .listBox__details .text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .features__section .affiliatedCompanies .listBox__details dl {
    display: block;
    margin-top: 2.8rem;
  }
  .features__section .affiliatedCompanies .listBox__details dl dt {
    width: 100%;
    height: 2.8rem;
    border-radius: 4px 4px 0 0;
  }
  .features__section .affiliatedCompanies .listBox__details dl dd {
    width: 100%;
    padding: 1.3rem 1.9rem;
  }
  .features__section .affiliatedCompanies .listBox__slide {
    width: 100%;
    margin-top: 3rem;
  }
  .features__section .affiliatedCompanies .listBox__slide .slideFull {
    margin-bottom: 2.8rem;
  }
  .features__section
    .affiliatedCompanies
    .listBox__slide
    .slideFull
    .slick-track
    > .slick-slide {
    width: 27.6rem;
    padding-right: 1.6rem;
  }
  .features__section
    .affiliatedCompanies
    .listBox__slide
    .slideFull
    .slick-track
    > .slick-slide
    img {
    height: 20.4rem;
  }
  .features__section .equipmentList {
    padding: 4.3rem 1.2rem 3.2rem;
  }
  .features__section .equipmentList h3 {
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: 3.5rem;
    padding-right: 2rem;
  }
  .features__section .equipmentList .listBox__single:not(:last-child) {
    margin-bottom: 4.2rem;
  }
  .features__section .equipmentList .listBox__single img {
    height: 21.6rem;
  }
  .features__section .equipmentList .listBox__single .title {
    font-size: 1.8rem;
  }
  .features__section .equipmentList .listBox__single .text {
    font-size: 1.4rem;
    line-height: 160%;
  }
  .features__section .equipmentList .btnMore {
    margin: 0 auto;
    height: 4rem;
    width: 22.4rem;
  }
  .features__section .equipmentList .btnMore span {
    font-size: 1.4rem;
    background-size: 1.3rem auto;
    background-position: right top 70%;
    padding-right: 2.2rem;
  }
  .aboutus__anchor {
    position: static;
  }
  .aboutus__anchor ul {
    width: 33.5rem;
    margin-inline: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0;
  }
  .aboutus__anchor ul li {
    width: 50%;
  }
  .aboutus__anchor ul li a {
    font-size: 1.4rem;
    height: 4.8rem;
    padding: 0 3.7rem 0 0;
  }
  .aboutus__anchor ul li a::before {
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .aboutus__section .inner {
    width: 33.5rem;
    margin-inline: auto;
  }
  .aboutus__section#area01 .bgArea {
    background: url(../img/page/about_bgSP.jpg) no-repeat bottom right;
    background-size: 100% auto;
  }
  .aboutus__section#area01 .inner {
    padding-block: 8rem 12rem;
  }
  .aboutus__section#area01 .lead {
    font-size: 2rem;
    margin-block: 8rem 3rem;
  }
  .aboutus__section#area01 .text {
    font-size: 1.4rem;
    line-height: 200%;
    width: 100%;
  }
  .aboutus__section#area02 .inner {
    padding-block: 8rem 5rem;
  }
  .aboutus__section#area02 h2 {
    letter-spacing: 0.015em;
  }
  .aboutus__section#area02 dl {
    display: block;
    margin-top: 4rem;
  }
  .aboutus__section#area02 dl dt,
  .aboutus__section#area02 dl dd {
    display: block;
    height: auto;
  }
  .aboutus__section#area02 dl dt {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 1.7rem;
    border: none;
  }
  .aboutus__section#area02 dl dd {
    font-size: 1.6rem;
    line-height: 150%;
    width: 100%;
    padding-bottom: 2.6rem;
    margin-bottom: 2.9rem;
  }
  .aboutus__section#area03 .inner {
    padding-block: 8rem 5.5rem;
  }
  .aboutus__section#area03 h2 {
    margin-bottom: 3.7rem;
  }
  .aboutus__section#area03 h3 {
    font-size: 2.4rem;
    padding-block: 4.5rem;
    margin-bottom: 0;
  }
  .aboutus__section#area03 h3::before {
    width: 10.8rem;
    height: 10.8rem;
    left: -5.3rem;
  }
  .aboutus__section#area03 .salesProductsList {
    margin-top: -1.5rem;
  }
  .aboutus__section#area03 .salesProductsList__item:not(:last-child) {
    margin-bottom: 5.8rem;
  }
  .aboutus__section#area03
    .salesProductsList__item:has(.--cat_and)
    .salesProductsList__details
    .title {
    display: block;
    height: auto;
    padding-bottom: 1.4rem;
  }
  .aboutus__section#area03
    .salesProductsList__item:has(.--cat_and)
    .salesProductsList__details
    .title::before {
    content: none;
  }
  .aboutus__section#area03 .salesProductsList__photo {
    width: 100%;
    height: auto;
  }
  .aboutus__section#area03 .salesProductsList__details {
    width: 100%;
  }
  .aboutus__section#area03 .salesProductsList__details .cat.--cat_pro {
    display: none;
  }
  .aboutus__section#area03 .salesProductsList__details .cat.--cat_and {
    font-size: 1.8rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin: 2.3rem 0 0;
  }
  .aboutus__section#area03 .salesProductsList__details .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 9rem;
    font-size: 1.8rem;
    padding: 0.5rem 0 0;
    position: relative;
  }
  .aboutus__section#area03 .salesProductsList__details .title::before {
    font-size: 7.2rem;
    line-height: 80%;
    letter-spacing: 0em;
    font-weight: 600;
    color: #1b3c92;
    opacity: 0.18;
    counter-increment: proNum;
    content: counter(proNum, decimal-leading-zero);
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
  .aboutus__section#area03 .salesProductsList__details .text {
    font-size: 1.5rem;
    line-height: 150%;
    margin-top: 1.7rem;
  }
  .aboutus__section#area03 .salesProductsList__sub {
    display: block;
    margin-block: 3.4rem 4.5rem;
  }
  .aboutus__section#area03 .salesProductsList__sub .title {
    font-size: 1.8rem;
    line-height: 160%;
  }
  .aboutus__section#area03 .salesProductsList__sub .text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  .aboutus__section#area03 .salesProductsList__sub .text::before {
    width: 100%;
  }
  .aboutus__section#area03 .salesProductsList__sub .text span {
    padding-inline: 2rem 0;
  }
  .aboutus__section#area03 .lead {
    margin-top: -0.6rem;
    font-size: 1.5rem;
    line-height: 160%;
  }
  .aboutus__section#area03 .global__map {
    margin-top: 4rem;
    position: relative;
  }
  .aboutus__section#area03 .global__map::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "scroll";
    display: block;
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 0.002em;
    font-weight: 500;
    width: 100%;
    text-align: right;
    padding: 0 15.2rem 0 0;
    background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE0MSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC43NUgxMzhMMTMwLjUgMS4yNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==")
      no-repeat right bottom 0.3rem;
    background-size: 13.8rem auto;
  }
  .aboutus__section#area03 .global__mapMain {
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 4rem;
  }
  .aboutus__section#area03 .global__mapMain::-webkit-scrollbar {
    display: none;
  }
  .aboutus__section#area03 .global__map img {
    height: 43rem;
    margin-inline: 0;
  }
  .aboutus__section#area04 .inner {
    padding-block: 8rem 13rem;
  }
  .aboutus__section#area04 h2 {
    margin-bottom: 5rem;
  }
  .aboutus__section#area04 .historyBox__single::before {
    height: calc(100% - 1.5rem);
    left: 1.8rem;
    top: 4.6rem;
  }
  .aboutus__section#area04 .historyBox__single:not(:last-child) {
    margin-bottom: 4.5rem;
  }
  .aboutus__section#area04 .historyBox__single p {
    font-size: 3.8rem;
    margin-bottom: 2.2rem;
  }
  .aboutus__section#area04 .historyBox__single p::before {
    width: calc(100% - 7.8rem);
    top: 1.6rem;
  }
  .aboutus__section#area04 .historyBox__single dl {
    padding-left: 1.4rem;
  }
  .aboutus__section#area04 .historyBox__single dl:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
  .aboutus__section#area04 .historyBox__single dl dt {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .aboutus__section#area04 .historyBox__single dl dd {
    font-size: 1.4rem;
    line-height: 150%;
    padding-left: 2.5rem;
  }
  .aboutus__section#area04 .historyBox__photo {
    display: none;
  }
  .notFound .notFoundMessage {
    width: 33.5rem;
    margin-inline: auto;
    padding-block: 11.2rem 14rem;
  }
  .notFound .notFoundMessage p {
    font-size: 1.6rem;
    line-height: 170%;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .notFound .notFoundMessage p.bigText {
    font-size: 2.8rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 3.6rem;
  }
}
