:root {
    --blue-primary: #1f6392;
    --blue-light: #326291;
    --blue-pale: #e8f2f9;
    --silver: #a8a8a8;
    --silver-light: #f0f0f0;
    --dark: #2c2c2c;
    --text: #3e3a39;
    --white: #ffffff;
    --border: #e0e0e0;
}

body {
  background-color: #ffffff;
  overflow-x: clip; /* clip はスクロールコンテナを作らないため sticky に影響しない */
}

#loading {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#loading.hidden {
  opacity: 0;
  pointer-events: none;
}

#loading .loading-logo {
  height: 36px;
}

#loading .loading-spinner {
  width: 32px;
  height: 32px;
  margin-top: 28px;
  border: 2px solid #e0e0e0;
  border-top-color: #555555;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
}

@keyframes loading-spin {
  to { transform: rotate(360deg); }
}

span {
  display: inline-block;
}

.menu-icon {
    display: none;
}

/* scroll-padding-top: 80px; */

.top .hero-img-header {
  display: flex;
  flex-direction: column;
  /* width: 1470px; */
  width: 100vw;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0px 20px;
  position: sticky;
  top: 0;
  flex: 0 0 auto;
  z-index: 6;
  background-color: #fffffff7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e0e0e0;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.top .container {
  display: flex;
  max-width: 1205px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.top .link-TID {
  position: relative;
  flex: 0 0 auto;
  height: 50px;
  aspect-ratio: 4.29;
  max-width: 215px;
  width: 25vw;
}

.top .nav {
  display: inline-flex;
  align-items: center;
  /* gap: 40.8px; */
  gap: min(40.8px, 4vw);
  position: relative;
  flex: 0 0 auto;
}

/* .top .link {
  position: relative;
  width: 41.28px;
  height: 22.48px;
} */

.top .text {
  /* position: absolute; */
  /* top: -1px; */
  left: 0;
  height: 23px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #3e3a39;
  font-size: 13.2px;
  letter-spacing: 0.66px;
  line-height: 22.5px;
  white-space: nowrap;
  /* width: fit-content; */
}

/* .top .text-wrapper {
  position: relative;
  width: 55.57px;
  height: 22.48px;
} */

.top .contact-btn {
  position: relative;
  width: fit-content;
  /* height: 47.52px; */
  background-color: #1f6392;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 12px 22px;
  gap: 11px;
}

.top .img {
  /* position: absolute; */
  /* height: calc(100% - 12px); */
  width: 20px;
}

.top .text-wrapper-2 {
  /* position: absolute; */
  /* top: 11px;
  left: 53px; */
  /* height: 23px; */
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 13.2px;
  letter-spacing: 0.66px;
  /* line-height: 22.5px; */
  white-space: nowrap;
}

.top .section-HERO {
  position: relative;
  width: 100%;
  /* align-self: stretch; */
  /* height: 774.4px; */
  /* z-index: 5; */
  background: linear-gradient(to bottom, #A8A8A8, #fff);
  display: flex;
  justify-content: center;
  padding: 64.39px 20px 72px;
  /* overflow: hidden; */
  /* overflow-x: hidden; */
  /* box-sizing: border-box; */
}

.top .hero-container {
  position: relative;
  max-width: 1205px;
  width: 100%;
  /* background-color: rgba(255, 99, 71, 0.486); */
}

.top .hero-img {
  position: absolute;
  /* top: 59px; */
  top: 0;
  right: 0px;
  width: 100%;
  /* background: #666666; */
}

.top .hero-img img {
  opacity: 0;
  transition: opacity 1s ease;
}

.top .hero-img img.active {
  opacity: 1;
}

.top .image1 {
  width: 50vw;
  /* max-width: 569px; */
  max-width: 470px;
  position: absolute;
  right: -25px;
  object-fit: contain;
}

.top .image2 {
  width: 40vw;
  max-width: 380px;
  position: absolute;
  right: 0px;
  object-fit: contain;
}

.top .image3 {
  width: 95vw;
  max-width: 800px;
  position: absolute;
  left: 51%;
  object-fit: contain;
}

.top .image4 {
  width: 30vw;
  max-width: 280px;
  position: absolute;
  /* right: 75px; */
  left: 69%;
  object-fit: contain;
}

.top .image5 {
  width: 67.5vw;
  max-width: 650px;
  position: absolute;
  right: -40px;
  /* left: 35%; */
  object-fit: contain;
}

.top .hero-elements {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* width: calc(100% - 264px); */
  align-items: flex-start;
  gap: 32.1px;
  
  /* position: absolute; */
  /* top: 9px; */
  /* left: 132px; */
}

.top .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .TOTAL-INDUSTRIAL {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: min(58.8px, 10vw);
  /* font-size: 58.8px; */
  letter-spacing: -0.59px;
  /* line-height: 79.4px; */
  line-height: 1.35em;
}

.top .span {
  color: #326291;
  letter-spacing: -0.35px;
}

.top .text-wrapper-3 {
  font-weight: 700;
  color: #2c2c2c;
  /* color: white; */
  letter-spacing: -0.35px;
  /* mix-blend-mode: difference; */
}

.top .TID-wrapper {
  position: relative;
  /* width: fit-content; */
  width: 100%;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  /* color: #555555; */
  color: white;
  font-size: 14.7px;
  letter-spacing: 0;
  line-height: 27.9px;
  mix-blend-mode: difference;
  /* opacity: .8; */
}

.top .container-3 {
  display: flex;
  /* align-items: flex-start; */
  gap: clamp(12px, 4vw, 16.31px);
  /* gap: 12px; */
  padding: 8.69px 0px 0px;
  position: relative;
  /* align-self: stretch; */
  max-width: 389px;
  width: 100%;
  /* flex: 0 0 auto; */
  /* background-color: #999; */
}

.top .link-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8.16px;
  /* padding: 15.68px min(32.63px, 3vw) 16.65px; */
  padding: min(15px, 4vw) min(32px, 3vw);
  /* position: relative; */
  /* align-self: stretch; */
  /* flex: 0 0 auto; */
  background-color: #1f6392;
  border-radius: 2px;

  width: calc(50% - 6px);
  /* max-width: 184px; */
  /* height: 57px; */
}

.top .container-4 {
  position: relative;
  flex: 0 0 auto;
}

.top .text-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  /* font-size: 14.7px; */
  font-size: min(14.7px, 4vw);
  letter-spacing: 0.73px;
  line-height: 25px;
  white-space: nowrap;
}

