@charset "UTF-8";
.kv__img {
  width: 308px;
  margin-top: -40px;
}
@media screen and (max-width: 999px) {
  .kv__img {
    display: block;
    margin: 0 auto;
    margin-top: 0;
  }
}
.kv__lead {
  width: 560px;
}
@media screen and (max-width: 999px) {
  .kv__lead {
    width: 100%;
  }
}
.kv__pre-heading {
  color: #3381dd;
}

.section--record {
  background-color: #f4f4f7;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  padding-bottom: 184px;
}
@media screen and (max-width: 999px) {
  .section--record {
    padding-bottom: 104px;
  }
}
.section--record::before {
  content: "支援の記録";
  border-color: #3381dd;
  color: #3381dd;
  background-color: #f4f4f7;
}
@media screen and (max-width: 999px) {
  .section--record::before {
    padding-top: 58px;
    height: 165px;
  }
}
.section--record__head {
  height: auto;
}
.section--record .section__head {
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .section--record .section__head {
    border-color: #3381dd;
  }
}
.section--record .section__heading {
  height: auto;
}
.section--record .section__lead {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .section--record .section__lead {
    margin-top: 8px;
    font-size: 16px;
  }
}
.section--initiative {
  border-radius: 24px 24px 0 0;
  background-color: #fff;
  overflow: hidden;
  margin-top: -40px;
  padding-bottom: 184px;
}
@media screen and (max-width: 999px) {
  .section--initiative {
    padding-bottom: 80px;
  }
}
.section--initiative::before {
  content: "取り組み";
  border-color: #3381dd;
  color: #3381dd;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .section--initiative::before {
    padding-top: 58px;
  }
}
.section--initiative .section__head {
  align-items: flex-start;
  border-color: #3381dd;
}
.section--initiative .section__lead {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .section--initiative .section__lead {
    font-size: 16px;
    margin-top: 8px;
  }
}

.disaster-payout {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .disaster-payout {
    flex-direction: column;
  }
}
.disaster-payout__map-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.disaster-payout__map {
  width: calc(100% - 450px);
  max-width: 550px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
}
.disaster-payout__map.pc-dn {
  display: none;
}
.disaster-payout__map.sp-dn {
  display: flex;
}
@media screen and (max-width: 999px) {
  .disaster-payout__map {
    width: calc(100% + 64px);
    margin: 24px -32px 0;
  }
  .disaster-payout__map.pc-dn {
    display: flex;
  }
  .disaster-payout__map.sp-dn {
    display: none;
  }
}
.disaster-payout__map > svg {
  height: 100%;
}
.disaster-payout__info {
  width: 450px;
  padding-left: 50px;
}
@media screen and (max-width: 999px) {
  .disaster-payout__info {
    width: 100%;
    padding: 0;
  }
}
.disaster-payout__heading {
  font-size: 18px;
  font-weight: 700;
  display: block;
  border-bottom: 1px dashed #a3a3a3;
  padding-bottom: 16px;
}
@media screen and (max-width: 999px) {
  .disaster-payout__heading {
    font-size: 20px;
    text-align: center;
  }
}
.disaster-payout__note {
  display: block;
  margin-top: 38px;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .disaster-payout__note {
    text-align: left;
    margin-top: 24px;
  }
}

.disaster-payout-slider {
  width: 100%;
  height: 480px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.disaster-payout-slider::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider {
    overflow: visible;
    height: auto;
    margin-top: -40px;
  }
}
.disaster-payout-slider__wrapper {
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider__wrapper {
    flex-direction: row;
  }
}
.disaster-payout-slider__item {
  height: auto;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider__item {
    width: 176px;
    transition: 0.1s transform linear;
  }
  .disaster-payout-slider__item.is-active {
    transform: scale(1.1);
  }
}
.disaster-payout-slider__button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #d1f1cf;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
  transition: border-color 0.3s ease-out;
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider__button {
    flex-direction: column;
    margin-top: 0;
  }
}
.disaster-payout-slider__button.is-active {
  border-color: #1dc86e;
}
.disaster-payout-slider__head {
  background-color: #f0fbef;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: calc(100% - 240px);
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider__head {
    width: 100%;
    height: 80px;
  }
}
.disaster-payout-slider__head > span {
  text-align: left;
}
.disaster-payout-slider__head > span:first-child {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
}
.disaster-payout-slider__body {
  padding: 12px 16px;
  width: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider__body {
    width: 100%;
    height: 96px;
  }
}
.disaster-payout-slider__detail {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  font-weight: 700;
}
.disaster-payout-slider__data {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .disaster-payout-slider__data {
    flex-direction: column;
  }
}
.disaster-payout-slider__num {
  font-family: "Oswald", sans-serif;
  color: #1dc86e;
  font-size: 24px;
  font-weight: 700;
}

