.information .mv::after {
  background-image: url(../img/common/mv-frame-f3f3f3.svg);
}
.information .information-wrap {
  background: #f3f3f3;
  padding-top: min(140px, 140 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(160px, 160 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-wrap {
    padding-top: calc(73 / 390 * var(--inner-width) * 1px);
    padding-bottom: calc(160 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-inner {
  width: min(1040px, 1040 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .information .information-inner {
    width: 100%;
    padding: 0 calc(32 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-contents + .information-contents {
  margin-top: min(160px, 160 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-contents + .information-contents {
    margin-top: calc(160 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-head {
  text-align: center;
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #48a63f;
  margin-bottom: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-head {
    font-size: calc(40 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(48 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #48a63f;
  border-left: 1px solid #48a63f;
  border-right: 1px solid #48a63f;
}
.information .information-block dt {
  width: min(238px, 238 / 1280 * var(--inner-width) * 1px);
  background: #d7e6c3;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  color: #48a63f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #48a63f;
}
@media only screen and (max-width: 48em) {
  .information .information-block dt {
    width: calc(94 / 390 * var(--inner-width) * 1px);
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-block dd {
  width: min(798px, 798 / 1280 * var(--inner-width) * 1px);
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  padding: min(28px, 28 / 1280 * var(--inner-width) * 1px) min(32px, 32 / 1280 * var(--inner-width) * 1px);
  border-bottom: 1px solid #48a63f;
}
@media only screen and (max-width: 48em) {
  .information .information-block dd {
    width: calc(229 / 390 * var(--inner-width) * 1px);
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    padding: calc(28 / 390 * var(--inner-width) * 1px) calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  margin-top: min(64px, 64 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-btns {
    flex-direction: column;
    gap: calc(24 / 390 * var(--inner-width) * 1px);
    margin-top: calc(48 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-btns .button {
  width: min(360px, 360 / 1280 * var(--inner-width) * 1px);
  height: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  padding-left: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-btns .button {
    width: 100%;
    height: calc(64 / 390 * var(--inner-width) * 1px);
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
    padding-left: calc(40 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-btns .arrow {
  --arrow-size: 32;
  --arrow-sp-size: 32;
  background: #4dad30;
  color: #fff;
}
.information .information-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .information .information-flow {
    flex-direction: column;
    gap: calc(88 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-flow li {
  width: min(288px, 288 / 1280 * var(--inner-width) * 1px);
  height: min(152px, 152 / 1280 * var(--inner-width) * 1px);
  background: #d7e6c3;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
  color: #48a63f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .information .information-flow li {
    width: 100%;
    height: calc(152 / 390 * var(--inner-width) * 1px);
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-flow li::after {
  display: block;
  content: "";
  background: url(../img/information/flow-arrow.png) no-repeat center center/contain;
  width: min(72px, 72 / 1280 * var(--inner-width) * 1px);
  height: min(19px, 19 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: max(-70px, -70 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-flow li::after {
    width: calc(72 / 390 * var(--inner-width) * 1px);
    height: calc(19 / 390 * var(--inner-width) * 1px);
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    top: unset;
    bottom: calc(-55 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-flow li:last-child::after {
  display: none;
}
.information .information-faq {
  padding: min(33px, 33 / 1280 * var(--inner-width) * 1px) min(36px, 36 / 1280 * var(--inner-width) * 1px);
  border-top: 1px solid #48a63f;
}
@media only screen and (max-width: 48em) {
  .information .information-faq {
    padding: calc(32 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-faq:last-child {
  border-bottom: 1px solid #48a63f;
}
.information .information-faq__q {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #48a63f;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .information .information-faq__q {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
    line-height: 1.9;
    margin-bottom: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-faq__a {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
}
@media only screen and (max-width: 48em) {
  .information .information-faq__a {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.information .information-faq__a a {
  color: #1a73e8;
  text-decoration: underline;
}/*# sourceMappingURL=information.css.map */