.top .link-3 {
  /* display: inline-flex; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8.16px;
  /* padding: 14.68px min(32.63px, 3vw) 15.65px; */
  padding: min(15px, 4vw) min(32px, 3vw);
  /* position: relative; */
  /* align-self: stretch; */
  /* flex: 0 0 auto; */
  border-radius: 2px;
  border: 1px solid;
  border-color: #1f6392;
  background-color: #dbdbdbad;

  backdrop-filter: blur(5px);

  width: calc(50% - 6px);
  /* height: 57px; */
}

.top .text-3 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #1f6392;
  /* font-size: 14.7px; */
  font-size: min(14.7px, 4vw);
  letter-spacing: 0.73px;
  line-height: 25px;
  white-space: nowrap;
}

.top .component-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12.2px;
  padding: 33.16px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .component {
  position: relative;
  max-width: 848px;
  /* width: 100%; */
  width: 65vw;
  /* height: 70.46px; */
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.top .background-border {
  display: flex;
  flex-direction: column;
  width: calc(50% - 6px);
  max-width: 160px;
  height: 100%;
  align-items: flex-start;
  gap: min(2.98px, .5vw);
  padding: min(12px, 2vw) min(19px, 3vw);
  border-radius: 4px;
  border: 1px solid;
  background-color: #ffffffe2;
  border-color: #E0E0E0;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

@media (hover: hover) {
  .top .background-border:hover {
    background-color: #e8f2f9;
    border-color: #1f6392;
  }
}
.top .background-border.active {
  background-color: #e8f2f9;
  border-color: #1f6392;
  cursor: default;
  pointer-events: none;
}

.top .text-wrapper-4 {
  font-weight: 700;
  color: #1f6392;
  font-size: 13.9px;
  letter-spacing: 0;
  line-height: 23.6px;
  white-space: nowrap;
  overflow: hidden;        /* はみ出た部分を非表示に */
  white-space: nowrap;     /* 改行を禁止 */
  text-overflow: ellipsis; /* 末尾を「…」にする */
  width: 100%;
}

.top .text-wrapper-5 {
  color: #a8a8a8;
  font-size: 11.7px;
  line-height: 16.5px;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top .background-border .text-wrapper-5 p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top .background-border.active .text-wrapper-5 p {
  display: inline-block;
  overflow: visible;
  text-overflow: clip;
  animation: scrollText linear infinite;
  animation-duration: 6s;
}

@keyframes scrollText {
  0% {
    transform: translate3d(var(--scroll-from, 100%), 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.top .container-6 {
  /* display: flex;
  align-items: center;
  gap: 12.2px;
  padding: 0.53px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto; */
  display: flex;
  align-items: center;
  column-gap: 12.2px;
  row-gap: 7px;
  flex-wrap: wrap;
}

.top .container-7 {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  column-gap: 12.2px;
  row-gap: 7px;
  flex-wrap: wrap;
}

.top .text-4 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #888888;
  font-size: 13.1px;
  letter-spacing: 0.65px;
  line-height: 22.2px;
  white-space: nowrap;
}

.top .background-border-6 {
  display: inline-flex;
  align-items: center;
  gap: 4.77px;
  padding: 5.71px 14.69px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid;
  border-color: #e0e0e0;
}

.top .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #3e3a39;
  font-size: 12.7px;
  letter-spacing: 0;
  line-height: 21.6px;
  white-space: nowrap;
}

.top .section-REASONS {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 87.45px 20px 88.19px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 4;
}

.top .reasons-container {
  display: flex;
  max-width: 1205px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 57px;
  position: relative;
  flex: 0 0 auto;
}

.top .container-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .text-wrapper-11 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #1f6392;
  font-size: 11.4px;
  letter-spacing: 2.28px;
  line-height: 19.4px;
}

.top .horizontal-divider {
  position: relative;
  width: 40px;
  height: 2px;
  background-color: #1f6392;
}

.top .div-wrapper-2 {
  padding: 4.11px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top .text-wrapper-12 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #2c2c2c;
  font-size: 32.3px;
  letter-spacing: 0;
  line-height: 45.3px;
}

.top .container-9 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* grid-template-rows: 289.62px; */
  height: fit-content;
  gap: 24.48px;
  width: 100%;
}

.top .border {
  /* grid-column: 1 / 2; */
  /* width: 386.48px; */
  
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;

  padding: 40px 30px;
  height:100%;
  
  width: 100%;
  /* height: 287.97px; */
  border-radius: 5px;
  border-color: #1f6392 !important;
  position: relative;
  /* grid-row: 1 / 2; */
  border: 1px solid;
  background-color: #fff;
}

.top .text-wrapper-16 {
  /* position: absolute; */
  /* top: 45px; */
  left: 34px;
  height: 18px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #1f6392;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.top .frame {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  /* position: absolute; */
  /* top: 75px; */
  /* left: 34px; */
}

.top .h {
  position: relative;
  max-width: 35.13px;
  width: 100%;
  height: 34.28px;
}

.top .r-lch-HU {
  position: relative;
  width: 28.1px;
  height: 28.09px;
}

.top .r-s-isdk {
  position: relative;
  width: 25.89px;
  height: 20.79px;
}

.top .text-wrapper-13 {
  position: relative;
  width: fit-content;;
  /* display: flex;
  align-items: center;
  width: fit-content; */
  margin-top: -1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #1f6392;
  font-size: 29.4px;
  letter-spacing: 0;
  line-height: 50px;
  /* white-space: nowrap; */
}

.top .container-10 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 0.63px 0px 0px;
  /* position: absolute; */
  /* top: 137px; */
  /* left: 34px; */
}

.top .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #2c2c2c;
  font-size: 15.5px;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
}

