@media screen and (min-width: 768px) {
  .irIndividualfieldmapWrap {
    background: url(../img/bg_service-intro.png) no-repeat;
    background-position: 50% 1rem;
    background-size: contain;
  }
}

.irIndividualfieldmap img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .irIndividualfieldmap img {
    width: 95%;
  }
}

a.listBlockLink__link {
  color: #04428A;
  border-color: #486B8E;
}
a.listBlockLink__link::before {
  border-top: 0.1rem solid #486B8E;
}

@media screen and (min-width: 768px) {
  .-before-active a.listBlockLink__link {
    border-right: none;
  }
}

.-active a.listBlockLink__link[href="#tab1"] {
  border-left: 2px solid !important;
  background-color: #DBE4EB;
  color: #486B8E;
}
.-active a.listBlockLink__link[href="#tab2"] {
  border-left: 2px solid !important;
  background-color: #F7E0E0;
  color: #DE6A6A;
  border-color: #DE6A6A;
}
.-active a.listBlockLink__link[href="#tab2"]::before {
  border-top: 0.1rem solid #DE6A6A;
}
.-active a.listBlockLink__link[href="#tab3"] {
  border-left: 2px solid !important;
  background-color: #F7EEDD;
  color: #B48E4B;
  border-color: #B48E4B;
}
.-active a.listBlockLink__link[href="#tab3"]::before {
  border-top: 0.1rem solid #B48E4B;
}
.-active a.listBlockLink__link[href="#tab4"] {
  border-left: 2px solid !important;
  background-color: #E7EDE9;
  color: #6F9178;
  border-color: #6F9178;
}
.-active a.listBlockLink__link[href="#tab4"]::before {
  border-top: 0.1rem solid #6F9178;
}

@media screen and (min-width: 768px) {
  .aboutGroup__block.-manufacturing.tabpanel .lists.-col2Pc {
    gap: 0.25rem;
  }
}
.aboutGroup__block.-manufacturing.tabpanel .lists {
  margin-top: 0;
}
.aboutGroup__block.-manufacturing.tabpanel .lists ul {
  list-style-type: disc;
  list-style-position: inside;
}

.align-content-end {
  align-content: end;
}

.constructionfieldmaps {
  overflow-x: scroll;
}
.constructionfieldmaps__inner {
  overflow: hidden;
  width: 1200px;
}
@media screen and (min-width: 768px) {
  .constructionfieldmaps__inner {
    overflow: auto;
    width: auto;
  }
}
.constructionfieldmaps__tenkai {
  display: grid;
  grid-template-columns: 13% 1fr 1fr 1fr;
  gap: 0.1rem;
  align-items: center;
  border-top: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  padding: 0.1rem;
}
@media screen and (min-width: 768px) {
  .constructionfieldmaps__title h6 {
    font-size: 0.195rem;
  }
}
.constructionfieldmaps__tables table {
  width: 100%;
}
.constructionfieldmaps__tables th, .constructionfieldmaps__tables td {
  border: 1px solid #D6D6D6;
  font-size: 0.8em;
}
.constructionfieldmaps__tables th {
  vertical-align: middle;
  background-color: #F0F2F4;
  padding: 0.1rem;
}
.constructionfieldmaps__tables td {
  padding: 0.2rem;
}
.constructionfieldmaps__tables .raw {
  width: 14%;
  border: unset;
  border-left: 1px solid #D6D6D6;
  background-color: unset;
}
.constructionfieldmaps__tables .kiden, .constructionfieldmaps__tables .kense, .constructionfieldmaps__tables .intel {
  width: 28.6666666667%;
  background-color: #EBF0F6;
}
.constructionfieldmaps__list {
  list-style-type: square;
  list-style-position: inside;
}

.aboutGroup__block .text.-note {
  margin-top: 0.28rem;
  padding: 0.18rem;
  background: #f0f2f4;
}

