@charset "UTF-8";
/*==================================================
reset
==================================================*/
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;
  vertical-align: baseline;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  outline: none;
  border: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  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 {
    box-sizing: border-box;
  }
  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
address {
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
}

/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/*==================================================
leyout
==================================================*/
:root {
  /*size*/
  --site-width: 116rem;
  --site-padding: 4rem;
  /*color*/
  --body-color: #000;
  --dark-color: #28450B;
  --main-color: #70B42B;
  --main-color-lt: #EFF4ED;
  --main-color-dark: #2E635F;
  --food-color-gr: linear-gradient(45deg, #70b42b 0%, #a2c900 100%);
  --chemical-color-gr: linear-gradient(45deg, #2B94B4 0%, #00C99B 100%);
  --contact-color-gr: linear-gradient(45deg, #E27201 0%, #FFE200 100%);
  --chemical-color: #2798B2;
  --border-color: #CED5C7;
  --gray: #707070;
  --gray-lt: #F2F2F2;
  --cyan: #1CA5AC;
  --orange: #D69122;
  --blue: #53C3D1;
  --green: #4C8953;
  --purple: #BF83BD;
  --red: #E87A7A;
  /*font*/
  --font-base: 1.6rem;
  --font-middle: 1.8rem;
  --font-large: 2.4rem;
  --font-small: 1.4rem;
  --font-extra-small: 1.2rem;
  --font-jp: "Noto Sans", sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --font-weight-thin: 100;
  --font-weight-base: 400;
  --font-weight-bold: 500;
  --base-line: 1.75;
  /*z-index*/
  --z-index-modal-close: 100;
  --z-index-modal: 90;
  --z-index-modal-bg: 80;
  --z-index-nav: 70;
  --z-index-header: 60;
  --z-index-side-menu: 50;
  /*height*/
  --height-header: 7rem;
}
@media all and (max-width: 768px) {
  :root {
    /*size*/
    --site-padding: 2.5rem;
  }
}

/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-size: 62.5%;
}
@media all and (max-width: 389px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
  color: var(--body-color);
  font-family: var(--font-jp);
  font-size: var(--font-base);
  font-weight: var(--font-weight-base);
  letter-spacing: 0.05em;
  line-height: var(--base-line);
  overflow-wrap: anywhere;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  height: var(--height-header);
  left: 0;
  position: fixed;
  top: 0;
  z-index: var(--z-index-header);
  width: 100%;
}
@media all and (min-width: 1081px) {
  .l-header {
    background-color: #fff;
    box-shadow: 0 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
  }
}
@media all and (max-width: 1080px) {
  .l-header {
    position: absolute;
  }
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding: 0 22rem 0 var(--site-padding);
  position: relative;
}
@media all and (max-width: 1080px) {
  .l-header__inner {
    padding: 0 2rem;
  }
}
@media (min-width: 1921px) {
  .l-header__inner {
    padding: 0 40% 0 var(--site-padding);
  }
}
.l-header__logo {
  display: block;
}
@media all and (max-width: 1080px) {
  .l-header__logo-img {
    height: 4rem;
    width: auto;
  }
}
.l-header__lan {
  background-color: var(--gray-lt);
  border-radius: 100rem;
  padding: 0.7rem;
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1080px) {
  .l-header__lan {
    background-color: #fff;
    box-shadow: 0.4rem 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
    padding: 0.6rem;
    right: 8rem;
  }
}
.l-header__lan-lists {
  display: flex;
  gap: 0.5em;
}
.l-header__lan-item {
  border-radius: 50%;
  color: var(--dark-color);
  display: grid;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  height: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 0.1em;
  place-content: center;
  white-space: nowrap;
  width: 3.6rem;
}
@media all and (max-width: 1080px) {
  .l-header__lan-item {
    font-size: 1.1rem;
    height: 2.8rem;
    width: 2.8rem;
  }
}
.-active .l-header__lan-item {
  background-color: var(--main-color);
  color: #fff;
}
.l-header__toggle {
  display: none;
}
@media all and (max-width: 1080px) {
  .l-header__toggle {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0.4rem 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
    display: grid;
    height: 4rem;
    padding: 0;
    place-content: center;
    position: fixed;
    right: 2rem;
    top: 1.5rem;
    width: 4rem;
    z-index: var(--z-index-header);
  }
}
.l-header__toggle-lines {
  height: 2rem;
  position: relative;
  width: 2.2rem;
}
.l-header__toggle-line {
  background-color: var(--main-color);
  border-radius: 4rem;
  height: 0.4rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-header__toggle-line:nth-child(1) {
  top: 0;
}
.l-header__toggle-line:nth-child(2) {
  top: 0.8rem;
}
.l-header__toggle-line:nth-child(3) {
  top: 1.6rem;
}

/*--------------------------------------
  .lang-en .l-nav
----------------------------------------*/
.lang-en .l-nav__mega-lists {
  grid-template-columns: unset;
}

/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer {
  margin-top: 4rem;
}
@media all and (max-width: 768px) {
  .l-footer {
    margin-top: 8rem;
  }
}
.l-footer__contact {
  background-image: linear-gradient(45deg, #70B42B 0%, #1EBA90 100%);
  overflow: hidden;
  padding: 2.5rem 0 3rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .l-footer__contact {
    overflow: visible;
    padding: 0;
  }
}
.l-footer__contact-inner {
  margin: 0 auto;
  max-width: var(--site-width);
  padding: 0 var(--site-padding) 0 50rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .l-footer__contact-inner {
    padding: 72% var(--site-padding) 5rem;
  }
}
.l-footer__contact .m-ttl-top {
  margin-bottom: 1em;
}
.l-footer__contact .m-ttl-top__main, .l-footer__contact .m-ttl-top__sub {
  color: #fff;
}
.l-footer__contact-read {
  font-weight: var(--font-weight-bold);
  color: #fff;
}
.l-footer__contact-btn {
  margin-top: 1em;
}
@media all and (max-width: 768px) {
  .l-footer__contact-btn {
    margin-top: 2em;
  }
}
.l-footer__contact-img {
  left: -4rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media all and (max-width: 768px) {
  .l-footer__contact-img {
    left: 0;
    top: -4rem;
    transform: none;
    width: 100%;
  }
}
.l-footer__boxs {
  display: grid;
  gap: 0.1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.1rem;
}
@media all and (max-width: 768px) {
  .l-footer__boxs {
    grid-template-columns: 1fr;
  }
}
.l-footer__box-item {
  align-items: center;
  display: grid;
  height: 23rem;
  padding-left: var(--site-padding);
  position: relative;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .l-footer__box-item {
    height: 15rem;
    padding-left: 4rem;
  }
}
.l-footer__box .m-ttl-top {
  margin-bottom: 0;
  text-align: left;
}
.l-footer__box .m-ttl-top__main, .l-footer__box .m-ttl-top__sub {
  color: #fff;
}
@media all and (max-width: 768px) {
  .l-footer__box .m-ttl-top__main {
    font-size: 2.4rem;
  }
  .l-footer__box .m-ttl-top__sub {
    font-size: 1.2rem;
    margin-top: 0.2em;
  }
}
.l-footer__box-bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.l-footer__body {
  display: grid;
  gap: 8rem;
  grid-template-columns: 16rem 1fr;
  margin: 6rem auto 0;
  max-width: 130rem;
  padding-inline: var(--site-padding);
}
@media all and (max-width: 1280px) {
  .l-footer__body {
    gap: 4rem;
  }
}
@media all and (max-width: 1080px) {
  .l-footer__body {
    gap: 7rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
@media all and (max-width: 1080px) {
  .l-footer__logo {
    margin: 0 auto;
    order: 1;
    width: 14rem;
  }
}
.l-footer__lists {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .l-footer__lists {
    flex-wrap: wrap;
  }
}
.l-footer__list {
  display: grid;
  gap: 1.2em;
}
@media all and (max-width: 1280px) {
  .l-footer__list {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1080px) {
  .l-footer__list {
    border-top: 0.1rem solid #F1F1F1;
    font-size: 1.4rem;
    gap: 0;
    margin-top: 2rem;
    padding-top: 2rem;
    width: 50%;
  }
  .l-footer__list:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
.l-footer__item {
  color: var(--dark-color);
  font-weight: var(--font-weight-base);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media all and (max-width: 1080px) {
  .l-footer__item {
    letter-spacing: 0.05em;
    padding: 1rem;
  }
}
.l-footer__item.-child::before {
  content: "-";
  margin-right: 0.3em;
}
.l-footer__ttl {
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.1em;
  margin-bottom: -0.8em;
}
@media all and (max-width: 1080px) {
  .l-footer__ttl {
    margin-bottom: 0.3em;
    padding-left: 1rem;
  }
}
.l-footer__ttl ~ .l-footer__item {
  margin-left: 1rem;
}
.l-footer__foot {
  border-top: 0.1rem solid var(--main-color);
  margin-top: 5rem;
  padding: 2.5rem 0 5rem;
  text-align: center;
}
@media all and (max-width: 1080px) {
  .l-footer__foot {
    padding-bottom: 14rem;
  }
}
.l-footer__copy {
  color: var(--dark-color);
  font-size: 1.2rem;
  line-height: 1.75;
}

/*--------------------------------------
l-nav
----------------------------------------*/
.l-nav {
  display: grid;
  height: var(--height-header);
}
@media all and (max-width: 1080px) {
  .l-nav {
    background-color: rgba(88, 139, 35, 0.8);
    height: 100vh;
    height: 100dvh;
    left: 0;
    opacity: 0;
    padding: 0.8rem;
    position: fixed;
    top: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: var(--z-index-nav);
  }
  .-show .l-nav {
    opacity: 1;
    visibility: visible;
  }
}
.l-nav__inner {
  display: grid;
}
@media all and (max-width: 1080px) {
  .l-nav__inner {
    background-color: #fff;
    border-radius: 1.6rem;
    display: block;
    height: 100%;
    padding: 0 1.7rem 6rem;
    position: relative;
  }
}
.l-nav__head {
  display: none;
}
@media all and (max-width: 1080px) {
  .l-nav__head {
    display: flex;
    padding: 0.7rem 0 2rem;
  }
}
@media all and (max-width: 1080px) {
  .l-nav__logo {
    margin-left: -0.5rem;
  }
}
.l-nav__logo-img {
  height: 4rem;
  width: auto;
}
.l-nav__close {
  display: none;
}
@media all and (max-width: 1080px) {
  .l-nav__close {
    background-color: transparent;
    display: grid;
    height: 4rem;
    margin: 0 -0.5rem 0 auto;
    padding: 0;
    place-content: center;
    width: 4rem;
  }
}
.l-nav__close-lines {
  height: 2.8rem;
  position: relative;
  width: 2.8rem;
}
.l-nav__close-line {
  background-color: var(--main-color);
  border-radius: 4rem;
  height: 0.4rem;
  left: 0;
  position: absolute;
  width: 100%;
  top: 1.2rem;
}
.l-nav__close-line:nth-child(1) {
  transform: rotate(42deg);
}
.l-nav__close-line:nth-child(2) {
  transform: rotate(-42deg);
}
.l-nav__lists {
  display: flex;
  gap: 4rem;
}
@media all and (min-width: 1081px) and (max-width: 1280px) {
  .l-nav__lists {
    gap: 2rem;
    font-size: 15px;
  }
}
@media all and (min-width: 1081px) {
  .l-nav__lists.-top, .l-nav__lists.-bottom {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .l-nav__lists {
    border-bottom: 0.1rem solid #F1F1F1;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
  }
  .l-nav__lists.-top {
    grid-template-columns: 1fr;
  }
  .l-nav__lists.-bottom {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-nav__list {
  display: grid;
  height: inherit;
}
@media all and (max-width: 1080px) {
  .l-nav__list.-sp-none {
    display: none;
  }
}
.l-nav__item {
  align-items: center;
  color: var(--dark-color);
  display: grid;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.1em;
  line-height: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__item:hover {
    opacity: 0.75;
  }
}
@media all and (max-width: 1080px) {
  .l-nav__item {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding: 1rem;
  }
  .l-nav__item.-ttl {
    display: none;
  }
}
@media all and (min-width: 1081px) {
  .l-nav__mega {
    left: 0;
    margin: 0 auto;
    max-width: 108rem;
    opacity: 0;
    padding-top: 3rem;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-1rem);
    transition: 0.3s;
    visibility: hidden;
    width: calc(100% - 8rem);
  }
  .l-nav__list:hover .l-nav__mega {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media all and (max-width: 1080px) {
  .l-nav__mega {
    padding-left: 1rem;
  }
}
@media all and (min-width: 1081px) {
  .l-nav__mega-inner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.8rem;
    border: 0.4rem solid var(--main-color);
    box-shadow: 0.4rem 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
    display: grid;
    grid-template-columns: 30rem 1fr;
    height: 24rem;
    margin: 0 auto;
    max-width: var(--site-width);
    overflow: hidden;
  }
}
@media all and (max-width: 1080px) {
  .l-nav__mega-img {
    display: none;
  }
}
.l-nav__mega-ttl {
  color: var(--dark-color);
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 2rem;
}
@media all and (max-width: 1080px) {
  .l-nav__mega-ttl {
    color: var(--main-color);
    font-size: 1.4rem;
    margin-bottom: 0.3em;
    padding-left: 0;
    font-weight: var(--font-weight-bold);
  }
}
.l-nav__mega-lists {
  display: grid;
  gap: 0.8em;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 7rem;
}
@media all and (max-width: 1080px) {
  .l-nav__mega-lists {
    gap: 0 0.5em;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media all and (max-width: 1080px) {
  .l-nav__mega-list {
    display: grid;
  }
}
.l-nav__mega-item {
  color: var(--dark-color);
  font-weight: var(--font-weight-base);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media all and (max-width: 1080px) {
  .l-nav__mega-item {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding: 1rem 0 1rem 1rem;
  }
}
.l-nav__mega-item::before {
  content: "-";
  margin-right: 0.3em;
}
@media all and (max-width: 1080px) {
  .l-nav__mega-item:not(.-child)::before {
    content: none;
  }
}
.l-nav .l-header__lan {
  display: none;
}
@media all and (max-width: 1080px) {
  .l-nav .l-header__lan {
    bottom: 2.5rem;
    box-shadow: none;
    display: block;
    left: 50%;
    padding: 0;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }
}

/*--------------------------------------
l-side-menu
----------------------------------------*/
.l-side-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: var(--z-index-side-menu);
}
@media all and (max-width: 1080px) {
  .l-side-menu {
    bottom: 0;
    box-shadow: 0 -0.4rem 1.6rem rgba(40, 69, 11, 0.16);
    left: 0;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.l-side-menu__lists {
  display: grid;
  gap: 0.6rem;
}
@media all and (max-width: 1080px) {
  .l-side-menu__lists {
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.l-side-menu__item {
  border-radius: 2.4rem 0 0 2.4rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
  color: #fff;
  display: grid;
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  gap: 0.5rem;
  grid-template-rows: 3.6rem auto;
  height: 8rem;
  justify-items: center;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 1rem;
  width: 10rem;
}
@media all and (max-width: 1080px) {
  .l-side-menu__item {
    border-radius: 0;
    box-shadow: none;
    font-size: 1.4rem;
    width: 100%;
  }
}
.l-side-menu__item.-food {
  background-image: var(--food-color-gr);
}
.l-side-menu__item.-chemical {
  background-image: var(--chemical-color-gr);
}
.l-side-menu__item.-contact {
  background-image: var(--contact-color-gr);
}

/*--------------------------------------
lang-en　l-side-menu
----------------------------------------*/
@media all and (max-width: 1080px) {
  .lang-en .l-side-menu__lists {
    grid-template-columns: unset;
  }
}

/*--------------------------------------
lang-cn　l-side-menu
----------------------------------------*/
@media all and (max-width: 1080px) {
  .lang-cn .l-side-menu__lists {
    grid-template-columns: unset;
  }
}

/*==================================================
module
==================================================*/
/*--------------------
inner
--------------------*/
.m-inner {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding-inline: var(--site-padding);
}
.m-inner.-size-s {
  max-width: 86rem;
}
.m-inner.-size-l {
  max-width: 136.6rem;
}
@media all and (max-width: 1023px) {
  .m-inner.-sp-tb-none {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .m-inner.-sp-none {
    padding: 0;
  }
}

/*--------------------
space
--------------------*/
.m-block-space-s {
  margin-top: 1em;
}

.m-block-space-m {
  margin-top: 2em;
}

.m-block-space-l {
  margin-top: 4em;
}

/*--------------------
ttl
--------------------*/
.m-ttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-left: 5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-ttl {
    font-size: 2rem;
    padding-left: var(--site-padding);
  }
}
.m-ttl::before {
  color: var(--main-color);
  content: attr(data-en);
  display: block;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.25em;
}
.m-ttl::after {
  background-color: var(--main-color);
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0.6rem;
  width: 4rem;
}
@media all and (max-width: 768px) {
  .m-ttl::after {
    width: 1.7rem;
  }
}

.m-ttl-sub {
  border-left: 0.4rem solid var(--main-color);
  color: var(--dark-color);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 0.8rem;
}

.m-ttl-top {
  line-height: 1.3;
  margin-bottom: 4rem;
  text-align: center;
}
.m-ttl-top__main {
  font-size: 3.2rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.03em;
}
.m-ttl-top__sub {
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}

/*--------------------
read
--------------------*/
.m-read + .m-read {
  margin-top: 1em;
}

/*--------------------
text
--------------------*/
.m-text {
  font-weight: var(--font-weight-base);
}
.m-text.-xs {
  font-size: var(--font-extra-small);
}
.m-text.-sm {
  font-size: var(--font-small);
}
.m-text.-md {
  font-size: var(--font-middle);
}
.m-text.-lg {
  font-size: var(--font-large);
}

.m-tc {
  text-align: center;
}

.m-bold {
  font-weight: var(--font-weight-bold);
}

@media all and (max-width: 768px) {
  .m-bold-sp {
    font-weight: var(--font-weight-bold);
  }
}

.m-main-color {
  color: var(--main-color);
}

.m-red {
  color: var(--red);
}

/*--------------------
btn
--------------------*/
.m-btn {
  align-items: center;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
  display: inline-flex;
  font-weight: var(--font-weight-bold);
  gap: 0.5em;
  justify-content: center;
  line-height: 1.3;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-btn:hover {
    box-shadow: none;
    filter: brightness(0.9);
    opacity: 1;
    transform: translateY(0.2rem);
  }
}
.m-btn.-more {
  background-color: #fff;
  color: var(--main-color-dark);
  height: 6rem;
  max-width: 32rem;
  width: 100%;
}
.m-btn.-contact {
  background-image: var(--contact-color-gr);
  background-size: 120%;
  border-radius: 2.4rem;
  color: #fff;
  font-size: 2rem;
  height: 8rem;
  max-width: 32rem;
  width: 100%;
}
@media all and (max-width: 768px) {
  .m-btn.-contact {
    font-size: 1.8rem;
  }
}
.m-btn.-size-l {
  max-width: 48rem;
  width: 100%;
}
.m-btn-lists {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
@media all and (max-width: 1080px) {
  .m-btn-lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .m-btn-lists {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .m-btn-lists .m-btn {
    font-size: 1.4rem;
    height: 5rem;
  }
}

/*--------------------
link
--------------------*/
.m-link {
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1rem;
}
@media (hover: hover) and (pointer: fine) {
  .m-link:hover {
    opacity: 1;
    text-decoration: none;
  }
}

/*--------------------
tag
--------------------*/
.m-tag {
  background-color: var(--main-color-dark);
  border-radius: 10rem;
  color: #fff;
  display: grid;
  font-size: var(--font-small);
  font-weight: var(--font-weight-bold);
  height: 2.6rem;
  line-height: 1;
  min-width: 12rem;
  padding: 0 0.8em 0.1em;
  place-content: center;
}
.m-tag.-food {
  background-color: #fff;
  border: 0.2rem solid;
  color: var(--main-color);
  font-size: var(--font-base);
}
.m-tag.-chemical {
  background-color: #fff;
  border: 0.2rem solid;
  color: var(--cyan);
  font-size: var(--font-base);
}
.m-tag.-business {
  background-color: #fff;
  border: 0.2rem solid;
  color: var(--orange);
  font-size: var(--font-base);
}
.m-tag.-materials {
  background-color: #fff;
  border: 0.2rem solid;
  color: #0B677C;
  font-size: var(--font-base);
}

/*--------------------
dl
--------------------*/
.m-dl__list {
  align-items: baseline;
  border-top: 0.1rem solid var(--border-color);
  display: grid;
  gap: 1rem;
  grid-template-columns: 20rem 1fr;
  padding: 0.85em 1rem;
}
@media all and (max-width: 768px) {
  .m-dl__list {
    grid-template-columns: 1fr;
  }
}
.m-dl__list:last-child {
  border-bottom: 0.1rem solid var(--border-color);
}
.m-dl__ttl {
  color: var(--main-color);
  font-weight: var(--font-weight-base);
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .m-dl__txt {
    padding-left: 1rem;
  }
}

/*--------------------
list
--------------------*/
.m-lists {
  display: grid;
  gap: 0.85em;
}
.m-lists.-space-s {
  gap: 0.25em;
}

.m-list {
  padding-left: 1em;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-list {
    font-size: 1.4rem;
  }
}
.m-list::before {
  background-color: var(--main-color);
  border-radius: 50%;
  content: "";
  height: 0.6em;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 0.6em;
}
.m-list__em {
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  padding-left: 1em;
}

.m-list-nums {
  counter-reset: list-num 0;
  display: grid;
  gap: 0.5em;
}
.m-list-nums .m-list-nums {
  margin-top: 1em;
}

.m-list-num {
  padding-left: 1em;
  text-indent: -1em;
}
.m-list-num::before {
  color: var(--main-color);
  content: counter(list-num) ".";
  counter-increment: list-num 1;
}
.m-list-num .m-list-num {
  margin-top: -0.5em;
  padding-left: 1.3em;
}
.m-list-num .m-list-num::before {
  content: counter(list-num) ")";
}

/*--------------------
table
--------------------*/
@media all and (max-width: 768px) {
  .m-table {
    font-size: 1.4rem;
  }
}
.m-table th,
.m-table td {
  border: 0.1rem solid var(--border-color);
  line-height: 1.75;
  padding: 0.85em 1em;
}
.m-table th {
  background-color: var(--main-color-lt);
  font-weight: var(--font-weight-base);
  width: 30%;
}
@media all and (max-width: 768px) {
  .m-table th {
    width: 36%;
  }
}
.m-table td {
  background-color: #fff;
}

/*--------------------
figure
--------------------*/
.m-figure__caption {
  color: var(--main-color);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.m-figure__img {
  width: 100%;
}
.m-figure-lists {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
  padding-inline: 2.5rem;
}
@media all and (max-width: 768px) {
  .m-figure-lists {
    grid-template-columns: 1fr;
  }
}

/*--------------------
img
--------------------*/
.m-img {
  border-radius: 0.8rem;
  border: 0.1rem solid var(--border-color);
}

/*--------------------
iframe
--------------------*/
.m-iframe {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.m-iframe.-map {
  padding-bottom: 71.1111111111%;
}
.m-iframe.-movie {
  padding-bottom: 56.25%;
}
.m-iframe iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------
tab
--------------------*/
.m-tab__menus-wrap {
  display: flex;
  justify-content: center;
}
.m-tab__menus {
  background-color: var(--gray-lt);
  border-radius: 100rem;
  border: 0.4rem solid #fff;
  display: flex;
  justify-content: center;
  padding: 0.8rem;
}
.m-tab__menu {
  color: var(--dark-color);
  cursor: pointer;
  display: grid;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  height: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  place-content: center;
  position: relative;
  transition: color 0.3s;
  width: 17rem;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .m-tab__menu {
    font-size: 1.2rem;
    width: 10rem;
  }
}
.m-tab__menus.-lg .m-tab__menu {
  font-size: 1.6rem;
  height: 4.8rem;
  width: 18rem;
}
@media all and (max-width: 768px) {
  .m-tab__menus.-lg .m-tab__menu {
    width: 15rem;
  }
}
.m-tab__menu::before {
  border-radius: 100rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.9);
  transition: 0.3s;
  width: 100%;
  z-index: -1;
}
.m-tab__menu.is-active {
  color: #fff;
}
.m-tab__menu.is-active::before {
  background-color: var(--main-color);
  opacity: 1;
  transform: scale(1);
}
.m-tab__panels > .m-tab__panel {
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
  display: none;
}
.m-tab__panels > .m-tab__panel.is-active {
  display: block;
}
.m-tab__btns-wrap {
  margin: 2.5rem 0 -2rem;
}
.m-tab__btns {
  display: flex;
  gap: 1em;
}
@media all and (max-width: 768px) {
  .m-tab__btns {
    padding-inline: var(--site-padding);
  }
}
.m-tab__btn {
  background-color: #fff;
  border-radius: 100rem;
  box-shadow: 0 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
  color: var(--main-color-dark);
  cursor: pointer;
  display: grid;
  font-weight: var(--font-weight-bold);
  height: 4rem;
  line-height: 1;
  place-content: center;
  transition: 0.3s;
  width: 20rem;
}
@media all and (max-width: 768px) {
  .m-tab__btn {
    font-size: 1.4rem;
    height: 3.6rem;
    max-width: 12rem;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-tab__btn:hover {
    box-shadow: none;
    filter: brightness(0.9);
    opacity: 1;
    transform: translateY(0.2rem);
  }
}
.m-tab__btn.is-active {
  background-color: var(--main-color);
  box-shadow: none;
  color: #fff;
  transform: translateY(0.2rem);
}

/*--------------------
item
--------------------*/
.m-items {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
}
@media all and (max-width: 1080px) {
  .m-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media all and (max-width: 768px) {
  .m-items {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding: 4rem 3.2rem 4rem var(--site-padding);
  }
}

.m-item {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.16);
  color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 24rem;
  overflow: hidden;
  padding: 2.4rem 2rem;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1080px) {
  .m-item {
    height: 24rem;
  }
}
@media all and (max-width: 768px) {
  .m-item {
    height: 24rem;
    padding: 1.6rem 1.8rem;
  }
}
@media all and (max-width: 430px) {
  .m-item {
    height: 15rem;
  }
}
.m-item::before, .m-item::after {
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 0.3s;
  z-index: -1;
}
.m-item::before {
  background-color: #2C5227;
  opacity: 0;
  z-index: -1;
}
.m-item::after {
  background-image: linear-gradient(135deg, rgb(11, 41, 7) 0%, rgba(136, 185, 130, 0) 100%);
  opacity: 0.55;
  z-index: -2;
}
@media (hover: hover) and (pointer: fine) {
  .m-item:hover {
    cursor: pointer;
  }
  .m-item:hover::before {
    opacity: 0.7;
  }
  .m-item:hover::after {
    opacity: 0;
  }
}
.m-item__sp-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-item__sp-link {
    display: block;
  }
}
.m-item__ttl {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .m-item__ttl {
    font-size: 1.8rem;
  }
}
.m-item__body {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .m-item__body {
    display: grid;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: 0.3s;
    visibility: hidden;
  }
  .m-item:hover .m-item__body {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 2;
  }
}
.m-item__links {
  align-items: start;
  display: flex;
  gap: 1em;
  flex-direction: column;
}
.m-item__link {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.m-item__btn {
  align-self: end;
  border: 0.1rem solid;
  display: grid;
  font-size: 1.3rem;
  height: 2.4rem;
  justify-self: center;
  letter-spacing: 0;
  line-height: 1;
  place-content: center;
  width: 10rem;
}
.m-item__bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.88;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

/*--------------------
keyword
--------------------*/
.m-keyword__ttl {
  text-align: center;
}
.m-keyword__form {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 18rem;
  height: 6rem;
  margin: 2.4rem auto 0;
  max-width: 87.6rem;
}
@media all and (max-width: 768px) {
  .m-keyword__form {
    gap: 2.4rem;
    grid-template-columns: 1fr;
    grid-template-rows: 5rem 5rem;
    margin-top: 4rem;
    padding: 0 3.5rem;
  }
}
.m-keyword__form-body {
  background-color: #fff;
  border-radius: 100rem;
  box-shadow: inset 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.16);
  height: inherit;
  padding-left: 9rem;
  position: relative;
  display: block;
}
@media all and (max-width: 768px) {
  .m-keyword__form-body {
    padding-left: 6.2rem;
  }
}
.m-keyword__form-body::before {
  background: url(/assets/img/ico-search.svg) center/100% no-repeat;
  content: "";
  height: 3rem;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}
@media all and (max-width: 768px) {
  .m-keyword__form-body::before {
    height: 2.4rem;
    left: 2.4rem;
    width: 2.4rem;
  }
}
.m-keyword__form-input {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 16px;
  height: 100%;
  padding: 0;
  width: 100%;
}
.m-keyword__form-input:focus {
  outline: 0;
}
.m-keyword__form-input::-moz-placeholder {
  opacity: 0.6;
}
.m-keyword__form-input::placeholder {
  opacity: 0.6;
}
.m-keyword__form-btn {
  background-color: var(--main-color-dark);
  border-radius: 100rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
  color: #fff;
  display: grid;
  font-weight: var(--font-weight-bold);
  height: inherit;
  letter-spacing: 0.1em;
  place-content: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-keyword__form-btn:hover {
    box-shadow: none;
    filter: brightness(0.9);
    opacity: 1;
    transform: translateY(0.2rem);
  }
}
@media all and (max-width: 768px) {
  .m-keyword__form-btn {
    margin: 0 auto;
    width: 18rem;
  }
}
.m-keyword__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2.4rem;
  justify-content: center;
  margin: 3rem auto 0;
  max-width: 76rem;
}
@media all and (max-width: 768px) {
  .m-keyword__lists {
    gap: 1rem 2.4rem;
    margin-top: 10rem;
    padding-inline: var(--site-padding);
  }
}
.m-keyword__item {
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1rem;
}
@media all and (max-width: 768px) {
  .m-keyword__item {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-keyword__item:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.m-keyword__foot {
  margin-top: 4rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .m-keyword__foot {
    margin-top: 6rem;
  }
}

/*--------------------
news
--------------------*/
.m-news-lists {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
}
.m-news-lists.-col-1 {
  grid-template-columns: 1fr;
}
@media all and (max-width: 1080px) {
  .m-news-lists {
    grid-template-columns: 1fr;
  }
}
.m-news-list {
  background-color: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--gray-lt);
  box-shadow: 0 0.4rem 1.6rem rgba(40, 69, 11, 0.16);
  display: grid;
  overflow: hidden;
  position: relative;
}
.m-news-list__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  left: 0;
  padding-inline: 2.5rem;
  position: absolute;
  top: 2rem;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .m-news-list__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
    top: 2.5rem;
  }
}
.m-news-list__date {
  color: var(--main-color-dark);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.m-news-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.m-news-list__link {
  display: block;
  height: inherit;
  padding: 6rem 2.5rem 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .m-news-list__link {
    transition: opacity 0.3s;
  }
  .m-news-list__link:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
@media all and (max-width: 1080px) {
  .m-news-list__link {
    padding: 9.5rem 2.5rem 2.5rem;
  }
}
.m-news-list__ttl {
  font-weight: var(--font-weight-base);
  line-height: 1.5;
}

/*==================================================
page
==================================================*/
/*--------------------
mv
--------------------*/
.p-mv {
  color: var(--main-color);
  line-height: 1;
  padding: 13rem 0 6rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .p-mv {
    padding: 10rem 0 4rem;
  }
}
.p-mv::after {
  background: url(/assets/img/mv-bg.svg) center/cover no-repeat;
  content: "";
  left: 0;
  height: 41rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .p-mv::after {
    background-image: url(/assets/img/mv-bg-sp.svg);
    background-position: bottom;
    height: 20rem;
  }
}
.p-mv__ttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
}
@media all and (max-width: 768px) {
  .p-mv__ttl {
    font-size: 1.8rem;
  }
}
.p-mv__ttl::before {
  content: attr(data-en);
  display: block;
  font-size: 7.7rem;
  font-weight: var(--font-weight-thin);
  letter-spacing: 0.1em;
  margin: 0 0 2rem -0.3rem;
}
@media all and (max-width: 768px) {
  .p-mv__ttl::before {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}

/*--------------------
anchor
--------------------*/
.p-anchor__lists {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (max-width: 1080px) {
  .p-anchor__lists {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .p-anchor__lists {
    gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .p-anchor__list .m-btn.-more {
    font-size: 1.4rem;
    height: 5rem;
    max-width: 400px;
  }
}

/*--------------------
sec
--------------------*/
.p-sec {
  padding-top: 8rem;
}
@media all and (max-width: 768px) {
  .p-sec {
    padding-top: 6rem;
  }
}
.p-sec.-blue {
  background-color: #F5FAFD;
  margin-top: 8rem;
  padding-bottom: 10rem;
}
@media all and (max-width: 768px) {
  .p-sec.-blue {
    margin-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-sec.-no-space {
  padding-top: 0;
}
.p-sec.-message .m-read {
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  .p-sec__head {
    margin-left: calc(-1 * var(--site-padding));
  }
}
.p-sec__body {
  margin-top: 4rem;
  padding-left: 5rem;
}
@media all and (max-width: 1080px) {
  .p-sec__body {
    padding-left: 0;
  }
}
.p-sec__body + .p-sec__body {
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  .p-sec__body + .p-sec__body {
    margin-top: 4rem;
  }
}
.-no-space .p-sec__body {
  margin-top: 0;
}
.p-sec__foot {
  margin-top: 6rem;
  padding-left: 5rem;
}
@media all and (max-width: 1080px) {
  .p-sec__foot {
    margin-top: 4rem;
    padding-left: 0;
  }
}
.p-sec__lists {
  display: grid;
  gap: 4rem;
  grid-template-columns: 32rem 1fr;
}
@media all and (max-width: 1080px) {
  .p-sec__lists {
    grid-template-columns: 1fr;
  }
}
.p-sec__maps {
  display: grid;
  gap: 5rem;
  grid-template-columns: 45rem 1fr;
}
@media all and (max-width: 1080px) {
  .p-sec__maps {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}
.p-sec__ttl {
  margin-top: 2em;
}
.p-sec__annot {
  line-height: 1.4;
  margin-top: 2em;
  text-align: right;
}
.p-sec__annot-role {
  margin-top: 0.5em;
}
@media all and (max-width: 1080px) {
  .p-sec__figure {
    text-align: center;
    padding: 0 20%;
  }
}
.p-sec__figure-caption {
  font-size: 2rem;
  letter-spacing: 0.015em;
  margin-top: 0.8em;
  text-align: center;
  line-height: 1.6;
}
.p-sec__figure-name {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  margin-left: 0.5em;
}
@media all and (max-width: 768px) {
  .p-sec__figure-name {
    display: block;
    margin-left: 0;
  }
}
.p-sec__movies {
  display: grid;
  gap: 8rem;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 768px) {
  .p-sec__movies {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
}
.p-sec__row {
  display: grid;
  gap: 4rem 8rem;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 1080px) {
  .p-sec__row {
    grid-template-columns: 1fr;
  }
}

/*--------------------
card
--------------------*/
.p-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media all and (max-width: 768px) {
  .p-cards {
    grid-template-columns: 1fr;
  }
}

.p-card {
  background-color: #fff;
  border-radius: 0.8rem;
  border: 0.4rem solid var(--main-color);
  display: grid;
  gap: 1.5em;
  padding: 2.5rem 3rem 3rem;
}
.p-card.-product {
  border: none;
  gap: 0;
}
@media all and (max-width: 768px) {
  .p-card {
    padding-inline: 2.5rem;
  }
}
.p-card__foot {
  align-self: end;
}
.p-card__ttl {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-card__sub-ttl {
  color: var(--main-color);
  line-height: 1.4;
  margin-top: 1.5em;
}
.p-card__txt {
  margin-top: 1em;
}
@media all and (max-width: 768px) {
  .p-card__txt {
    font-size: 1.4rem;
  }
}
.p-card__figure {
  margin-top: 1em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .p-card__figure {
    padding-inline: 20%;
  }
}
.p-card__btn {
  margin-top: 1.5em;
  text-align: center;
}
.p-card .m-lists {
  gap: 0.5em;
  margin-top: 0.85em;
}
@media all and (max-width: 768px) {
  .p-card .m-btn.-more {
    font-size: 1.4rem;
    height: 5rem;
  }
}

/*--------------------
form
--------------------*/
.p-form {
  display: grid;
  grid-template-columns: 1fr 50rem;
}
@media all and (max-width: 768px) {
  .p-form {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.p-form.-inline {
  display: inline-block;
}
.p-form.-space {
  margin-top: 3rem;
}
@media all and (max-width: 768px) {
  .p-form.-space {
    margin-top: 2rem;
  }
}
.p-form__head {
  margin-top: 1.3rem;
}
@media all and (max-width: 768px) {
  .p-form__head {
    margin-top: 0;
  }
}
.p-form__label {
  align-items: center;
  color: #323936;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-form__tag {
  background-color: #E7E7E7;
  border-radius: 10rem;
  color: #222A2B;
  display: grid;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  min-width: 4.8rem;
  padding: 0.3em 0.5em 0.4em;
  place-content: center;
}
.p-form__tag.-required {
  background-color: var(--red);
  color: #fff;
}
.p-form__input, .p-form__select, .p-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid #CDD6DD;
  color: var(--body-color);
  font-family: var(--font-jp);
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0;
  min-height: 5rem;
  outline: none;
  padding: 0 1em;
  width: 100%;
}
.p-form__input:focus, .p-form__select:focus, .p-form__textarea:focus {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0.2rem var(--main-color);
}
.p-form__input::-moz-placeholder, .p-form__select::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  opacity: 0.5;
}
.p-form__input::placeholder, .p-form__select::placeholder, .p-form__textarea::placeholder {
  opacity: 0.5;
}
@media all and (min-width: 769px) {
  .p-form__input.-md, .p-form__select.-md, .p-form__textarea.-md {
    max-width: 32rem;
  }
}
.p-form__input.-sm, .p-form__select.-sm, .p-form__textarea.-sm {
  max-width: 22rem;
}
@media all and (max-width: 768px) {
  .p-form__input.-sm, .p-form__select.-sm, .p-form__textarea.-sm {
    max-width: 16rem;
  }
}
.p-form__input.-error, .p-form__select.-error, .p-form__textarea.-error {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0.2rem var(--red);
}
.p-form__select {
  cursor: pointer;
  padding-right: 4.5rem;
  background-color: transparent;
}
.p-form__select-wrap {
  cursor: pointer;
  position: relative;
}
@media all and (min-width: 769px) {
  .p-form__select-wrap {
    max-width: 22rem;
  }
}
.p-form__select-wrap::after {
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  content: "";
  height: 1.2rem;
  position: absolute;
  right: 1.5rem;
  top: 1.7rem;
  transform: translateX(-25%) rotate(135deg);
  width: 1.2rem;
  z-index: -1;
}
.p-form__textarea {
  min-height: 18rem;
  padding: 0.6em 1em;
}
.p-form__checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.6;
  min-height: 3rem;
  padding: 0.1em 0 0 4rem;
  position: relative;
}
.p-form__checkbox-input {
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.8rem;
  border: 0.1rem solid #CDD6DD;
  content: "";
  cursor: pointer;
  display: grid;
  height: 3rem;
  left: 0;
  margin: 0;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}
.p-form__checkbox-input:checked {
  background-color: var(--main-color);
}
.p-form__checkbox-input::before {
  content: "";
  border: 0.2rem solid #fff;
  border-right: 0;
  border-top: 0;
  display: block;
  height: 0.5em;
  transform: translateY(-25%) rotate(-45deg);
  width: 1em;
}
.p-form__checkbox-link {
  font-weight: var(--font-weight-bold);
}
.p-form__link {
  align-items: center;
  display: inline-flex;
  font-weight: var(--font-weight-bold);
  gap: 0.5rem;
  margin-left: 2rem;
}
@media all and (max-width: 768px) {
  .p-form__link {
    font-size: 1.4rem;
  }
}
.p-form__link::after {
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  content: "";
  height: 1rem;
  margin-bottom: -0.2rem;
  transform: translateX(-25%) rotate(45deg);
  width: 1rem;
}
.p-form__error-txt {
  color: var(--red);
}

/*--------------------
breadcrumb
--------------------*/
.p-breadcrumb {
  display: flex;
  margin-top: 10rem;
  padding-inline: var(--site-padding);
}
@media all and (max-width: 768px) {
  .p-breadcrumb {
    margin-top: 8rem;
  }
}
.p-breadcrumb__lists {
  align-items: center;
  background-color: var(--main-color-lt);
  border-radius: 10rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  min-height: 4rem;
  padding: 0.6rem 2.4rem 0.8rem 1.6rem;
}
.p-breadcrumb__list {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}
.p-breadcrumb__list:not(:last-child)::after {
  content: "";
  background: url(/assets/img/ico-arrow-right.svg) center/100% no-repeat;
  height: 0.8rem;
  width: 0.5rem;
  display: block;
}
.p-breadcrumb__item {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-breadcrumb__list:first-child .p-breadcrumb__item {
  background: url(/assets/img/ico-home.svg) center/100% no-repeat;
  height: 2.4rem;
  width: 2.4rem;
  display: block;
}
.p-breadcrumb a.p-breadcrumb__item {
  color: var(--main-color);
}

/*SASS MODULE*/