@charset "UTF-8";
:root {
  --margin-section: 3em;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes header_search_show {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
}
@keyframes header_search_show {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
}
@-webkit-keyframes header_search_hide {
  0% {
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header_search_hide {
  0% {
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
.data_banner {
  display: block;
  background-color: #ff7a22;
  border-radius: clamp(3px, 3vw, 10px);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 35px 20px 25px;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.data_banner::before, .data_banner::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
}
.data_banner::before {
  width: 430px;
  height: 246px;
  background: url("../data/img/data_banner_bg_l.png") no-repeat;
  background-size: contain;
  top: -25px;
  left: -16px;
}
.data_banner::after {
  width: 352px;
  height: 310px;
  background: url("../data/img/data_banner_bg_r.png") no-repeat;
  background-size: contain;
  top: -90px;
  right: -60px;
}
@media screen and (max-width: 820px) {
  .data_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 10px 20px;
  }
  .data_banner::before {
    width: 300px;
    height: 176px;
    top: auto;
    bottom: -20px;
    left: -15px;
  }
  .data_banner::after {
    width: 220px;
    height: 200px;
    top: -50px;
    right: -40px;
  }
}
@media screen and (max-width: 549px) {
  .data_banner::before {
    width: 140px;
    height: 80px;
    top: auto;
    bottom: -10px;
    left: -5px;
  }
  .data_banner::after {
    width: 150px;
    height: 160px;
    top: -50px;
    right: -40px;
  }
}
.data_banner > * {
  display: block;
  position: relative;
  z-index: 1;
}
.data_banner__title {
  font-family: "FOT-UD角ゴ_ラージ Pr6 DB", "UDKakugo_LargePr6-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: clamp(25px, 3vw, 1.875rem);
  letter-spacing: 0.14rem;
}
.data_banner__text {
  font-family: "FOT-UD角ゴ_ラージ Pr6 R", "UDKakugo_LargePr6-R", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.14rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 429px) {
  .data_banner__text .br {
    display: none;
  }
}
.data_banner__arrow {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.data_banner__arrow img {
  width: 100%;
}
.data_banner:hover {
  color: #ffffff;
}
.data_banner:hover .data_banner__arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}