/*
main{
	overflow: hidden;
}
*/
@media screen and (min-width: 768px) {
  div.cm-page-hero {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-page-hero {
    padding-top: 0;
  }
}
div.cm-page-hero div.about-img-wrap {
  position: relative;
}
div.cm-page-hero div.about-img div.illust01, div.cm-page-hero div.about-img div.illust02, div.cm-page-hero div.about-img div.illust03, div.cm-page-hero div.about-img div.illust04 {
  position: absolute;
  width: 28%;
  top: 56.6%;
  right: 35%;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.about-img div.illust01, div.cm-page-hero div.about-img div.illust02, div.cm-page-hero div.about-img div.illust03, div.cm-page-hero div.about-img div.illust04 {
    width: 10.8%;
    top: 41%;
    right: 40.6%;
  }
}
div.cm-page-hero div.about-img div.illust01 {
  animation: about-illust01 20s 0s ease infinite;
}
@keyframes about-illust01 {
  0% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  5% {
    opacity: 1;
    transform: translate(0);
  }
  20% {
    opacity: 1;
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(0, -15%);
  }
  100% {
    opacity: 0;
  }
}
div.cm-page-hero div.about-img div.illust02 {
  animation: about-illust02 20s 0s ease infinite;
}
@keyframes about-illust02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  30% {
    opacity: 1;
    transform: translate(0);
  }
  45% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(0, -15%);
  }
  100% {
    opacity: 0;
  }
}
div.cm-page-hero div.about-img div.illust03 {
  animation: about-illust03 20s 0s ease infinite;
}
@keyframes about-illust03 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  55% {
    opacity: 1;
    transform: translate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0);
  }
  75% {
    opacity: 0;
    transform: translate(0, -15%);
  }
  100% {
    opacity: 0;
  }
}
div.cm-page-hero div.about-img div.illust04 {
  animation: about-illust04 20s 0s ease infinite;
}
@keyframes about-illust04 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  80% {
    opacity: 1;
    transform: translate(0);
  }
  95% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -15%);
  }
}
div.cm-page-hero div.about-img div.illust06 {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: about-illust06 3s 0s linear infinite;
}
@keyframes about-illust06 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.cm-sec-sticky {
  background: #509b07;
}
.cm-sec-sticky div.sticky-bg {
  background-image: url("../img/about/sticky-bg_sp.png");
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-bg {
    background-image: url("../img/about/sticky-bg_pc.png");
  }
}

