.root {
  display: flex;
  flex-direction: column;
  height: 9970px;
  align-items: center;        /* ← flex-start から変更 */
  position: relative;
  text-align: center;         /* ← 追加：基本は中央揃え */
}

.root .DIV {
  flex-direction: column;
  width: 100%;
  height: 9969.5px;
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  position: relative;
}

.root .sticky {
  position: relative;
  width: 100%;
  height: 96px;
}

.root .HEADER {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 96px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  background: linear-gradient(
    90deg,
    rgba(74, 222, 128, 1) 0%,
    rgba(45, 212, 191, 1) 100%
  );
}

.root .margin-wrap {
  display: flex;              /* ← inline-flex から変更 */
  align-items: center;
  justify-content: center;    /* 中央に寄せる */
  padding: 0 24px;            /* 少し余裕をもたせる */
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.root .DIV-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;                /* ← 1280px 固定 → 100% */
  height: 96px;
  align-items: center;
  padding: 16px 24px;
  position: relative;
}

.root .div {
  display: flex;
  width: 100%;                /* ← 1232px 固定 → 100% */
  height: 64px;
  align-items: center;
  justify-content: flex-start;/* ← space-between から変更 */
  position: relative;
  gap: 40px;                  /* ロゴとメニューの間隔 */
}

.root .BUTTON {
  flex-direction: column;
  width: auto;
  height: 64px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.root .IMG {

  height: 64px;
  position: relative;
  object-fit: contain;
}

.root .NAV {
  display: flex;
  flex: 1;                    /* 残りスペースを占有して… */
  height: 52px;
  align-items: center;
  justify-content: center;    /* ← 中央寄せ */
  gap: 16px;
  position: relative;
}

.root .element-wrapper {
  all: unset;
  box-sizing: border-box;
  width: 108px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  position: relative;
}

.root .element {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: #2562eb;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .div-wrapper {
  all: unset;
  box-sizing: border-box;
  width: 168px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  position: relative;
}

.root .button {
  all: unset;
  box-sizing: border-box;
  width: 148px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  position: relative;
}

.root .BUTTON-2 {
  all: unset;
  box-sizing: border-box;
  width: 128px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  position: relative;
}

.root .top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 9556.5px;
  align-items: flex-start;
  position: relative;
}

.root .SECTION {
  height: 1024px;
  align-items: center;
  justify-content: center;
  background-image: url(./img/section-29.png);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  width: 100%;
  position: relative;
}

.root .DIV-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1024px;
  background: linear-gradient(
    90deg,
    rgba(30, 58, 138, 0.2) 0%,
    rgba(15, 118, 110, 0.1) 100%
  );
}

.root .DIV-3 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1280px;
  height: 706.25px;
  align-items: flex-start;
  padding: 128px 24px;
  position: relative;
}

.root .DIV-4 {
  display: flex;
  flex-direction: column;
  max-width: 768px;
  width: 768px;
  height: 450.25px;
  align-items: flex-start;
  position: relative;
}

.root .margin-wrap-2 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 32px;
  position: relative;
  flex: 0 0 auto;
}

.root .h {
  display: flex;
  flex-wrap: wrap;
  width: 768px;
  height: 144px;
  align-items: flex-start;
  gap: 0px 0px;
  position: relative;
}

.root .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 72px;
  white-space: nowrap;
}

.root .element-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 72px;
  white-space: nowrap;
}

.root .p-wrapper {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 48px;
  position: relative;
  flex: 0 0 auto;
}

.root .p {
  flex-wrap: wrap;
  width: 768px;
  height: 146.25px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48.8px;
  white-space: nowrap;
}

.root .element-4 {
  display: flex;
  width: fit-content;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  line-height: 48.8px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .BUTTON-3 {
  all: unset;
  box-sizing: border-box;
  width: 336px;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 24px 48px;
  background-color: #ffffff;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;
  display: flex;
  position: relative;
}

.root .element-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  text-shadow: 0px 25px 50px #00000040;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: #2562eb;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.root .margin-wrap-wrapper {
  flex-direction: column;
  height: 877.5px;
  align-items: flex-start;
  padding: 96px 0px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 246, 255, 1) 100%
  );
  display: flex;
  width: 100%;
  position: relative;
}

