.contents {
  background: var(--bg-color-technology);
}
.contents .contents__headNavItemLink {
  background: #ffffff;
  padding: 10px 15px;
  height: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 1200px) {
  .contents .contents__headNavItemLink {
    height: 38px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px;
  }
}
.contents .contents__headNavItemTitleNum {
  font-size: 20px;
  font-family: var(--font-barlow);
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .contents .contents__headNavItemTitleNum {
    white-space: nowrap;
  }
}
.contents .contents__headNavItemTitle {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .contents .contents__headNavItemTitle {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
    margin-left: 0;
  }
}
.contents .contents__head {
  position: relative;
}
@media (max-width: 1200px) {
  .contents .contents__head {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
  }
}
.contents .contents__headImage {
  height: 421px;
}
@media (max-width: 1200px) {
  .contents .contents__headImage {
    height: 230px;
    order: 2;
  }
}
.contents .contents__headImage picture {
  width: 100%;
  height: 100%;
}
.contents .contents__headImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents .pageHead__titleWrap {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-our-company);
  color: #ffffff;
  width: auto;
  min-width: 50%;
  min-height: 248px;
  transition: top 0.3s, left 0.3s;
  padding: 25px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .contents .pageHead__titleWrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 125px;
    padding: 18px 20px 18px;
  }
}
.contents .pageHead__subTitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .contents .pageHead__subTitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.contents .pageHead__titleNum {
  color: #ffffff;
  font-size: 30px;
  font-family: var(--font-barlow);
  font-weight: 600;
  line-height: 1.2;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .contents .pageHead__titleNum {
    font-size: 16px;
    line-height: 1.1875;
    margin-top: 0;
  }
}
.contents .pageHead__title {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0.4em;
}
@media (max-width: 1200px) {
  .contents .pageHead__title {
    font-size: 22px;
  }
}
.contents .contents__body {
  padding: 99px var(--padding-variable-lr) 125px;
  overflow: hidden;
  max-width: 1620px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contents .contents__body {
    padding: 60px 20px 60px;
  }
}
.contents .contents__body img,
.contents .contents__body picture {
  display: inline;
}
.contents .contents__parentSection:nth-child(1) .contents__parentSectionTitle + .contents__parentContainer {
  margin-top: 65px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection:nth-child(1) .contents__parentSectionTitle + .contents__parentContainer {
    margin-top: 41px;
  }
}
.contents .contents__parentSection:nth-child(1) + .contents__parentSection {
  margin-top: 118px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection:nth-child(1) + .contents__parentSection {
    margin-top: 58px;
  }
}
.contents .contents__parentSection.contents__parentSection--location {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--location {
    overflow: visible;
  }
}
.contents .contents__parentSection.contents__parentSection--location .contents__section + .contents__section {
  margin-top: 115px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--location .contents__section + .contents__section {
    margin-top: 56px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--location .contents__row {
    gap: 26px 0;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--location .contents__image--right {
    padding-top: 10px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--location .contents__parentSectionTitle + .contents__parentContainer {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--location .contents__sectionTitle + .contents__container {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--client .contents__row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--client .contents__row .contents__text {
    padding-right: 0;
    line-height: 1.66666667;
  }
}
.contents .contents__parentSection.contents__parentSection--client .contents__parentSectionTitle + .contents__parentContainer {
  margin-top: 29px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--client .contents__parentSectionTitle + .contents__parentContainer {
    margin-top: 38px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--qualityPolicy .contents__container + .contents__container {
    margin-top: 31px;
  }
}
.contents .contents__parentSection.contents__parentSection--qualityPolicy .contents__row {
  gap: 0 34px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--qualityPolicy .contents__row {
    gap: 20px 0;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--qualityPolicy .contents__image figcaption {
    font-size: 18px;
    margin-top: 9px;
  }
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy {
  overflow: hidden;
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__section + .contents__section {
  margin-top: 61px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__section + .contents__section {
    margin-top: 52px;
  }
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__sectionTitle {
  font-size: 25px;
  line-height: 2.4;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__sectionTitle {
    font-size: 22px;
    line-height: 1.5;
  }
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__sectionTitle + .contents__container {
  margin-top: 19px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__sectionTitle + .contents__container {
    margin-top: 34px;
  }
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__text {
  font-size: 24px;
  line-height: 1.66666667;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__text {
    font-size: 18px;
    line-height: 1.66666667;
  }
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__innerContact.contents__innerContact--procurementPolicy {
  margin-top: 48px;
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__innerContact.contents__innerContact--procurementPolicy .contents__text {
  font-size: 18px;
  line-height: 2.22222222;
}
.contents .contents__parentSection.contents__parentSection--procurementPolicy .contents__innerContact.contents__innerContact--procurementPolicy .contents__linkBtnContainer {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__row {
    gap: 30px 0;
    flex-direction: column;
    position: relative;
  }
}
.contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__accessDetailWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__image {
  width: 100%;
  margin-top: auto;
  padding-right: 71px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__image {
    padding: 0;
    margin-top: 30px;
  }
}
.contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__map {
  overflow: hidden;
  aspect-ratio: 690/603;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__map {
    aspect-ratio: 350/163;
  }
}
.contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__map iframe {
  width: 100%;
  height: 200%;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--access .contents__container--googleMap .contents__map iframe {
    height: 300%;
  }
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--access .contents__sectionTitle + .contents__container {
    margin-top: 34px;
  }
}
.contents .contents__parentSection.contents__parentSection--news .contents__parentSectionTitle + .contents__parentContainer {
  margin-top: 29px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection.contents__parentSection--news .contents__parentSectionTitle + .contents__parentContainer {
    margin-top: 29px;
  }
}
.contents .contents__parentSection + .contents__parentSection {
  margin-top: 162px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSection + .contents__parentSection {
    margin-top: 60px;
  }
}
.contents .contents__parentSectionTitle {
  font-weight: 700;
  font-size: 40px;
  color: var(--color-our-company);
  display: inline-block;
  position: relative;
  line-height: 1.475;
}
@media (max-width: 1200px) {
  .contents .contents__parentSectionTitle {
    font-size: 30px;
  }
}
.contents .contents__parentSectionTitle.contents__parentSectionTitle--border {
  position: relative;
  padding: 0 15px 0 0;
}
@media (max-width: 1200px) {
  .contents .contents__parentSectionTitle.contents__parentSectionTitle--border {
    padding: 0 0 22px 0;
  }
}
.contents .contents__parentSectionTitle.contents__parentSectionTitle--border:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: var(--color-our-company);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  margin: auto;
}
@media (max-width: 1200px) {
  .contents .contents__parentSectionTitle.contents__parentSectionTitle--border:before {
    top: auto;
    left: 0;
  }
}
.contents .contents__parentSectionTitle.contents__parentSectionTitle--bgSolid {
  position: relative;
  width: 100%;
  padding: 9px 10px 10px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.46428571;
  letter-spacing: 0.1em;
  background-color: var(--color-our-company);
}
@media (max-width: 1200px) {
  .contents .contents__parentSectionTitle.contents__parentSectionTitle--bgSolid {
    font-size: 22px;
    padding: 14px 10px;
  }
}
.contents .contents__parentSectionTitle + .contents__parentContainer {
  margin-top: 53px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSectionTitle + .contents__parentContainer {
    margin-top: 38px;
  }
}
.contents .contents__parentSectionTitleSmall {
  display: inline-block;
  margin-left: 1em;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .contents .contents__parentSectionTitleSmall {
    margin-left: 0;
    font-size: 18px;
  }
}
.contents .contents__parentInnerContainer {
  padding: 0 145px;
}
@media (max-width: 1500px) {
  .contents .contents__parentInnerContainer {
    padding: 0;
  }
}
.contents .contents__parentInnerContainer.contents__parentInnerContainer--full {
  padding: 0;
}
.contents .contents__parentInnerContainer + .contents__parentInnerContainer {
  margin-top: 95px;
}
@media (max-width: 1200px) {
  .contents .contents__parentInnerContainer + .contents__parentInnerContainer {
    margin-top: 55px;
  }
}
.contents .contents__parentText {
  font-size: 18px;
  line-height: 2.22222222;
}
@media (max-width: 1200px) {
  .contents .contents__parentText {
    font-size: 18px;
    line-height: 1.66666667;
  }
}
.contents .contents__section {
  margin-top: 99px;
}
.contents .contents__section:first-child {
  margin-top: 0;
}
.contents .contents__section + .contents__section {
  margin-top: 58px;
}
@media (max-width: 1200px) {
  .contents .contents__section + .contents__section {
    margin-top: 41px;
  }
}
.contents .contents__sectionTitle {
  font-weight: 700;
  font-size: 32px;
  color: var(--color-our-company);
  display: inline-block;
  position: relative;
  line-height: 1.46875;
}
@media (max-width: 1200px) {
  .contents .contents__sectionTitle {
    font-size: 30px;
    line-height: 1.5;
  }
}
.contents .contents__sectionTitle + .contents__container {
  margin-top: 65px;
}
@media (max-width: 1200px) {
  .contents .contents__sectionTitle + .contents__container {
    margin-top: 24px;
  }
}
.contents .contents__sectionTitle.contents__sectionTitle--border {
  position: relative;
  padding: 0 15px 0 0;
}
@media (max-width: 1200px) {
  .contents .contents__sectionTitle.contents__sectionTitle--border {
    padding: 0 0 22px 0;
  }
}
.contents .contents__sectionTitle.contents__sectionTitle--border:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: var(--color-our-company);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  margin: auto;
}
@media (max-width: 1200px) {
  .contents .contents__sectionTitle.contents__sectionTitle--border:before {
    top: auto;
    left: 0;
  }
}
.contents .contents__sectionTitle.contents__sectionTitle--bgSolid {
  position: relative;
  width: 100%;
  padding: 9px 10px 10px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.46428571;
  letter-spacing: 0.1em;
}
.contents .contents__container + .contents__container {
  margin-top: 90px;
}
@media (max-width: 1200px) {
  .contents .contents__container + .contents__container {
    margin-top: 15px;
  }
}
.contents .contents__innerContainer {
  padding: 0 145px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contents .contents__innerContainer {
    padding: 0;
  }
}
.contents .contents__innerContainer.contents__innerContainer--full {
  padding: 0;
}
.contents .contents__innerContainer + .contents__innerContainer {
  margin-top: 95px;
}
@media (max-width: 1200px) {
  .contents .contents__innerContainer + .contents__innerContainer {
    margin-top: 51px;
  }
}
.contents .contents__row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .contents .contents__row {
    gap: 30px 0;
  }
}
.contents .contents__colum2 {
  flex: 1 0 0;
}
.contents .contents__text {
  font-size: 18px;
  line-height: 2.22222222;
}
@media (max-width: 1200px) {
  .contents .contents__text {
    font-size: 18px;
    line-height: 1.66666667;
  }
}
.contents .contents__text.contents__text--client {
  line-height: 2.66666667;
  padding-left: 1em;
  padding-right: 20px;
  text-indent: -1em;
}
.contents .contents__text.contents__text--location {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .contents .contents__text.contents__text--location {
    font-size: 20px;
    line-height: 1.875;
  }
}
.contents .contents__text.contents__text--location + .contents__text {
  margin-top: 44px;
}
@media (max-width: 1200px) {
  .contents .contents__text.contents__text--location + .contents__text {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .contents .contents__text.contents__text--location .contents__sectionTitle + .contents__container {
    margin-top: 39px;
  }
}
.contents .contents__text.contents__text--location a {
  text-decoration: underline;
}
.contents .contents__text.contents__text--lead {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.92;
}
@media (max-width: 1200px) {
  .contents .contents__text.contents__text--lead {
    font-size: 20px;
    line-height: 1.5;
  }
}
.contents .contents__text.contents__text--lead + .contents__text {
  margin-top: 55px;
}
@media (max-width: 1200px) {
  .contents .contents__text.contents__text--lead + .contents__text {
    margin-top: 31px;
  }
}
.contents .contents__text.contents__text--messageName {
  text-align: right;
  padding-right: 6px;
  margin-top: 31px;
}
.contents .contents__textLink {
  color: #177BD0;
  word-break: break-all;
}
@media (hover: hover) {
  .contents .contents__textLink:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .contents .contents__textLink {
    text-decoration: underline;
  }
}
.contents .contents__image {
  text-align: center;
}
.contents .contents__image.contents__image--right {
  padding-left: 44px;
}
@media (max-width: 1200px) {
  .contents .contents__image.contents__image--right {
    padding-left: 0;
  }
}
.contents .contents__image.contents__image--right figcaption {
  text-align: right;
  margin-top: 20px;
}
.contents .contents__image.contents__image--right figcaption .signature {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .contents .contents__image.contents__image--right figcaption {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.contents .contents__image.contents__image--left {
  padding-right: 44px;
}
@media (max-width: 1200px) {
  .contents .contents__image.contents__image--left {
    padding-right: 0;
  }
}
.contents .contents__image.contents__image--left figcaption {
  text-align: left;
  margin-top: 20px;
}
.contents .contents__image figcaption {
  font-size: 18px;
  margin-top: 21px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 1200px) {
  .contents .contents__image figcaption {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer {
    padding-top: 23px;
  }
}
.contents .contents__tableContainer table {
  border-collapse: collapse;
  width: 100%;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.contents .contents__tableContainer th {
  border-top: 1px solid #95989A;
  background: #E5F6FC;
  font-size: 18px;
  font-weight: 700;
  padding: 21px 32px;
  text-align: left;
  line-height: 2.66666667;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer th {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    line-height: 1.8;
  }
}
.contents .contents__tableContainer td {
  font-size: 18px;
  line-height: 2.22222222;
  border-top: 1px solid #95989A;
  padding: 21px 34px;
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer td {
    width: 100%;
    padding: 8px 8px 22px;
    font-size: 15px;
    line-height: 2;
  }
}
.contents .contents__tableContainer.contents__tableContainer--companyProfile tr:last-child {
  border-bottom: 1px solid #95989A;
}
.contents .contents__tableContainer.contents__tableContainer--corporateHistory tr:last-child {
  border-bottom: 1px solid #95989A;
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer.contents__tableContainer--corporateHistory tr {
    flex-direction: row;
  }
}
.contents .contents__tableContainer.contents__tableContainer--corporateHistory th {
  padding: 8px 33px;
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer.contents__tableContainer--corporateHistory th {
    max-width: 72px;
    font-size: 15px;
    text-align: center;
    padding: 16px 0;
  }
}
.contents .contents__tableContainer.contents__tableContainer--corporateHistory td {
  padding: 12px 39px;
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer.contents__tableContainer--corporateHistory td {
    padding: 14px 10px 16px 16px;
  }
}
@media (max-width: 1200px) {
  .contents .contents__tableContainer.contents__tableContainer--corporateHistory td .contents__image--right {
    width: 100%;
    text-align: right;
  }
}
.contents .contents__tableContainer.contents__tableContainer--corporateHistory td p {
  line-height: 1.66666667;
}

.officerWrap {
  display: flex;
  align-items: flex-end;
  gap: 0 2em;
}
.officerWrap > span {
  width: 100%;
  white-space: nowrap;
}
/*----------------------------------------------
productItemCard
----------------------------------------------*/
.productItemCard .productItemCard__image {
  aspect-ratio: 437/314;
}
.productItemCard .productItemCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productItemCard .productItemCard__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}
.productItemCard .productItemCard__descText {
  font-size: 18px;
  line-height: 2.22222222;
  color: #000000;
}
.productItemCard .productItemCard__descSubText {
  font-size: 18px;
  line-height: 2.22222222;
  color: #777777;
  margin-top: 20px;
}

/*----------------------------------------------
columns
----------------------------------------------*/
.contents__row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .contents__row {
    flex-direction: column-reverse;
  }
}
.contents__row.contents__row--productItemCardList {
  gap: 100px 34px;
}
.contents__row.contents__row--reverse {
  flex-direction: row-reverse;
}
.contents__row .contents__2columns {
  flex: 1 0 0;
  width: 50%;
}
@media (max-width: 1200px) {
  .contents__row .contents__2columns {
    width: 100%;
  }
}
.contents__row .contents__3columns {
  flex: 1 0 0;
  width: 33.3333%;
}
@media (max-width: 1200px) {
  .contents__row .contents__3columns {
    width: 100%;
  }
}

.contents__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px 34px;
}
.contents__grid.contents__grid--corporateHistory {
  grid-template-columns: 1fr auto;
  grid-gap: 0 34px;
}
@media (max-width: 1200px) {
  .contents__grid.contents__grid--corporateHistory {
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
  }
}
.contents__grid.contents__grid--corporateHistory .contents__gridItem {
  display: flex;
  align-items: center;
}

/*----------------------------------------------
selectNews
----------------------------------------------*/
.selectNews .selectNews__text {
  font-size: 18px;
  line-height: 2.66666667;
  text-align: center;
}
.selectNews .selectNews__bodyTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 10px;
}
@media (max-width: 1200px) {
  .selectNews .selectNews__bodyTitle {
    padding: 0 10px 10px;
  }
}
.selectNews .selectNews__body {
  padding: 49px 35px 57px;
  background-color: #ffffff;
  grid-column: 1/5;
  margin-top: 27px;
}
@media (max-width: 1200px) {
  .selectNews .selectNews__body {
    padding: 27px 0 60px;
    grid-column: 1/4;
    margin-top: 20px;
  }
}
.selectNews .selectNews__container {
  width: 100%;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 22px;
}
@media (max-width: 1200px) {
  .selectNews .selectNews__container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 10px;
    margin-top: 20px;
  }
}
.selectNews .selectNews__label {
  width: 100%;
  height: 74px;
  background-color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  border: 1px solid #707070;
}
@media (max-width: 1200px) {
  .selectNews .selectNews__label {
    font-size: 15px;
    height: 60px;
  }
}
@media (hover: hover) {
  .selectNews .selectNews__label:hover {
    color: var(--color-our-company);
    border: 6px solid var(--color-our-company);
  }
}
.selectNews input[name=tab_name] {
  display: none;
}
.selectNews input:checked + .selectNews__label {
  color: var(--color-our-company);
  border: 6px solid var(--color-our-company);
}
.selectNews .selectNews__body {
  display: none;
  width: 100%;
}
.selectNews input:checked + .selectNews__label + .selectNews__body {
  display: block;
}
.selectNews .selectNews__accBtnWrap {
  width: 328px;
  margin: 30px auto 0;
}
@media (max-width: 1200px) {
  .selectNews .selectNews__accBtnWrap {
    width: calc(100% - 20px);
    margin: 40px auto 0;
  }
}

/*----------------------------------------------
 productItemCardList
----------------------------------------------*/
.productItemCardList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px 34px;
}
@media (max-width: 1200px) {
  .productItemCardList {
    grid-template-columns: 1fr;
    grid-gap: 28px 0;
  }
}

/*----------------------------------------------
 sectionContactLink
----------------------------------------------*/
.contactLink .contactLink__link:before {
  border: 0 solid;
  border-color: var(--color-our-company) !important;
}
@media (hover: hover) {
  .contactLink .contactLink__link:hover:before {
    border: 20px solid var(--color-our-company);
  }
}
.contactLink .contactLink__titleWrap path {
  fill: var(--color-our-company);
}
.contactLink .contactLink__title {
  color: var(--color-our-company);
}
.contactLink .contactLink__subTitle {
  color: var(--color-our-company);
}

/*# sourceMappingURL=our-company.css.map */
