.h1_style {
  width: 8rem;
}
@media (min-width: 560px) {
  .h1_style {
    width: 12.5rem;
  }
}
@media (min-width: 1420px) {
  .h1_style {
    width: 18.25rem;
    margin-left: 3.25rem;
  }
  .h1_style:hover {
    opacity: 0.75;
  }
}

.h2_style {
  padding-top: 3.857142857rem;
}
@media (min-width: 1024px) {
  .h2_style {
    padding-top: 5rem;
  }
}

.h3_style {
  font-size: 2.571428571rem;
  color: #181547;
  margin-bottom: 1.714285714rem;
  text-align: center;
  line-height: 1.45;
  font-weight: bold;
}
.h3_style span.jp {
  display: block;
  color: #162049;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .h3_style {
    font-size: 4.5rem;
  }
  .h3_style span.jp {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.h3_style02 {
  position: absolute;
  bottom: -2.142857143rem;
  right: 0;
  font-size: 3rem;
  color: #181547;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
}
.h3_style02 span.text_bg {
  color: #fff;
  background: url(../img/text_bg.png) no-repeat center center/cover;
  font-size: 1.571428571rem;
  line-height: 1;
  padding: 0 1.071428571rem;
}
@media (min-width: 560px) {
  .h3_style02 {
    font-size: 5.875rem;
    bottom: -4.6875rem;
  }
  .h3_style02 span.text_bg {
    font-size: 2.125rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1420px) {
  .h3_style02 {
    font-size: 7.5rem;
  }
  .h3_style02 span.text_bg {
    font-size: 4.5rem;
    padding: 0 1.25rem;
  }
}

.h3_style03 {
  color: #4464e3;
}

.h4_style {
  font-size: 1.285714286rem;
  margin-bottom: 0.7142857143rem;
  color: #162049;
}
@media (min-width: 560px) {
  .h4_style {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .h4_style {
    font-size: 2rem;
    margin-bottom: 1.125rem;
  }
}
.h4_style span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #4464e3;
  margin-bottom: 0.5714285714rem;
}

.h4_style02 {
  width: 100%;
  font-size: 1.142857143rem;
  color: #162049;
  text-align: center;
  margin-bottom: 0.875rem;
}
@media (min-width: 1024px) {
  .h4_style02 {
    font-size: 1.5rem;
  }
}

.h4_style03 {
  font-size: 1.142857143rem;
  margin-bottom: 1.428571429rem;
}
@media (min-width: 560px) {
  .h4_style03 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.dc_btn a {
  display: block;
  width: 16.6875rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.9375rem;
  margin: auto;
  border-radius: 5rem;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  .dc_btn a {
    width: 14.83333rem;
    font-size: 0.88888rem;
    padding: 0.83333rem;
  }
}

.dc_btn.type01 a {
  background: #4464e3;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .dc_btn.type01 a {
    margin-bottom: 2.51666rem;
    margin-right: 1.5rem;
  }
  .dc_btn.type01 a:hover {
    background: #4464e3;
  }
}

#page_top {
  position: fixed;
  right: 1.428571429rem;
  bottom: 1.428571429rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 1024px) {
  #page_top {
    right: 8.9%;
    bottom: 13%;
  }
}

#page_top.is-active {
  opacity: 1;
  visibility: visible;
}

#page_top a {
  width: 2.142857143rem;
  height: 2.142857143rem;
}
@media (min-width: 560px) {
  #page_top a {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (min-width: 1024px) {
  #page_top a {
    width: 5rem;
    height: 5rem;
  }
}

#page_top a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=component.css.map */