@charset "UTF-8";
.white-leaf {
  position: absolute;
  bottom: 0;
  right: 24px;
}

.menu ul.yasasisa {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu ul.yasasisa li {
  background-color: #feed22;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #623a07;
}
.menu ul.yasasisa li:not(:last-child) {
  margin-right: 24px;
}
.menu .individual {
  position: relative;
}
.menu .individual .wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11%;
}
.menu .individual .swiper {
  width: 70%;
  height: 460px;
  margin-top: -1em;
  padding-bottom: 40px;
}
.menu .individual .swiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 64px;
  margin-bottom: 40px;
}
.menu .individual .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 460px;
  margin: 0 auto;
  background-color: #feed22;
  border: 3px solid #fff;
  border-radius: 80px;
  padding: 24px;
  box-sizing: border-box;
}
.menu .individual .swiper .swiper-wrapper .swiper-slide > h2 {
  margin-bottom: 16px;
  white-space: nowrap;
}
.menu .individual .swiper .swiper-button-next {
  right: 0;
}
.menu .individual .swiper .swiper-button-next:after {
  font-size: 24px !important;
}
.menu .individual .swiper .swiper-button-prev {
  left: 0;
}
.menu .individual .swiper .swiper-button-prev:after {
  font-size: 24px !important;
}
.menu .group .group-title {
  position: relative;
  padding: 24px 0;
}
.menu .group .group-body {
  padding: 24px 0;
  width: 70%;
  margin: 0 auto;
}
.menu .group .group-body > h2 {
  margin-bottom: 16px;
}
.menu .farm .farm-title {
  position: relative;
  padding: 24px 0;
}
.menu .farm .farm-title .ladybug {
  position: absolute;
  top: -10px;
  left: 24px;
}
.menu .farm .farm-title > ul li:first-child {
  position: relative;
}
.menu .farm .farm-title > ul li:first-child:after {
  position: absolute;
  content: "〜";
  right: -20px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.menu .farm .farm-body {
  padding: 24px 0;
  margin: 0 auto;
}
.menu .farm .farm-body > h2 {
  margin-bottom: 16px;
}
.menu .farm .farm-body > p {
  width: 70%;
  margin: 0 auto;
}
.menu .aim {
  position: relative;
}
.menu .aim .tomato-txt {
  position: absolute;
  top: 40px;
  right: 16px;
}
.menu .aim-title {
  position: absolute;
  top: 53%;
  left: 24px;
  letter-spacing: 3px;
}
.menu .aim-title img {
  width: 30px;
}
.menu .table-aim {
  font-size: 14px;
}
.menu .table-aim table {
  width: 100%;
  margin: -3em auto;
  border-spacing: 8px 0;
  position: relative;
  padding-bottom: 48px;
}
.menu .table-aim table thead:after {
  content: "";
  height: 16px;
  width: 100%;
  display: block;
}
.menu .table-aim table thead .table-none {
  width: 80px;
}
.menu .table-aim table thead .table-purpose,
.menu .table-aim table thead .table-aim {
  min-width: 120px;
}
.menu .table-aim table thead tr th:nth-child(2) {
  background-color: rgb(251, 176, 59);
  width: 120px;
  height: 120px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.menu .table-aim table thead tr th:last-child {
  background-color: rgb(252, 238, 33);
  width: 120px;
  height: 120px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.menu .table-aim table tbody tr td {
  vertical-align: baseline;
}
.menu .table-aim table tbody tr td ul {
  padding-left: 16px;
}
.menu .table-aim table tbody tr td ul li {
  list-style: disc;
}
.menu .table-aim table tbody tr td:first-child {
  text-align: center;
  background-color: rgba(97, 193, 190, 0.5);
  color: #736357;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
}
.menu .table-aim table tbody tr td:first-child::after {
  content: "";
  width: 100%;
  height: 20px;
  aspect-ratio: 1;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0% 20%, 0% 0%);
          clip-path: polygon(0% 0%, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0% 20%, 0% 0%);
}
.menu .table-aim table tbody tr td:nth-child(2) {
  background-color: rgba(251, 176, 59, 0.5);
  padding: 8px 4px;
  box-sizing: border-box;
}
.menu .table-aim table tbody tr td:last-child {
  background-color: rgba(252, 238, 33, 0.5);
  padding: 8px 4px;
  box-sizing: border-box;
}
.menu .table-aim table tbody tr:not(:last-child) td:nth-child(2) {
  border-bottom: 1px dotted #555;
}
.menu .table-aim table tbody tr:not(:last-child) td:nth-child(3) {
  border-bottom: 1px dotted #555;
}
.menu .table-aim table tbody tr:last-child td:first-child:after {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 100%, 0% 100%, 0 0);
          clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 100%, 0% 100%, 0 0);
}