@charset "UTF-8";
#works .works__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #works .works__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#works .organization {
  text-align: center;
  margin-bottom: 130px;
  padding-top: 30px;
}
@media only screen and (max-width: 850px) {
  #works .organization {
    margin-bottom: 97px;
    padding-top: 11px;
  }
}
#works .organization__catch {
  font-weight: bold;
  font-size: 28px;
  color: #006031;
  margin-bottom: 25px;
}
@media only screen and (max-width: 850px) {
  #works .organization__catch {
    font-size: 24px;
    line-height: 36px;
  }
}
#works .organization__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 42px;
}
@media only screen and (max-width: 850px) {
  #works .organization__description {
    text-align: left;
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 36px;
  }
}
#works .organization__chart {
  background-color: #fff;
  border-radius: 25px;
  padding: 35px 42px 54px;
}
@media only screen and (max-width: 850px) {
  #works .organization__chart {
    padding: 26px 15px 35px;
    margin-right: -17px;
    margin-left: -17px;
  }
}
#works .organization__chart-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #006031;
  border: 1px solid #006031;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 850px) {
  #works .organization__chart-title {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
#works .tab {
  margin-bottom: 139px;
}
#works .tab__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 50.4px;
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 850px) {
  #works .tab__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 33px;
  }
}
#works .tab__list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 2%;
}
@media only screen and (max-width: 1050px) {
  #works .tab__list {
    gap: 18px 10px;
    max-width: 660px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 850px) {
  #works .tab__list {
    gap: 10px 10px;
  }
}
#works .tab__item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #20992a;
  background-color: #fff;
  border: 1px solid #006031;
  max-width: 320px;
  width: 32%;
  height: 64px;
  border-radius: 40px;
  padding: 5px 10px 5px 74px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
}
@media only screen and (max-width: 1050px) {
  #works .tab__item {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 850px) {
  #works .tab__item {
    height: 46px;
    font-size: 11px;
    line-height: 13px;
    padding: 0px 0 0px 34px;
  }
}
@media only screen and (max-width: 430px) {
  #works .tab__item {
    font-size: 10px;
  }
}
#works .tab__item-number {
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 27px;
  text-align: center;
  color: #006031;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #works .tab__item-number {
    left: 9px;
    font-size: 14px;
  }
}
#works .tab__item-number::before {
  position: absolute;
  content: "";
  right: -3px;
  top: 14px;
  width: 9px;
  height: 9px;
  background-image: url("../img/works/tab-leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #works .tab__item-number::before {
    width: 6px;
    height: 6px;
    right: -3px;
    top: 13px;
  }
}
#works .tab__item-small {
  font-size: 14px;
}
@media only screen and (max-width: 850px) {
  #works .tab__item-small {
    font-size: 11px;
  }
}
@media only screen and (max-width: 430px) {
  #works .tab__item-small {
    font-size: 10px;
  }
}
#works .tab__item.active {
  background-color: #deecdd;
  cursor: default;
}
#works .article {
  display: none;
}
#works .article.active {
  display: block;
}
#works .article-mv {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 45px;
}
@media only screen and (max-width: 850px) {
  #works .article-mv {
    display: flex;
    flex-direction: column-reverse;
    margin-right: -17px;
    margin-left: -17px;
  }
}
#works .article-mv__title {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  border-radius: 20px 0px 40px 0px;
  background: linear-gradient(#20992a 0%, #006d31 100%);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 30px;
  padding-right: 34px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__title {
    height: 48px;
    position: relative;
    text-align: center;
    justify-content: center;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#works .article-mv__title span {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__title span {
    padding-top: 5px;
  }
}
#works .article-mv__catch {
  position: absolute;
  top: 144px;
  left: 40px;
  min-width: 360px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32.2px;
  color: #333;
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 26px 28px 24px 36px;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__catch {
    display: none;
    padding: 26px 28px 26px 28px;
  }
}
#works .article-mv__info {
  padding-top: 12px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__info {
    padding-top: 6px;
    width: 88px;
    height: 88px;
    top: auto;
    right: 15px;
    bottom: 20px;
  }
}
#works .article-mv__info-text {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 17px;
  text-align: center;
  color: #006031;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__info-text {
    font-size: 10px;
    line-height: 12px;
  }
}
#works .article-mv__info-number {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 66px;
  text-align: center;
  color: #006031;
  padding-right: 3px;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__info-number {
    font-size: 46px;
    line-height: 46px;
  }
}
#works .article-mv__info-number::before {
  position: absolute;
  top: 0px;
  right: -9px;
  content: "";
  background-image: url(/common/img/about/title-icon.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #works .article-mv__info-number::before {
    width: 15px;
    height: 15px;
    top: 1px;
    right: -6px;
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#works .article-content__title {
  background: linear-gradient(to left, #20992a 50%, #006d31 100%);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 12px;
}
#works .article-content__catch {
  font-weight: 500;
  font-size: 24px;
  line-height: 38.4px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  #works .article-content__catch {
    font-size: 18px;
    text-align: center;
  }
}
#works .article-content__text {
  margin-bottom: 34px;
}
#works .article-content__list {
  display: flex;
  gap: 35px 50px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 850px) {
  #works .article-content__list {
    flex-direction: column;
    gap: 25px;
  }
}
#works .article-content__list--2 .article-content__item {
  flex: 1;
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--2 .article-content__item:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #abaaac;
    right: -25px;
    top: 2px;
  }
}
#works .article-content__list--3 .article-content__item {
  flex: 1;
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--3 .article-content__item:nth-child(-n+2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #abaaac;
    right: -25px;
    top: 2px;
  }
}
#works .article-content__list--4 {
  flex-wrap: wrap;
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--4 .article-content__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--4 .article-content__item:nth-child(-n+2)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #abaaac;
    left: 0px;
    bottom: -17px;
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--4 .article-content__item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #abaaac;
    right: -25px;
    top: 2px;
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--4 .article-content__item:nth-child(2n+1):nth-child(-n+2)::after {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #abaaac;
    left: 0px;
    bottom: -17px;
  }
}
#works .article-content__list--9 {
  flex-wrap: wrap;
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--9 .article-content__item {
    width: calc(33.3333333333% - 33.8px);
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--9 .article-content__item:nth-child(-n+6)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #abaaac;
    left: 0px;
    bottom: -17px;
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--9 .article-content__item:nth-child(3n+1)::before, #works .article-content__list--9 .article-content__item:nth-child(3n+2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #abaaac;
    right: -25px;
    top: 2px;
  }
}
@media only screen and (min-width: 851px) {
  #works .article-content__list--9 .article-content__item:nth-child(3n+1):nth-child(-n+6)::after, #works .article-content__list--9 .article-content__item:nth-child(3n+2):nth-child(-n+6)::after {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #abaaac;
    left: 0px;
    bottom: -17px;
  }
}
#works .article-content__item {
  position: relative;
}
@media only screen and (max-width: 850px) {
  #works .article-content__item:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid #abaaac;
  }
}
#works .article-content__item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28.8px;
  color: #006031;
  margin-bottom: 3px;
}
#works .article-content__item-text {
  font-size: 14px;
  line-height: 25.2px;
}
#works .article-schedule {
  border-radius: 20px;
  background: linear-gradient(154deg, #20992a 0%, #62af14 48.28%, #c8e37f 100%);
  padding: 35px 33px 28px;
  margin-bottom: 32px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #works .article-schedule {
    padding: 32px 0px 32px 15px;
    margin-right: -17px;
    margin-left: -17px;
  }
}
#works .article-schedule__title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 38.4px;
  text-align: center;
  color: #fff;
}
#works .article-schedule__description {
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}
#works .article-schedule__description span {
  font-size: 0.85em;
}
#works .article-schedule__item {
  border-radius: 10px;
  background: #e9ece7;
  display: flex;
  margin-bottom: 13px;
  padding: 15px 18px 11px 25px;
}
@media only screen and (max-width: 850px) {
  #works .article-schedule__item {
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    padding: 15px 0px 15px 16px;
  }
}
#works .article-schedule__item:last-child .article-schedule__item-body::before {
  content: none;
}
@media only screen and (min-width: 851px) {
  #works .article-schedule__item-heading {
    padding-top: 3px;
    width: 163px;
  }
}
@media only screen and (max-width: 850px) {
  #works .article-schedule__item-heading {
    display: flex;
    align-items: center;
    gap: 9px;
  }
}
#works .article-schedule__item-step {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  color: #2e6b38;
}
#works .article-schedule__item-number {
  font-size: 36px;
  letter-spacing: 0;
}
#works .article-schedule__item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #2e6b38;
}
@media only screen and (max-width: 850px) {
  #works .article-schedule__item-title {
    padding-top: 5px;
  }
}
#works .article-schedule__item-body {
  position: relative;
  background-color: #fff;
  flex: 1;
  padding: 12px 17px;
  min-height: 88px;
}
@media only screen and (max-width: 850px) {
  #works .article-schedule__item-body {
    margin-top: 5px;
  }
}
#works .article-schedule__item-body::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 19px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
  right: 0;
  left: 0;
  bottom: -19px;
}
#works .article-target {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 24px 46px;
  padding: 35px 38px;
  margin-bottom: 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #works .article-target {
    padding: 24px 17px 36px 17px;
    flex-direction: column;
    margin-right: -17px;
    margin-left: -17px;
  }
}
#works .article-target-thumbnail {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 851px) {
  #works .article-target-thumbnail {
    max-width: 260px;
  }
}
#works .article-target__title {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media only screen and (max-width: 850px) {
  #works .article-target__title {
    text-align: center;
  }
}
#works .article-target__item {
  font-weight: 500;
}
#works .article-target__item::before {
  content: "●";
  color: #20992a;
}
#works .article-target__item span {
  font-size: 14px;
  font-weight: 400;
  transform: translate(0, -3px);
  margin-bottom: -5px;
  display: block;
}
#works .article-interview {
  display: flex;
  justify-content: center;
  gap: 14px 24px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #works .article-interview {
    flex-direction: column;
    align-items: center;
  }
}
#works .article-interview-item {
  width: 488px;
  height: 96px;
  border-radius: 48px;
  background: linear-gradient(to right, #14861d 47%, #6bbf16 100%);
  box-shadow: 3px 3px 10px #e0e0ac;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  #works .article-interview-item {
    max-width: 340px;
    height: 88px;
  }
}
#works .article-interview-item:hover .article-interview-item__thumbnail img {
  transform: scale(1.1);
}
#works .article-interview-item > a {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 4px;
}
#works .article-interview-item__thumbnail {
  width: 164px;
  height: 88px;
  border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #works .article-interview-item__thumbnail {
    width: 80px;
    height: 80px;
  }
}
#works .article-interview-item__thumbnail img {
  transition: transform 350ms;
}
#works .article-interview-item__category {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
}
@media only screen and (max-width: 850px) {
  #works .article-interview-item__category {
    font-size: 24px;
  }
}
#works .article-interview-item__category::after {
  position: absolute;
  top: -4px;
  right: -6px;
  content: "";
  background-image: url(/common/img/about/title-icon.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
#works .article-interview-item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #works .article-interview-item__title {
    font-size: 13px;
  }
}/*# sourceMappingURL=works.css.map */