body {
  background-color: #f0f4f8;
}

.mockup-content h2 {
  color: #013367;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.mockup-content h2::after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(-90deg, rgb(240, 244, 248) 0%, rgb(0, 81, 148) 30%, rgb(1, 51, 103) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.banner-home {
  position: relative;
}
.banner-home::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-banner.png);
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}
.banner-home-cont {
  min-height: 400px;
  padding-top: 100px;
}

.name-company {
  font-size: 5.4rem;
  color: #518fc2;
  font-family: "EB Garamond", serif;
  position: absolute;
  bottom: 20px;
  right: -25px;
}

.table-mockup {
  width: 100%;
}
.table-mockup td {
  padding: 12px 20px;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #c1c8d1;
  line-height: 2.1875;
}
.table-mockup td:first-child {
  width: 260px;
  background-color: #e6e9f2;
  font-weight: bold;
  color: #013367;
  border-bottom: 1px solid #7395b0;
}
.table-mockup td a {
  color: #0058a1;
  text-decoration: underline;
}

.mockup-content p {
  line-height: 1.875;
}
.mockup-content h3 {
  min-height: 45px;
  background-color: #fff;
  position: relative;
  padding: 8px 33px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.mockup-content h3::after {
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  background-color: #005295;
  position: absolute;
  top: 10px;
  left: 10px;
}
.mockup-content h4 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  color: #013367;
}
.mockup-content h4::after {
  content: "";
  width: 105px;
  height: 1px;
  background-color: #013367;
  position: absolute;
  left: 0;
  bottom: 0;
}

.docs-table {
  width: 100%;
}
.docs-table tr:first-child td {
  background-color: #e6e9f2;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 20px;
}
.docs-table td {
  height: 60px;
  border: 1px solid #c1c8d1;
  padding: 24px 30px;
  background-color: #ffffff;
}
.docs-table td:first-child {
  width: 530px;
}
.docs-table td:nth-child(2) {
  width: 120px;
}

a.btn.btn-file {
  border: 1px solid #c1c8d1;
  border-radius: 5px;
  background-color: #faedef;
  min-height: 90px;
  align-items: flex-end;
  padding-bottom: 10px;
  min-width: 110px;
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0;
  color: #c43138;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
a.btn.btn-file.excel {
  background-color: #ebf5ec;
  color: #2d7d31;
}
a.btn.btn-file.excel::after {
  background-image: url(../images/index/icon-excel.svg);
}
a.btn.btn-file.word {
  background-color: #e8ebfa;
  color: #2c4fc4;
}
a.btn.btn-file.word::after {
  background-image: url(../images/index/icon-word.svg);
}
a.btn.btn-file::after {
  width: 30px;
  height: 36px;
  transform: translateX(-50%);
  top: 10px;
  left: 50%;
  background-image: url(../images/index/icon-pdf.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.file-link-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.info-box {
  border: 1px solid #7393bf;
  padding: 40px 60px;
  /* More space inside box */
  background-color: #fff;
  border-radius: 10px;
}

.contact-group {
  margin-bottom: 50px;
}

.contact-group:last-child {
  margin-bottom: 0;
}

.info-contact {
  display: flex;
  margin-bottom: 10px;
}

.info-contact-left {
  width: 100px;
  text-align: right;
  padding-right: 17px;
  font-weight: 500;
  color: #013367;
  border-right: 1px solid;
  letter-spacing: 0.05em;
}

.info-contact-right {
  flex: 1;
  padding-left: 25px;
  letter-spacing: 0.05em;
}

a.btn.btn-link {
  flex-direction: column;
  border-radius: 10px;
  padding: 10px 35px;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 92, 6) 0%, rgb(46, 125, 51) 59%);
  min-height: 155px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
}
a.btn.btn-link::after {
  content: "";
  width: 42px;
  height: 42px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 30px;
}
a.btn.btn-link b {
  font-size: 2.4rem;
}
a.btn.btn-link.v2 {
  background: linear-gradient(90deg, rgb(2, 85, 179) 0%, rgb(2, 120, 204) 45%);
}

.footer {
  background-color: #013367;
}

.box-link-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 70px;
  gap: 70px;
}

a.link-footer {
  color: #fff;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}
a.link-footer::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -35px;
}

.page-header {
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.page-header-title {
  min-height: 250px;
  padding-top: 75px;
  position: relative;
}

.title-jp {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
}

.title-en {
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  color: #5698cf;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  bottom: 20px;
}/*# sourceMappingURL=style.css.map */