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;
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}

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: 1556px;
  padding: 0 30px;
}

@media screen and (min-width: 1492px) {
  .container-1 {
    max-width: 100%;
    padding: 0 70px;
  }
}
@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 {
  background: url("../images/line.png") center top no-repeat;
  padding: 50px 0 35px 0;
}

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

.content-box-0 {
  text-align: center;
}
.content-box-0 .txt-1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
}
.content-box-0 .txt-1 span {
  color: #E90A0A;
}
.content-box-0 .txt-2 {
  padding: 20px 0 35px 0;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}

.btn-1 {
  background-color: #ae0000;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 24px;
  text-align: center;
  transition: background-color 0.25s ease;
}

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

.content-box-1 .txt-small {
  text-align: center;
  font-size: 21px;
  line-height: 27px;
}

html {
  scroll-behavior: smooth;
}

.footer-box {
  margin-top: 45px;
}
.footer-box .f-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}
.footer-box .f-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 16px;
  line-height: 28px;
}
.footer-box .f-wrapper ul li {
  display: flex;
  align-items: center;
}
.footer-box .f-wrapper ul li:after {
  width: 8px;
  margin: 0 20px;
  height: 8px;
  background: #D9D9D9;
  content: "";
  display: block;
  border-radius: 50%;
}
.footer-box .f-wrapper ul li a {
  color: #26221E;
}
.footer-box .f-wrapper ul li:last-child:after {
  display: none;
}

.boxes-1 {
  padding: 0 15px;
}
.boxes-1 .row-box {
  margin: 0 -25px;
  display: flex;
}
.boxes-1 .row-box .col-box {
  padding: 0 25px;
  width: 50%;
  margin-bottom: 60px;
}
.boxes-1 .row-box .col-box .box-1 {
  background: #E90A0A;
  border-radius: 25px 25px 28px 28px;
}
.boxes-1 .row-box .col-box .box-1 .txt-1 {
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
.boxes-1 .row-box .col-box .box-1 .txt-1 strong {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
  padding: 0 5px;
}
.boxes-1 .row-box .col-box .box-1 .box-1-content {
  padding: 30px 30px 40px 30px;
  background: #F0F0F0;
  border-radius: 25px;
  display: flex;
}
.boxes-1 .row-box .col-box .box-1 .box-1-content .image {
  flex-shrink: 0;
  margin-right: 30px;
  width: 35%;
}
.boxes-1 .row-box .col-box .box-1 .box-1-content .image img {
  max-width: 100%;
}
.boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-2 {
  font-size: 38px;
  line-height: 38px;
  padding-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
.boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 21px;
}
.boxes-1 .row-box .col-box .box-1-1 {
  background: #FF8600;
}

@media screen and (max-width: 1680px) {
  .header-box .header-logo img {
    width: 140px;
  }
  .header-box {
    padding: 40px 0 25px 0;
  }
  .container {
    max-width: 1170px;
  }
  .content-box-0 .txt-1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .content-box-0 .txt-2 {
    font-size: 27px;
    line-height: 1.3;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-2 {
    font-size: 30px;
  }
  .boxes-1 .row-box {
    margin: 0 -15px;
  }
  .boxes-1 .row-box .col-box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1680px) {
  .content-box-1 .txt-small {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
    font-size: 20px;
    height: 92px;
  }
}
@media screen and (max-width: 1680px) {
  .boxes-1 .row-box .col-box .box-1 .box-1-content .image {
    width: 26%;
  }
  .header-box {
    background-size: 100% 10px;
  }
}
@media screen and (max-width: 1680px) {
  .content-box-0 .txt-1 {
    font-size: 34px;
    line-height: 1.3;
  }
  .content-box-1 .txt-small {
    font-size: 16px;
    line-height: 23px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
    font-size: 16px;
    line-height: 23px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content {
    padding: 20px 20px 30px 20px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .image {
    margin-right: 20px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 strong {
    font-size: 50px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 {
    height: 71px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
    height: 139px;
  }
  .container {
    max-width: 960px;
  }
  .content-box-0 .txt-1 {
    font-size: 30px;
    line-height: 40px;
  }
  .content-box-0 .txt-2 {
    font-size: 25px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .image {
    width: 25%;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-2 {
    font-size: 24px;
  }
  .btn-1 {
    padding: 0 15px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 {
    font-size: 16px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 strong {
    font-size: 40px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 {
    height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
    height: auto;
  }
  .container {
    max-width: 720px;
  }
  .header-logo img {
    width: 150px;
  }
  .header-box {
    background-size: 100% 10px;
  }
  .content-box-0 .txt-1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .content-box-0 .txt-2 {
    font-size: 18px;
  }
  .content-box-0 .txt-2 {
    padding: 25px 0 35px 0;
  }
  .boxes-1 .row-box .col-box {
    width: 100%;
    padding: 0;
  }
  .boxes-1 .row-box {
    flex-wrap: wrap;
  }
  .boxes-1 {
    padding: 0;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
    min-height: 1px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .description .txt-3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .content-box-1 .txt-small {
    font-size: 16px;
    line-height: 1.4;
  }
  .boxes-1 .row-box .col-box {
    margin-bottom: 20px;
  }
  .boxes-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .content-box-1 .txt-small {
    padding-top: 40px;
  }
  .boxes-1 .row-box {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .header-box .container {
    display: flex;
    justify-content: center;
  }
  .header-box {
    background-size: 100% 5px;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content {
    display: block;
    text-align: center;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .image {
    width: 100%;
    text-align: center;
  }
  .boxes-1 .row-box .col-box .box-1 .box-1-content .image img {
    width: 150px;
  }
  .btn-1 {
    font-size: 15px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 strong {
    font-size: 28px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 {
    font-size: 12px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt-1 {
    height: 38px;
  }
  .footer-box .f-wrapper ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-box .f-wrapper ul li {
    margin: 0;
  }
  .footer-box .f-wrapper ul li:after {
    display: none;
  }
}/*# sourceMappingURL=main.bundle.css.map */