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: 1550px;
  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;
  }
}
.btn-1 {
  background-color: #ae0000;
  min-width: 270px;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  height: 64px;
  font-size: 23px;
  font-weight: 600;
  line-height: 62px;
  padding: 0 38px;
  text-align: center;
  transition: background-color 0.25s ease;
}

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

.btn-1-1 {
  line-height: 57px;
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
}
.btn-1-1:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

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

strong {
  font-weight: 700;
}

.text p {
  margin-bottom: 30px;
}

.text p:last-child {
  margin-bottom: 0;
}

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

.x-content-box-1 .description {
  position: relative;
  height: 567px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 830px;
  max-width: 100%;
}

.x-content-box-1 .button-box {
  display: flex;
}
.x-content-box-1 .button-box .btn-1 {
  margin-right: 27px;
}

.x-content-box-1 .description .txt-box {
  position: relative;
  color: #fff;
  padding: 20px 0 45px 0;
}

.x-content-box-1 .description .txt-box h1 {
  font-weight: bold;
  padding: 0 0 20px 0;
  line-height: 1.2;
  font-size: 60px;
  color: #fff;
}

.x-content-box-1 .description .txt-box .txt {
  font-size: 35px;
  font-weight: 400;
}

.x-content-box-1 .description .txt-box .txt span {
  font-weight: 600;
}

.mt1 {
  margin-top: 50px;
}

.mb1 {
  margin-bottom: 50px;
}

.pt1 {
  padding-top: 50px;
}

.pb1 {
  padding-bottom: 50px;
}

.title h2 {
  font-size: 40px;
  margin: 0;
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
}

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

.x-content-box-2 {
  background: url("../images/line.svg") center top no-repeat;
  background-size: 100% auto;
}

.x-content-box-2 {
  overflow: hidden;
  text-align: center;
}
.x-content-box-2 .txt-1 {
  padding-bottom: 32px;
  display: inline-block;
  margin-bottom: 88px;
  position: relative;
  font-size: 25px;
  border-bottom: 3px solid #E90A0A;
}
.x-content-box-2 .txt-1 strong {
  font-weight: 600;
}
.x-content-box-2 .txt-1:after {
  position: absolute;
  bottom: -3px;
  left: 100%;
  width: 1000px;
  height: 3px;
  background: #E90A0A;
  content: "";
}

.x-content-box-2-1 {
  text-align: left;
  display: flex;
  align-items: center;
}
.x-content-box-2-1 figure {
  flex-shrink: 0;
  width: 496px;
  max-width: 100%;
  text-align: center;
  padding: 0 30px;
}
.x-content-box-2-1 h3 {
  color: #E90A0A;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 28px;
}
.x-content-box-2-1 .x-boxes-1 .x-box-1 {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
}
.x-content-box-2-1 .x-boxes-1 .x-box-1 strong {
  font-weight: 600;
}
.x-content-box-2-1 .x-boxes-1 .x-box-1 .number {
  flex-shrink: 0;
  width: 59px;
  height: 59px;
  margin-right: 18px;
  border: 2px solid #E90A0A;
  border-radius: 50%;
  text-align: center;
  color: #E90A0A;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.x-content-box-2-1 .txt-2 p {
  margin-bottom: 15px;
}
.x-content-box-2-1 .txt-2 p:last-child {
  margin-bottom: 0;
}
.x-content-box-2-1 .button-box {
  display: flex;
  padding-top: 40px;
}
.x-content-box-2-1 .button-box .btn-1 {
  margin-right: 16px;
}

.btn-1-small {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 18px;
  min-width: 208px;
}

.btn-1-2 {
  border: 2px solid #AE0000;
  color: #AE0000;
  line-height: 47px;
  background: #fff;
}
.btn-1-2:hover {
  border: 2px solid #AE0000;
  color: #AE0000;
  line-height: 47px;
  background: #fff;
  background: #ececec;
}

.font20 {
  font-size: 20px;
  line-height: normal;
}

.line-1 {
  background: #FF8600;
  height: 3px;
  position: relative;
}
.line-1:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000px;
  content: "";
  display: block;
  height: 100%;
  background: #FF8600;
}

.x-content-box-3-1 .image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 829px;
  padding-right: 100px;
}

.x-content-box-3-1 {
  position: relative;
}

