:root {
  /* --viewport-width: min(100vw, 1600px); */
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.attention {
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.1em;
  margin-top: 12.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 550px) {
  .attention {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.amount {
  width: 100%;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .amount {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .amount {
    row-gap: 25px;
  }
}
.amount .wrapper {
  min-width: calc(50% - 2.5rem);
}
.amount .wrapper.accent {
  width: 100%;
}
.amount .wrapper:not(.accent) {
  flex: 1;
}
.amount .wrapper.flex {
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .amount .wrapper.flex {
    max-width: 100%;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .amount .wrapper:not(.flex) {
    min-width: 100%;
  }
}
.amount .wrapper__inner:not(.accent) {
  flex: 1;
}
.amount .wrapper__inner.accent {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .amount .wrapper__inner.accent .amount__box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  .amount .wrapper__inner {
    min-width: 100%;
  }
}
.amount .wrapper .amount__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 13px;
  min-height: 60px;
  background: #DEF0EA;
  border-left: 4px solid #007440;
  margin-bottom: 25px;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__title {
    margin-bottom: 15px;
  }
}
.amount .wrapper .amount__title h4 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #007440;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: max(2.1rem, 15px);
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__title h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.amount .wrapper .amount__title h4 span {
  color: inherit;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.amount .wrapper .amount__box {
  gap: 1rem;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box {
    width: 100%;
  }
}
.amount .wrapper .amount__box p {
  color: #007440;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box p {
    font-size: 12px;
  }
}
.amount .wrapper .amount__box strong {
  color: #007440;
  font-size: 8.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  min-width: 1em;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box strong {
    font-size: 46px;
  }
}
.amount .wrapper .amount__box strong.flex {
  display: flex;
  align-items: end;
}
.amount .wrapper .amount__box strong.flex span {
  line-height: 1.5;
}
.amount .wrapper .amount__box strong span {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box strong span {
    font-size: 19px;
    line-height: 1.5;
  }
}
.amount .wrapper .amount__box strong .between {
  display: flex;
  justify-content: center;
  align-self: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 4rem;
}
.amount .wrapper .amount__box .head {
  display: grid;
  place-items: center;
  padding: 1.5rem 0;
  border: 1px solid #007440;
  text-align: center;
  min-width: 24.5rem;
  max-height: 6.7rem;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box .head {
    flex: 1;
    padding: 5px 0;
    min-width: auto;
    min-height: 40px;
  }
}
.amount .wrapper .amount__box .head.accent {
  align-self: center;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box .head.accent {
    max-width: 145px;
  }
}
.amount .wrapper .amount__box .head p {
  color: #007440;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box .head p {
    font-size: 14px;
  }
}
.amount .wrapper .amount__box .body {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.amount .wrapper .amount__box .body .between {
  display: grid;
  place-items: center;
  height: auto;
  font-size: 4rem;
  padding: 3rem 3rem 0;
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box .body .between {
    font-size: 30px;
    padding: 0;
  }
}
.amount .wrapper .amount__box .body .box {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .amount .wrapper .amount__box .body .box {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box .body .box {
    gap: 5px;
  }
}
.amount .wrapper .amount__box .body .box strong {
  margin-top: 0;
}
.amount .wrapper .amount__box--list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.amount .wrapper .amount__box--list:not(.accent) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .amount .wrapper .amount__box--list.accent {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .amount .wrapper .amount__box--list.accent .head p {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
}

.map__title {
  display: flex;
  margin: 8% auto 2rem;
}
@media screen and (max-width: 550px) {
  .map__title {
    display: block;
    margin: 20% auto 1rem;
  }
}
.map__title h3 {
  margin-right: 2rem;
  background-color: #007440;
  color: #fff;
  font-size: 2rem;
  padding: 1.5rem 3.5rem;
}
@media screen and (max-width: 550px) {
  .map__title h3 {
    text-align: center;
    margin: 0;
  }
}
.map__title .box {
  display: flex;
}
@media screen and (max-width: 550px) {
  .map__title .box {
    margin-top: 2rem;
  }
}
.map__title .box span {
  color: #007440;
  line-height: 1;
}
.map__title .box span.text1 {
  font-size: 7.2rem;
  letter-spacing: 0.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 550px) {
  .map__title .box span.text1 {
    font-size: 7rem;
    margin-right: 0.5rem;
  }
}
.map__title .box span.text2 {
  font-size: 1rem;
}
.map__title .box span.text3 {
  font-size: 3.3rem;
}
@media screen and (max-width: 550px) {
  .map__title .box span.text3 {
    font-size: 2.5rem;
  }
}
.map__title .box .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.map .mapText {
  text-align: end;
  margin-top: 1rem;
}
@media screen and (max-width: 550px) {
  .map .mapText {
    text-align: start;
  }
}/*# sourceMappingURL=achievement.css.map */