.root .margin-wrap-3 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 144px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-5 {
  display: flex;
  flex-direction: column;
  max-width: 1152px;
  width: 1152px;
  height: 685.5px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .margin-wrap-4 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 64px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-6 {
  display: flex;
  flex-direction: column;
  width: 1104px;
  height: 234.5px;
  align-items: flex-start;
  position: relative;
}

.root .h-2 {
  width: 1104px;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.root .element-6 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #1f2937;
  font-size: 48px;
  text-align: center;
  line-height: 48px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .margin-wrap-5 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 48px;
  margin-bottom: -48.00px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-7 {
  display: flex;
  flex-direction: column;
  width: 1104px;
  height: 154.5px;
  align-items: flex-start;
  padding: 48px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 1) 0%,
    rgba(20, 184, 166, 1) 100%
  );
}

.root .p-2 {
  width: 1008px;
  height: 58.5px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.root .element-7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.25px;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 58.5px;
  white-space: nowrap;
}

.root .DIV-8 {
  display: flex;
  flex-direction: column;
  width: 1104px;
  height: 387px;
  align-items: flex-start;
  padding: 48px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
}

.root .DIV-9 {
  display: flex;
  flex-direction: column;
  width: 1008px;
  height: 291px;
  align-items: flex-start;
  position: relative;
}