.top .container-11 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  /* position: absolute; */
  /* top: 174px; */
  /* left: 34px; */
}

.top .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: justify;
}

.diagonal-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dl {
  width: 26px;
  height: 26px;
}

.dl-1 {
  position: absolute;
  top: -5px;
  left: -5px;
  background: linear-gradient(
    -45deg,
    transparent 49%,
    #1f6392 49%,
    #1f6392 51%,
    transparent 51%
  );
}

.dl-2 {
  position: absolute;
  top: -5px;
  right: -5px;
  background: linear-gradient(
    45deg,
    transparent 49%,
    #1f6392 49%,
    #1f6392 51%,
    transparent 51%
  );
}

.dl-3 {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: linear-gradient(
    -45deg,
    transparent 49%,
    #1f6392 49%,
    #1f6392 51%,
    transparent 51%
  );
}

.dl-4 {
  position: absolute;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(
    45deg,
    transparent 49%,
    #1f6392 49%,
    #1f6392 51%,
    transparent 51%
  );
}

.top .section-INDUSTRIES-wrapper {
  position: relative;
  /* align-self: stretch; */
  width: 100%;
  /* height: 1589.72px; */
  z-index: 3;
  background-color: #f0f0f0;
  padding: 87.45px 20px 88.19px;
  display: flex;
  justify-content: center;
}

