@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* data
////////////////////////////////////////////*/
.data {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg_data {
  position: relative;
}
.bg_data::before {
  content: "";
  background-color: #EBEEF3;
  width: 300%;
  height: 60vh;
  position: absolute;
  z-index: -1;
  top: 40vh;
  left: -100%;
  transform: rotate(20deg);
}

.list_data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 0;
}
@media all and (max-width: 896px) {
  .list_data {
    gap: 40px 0;
  }
}

.block_data {
  box-sizing: border-box;
  padding: 40px 12px;
  width: 47%;
  background: #fff;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media all and (max-width: 896px) {
  .block_data {
    gap: 10px;
  }
}
@media all and (max-width: 600px) {
  .block_data {
    width: 100%;
  }
}
.block_data::before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url("../images/bg_corner.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .block_data::before {
    width: 50px;
    height: 50px;
  }
}
.block_data.w100 {
  width: 100%;
}

.ttl_data {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .ttl_data {
    font-size: 2rem;
    gap: 8px;
  }
}
.ttl_data::before {
  content: "〈";
}
.ttl_data::after {
  content: "〉";
}

.img_data {
  text-align: center;
}

.name_data {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #004092;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .name_data {
    font-size: 1.6rem;
  }
}

.txt_number {
  text-align: center;
  color: #004092;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -0.2em;
}
@media all and (max-width: 896px) {
  .txt_number {
    font-size: 3rem;
  }
}
.txt_number .txt_large {
  font-size: 1.64em;
  font-family: "Oswald", sans-serif;
}
.txt_number .txt_small {
  font-size: 0.6em;
}

.txt_data {
  padding-left: 32px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #004092;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .txt_data {
    padding-left: 22px;
    font-size: 1.6rem;
  }
}
.txt_data::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/icon_attention.svg") center center/contain no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
@media all and (max-width: 896px) {
  .txt_data::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
}

.txt_sub {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #004092;
}
@media all and (max-width: 896px) {
  .txt_sub {
    font-size: 1.6rem;
  }
}

.new_box {
  max-width: 247px;
  margin-inline: auto;
  position: relative;
}
.new_box .new_number {
  font-size: 4rem;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media all and (max-width: 896px) {
  .new_box .new_number {
    font-size: 3rem;
  }
}

.distance_block {
  width: 100%;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 15%;
}
@media all and (max-width: 896px) {
  .distance_block {
    max-width: 700px;
    gap: 30px 12%;
  }
}
@media all and (max-width: 600px) {
  .distance_block {
    flex-direction: column;
  }
}

.distance_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.welfare_txt {
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .welfare_txt {
    font-size: 2.4rem;
  }
}

.month_number {
  text-align: center;
  color: #EFC56F;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -0.2em;
}
@media all and (max-width: 896px) {
  .month_number {
    font-size: 3rem;
  }
}
.month_number .txt_large {
  font-size: 30rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.02em;
}
@media all and (max-width: 896px) {
  .month_number .txt_large {
    font-size: 12rem;
  }
}

.note_data {
  margin: 24px 0 80px auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  .note_data {
    margin: 20px 0 50px auto;
  }
}