@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  padding-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  main {
    margin-top: 60px;
    padding-top: 0;
  }
}
main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 100px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  color: #ffffff;
}
@media (max-width: 768px) {
  main .breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .breadcrumbs .bcn-breadcrumb-separator,
main .breadcrumbs .divider {
  color: #B7B7B7;
}
main .breadcrumbs a,
main .breadcrumbs a.home,
main .breadcrumbs .post.post-page a,
main .breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .breadcrumbs a span,
main .breadcrumbs a.home span,
main .breadcrumbs .post.post-page a span,
main .breadcrumbs [property=item] span {
  color: #ffffff;
}
main .breadcrumbs a:hover,
main .breadcrumbs a.home:hover,
main .breadcrumbs .post.post-page a:hover,
main .breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .breadcrumbs span.current-item,
main .breadcrumbs .post.post-page.current-item {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .sp-hide {
    display: none;
  }
}
main .sp-show {
  display: none;
}
@media (max-width: 768px) {
  main .sp-show {
    display: initial;
  }
}
main .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 50px;
  line-height: 72px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 32px;
    line-height: 65px;
  }
}
main .page-title span {
  font-size: 16px;
  line-height: 24px;
}
main .page-title p {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title p {
    font-size: 16px;
    line-height: 21px;
  }
}
main .page-title + .page-title__caption {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title + .page-title__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  main .page-title {
    margin: 0 min(20px, 5%);
  }
}
main .page-title-wrapper {
  width: 100%;
  min-height: 395px;
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../images/common/page-title-bg.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  main .page-title-wrapper {
    width: 100%;
    padding: 104px 0;
    min-height: unset;
    background: url("../../images/common/page-title-bg.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
main .page-sub-title {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.6;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  main .page-sub-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  main .page-sub-title {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
main .accordion-button {
  margin-top: min(46px, 5.8vh);
  padding: 16px min(20px, 2%);
  background-color: #00479D;
  color: #ffffff;
  border: none;
  border-radius: min(8px, 1vw);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 19px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  main .accordion-button {
    line-height: 1.2;
  }
}
main .accordion-button:hover {
  opacity: 0.8;
}
main .accordion-button span {
  width: 24px;
  height: 24px;
  position: relative;
}
main .accordion-button span::before, main .accordion-button span::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
main .accordion-button span::before {
  width: 24px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main .accordion-button span::after {
  width: 2px;
  height: 24px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
main .accordion-button.active span::after {
  transform: translateX(-50%) rotate(90deg);
}
main .link-with-right-icon {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: min(16px, 2vw);
  text-decoration: none;
  color: #00479D;
  transition: opacity 0.3s ease;
  cursor: pointer;
  text-align: center;
  align-self: center;
}
main .link-with-right-icon::after {
  content: "→";
  width: 24px;
  height: 24px;
  font-size: 10px;
  background-color: #00479D;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .link-with-right-icon:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  main .link-with-right-icon {
    margin-top: 24px;
  }
}
main .page-hero-section {
  padding-left: min(150px, 10%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main .page-hero-section {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
main .page-hero-section__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 160px;
}
@media (max-width: 768px) {
  main .page-hero-section__text {
    margin-top: 0;
    padding: 0 20px;
  }
}
main .page-hero-section__text > p {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
@media (max-width: 768px) {
  main .page-hero-section__text > p {
    font-size: 20px;
    line-height: 32px;
  }
}
main .page-hero-section__image {
  width: min(708px, 45vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .page-hero-section__image {
    align-self: flex-end;
    width: 75%;
  }
}
main .page-content {
  margin-top: 80px;
  padding: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-content {
    margin-top: 56px;
    padding: 0;
  }
}
main .page-content .tab-container {
  margin-top: 80px;
}
@media (max-width: 768px) {
  main .page-content .tab-container {
    margin-top: 0;
  }
}
main .page-content .tab-container .tab-buttons {
  display: flex;
  gap: min(20px, 2.5vw);
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 16px;
    padding: 0 20px;
  }
}
main .page-content .tab-container .tab-buttons.bottom {
  margin-top: -1px;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-buttons.bottom {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
main .page-content .tab-container .tab-buttons.bottom .tab-button {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-buttons.bottom .tab-button {
    border-radius: 25px;
  }
}
main .page-content .tab-container .tab-buttons.bottom .tab-button.active::after {
  top: -1px;
  bottom: auto;
}
main .page-content .tab-container .tab-buttons .tab-button {
  width: 100%;
  padding: min(17px, 2vh) 0;
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 29px;
  color: #ffffff;
  background-color: #B7B7B7;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP";
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-buttons .tab-button {
    border-radius: 25px;
    font-size: 18px;
    line-height: 29px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
main .page-content .tab-container .tab-buttons .tab-button.active {
  font-weight: 700;
  background-color: #00479D;
}
main .page-content .tab-container .tab-buttons .tab-button:hover:not(.active) {
  color: #00479D;
}
main .page-content .tab-container .tab-contents .tab-content {
  display: none;
  background-color: #F1F6FC;
  padding: 40px min(96px, 7%);
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content {
    padding: 40px min(20px, 5%);
  }
}
main .page-content .tab-container .tab-contents .tab-content.active {
  display: block;
}
main .page-content .tab-container .tab-contents .tab-content__inner {
  padding: 40px 0;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__inner {
    padding: 0;
  }
}
main .page-content .tab-container .tab-contents .tab-content__control-banner {
  background-color: #ffffff;
}
main .page-content .tab-container .tab-contents .tab-content__control-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .page-content .tab-container .tab-contents .tab-content__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40px, 5vh);
  margin-top: 80px;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 28px;
  }
}
main .page-content .tab-container .tab-contents .tab-content__list > li {
  display: flex;
  gap: min(16px, 2vw);
  padding: min(32px, 4vh);
  align-items: center;
  justify-content: space-between;
  border: 1px solid #00479D;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__list > li {
    padding: 20px min(20px, 5%);
  }
}
main .page-content .tab-container .tab-contents .tab-content__list.control-tab > li {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  gap: 34px;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__list.control-tab h3 {
    align-self: flex-start;
  }
}
main .page-content .tab-container .tab-contents .tab-content__list.control-tab div {
  width: 100%;
  display: flex;
  gap: min(16px, 2vw);
  justify-content: space-between;
}
main .page-content .tab-container .tab-contents .tab-content__list.control-tab div ul {
  display: flex;
  flex-direction: column;
  gap: min(10px, 1.2vh);
  flex: 1;
}
main .page-content .tab-container .tab-contents .tab-content__list.control-tab div ul li {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  gap: min(7px, 1vw);
}
main .page-content .tab-container .tab-contents .tab-content__list.control-tab div ul li:last-child {
  margin-bottom: 0;
}
main .page-content .tab-container .tab-contents .tab-content__list.control-tab div ul li::before {
  content: "";
  width: min(8px, 1vw);
  height: min(8px, 1vw);
  background-color: #00479D;
  border-radius: 50%;
}
main .page-content .tab-container .tab-contents .tab-content__list h3 {
  font-size: 20px;
  line-height: 29px;
  color: #00479D;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
main .page-content .tab-container .tab-contents .tab-content__list img {
  width: min(127px, 16vw);
  height: min(127px, 16vw);
  min-width: min(127px, 16vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__list img {
    width: 100px;
    height: 100px;
  }
}
main .page-content .tab-container .tab-contents .tab-content__iot-banner {
  background-color: #ffffff;
  padding: 27px 22px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__iot-banner {
    padding: 32px 16px;
  }
}
main .page-content .tab-container .tab-contents .tab-content__iot-banner img {
  width: 100%;
  min-height: 430px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__iot-banner img {
    height: 656px;
  }
}
main .page-content .tab-container .tab-contents .tab-content__environment-banner img {
  width: 100%;
  height: 325px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .page-content .tab-container .tab-contents .tab-content__environment-banner img, main .page-content .tab-container .tab-contents .tab-content__unit-banner img {
  width: 100%;
  height: min(325px, 40vh);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .page-content .tab-container .tab-contents .tab-content__environment-banner img, main .page-content .tab-container .tab-contents .tab-content__unit-banner img {
    height: 123px;
  }
}
main .page-content .other-business-container {
  display: flex;
  justify-content: space-between;
  gap: min(40px, 4vw);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  main .page-content .other-business-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 min(20px, 5%);
    margin-bottom: 64px;
  }
}
main .page-content .other-business-container a {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  main .page-content .other-business-container a {
    height: 155px;
  }
}
main .page-content .other-business-container a:hover img {
  transform: scale(1.1);
}
main .page-content .other-business-container a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #00479D 10%, transparent 100%);
  z-index: 1;
}
main .page-content .other-business-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
main .page-content .other-business-container a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: min(24px, 3vh);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .page-content .other-business-container a .content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
main .page-content .other-business-container a .content .round-button {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
main .page-content .other-business-container a .content .round-button::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  color: #00479D;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=products.css.map */