.top .section-INDUSTRIES {
  display: flex;
  flex-direction: column;
  max-width: 1205px;
  align-items: flex-start;
  position: relative;
}

.top .container-15 {
  display: flex;
  flex-direction: column;
  max-width: 1205.4px;
  align-items: flex-start;
  gap: 32.1px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.top .container-16 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* grid-template-rows: repeat(2, fit-content(100%)); */
  height: fit-content;
  gap: 16.32px;
  padding: 25.01px 0px 0px;
}

.top .background-border-7 {
  position: relative;
  /* grid-row: 1 / 2;
  grid-column: 1 / 2; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}

.top .trackimg {
  position: relative;
  max-width: 391px;
  width: 100%;
  /* height: 359px; */
  margin-right: -0.08px;
  object-fit: cover;
  aspect-ratio: 390 / 359;
}

.top .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .background-border-8 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5.71px 14.69px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid;
  border-color: #e0e0e0;
}

.top .text-wrapper-17 {
  position: relative;
  /* display: flex; */
  align-items: center;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3e3a39;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3em;
  /* white-space: nowrap; */
}

.top .container-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
  border-top-width: 2px;
  border-top-style: solid;
  border-color: #e8f2f9;
}

.top .background-border-9 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}

.top .text-wrapper-19 {
  position: relative;
  display: flex;
  align-items: flex-end;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7em;
}

.top .background-border-10 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}

.top .background-border-11 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}

.top .background-border-12 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}

.top .div-wrapper-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .text-wrapper-20 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 25.4px;
}

.top .section-PRODUCTS-wrapper {
  position: relative;
  width: 100vw;
  z-index: 2;
  padding: 87.44px 20px 88.2px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.top .section-PRODUCTS-wrapper.page {
  background-color: #F0F0F0;
}

.top .section-PRODUCTS {
  display: flex;
  flex-direction: column;
  max-width: 1205px;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.top .container-18 {
  display: flex;
  flex-direction: column;
  max-width: 1205.4px;
  align-items: flex-start;
  gap: 32.6px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.top .container-19 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* grid-template-rows: 218.42px; */
  /* height: 256px; */
  width: 100%;
  gap: 24.48px;
  padding: 24.51px 0px 0px;
}

.top .border-4 {
  /* grid-column: 1 / 2; */
  /* width: 100%; */
  /* height: fit-content; */
  min-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.01px;
  border-color: #e0e0e0 !important;
  position: relative;
  /* grid-row: 1 / 2; */
  border: 1px solid;
}

.top .background {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 7.41px 16.32px 7.93px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #1f6392;
}

.top .text-5 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 10.6px;
  letter-spacing: 1.59px;
  line-height: 18px;
  white-space: nowrap;
}

.top .container-20 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 196px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 24px 60px 24px;
  /* padding: 24px; */
}

