html {
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mbank-light.woff) format("woff"), url(../fonts/mbank-light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mbank-regular.woff) format("woff"), url(../fonts/mbank-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mbank-semibold.woff) format("woff"), url(../fonts/mbank-semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mbank-bold.woff) format("woff"), url(../fonts/mbank-bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mbanklite-light.woff) format("woff"), url(../fonts/mbanklite-light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mbanklite-regular.woff) format("woff"), url(../fonts/mbanklite-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mbanklite-semibold.woff) format("woff"), url(../fonts/mbanklite-semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mbanklite-bold.woff) format("woff"), url(../fonts/mbanklite-bold.woff2) format("woff2");
}
body, html {
  overflow-x: hidden;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  image-rendering: -webkit-optimize-contrast;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

body, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "mbank", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.15;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
}

@media screen and (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
.header-box {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 45px 0;
}

.header-box .header-logo img {
  display: block;
}

.header-box h1 {
  font-size: 42px;
  color: #000;
  padding: 70px 0 0 0;
  font-weight: 700;
  line-height: 1.25;
}

.header-box h1 span {
  font-size: 55px;
}

.header-box .button-box {
  padding-top: 150px;
}

.header-box .txt {
  margin-bottom: 72px;
  color: #000;
  font-size: 41px;
  line-height: 1.1;
}

.padding-1 {
  padding: 60px 0 80px 0;
}

.header-image-rsp {
  display: none;
}

.my-controls {
  display: none;
}

/* *** *** */
.x-content-box-1 {
  background: url("../images/01.png") center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.header-image {
  width: auto;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  top: 0;
  margin-left: -960px;
}

@media screen and (max-width: 1800px) {
  .header-image {
    overflow: hidden;
  }
}
.x-content-box-1 .description {
  position: relative;
  z-index: 2;
  height: 503px;
  width: 828px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.x-content-box-1 .description .txt-box {
  position: relative;
  background: #930000;
  padding: 35px 0 40px 0;
  padding-right: 30px;
  width: 100%;
  border-radius: 0 200px 200px 0;
  margin-bottom: 32px;
  color: #fff;
}

.x-content-box-1 .description .txt-box:after {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 1000px;
  content: "";
  background: #930000;
  display: block;
}

.x-content-box-1 .description .txt-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  font-size: 54px;
  color: #fff;
}

.x-content-box-1 .description .txt-box .txt {
  font-size: 30px;
}
.x-content-box-1 .description .txt-box .txt span {
  font-weight: bold;
}

.btn-1 {
  background-color: #930000;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  height: 62px;
  font-size: 27px;
  font-weight: bold;
  line-height: 61px;
  padding: 0 40px;
  text-align: center;
  transition: background-color 0.25s ease;
}

.btn-1:hover {
  background-color: #900000;
  text-decoration: none;
}

.x-padding-1 {
  padding: 55px 0 65px 0;
}

.x-content-box-2 {
  background: url("../images/05.png") center 40px no-repeat;
}
.x-content-box-2 .button-box {
  display: flex;
  justify-content: center;
  padding-top: 44px;
}

.x-title {
  text-align: center;
  margin-bottom: 70px;
}
.x-title h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 0;
}
.x-title .x-title-txt {
  margin-top: 15px;
}

.x-font-27 {
  font-size: 27px;
  line-height: normal;
}

.x-boxes-1 .row-box {
  display: flex;
  flex-wrap: Wrap;
  margin: 0 -20px;
}
.x-boxes-1 .row-box .col-box {
  width: 33.3333%;
  padding: 0 20px;
}
.x-boxes-1 .row-box .col-box .x-box-1 {
  text-align: center;
}
.x-boxes-1 .row-box .col-box .x-box-1 figure {
  height: 320px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

.x-content-box-3 {
  background: url("../images/06.png") center calc(100% - 120px) no-repeat;
}
.x-content-box-3 .txt-1 {
  padding: 55px 0 60px 0;
  text-align: center;
  color: #e31716;
}
.x-content-box-3 .button-box {
  display: flex;
  justify-content: center;
}

.x-boxes-2 {
  position: relative;
}
.x-boxes-2:after {
  position: absolute;
  top: 40px;
  left: 100px;
  width: calc(100% - 200px);
  height: 2px;
  background: #000;
  content: "";
  display: block;
}
.x-boxes-2 .row-box {
  display: flex;
  margin: 0 -20px;
}
.x-boxes-2 .row-box .col-box {
  padding: 0 20px;
  width: 33.3333%;
  text-align: center;
}
.x-boxes-2 .row-box .col-box .x-box-2 .number {
  width: 81px;
  height: 81px;
  position: relative;
  z-index: 2;
  color: #e31716;
  box-shadow: 0 0 30px rgba(228, 32, 31, 0.5);
  font-size: 30px;
  font-weight: bold;
  display: flex;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  border: 2px solid #e31716;
  margin-bottom: 60px;
}
.x-boxes-2 .row-box .col-box .x-box-2 figure {
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.x-boxes-2 .row-box .col-box .x-box-2 .txt span {
  font-weight: 600;
}

.color-red {
  color: #c81512;
}

.x-content-box-4 {
  position: relative;
  background: #e5e5e5 url("../images/10.png") center top no-repeat;
}
.x-content-box-4 .x-title {
  margin: 0 0 10px 0;
}
.x-content-box-4 .x-title span {
  color: #c81512;
}
.x-content-box-4 .button-box {
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.x-content-box-5 {
  background: #e5e5e5;
}
.x-content-box-5 .x-content-box-5-1 {
  background: #fff;
  border-radius: 75px 75px 0 0;
}
.x-content-box-5 .x-content-box-5-1 .x-title {
  padding-top: 30px;
}

.x-boxes-3 .row-box {
  display: flex;
  justify-content: center;
}
.x-boxes-3 .row-box .col-box {
  padding: 0 55px;
}
.x-boxes-3 .row-box .col-box .x-box-3 {
  border: 2px solid #c81512;
  border-radius: 25px;
  overflow: hidden;
}
.x-boxes-3 .row-box .col-box .x-box-3 .name {
  border-radius: 20px;
  padding: 25px 50px;
  font-size: 30px;
  font-weight: bold;
  background: #c81512;
  text-align: center;
  color: #fff;
}
.x-boxes-3 .row-box .col-box .x-box-3 .name div {
  margin-top: 15px;
}
.x-boxes-3 .row-box .col-box .x-box-3 .button-box {
  display: flex;
  justify-content: center;
}
.x-boxes-3 .row-box .col-box .x-box-3 .icon {
  margin: 28px 0;
  display: flex;
  justify-content: center;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description {
  padding: 30px 55px;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description ul {
  font-size: 18px;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description ul li {
  padding-left: 17px;
  margin-bottom: 20px;
  position: relative;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description ul li:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  display: block;
  background: #c81212;
  content: "";
}
.x-boxes-3 .row-box .col-box .x-box-3 .description ul li:last-child {
  margin-bottom: 0;
}
.x-boxes-3 .row-box .col-box .x-box-3-1 {
  border-color: #3965ac;
}
.x-boxes-3 .row-box .col-box .x-box-3-1 .name {
  background: #3965ac;
}
.x-boxes-3 .row-box .col-box .x-box-3-1 .description ul li:after {
  background: #3965ac;
}
.x-boxes-3 .row-box .col-box .x-box-3-2 {
  border-color: #4b842e;
}
.x-boxes-3 .row-box .col-box .x-box-3-2 .name {
  background: #4b842e;
}
.x-boxes-3 .row-box .col-box .x-box-3-2 .description ul li:after {
  background: #4b842e;
}

.btn-2 {
  background-color: #930000;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  line-height: 47px;
  padding: 0 30px;
  text-align: center;
  transition: background-color 0.25s ease;
}

.btn-2:hover {
  background-color: #930000;
  text-decoration: none;
}

.footer-content {
  border-top: 1px solid #d0d0d0;
  padding-top: 5px;
}

.footer-box .txt {
  padding: 35px 0;
}

.footer-box .button-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
.footer-box .button-box .col-box {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.footer-box .button-box a {
  margin-top: 18px;
}

.footer-box .txt a {
  text-decoration: underline;
}

.footer-box .txt a:hover {
  text-decoration: none;
}

body {
  line-height: normal;
}

.banner-image-rwd {
  display: none;
}

.btn-1, .btn-2 {
  transition: background-color 0.25s ease;
}

.btn-1:hover, .btn-2:hover {
  background: #e90a0a;
}

@media screen and (max-width: 1366px) {
  .x-content-box-1 .description .txt-box h1 {
    font-size: 44px;
  }
  .x-content-box-1 .description .txt-box .txt {
    font-size: 24px;
  }
  .x-content-box-1 .description {
    width: 670px;
  }
  .x-font-27 {
    font-size: 20px;
  }
  .x-title h2 {
    font-size: 40px;
  }
  .header-box {
    padding: 35px 0;
  }
  .x-boxes-1 .row-box .col-box .x-box-1 figure {
    height: 270px;
  }
  .x-boxes-1 .row-box .col-box .x-box-1 figure img {
    height: 270px;
  }
  .x-boxes-2 .row-box .col-box .x-box-2 figure {
    height: 110px;
  }
  .x-boxes-2 .row-box .col-box .x-box-2 figure img {
    height: 110px;
  }
  .x-boxes-3 {
    margin: 0 -20px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .description, .x-boxes-3 .row-box .col-box .x-box-3 .name {
    padding-left: 30px;
    padding-right: 30px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .description ul {
    font-size: 17px;
  }
  .x-boxes-3 .row-box .col-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .btn-1 {
    background-color: #930000;
    border-radius: 37px;
    color: #fff;
    display: inline-block;
    height: 48px;
    font-size: 22px;
    font-weight: bold;
    line-height: 47px;
    padding: 0 30px;
    text-align: center;
  }
  .x-content-box-4 .button-box {
    bottom: -24px;
  }
  .x-content-box-4 .x-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .x-content-box-1 .description .txt-box .txt {
    font-size: 24px;
  }
  .x-content-box-1 .description .txt-box h1 {
    font-size: 36px;
  }
  .x-title h2 {
    font-size: 30px;
  }
  .x-content-box-2 {
    padding-bottom: 20px;
  }
  .x-boxes-2 .row-box .col-box .x-box-2 figure, .x-boxes-2 .row-box .col-box .x-box-2 figure img {
    height: 60px;
  }
  .x-boxes-2 .row-box .col-box .x-box-2 br, .x-boxes-1 .row-box .col-box .x-box-1 br {
    display: none;
  }
  .x-boxes-1 .row-box .col-box .x-box-1 figure {
    height: 200px;
  }
  .x-boxes-1 .row-box .col-box .x-box-1 figure img {
    height: 200px;
  }
  .x-font-27 {
    font-size: 16px;
  }
  .title h2 {
    font-size: 30px;
  }
  .x-boxes-3 .row-box .col-box {
    width: 100%;
  }
  .x-boxes-3 .row-box {
    flex-wrap: wrap;
  }
  .x-boxes-3 .row-box .col-box {
    margin-bottom: 20px;
  }
  .x-boxes-3 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .x-content-box-1 .header-image img {
    display: none;
  }
  body .x-content-box-1 {
    background: #930000;
  }
  .x-boxes-2:after {
    display: none;
  }
  .x-boxes-2 .row-box {
    display: block;
  }
  .x-boxes-2 .row-box .col-box {
    width: 100%;
  }
  .x-content-box-3 {
    padding-top: 0 !important;
  }
  .x-boxes-2 .row-box .col-box .x-box-2 .number {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .x-boxes-2 .row-box .col-box {
    margin-bottom: 35px;
  }
  .x-boxes-2 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .x-content-box-3 .txt-1 {
    padding: 35px 0 40px 0;
  }
  .x-boxes-2 .row-box .col-box .x-box-2 figure {
    margin-bottom: 15px;
  }
  .x-boxes-1 .row-box .col-box {
    margin-bottom: 35px;
  }
  .x-boxes-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .banner-image-rwd {
    display: block;
  }
  .banner-image-rwd img {
    display: block;
    width: 100%;
  }
  .x-content-box-1 .description {
    height: auto;
    padding: 0;
  }
  .x-content-box-1 {
    background: none;
  }
  .x-content-box-1 .description .txt-box {
    width: 100%;
  }
  .x-title {
    margin-bottom: 45px;
  }
  .x-title h2 {
    font-size: 22px;
  }
  .x-boxes-1 .row-box .col-box {
    width: 100%;
  }
  .x-content-box-1 .description .txt-box:after {
    display: none;
  }
  .x-content-box-1 .description {
    background: #930000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
  .x-content-box-1 .description .btn-1 {
    background: #fff;
    color: #930000;
  }
  .x-content-box-1 .description .txt-box .txt br {
    display: none;
  }
  .header-box .header-logo img {
    height: 40px;
  }
  .x-padding-1 {
    padding: 40px 0 45px 0;
  }
  .header-box {
    padding: 20px 0;
  }
  .btn-1, .btn-2 {
    line-height: 48px;
    font-size: 18px;
  }
  .x-content-box-1 .description {
    width: calc(100% + 40px);
  }
  .x-content-box-1 .description .txt-box {
    padding: 0;
  }
  .x-content-box-1 .description .txt-box h1 {
    font-size: 26px;
  }
  .x-content-box-1 .description .txt-box .txt {
    font-size: 16px;
  }
  .x-content-box-1 .description .txt-box {
    margin-bottom: 25px;
  }
  .x-content-box-2-1 {
    background: none;
  }
  .x-content-box-1 .description {
    padding-bottom: 35px;
  }
  .x-content-box-2-1 {
    padding: 50px 0;
  }
  .x-content-box-2-1 .x-content-box-2-2 {
    border-radius: 20px;
  }
  .x-content-box-2-1 .x-content-box-2-2 {
    padding: 30px;
  }
  .footer-content .button-box .col-box {
    width: 100%;
    padding: 0;
  }
  .footer-box .btn-pdf {
    padding-left: 0;
  }
  .footer-box .col-box a {
    background-size: auto 35px;
    font-size: 12px;
    line-height: 1.5;
  }
  .footer-box .txt {
    font-size: 16px;
  }
  .x-content-box-5 .x-content-box-5-1 {
    border-radius: 20px 20px 0 0;
  }
  .x-content-box-4 {
    padding-bottom: 50px;
  }
  .x-content-box-5 .x-content-box-5-1 {
    padding-top: 30px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .name {
    font-size: 20px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .name {
    padding: 20px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .description {
    padding: 20px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .description ul {
    font-size: 16px;
  }
  .x-boxes-3 .row-box .col-box .x-box-3 .description ul li:after {
    top: 8px;
  }
  .footer-box .button-box {
    flex-wrap: wrap;
    margin: 0;
  }
}/*# sourceMappingURL=main.bundle.css.map */