@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
}
@font-face {
  font-family: "zen-maru-gothic";
  src: url("../fonts/ZenMaruGothic-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "zen-maru-gothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "zen-maru-gothic";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "zen-maru-gothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "zen-maru-gothic";
  src: url("../fonts/ZenMaruGothic-Black.ttf");
  font-weight: 900;
}
.searchform_wrap {
  margin-bottom: 1em;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .searchform_wrap {
    max-width: 100%;
  }
}
.searchform_wrap form {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #1B7044;
}
.searchform_wrap form input {
  background-color: #fff;
  width: 100%;
  padding: 0 1em;
}
.searchform_wrap form button {
  width: 50px;
  flex-shrink: 0;
  background: #1B7044;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

.tb_br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb_br {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

::selection {
  background-color: #1B7044;
  color: #fff;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8888888889;
  font-family: "noto-sans", sans-serif;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#page {
  position: relative;
  background-image: url("../images/common/root-back.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: clamp(0px, 100vw, 1920px);
}
#page.non-back {
  background-image: none;
}
#page:has(.woocommerce-content-wrapper) {
  background-image: none;
}
@media screen and (max-width: 767px) {
  #page {
    background-size: 100%;
  }
}

@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: 1000ms cubic-bezier(0.76, 0, 0.24, 1) both fade-blur-out;
}

::view-transition-new(root) {
  animation: 1000ms cubic-bezier(0.76, 0, 0.24, 1) both fade-blur-in;
}

@keyframes fade-blur-out {
  to {
    filter: blur(20px);
    transform: scale(1.5) translateX(100%);
  }
}
@keyframes fade-blur-in {
  from {
    filter: blur(20px);
    transform: scale(1.5) translateX(-100%);
  }
  to {
    filter: blur(0);
    transform: scale(1) translateX(0);
  }
}
header {
  view-transition-name: header-fixed;
}

header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 46px 46px 46px 31px;
  z-index: 11;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 11px 19px 28px;
  }
}
header .header-logo-wrap {
  max-width: 362px;
  transition: 0.5s;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  header .header-logo-wrap {
    max-width: 164px;
  }
}
header .header-logo-wrap a img {
  display: block;
  width: 100%;
}
header .header-logo-wrap a:hover {
  cursor: pointer;
}
header .header-nav {
  margin: 0 475px 0 auto;
  width: 100%;
  max-width: 740px;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 1450px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.4em;
}
header .header-nav .list li:nth-of-type(1) {
  margin-left: 0;
}
header .stickey-box {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: fixed;
  top: 53px;
  right: 44px;
}
@media screen and (max-width: 1024px) {
  header .stickey-box {
    top: 7px;
    right: 10px;
  }
}
header .stickey-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 166px;
  width: 100%;
  text-align: center;
  padding: 0 0 0 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 100dvw;
  margin-left: 18px;
}
header .stickey-box > a.publications {
  z-index: 101;
  background-color: #F38C00;
}
@media screen and (max-width: 1024px) {
  header .stickey-box > a.publications {
    display: none;
  }
}
header .stickey-box > a.donation {
  z-index: 101;
  background-color: #55C296;
}
@media screen and (max-width: 1024px) {
  header .stickey-box > a.donation {
    display: none;
  }
}
header .stickey-box .header-menu-button {
  flex-shrink: 0;
  margin-left: 13px;
  width: 72px;
  height: 72px;
  border-radius: 100dvw;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1024px) {
  header .stickey-box .header-menu-button {
    width: 46px;
    height: 46px;
    margin-left: 0;
  }
}
header .stickey-box .header-menu-button:hover {
  cursor: pointer;
}
header .stickey-box .header-menu-button .border {
  display: block;
  width: 35%;
  height: 1px;
  background-color: #181818;
  transition: 0.5s ease-in-out;
}
header .stickey-box .header-menu-button .border:nth-of-type(1) {
  margin-bottom: 9px;
}
@media screen and (max-width: 1024px) {
  header .stickey-box .header-menu-button .border:nth-of-type(1) {
    margin-bottom: 5px;
  }
}
header .stickey-box .header-menu-button .border:nth-last-of-type(1) {
  margin-top: 9px;
}
@media screen and (max-width: 1024px) {
  header .stickey-box .header-menu-button .border:nth-last-of-type(1) {
    margin-top: 5px;
  }
}
header .stickey-box .header-menu-button.open .border {
  position: absolute;
  transform: rotate(45deg);
  margin: 0;
  transition: 0.5s ease-in-out;
}
header .stickey-box .header-menu-button.open .border:nth-of-type(2) {
  display: none;
}
header .stickey-box .header-menu-button.open .border:nth-of-type(3) {
  transform: rotate(-45deg);
}

