@charset "UTF-8";
#sustainability .btn, #company .btn, #business .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sustainability .btn:hover, #company .btn:hover, #business .btn:hover {
  opacity: 0.6;
}
#sustainability .btn a, #company .btn a, #business .btn a {
  background-color: #fff;
  transition: all 0.5s ease-out;
  display: block;
  width: 105px;
  height: 105px;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  color: #17362f;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  padding-bottom: 20px;
}
#sustainability .btn a:hover, #company .btn a:hover, #business .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 1320px) {
  #sustainability .btn a, #company .btn a, #business .btn a {
    width: 250px;
    height: 60px;
    padding-bottom: unset;
    background-position: center right 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #sustainability .btn a, #company .btn a, #business .btn a {
    width: 230px;
    height: 50px;
    font-size: 23px;
    background-size: 18%;
  }
}

#sustainability h2, #company h2, #business h2, #information h2, #about h2 {
  font-size: 73px;
  color: #006837;
  line-height: 1.6;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#sustainability h2 small, #company h2 small, #business h2 small, #information h2 small, #about h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 1199px) {
  #sustainability h2, #company h2, #business h2, #information h2, #about h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #sustainability h2, #company h2, #business h2, #information h2, #about h2 {
    font-size: 32px;
  }
  #sustainability h2 small, #company h2 small, #business h2 small, #information h2 small, #about h2 small {
    font-size: 16px;
  }
}

#sustainability h2, #company h2, #business h2, #information h2, #about h2 {
  margin-bottom: 30px;
  text-align: center;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg::after {
  --band: 150px;
  --blur: 200px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  height: var(--band);
  z-index: 1;
  pointer-events: none;
  background: rgba(233, 239, 228, 0.9529411765);
  mask-image: linear-gradient(to bottom, transparent 0, #fff 50%, rgba(233, 239, 228, 0.6588235294) 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #fff 50%, rgba(233, 239, 228, 0.6588235294) 55%, transparent 100%);
}
#mainimg #mainslider img {
  height: 100vh;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  font-size: 169px;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  position: absolute;
  top: calc(65% - 300px);
  left: 6%;
  display: block;
}
#mainimg .catch .overlay {
  mix-blend-mode: multiply;
  color: #006837;
  display: block;
  line-height: 1.3;
}
#mainimg .catch small {
  font-size: 62px;
  display: block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5322580645;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
}
#mainimg .catch span {
  font-size: 20px;
  display: block;
  padding-top: 20px;
  text-shadow: 0.01em 0.01em 0.3em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.3em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.3em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.3em rgba(12, 12, 12, 0.2);
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
    min-height: unset;
  }
  #mainimg .catch {
    top: calc(59% - 200px);
    font-size: 90px;
  }
  #mainimg .catch small {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 340px;
  }
  #mainimg .catch {
    font-size: 43px;
    top: 25%;
    left: 10px;
  }
  #mainimg .catch small {
    font-size: 19px;
    padding-bottom: 10px;
  }
  #mainimg .catch span {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: -100px;
  background-color: #e9efe4;
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding-left: 10px;
  padding-right: 10px;
}
#about .inner {
  position: relative;
  z-index: 3;
}
#about h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  line-height: 1.7857142857;
  text-align: center;
  margin-bottom: 40px;
}
#about .txt-box {
  background-color: rgba(226, 235, 225, 0.59);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 2.4444444444;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 1199px) {
  #about h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-top: 110px;
    padding-bottom: 130px;
  }
  #about h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #about .txt-box {
    font-size: 14px;
    padding: 20px 10px;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  padding-top: 100px;
  padding-bottom: 150px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-image: url(../images/information-bg.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
#information::after {
  --band: 150px;
  --blur: 200px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  height: var(--band);
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9529411765);
  mask-image: linear-gradient(to bottom, transparent 0, #fff 50%, rgba(255, 255, 255, 0.6588235294) 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #fff 50%, rgba(255, 255, 255, 0.6588235294) 55%, transparent 100%);
}
#information h2 {
  color: #fff;
  margin-top: -70px;
}
#information .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1000px;
}
#information .contents {
  background-color: #fff;
  padding: 50px 25px;
  border-radius: 10px;
}
#information article {
  display: flex;
  align-items: center;
  padding: 0 15px 20px 15px;
  border-bottom: solid 1px #000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#information article:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
