section.index-mainv {
  padding-top: 11.25rem;
  margin-bottom: 7.5rem;
}
section.index-mainv::after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.875rem;
  background-image: url("../images/index/mainv-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -9rem;
  left: 0;
  right: 1.0625rem;
  margin: auto;
}
section.index-mainv div.inner .mainv-visual {
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 7.5rem;
  position: relative;
}
section.index-mainv .mainv-char {
  position: relative;
  display: block;
  flex: 0 0 auto;
}
section.index-mainv .mainv-char--01 {
  width: 17rem;
  height: 43.4375rem;
}
section.index-mainv .mainv-char--02 {
  width: 19.75rem;
  height: 44.75rem;
}
section.index-mainv .mainv-char--03 {
  width: 19rem;
  height: 44rem;
}
section.index-mainv .mainv-char-bg {
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  width: 17.0285625rem;
  height: 17.028375rem;
  z-index: 0;
}
section.index-mainv .mainv-char-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
section.index-mainv .mainv-char-img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
}
section.index-mainv .mainv-char:hover .mainv-char-img--hover {
  opacity: 1;
}
section.index-mainv .mainv-char:hover .mainv-char-img--default {
  opacity: 0;
}
section.index-about {
  margin-bottom: 7.5rem;
}
section.index-about div.inner h3 {
  font-size: 3.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4.375rem;
}
section.index-about div.inner h2 img {
  margin: auto;
  margin-bottom: 3.75rem;
}
section.index-about div.inner p {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 1.7em;
}
section.index-business {
  margin-bottom: 7.5rem;
}
section.index-business div.inner h2 img {
  margin: auto;
}
section.index-business div.inner div.links ul {
  display: flex;
  justify-content: center;
}
section.index-business div.inner div.links ul li {
  margin: 0 -1.75rem;
}
section.index-business div.inner div.links ul li a {
  display: block;
  background-color: #8cb808;
  width: clamp(15rem, 28vw, 31.4375rem);
  height: clamp(15rem, 28vw, 31.4375rem);
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  mix-blend-mode: multiply;
  position: relative;
}
section.index-business div.inner div.links ul li a:hover img.grey {
  opacity: 0;
}
section.index-business div.inner div.links ul li a p {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  position: relative;
  top: 1rem;
}
section.index-business div.inner div.links ul li a p span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
section.index-business div.inner div.links ul li a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: auto;
  margin: auto;
}
section.index-business div.inner div.links ul li a img.grey {
  z-index: 1;
}
section.index-business div.inner div.links ul li a img.color {
  z-index: 0;
}
section.index-members {
  margin-bottom: 7.5rem;
}
section.index-members .section-title--sp {
  display: none;
}
section.index-members .members-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 2rem;
  align-items: start;
}
section.index-members .member-card {
  text-align: center;
}
section.index-members .member-photo {
  width: min(100%, clamp(8.75rem, 20vw, 20rem));
  height: min(100%, clamp(8.75rem, 20vw, 20rem));
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: #8cb808;
  position: relative;
}
section.index-members .member-photo::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border-radius: 50%;
  background: #fff;
}
section.index-members .member-body h3 {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
section.index-members .member-name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
section.index-cta {
  margin-bottom: 7.5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
section.index-cta::after {
  content: "";
  display: block;
  height: 0.875rem;
  background-color: #d8cf00;
}
section.index-cta a {
  display: block;
  width: 100%;
  transition: color 0.5s ease;
  background-color: #47a124;
  position: relative;
}
section.index-cta a .cta-inner {
  width: min(100%, 87.5rem);
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
section.index-cta a:hover::before {
  transform: scaleX(1);
  transform-origin: right;
}
section.index-cta a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1f952a;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
section.index-cta a div.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11.625rem;
  color: #fff;
  position: relative;
  padding: 0;
  width: 100%;
}
section.index-cta a .cta-message {
  font-size: 1rem;
  letter-spacing: 0.05em;
  flex: 1;
}
section.index-cta a .cta-link {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  margin-left: auto;
}
section.index-cta a .cta-link span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
section.index-news {
  margin-bottom: 7.5rem;
}
section.index-news .news-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6.25rem;
  padding: 2.5rem 3.75rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: center;
}
section.index-news .news-items {
  display: grid;
  gap: 1.125rem;
}
section.index-news .news-item {
  display: grid;
  grid-template-columns: 8.75rem 7.5rem 1fr;
  gap: 1.25rem;
  align-items: center;
  font-size: 1rem;
}
section.index-news .news-tag {
  display: inline-block;
  background: #8cb808;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  border-radius: 1.125rem;
  letter-spacing: 0.2em;
  text-align: center;
}
section.index-news .news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #47a124;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
section.index-news .news-more span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
section.index-contact {
  margin-bottom: 7.5rem;
}
section.index-contact .contact-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.index-contact .contact-title img {
  display: block;
  margin: 0 auto;
}
section.index-contact .contact-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100vh;
  padding: 5rem 15rem;
}
section.index-contact .contact-form {
  display: grid;
  gap: 0.75rem;
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
}
section.index-contact .form-row {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 1.25rem;
  align-items: center;
}
section.index-contact .form-row label {
  font-size: 1rem;
  color: #4e3b30;
}
section.index-contact .form-row label > span {
  color: #ffb948;
}
section.index-contact .form-row input,
section.index-contact .form-row textarea {
  width: 100%;
  border: 1px solid #8cb808;
  border-radius: 27px;
  background: #f7f7f5;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
section.index-contact .form-row textarea {
  min-height: 7.5rem;
  border-radius: 27px;
}
section.index-contact .form-row--wide {
  grid-template-columns: 11.25rem 1fr;
}
section.index-contact .form-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem 1.25rem;
  align-items: start;
}
section.index-contact .form-options .radio-option {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  color: #4e3b30;
}
section.index-contact .form-options .radio-option input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.0625rem solid #8cb808;
  border-radius: 50%;
  background: #f7f7f5;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  flex: 0 0 1.125rem;
  align-self: center;
}
section.index-contact .form-options .radio-option input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0.25rem;
  border-radius: 50%;
  background: #47a124;
}
section.index-contact .form-options .radio-option span {
  line-height: 1.5;
  color: #4e3b30;
}
section.index-contact .form-actions {
  text-align: center;
  margin-top: 0.625rem;
}
section.index-contact .form-actions button {
  background: #47a124;
  color: #fff;
  border: none;
  padding: 0.75rem 2.5rem;
  border-radius: 1.875rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media (max-width: 767px) {
  section.index-mainv {
    padding-top: 7.5rem;
    margin-bottom: 3.75rem;
  }
  section.index-mainv::after {
    bottom: -5rem;
  }
  section.index-mainv div.inner .mainv-visual {
    margin: 1.25rem auto 0;
    gap: 0.75rem;
  }
  section.index-mainv .mainv-char {
    height: auto;
  }
  section.index-mainv .mainv-char--01 {
    width: 6.375rem;
    height: auto;
  }
  section.index-mainv .mainv-char--02 {
    width: 7.375rem;
    height: auto;
  }
  section.index-mainv .mainv-char--03 {
    width: 6.875rem;
    height: auto;
  }
  section.index-mainv .mainv-char-bg {
    width: 6.375rem;
    height: 6.375rem;
    top: -0.625rem;
  }
  section.index-mainv .mainv-char-img {
    height: auto;
  }
  section.index-about {
    margin-bottom: 5rem;
  }
  section.index-about div.inner h3 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    letter-spacing: 0.2em;
  }
  section.index-about div.inner h2 img {
    width: 17.5rem;
    margin-bottom: 1.25rem;
  }
  section.index-about div.inner p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  section.index-business {
    margin-bottom: 5rem;
  }
  section.index-business div.inner h2 img {
    width: 18.75rem;
  }
  section.index-business div.inner div.links ul {
    flex-direction: column;
    gap: 1.875rem;
    align-items: center;
  }
  section.index-business div.inner div.links ul li {
    margin: 0;
  }
  section.index-business div.inner div.links ul li a {
    width: 20.625rem;
    height: 20.625rem;
    position: relative;
    display: block;
    border-radius: 50%;
    background: #8cb808;
    overflow: hidden;
  }
  section.index-business div.inner div.links ul li a p {
    font-size: 1rem;
    position: absolute;
    top: 0.75rem;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
  }
  section.index-business div.inner div.links ul li a p span {
    font-size: 0.875rem;
  }
  section.index-business div.inner div.links ul li a img {
    position: absolute;
    left: 50%;
    top: 4.125rem;
    transform: translateX(-50%);
    width: 80%;
    margin: 0;
    z-index: 1;
  }
  section.index-business div.inner div.links ul li a img.grey {
    display: block;
    filter: grayscale(1);
  }
  section.index-business div.inner div.links ul li a img.color {
    display: none;
  }
  section.index-members {
    margin-bottom: 5rem;
  }
  section.index-members .section-title--sp {
    text-align: center;
    margin-bottom: 1.25rem;
  }
  section.index-members .section-title--sp h2 {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    color: #47a124;
  }
  section.index-members .members-list {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  section.index-members .member-photo {
    width: 20.625rem;
    height: 20.625rem;
    margin-bottom: 1.5rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  section.index-members .member-illust {
    width: 9.375rem;
    height: 12.5rem;
    margin: 0;
    background: transparent;
  }
  section.index-members .member-body h3 {
    font-size: 0.875rem;
  }
  section.index-members .member-name {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    padding-right: 0.75rem;
  }
  section.index-members .member-name::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 7.5rem;
    height: 0.125rem;
    background: #47a124;
  }
  section.index-members .member-card {
    position: relative;
    padding-top: 21.875rem;
    min-height: 32.5rem;
  }
  section.index-members .member-card:nth-child(odd) .member-illust {
    position: absolute;
    left: 0;
    top: 22.5rem;
  }
  section.index-members .member-card:nth-child(odd) .member-body {
    position: absolute;
    right: 0;
    top: 26.25rem;
    text-align: right;
  }
  section.index-members .member-card:nth-child(even) .member-illust {
    position: absolute;
    right: 0;
    top: 22.5rem;
  }
  section.index-members .member-card:nth-child(even) .member-body {
    position: absolute;
    left: 0;
    top: 26.25rem;
    text-align: left;
  }
  section.index-members .member-card:nth-child(even) .member-name {
    padding-right: 0;
    padding-left: 0.75rem;
  }
  section.index-members .member-card:nth-child(even) .member-name::after {
    left: auto;
    right: 100%;
  }
  section.index-cta {
    margin-bottom: 5rem;
  }
  section.index-cta::after {
    height: 0.5rem;
  }
  section.index-cta a .cta-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  section.index-cta a div.flex {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 1.875rem 0 2.5rem;
    gap: 1rem;
  }
  section.index-cta a .cta-message {
    font-size: 0.875rem;
  }
  section.index-cta a .cta-link {
    font-size: 1rem;
    margin-left: 0;
    text-align: left;
  }
  section.index-news {
    margin-bottom: 5rem;
  }
  section.index-news .news-box {
    border-radius: 0rem;
    padding: 2.5rem 1.875rem;
    grid-template-columns: 1fr;
  }
  section.index-news .news-items {
    gap: 1.5rem;
  }
  section.index-news .news-item {
    grid-template-columns: 1fr;
    gap: 0.375rem;
    font-size: 0.875rem;
  }
  section.index-news .news-tag {
    width: 9.5625rem;
    height: 1.8125rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.index-news .news-more {
    margin: 1.25rem auto 0;
    justify-content: center;
    font-size: 1rem;
  }
  section.index-contact {
    margin-bottom: 5rem;
  }
  section.index-contact .contact-title {
    margin-bottom: 1.25rem;
  }
  section.index-contact .contact-title img {
    width: 9.375rem;
  }
  section.index-contact .contact-box {
    border-radius: 0;
    padding: 1.875rem;
  }
  section.index-contact .form-row,
  section.index-contact .form-row--wide {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  section.index-contact .form-row label {
    font-size: 0.875rem;
  }
  section.index-contact .form-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem 1rem;
  }
  section.index-contact .form-actions {
    margin-top: 1.25rem;
  }
  section.index-contact .form-actions button {
    width: 100%;
  }
  section.index-members {
    display: none;
  }
  section.index-business div.links ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .business-member {
    margin-top: 1.25rem;
    width: 100%;
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.75rem;
    align-items: center;
  }
  .business-member-illust {
    width: 7.5rem;
    height: 10rem;
    background: transparent;
  }
  .business-member-info {
    text-align: left;
  }
  .business-member-role {
    font-size: 0.875rem;
    color: #4e3b30;
    margin-bottom: 0.375rem;
  }
  .business-member-name {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding-bottom: 0.375rem;
  }
  .business-member-name::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.125rem;
    background: #47a124;
  }
}/*# sourceMappingURL=index.css.map */