.top .heading {
  width: 100%;
  /* position: absolute;
  top: 24px;
  left: 24px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top .container-21 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  /* position: absolute;
  top: 58px;
  left: 25px; */
}

.top .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #888888;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.top .text-wrapper-21 {
  line-height: 1.5em;
}

.top .text-wrapper-22 {
  font-size: 12px;
  line-height: 1.5em;
}

.top .link-4 {
  display: flex;
  width: 100%;
  height: 21px;
  align-items: flex-start;
  gap: 4.89px;
  position: absolute;
  bottom: 24px;
  /* left: 25px; */
}

.top .text-6 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #1f6392;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.top .container-22 {
  position: relative;
  width: 15px;
  height: 21px;
  margin-right: -0.89px;
}

.top .image-3 {
  position: absolute;
  top: 25px;
  right: 7%;
  width: 77px;
  height: 146px;
  aspect-ratio: 0.53;
  object-fit: cover;
}

.top .image-4 {
  position: absolute;
  top: 39px;
  right: 7%;
  width: 108px;
  height: 120px;
  aspect-ratio: 0.91;
  object-fit: cover;
}

.top .image-5 {
  position: absolute;
  top: 24px;
  right: 13%;
  width: 55px;
  height: 149px;
  aspect-ratio: 0.37;
  object-fit: cover;
}

.top .image-6 {
  position: absolute;
  top: 27px;
  right: 13%;
  width: 53px;
  height: 144px;
  aspect-ratio: 0.37;
  object-fit: cover;
}

.top .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #888888;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 23.6px;
}

.top .section-CONTACT-wrapper {
  position: relative;
  width: 100vw;
  z-index: 1;
  
  display: flex;
  justify-content: center;
  padding: 80.83px 20px 81.58px;
}

.top .section-CONTACT {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 15.6px;
  position: relative;
  flex: 0 0 auto;
}

.top .contact-bg-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: #1f6392;
  overflow: hidden;
}

.top .contact-bg-images .image-left,
.top .contact-bg-images .image-right {
  position: absolute;
  max-width: 548px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
}

.top .contact-bg-images .image-left {
  object-position: right;
}

.top .contact-bg-images .image-right {
  /* object-position: bottom; */
  right: 0;
}

.top .text-wrapper-28 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ffffff99;
  font-size: 11.4px;
  text-align: center;
  letter-spacing: 2.28px;
  line-height: 19.4px;
  white-space: nowrap;
}

.top .text-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32.3px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48.5px;
}

.top .container-31 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 25.19px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .text-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffffcc;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26.5px;
}

.top .link-8 {
  display: inline-flex;
  align-items: center;
  gap: 8.16px;
  padding: 16.32px 40.79px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 2px;
}

.top .text-9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #1f6392;
  font-size: 14.7px;
  text-align: center;
  letter-spacing: 0.73px;
  line-height: 25px;
  white-space: nowrap;
}

.top .hero-img-footer {
  display: flex;
  width: 100vw;
  /* height: 300.74px; */
  align-items: flex-end;
  justify-content: center;
  padding: 60px 20px 100px;
  position: relative;
  z-index: 0;
  background-color: #2c2c2c;
}

.top .margin {
  /* width: 835.79px; */
  /* display: flex; */
  display: grid;
  /* flex-direction: column; */
  grid-template-columns: 1fr 200px;
  /* : repeat(3, minmax(0, 1fr)); */
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  max-width: 1205px;
  width: 100%;
  /* background-color: rgb(59, 63, 106); */
  /* flex-wrap: wrap; */
}

.top .container-32 {
  display: flex;
  /* max-width: 1205.4px; */
  width: 100%;
  align-items: flex-start;
  column-gap: 97.89px;
  row-gap: 40px;
  position: relative;
  /* flex: 0 0 auto; */
  /* flex-direction: column; */
  flex-wrap: wrap;
  /* background-color: blue; */
}

.top .container-33 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18.39px;
  position: relative;
  flex: 0 0 auto;
  /* background-color: rebeccapurple; */
  width: fit-content;
  max-width: 280px;
}

.top .TID-2 {
  position: relative;
  height: 50px;
  aspect-ratio: 4.29;
  filter: brightness(0) invert(1);
}

.top .p-class-footer {
  position: relative;
  /* width: fit-content; */
  
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff80;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  /* background-color: limegreen; */
  /* text-wrap: wrap; */
}

.top .container-34 {
  display: flex;
  align-items: flex-start;
  column-gap: 65.27px;
  row-gap: 30px;
  position: relative;
  /* flex: 0 0 auto; */
  /* background-color: blueviolet; */
  flex-wrap: wrap;
}

.top .container-35 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.top .text-10 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffffe6;
  font-size: 11.7px;
  letter-spacing: 1.17px;
  line-height: 20px;
  white-space: nowrap;
}

.top .link-9 {
  display: flex;
  align-items: flex-start;
  padding: 5.74px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .text-wrapper-29 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff80;
  font-size: 14.7px;
  letter-spacing: 0;
  line-height: 25px;
  white-space: nowrap;
}

.top .link-10 {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .container-36 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.5px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  /* background-color: darkolivegreen; */
  width: fit-content;
}

.top .link-11 {
  display: flex;
  align-items: flex-start;
  gap: 8.4px;
  padding: 5.74px 0px 2.4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .container-css {
  position: relative;
  flex: 0 0 auto;
  height: 24.99px;
}

.top .link-12 {
  display: flex;
  align-items: center;
  gap: 8.4px;
  padding: 0px 0px 0px 2.4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.top .container-wrapper {
  /* width: 369.63px; */
  padding: 32.63px 0px 0px;
  margin-left: -0.01px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  /* background-color: rgb(73, 7, 73); */
  /* width: 100%; */
}

.top .container-37 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 23.72px 0px 0.16px;
  position: relative;
  flex: 0 0 auto;
}

.top .text-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff4c;
  font-size: 11.4px;
  text-align: right;
  letter-spacing: 0;
  line-height: 19.4px;
  white-space: nowrap;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* ===== PAGE HERO ===== */
.page-hero {
  /* padding-top: 70px; */
  background: linear-gradient(160deg, #f7fafc 0%, #eef5fb 100%);
  /* padding-bottom: 4rem; */
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(31,99,146,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero-inner {
  max-width: 1205px;
  margin: 0 auto;
  background: url(/assets/img/page-hero-bg.svg) no-repeat bottom right;
  background-size: min(430px, 50%) auto;
  padding: 45px 0;
}

.breadcrumb {
  font-size: 0.78rem;
  color: #999;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.breadcrumb a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
  /* text-decoration: underline; */
}

.breadcrumb a:hover {
  color: var(--blue-primary);
}

.breadcrumb span {
  color: var(--silver);
}

.page-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--blue-primary);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.page-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
}

.divider {
  width: 40px;
  height: 2px;
  background: var(--blue-primary);
  margin: 1rem 0;
}

/* ===== COMPANY INFO ===== */
.company-section {
  padding: 6rem 20px;
  background: var(--white);
}

.company-inner {
  max-width: 900px;
  margin: 0 auto;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.company-table tr {
  border-bottom: 1px solid var(--border);
  /* transition: background 0.15s; */
}

.company-table tr:first-child {
  border-top: 1px solid var(--border);
}

/* .company-table tr:hover {
  background: var(--blue-pale);
} */

.company-table th {
  width: 40%;
  padding: 1.5rem 1.5rem 1.5rem 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--blue-primary);
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
  line-height: 1.9;
}

.company-table td {
  width: 100%;
  padding: 1.5rem 0;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.9;
  vertical-align: top;
}

.company-table td a {
  color: var(--blue-primary);
  text-decoration: none;
}

/* .company-table td a:hover {
  text-decoration: underline;
} */

.company-table td a .icon {
  display: inline-flex;
  align-items: center;
}

.company-table td a .icon img {
  width: 16px;
  height: 16px;
  margin-right: .35em;
}

.company-table td ul {
  padding-left: 1rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  translate: 0 24px;
  transition: opacity 0.65s ease, translate 0.65s ease;
}
.reveal.in-view {
  opacity: 1;
  translate: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; translate: none; transition: none; }
}


@media (max-width: 1205px) {
  .top .container-19 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .top .container-19 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .top .contact-bg-images .image-left {
    object-position: right;
    /* display: none; */
    left: auto;
    right: 40%;
  }

  .top .contact-bg-images .image-right {
    object-position: left;
    left: 40%;
    right: auto;
  }
}

@media (max-width: 768px) {

  .top .component-wrapper {
    padding: 0px;
  }

  .top .contact-btn {
    padding: 12px 12px;
  }

  .top .text-wrapper-2 {
    display: none;
  }

  .top .container-9 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .top .container-16 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 16.32px;
    padding: 25.01px 0px 0px; */
  }
}

