@charset "UTF-8";
:root {
  scroll-padding-top: 134px;
}

.title {
  width: 100%;
  padding: 70px 0 60px 0;
  max-height: 216px;
  background-image: url(../imgs/business/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .title {
    padding: 30px 0 30px 0;
    max-height: 120px;
    background-image: url(../imgs/business/title-bg_sp.png);
  }
}
.title h1 {
  color: #fff;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .title h1 {
    font-size: 1.875rem;
  }
}
.title h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .title h1 span {
    font-size: 0.875rem;
  }
}

.field {
  display: inline-block;
  width: 100%;
  height: fit-content;
  padding: 42px 0 46px 0;
  background-color: #003299;
}
@media screen and (max-width: 960px) {
  .field {
    padding: 10px 0 10px 0;
  }
}
.field .inner {
  padding: 73px 62px 130px 62px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .field .inner {
    padding: 33px 20px 40px 20px;
  }
}
.field .inner h2 {
  color: #003299;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  margin-bottom: 82px;
}
@media screen and (max-width: 960px) {
  .field .inner h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}
.field .inner .unique h3::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 13.5em;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #003299;
}
@media screen and (max-width: 430px) {
  .field .inner .unique h3::after {
    bottom: -15px;
    width: 316px;
  }
}
.field .inner .unique ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.field .inner .unique ul li {
  width: 46%;
}
@media screen and (max-width: 430px) {
  .field .inner .unique ul li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.field .inner .unique ul li:last-child {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 430px) {
  .field .inner .unique ul li:last-child {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.field .inner h3 {
  position: relative;
  width: 100%;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.6875rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .field .inner h3 {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }
}
.field .inner h3::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #D9D3D3;
}
@media screen and (max-width: 430px) {
  .field .inner h3::before {
    bottom: -15px;
  }
}
.field .inner p {
  color: #2D3243;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.category {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.category .content-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .category .content-wrap {
    width: 95%;
  }
}
.category .content-area.type-sidemenu {
  width: 76%;
  max-width: 920px;
  margin-left: auto;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .category .content-area.type-sidemenu {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu {
    width: 100%;
    margin: 0 auto;
  }
}
.category .content-area.type-sidemenu h4 {
  position: relative;
  width: 100%;
  padding: 1.125rem;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 38px;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu h4 {
    font-size: 1.4375rem;
    margin-bottom: 28px;
  }
}
.category .content-area.type-sidemenu h4 span {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 1em;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu h4 span {
    display: block;
    position: initial;
    transform: translate(0%, 0%);
    margin-top: 8px;
    margin-left: 0;
  }
}
.category .content-area.type-sidemenu h5 {
  font-family: "montserrat", sans-serif;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 10px 0 47px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu h5 {
    font-size: 1.4375rem;
    font-weight: 700;
  }
}
.category .content-area.type-sidemenu p {
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  margin-bottom: 22px;
}
.category .content-area.type-sidemenu p.channel {
  line-height: 1.75rem;
}
.category .content-area.type-sidemenu p a {
  color: #00CBFF;
}
.category .content-area.type-sidemenu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category .content-area.type-sidemenu ul li {
  width: 43.5%;
}
@media screen and (max-width: 430px) {
  .category .content-area.type-sidemenu ul li {
    width: 100%;
  }
}
.category .content-area.type-sidemenu ul li.slide h5 {
  margin: 25px 0 47px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu .content-area__info {
    width: 90%;
    margin: 0 auto;
  }
}
.category .content-area.type-sidemenu .iframe-aspect {
  width: 60.85%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 430px) {
  .category .content-area.type-sidemenu .iframe-aspect {
    width: 100%;
  }
}
.category .content-area.type-sidemenu .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}
.category .content-area.type-sidemenu #naval_ship_equipment {
  position: relative;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu #naval_ship_equipment {
    padding: 52px 0 90px 0;
  }
}
.category .content-area.type-sidemenu #naval_ship_equipment h4 {
  background-color: #0788CC;
}
.category .content-area.type-sidemenu #naval_ship_equipment h5 {
  color: #0788CC;
}
.category .content-area.type-sidemenu #naval_ship_equipment::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 500%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #F3F6FB;
}
.category .content-area.type-sidemenu #mine_warfare_equipment {
  position: relative;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu #mine_warfare_equipment {
    padding: 62px 0 48px 0;
  }
}
.category .content-area.type-sidemenu #mine_warfare_equipment h4 {
  background-color: #FFB300;
}
.category .content-area.type-sidemenu #mine_warfare_equipment h5 {
  color: #FFB300;
}
.category .content-area.type-sidemenu #mine_warfare_equipment::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 500%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #F5F0E3;
}
.category .content-area.type-sidemenu #land-based_equipment {
  position: relative;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu #land-based_equipment {
    padding: 62px 0 48px 0;
  }
}
.category .content-area.type-sidemenu #land-based_equipment h4 {
  background-color: #05A258;
}
.category .content-area.type-sidemenu #land-based_equipment h5 {
  color: #05A258;
}
.category .content-area.type-sidemenu #land-based_equipment::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 500%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #EEF9F4;
}
.category .content-area.type-sidemenu #dual-use_combat_equipment {
  position: relative;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu #dual-use_combat_equipment {
    padding: 62px 0 48px 0;
  }
}
.category .content-area.type-sidemenu #dual-use_combat_equipment h4 {
  background-color: #8DC23C;
}
.category .content-area.type-sidemenu #dual-use_combat_equipment h5 {
  color: #8DC23C;
}
.category .content-area.type-sidemenu #dual-use_combat_equipment::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 500%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #F5FCEB;
}
.category .content-area.type-sidemenu #unmanned_machines_and_mechatronics {
  position: relative;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu #unmanned_machines_and_mechatronics {
    padding: 62px 0 48px 0;
  }
}
.category .content-area.type-sidemenu #unmanned_machines_and_mechatronics h4 {
  background-color: #EB6515;
}
.category .content-area.type-sidemenu #unmanned_machines_and_mechatronics h5 {
  color: #EB6515;
}
.category .content-area.type-sidemenu #unmanned_machines_and_mechatronics::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 500%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #F9F0EA;
}
.category .content-area.type-sidemenu #development {
  position: relative;
  padding: 100px 0 250px 0;
}
@media screen and (max-width: 960px) {
  .category .content-area.type-sidemenu #development {
    padding: 62px 0 170px 0;
  }
}
.category .content-area.type-sidemenu #development h4 {
  background-color: #8F8D8D;
}
.category .content-area.type-sidemenu #development h5 {
  color: #8F8D8D;
}
.category .content-area.type-sidemenu #development::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 500%;
  height: 120%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #F1EFEF;
}
.category .sidemenu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 250px;
  height: fit-content;
  z-index: 10;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .category .sidemenu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .category .sidemenu {
    display: none;
  }
}
.category .sidemenu li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.category .sidemenu li a {
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.category .sidemenu li a:hover {
  text-decoration: underline;
}
.category .sidemenu li a::before {
  content: "●";
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 0.5em;
}
.category .swiper-container {
  position: relative;
}
@media screen and (max-width: 960px) {
  .category .swiper-container {
    margin-bottom: 30px;
  }
}
.category .swiper-pagination {
  bottom: -15px !important;
}
.category .swiper-pagination-bullet-active {
  background-color: #000;
}

.footer-outer {
  transform: translateY(-100px);
}

@-moz-document url-prefix() {
  .footer-outer {
    margin-bottom: -100px;
  }
}/*# sourceMappingURL=business.css.map */