:root {
  /* 一番優先で Noto Sans CJK JP を指定 */
  --default-font-family: 'Noto Sans CJK JP', sans-serif;
}

body{
  margin: 0;
}

.button{
  text-decoration: none;
}

.sp-only { display: block; }
  .pc-only { display: none; }
  .main-container {
    overflow: hidden;
  }
  /* SP版ヘッダー固定 */
.main-container.sp-only .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;  /* 必要に応じて調整 */
  background: #ffffff;
}

 /* ニュース一覧（SP） */
 .news-container .news-item {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 6px 0;
   }

.news-container{
  background:#ffffff;
  padding: 30px 20px;
  border-radius: 10px;
}
  
   .news-container .news-item .date {
  flex: 0 0 80px;          /* SPは少し狭めに */
  text-align: left;
  font-size: 14px;         /* SP向けフォントサイズ */
   }
  
   .news-container .news-item .title {
  flex: 1;
  margin-left: 12px;
  text-align: left;
  font-size: 16px;
   }
.news{
  font-weight: 900;
  font-size: 20px;
  font-family: Noto Sans CJK JP, var(--default-font-family);
}

/* ヘッダー分だけコンテンツを下げる */
.main-container.sp-only .frame,
.main-container.sp-only .div,
.main-container.sp-only .fv {
  margin-top: 72px;  /* ヘッダーのbox-sizing:border-box時のheightと同じ数値 */
}

  
/* ロゴを並べるアイテムに高さ・幅・切り抜きを指定 */
.logo-item {
  flex: 0 0 auto;        /* 横並びでサイズ固定 */
  overflow: hidden;      /* はみ出した部分を切り捨て */
  display: flex;
  align-items: center;   /* 中央揃え */
  justify-content: center;
}
.div-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  height: 593px;
  padding: 40px 20px 60px 20px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/AkTbRoY0nj.png)
    no-repeat center;
  background-size: cover;
  z-index: 22;
}

/* 画像はコンテナいっぱいに「収める」 */
.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   /* 縦横比を崩さず収める */
  display: block;
}

  .main-container,
  .main-container * {
    box-sizing: border-box;
  }
  
  input,
  select,
  textarea,
  button {
    outline: 0;
  }
  
