.home-container {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/bg-1500h.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home-navbar-interactive {
  top: 50px;
  width: 90vw;
  height: 80px;
  display: flex;
  z-index: 500;
  position: sticky;
  align-self: center;
  margin-top: 50px;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: var(--dl-space-space-threeunits);
  border-radius: 25px;
  margin-bottom: 50px;
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #ffffff;
}
.home-image {
  width: 10vw;
  height: auto;
}
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link {
  color: #db258f;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.home-link01 {
  color: #db258f;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-text {
  color: #db258f;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.home-text01 {
  color: #db258f;
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.home-link02 {
  color: #db258f;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link03 {
  color: #db258f;
  font-size: 12px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link04 {
  color: var(--dl-color-gray-white);
  padding: 17px;
  font-size: 12px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  border-radius: 15px;
  text-decoration: none;
  background-color: #db258f;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-logo {
  height: 10vh;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-links1 {
  flex: 1;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-link05 {
  color: #db258f;
  font-size: 3vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.home-link06 {
  color: #db258f;
  font-size: 3vw;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  font-weight: 500;
  margin-left: 0px;
  text-decoration: none;
}
.home-text10 {
  color: #db258f;
  font-size: 3vw;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  font-weight: 500;
  margin-left: 0px;
}
.home-text11 {
  color: #db258f;
  display: none;
  font-size: 3vw;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  font-weight: 500;
  margin-left: 0px;
}
.home-link07 {
  color: #db258f;
  font-size: 3vw;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  font-weight: 500;
  margin-left: 0px;
  text-decoration: none;
}
.home-link08 {
  color: #db258f;
  font-size: 3vw;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: left;
  font-weight: 500;
  margin-left: 0px;
  text-decoration: none;
}
.home-link09 {
  color: var(--dl-color-gray-white);
  padding: 17px;
  font-size: 3vw;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: left;
  font-weight: 500;
  margin-left: 0px;
  border-radius: 15px;
  text-decoration: none;
  background-color: #db258f;
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: flex-start;
}
.home-image01 {
  width: 40vw;
  align-self: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.home-container02 {
  flex: 0 0 auto;
  width: 75%;
  height: auto;
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
  margin-left: auto;
  border-color: var(--dl-color-gray-black);
  border-width: 3px;
  margin-right: auto;
  border-radius: 25px;
  flex-direction: column;
  padding-bottom: 30px;
}
.home-image02 {
  width: 20vw;
  margin-top: -25px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.home-container03 {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 20px;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 20px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.home-container04 {
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-style: dashed;
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 3px;
  border-bottom-width: 0px;
}
.home-image03 {
  width: 75%;
  height: auto;
  align-self: center;
  object-fit: cover;
}
.home-text20 {
  font-size: 1.7vw;
  text-align: center;
}
.home-text21 {
  font-weight: 700;
}
.home-text23 {
  font-weight: 700;
}
.home-text24 {
  font-weight: 700;
}
.home-text26 {
  font-weight: 700;
}
.home-container05 {
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image04 {
  width: 75%;
  object-fit: cover;
}
.home-text28 {
  font-size: 1.7vw;
  text-align: center;
}
.home-text30 {
  font-weight: 700;
}
.home-text33 {
  font-weight: 700;
}
.home-container06 {
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-style: dashed;
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 3px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-image05 {
  width: 75%;
  object-fit: cover;
}
.home-text35 {
  font-size: 1.7vw;
  text-align: center;
}
.home-text36 {
  font-weight: 700;
}
.home-text38 {
  font-weight: 700;
}
.home-text40 {
  color: var(--dl-color-gray-black);
}
.home-text41 {
  color: var(--dl-color-gray-black);
}
.home-image06 {
  width: 20vw;
  align-self: center;
  margin-top: -60px;
  object-fit: cover;
}
.home-text42 {
  font-size: 1.7vw;
  align-self: center;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
}
.home-text43 {
  font-weight: 700;
}
.home-container07 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-image07 {
  width: 100%;
  object-fit: cover;
}
.home-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  margin-top: 50px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image08 {
  width: 85%;
  align-self: center;
  object-fit: cover;
}
.home-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  margin-top: 50px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-image09 {
  width: 30vw;
  align-self: center;
  object-fit: cover;
  margin-bottom: 0vh;
}
.home-image10 {
  width: 80%;
  align-self: center;
  object-fit: cover;
}
.home-container10 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  z-index: 300;
  position: relative;
  margin-top: -20px;
  align-items: flex-start;
  margin-bottom: -20px;
  flex-direction: column;
  justify-content: center;
}
.home-pc-form {
  width: 1080px;
  height: 2000px;
  align-self: center;
  margin-bottom: 0px;
}
.home-mobile-form {
  width: 1080px;
  height: 2000px;
  display: none;
  align-self: center;
  margin-bottom: 0px;
}
@media(max-width: 991px) {
  .home-link01 {
    margin-left: var(--dl-space-space-unit);
  }
  .home-text {
    margin-left: var(--dl-space-space-unit);
  }
  .home-link02 {
    margin-left: var(--dl-space-space-unit);
  }
  .home-link03 {
    margin-left: var(--dl-space-space-unit);
  }
  .home-image01 {
    width: 60vw;
  }
  .home-image02 {
    width: 25vw;
    margin-top: -20px;
  }
  .home-image06 {
    margin-top: -35px;
  }
  .home-image09 {
    margin-bottom: 0vh;
  }
  .home-image10 {
    width: 80%;
    align-self: center;
  }
  .home-mobile-form {
    display: none;
  }
}
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-link {
    font-size: 8px;
  }
  .home-link01 {
    font-size: 8px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-text {
    font-size: 8px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-link02 {
    font-size: 8px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-link03 {
    font-size: 8px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-link04 {
    font-size: 8px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .home-image01 {
    width: 70vw;
  }
  .home-image02 {
    margin-top: -15px;
  }
  .home-image06 {
    margin-top: -30px;
  }
  .home-image09 {
    margin-bottom: 0px;
  }
  .home-image10 {
    width: 80%;
    align-self: center;
  }
  .home-mobile-form {
    display: none;
  }
}
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .home-image {
    width: 30vw;
    height: auto;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-image01 {
    width: 70vw;
  }
  .home-container02 {
    width: 85%;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .home-image02 {
    width: 30vw;
    margin-top: -15px;
  }
  .home-container04 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-image03 {
    width: 100%;
  }
  .home-text20 {
    font-size: 2.2vw;
  }
  .home-container05 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-image04 {
    width: 100%;
  }
  .home-text28 {
    font-size: 2.2vw;
  }
  .home-container06 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-image05 {
    width: 100%;
  }
  .home-text35 {
    font-size: 2.2vw;
  }
  .home-image06 {
    width: 30vw;
    margin-top: -25px;
  }
  .home-text42 {
    font-size: 2.5vw;
    margin-top: 10px;
  }
  .home-image09 {
    margin-bottom: 0px;
  }
  .home-image10 {
    width: 100%;
  }
  .home-container10 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .home-pc-form {
    display: none;
  }
  .home-mobile-form {
    width: 400px;
    display: flex;
  }
}