.map {
  position: relative;
}
.map__pin, .map__blob, .map__icon {
  transition: none;
}
.map__pin {
  width: 11.7647058824%;
  height: 11.7647058824%;
  background-color: #1dc86e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map__blob {
  background-color: rgba(29, 200, 110, 0.08);
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  transform-origin: center;
}
.map__icon {
  width: 22.0588235294%;
  height: 22.0588235294%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-delay: 0.3s;
}
.map__assets {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 24.7272727273%;
  aspect-ratio: 1/1;
}
.map__assets[data-target=hokkaido-iburi-201809] {
  top: 27.5%;
  left: 67.5%;
}
.map__assets[data-target=niigata-chuetsu-200410] {
  top: 53%;
  left: 52%;
}
.map__assets[data-target=noto-202401] {
  top: 52.8%;
  left: 46%;
}
.map__assets[data-target=osaka-north-201806] {
  top: 63.5%;
  left: 43%;
}
.map__assets[data-target=hanshin-awaji-199501] {
  top: 63.5%;
  left: 39.5%;
}
.map__assets[data-target=kumamoto-201604] {
  top: 73.5%;
  left: 23%;
}
.map__assets[data-target='["tohoku-201103","fukushima-202102","fukushima-202203"]'] {
  top: 46.3%;
  left: 68.7%;
}
.map__assets.is-active .map__pin {
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -50%) scale(3);
}
.map__assets.is-active .map__blob {
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
.map__assets.is-active .map__icon {
  transition: opacity 0.1s ease-out;
  opacity: 1;
}
.map__assets-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.map__assets-inner > * {
  position: absolute;
}

.record-list {
  display: flex;
  gap: 40px;
  margin-top: 107px;
}
@media screen and (max-width: 999px) {
  .record-list {
    flex-direction: column;
    margin-top: 70px;
  }
}
.record-list > li {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .record-list > li {
    width: 100%;
  }
}
.record-list__bubble {
  padding: 6px 34px;
  color: #fff;
  background-color: #3381dd;
  border-radius: 34px;
  line-height: 1;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .record-list__bubble {
    font-size: 13px;
    top: -10px;
    padding: 4px 24px;
  }
}
.record-list__container {
  border: 2px solid #6a9edb;
  border-radius: 12px;
  overflow: hidden;
}
.record-list__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e9e9f4;
  padding: 22px 12px 17px;
}
@media screen and (max-width: 999px) {
  .record-list__head {
    padding: 16px 8px 12px;
  }
}
.record-list__head > span:first-child {
  color: #888888;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .record-list__head > span:first-child {
    font-size: 12px;
  }
}
.record-list__head > span:last-child {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .record-list__head > span:last-child {
    font-size: 16px;
  }
}
.record-list__body {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 15px 0;
  background-color: #fff;
}
.record-list__text {
  color: #3381dd;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .record-list__text {
    font-size: 13px;
  }
}
.record-list__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.record-list__data {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .record-list__data {
    font-size: 16px;
  }
}
.record-list__num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #3381dd;
}
@media screen and (max-width: 999px) {
  .record-list__num {
    font-size: 24px;
  }
}
.record-list__note {
  display: block;
  text-align: right;
  margin-top: 18px;
}
@media screen and (max-width: 999px) {
  .record-list__note {
    text-align: left;
  }
}

.initiative-list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .initiative-list {
    flex-direction: column;
  }
}
.initiative-list > li {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .initiative-list > li {
    width: 100%;
  }
}
.initiative-list__text {
  margin-top: 16px;
  color: #5d5d5d;
}
.initiative-list .text--note {
  margin-top: 16px;
}
.initiative-list .heading {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .initiative-list .heading {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=sasaeai.css.map */
