html {
  margin: 0;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 400;
  overflow-x: auto;
}

html,
body {
  height: 100%;
  font-size: 14px;
}

body {
  min-width: 1312px;
  color: #ffffff;
  background: #ffffff;
  overflow-x: visible;
  user-select: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

img {
  display: block;
}

.pc-div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1312px;
  height: 100vh;
  padding-top: 80px;
}

.content {
  width: 1280px;
  min-height: 100%;
  margin: 0 auto;
}

.download {
  width: 278px;
  height: auto;
}

.image-button {
  display: block;
  font-size: 0;
}

.pc-content {
  position: relative;
  flex: 1;
  height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 80px;
  padding: 0;
  background: #001c5d;
}

header .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

header img[alt="logo"] {
  width: auto;
  height: 80px;
}

header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-show {
  position: relative;
  width: 240px;
  height: 100%;
  color: #ffffff;
  font-size: 24px;
}

.menu-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 32px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.menu-current img {
  width: 16px;
  height: auto;
  margin-left: 8px;
}

.menu-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 240px;
  background: #f3f3f3;
  transform: translateY(80px);
}

.menu-group[hidden] {
  display: none;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 72px;
  color: #333333;
  font-size: 20px;
  text-align: center;
}

.menu-item:hover {
  color: #ffffff;
  background: #005bff;
}

.apply-now,
.title-apply-now {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 8px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #ffb113 0%, #fee146 55%, #ffb113 100%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.apply-now {
  width: 208px;
}

.title-apply-now {
  width: 240px;
  line-height: 20px;
}

section > div {
  position: relative;
  z-index: 1;
}

.title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 0 64px;
  color: #ffffff;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
  text-align: left;
}

.Home {
  z-index: 2;
  background: #ffffff;
}

.Home > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 40px;
}

.Home img[alt="banner"] {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  object-fit: contain;
}

.About_us {
  width: 100%;
  background: #005bff;
}

.About_us > img[alt="dividing-line"] {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.About_us .content {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 945px;
  min-height: 900px;
  padding: 80px 0;
}

.About_us .main-div {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
  height: 740px;
}

.About_us .top,
.About_us .bottom {
  display: flex;
  justify-content: flex-end;
}

.About_us .top .desc,
.About_us .bottom .desc {
  flex: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.About_us .placeholder {
  width: 584px;
  margin-left: 24px;
}

.About_us .top {
  border-radius: 16px;
  background: #001c5d;
}

.About_us .top .desc {
  padding: 80px 0 24px 40px;
}

.About_us .top .desc .title {
  padding: 0 0 24px;
}

.About_us .bottom {
  flex: 1;
}

.About_us .bottom .desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 0 0 40px;
}

.About_us .bottom .desc p {
  display: block;
}

.About_us .bottom .title-apply-now {
  position: relative;
  z-index: 30;
  flex: 0 0 48px;
  align-self: flex-start;
  margin-top: 24px;
}

.About_us .banner {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  padding: 40px 0 30px;
  border-radius: 16px;
  background: #ffffff;
}

.About_us .banner img[alt="banner"] {
  width: 664px;
  height: auto;
  margin-bottom: 19px;
  object-fit: contain;
}

.About_us .sec-info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 30px;
}

.About_us .sec-info img {
  width: 120px;
  height: auto;
}

.About_us .sec-info .desc {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.Proseso,
.Product-Info {
  background: #005bff;
}

.Proseso > .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 40px;
}

.Proseso .description-item {
  width: calc((100% - 72px) / 3);
  margin: 0 36px 40px 0;
  padding: 24px 16px;
  border-radius: 16px;
  background: #001c5d;
}

.Proseso .description-item:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.Proseso .description-item:first-child .title {
  padding: 0 0 40px;
}

.Proseso .description-item:nth-child(3n + 3) {
  margin-right: 0;
}

.Proseso .description-item:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.Proseso .description-item:not(:first-child) > img {
  width: 64px;
  height: auto;
  margin-bottom: 56px;
}

.Proseso .description-item:not(:first-child) > span {
  margin-bottom: 16px;
  color: #005bff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.Proseso .description-item:not(:first-child) > div {
  flex: 1;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.Proseso .description-item:not(:first-child) > div p {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.Product-Info .description {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 608px;
}

.Product-Info .description-item {
  width: 100%;
}

.Product-Info .description-content {
  width: 640px;
  padding: 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.Product-Info .description-content p {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.Product-Info .description-content.hover {
  border-radius: 16px;
  background: #3980ff;
}

.Product-Info .description-item img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  width: 520px;
  height: 608px;
}

.Product-Info .description-content.hover + img {
  display: inline-block;
}

.Product-Info .desc {
  margin-top: 40px;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.1);
}

.Product-Info .desc p {
  opacity: 0.5;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.All-Advantages {
  background: #001c5d;
}

.All-Advantages .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-btn,
.right-btn {
  width: 80px;
  height: 80px;
  font-size: 0;
}

.left-btn img,
.right-btn img {
  width: 80px;
  height: 80px;
}

.left-btn {
  transform: rotate(180deg);
}

.left-btn.boundary img,
.right-btn.boundary img {
  opacity: 0.5;
}

.description-group {
  flex: 1;
  margin: 0 16px;
  padding-bottom: 80px;
  overflow: hidden;
}

.description-group .description-content {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.All-Advantages .item {
  flex-shrink: 0;
  width: 346.66667px;
  margin-right: 24px;
  border-radius: 16px 16px 0 0;
  background: #2d4479;
}

.All-Advantages .item-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 160px;
  padding: 0 24px;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.All-Advantages .item > div {
  position: relative;
  width: 100%;
}

.All-Advantages .item > div img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.All-Advantages .item > div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 24px 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

footer {
  width: 100%;
  color: #ffffff;
  background: #001c5d;
}

footer img[alt="dividing-line"] {
  width: 100%;
  height: auto;
  object-fit: contain;
}

footer .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

footer img[alt="slogan"] {
  width: 100%;
  height: auto;
  object-fit: contain;
}

footer .info {
  display: flex;
  align-content: stretch;
  justify-content: center;
  width: 100%;
  padding: 64px 0;
}

footer .info > div > * {
  display: inline-block;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

footer .info .title {
  padding-bottom: 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

footer .left {
  width: 50%;
  padding-right: 40px;
  text-align: right;
}

footer .right {
  width: 50%;
  padding-left: 40px;
  text-align: left;
}

footer .right .privacy-policy {
  color: #ffffff;
  text-decoration: underline;
}