section.sec-history {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-history {
    padding: 160px 0;
  }
}
section.sec-history div.sec-history-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-history div.sec-history-inner {
    width: 90%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box01 {
    display: flex;
    flex-wrap: wrap;
  }
}
section.sec-history div.history-box01 p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box01 p:nth-of-type(1) {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-history div.history-box01 p:nth-of-type(1) {
    width: 270px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box01 p:nth-of-type(2) {
    width: 170px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-history div.history-box01 p:nth-of-type(2) {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.sec-history div.history-box02 ul.history-ul01 {
  font-family: "Quicksand", sans-serif;
  padding: 1.6em 1em;
  border-radius: 50em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: sticky;
  top: 16vw;
  z-index: 3;
  background: rgba(255, 255, 255, 0.4823529412);
  width: 107%;
  left: 0;
  transform: translate(-3%, 0);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul01 {
    display: block;
    width: 140px;
    position: sticky;
    top: 100px;
    padding: 2em 0 0;
    transform: translate(0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-history div.history-box02 ul.history-ul01 {
    width: 270px;
    top: 120px;
  }
}
section.sec-history div.history-box02 ul.history-ul01 li {
  font-size: 1.54em;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul01 li {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
section.sec-history div.history-box02 ul.history-ul01 li a {
  color: #c0c0c0;
  padding-left: 1em;
  position: relative;
  font-weight: 700;
}
section.sec-history div.history-box02 ul.history-ul01 li a.active {
  color: #111;
}
section.sec-history div.history-box02 ul.history-ul01 li a.active::after {
  transform: scale(1);
}
section.sec-history div.history-box02 ul.history-ul01 li a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: #58ad0e;
  position: absolute;
  top: 0.32em;
  border-radius: 50em;
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul01 li a::after {
    transform: scale(0);
  }
}
section.sec-history div.history-box02 div.history-ul02-wrap {
  padding-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 div.history-ul02-wrap {
    padding-top: 0;
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-history div.history-box02 div.history-ul02-wrap {
    width: calc(100% - 270px);
  }
}
section.sec-history div.history-box02 ul.history-ul02 li {
  padding: 3em 0;
  border-top: solid 1px #dadada;
  box-sizing: border-box;
  position: relative;
}
section.sec-history div.history-box02 ul.history-ul02 li.first {
  border-top: none;
  padding: 0 0 3em;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li.first {
    padding: 3em 0;
  }
}
section.sec-history div.history-box02 ul.history-ul02 li.first::after {
  top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li.first::after {
    height: calc(50% + 1px);
    top: auto;
    bottom: -1px;
  }
}
section.sec-history div.history-box02 ul.history-ul02 li::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 2px);
  top: 0;
  left: 3%;
  background: #58ad0e;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li::after {
    left: 120px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-history div.history-box02 ul.history-ul02 li::after {
    left: 187px;
  }
}
section.sec-history div.history-box02 ul.history-ul02 li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-history div.history-box02 ul.history-ul02 li dl dt {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.45em;
  padding-left: 1em;
  margin-bottom: 0.6em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dt {
    width: 130px;
    font-size: 40px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dt {
    width: 200px;
    font-size: 55px;
  }
}
section.sec-history div.history-box02 ul.history-ul02 li dl dt::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50em;
  background: #58ad0e;
  border: solid 2px #fff;
  position: absolute;
  top: 0.12em;
  left: 1.2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dt::after {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dd {
    width: calc(100% - 170px);
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dd {
    width: calc(100% - 240px);
  }
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner {
  display: block;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner:last-child {
  margin-bottom: 0;
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span {
  display: inline-block;
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt01 {
  color: #808080;
  width: 3em;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt01 {
    font-size: 13px;
  }
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt02 {
  width: calc(100% - 3em);
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt02 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt02 {
    font-size: 18px;
  }
}
section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt02 span.note {
  display: inline-block;
  line-height: 1.4em;
  letter-spacing: 0;
  margin-top: 0.6em;
  font-size: 0.82em;
}
@media screen and (min-width: 768px) {
  section.sec-history div.history-box02 ul.history-ul02 li dl dd span.inner span.txt02 span.note {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-history .cm-btn01 {
    margin: 64px 0 0 auto;
  }
}
section.sec-history .cm-btn01.active span.dots02 span img {
  transform: rotate(180deg);
}

section.sec-overlap {
  position: relative;
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-overlap {
    padding: 150px 0;
  }
}
section.sec-overlap.philosophy {
  background: #f0c18f;
  z-index: 0;
}
section.sec-overlap.activity {
  background: #f4eddf;
  z-index: 1;
}
section.sec-overlap.affiliation {
  background: #9fccd6;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-overlap.affiliation {
    padding: 150px 0 20%;
  }
}
section.sec-overlap.affiliation div.overlap-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 17vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/about/affiliation-bg_sp.png");
}
@media screen and (min-width: 768px) {
  section.sec-overlap.affiliation div.overlap-bg {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-overlap.affiliation div.overlap-bg {
    background-image: url("../img/about/affiliation-bg_pc.png");
  }
}
section.sec-overlap div.sec-overlap-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.sec-overlap-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-overlap h2.cm-page-title02 span.cm-line {
  width: calc(100% - 1.8em);
}
section.sec-overlap p.overlap-txt01 {
  line-height: 2em;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  section.sec-overlap p.overlap-txt01 {
    font-size: 20px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap p.overlap-txt01 {
    font-size: 22px;
  }
}
section.sec-overlap ul.link-ul li {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li {
    margin-bottom: 12px;
  }
}
section.sec-overlap ul.link-ul li a {
  display: block;
  background: #fff;
  padding: 3em 1em 1em 1em;
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a {
    padding: 1em;
  }
  section.sec-overlap ul.link-ul li a:hover div.overlap-img img {
    transform: scale(1.1);
  }
  section.sec-overlap ul.link-ul li a:hover span.dots {
    transform: translate(0, -50%) scale(14);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-overlap ul.link-ul li a:hover span.dots {
    transform: translate(0, -50%) scale(18);
  }
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a:hover span.dots02 {
    z-index: 3;
  }
  section.sec-overlap ul.link-ul li a:hover span.dots02 span {
    transform: scale(1);
  }
}
section.sec-overlap ul.link-ul li a div.overlap-img {
  border-radius: 1em;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a div.overlap-img {
    width: 33%;
  }
}
section.sec-overlap ul.link-ul li a div.overlap-img img {
  transition: all 0.3s;
}
section.sec-overlap ul.link-ul li a p.overlap-txt02 {
  order: -1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a p.overlap-txt02 {
    width: 60%;
    text-align: left;
    order: 0;
  }
}
section.sec-overlap ul.link-ul li a p.overlap-txt02 span {
  display: block;
  line-height: 1.2em;
  letter-spacing: 0;
}
section.sec-overlap ul.link-ul li a p.overlap-txt02 span.txt01 {
  font-size: 3.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a p.overlap-txt02 span.txt01 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap ul.link-ul li a p.overlap-txt02 span.txt01 {
    font-size: 55px;
  }
}
section.sec-overlap ul.link-ul li a p.overlap-txt02 span.txt02 {
  color: #4d4d4d;
  margin-top: 0.6em;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a p.overlap-txt02 span.txt02 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap ul.link-ul li a p.overlap-txt02 span.txt02 {
    font-size: 18px;
  }
}
section.sec-overlap ul.link-ul li a span.dots {
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  border-radius: 50em;
  background: #1e9318;
  z-index: 2;
  width: 0.8em;
  height: 0.8em;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a span.dots {
    top: 50%;
    right: 2.6em;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
  }
}
section.sec-overlap ul.link-ul li a span.dots02 {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-overlap ul.link-ul li a span.dots02 {
    width: 200px;
    height: 100%;
  }
}
section.sec-overlap ul.link-ul li a span.dots02 span {
  border-radius: 50em;
  position: absolute;
  right: 2.4em;
  transition: all 0.4s ease;
  border: solid 1px #fff;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  transform: scale(0);
  background: #fff;
}
section.sec-overlap ul.link-ul li a span.dots02 span img {
  width: 12px;
  margin: 14px auto;
}
section.sec-overlap div.charter-box01 {
  background: #fff;
  border-radius: 1em;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-box01 {
    margin-bottom: 16px;
  }
}
section.sec-overlap button.charter-btn {
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  height: 26vw;
  padding: 0 1em 0 1.6em;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
}
@media screen and (min-width: 768px) {
  section.sec-overlap button.charter-btn {
    font-size: 25px;
    padding: 0 60px;
    height: 157px;
    cursor: pointer;
  }
  section.sec-overlap button.charter-btn:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  section.sec-overlap button.charter-btn:hover span.arrow::after {
    transform: scale(1.5);
  }
  section.sec-overlap button.charter-btn:hover span.arrow img.black {
    display: none;
  }
  section.sec-overlap button.charter-btn:hover span.arrow img.white {
    display: block;
  }
}
section.sec-overlap button.charter-btn span.txt {
  line-height: 1.4em;
  width: calc(100% - 3em);
}
@media screen and (min-width: 768px) {
  section.sec-overlap button.charter-btn span.txt {
    width: calc(100% - 60px);
  }
}
section.sec-overlap button.charter-btn span.arrow {
  display: block;
  border: solid 1px #808080;
  border-radius: 50em;
  z-index: 0;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-overlap button.charter-btn span.arrow {
    width: 43px;
    height: 43px;
  }
  section.sec-overlap button.charter-btn span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
section.sec-overlap button.charter-btn span.arrow img {
  transform: rotate(90deg);
}
section.sec-overlap button.charter-btn span.arrow img.black {
  display: block;
}
section.sec-overlap button.charter-btn span.arrow img.white {
  display: none;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner {
  width: 90%;
  margin: auto;
  border-top: solid 1px #4d4d4d;
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner {
    padding: 40px 0 30px;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner p.charter-txt01 {
  font-size: 0.88em;
  line-height: 2em;
  letter-spacing: 0em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner p.charter-txt01 {
    font-size: 18px;
    margin-bottom: 2.4em;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li {
  color: #666666;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li {
    margin-bottom: 50px;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 {
  color: #111;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.6em;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span {
  display: inline-block;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.number {
  width: 2.2em;
  padding-left: 0.2em;
  box-sizing: border-box;
  border-right: solid 1px #111;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.number {
    width: 45px;
    font-size: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.number {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.number {
    font-size: 24px;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.txt {
  padding-left: 0.4em;
  font-size: 0.889em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li h3 span.txt {
    font-size: 24px;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li p, section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li dl {
  font-size: 0.88em;
  line-height: 1.8em;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li p, section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li dl {
    font-size: 14px;
    width: calc(100% - 45px);
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li p, section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li dl {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li p, section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li dl {
    font-size: 18px;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li dl {
  margin-top: 1em;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li dl dt {
  font-weight: 600;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul li {
  margin-bottom: 0;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul01 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul01 li span {
  display: block;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul01 li span.txt01 {
  width: 6em;
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul01 li span.txt02 {
  width: calc(100% - 6em);
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul03 {
  font-size: 0.88em;
  line-height: 1.8em;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul03 {
    font-size: 14px;
    width: calc(100% - 45px);
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul03 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul03 {
    font-size: 18px;
  }
}
section.sec-overlap div.charter-accordion div.charter-accordion-inner ul li ul.ul03 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2em;
}

section.sec-group {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-group {
    padding: 150px 0;
  }
}
section.sec-group div.sec-group-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-group div.sec-group-inner {
    width: 90%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-group p.group-txt01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group p.group-txt01 {
    font-size: 22px;
  }
}
section.sec-group div.group-box02 {
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
  }
}
section.sec-group div.group-box02 div.group-box02-inner01 {
  /*h3{
  	line-height: 1.2em;
  	margin-bottom: 0.8em;
  	font-size: 2.1em;
  	@include mq(pc) {
  		font-size: 35px;
  	}
  	@include mq(pc-middle) {
  		font-size: 45px;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner01 {
    width: 240px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box02 div.group-box02-inner01 {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner01 h2 {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner01 h2 span.cm-line {
    display: none;
  }
}
section.sec-group div.group-box02 div.group-box02-inner01 p {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner01 p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box02 div.group-box02-inner01 p {
    font-size: 22px;
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 {
    padding: 0;
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box02 div.group-box02-inner02 {
    width: calc(100% - 320px);
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: solid 1px #dadada;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 dl {
    gap: 0 1em;
    justify-content: flex-start;
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 dl:first-child {
  padding: 0 0 2em;
}
section.sec-group div.group-box02 div.group-box02-inner02 dl dt {
  display: inline-block;
  background: #048200;
  color: #fff;
  line-height: 1em;
  padding: 0.4em 0.8em 0.52em;
  border-radius: 50em;
  text-align: center;
  width: 2.4em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 dl dt {
    font-size: 13px;
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 dl dd {
  display: inline-block;
  width: calc(100% - 4em);
  line-height: 1.2em;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 dl dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box02 div.group-box02-inner02 dl dd {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-group div.group-box02 div.group-box02-inner02 dl dd {
    font-size: 27px;
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 dl dd span {
  font-size: 0.6em;
}
section.sec-group div.group-box02 div.group-box02-inner02 .group-txt02 {
  padding: 1em 0 0.4em;
  font-size: 1.19em;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 .group-txt02 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box02 div.group-box02-inner02 .group-txt02 {
    font-size: 22px;
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 {
  display: inline-block;
  margin-right: 1em;
  color: #111;
}
section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 span {
  letter-spacing: 0.02em;
}
section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 span.txt01 {
  color: #048200;
  font-weight: 700;
  font-family: 0.98em;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 span.txt01 {
    font-size: 14px;
  }
}
section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 span.txt02 {
  font-size: 1.12em;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 span.txt02 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box02 div.group-box02-inner02 .group-txt03 span.txt02 {
    font-size: 22px;
  }
}

section.sec-number .sec-number-bg-img {
  margin-bottom: -1px;
}
section.sec-number div.sec-number-bg {
  background: #ebc300;
}
section.sec-number div.sec-number-bg div.sec-number-inner {
  width: 85.4%;
  margin: auto;
  padding: 10% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner {
    width: 90%;
    max-width: 1100px;
    padding: 150px 0;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 107%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap {
    justify-content: flex-start;
    gap: 1%;
    left: 0;
    width: 103%;
    transform: translate(0);
    margin-top: 85px;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box {
  background: #fff;
  border-radius: 0.6em;
  padding: 0.4em;
  height: 42vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box {
    height: 300px;
    margin-bottom: 1%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  border-radius: 0.4em 0 0 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd {
  line-height: 1.2em;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd span, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd span {
  line-height: 1em;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd span.number, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd span.number {
  font-family: "Barlow", serif;
  font-size: 6.5em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd span.number, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd span.number {
    font-size: 120px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd span.number, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd span.number {
    font-size: 150px;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd span.small, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd span.small {
  font-weight: 700;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) dl dd span.small, section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) dl dd span.small {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1) {
    width: 43.6%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(1)::after {
  background: #509b07;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2) {
    width: 52%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(2)::after {
  background: #f79809;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(3) {
  width: 51%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(3) {
    width: 34%;
    transform: translate(-23px, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(3) {
    transform: translate(-50px, 0);
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(3)::after {
  background: #e06058;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(4) {
  width: 46%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(4) {
    width: 27.8%;
    transform: translate(-23px, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(4) {
    transform: translate(-50px, 0);
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(4)::after {
  background: #509b07;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(5) {
  width: 55%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(5) {
    width: 33%;
    transform: translate(-23px, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(5) {
    transform: translate(-50px, 0);
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(5)::after {
  background: #4eabc3;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(6) {
  width: 43%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(6) {
    width: 22%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(6)::after {
  background: #509b07;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(7) {
  width: 51%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(7) {
    width: 27.6%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(7)::after {
  background: #4eabc3;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(8) {
  width: 46.8%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(8) {
    width: 23.4%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(8)::after {
  background: #509b07;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(9) {
  width: 46%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(9) {
    width: 24%;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(9)::after {
  background: #e06058;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(10) {
  width: 52%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(10) {
    width: 32%;
    transform: translate(-23px, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(10) {
    transform: translate(-70px, 0);
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(10)::after {
  background: #f79809;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(11) {
  width: 54.8%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(11) {
    width: 37.4%;
    transform: translate(-23px, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(11) {
    transform: translate(-70px, 0);
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(11)::after {
  background: #e06058;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(12) {
  width: 43%;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(12) {
    width: 28.6%;
    transform: translate(-23px, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(12) {
    transform: translate(-70px, 0);
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap li.number-box:nth-of-type(12)::after {
  background: #4eabc3;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl {
  text-align: center;
  line-height: 1.2em;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dt {
  line-height: 1.2em;
  color: #4d4d4d;
  font-weight: 600;
  font-size: 0.92em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dt {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dt {
    font-size: 20px;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dt span.small {
  font-size: 0.7em;
  color: #4d4d4d;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd {
  line-height: 1.2em;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span {
  line-height: 1em;
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span.number {
  font-family: "Barlow", serif;
  font-size: 4.9em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span.number {
    font-size: 12vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span.number {
    font-size: 130px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span.number {
    font-size: 140px;
  }
}
section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span.small {
  font-weight: 700;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-number div.sec-number-bg div.sec-number-inner ul.number-box-wrap dl dd span.small {
    font-size: 28px;
  }
}/*# sourceMappingURL=about.css.map */