.x-box-2 {
  position: absolute;
  background: #0065B1;
  color: #fff;
  width: 395px;
  border-radius: 26px;
  padding: 24px;
  color: #fff;
}
.x-box-2 h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.x-box-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.x-box-2 ul li {
  margin-top: 14px;
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}
.x-box-2 ul li:after {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.x-box-2 ul li strong {
  font-weight: 600;
}

.x-box-2-1 {
  top: 30px;
  left: 0;
}

.x-box-2-2 {
  top: 30px;
  right: 0;
}

.x-box-2-3 {
  bottom: 0;
  left: 244px;
}

.x-box-2-4 {
  bottom: 0;
  min-height: 164px;
  right: 244px;
}

.x-content-box-2-2 {
  background: rgba(217, 217, 217, 0.3019607843);
}

.footer-box .footer-content, .footer-box .txt {
  padding-left: 100px;
  padding-right: 100px;
}

.footer-content .button-box .col-box {
  width: 50%;
  padding-right: 30px;
  margin-bottom: 35px;
}

body {
  line-height: normal;
}

.footer-box .button-box {
  flex-wrap: wrap;
}

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

.title-line {
  margin-bottom: 52px;
}
.title-line h2 {
  display: inline-block;
  padding-bottom: 37px;
  position: relative;
  border-bottom: 3px solid #008520;
}
.title-line h2:after {
  width: 100%;
  height: 3px;
  content: "";
  display: block;
  background: #008520;
  position: absolute;
  width: 1000px;
  bottom: -3px;
  left: 100%;
}

.x-content-box-2-1 .x-boxes-2-1 .x-box-1 {
  width: 110%;
}
.x-content-box-2-1 .x-boxes-2-1 .x-box-1 .number {
  border-color: #008520;
  color: #008520;
  background: #fff;
}
.x-content-box-2-1 .x-boxes-2-1 .x-box-1 a {
  color: #008520;
  font-weight: 600;
  text-decoration: underline;
}

.x-content-box-2-2 .txt-3 {
  color: #008520;
  font-size: 20px;
  font-weight: 600;
}

.x-content-box-4 {
  background: #008520;
  color: #fff;
}
.x-content-box-4 .txt-1 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}

.x-boxes-3 {
  display: flex;
  justify-content: center;
}
.x-boxes-3 .x-box-3 {
  padding: 0 14px;
  margin-bottom: 10px;
}
.x-boxes-3 .x-box-3 figure {
  text-align: center;
  height: 97px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-1-3 {
  min-width: 231px;
  background: #fff;
  color: #008520;
  padding: 0 20px;
  line-height: 47px;
  border: 2px solid #fff;
}
.btn-1-3:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  opacity: 0.9;
}

footer {
  font-size: 18px;
  line-height: normal;
}

.x-content-box-3 {
  position: relative;
}
.x-content-box-3 .button-box-1 {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -25px;
  left: 0;
  width: 100%;
}

.pb2 {
  padding-bottom: 80px;
}

.pt2 {
  padding-top: 80px;
}

.x-content-box-2-1 .txt-2 a {
  text-decoration: underline;
  font-weight: 600;
}
.x-content-box-2-1 .txt-2 .link-red {
  color: #E90A0A;
}

