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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
  transition: ease 0.3s;
}

picture {
  display: inline-block;
}

footer {
  padding: 20px 0 0;
  border-top: 6px solid rgb(0, 108, 182);
}
footer #footerNav h3 {
  max-width: 1200px;
  margin: auto auto 15px;
  font-weight: bold;
  color: rgb(0, 108, 182);
}
footer #footerNav ul {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}
footer #footerNav ul li {
  font-size: 16px;
  display: block;
  width: 48.5%;
}
footer #footerNav ul li a {
  text-decoration: none;
  color: rgb(0, 108, 182);
  display: block;
  border-radius: 100vh;
  border: 2px solid rgb(0, 108, 182);
  padding: 10px 30px;
  margin: 10px 0;
  background-image: url(../img/nav_arr.svg);
  background-repeat: no-repeat;
  background-position: right 3% bottom 50%;
  background-size: 13px 12px;
}
footer #footerNav ul li a:hover {
  background-color: #D4E6F3;
}
footer #footerNav ul li a span {
  font-size: 13px;
  padding-right: 5px;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 0;
  }
  footer #footerNav {
    padding: 2vh 2vw;
  }
  footer #footerNav h3 {
    width: 100%;
    font-weight: bold;
    color: rgb(0, 108, 182);
  }
  footer #footerNav ul {
    width: calc(100% - 30px);
    margin: 1vw auto;
  }
  footer #footerNav ul li {
    width: 100%;
  }
  footer #footerNav ul li a {
    padding: 10px 30px;
    margin: 5px 0;
    background-position: right 4% bottom 50%;
    background-size: 15px 14px;
  }
  footer #footerNav ul li a span {
    font-size: 11px;
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  footer #footerNav {
    padding: 0;
    margin-bottom: 30px;
  }
  footer #footerNav h3 {
    padding-left: 20px;
    padding-top: 15px;
  }
  footer #footerNav ul {
    width: 100%;
    margin: 0 auto;
  }
  footer #footerNav ul li {
    width: 100%;
    font-size: 13px;
  }
  footer #footerNav ul li a {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgb(0, 108, 182);
    padding: 10px 20px;
    margin: 0;
    background-position: right 4% bottom 50%;
    background-size: 13px 12px;
  }
  footer #footerNav ul li:nth-child(1) {
    border-top: 2px solid rgb(0, 108, 182);
  }
}
footer .crcp {
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding: 25px;
}

.sstnbl header div {
  background-color: #e2f4cb;
}

.nametag header div {
  background-color: #93b1dd;
}

.drr header div {
  background-color: #f8ec83;
}

.wrapper {
  width: 1120px;
  margin: auto;
  padding: 0 4vw 50px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding: 0 4.6vw;
  }
}

header .hdrLg {
  width: min(1280px, 100%);
  text-align: left;
  margin: 0 auto;
  padding: 20px 40px;
}
header .hdrLg img {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  header .hdrLg {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  header .hdrLg {
    padding: 15px 20px;
  }
  header .hdrLg img {
    width: 20%;
  }
}

#mvWrap {
  max-width: 1200px;
  margin: 0 auto;
}
#mvWrap p {
  max-width: 1140px;
  font-size: 16px;
  margin: clamp(15px, 3vw, 35px) auto;
}
@media screen and (max-width: 1024px) {
  #mvWrap p {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  #mvWrap p {
    font-size: 13px;
  }
}

#mv h1 {
  max-width: 1200px;
}

.cateTitle {
  font-size: clamp(24px, 3.9vw, 40px);
  text-align: center;
  width: fit-content;
  margin: auto;
}
.cateTitle span {
  padding-inline: 2rem;
  margin: 10px auto 20px;
  display: block;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  position: relative;
}
.cateTitle span::before, .cateTitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 2px;
  background-color: rgb(58, 58, 58);
  transform: translateY(-50%);
}
.cateTitle span::before {
  left: 0;
}
.cateTitle span::after {
  right: 0;
}

#itemWrapper {
  width: min(1200px, 100%);
  margin: 20px auto 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #itemWrapper {
    padding: 3vh 4vw;
    margin: 20px auto 30px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #itemWrapper {
    margin: 0 auto 20px;
  }
}

#itemWrapper ul {
  width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 40px;
  gap: 20px;
}
#itemWrapper li {
  width: 265px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
}
#itemWrapper li span {
  display: block;
  padding: 10px;
  line-height: 1.5;
}
#itemWrapper li a {
  text-decoration: none;
  color: #333;
}
#itemWrapper li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #itemWrapper ul {
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
  }
  #itemWrapper li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 599px) {
  #itemWrapper li {
    width: calc((100% - 15px) / 2);
    font-size: 13px;
  }
}

.sstnbl #itemWrapper ul li {
  border: 1px solid #6DB327;
  background-color: #CEE6B6;
}

.drr #itemWrapper ul li {
  border: 1px solid #dca806;
  background-color: #f9e694;
}

/* sustainable */
.sstnbl .crcp {
  background-color: #e2f4cb;
  color: rgb(0, 108, 182);
}

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

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.flexBox {
  display: flex;
  justify-content: space-between;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

@media screen and (max-width: 1024px) {
  .flex-nowrap-tab {
    flex-wrap: nowrap;
  }
}
.flexItem {
  margin-bottom: 30px;
}

.flexBox[data-col="2"] .flexItem {
  width: calc(50% - 10px);
}
@media screen and (max-width: 599px) {
  .flexBox[data-col="2"] .flexItem {
    width: 100%;
  }
}

.flexBox[data-col="4"] .flexItem {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1024px) {
  .flexBox[data-col="4"] .flexItem {
    width: calc(50% - 10px);
  }
}

.flexItem + .flexItem {
  padding-bottom: 20px;
}

*[data-align=center] {
  text-align: center;
}

.brsp {
  display: none;
}

@media screen and (max-width: 599px) {
  .brsp {
    display: block;
  }
}
*[data-display=pc] {
  display: block;
}

*[data-display=pc-tab] {
  display: block;
}

*[data-display=tab] {
  display: none;
}

*[data-display=sp] {
  display: none;
}

@media screen and (max-width: 1024px) {
  *[data-display=pc] {
    display: none;
  }
  *[data-display=pc-tab] {
    display: block;
  }
  *[data-display=tab] {
    display: block;
  }
  *[data-display=sp] {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  *[data-display=pc] {
    display: none;
  }
  *[data-display=pc-tab] {
    display: none;
  }
  *[data-display=tab] {
    display: block;
  }
  *[data-display=sp] {
    display: block;
  }
}
.fs-head-m {
  font-size: 24px;
  font-weight: bold;
}

.fs-head-s {
  font-size: 20px;
  font-weight: bold;
}

.fs-base {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .fs-head-m {
    font-size: 20px;
  }
  .fs-head-s {
    font-size: 18px;
  }
  .fs-base {
    font-size: 14px;
  }
}
.fw-bold {
  font-weight: bold;
}

.ls-narrow {
  letter-spacing: -0.05em;
}

.photo {
  position: relative;
}
.photo .caption {
  position: absolute;
}

.caption {
  font-size: 11px;
  text-align: right;
}

.caption[data-cap=righ] {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .caption[data-cap=righ] {
    bottom: -20px;
  }
}

.mb-00 {
  margin-bottom: 0;
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
}
.mt-10 {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */