.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  margin-top: 100px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text {
  width: 655px;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  border-color: var(--dl-color-gray-black);
  border-width: 3px;
  padding-bottom: var(--dl-space-space-unit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-text01 {
  font-size: 20px;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  font-weight: 800;
}
.home-container2 {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-container3 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-end;
  padding-right: 10px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text05 {
  margin-top: var(--dl-space-space-halfunit);
}
.home-text06 {
  margin-top: var(--dl-space-space-halfunit);
}
.home-container4 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  padding-left: 10px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text10 {
  margin-top: var(--dl-space-space-halfunit);
}
.home-text11 {
  margin-top: var(--dl-space-space-halfunit);
}