.main-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; /* include padding */
  overflow: hidden;
}
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    height: 72px;
    margin: 0 0 0 0;
    padding: 25px 20px 25px 20px;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    z-index: 237;
  }
  .image {
    flex-shrink: 0;
    position: relative;
    width: 120px;
    height: 30px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/VjzaYoj2WU.png)
      no-repeat center;
    background-size: cover;
    z-index: 238;
  }
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 160px;
    height: 40px;
    padding: 24px 80px;
    background: #cb2128;
    z-index: 239;
    border-radius: 52px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .contact {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 15px;
    color: #ffffff;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0.75px;
    z-index: 240;
  }
  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    top: 0;
    width: 100%;
  }
  .fv {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    height: 865.499px;
    z-index: 1;
  }
  .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 10px;
    position: absolute;
    height: 702px;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  .clip-path-group {
    flex-shrink: 0;
    position: relative;
    width: 100vw;
    height: 930.768px;
    z-index: 3;
  }
  .dev-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 44px;
    position: relative;
    width: 100%;
    padding: 60px 0 80px 0;
    background:
    linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,1)),
      url('https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-05/uXkUCFxUMs.png')
      no-repeat center/cover;
    background-size: cover;
    z-index: 28;
  }
  .group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://e-autec.com/taikanLP/img/uzmiRCcuod.webp)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 4;
  }
  .adobe-stock {
    flex-shrink: 0;
    position: absolute;
    max-width: 768px;
    height: 309px;
    top: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/rGpczvHbNV.png)
      no-repeat center;
    position: absolute !important;
    width: 100vw !important;      /* ビューポート幅いっぱいに */
    background-size: cover;  
    left: 0;
    z-index: 99;
  }
  .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    position: absolute;
    width: 367px;
    height: 469px;
    top: 350px;
    left: 50%;
    transform: translate(-50.14%, 0);
    z-index: 6;
  }
  .experience-program {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 367px;
    min-width: 0;
    height: 104px;
    color: #cb2128;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 32px;
    font-weight: 900;
    line-height: 52.128px;
    text-align: left;
    z-index: 7;
    text-shadow: 0 0 20px #ffffff;
  }
  .knowledge-sharing {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 367px;
    min-width: 0;
    height: 84px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 19px;
    font-weight: 900;
    line-height: 27.512px;
    text-align: left;
    letter-spacing: 1.9px;
    z-index: 8;
    text-shadow: 0 0 14px #ffffff;
  }
  .kaizen-experience {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 367px;
    height: 104px;
    color: #262626;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    z-index: 9;
  }
  .contact-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 320px;
    height: 60px;
    padding: 24px 120px 24px 120px;
    background: #cb2128;
    z-index: 10;
    border-radius: 52px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .contact-link {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 29px;
    color: #ffffff;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 11;
  }
  .div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 28px;
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    
    padding: 40px 0 60px 0;
    z-index: 12;
  }
  .main-container.sp-only .frame {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .newscontent{
    width: 90%;
    font-family: Noto Sans CJK JP, var(--default-font-family) !important;
  }

  /* .fv と .div は可変幅にして、最大402px、中央寄せ */
  .main-container.sp-only .frame > .fv,
  .main-container.sp-only .frame > .div {
    width: 100% !important;        /* ビューポート幅に追従 */
    max-width: 768px !important;   /* 元の想定幅を上限に */
    margin: 0 auto !important;     /* 左右中央に */
    box-sizing: border-box;        /* パディング込み幅 */
  }
  .media-events {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 29px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 13;
  }
  .frame-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 14px;
    position: relative;
    min-width: 0;
    padding: 0 20px 0 20px;
    z-index: 14;
  }
  .div-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    min-width: 0;
    height: 593px;
    padding: 40px 20px 60px 20px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/AkTbRoY0nj.png)
      no-repeat center;
    background-size: cover;
    z-index: 22;
  }
  .div-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    min-width: 0;
    padding: 40px 0 60px 0;
    background: #ebf0fe;
    z-index: 23;
  }
  .recommended-for {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 24;
  }
  .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    width: 340px;
    z-index: 25;
  }
  .list-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    width: 340px;
    height: 320px;
    padding: 14px 70px 14px 70px;
    background: #ffffff;
    z-index: 26;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .layer {
    flex-shrink: 0;
    position: relative;
    width: 260px;
    height: 180px;
    z-index: 27;
    overflow: hidden;
  }
  .layer-d {
    position: relative;
    width: 209px;
    height: 170px;
    margin: 7px 0 0 25px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/ipzMstU77o.png)
      no-repeat center;
    background-size: cover;
    z-index: 28;
    overflow: hidden;
  }
  .dx-anxiety {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 284px;
    height: 80px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    z-index: 29;
  }
  .list-e {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    width: 340px;
    height: 320px;
    padding: 14px 70px 14px 70px;
    background: #ffffff;
    z-index: 30;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .digital-technology {
    flex-shrink: 0;
    position: relative;
    width: 260px;
    height: 180px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/WsProhKuJh.png)
      no-repeat center;
    background-size: cover;
    z-index: 31;
    overflow: hidden;
  }
  .digital-technology-anxiety {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 284px;
    height: 80px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    z-index: 32;
  }
  .list-f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    width: 340px;
    height: 320px;
    padding: 14px 70px 14px 70px;
    background: #ffffff;
    z-index: 33;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .edit-mode {
    flex-shrink: 0;
    position: relative;
    width: 246px;
    height: 182px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/wWUB3DJiSC.png)
      no-repeat center;
    background-size: cover;
    z-index: 34;
    overflow: hidden;
  }
  .dx-implementation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 284px;
    height: 80px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    z-index: 35;
  }
  .div-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    min-width: 0;
    background: #ffffff;
    z-index: 36;
  }
  .bg-11 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2.55px;
    position: absolute;
    width: 444.779px;
    height: 152px;
    top: 0;
    left: 0;
    z-index: 37;
    overflow: hidden;
  }
  .group-12 {
    flex-shrink: 0;
    position: relative;
    width: 457.721px;
    height: 165.416px;
    z-index: 38;
  }
  .circle {
    position: absolute;
    width: 100%;
    height: 97.7%;
    top: 0;
    left: 0;
    z-index: 42;
  }
  .clip-path-group-13 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 43;
  }
  .group-14 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/KAH2HnzgWf.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 44;
  }
  .wave {
    position: absolute;
    width: 67.67%;
    height: 94.26%;
    top: 5.74%;
    left: 1.35%;
    z-index: 39;
  }
  .clip-path-group-15 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 40;
  }
  .group-16 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/ZXVdaLTYTP.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 41;
  }
  .bg-17 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2.416px;
    position: absolute;
    width: 421.369px;
    height: 144px;
    right: 0;
    bottom: 0px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/SwJ3ZRE7tA.png)
      no-repeat center;
    background-size: cover;
    z-index: 45;
    overflow: hidden;
  }
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    width: 90%;
    z-index: 46;
  }
  .point {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 104px;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 47;
  }
  .list-18 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    z-index: 48;
  }
  .text-19 {
    flex-shrink: 0;
    position: relative;
    width: 370px;
    height: 73px;
    font-size: 0px;
    z-index: 49;
  }
  .experience-program-1a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 330px;
    height: 52px;
    margin: 3px 0 0 21px;
    color: #ffffff;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    text-overflow: initial;
    z-index: 51;
    overflow: hidden;
  }
  .rectangle {
    position: absolute;
    width: 370px;
    height: 73px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/Y0t02iTb2s.png)
      no-repeat center;
    background-size: cover;
    z-index: 50;
  }
  .list-1b {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 28px;
    position: relative;
    z-index: 52;
  }
  .list-1c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 53;
    border-radius: 20px;
  }
  .factory-tour-scenery {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    height: 246.667px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/gC4eOtMWKs.png)
      no-repeat center;
    background-size: cover;
    z-index: 54;
  }
  .frame-1d {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
    width: 347px;
    z-index: 55;
  }
  .text-d {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 65px;
    height: 77px;
    color: #cb2128;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 60px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    white-space: nowrap;
    z-index: 58;
  }
  .rectangle-1e {
    flex-shrink: 0;
    position: absolute;
    width: 73px;
    height: 22px;
    top: 42.333px;
    left: 77px;
    background: #ffeaae;
    z-index: 57;
  }
  .case-study {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 270px;
    height: 58px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    text-overflow: initial;
    z-index: 59;
    overflow: hidden;
  }
  .rectangle-1f {
    flex-shrink: 0;
    position: absolute;
    width: 114px;
    height: 22px;
    top: 15.333px;
    left: 195px;
    background: #ffeaae;
    z-index: 56;
  }
  .list-20 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 60;
    border-radius: 20px;
  }
  .factory-tour-scenery-21 {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    height: 246.667px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/j3ThPG87Wr.png)
      no-repeat center;
    background-size: cover;
    z-index: 61;
  }
  .frame-22 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
    z-index: 62;
  }
  .text-f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 65px;
    height: 77px;
    color: #cb2128;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 60px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    white-space: nowrap;
    z-index: 64;
  }
  .hands-on-experience {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    width: 293px;
    height: 87px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    z-index: 65;
  }
  .rectangle-23 {
    flex-shrink: 0;
    position: absolute;
    width: 228px;
    height: 22px;
    top: 29.666px;
    left: 110px;
    background: #ffeaae;
    z-index: 63;
  }
  .list-24 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 66;
    border-radius: 20px;
  }
  .factory-tour-scenery-25 {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    height: 246.667px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/bY1mH9hJ0M.png)
      no-repeat center;
    background-size: cover;
    z-index: 67;
  }
  .frame-26 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
    z-index: 68;
  }
  .text-11 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 65px;
    height: 77px;
    color: #cb2128;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 60px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    white-space: nowrap;
    z-index: 71;
  }
  .transformation-hints {
    flex-shrink: 0;
    position: absolute;
    width: 235px;
    height: 22px;
    top: 30px;
    left: 75px;
    background: #ffeaae;
    z-index: 69;
  }
  .rectangle-27 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    width: 293px;
    height: 87px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    z-index: 72;
  }
  .rectangle-28 {
    flex-shrink: 0;
    position: absolute;
    width: 81px;
    height: 22px;
    top: 3px;
    left: 281px;
    background: #ffeaae;
    z-index: 70;
  }
  .div-29 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    min-width: 0;
    padding: 40px 0 60px 0;
    background: #ebf0fe;
    z-index: 73;
  }
  .frame-2a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 74;
  }
  .program {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 194px;
    height: 52px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 36px;
    font-weight: 900;
    line-height: 52px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 3.6px;
    z-index: 75;
  }
  .curriculum-note {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 22px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    z-index: 76;
  }
  .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    z-index: 77;
  }
  .list-2b {
    flex-shrink: 0;
    position: relative;
    width: 374px;
    height: 147px;
    font-size: 0px;
    z-index: 78;
  }
  .assembly-reception {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 71px;
    height: 50px;
    margin: 58.399px 0 0 74.224px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 17.600000381469727px;
    font-weight: 900;
    line-height: 25.485px;
    text-align: center;
    z-index: 79;
  }
  .group-2c {
    position: absolute;
    width: 374px;
    height: 147px;
    top: 0;
    left: 0;
    z-index: 80;
  }
  .group-2d {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    font-size: 0px;
    z-index: 86;
  }
  .text-16 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 15.2px;
    height: 24px;
    margin: 17px 22px;
    color: #ffffff;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 88;
  }
  .ellipse {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/CmdwBhHOEc.png)
      no-repeat center;
    background-size: cover;
    z-index: 87;
    border-radius: 50%;
  }
  .ellipse-2e {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 9px;
    left: 316px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/UjumctD76s.png)
      no-repeat center;
    background-size: cover;
    z-index: 89;
    border-radius: 50%;
  }
  .frame-2f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    position: absolute;
    width: 360px;
    height: 130px;
    top: 17px;
    left: 9px;
    padding: 30px 36px 30px 56px;
    background: #ffffff;
    border: 2px solid #4766b5;
    z-index: 81;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .frame-30 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 54px;
    z-index: 82;
  }
  .group-31 {
    flex-shrink: 0;
    position: relative;
    width: 45.643px;
    height: 61.945px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/QNHn2BkOL2.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 83;
  }
  .frame-32 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 16px;
    position: relative;
    min-width: 0;
    z-index: 84;
  }
  .assembly-reception-33 {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 29px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 85;
  }
  .text-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 42px;
    height: 28px;
    top: 24.8px;
    left: calc(50% - -137.61px);
    color: #4766b5;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 90;
  }
  .list-34 {
    flex-shrink: 0;
    position: relative;
    width: 374px;
    height: 147px;
    font-size: 0px;
    z-index: 91;
  }
  .assembly-reception-35 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 71px;
    height: 50px;
    margin: 58.399px 0 0 74.224px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 17.600000381469727px;
    font-weight: 900;
    line-height: 25.485px;
    text-align: center;
    z-index: 92;
  }
  .group-36 {
    position: absolute;
    width: 374px;
    height: 147px;
    top: 0;
    left: 0;
    z-index: 93;
  }
  .group-37 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    font-size: 0px;
    z-index: 100;
  }
  .span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 15.2px;
    height: 24px;
    margin: 17px 22px;
    color: #ffffff;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 102;
  }
  .ellipse-38 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/b4iDtdGJT5.png)
      no-repeat center;
    background-size: cover;
    z-index: 101;
    border-radius: 50%;
  }
  .ellipse-39 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 9px;
    left: 316px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/DBGQd6SU2J.png)
      no-repeat center;
    background-size: cover;
    z-index: 103;
    border-radius: 50%;
  }
  .frame-3a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    position: absolute;
    width: 360px;
    height: 130px;
    top: 17px;
    left: 9px;
    padding: 30px 36px 30px 56px;
    background: #ffffff;
    border: 2px solid #4766b5;
    z-index: 94;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .frame-3b {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 54px;
    z-index: 95;
  }
  .group-3c {
    flex-shrink: 0;
    position: relative;
    width: 54px;
    height: 60.75px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/Y4Rs3kbBDK.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 96;
  }
  .frame-3d {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 16px;
    position: relative;
    min-width: 0;
    z-index: 97;
  }
  .agenda-description {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 29px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 98;
  }
  .training-overview {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 198px;
    height: 44px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 99;
  }
  .text-1d {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 28px;
    top: 24.8px;
    left: calc(50% - -143.61px);
    color: #4766b5;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 104;
  }
  .list-3e {
    flex-shrink: 0;
    position: relative;
    width: 374px;
    height: 147px;
    font-size: 0px;
    z-index: 105;
  }
  .on-site-registration {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 71px;
    height: 50px;
    margin: 58.399px 0 0 74.224px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 17.600000381469727px;
    font-weight: 900;
    line-height: 25.485px;
    text-align: center;
    z-index: 106;
  }
  .group-3f {
    position: absolute;
    width: 374px;
    height: 147px;
    top: 0;
    left: 0;
    z-index: 107;
  }
  .group-40 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    font-size: 0px;
    z-index: 113;
  }
  .span-41 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 15.2px;
    height: 24px;
    margin: 17px 22px;
    color: #ffffff;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 115;
  }
  .ellipse-42 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/a1DEooxyQF.png)
      no-repeat center;
    background-size: cover;
    z-index: 114;
    border-radius: 50%;
  }
  .ellipse-43 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 9px;
    left: 316px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/3W9eHnpXNd.png)
      no-repeat center;
    background-size: cover;
    z-index: 116;
    border-radius: 50%;
  }
  .frame-44 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    position: absolute;
    width: 360px;
    height: 130px;
    top: 17px;
    left: 9px;
    padding: 30px 36px 30px 56px;
    background: #ffffff;
    border: 2px solid #4766b5;
    z-index: 108;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .group-45 {
    flex-shrink: 0;
    position: relative;
    width: 53.999px;
    height: 54px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/bEoAc4RSYh.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 109;
  }
  .frame-46 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 16px;
    position: relative;
    min-width: 0;
    z-index: 110;
  }
  .company-overview {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 29px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 111;
  }
  .dx-introduction {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 22px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 112;
  }
  .text-22 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 42px;
    height: 28px;
    top: 24.8px;
    left: calc(50% - -137.61px);
    color: #4766b5;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 117;
  }
  .list-47 {
    flex-shrink: 0;
    position: relative;
    width: 374px;
    height: 147px;
    font-size: 0px;
    z-index: 118;
  }
  .on-site-registration-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 71px;
    height: 50px;
    margin: 58.399px 0 0 74.224px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 17.600000381469727px;
    font-weight: 900;
    line-height: 25.485px;
    text-align: center;
    z-index: 119;
  }
  .group-49 {
    position: absolute;
    width: 374px;
    height: 147px;
    top: 0;
    left: 0;
    z-index: 120;
  }
  .group-4a {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    font-size: 0px;
    z-index: 126;
  }
  .span-4b {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 15.2px;
    height: 24px;
    margin: 17px 22px;
    color: #ffffff;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 128;
  }
  .ellipse-4c {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/5ev74FZkE3.png)
      no-repeat center;
    background-size: cover;
    z-index: 127;
    border-radius: 50%;
  }
  .ellipse-4d {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 9px;
    left: 316px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/rz7gbYZAyw.png)
      no-repeat center;
    background-size: cover;
    z-index: 129;
    border-radius: 50%;
  }
  .frame-4e {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    position: absolute;
    width: 360px;
    height: 130px;
    top: 17px;
    left: 9px;
    padding: 30px 36px 30px 48px;
    background: #ffffff;
    border: 2px solid #4766b5;
    z-index: 121;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .union {
    flex-shrink: 0;
    position: relative;
    width: 62px;
    height: 60.091px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/6DOgGOr0AD.png)
      no-repeat center;
    background-size: cover;
    z-index: 122;
  }
  .frame-4f {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 16px;
    position: relative;
    min-width: 0;
    z-index: 123;
  }
  .manufacturing-dx {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 29px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 124;
  }
  .manufacturing-site-visit {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 198px;
    height: 44px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 125;
  }
  .text-27 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 42px;
    height: 28px;
    top: 23.999px;
    left: calc(50% - -138px);
    color: #4766b5;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 130;
  }
  .list-50 {
    flex-shrink: 0;
    position: relative;
    width: 374px;
    height: 147px;
    font-size: 0px;
    z-index: 131;
  }
  .on-site-registration-51 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 71px;
    height: 50px;
    margin: 58.399px 0 0 74.224px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 17.600000381469727px;
    font-weight: 900;
    line-height: 25.485px;
    text-align: center;
    z-index: 132;
  }
  .group-52 {
    position: absolute;
    width: 374px;
    height: 147px;
    top: 0;
    left: 0;
    z-index: 133;
  }
  .group-53 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    font-size: 0px;
    z-index: 139;
  }
  .span-54 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 15.2px;
    height: 24px;
    margin: 17px 22px;
    color: #ffffff;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 141;
  }
  .ellipse-55 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/sgu1g4dNCb.png)
      no-repeat center;
    background-size: cover;
    z-index: 140;
    border-radius: 50%;
  }
  .ellipse-56 {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 9px;
    left: 316px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/RDXRKjYUvt.png)
      no-repeat center;
    background-size: cover;
    z-index: 142;
    border-radius: 50%;
  }
  .frame-57 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    position: absolute;
    width: 360px;
    height: 130px;
    top: 17px;
    left: 9px;
    padding: 30px 36px 30px 56px;
    background: #ffffff;
    border: 2px solid #4766b5;
    z-index: 134;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .group-58 {
    flex-shrink: 0;
    position: relative;
    width: 54px;
    height: 46.286px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/rxw84XxMMD.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 135;
  }
  .frame-59 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 16px;
    position: relative;
    min-width: 0;
    z-index: 136;
  }
  .management-dx {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 29px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 28.96px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 137;
  }
  .business-reform-ai-efficiency {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 198px;
    height: 44px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 138;
  }
  .text-2c {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 42px;
    height: 28px;
    top: 24.8px;
    left: calc(50% - -137.61px);
    color: #4766b5;
    font-family: DIN 2014, var(--default-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 143;
  }
  .polygon {
    flex-shrink: 0;
    position: absolute;
    width: 44px;
    height: 22px;
    top: 153px;
    left: 176.5px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/vv59bj5KiN.png)
      no-repeat center;
    background-size: cover;
    z-index: 144;
  }
  .polygon-5a {
    flex-shrink: 0;
    position: absolute;
    width: 44px;
    height: 22px;
    top: 320.001px;
    left: 176.5px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/qsSuJQgcLd.png)
      no-repeat center;
    background-size: cover;
    z-index: 145;
  }
  .polygon-5b {
    flex-shrink: 0;
    position: absolute;
    width: 44px;
    height: 22px;
    top: 487.001px;
    left: 176.5px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/pCE9W1v1L7.png)
      no-repeat center;
    background-size: cover;
    z-index: 146;
  }
  .polygon-5c {
    flex-shrink: 0;
    position: absolute;
    width: 44px;
    height: 22px;
    top: 654.001px;
    left: 176.5px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/BfCDpqGWGo.png)
      no-repeat center;
    background-size: cover;
    z-index: 147;
  }
  .contents-5d {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    width: 360px;
    z-index: 148;
  }
  .training-program {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 360px;
    height: 58px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    text-overflow: initial;
    z-index: 149;
    overflow: hidden;
  }
  .list-5e {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    min-width: 0;
    z-index: 150;
  }
  .list-5f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 36px;
    position: relative;
    padding: 30px 36px 30px 36px;
    background: #ffffff;
    z-index: 151;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .group-60 {
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 69px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/WWrKXVoQMK.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 152;
  }
  .frame-61 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 153;
  }
  .ixacs {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 154;
  }
  .iot-solution {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 288px;
    height: 88px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 155;
  }
  .list-62 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 36px;
    position: relative;
    padding: 30px 36px 30px 36px;
    background: #ffffff;
    z-index: 156;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .group-63 {
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 82.001px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/y6dMMeFHL1.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 157;
  }
  .frame-64 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 158;
  }
  .tunag {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 159;
  }
  .engagement-platform {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 288px;
    height: 88px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 160;
  }
  .list-65 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 36px;
    position: relative;
    padding: 30px 36px 30px 36px;
    background: #ffffff;
    z-index: 161;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .edit-mode-66 {
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 88px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/HcLzX64bOC.png)
      no-repeat center;
    background-size: cover;
    z-index: 162;
    overflow: hidden;
  }
  .frame-67 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 163;
  }
  .ai {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 164;
  }
  .ai-manufacturing {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 288px;
    height: 66px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 165;
  }
  .list-68 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 36px;
    position: relative;
    padding: 30px 36px 30px 36px;
    background: #ffffff;
    z-index: 166;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .group-69 {
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 80px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/x2Lq4JV2pi.png)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 167;
  }
  .frame-6a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 168;
  }
  .case-study-6b {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 169;
  }
  .digital-technology-6c {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 288px;
    height: 66px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 170;
  }
  .div-6d {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    min-width: 0;
    padding: 60px 21px 80px 21px;
    z-index: 171;
  }
  .participant-voice {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 52px;
    color: #4766b5;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 36px;
    font-weight: 900;
    line-height: 52px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 3.6px;
    z-index: 172;
  }
  .list-6e {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    z-index: 173;
  }
  .list-6f {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    width: 361.324px;
    z-index: 174;
    margin: 0 auto;
  }
  .frame-70 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    width: 70px;
    z-index: 175;
  }
  .icon {
    flex-shrink: 0;
    position: relative;
    width: 70px;
    height: 70px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/TiV01A4GpB.png)
      no-repeat center;
    background-size: cover;
    z-index: 176;
    overflow: hidden;
  }
  .financial-institution-branch-manager {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 56px;
    height: 44px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    z-index: 177;
  }
  .frame-71 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    width: 289.324px;
    z-index: 178;
  }
  .group-72 {
    flex-shrink: 0;
    position: relative;
    width: 289.324px;
    height: 110px;
    font-size: 0px;
    z-index: 179;
  }
  .case-study-feedback {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 240px;
    height: 66px;
    margin: 21px 0 0 29.586px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 181;
  }
  .union-73 {
    position: absolute;
    width: 289.324px;
    height: 110px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/dwSpD5tjT8.png)
      no-repeat center;
    background-size: cover;
    z-index: 180;
  }
  .list-74 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    width: 361.758px;
    z-index: 182;
    margin: 0 auto;
  }
  .frame-75 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    width: 70px;
    z-index: 183;
  }
  .icon-76 {
    flex-shrink: 0;
    position: relative;
    width: 70px;
    height: 70px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/Z5X3ctnmC0.png)
      no-repeat center;
    background-size: cover;
    z-index: 184;
    overflow: hidden;
  }
  .manufacturing-business-unit-director {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 56px;
    height: 44px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    z-index: 185;
  }
  .frame-77 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    width: 289.758px;
    z-index: 186;
  }
  .group-78 {
    flex-shrink: 0;
    position: relative;
    width: 289.758px;
    height: 110px;
    font-size: 0px;
    z-index: 187;
  }
  .digital-technology-benefits {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 240px;
    height: 66px;
    margin: 21.998px 0 0 30.195px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 189;
  }
  .union-79 {
    position: absolute;
    width: 289.758px;
    height: 110px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/RZNMNkka8D.png)
      no-repeat center;
    background-size: cover;
    z-index: 188;
  }
  .list-7a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    width: 361.744px;
    z-index: 190;
    margin: 0 auto;
  }
  .frame-7b {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    width: 70px;
    z-index: 191;
  }
  .icon-7c {
    flex-shrink: 0;
    position: relative;
    width: 70px;
    height: 70px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/DTZirzDaee.png)
      no-repeat center;
    background-size: cover;
    z-index: 192;
    overflow: hidden;
  }
  .university-professor {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 22px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 193;
  }
  .frame-7d {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    width: 289.744px;
    z-index: 194;
  }
  .group-7e {
    flex-shrink: 0;
    position: relative;
    width: 289.744px;
    height: 110px;
    font-size: 0px;
    z-index: 195;
  }
  .small-medium-manufacturing-dx {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 240px;
    height: 66px;
    margin: 22px 0 0 30.805px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    z-index: 197;
  }
  .union-7f {
    position: absolute;
    width: 289.744px;
    height: 110px;
    top: 0;
    left: 0;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/aozG5AM1XS.png)
      no-repeat center;
    background-size: cover;
    z-index: 196;
  }
  .div-80 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 44px;
    position: relative;
    min-width: 0;
    padding: 60px 21px 80px 21px;
    background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.1)),
      url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/39o5tVqr5v.png)
      no-repeat center;
    background-size: cover;
    z-index: 198;
  }
  .dx-ai-support-introduction {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 294px;
    height: 35px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 24px;
    font-weight: 900;
    line-height: 34.752px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.4px;
    z-index: 199;
  }
  .contents-81 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    padding: 30px 20px 30px 20px;
    background: #ffffff;
    z-index: 200;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(118, 121, 100, 0.1);
  }
  .text-82 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 14px;
    position: relative;
    z-index: 201;
  }
  .frame-83 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 25px;
    position: relative;
    z-index: 202;
  }
  .company-history {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;

    height: 286px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    z-index: 203;
  }
  .list-84 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 40px;
    position: relative;
    z-index: 204;
  }
  .list-85 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 290px;
    z-index: 205;
  }
  .rectangle-86 {
    flex-shrink: 0;
    position: relative;
    width: 290px;
    height: 210px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/PUvzWDERRU.png)
      no-repeat center;
    background-size: cover;
    z-index: 206;
  }
  .frame-87 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 9px;
    position: relative;
    z-index: 207;
  }
  .dx-support {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 36px;
    color: #cb2128;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 25px;
    font-weight: 900;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    z-index: 208;
  }
  .digital-tool-selection-support {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 290px;
    height: 78px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    text-overflow: initial;
    z-index: 209;
    overflow: hidden;
  }
  .list-88 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 290px;
    z-index: 210;
  }
  .rectangle-89 {
    flex-shrink: 0;
    position: relative;
    width: 290px;
    height: 210px;
    background: rgba(217, 217, 217, 0.2)
      url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/tSahmucMav.png)
      no-repeat center;
    background-size: cover;
    z-index: 211;
  }
  .frame-8a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 9px;
    position: relative;
    z-index: 212;
  }
  .densho-ai {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 36px;
    color: #cb2128;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 25px;
    font-weight: 900;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    z-index: 213;
  }
  .ai-tool-for-manufacturing {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 290px;
    height: 52px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    z-index: 214;
  }
  .list-8b {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 290px;
    z-index: 215;
  }
  .rectangle-8c {
    flex-shrink: 0;
    position: relative;
    width: 290px;
    height: 210px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/gBvtvLVm35.png)
      no-repeat center;
    background-size: cover;
    z-index: 216;
  }
  .frame-8d {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 9px;
    position: relative;
    z-index: 217;
  }
  .dx-training {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 36px;
    color: #cb2128;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 25px;
    font-weight: 900;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    z-index: 218;
  }
  .digital-tool-ai-training {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 192px;
    height: 78px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    text-overflow: initial;
    z-index: 219;
    overflow: hidden;
  }
  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    z-index: 220;
  }

  .frame-8f {

    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/DMasXX0wtQ.png)
      no-repeat center;
    
    z-index: 222;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 23.394px;
    position: relative;
    width: 360px;
    height: 100px;

    z-index: 223;
  }
  .banner-90 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 23.394px;
    position: relative;
    width: 360px;
    height: 100px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/XKLpMohN3j.png)
      no-repeat center;
    background-size: cover;
    z-index: 223;
  }
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 40px;
    position: relative;
    min-width: 0;
    padding: 60px 41px 80px 41px;
    background: #f5f5f5;
    z-index: 224;
  }
  .logo {
    flex-shrink: 0;
    position: relative;
    width: 100px;
    height: 120px;
    background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-05-02/BUmMPUvDcT.png)
      no-repeat center;
    background-size: cover;
    z-index: 225;
  }
  .frame-91 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 226;
  }
  .frame-92 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    z-index: 227;
  }
  .operating-company {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 26px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    white-space: nowrap;
    z-index: 228;
  }
  .autec-corporation {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 26px;
    color: #262626;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    white-space: nowrap;
    z-index: 229;
  }
  .address {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 26px;
    color: #262626;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    white-space: nowrap;
    z-index: 230;
  }
  .frame-93 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    z-index: 231;
  }
  .tel {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 26px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    white-space: nowrap;
    z-index: 232;
  }
  .tel-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 320px;
    height: 52px;
    color: #262626;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    text-overflow: initial;
    z-index: 233;
    overflow: hidden;
  }
  .frame-94 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    z-index: 234;
  }
  .email {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 26px;
    color: #262626;
    font-family: Noto Sans CJK JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    white-space: nowrap;
    z-index: 235;
  }
  .email-info {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 26px;
    color: #262626;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    white-space: nowrap;
    z-index: 236;
  }