:where(.aboutGroup__block.-ems_business.tabpanel) .productImages {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  gap: 8px;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .productImages__title {
  padding-bottom: 0.2rem;
  text-align: center;
  font-weight: bold;
  color: #B48E4B;
  background: url(../img/border-productImages.svg) no-repeat center bottom;
  background-size: contain;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .productImages__images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .productImages__images p {
  text-align: center;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .productImages__images img {
  width: 90%;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .productImages__images .text, :where(.aboutGroup__block.-ems_business.tabpanel) .productImages__images .text:first-child {
  margin-top: 0.1rem;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .principalFields {
  border: 2px solid #B48E4B;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  font-size: clamp(13px, 0.16rem, 0.16rem);
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  :where(.aboutGroup__block.-ems_business.tabpanel) .principalFields {
    display: grid;
    grid-template-columns: 2rem auto;
  }
}
:where(.aboutGroup__block.-ems_business.tabpanel) .principalFields__title {
  background-color: #B48E4B;
  color: #FFF;
  text-align: center;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .principalFields__text {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  :where(.aboutGroup__block.-ems_business.tabpanel) .principalFields__text {
    padding-left: 0.3rem;
    padding-right: 0.05rem;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
}
:where(.aboutGroup__block.-ems_business.tabpanel) .willonetitle::before {
  display: none;
}
@media screen and (min-width: 768px) {
  :where(.aboutGroup__block.-ems_business.tabpanel) .willonetitle {
    width: 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  :where(.aboutGroup__block.-ems_business.tabpanel) .sukagawafactory__inner {
    display: grid;
    grid-template-columns: auto 2.5rem;
    gap: 0.2rem;
    align-items: center;
  }
}
:where(.aboutGroup__block.-ems_business.tabpanel) .sukagawafactory__image {
  text-align: center;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .serviceManufacture__media.-willone {
  margin-top: 0.62rem;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .serviceManufacture__media.-willone .media__body {
  display: grid;
  place-items: center;
  font-weight: bold;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .willone_underline {
  text-decoration: underline;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .willone_bold {
  font-weight: bold;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .media__image.-large.-willone {
  width: 4.4rem;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .media__image.-large.-willone picture img {
  transition: transform 0.2s;
}
:where(.aboutGroup__block.-ems_business.tabpanel) .media__image.-large.-willone picture img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  :where(.aboutGroup__block.-ems_business.tabpanel) .media__image.-large.-willone {
    width: auto;
  }
}

.willone-group {
  border: 1px solid #DDD;
  padding: 0.2rem;
  margin-top: 0.56rem;
}
@media screen and (max-width: 767px) {
  .willone-group {
    padding: 0.1rem;
    margin-top: 0.56rem;
  }
}

.aboutGroup__block.-ems_business .willone-group .willonetitle {
  margin-top: 0.1rem;
}

:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) * + .layout.ITnews {
  margin-top: 0.2rem;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .layout__item {
  align-items: center;
}
@media screen and (min-width: 768px) {
  :where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .layout__item {
    align-items: unset;
  }
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .matrix-image {
  display: grid;
  grid-template-columns: auto;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  :where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .matrix-image {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0.1rem;
  }
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .matrix-image img {
  display: block;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .aboutGroup__cardTitle small {
  font-size: 0.8em;
  margin-top: 0.4em;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) ul {
  list-style-type: disc;
  list-style-position: inside;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .ITnews .card {
  background-color: #EEF2F4;
  padding: 0.2rem;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .thousandplan-link {
  text-decoration: none;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .thousandplan-link .layout__item {
  align-items: center;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .thousandplan-link .titleD::before {
  display: none;
}
:where(.aboutGroup__block.-core_business.-ITsupport.tabpanel) .thousandplan-link .aboutGroup__cardText {
  margin-top: auto;
}

.aboutGroup__block.-core_business .layout.ITnews.-col3Pc > .layout__item > .card__image {
  width: 2.6rem;
}

.aboutGroup__block.-core_business.-ITsupport .thousandplan-link .logo {
  width: 85%;
  margin: auto;
  transition: transform 0.25s ease-in-out;
}

.aboutGroup__block.-core_business.-ITsupport .thousandplan-link:hover .logo {
  transform: scale(1.125, 1.125);
}

@media screen and (min-width: 768px) {
  .aboutGroup__block.-groupCompanies table td.-company p.logo {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
}

:where(.layout.-col1SPReverce.-priorityInitiatives) .layout__item {
  width: auto;
  margin: unset;
}
@media screen and (min-width: 768px) {
  :where(.layout.-col1SPReverce.-priorityInitiatives) .layout__item {
    width: 70%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=individual.css.map */