@media (max-width: 600px) {

  /* .top {
    position: absolute;
    inset: 0;
    overflow: auto;
  } */

  .top .link-TID {
    width: 85%;
  }

  .top .component {
    width: 100%;
  } 

  .top .background-border {
    max-width: none;
  }

  .top .section-REASONS {
    padding-top: 40px;
  }

  /* ハンバーガー */

  .menu-icon {
    display: block;
    width: 40px;
    height: 30px;
    position: fixed;
    top: 25px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
    display: inline-block;
    /* background-color: burlywood; */
  }

  .menu-icon span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #1f6392;
    border-radius: 2px;
    transition: 0.4s;
  }

  /* ハンバーガーがXに変形 */
  #menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  #menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #menu-toggle:checked ~ .nav {
    opacity: 1;
    pointer-events: auto;
  }


  .top .nav {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #f0f0f0;
    height: calc(100dvh - 80px);
    display: flex;
    flex-flow: column;
    gap: 5vh;
    justify-content: center;
    transition: opacity 0.4s ease;
    opacity: 0;
    padding-bottom: 5vh;
    z-index: 100;
    pointer-events: none;
  }

  .top .nav .text {
    font-size: 16px;
  }

  .top .contact-btn {
    margin-top: 1.5em;
    padding: 12px 22px;
  }

  .top .text-wrapper-2 {
    display: block;
    font-size: 16px;
  }

  .top .container-9 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    /* gap: 20px; */
  }

  .top .frame-2 {
    padding: 10% 7%;
  }

  .top .background-border-8 {
    gap: 10px;
    padding: 5.71px 14.69px;
  }

  .top .text-wrapper-17 {
    font-size: 12px;
  }

  .top .container-19 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .top .text-wrapper-19 {
    font-size: 13.5px;
    line-height: max(1.5em, 4.5vw);
  }

  .top .contact-bg-images .image-left {
    object-position: right;
    /* display: none; */
    left: auto;
    right: 40%;
  }

  .top .contact-bg-images .image-left {
    display: none;
  }

  .top .contact-bg-images .image-right {
    object-position: left;
    left: auto;
    right: 0px;
  }

  .top .margin {
    grid-template-columns: 1fr;
  }

  .page-hero-inner {
    padding: 30px 0;
  }

  .company-table th,
  .company-table td {
    display: block;
  }

  .company-table th {
    width: 100%;
    padding: 1.5rem 1.5rem 0 0;
  }

  .company-table td {
    padding: 1rem 0;
  }
}

/* ------------------ */

@media (min-width: 769px) {
  .vw768 {
    display: none;
  }
}
@media (min-width: 425px) {
  .mobile {
    display: none;
  }
}