@media screen and (max-width: 1700px) {
  .wrapper-2 {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
  }
  .x-content-box-1 .description .txt-box h1 {
    font-size: 50px;
  }
  .x-content-box-1 .description .txt-box .txt {
    font-size: 30px;
  }
  .x-content-box-1 .description {
    width: 700px;
  }
  .x-content-box-1 .btn-1 {
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 18px;
    min-width: 208px;
  }
  .x-content-box-1 .btn-1-1 {
    line-height: 45px;
  }
  .x-content-box-1 .description {
    height: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .x-box-2-3 {
    left: 50px;
  }
  .x-box-2-4 {
    right: 50px;
  }
  .x-content-box-3-1 .image {
    padding-top: 120px;
  }
  .x-content-box-2-1 .x-boxes-2-1 .x-box-1 {
    width: 100%;
  }
  .x-content-box-2-1 figure {
    width: 400px;
    margin-left: 20px;
  }
  .x-content-box-2-1 figure img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .x-content-box-1 .description .txt-box .txt {
    font-size: 20px;
  }
  .x-content-box-1 .description .txt-box h1 {
    font-size: 40px;
  }
  .x-content-box-1 .description {
    width: 468px;
  }
  .x-content-box-1 .description .txt-box {
    padding-bottom: 35px;
  }
  .x-content-box-1 .description {
    height: 424px;
  }
}
@media screen and (max-width: 992px) {
  .x-content-box-1 .description .txt-box .txt {
    font-size: 16px;
  }
  .x-content-box-1 .description .txt-box h1 {
    font-size: 30px;
  }
  .btn-1, .btn-1-small {
    height: 45px !important;
    line-height: 45px !important;
    font-size: 16px !important;
    min-width: 180px !important;
    padding: 0 20px !important;
  }
  .btn-1-1 {
    line-height: 40px !important;
  }
  .x-content-box-1 .button-box .btn-1 {
    margin-right: 15px;
  }
  .x-content-box-1 .description {
    height: 350px;
  }
  .header-logo img {
    width: 150px;
  }
  .title h2 {
    font-size: 30px;
  }
  .x-content-box-2 .txt-1 {
    font-size: 18px;
  }
  .x-content-box-2 .txt-1 {
    margin-bottom: 30px;
  }
  .x-content-box-2 .txt-1:after {
    display: none;
  }
  .font20 {
    font-size: 16px;
  }
  .x-content-box-2-1 figure {
    width: 30%;
  }
  .btn-1-2 {
    line-height: 42px !important;
  }
  .x-box-2 {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .x-content-box-3-1 .image {
    padding-top: 0;
  }
  .x-content-box-3-1 .image {
    display: block;
  }
  .x-content-box-3-1 .image img {
    max-width: 100%;
  }
  .x-content-box-3-1 .image figure {
    padding-top: 30px;
  }
  .x-content-box-3-1 .image {
    height: auto;
    padding-right: 0;
  }
  .x-box-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .x-box-2 ul li {
    font-size: 16px;
  }
  .x-box-2 {
    min-height: 1px;
  }
  .x-box-2 ul li:after {
    top: 5px;
  }
  .pb2 {
    padding-bottom: 55px;
  }
  .pt2 {
    padding-top: 70px;
  }
  .btn-1-3 {
    line-height: 42px !important;
  }
  .title-line {
    margin-bottom: 0;
  }
  .title-line h2:after {
    display: none;
  }
  .title-line h2 {
    display: block;
  }
  .x-content-box-2-2 .txt-3 {
    font-size: 18px;
  }
  .x-content-box-2-2 .txt-3 {
    margin-top: 20px;
  }
  .x-content-box-2-2 .txt-3 {
    font-size: 16px;
  }
  .x-content-box-4 .txt-1 {
    font-size: 20px;
  }
  footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .banner-image-rwd {
    display: block;
  }
  .banner-image-rwd img {
    width: 100%;
    display: block;
  }
  .x-content-box-1 {
    background: #000 !important;
  }
  .x-content-box-1 .description {
    height: auto;
    width: 100%;
    padding: 30px 0;
  }
  .btn-1 {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 12px !important;
    min-width: 138px !important;
    padding: 0 15px !important;
  }
  .btn-1-1 {
    line-height: 28px !important;
    border-width: 2px !important;
  }
  .x-content-box-1 .button-box .btn-1 {
    margin-right: 10px;
  }
  .x-content-box-2 {
    background: url(../images/line-1.svg) center top repeat-x;
  }
  .title h2 {
    font-size: 25px;
  }
  .title h2 br {
    display: none;
  }
  .wrapper-1 {
    width: 100%;
  }
  .x-content-box-2-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .x-content-box-2-1 figure {
    order: 1;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  .x-content-box-2-1 figure img {
    width: 280px;
  }
  .x-content-box-2-1 h3 {
    font-size: 18px;
  }
  .x-content-box-2-1 .description {
    order: 2;
  }
  .x-content-box-2 .txt-1 {
    text-align: center;
  }
  .x-content-box-2 .txt-1:after {
    display: block;
    width: 20px;
  }
  .x-content-box-2-1 .x-boxes-1 .x-box-1 .number {
    width: 35px;
    height: 35px;
    border-width: 1px;
    font-size: 18px;
    margin-right: 10px;
  }
  .x-content-box-2-1 .x-boxes-1 .x-box-1 {
    align-items: flex-start;
  }
  .btn-1-2 {
    line-height: 28px !important;
  }
  .line-1:after {
    width: 20px;
  }
  .x-content-box-3-1 .image {
    text-align: center;
  }
  .x-content-box-3-1 .image img {
    width: 340px;
    max-width: 100%;
  }
  .x-box-2 h3 {
    font-size: 20px;
  }
  .x-content-box-2-2 {
    background-image: none;
    background: rgba(217, 217, 217, 0.3019607843);
  }
  .x-content-box-3 .button-box-1 {
    bottom: -15px;
  }
  .pb2 {
    padding-bottom: 45px;
  }
  .pt2 {
    padding-top: 50px;
  }
  .title-line h2:after {
    width: 20px;
    display: block;
  }
  .x-boxes-2-1 .txt {
    padding-top: 5px;
  }
  .btn-1-3 {
    line-height: 28px !important;
  }
  .x-boxes-3 {
    display: block;
  }
  .x-boxes-3 .x-box-3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .x-boxes-3 .x-box-3:last-child {
    margin-bottom: 0;
  }
  .x-boxes-3 .x-box-3 figure {
    margin-bottom: 15px;
  }
  .x-content-box-4 .txt-1 {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=main.bundle.css.map */