#information article + article {
  margin-top: 20px;
}
#information article a {
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
  color: #000;
  text-decoration: none;
}
#information article a:hover {
  opacity: 0.6;
}
#information article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  margin-right: 20px;
  font-weight: 700;
  color: #000;
}
#information article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
#information article .cate {
  margin-right: 20px;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#information article .cate a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100px;
  height: 20px;
  font-size: 14px;
  padding: 3px 10px;
  background-color: #006837;
}
@media (max-width: 767px) {
  #information {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  #information .contents {
    padding: 40px 10px;
  }
  #information article {
    flex-wrap: wrap;
    padding: 0 10px 15px 10px;
    flex-wrap: wrap;
  }
  #information article + article {
    margin-top: 15px;
  }
  #information article a {
    flex-wrap: wrap;
  }
  #information article time {
    margin-right: 0px;
  }
  #information article .text {
    font-size: 14px;
    width: 100%;
    margin-top: 7px;
  }
  #information article .cate {
    margin-right: 0px;
    margin-left: 15px;
  }
  #information article .cate a {
    padding: 0 10px;
    height: 25px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#business h2 {
  color: #17362f;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#business h2::before, #business h2::after {
  content: "";
  position: absolute;
  background-image: url(../images/business-h2-shape.png);
  aspect-ratio: 232/96;
  width: 232px;
  top: 50%;
  left: -280px;
  transform: translateY(-50%);
}
#business h2::after {
  left: unset;
  right: -280px;
}
#business .block {
  min-height: 785px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  color: #fff;
}
#business .block.wholesale, #business .block.processing {
  background-image: url(../images/wholesale.webp);
  background-position: center;
  background-size: cover;
  outline: solid 1px rgba(255, 255, 255, 0.64);
  outline-offset: -20px;
}
#business .block.processing {
  background-image: url(../images/processing.webp);
}
#business .block.mosswall {
  background-image: url(../images/mosswall-bg.webp);
  position: relative;
  background-position: center;
  background-size: cover;
  margin-top: 40px;
  padding-top: 70px;
}
#business .block.mosswall::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 45%;
  background-color: rgba(23, 54, 47, 0.64);
  mix-blend-mode: multiply;
}
#business .block.mosswall .image-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  width: 90vw;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
html.ccm-edit-mode #business .block.mosswall .image-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  left: unset;
  transform: unset;
}
#business .block.mosswall .image-box .image {
  width: 25%;
}
#business .block.mosswall .image-box .image:nth-child(2) {
  width: 50%;
}
#business .block.mosswall .image-box .image:nth-child(2) img {
  border: unset;
}
#business .block.mosswall .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #fff;
}
#business .txt-box {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
  z-index: 3;
}
#business .icon {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#business h3 {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 73px;
  display: block;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
  margin-bottom: 10px;
}
#business h3 small {
  font-size: 42px;
  display: block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 0.24em;
}
#business .title {
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
#business .text {
  text-align: center;
}
#business .btn {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 3;
}
@media (max-width: 1320px) {
  #business .btn {
    margin-top: 35px;
    position: relative;
    bottom: unset;
    right: unset;
  }
}
@media (max-width: 1199px) {
  #business .block.mosswall::before {
    height: 53%;
  }
  #business h3 {
    font-size: 55px;
  }
  #business h3 small {
    font-size: 35px;
  }
  #business .title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #business {
    padding-top: unset;
  }
  #business h2::before, #business h2::after {
    background-size: contain;
    width: 152px;
    left: -170px;
  }
  #business h2::after {
    left: unset;
    right: -170px;
  }
  #business .block {
    min-height: 550px;
    padding: 30px 20px;
  }
  #business .block.wholesale, #business .block.processing {
    outline: solid 1px rgba(255, 255, 255, 0.64);
    outline-offset: -10px;
  }
  #business .block.mosswall {
    margin-top: 30px;
    padding-top: 40px;
  }
  #business .block.mosswall::before {
    height: 50%;
  }
  #business .block.mosswall .image-box {
    gap: 30px;
    top: 30px;
    width: 100%;
    max-width: 300px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    position: relative;
    left: unset;
    transform: unset;
  }
  #business .block.mosswall .image-box .image:nth-child(2) {
    width: 50%;
  }
  #business .block.mosswall .image-box .image:nth-child(2) img {
    border: unset;
  }
  #business .block.mosswall .image-box .image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
  }
  #business .block.mosswall .image-box .image:nth-child(2) {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
  }
  #business .block.mosswall .image-box .image:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 100%;
  }
  #business .block.mosswall .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    border: 3px solid #fff;
  }
  #business h3 {
    font-size: 28px;
  }
  #business h3 small {
    font-size: 25px;
  }
  #business .title {
    font-size: 21px;
    line-height: 1.5;
  }
  #business .text {
    font-size: 14px;
  }
  #business .icon {
    width: 90px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin: 70px 0;
}
#company .inner {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#company .image {
  width: 46%;
  margin-left: 50px;
}
#company .image img {
  width: 100%;
}
#company .contents {
  padding-left: 7%;
}
#company h2 {
  line-height: 1.6;
  text-align: left;
}
#company h2 small {
  display: block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 41px;
  letter-spacing: 0;
}
#company .text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#company .btn {
  width: -moz-fit-content;
  width: fit-content;
}
#company .btn:not(:last-child) {
  margin-bottom: 10px;
}
#company .btn a {
  border: 1px solid #000;
  width: 345px;
  height: 53px;
  font-size: 21px;
  background-image: url(../images/arrow2.png);
  background-position: center right 15px;
  padding-bottom: unset;
  letter-spacing: 0.24em;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  padding-right: 100px;
}
#company .btn a span {
  width: 150px;
  text-align: center;
}
#company .btn a small {
  letter-spacing: 0;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 17px;
  margin-left: 10px;
}
#company .sdgs {
  margin-top: 30px;
}
#company .sdgs a {
  transition: all 0.5s ease-out;
}
#company .sdgs a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #company h2 small {
    font-size: 32px;
  }
  #company .image {
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  #company .inner {
    display: block;
  }
  #company .image {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #company h2 small {
    font-size: 20px;
  }
  #company .text {
    font-size: 14px;
  }
  #company .btn a {
    font-size: 18px;
  }
  #company .btn a small {
    font-size: 15px;
  }
  #company .contents {
    padding-left: unset;
  }
  #company .sdgs {
    max-width: 250px;
  }
}

/* ----------------------------------------------
sustainability
------------------------------------------------- */
#sustainability {
  background-image: url(../images/sustainability-bg.webp);
  background-position: center;
  background-size: cover;
  padding: 30px 10px 80px 10px;
  position: relative;
}
#sustainability h2 {
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
}
#sustainability h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 42px;
  text-align: center;
  display: block;
  letter-spacing: 0.24em;
  line-height: 1.6;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
}
#sustainability h3 small {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
#sustainability .btn {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
@media (max-width: 1320px) {
  #sustainability {
    padding-bottom: 40px;
  }
  #sustainability .btn {
    margin-top: 35px;
    position: relative;
    bottom: unset;
    right: unset;
  }
}
@media (max-width: 1199px) {
  #sustainability h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #sustainability h3 {
    font-size: 23px;
  }
  #sustainability h3 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */