*,
*::before,
*::after {
  box-sizing: border-box;
}

body.renew-page {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#wrap.renew-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.renew-wrap main {
  flex: 1;
}

.renew-wrap header {
  width: 100%;
  position: relative;
  padding: 0 32px;
  background-color: #062540;
  color: #fff;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.renew-wrap header h1 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
.renew-wrap header h1 a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff !important;
  text-decoration: none;
}
.renew-wrap header h1 .renew-logo {
  display: block;
  height: 28px;
  width: auto;
}
.renew-wrap header .hamburger {
  display: block;
  position: relative;
  z-index: 1001;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.renew-wrap header .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.renew-wrap header .hamburger span:nth-child(1) {
  top: 12px;
}
.renew-wrap header .hamburger span:nth-child(2) {
  top: 20px;
}
.renew-wrap header .hamburger span:nth-child(3) {
  top: 28px;
}
.renew-wrap header .hamburger.active span:nth-child(1) {
  top: 20px;
  transform: rotate(-45deg);
}
.renew-wrap header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.renew-wrap header .hamburger.active span:nth-child(3) {
  top: 20px;
  transform: rotate(45deg);
}
.renew-wrap header nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 320px;
  height: 100vh;
  background: #062540;
  padding: 4rem 1.5rem 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}
.renew-wrap header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.renew-wrap header nav li a {
  display: block;
  color: #fff !important;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.renew-wrap header nav.active {
  opacity: 1;
  visibility: visible;
}

.renew-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 4rem 2rem;
  background-image: url("../img/unimo_hero_img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.renew-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 37, 64, 0.75) 0%, rgba(6, 37, 64, 0.4) 60%, transparent 100%);
  pointer-events: none;
}
.renew-hero .renew-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-top: 1.25rem;
}
.renew-hero .renew-hero-logo {
  position: absolute;
  right: 1%;
  bottom: 4%;
  z-index: 1;
  display: inline-block;
}
.renew-hero .renew-hero-logo img {
  display: block;
  height: 90px;
  width: auto;
  padding: 0.35rem 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.renew-hero .renew-hero-title {
  margin: 0 0 0.75rem;
  max-width: 720px;
  font-size: clamp(3rem, 6.4vw, 5.5rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85), 0 10px 28px rgba(0, 0, 0, 0.75), 0 0 18px rgba(0, 0, 0, 0.65);
}
.renew-hero .renew-hero-title .renew-hero-line {
  display: block;
  white-space: nowrap;
}
.renew-hero .renew-hero-sub {
  margin: 0;
  max-width: 720px;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8), 0 8px 22px rgba(0, 0, 0, 0.65), 0 0 14px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 480px) {
  .renew-hero {
    background-position: left;
  }
  .renew-hero .renew-hero-title .renew-hero-line {
    white-space: normal;
  }
}
.renew-section-title {
  margin: 0 0 2rem;
  text-align: center;
  color: inherit;
}
.renew-section-title .renew-section-title-main {
  display: block;
  font-size: 3rem;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.renew-section-title .renew-section-title-sub {
  display: block;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.renew-product-lineup {
  padding: 3rem 2rem;
  background-color: #0a3d6b;
  color: #fff;
}
.renew-product-lineup .renew-section-title {
  color: #fff;
}
.renew-product-lineup .renew-lineup-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
.renew-product-lineup .renew-lineup-card {
  background: #fff;
  color: #333;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 360px;
  min-width: 0;
}
.renew-product-lineup .renew-lineup-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.renew-product-lineup .renew-lineup-card .renew-lineup-card-img {
  flex: 0 0 auto;
  height: 170px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.renew-product-lineup .renew-lineup-card .renew-lineup-card-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.renew-product-lineup .renew-lineup-card .renew-lineup-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.renew-product-lineup .renew-lineup-card .renew-lineup-card-name {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  min-height: 4.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renew-product-lineup .renew-lineup-card .renew-lineup-card-link {
  display: inline-block;
  margin-top: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0a3d6b;
  background: #0a3d6b;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.renew-product-lineup .renew-lineup-card .renew-lineup-card-link:hover {
  background: #fff;
  color: #0a3d6b;
}

.renew-features {
  padding: 3rem 2rem;
  background: #fff;
}
.renew-features .renew-section-title {
  color: #0a3d6b;
}
.renew-features .renew-features-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.renew-features .renew-feature-item {
  text-align: center;
  padding: 1rem;
}
.renew-features .renew-feature-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a3d6b;
}
.renew-features .renew-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(62%) saturate(1843%) hue-rotate(195deg) brightness(95%) contrast(91%);
}
.renew-features .renew-feature-title {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  color: #0a3d6b;
}
.renew-features .renew-feature-desc {
  margin: 0;
  font-size: 1.05rem;
  color: #666;
  line-height: 1.6;
}

.renew-products {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.renew-products .center {
  text-align: center;
}

.renew-products .items_titile {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  letter-spacing: 0.15em;
  color: #0a3d6b;
}

.renew-products h4 {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0a3d6b;
  border: none;
  border-bottom: solid 3px #d5d5d5;
  margin: 0 0 1rem;
  padding: 5px 0;
}
.renew-products h4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0a3d6b;
  bottom: -3px;
  left: 0;
  width: 30%;
}

.renew-wrap .item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.renew-wrap .item_list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
  margin: 0;
  list-style: none;
  transition: border-color 0.2s;
}
.renew-wrap .item_list .item .item-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 0.5rem;
}
.renew-wrap .item_list .item .item-img img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.renew-wrap .item_list .item .item-cat {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 2.8em;
  color: #666;
  margin-bottom: 0.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.renew-wrap .item_list .item .item-name {
  font-size: 0.95rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}
.renew-wrap .item_list .item .item-btn-pdf {
  display: block;
  margin-top: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0a3d6b;
  border: 1px solid #0a3d6b;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.renew-wrap .item_list .item .item-btn-pdf:hover {
  background: #fff;
  color: #0a3d6b;
}
.renew-wrap .item_list .item.item--more {
  display: none;
}

.renew-wrap .item_list.is-expanded .item.item--more {
  display: flex;
}

.renew-products-more-btn {
  display: block;
  margin: 1rem auto 0;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #0a3d6b;
  background: #fff;
  border: 1px solid #0a3d6b;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.renew-products-more-btn:hover {
  background: #0a3d6b;
  color: #fff;
}

.renew-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.renew-pdf-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.renew-pdf-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.renew-pdf-modal-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 90vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.renew-pdf-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.renew-pdf-modal-close:hover {
  background: #f0f0f0;
  color: #333;
}

.renew-pdf-modal-iframe {
  flex: 1;
  width: 100%;
  min-height: 0;
  border: none;
  border-radius: 0 0 8px 8px;
}

.renew-wrap footer {
  width: 100%;
  padding: 2rem 32px 1rem;
  background-color: #062540;
  color: #fff;
  margin-top: auto;
}
.renew-wrap footer .footer-page-top {
  display: inline-block;
}
.renew-wrap footer .footer-page-top img {
  width: 50px;
  height: auto;
}
.renew-wrap footer .tel_chatchtxt,
.renew-wrap footer .tel_chatchtxt span,
.renew-wrap footer p {
  color: #fff;
}
.renew-wrap footer a {
  color: #fff;
}
.renew-wrap footer .size_12 {
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 1rem;
}
.renew-wrap footer .cb_logo_link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.renew-wrap footer .renew-footer-logo {
  display: block;
  height: 26px;
  width: auto;
}

.renew-wrap #page-top {
  display: none;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 999;
  width: 76px;
  height: 76px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.renew-wrap #page-top.UpMove {
  opacity: 1;
  pointer-events: auto;
}
.renew-wrap #page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1a6bb5;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.renew-wrap #page-top img {
  width: 52px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .renew-wrap footer .footer-page-top {
    display: none;
  }
  .renew-wrap #page-top {
    display: block;
  }
  .renew-product-lineup .renew-lineup-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .renew-features .renew-features-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .renew-wrap .item_list .item {
    width: calc(50% - 0.25rem);
  }
}
@media screen and (min-width: 1025px) {
  .renew-wrap header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-height: 60px;
  }
  .renew-wrap header .hamburger {
    display: none;
  }
  .renew-wrap header nav {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
  .renew-wrap header nav ul {
    display: flex;
    align-items: center;
    gap: 0;
    height: 60px;
  }
  .renew-wrap header nav li {
    border: none;
  }
  .renew-wrap header nav li a {
    padding: 0 1.25rem;
    border: none;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .renew-hero {
    min-height: 85vh;
    padding-top: 6rem;
  }
  .renew-wrap main {
    padding-top: 60px;
  }
  .renew-wrap .item_list .item {
    width: calc(25% - 0.5rem);
  }
  .renew-wrap .item_list .item .item-img {
    height: 220px;
  }
}

/*# sourceMappingURL=renew.css.map */