.root .p-3 {
  width: 1008px;
  height: 39px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-8 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: #374050;
  font-size: 24px;
  line-height: 39px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .margin-wrap-6 {
  display: inline-flex;
  align-items: flex-start;
  padding: 32px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.root .p-4 {
  flex-wrap: wrap;
  width: 1008px;
  height: 78px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-9 {
  display: flex;
  width: fit-content;
  font-weight: 400;
  color: #374050;
  font-size: 24px;
  line-height: 39px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .SECTION-2 {
  flex-direction: column;
  height: 1110.5px;
  align-items: flex-start;
  padding: 96px 0px;
  background-color: #eff5ff;
  display: flex;
  width: 100%;
  position: relative;
}

.root .DIV-10 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1280px;
  height: 918.5px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .DIV-11 {
  display: flex;
  flex-direction: column;
  width: 1232px;
  height: 196px;
  align-items: flex-start;
  position: relative;
}

.root .h-3 {
  width: 1232px;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.root .inline-center-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.root .margin-wrap-7 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 214.47px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-12 {
  display: flex;
  flex-direction: column;
  width: 803.06px;
  height: 116px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;
  background: linear-gradient(
    90deg,
    rgba(20, 184, 166, 1) 0%,
    rgba(37, 99, 235, 1) 100%
  );
}

.root .p-5 {
  width: 723.06px;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.root .element-10 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -7.47px;
  margin-right: -7.47px;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .margin-wrap-8 {
  display: inline-flex;
  align-items: flex-start;
  padding: 64px 0px 0px;
  margin-bottom: -64.00px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-13 {
  display: flex;
  flex-wrap: wrap;
  width: 1232px;
  height: 658.5px;
  align-items: flex-start;
  gap: 32px 32px;
  position: relative;
}

.root .DIV-14 {
  display: flex;
  flex-direction: column;
  width: 389.33px;
  height: 658.5px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
}

.root .IMG-wrapper {
  display: flex;
  flex-direction: column;
  width: 389.33px;
  height: 256px;
  align-items: flex-start;
  position: relative;
}

.root .img {
  max-width: 389.33px;
  width: 389.33px;
  height: 256px;
  position: relative;
  object-fit: cover;
}

.root .DIV-15 {
  display: flex;
  flex-direction: column;
  width: 389.33px;
  height: 402.5px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
}

.root .margin-wrap-9 {
  position: relative;
  flex: 0 0 auto;
}

.root .margin-wrap-10 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 24px;
  position: relative;
  flex: 0 0 auto;
}

.root .h-4 {
  width: 309.33px;
  height: 32px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-11 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #1f2937;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .p-6 {
  flex-wrap: wrap;
  width: 309.33px;
  height: 162.5px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-12 {
  display: -webkit-box;
  width: 309.33px;
  height: 162.5px;
  margin-top: -1.00px;
  font-weight: 400;
  color: #374050;
  font-size: 20px;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-16 {
  display: flex;
  flex-direction: column;
  width: 389.33px;
  height: 370px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
}

.root .p-7 {
  flex-wrap: wrap;
  width: 309.33px;
  height: 130px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-13 {
  display: -webkit-box;
  width: 309.33px;
  height: 130px;
  margin-top: -1.00px;
  font-weight: 400;
  color: #374050;
  font-size: 20px;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-17 {
  display: flex;
  flex-direction: column;
  width: 389.34px;
  height: 658.5px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
}

.root .img-wrapper {
  display: flex;
  flex-direction: column;
  width: 389.34px;
  height: 256px;
  align-items: flex-start;
  position: relative;
}

.root .IMG-2 {
  max-width: 389.34px;
  width: 389.34px;
  height: 256px;
  position: relative;
  object-fit: cover;
}

.root .DIV-18 {
  display: flex;
  flex-direction: column;
  width: 389.34px;
  height: 370px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
}

.root .h-5 {
  width: 309.34px;
  height: 32px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .AI-ICT-wrapper {
  flex-wrap: wrap;
  width: 309.34px;
  height: 130px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .AI-ICT {
  position: relative;
  display: -webkit-box;
  align-items: center;
  justify-content: center;
  width: 309.34px;
  height: 130px;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #374050;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.root .services {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1391px;
  align-items: flex-start;
  padding: 96px 0px;
  position: relative;
  background-color: #ffffff;
}

.root .DIV-19 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1280px;
  height: 1199px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .margin-wrap-11 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 80px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-20 {
  display: flex;
  flex-direction: column;
  width: 1232px;
  height: 104px;
  align-items: flex-start;
  position: relative;
}

.root .p-8 {
  width: 1232px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.root .element-14 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: #4a5462;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-21 {
  display: flex;
  flex-wrap: wrap;
  width: 1232px;
  height: 1015px;
  align-items: flex-start;
  gap: 40px 40px;
  position: relative;
}

.root .DIV-22 {
  height: 469.5px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  background: linear-gradient(
    51deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(240, 253, 250, 1) 100%
  );
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-start;
  position: relative;
}

.root .DIV-23 {
  height: 256px;
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-start;
  position: relative;
}

.root .IMG-3 {
  max-width: 384px;
  width: 384px;
  height: 256px;
  position: relative;
  object-fit: cover;
}

.root .DIV-24 {
  height: 213.5px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-start;
  position: relative;
}

.root .h-wrapper {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

.root .h-6 {
  width: 320px;
  height: 36px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-15 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #1f2937;
  font-size: 30px;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .p-9 {
  flex-wrap: wrap;
  width: 320px;
  height: 97.5px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-16 {
  position: relative;
  display: -webkit-box;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 97.5px;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #374050;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.root .DIV-25 {
  height: 181px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-start;
  position: relative;
}

.root .p-10 {
  flex-wrap: wrap;
  width: 320px;
  height: 65px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-17 {
  display: -webkit-box;
  width: 320px;
  height: 65px;
  margin-top: -1.00px;
  font-weight: 400;
  color: #374050;
  font-size: 20px;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-26 {
  height: 505.5px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  background: linear-gradient(
    54deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(240, 253, 250, 1) 100%
  );
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-start;
  position: relative;
}

.root .DIV-27 {
  display: flex;
  flex-direction: column;
  width: 384px;
  height: 249.5px;
  align-items: flex-start;
  padding: 32px;
  position: relative;
}

.root .h-7 {
  flex-wrap: wrap;
  width: 320px;
  height: 72px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-18 {
  display: -webkit-box;
  width: 320px;
  height: 72px;
  margin-top: -1.00px;
  font-weight: 700;
  color: #1f2937;
  font-size: 30px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .flow {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 2417.5px;
  align-items: flex-start;
  padding: 96px 0px;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.root .DIV-28 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1280px;
  height: 2225.5px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .DIV-29 {
  display: flex;
  flex-direction: column;
  width: 1232px;
  height: 185.5px;
  align-items: flex-start;
  padding: 44px;
  position: relative;
  background-color: #fef1f1;
  border-radius: 24px;
  border: 4px solid;
  border-color: #f77070;
}

.root .p-11 {
  flex-wrap: wrap;
  width: 1144px;
  height: 97.5px;
  align-items: flex-start;
  justify-content: center;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-19 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #db2525;
  font-size: 30px;
  text-align: center;
  line-height: 48.8px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .element-20 {
  display: flex;
  width: fit-content;
  font-weight: 700;
  color: #db2525;
  font-size: 30px;
  text-align: center;
  line-height: 48.8px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-30 {
  display: flex;
  flex-direction: column;
  width: 1232px;
  height: 1792px;
  align-items: flex-start;
  position: relative;
}

.root .DIV-31 {
  width: 1232px;
  height: 320px;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  display: flex;
  position: relative;
}

.root .DIV-32 {
  flex-direction: column;
  width: 378.67px;
  height: 256px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.root .IMG-4 {
  max-width: 378.67px;
  width: 378.67px;
  height: 256px;
  position: relative;
  object-fit: cover;
}

.root .DIV-33 {
  flex-direction: column;
  width: 757.33px;
  height: 143px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.root .DIV-34 {
  width: 757.33px;
  height: 80px;
  align-items: center;
  gap: 24px;
  display: flex;
  position: relative;
}

.root .SPAN-wrapper {
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(
    45deg,
    rgba(37, 99, 235, 1) 0%,
    rgba(20, 184, 166, 1) 100%
  );
  display: flex;
  position: relative;
}

.root .SPAN {
  display: flex;
  width: 20.66px;
  height: 40px;
  align-items: center;
  position: relative;
}

.root .element-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -0.34px;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.root .h-8 {
  width: 216.02px;
  height: 40px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-22 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #1f2937;
  font-size: 36px;
  line-height: 40px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .p-12 {
  width: 757.33px;
  height: 39px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .margin-wrap-12 {
  display: inline-flex;
  align-items: flex-start;
  padding: 48px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-35 {
  display: flex;
  flex-direction: column;
  width: 757.33px;
  height: 182px;
  align-items: flex-start;
  position: relative;
}

.root .h-9 {
  width: 180.02px;
  height: 40px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .p-13 {
  flex-wrap: wrap;
  width: 757.33px;
  height: 78px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-23 {
  display: -webkit-box;
  width: 757.33px;
  height: 78px;
  margin-top: -1.00px;
  font-weight: 400;
  color: #374050;
  font-size: 24px;
  line-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .h-10 {
  display: flex;
  width: 252.02px;
  height: 40px;
  align-items: center;
  position: relative;
}

.root .about {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 900px;
  align-items: flex-start;
  padding: 96px 0px;
  position: relative;
  background-color: #ffffff;
}

.root .DIV-36 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1280px;
  height: 708px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .DIV-37 {
  display: flex;
  flex-wrap: wrap;
  width: 1232px;
  height: 524px;
  align-items: flex-start;
  gap: 48px 48px;
  position: relative;
}

.root .DIV-38 {
  display: flex;
  flex-direction: column;
  width: 592px;
  height: 524px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  background: linear-gradient(
    42deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(240, 253, 250, 1) 100%
  );
}

.root .h-11 {
  width: 512px;
  height: 36px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .DIV-39 {
  display: flex;
  flex-direction: column;
  width: 512px;
  height: 376px;
  align-items: flex-start;
  position: relative;
}

.root .DIV-40 {
  display: flex;
  flex-direction: column;
  width: 512px;
  height: 68px;
  align-items: flex-start;
  position: relative;
}

.root .margin-wrap-13 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.root .p-14 {
  width: 512px;
  height: 28px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-24 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: #4a5462;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .p-15 {
  width: 512px;
  height: 32px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .margin-wrap-14 {
  display: inline-flex;
  align-items: flex-start;
  padding: 24px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-41 {
  display: flex;
  flex-direction: column;
  width: 512px;
  height: 100px;
  align-items: flex-start;
  position: relative;
}

.root .p-16 {
  flex-wrap: wrap;
  width: 512px;
  height: 64px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-25 {
  position: relative;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #1f2937;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.root .grid-wrap {
  display: flex;
  flex-direction: column;
  width: 592px;
  height: 524px;
  align-items: flex-start;
  position: relative;
}

.root .IFRAME-wrapper {
  display: flex;
  flex-direction: column;
  width: 592px;
  height: 500px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
}

.root .IFRAME {
  position: relative;
  width: 592px;
  height: 500px;
}

.root .contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1836px;
  align-items: flex-start;
  padding: 96px 0px;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.root .margin-wrap-15 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 208px;
  position: relative;
  flex: 0 0 auto;
}

.root .DIV-42 {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  width: 1024px;
  height: 1644px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .DIV-43 {
  display: flex;
  flex-direction: column;
  width: 976px;
  height: 104px;
  align-items: flex-start;
  position: relative;
}

.root .h-12 {
  width: 976px;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.root .p-17 {
  width: 976px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.root .DIV-44 {
  display: flex;
  flex-wrap: wrap;
  width: 976px;
  height: 425px;
  align-items: flex-start;
  gap: 48px 48px;
  position: relative;
}

.root .DIV-45 {
  display: flex;
  flex-direction: column;
  width: 464px;
  height: 425px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
  background: linear-gradient(
    43deg,
    rgba(37, 99, 235, 1) 0%,
    rgba(20, 184, 166, 1) 100%
  );
}

.root .element-wrapper-2 {
  width: 384px;
  height: 36px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-26 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-46 {
  display: flex;
  flex-direction: column;
  width: 384px;
  height: 277px;
  align-items: flex-start;
  position: relative;
}

.root .DIV-47 {
  display: flex;
  flex-direction: column;
  width: 384px;
  height: 156px;
  align-items: flex-start;
  position: relative;
}

.root .margin-wrap-16 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 12px;
  position: relative;
  flex: 0 0 auto;
}

.root .p-18 {
  width: 384px;
  height: 28px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-27 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .p-19 {
  flex-wrap: wrap;
  width: 384px;
  height: 56px;
  align-items: flex-start;
  gap: 0px 0px;
  opacity: 0.9;
  display: flex;
  position: relative;
}

.root .element-28 {
  display: -webkit-box;
  width: 384px;
  height: 56px;
  margin-top: -1.00px;
  opacity: 0.9;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-48 {
  display: flex;
  flex-direction: column;
  width: 384px;
  height: 97px;
  align-items: flex-start;
  padding: 25px 0px 0px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff4c;
}

.root .p-20 {
  width: 384px;
  height: 32px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-29 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-49 {
  display: flex;
  flex-direction: column;
  width: 464px;
  height: 425px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
}

.root .p-21 {
  flex-wrap: wrap;
  width: 384px;
  height: 97.5px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-30 {
  display: -webkit-box;
  width: 384px;
  height: 97.5px;
  margin-top: -1.00px;
  font-weight: 400;
  color: #374050;
  font-size: 20px;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-50 {
  display: flex;
  flex-direction: column;
  width: 976px;
  height: 971px;
  align-items: flex-start;
  padding: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
}

.root .h-13 {
  width: 896px;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.root .element-31 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #1f2937;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .contact-form {
  display: flex;
  flex-direction: column;
  width: 896px;
  height: 823px;
  align-items: flex-start;
  position: relative;
}

.root .DIV-51 {
  display: flex;
  flex-direction: column;
  width: 896px;
  height: 108px;
  align-items: flex-start;
  position: relative;
}

.root .LABEL {
  display: flex;
  width: 896px;
  height: 32px;
  align-items: center;
  position: relative;
}

.root .element-32 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #374050;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .element-33 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #ef4444;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .div-2 {
  width: 896px;
  height: 64px;
  padding: 18px 26px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid;
  border-color: #d0d5da;
  display: flex;
  align-items: center;
}

.root .text-wrapper-2 {
  position: absolute;
  top: 18px;
  left: 26px;
  width: 844px;
  height: 28px;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #9ca2af;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.root .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 844px;
  margin-top: -2.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.root .email {
  position: absolute;
  top: 18px;
  left: 26px;
  width: 844px;
  height: 28px;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #9ca2af;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
}

.root .DIV-52 {
  display: flex;
  flex-direction: column;
  width: 896px;
  height: 291px;
  align-items: flex-start;
  position: relative;
}

.root .message {
  display: flex;
  width: 896px;
  height: 204px;
  align-items: flex-start;
  padding: 18px 26px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid;
  border-color: #d0d5da;
}

.root .message-2 {
  position: absolute;
  top: 18px;
  left: 26px;
  width: 844px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #9ca2af;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1000;
  -webkit-box-orient: vertical;
}

.root .message-3 {
  position: relative;
  width: 844px;
  height: 168px;
  margin-top: -2.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.root .margin-wrap-17 {
  display: inline-flex;
  align-items: flex-start;
  padding: 8px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.root .p-22 {
  width: 896px;
  height: 28px;
  align-items: center;
  display: flex;
  position: relative;
}

.root .element-34 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: #6a7280;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .BUTTON-4 {
  all: unset;
  box-sizing: border-box;
  width: 896px;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 24px 0px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 1) 0%,
    rgba(20, 184, 166, 1) 100%
  );
  display: flex;
  position: relative;
}

.root .element-35 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  text-shadow: 0px 10px 15px #0000001a;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .FOOTER {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 317px;
  align-items: flex-start;
  padding: 48px 0px;
  position: relative;
  background-color: #1f2937;
}

.root .DIV-53 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1280px;
  height: 221px;
  align-items: flex-start;
  padding: 0px 24px;
  position: relative;
}

.root .DIV-54 {
  display: flex;
  flex-wrap: wrap;
  width: 1232px;
  height: 128px;
  align-items: flex-start;
  gap: 48px 48px;
  position: relative;
}

.root .DIV-55 {
  display: flex;
  flex-direction: column;
  width: 378.66px;
  height: 128px;
  align-items: flex-start;
  position: relative;
}

.root .logo-wrapper {
  display: flex;
  width: 378.66px;
  height: 32px;
  align-items: center;
  position: relative;
}

.root .logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pacifico", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.root .p-23 {
  flex-wrap: wrap;
  width: 378.66px;
  height: 58.5px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-36 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: #d0d5da;
  font-size: 18px;
  line-height: 29.2px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .element-37 {
  display: flex;
  width: fit-content;
  margin-bottom: -0.50px;
  font-weight: 400;
  color: #d0d5da;
  font-size: 18px;
  line-height: 29.2px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-56 {
  display: flex;
  flex-direction: column;
  width: 378.67px;
  height: 128px;
  align-items: flex-start;
  position: relative;
}

.root .div-3 {
  width: 378.67px;
  display: flex;
  height: 28px;
  align-items: center;
  position: relative;
}

.root .element-38 {
  display: flex;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .icon-wrapper {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 8px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.root .icon {
  position: relative;
  width: 18.02px;
  height: 18px;
}

.root .group {
  width: 72.00%;
  height: 75.00%;
  top: 12.50%;
  left: 14.00%;
  background-image: url(./img/vector.svg);
  position: relative;
  background-size: 100% 100%;
}

.root .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #d0d5da;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.root .group-2 {
  width: 80.00%;
  height: 83.33%;
  top: 8.33%;
  left: 10.00%;
  background-image: url(./img/vector-1.svg);
  position: relative;
  background-size: 100% 100%;
}

.root .h-14 {
  width: 378.66px;
  display: flex;
  height: 28px;
  align-items: center;
  position: relative;
}

.root .p-24 {
  flex-wrap: wrap;
  width: 378.66px;
  height: 84px;
  align-items: flex-start;
  gap: 0px 0px;
  display: flex;
  position: relative;
}

.root .element-39 {
  display: flex;
  width: fit-content;
  font-weight: 400;
  color: #d0d5da;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", Helvetica;
  letter-spacing: 0;
}

.root .DIV-57 {
  display: flex;
  flex-direction: column;
  width: 1232px;
  height: 61px;
  align-items: flex-start;
  padding: 33px 0px 0px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #374050;
}

.root .p-25 {
  width: 1232px;
  height: 28px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.root .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #9ca2af;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.root .split-margin {
  position: relative;
  width: 8px;
  height: 1px;
  opacity: 0;
}

/*  経営理念セクションの中央寄せ修正 */
.root .margin-wrap-wrapper,
.root .DIV-5,
.root .DIV-7,
.root .DIV-8,
.root .DIV-6,
.root .p-2,
.root .p-3,
.root .p-4 {
  align-items: center !important;
  text-align: center !important;
}

/* 青?緑グラデーションのメッセージブロック */
.root .DIV-7 {
  display: flex !important;
  justify-content: center !important;
}

/* 経営理念の白い説明 BOX */
.root .DIV-8 {
  display: flex !important;
  justify-content: center !important;
}

/*  お問い合わせセクション */
.root .contact,
.root .margin-wrap-15,
.root .DIV-42,
.root .DIV-43,
.root .DIV-44,
.root .DIV-45,
.root .DIV-49,
.root .p-21 {
  align-items: center !important;
  text-align: center !important;
}

/* 問い合わせフォーム内（入力欄）は中央揃えだけど入力文字は左の方が自然なためそのまま */
.root .div-2 input,
.root .message textarea {
  text-align: left !important;
}

/* メッセージ見出し部分は中央のままで OK */
.root .h-12,
.root .p-17 {
  text-align: center !important;
  justify-content: center !important;
}

/* 送信ボタンも中央に */
.root .BUTTON-4 {
  margin-left: auto;
  margin-right: auto;
}



.FOOTER {
  width: 100% !important;
  background-color: #1f2937 !important;
  min-height: 320px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* 送信ボタンの下に余白つけて黒い部分が途切れないように */
.contact-form {
  margin-bottom: 120px !important;
}

/* ====== お問い合わせフォーム 共通スタイル ====== */

/* 外側の白い枠（名前・電話・メール） */
.root .contact-form .div-2 {
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid #d0d5da;
  padding: 0;
  box-sizing: border-box;
}

/* お問い合わせ内容の枠 */
.root .contact-form .message {
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid #d0d5da;
  padding: 0;
  box-sizing: border-box;
}

/* 実際に入力するフィールド（input / textarea） */
.root .contact-form input,
.root .contact-form textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 18px 26px;
  box-sizing: border-box;
  background: transparent;
  font-family: "Roboto", Helvetica;
  font-size: 20px;
  color: #000000;
}

/* ダミーのプレースホルダー要素は無効化 */
.root .text-wrapper-2,
.root .message-2 {
  display: none;
}

/* テキストエリアは上から入力されるように */
.root .contact-form textarea {
  resize: vertical;
  line-height: 28px;
  text-align: left;
}

/* 送信ボタンを中央に */
.root .BUTTON-4 {
  margin-left: auto;
  margin-right: auto;
}

/* ===== メールアドレス入力位置の補正 ===== */
.root .email {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  padding: 18px 26px !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-sizing: border-box !important;
  font-family: "Roboto", Helvetica !important;
  font-size: 20px !important;
  color: #000000 !important;
}

/* ===== ページ全体の高さ固定を解除してフッターをすぐ下に表示 ===== */
.root {
  height: auto !important;      /* 9970px を打ち消す */
  min-height: 100vh;            /* 画面全体の高さはキープ */
}

.root .DIV,
.root .top,
.root .contact,
.root .DIV-42 {
  height: auto !important;      /* 各セクションの固定高さを解除 */
}

/* フッターの見た目を確実に出す */
.root .FOOTER {
  width: 100% !important;
  background-color: #1f2937 !important;
  min-height: 320px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* contactフォームの余計な下マージンも少しだけにする */
.root .contact-form {
  margin-bottom: 40px !important;
}

.footer-logo-img {
  height: 32px;
  display: block;
  object-fit: contain;
}

/* ヒーローのお問い合わせボタン用 */
.BUTTON-3,
.hero-contact-link {
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* ヘッダーメニュー（要素をクリック可能に） */
.root .NAV a,
.root .element-wrapper,
.root .div-wrapper,
.root .button,
.root .BUTTON-2 {
  cursor: pointer !important;
  text-decoration: none !important;
}

/* ロゴにも適用（念のため） */
.BUTTON img {
    cursor: pointer;
}

/* 送信ボタン */
.BUTTON-4 {
    cursor: pointer;
}

/* 送信ボタン：カーソルを手にする */
.BUTTON-4,
.BUTTON-4 * {
  cursor: pointer;
}

/* =========================
   COMPANY ページ用レイアウト
   ========================= */

/* ページ全体 */
.company-page {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}

/* 見出し */
.company-hero {
  padding: 80px 0 40px;
  text-align: center;
}

.company-hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.company-title-en {
  font-size: 40px;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px;
}

.company-title-ja {
  font-size: 18px;
  color: #4b5563;
  margin: 0;
}

/* 画像＋テキスト部分 */
.company-content {
  padding-bottom: 40px;
}

.company-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: stretch;
  text-align: left; /* 全体を左寄せ */
}

/* 左側の写真 */
.company-image {
  flex:
/* =========================
   会社概要ページ 調整修正
========================= */

/* 画像＋情報エリアを画面幅いっぱいに */
.company-content-inner {
  width: 100% !important;
  max-width: none !important; /* 最大幅制限解除 */
  display: flex;
  gap: 60px !important;       /* 少し広めの余白 */
  align-items: flex-start;
  justify-content: center;
  padding: 0 40px;            /* 画面端の余白 */
  box-sizing: border-box;
}

/* 左側の画像 */
.company-image img {
  width: 100%;
  height: auto;
  max-width: 750px;           /* 画像を少し大きく */
  border-radius: 12px;
}

/* 会社情報の調整 */
.company-info {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.company-info-list {
  width: 100%;
  margin: 0;
}

/* 改行させず「項目：内容」を1行で表示 */
.company-info-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 18px !important;
  line-height: 1.9 !important; /* 読みやすい高さ */
  margin: 4px 0 !important;
}

.company-info-row dt {
  font-weight: 600;
  color: #374151;
  white-space: nowrap;  /* 改行させない */
}

.company-info-row dd {
  margin: 0;
  flex: 1;
  color: #111827;
  white-space: nowrap;  /* 改行させない */
}

/* PC・タブレット幅で全体バランス調整 */
@media (min-width: 900px) {
  .company-content-inner {
    max-width: 1400px; /* 過剰拡大防止 */
  }
}

/* =========================
   📌 会社概要ページ レイアウト調整（強制反映版）
========================= */

/* ヘッダー幅に合わせて全体配置 */
.root .company-content-inner {
  width: 100% !important;
  max-width: 1400px !important;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 60px !important;
  padding: 0 40px !important;
}

/* 画像を大きく（デスクトップ時） */
.root .company-image img {
  width: 100% !important;
  max-width: 750px !important;
  height: auto !important;
  border-radius: 12px !important;
  display: block !important;
}

/* 右側情報欄 */
.root .company-info {
  flex: 1 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

/* 「項目：内容」を１行で表示 */
.root .company-info-row {
  display: flex !important;
  gap: 12px !important;
  align-items: baseline !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin: 6px 0 !important;
  white-space: nowrap !important;
}

.root .company-info-row dt {
  font-weight: 600 !important;
  color: #374151 !important;
  white-space: nowrap !important;
}

.root .company-info-row dd {
  margin: 0 !important;
  color: #111827 !important;
  white-space: nowrap !important;
}

/* 📱 スマホ時（自動で縦並び）*/
@media (max-width: 900px) {
  .root .company-content-inner {
    flex-direction: column !important;
    padding: 0 20px !important;
  }

  .root .company-image img {
    max-width: 100% !important;
  }

  .root .company-info-row {
    font-size: 16px !important;
  }
}

/* ===== レイアウト最終調整 ===== */

/* 情報と画像の左右バランス調整 */
.company-content-inner {
  justify-content: space-between !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

/* 会社情報欄を少し左に寄せる（中央バランス） */
.company-info {
  flex: 0.9 !important;
}

.company-image {
  flex: 1.1 !important;
}

/* デスクトップ表示時、さらにバランス調整 */
@media (min-width: 1200px) {
  .company-content-inner {
    max-width: 1300px !important;
    padding: 0 60px !important;
  }
}

/* 項目名のデザイン改善 */
.company-info-row dt {
  font-weight: 700 !important;
  color: #1f2937 !important; /* 少し濃いグレー */
  letter-spacing: 0.03em;
}

/* 自動改行（メールアドレスなど長い文字に対応） */
.company-info-row dd {
  white-space: normal !important;
  word-break: break-word;
}

/* 項目と内容の文字サイズを少しだけ調整 */
.company-info-row {
  font-size: 17px !important;
  margin-bottom: 14px !important;
}

