@charset "UTF-8";
.cat-nav__tab {
  margin-top: 44px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  white-space: nowrap;
  width: 100%;
}
.cat-nav__tab:not(.default)::-webkit-scrollbar {
  height: 5px;
}
.cat-nav__tab:not(.default)::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border-right: 4px solid transparent; /* 透明なボーダーをつける */
  border-left: 4px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}
.cat-nav__tab:not(.default)::-webkit-scrollbar-track { /* 上下に余白を付ける */
  margin-top: 4px;
  margin-bottom: 4px;
}
.cat-nav__tab .js-tabBtn {
  display: flex;
}
.cat-nav__tab .js-tabBtn li + li {
  margin-left: 6px;
}
.cat-nav__tab .js-tabBtn li a {
  display: block;
  background: #007d42;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding: 1.35rem 5.2rem 1.35rem 2.2rem;
  z-index: 0;
}
.cat-nav__tab .js-tabBtn li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_anchor.svg) no-repeat center center;
  background-size: contain;
}
.cat-nav__tab .js-tabBtn li a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #003b1c, #007d42);
  border-radius: 50px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.cat-nav__tab .js-tabBtn li a:hover:after {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.cat-nav__tab .js-tabBtn.default {
  align-items: center;
  justify-content: center;
  /*
  li {
  	//flex: 1;
  }
  */
}
@media screen and (max-width: 767px) {
  .cat-nav__tab {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .cat-nav__tab .js-tabBtn {
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }
  .cat-nav__tab .js-tabBtn li {
    font-size: 1.2rem;
    width: 48%;
    padding: 5px 0;
  }
  .cat-nav__tab .js-tabBtn li + li {
    margin-left: 0;
  }
  .cat-nav__tab .js-tabBtn li a {
    padding: 0.6rem 4.2rem 0.6rem 1.8rem;
  }
  .cat-nav__tab .js-tabBtn li a:before {
    right: 10px;
    width: 15px;
    height: 15px;
  }
  .cat-nav__tab .js-tabBtn.default {
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.about-block01 {
  text-align: center;
  letter-spacing: -1px;
  padding: 0 15px;
}
.about-block01__text01 {
  color: #007d42;
  font-size: 4.8rem;
  font-weight: 900;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.about-block01__text01 + p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  width: 750px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-block01__text01 {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .about-block01__text01 + p {
    font-size: 1.5rem;
    width: 100%;
  }
}

.about-block02 {
  width: 100%;
  max-width: 938px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about-block02 > div {
  width: 45.62%;
}
.about-block02 > div figure {
  margin-bottom: 2.5rem;
  text-align: center;
}
.about-block02 > div p {
  font-size: 1.5rem;
}
.about-block02 > div p:first-of-type {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about-block02 {
    width: calc(100% - 30px);
    flex-direction: column;
  }
  .about-block02 > div {
    width: 100%;
  }
  .about-block02 > div + div {
    margin-top: 48px;
  }
  .about-block02 > div figure {
    width: 100%;
    margin: 0 auto 1.5rem;
  }
  .about-block02 > div p:first-of-type {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .about-block02 > div:first-of-type figure {
    width: 70%;
  }
}

.about-block03 {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-block03 {
    width: 81.33%;
  }
}

.about-block04 {
  text-align: center;
  letter-spacing: -1px;
  padding: 0 15px;
}
.about-block04__text01 {
  color: #007d42;
  font-size: 6.2rem;
  font-weight: 900;
  margin-top: -2rem;
  margin-bottom: 3rem;
}
.about-block04__text01 + p {
  font-size: 1.5rem;
  line-height: 180%;
  width: 618px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-block04__text01 {
    font-size: 2.6rem;
    margin-top: -1rem;
    margin-bottom: 3rem;
  }
  .about-block04__text01 + p {
    font-size: 1.5rem;
    width: 100%;
  }
}

.about-block05 {
  width: 440px;
  margin: 120px auto 70px;
  position: relative;
}
.about-block05:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
  background: #89d962;
  border-radius: 300px;
  z-index: -1;
}
.about-block05__text01 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
  border-bottom: solid 2px #fff;
  margin-bottom: 32px;
}
.about-block05__text01 p {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 140%;
}
.about-block05__text01 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 5px;
}
.about-block05__song {
  display: flex;
  justify-content: space-around;
  font-size: 1.8rem;
  font-weight: 600;
}
.about-block05__song figure {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .about-block05 {
    width: calc(100% - 30px);
    margin-top: 110px;
  }
  .about-block05:after {
    width: 120vw;
    height: 120vw;
  }
  .about-block05__text01 p {
    font-size: 2rem;
  }
  .about-block05__text01 span {
    font-size: 1.5rem;
  }
  .about-block05__song {
    font-size: 1.5rem;
  }
  .about-block05__song figure {
    width: 70px;
  }
}

.about-block06 {
  width: 700px;
  margin: 0 auto;
}
.about-block06 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.about-block06 dl:before {
  content: "";
  position: absolute;
  top: 0.5%;
  left: 15.79rem;
  width: 1px;
  height: 99.5%;
  background: #89d962;
}
.about-block06 dl dt {
  width: 17.5%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-top: -1.5rem;
  position: relative;
}
.about-block06 dl dt:before {
  content: "";
  position: absolute;
  top: calc(50% + 2.8rem);
  right: -3.945rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #89d962;
  border-radius: 10px;
}
.about-block06 dl dt span {
  font-size: 2.8rem;
  font-family: "D-DIN-PRO", sans-serif;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .about-block06 dl dt.start {
    font-size: 2.8rem;
    white-space: nowrap;
  }
  .about-block06 dl dt.start:before {
    top: 50%;
    right: -44px;
    width: 16px;
    height: 16px;
  }
  .about-block06 dl dt.start span {
    font-size: 4.8rem;
  }
}
.about-block06 dl dd {
  width: 72%;
  position: relative;
}
.about-block06 dl dd.start {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}
.about-block06 dl dd figure {
  width: 300px;
  margin-top: 2rem;
}
.about-block06 dl dd + dt {
  padding-top: 4.5rem;
}
.about-block06 dl dd + dt + dd {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .about-block06 {
    width: calc(100% - 30px);
  }
  .about-block06 dl:before {
    left: 20.8%;
  }
  .about-block06 dl dt {
    font-size: 1.5rem;
    margin-top: -0.8rem;
    width: 16.5%;
  }
  .about-block06 dl dt:before {
    top: calc(50% + 1.55rem);
    right: -20px;
  }
  .about-block06 dl dt span {
    font-size: 1.9rem;
  }
  .about-block06 dl dt.start:before {
    top: calc(50% + 0.3rem);
    right: -24px;
    width: 16px;
    height: 16px;
  }
  .about-block06 dl dd {
    width: 74.5%;
  }
  .about-block06 dl dd.start {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: -0.5rem;
  }
  .about-block06 dl dd figure {
    width: 94%;
    max-width: 240px;
    margin-top: 1.5rem;
  }
  .about-block06 dl dd + dt {
    padding-top: 2rem;
  }
  .about-block06 dl dd + dt + dd {
    padding-top: 2rem;
  }
}/*# sourceMappingURL=about.css.map */