@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.finance-section h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin: 0 auto;
  font-size: 34px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .finance-section h2 {
    font-size: 26px;
    padding: 0 0 16px 0;
  }
}
.finance-section {
  padding: 0 0 176px 0;
}
.finance-section h2 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .finance-section h2 {
    margin-bottom: 40px;
  }
}
.finance-section .loop-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.finance-section .loop-wrap h3 {
  font-weight: 500;
  font-weight: bold;
  line-height: 1.8888888889;
  padding: 12px 19px;
  border-bottom: 1px solid #1B7044;
  position: relative;
}
.finance-section .loop-wrap h3:before {
  display: block;
  content: "";
  width: 16px;
  border-top: 2px solid #1B7044;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.finance-section .loop-wrap h3:after {
  display: block;
  content: "";
  height: 16px;
  border-right: 2px solid #1B7044;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.finance-section .loop-wrap ul {
  display: block;
  gap: 20px 72px;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.finance-section .loop-wrap ul li {
  margin-bottom: 38px;
}
.finance-section .loop-wrap ul li a {
  display: block;
  padding: 0 0 0 34px;
  position: relative;
  color: #1B7044;
  font-weight: 500;
}
.finance-section .loop-wrap ul li a:before {
  display: block;
  content: "";
  width: 27px;
  aspect-ratio: 27/33;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../images/common/pdf.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.finance-section .loop-wrap h3.open:after {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.finance-section .loop-wrap h3.open + ul {
  padding: 42px 9px;
  margin-bottom: 17px;
  height: auto;
  transition: 0.5s;
}
/*# sourceMappingURL=finance.css.map */