header.under {
  position: sticky;
  background-color: #fff;
  padding: 21px 31px 14px;
  box-shadow: 0px 3px 6px rgba(27, 112, 68, 0.28);
}
header.under .stickey-box {
  top: 27px;
}
@media screen and (max-width: 1024px) {
  header.under .stickey-box {
    top: 15px;
  }
}

.mega-menu-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.mega-menu-wrap .header-menu-close-button,
.mega-menu-wrap .mega-menu-content {
  transform: translateX(100%);
  transition: 1s;
}
.mega-menu-wrap.open {
  transition: 0.5s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.mega-menu-wrap.open .header-menu-close-button,
.mega-menu-wrap.open .mega-menu-content {
  transform: translateX(0%);
  transition: 1s;
}
.mega-menu-wrap .mega-menu-content {
  max-width: 1920px;
  margin: 0 0 0 auto;
  max-width: 1490px;
  background-color: #fff;
  height: 100dvh;
  overflow-y: auto;
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrap .mega-menu-content {
    display: none;
  }
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner {
  padding: 211px 0 0 0;
  max-width: 1319px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 63px 57px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1450px) {
  .mega-menu-wrap .mega-menu-content .mega-menu-inner .top-nav {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
  }
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .top-nav li {
  font-size: 20px;
  font-weight: bold;
  line-height: 0.75;
}
@media screen and (max-width: 1450px) {
  .mega-menu-wrap .mega-menu-content .mega-menu-inner .top-nav li {
    margin-right: 0;
  }
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap {
  padding: 56px 62px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(0px, 4%, 118px);
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box {
  flex-shrink: 0;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box:nth-of-type(2) {
  margin-right: 70px;
}
@media screen and (max-width: 1450px) {
  .mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box:nth-of-type(2) {
    margin-right: 0;
  }
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 0.75;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box ul {
  padding: 19px 27px;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box ul li a:before {
  content: "-";
  display: block;
  position: absolute;
  top: 49%;
  left: -1.4em;
  transform: translateY(-50%);
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .bottom-wrap .bottom-nav-box ul li a {
  position: relative;
  font-size: 20px;
  line-height: 2.75;
  display: block;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .p-mark {
  position: absolute;
  right: 22px;
  bottom: 100px;
  max-width: 100px;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .under-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.mega-menu-wrap .mega-menu-content .mega-menu-inner .under-link a {
  display: block;
  line-height: 0.8333333333;
  margin-left: 60px;
}
.mega-menu-wrap .sp-menu-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrap .sp-menu-content {
    display: block;
  }
}
.mega-menu-wrap .sp-menu-content {
  background-color: #fff;
  max-width: 364px;
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
}
.mega-menu-wrap .sp-menu-content .menu-list {
  padding: 72px 34px 3px;
}
.mega-menu-wrap .sp-menu-content .menu-list > li {
  margin-bottom: 33px;
}
.mega-menu-wrap .sp-menu-content .menu-list > li a {
  display: block;
  font-size: 15px;
  line-height: 0.8666666667;
  font-weight: bold;
  position: relative;
}
.mega-menu-wrap .sp-menu-content .menu-list > li a.toggle:before, .mega-menu-wrap .sp-menu-content .menu-list > li a.toggle:after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #1B7044;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s;
}
.mega-menu-wrap .sp-menu-content .menu-list > li a.toggle:before {
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.5s;
}
.mega-menu-wrap .sp-menu-content .menu-list > li a.toggle.open:before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s;
}
.mega-menu-wrap .sp-menu-content .menu-list > li .sub-menu {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: 0.5s;
  overflow: hidden;
}
.mega-menu-wrap .sp-menu-content .menu-list > li .sub-menu > li {
  margin-bottom: 32px;
}
.mega-menu-wrap .sp-menu-content .menu-list > li .sub-menu > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.mega-menu-wrap .sp-menu-content .menu-list > li a.toggle.open + .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 34px 21px 0;
  transition: 0.5s;
}
.mega-menu-wrap .sp-menu-content .color-button-lists {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 23px;
  gap: 17px;
}
.mega-menu-wrap .sp-menu-content .color-button-lists li {
  max-width: 147px;
  width: 100%;
  flex-wrap: wrap;
}
.mega-menu-wrap .sp-menu-content .color-button-lists li a {
  display: block;
  font-size: 12px;
  text-align: center;
  border-radius: 100dvw;
  line-height: 0.5833333333;
  color: #fff;
  padding: 18px 0;
}
.mega-menu-wrap .sp-menu-content .color-button-lists li a.publications {
  background-color: #F38C00;
}
.mega-menu-wrap .sp-menu-content .color-button-lists li a.donation {
  background-color: #55C296;
}
.mega-menu-wrap .sp-menu-content .under-link-lists {
  padding: 46px 23px;
}
.mega-menu-wrap .sp-menu-content .under-link-lists li {
  margin-bottom: 13px;
}
.mega-menu-wrap .sp-menu-content .under-link-lists li a {
  display: block;
  font-size: 13px;
  line-height: 1.1538461538;
}

.site-footer {
  margin-top: -290px;
  padding: 290px 0 0 0;
  background-image: url("../images/common/footer-top.png");
  background-size: 1808px;
  background-position: top center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .site-footer {
    background-size: 767px;
    margin-top: -142px;
    padding: 142px 0 0 0;
  }
}
.site-footer .footer-green-zone {
  background-color: #ECF6F2;
  margin-top: 187px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone {
    margin-top: 70px;
  }
}
.site-footer .footer-green-zone .request-for-support {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  top: -76px;
  padding: 62px 0 60px 0;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-green-zone .request-for-support {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .request-for-support {
    top: -49px;
    border-radius: 14px;
    padding: 37px 10px 45px;
  }
}
.site-footer .footer-green-zone .request-for-support .top {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
}
.site-footer .footer-green-zone .request-for-support .middle {
  text-align: center;
  color: #1B7044;
  font-size: 30px;
  font-weight: 500;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1;
  padding: 34px 0;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-green-zone .request-for-support .middle {
    font-size: 24px;
    line-height: 1.5;
    padding: 17px 0 26px;
  }
}
.site-footer .footer-green-zone .request-for-support .text {
  text-align: center;
  line-height: 1.8888888889;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .request-for-support .text {
    line-height: 1.8571428571;
  }
}
.site-footer .footer-green-zone .request-for-support .link-button {
  display: block;
  max-width: 429px;
  color: #1B7044;
  border-radius: 100dvw;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0;
  border: 1px solid #1B7044;
  border-radius: 100dvw;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .request-for-support .link-button {
    padding: 14px 0;
  }
}
.site-footer .footer-green-zone .request-for-support .link-button:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 23px;
  top: 53%;
  transform: translateY(-50%);
  background-image: url("../images/common/icon-right-arrow-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site-footer .footer-green-zone .map {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  border-radius: 40px;
  overflow: hidden;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .map {
    margin-top: -20px;
    border-radius: 14px;
  }
}
.site-footer .footer-green-zone .logo {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  padding: 37px 0 0 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .logo {
    max-width: 223px;
    padding: 19px 0 0 0;
  }
}
.site-footer .footer-green-zone .logo img {
  margin: 0 auto;
}
.site-footer .footer-green-zone .address {
  text-align: center;
  line-height: 1.625;
  font-size: 16px;
  padding: 28px 0 37px 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .address {
    font-size: 12px;
    line-height: 1.6666666667;
    padding: 9px 0 33px 0;
  }
}
.site-footer .footer-green-zone .bn-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .bn-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, 171px);
    gap: 16px;
    margin-bottom: 31px;
  }
}
.site-footer .footer-green-zone .bn-wrap .image-wrap {
  max-width: 216px;
}
.site-footer .footer-green-zone .other-link {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  text-align: center;
  display: block;
  color: #1B7044;
  max-width: 301px;
  border-bottom: 1px solid #1B7044;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.9375;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone .other-link {
    font-size: 14px;
    max-width: 273px;
  }
}
.site-footer .footer-green-zone .other-link:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 11px;
  top: 39%;
  transform: translateY(-50%);
  background-image: url("../images/common/icon-right-arrow-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site-footer .footer-green-zone .p-mark img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  padding: 3em 0 0;
}
.site-footer .footer-green-zone small {
  display: block;
  text-align: center;
  padding: 10px 0 23px;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #1B7044;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-green-zone small {
    font-size: 12px;
    padding: 77px 0;
  }
}
.site-footer .sp-footer-fixed-wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .site-footer .sp-footer-fixed-wrap {
    display: flex;
  }
}
.site-footer .to-top {
  position: fixed;
  right: 66px;
  bottom: 50px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .site-footer .to-top {
    position: static;
    width: 49px;
    height: 49px;
    margin-right: 5px;
  }
}
.site-footer .to-top.close {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.site-footer .to-top:hover {
  cursor: pointer;
  opacity: 0.7;
}
.site-footer .sp-footer-fixed-wrap {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 375px;
  margin: 0 auto;
}
.site-footer .color-button-lists {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer .color-button-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    gap: 7px;
  }
  .site-footer .color-button-lists.close {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
}
.site-footer .color-button-lists li {
  width: 155px;
}
.site-footer .color-button-lists li a {
  flex-shrink: 0;
  display: block;
  line-height: 0.8571428571;
  text-align: center;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  position: relative;
  border-radius: 100dvw;
}
.site-footer .color-button-lists li a.publications {
  z-index: 101;
  background-color: #F38C00;
}
.site-footer .color-button-lists li a.donation {
  z-index: 101;
  background-color: #55C296;
}
.site-footer .cart-wrap {
  position: fixed;
  bottom: 25%;
  right: 40px;
}
.site-footer .cart-wrap .cart-contents {
  display: block;
  position: relative;
  background-color: #1B7044;
  border-radius: 50%;
  padding: 10px;
  width: max-content;
  max-width: 50px;
}
.site-footer .cart-wrap .cart-contents img {
  display: block;
  width: 100%;
  fill: #fff;
}
.site-footer .cart-wrap .cart-contents .my-cart-count {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  top: -12px;
  right: -14px;
  background-color: #fff;
}

.under-top-wrap {
  background-color: #707070;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 107px 0px;
  background-image: url("../images/common/under-mv01.avif");
}
.under-top-wrap.under_mv02 {
  background-image: url("../images/common/under-mv02.avif");
}
.under-top-wrap h1 {
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 566px;
  width: 100%;
  aspect-ratio: 566/159;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.under-top-wrap h1 span {
  display: block;
  text-align: center;
}
.under-top-wrap h1 span:nth-of-type(1) {
  color: #1B7044;
  font-size: 34px;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 2.2058823529;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .under-top-wrap h1 span:nth-of-type(1) {
    font-size: 26px;
    line-height: 1.5;
  }
}
.under-top-wrap h1 span:nth-of-type(2) {
  color: #ADADAD;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .under-top-wrap h1 span:nth-of-type(2) {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.under-top-wrap.about {
  background-color: transparent;
  background-image: url("../images/about/about-mv.png");
}
.under-top-wrap.activity {
  background-color: transparent;
  background-image: url("../images/activity/activity-mv.png");
}

.bread_wrap .breadcrumb {
  padding: 50px 0;
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
@media screen and (max-width: 1024px) {
  .bread_wrap .breadcrumb {
    padding: 20px 0;
  }
}
.bread_wrap .breadcrumb p {
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .bread_wrap .breadcrumb p {
    font-size: 14px;
    gap: 0;
  }
}
.bread_wrap .breadcrumb p a, .bread_wrap .breadcrumb p span {
  display: block;
  line-height: 2;
}
.bread_wrap .breadcrumb p a {
  color: #1B7044;
}
.bread_wrap .breadcrumb p .separator {
  padding: 0 0.5em;
}
/*# sourceMappingURL=common.css.map */