.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%;
  height: var(--dl-size-size-small);
  display: flex;
  align-items: flex-start;
}
.home-image {
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.home-image1 {
  width: 200px;
  object-fit: cover;
}
.home-container2 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  margin-bottom: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.home-text {
  align-self: center;
  text-align: center;
  font-family: "Oxygen";
}
.home-text01 {
  text-align: center;
  font-family: "Oxygen";
  padding-top: var(--dl-space-space-halfunit);
}
.home-container3 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.home-container4 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text02 {
  font-size: 1.3em;
  font-family: "Oxygen";
  line-height: 2;
}
.home-text03 {
  font-size: 12px;
  text-align: center;
  font-family: "Oxygen";
  line-height: 1.3;
}
.home-link {
  text-decoration: underline;
}
.home-container5 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  flex-direction: column;
}
.home-text06 {
  font-size: 1.3em;
  font-family: "Oxygen";
  line-height: 2;
}
.home-text07 {
  text-align: center;
  font-family: "Oxygen";
  line-height: 1.3;
}
.home-text08 {
  font-size: 12px;
}
.home-text09 {
  font-size: 12px;
}
.home-text10 {
  font-size: 12px;
}
.home-link1 {
  font-size: 12px;
  text-decoration: underline;
}
