.table {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table {
    left: 0;
    margin-top: 8px;
  }
}

.tr {
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
@media screen and (max-width: 767px) {
  .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.td,
.th {
  padding-block: 15px 18px;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #323232;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .td,
  .th {
    padding-block: 8px 8px;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 1.4px;
  }
}

.th {
  width: 206px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .th {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .td {
    padding-top: 0;
  }
}

.sub.companyProfile .section__inner2 {
  margin-inline: auto;
  max-width: 971px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__inner2 {
    padding-right: 0;
  }
}
.sub.companyProfile .section__inner3 {
  margin-inline: auto 0;
  max-width: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__inner3 {
    padding-left: 0;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .sub.companyProfile .sectionTitle__ja {
    padding: 2px 47px 6px 49px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
    -webkit-clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 34px 100%);
            clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 34px 100%);
  }
  .sub.companyProfile .sectionTitle__enMask {
    bottom: -13px;
    right: -2px;
    -webkit-clip-path: inset(0% 0% 29% 0%);
            clip-path: inset(0% 0% 29% 0%);
  }
  .sub.companyProfile .sectionTitle__en {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
  }
}
.sub.companyProfile .sub__titleWrapper {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .sub__titleWrapper {
    margin-bottom: 36px;
  }
}
.sub.companyProfile .ceoMessage__inner {
  margin-inline: auto;
  max-width: 1000px;
}
.sub.companyProfile .ceoMessage__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 25.6px;
  letter-spacing: 1.2px;
  color: #0041A0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__heading {
    font-size: 18px;
    line-height: 25.6px;
    letter-spacing: 0.9px;
  }
}
.sub.companyProfile .ceoMessage__top {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__top {
    margin-top: 39px;
  }
}
.sub.companyProfile .ceoMessage__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 30.5px;
  letter-spacing: 0.8px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__text {
    font-size: 16px;
    line-height: 29.5px;
    letter-spacing: 0.8px;
  }
}
.sub.companyProfile .ceoMessage__text + .ceoMessage__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__text + .ceoMessage__text {
    margin-top: 0;
  }
}
.sub.companyProfile .ceoMessage__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.sub.companyProfile .ceoMessage__imgBox {
  position: relative;
  top: -32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 267px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__imgBox {
    top: 0;
    margin-inline: auto;
  }
}
.sub.companyProfile .ceoMessage__img {
  width: 100%;
  height: auto;
  aspect-ratio: 267/345;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__img {
    margin-inline: auto;
    width: 194px;
    aspect-ratio: 194/250;
  }
}
.sub.companyProfile .ceoMessage__caption {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__caption {
    margin-top: 1px;
    gap: 18px;
  }
}
.sub.companyProfile .ceoMessage__captionSmall {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.65px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__captionSmall {
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.6px;
    color: #323232;
  }
}
.sub.companyProfile .ceoMessage__captionLarge {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .ceoMessage__captionLarge {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 3.6px;
  }
}
.sub.companyProfile .section__companyProfile {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__companyProfile {
    margin-top: 82px;
  }
}
.sub.companyProfile .section__groupCompanies {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__groupCompanies {
    margin-top: 25px;
  }
}
.sub.companyProfile .section__groupCompanies .section__inner3 {
  padding-bottom: 55px;
  border-bottom: 1px solid #0041A0;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__groupCompanies .section__inner3 {
    padding-bottom: 29px;
  }
}
.sub.companyProfile .groupCompanies__heading {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 1.6px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .groupCompanies__heading {
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 1.4px;
  }
}
.sub.companyProfile .groupCompanies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(2.6666666667vw, 32px);
  margin-top: 59px;
  padding-right: 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .groupCompanies__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 16px;
    padding-right: 0;
  }
}
.sub.companyProfile .groupCompanies__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 31%;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .groupCompanies__item {
    width: 82.7586206897%;
    max-width: 260px;
  }
}
.sub.companyProfile .groupCompanies__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 280/80;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .groupCompanies__link {
    max-width: 100%;
  }
}
.sub.companyProfile .groupCompanies__link img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub.companyProfile .groupCompanies__link.groupCompanies__link--faynteck img {
  max-width: 75%;
}
.sub.companyProfile .groupCompanies__link.groupCompanies__link--toyokasetsukogyo img {
  max-width: 75%;
}
.sub.companyProfile .groupCompanies__link.groupCompanies__link--kantoseko img {
  max-width: 71.4285714286%;
}
.sub.companyProfile .groupCompanies__link.no-link {
  pointer-events: none;
}
@media (any-hover: hover) {
  .sub.companyProfile .groupCompanies__link:hover {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    translate: 3px 3px;
  }
}
.sub.companyProfile .groupCompanies__img {
  margin-top: 101px;
  margin-inline: auto;
  max-width: 600px;
  width: 100%;
  height: auto;
  aspect-ratio: 600/355;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .groupCompanies__img {
    margin-top: 31px;
  }
}
.sub.companyProfile .section__companyHistory {
  padding-top: 153px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__companyHistory {
    padding-top: 79px;
    padding-bottom: 47px;
  }
}
.sub.companyProfile .section__companyHistory .section__inner3 {
  padding-bottom: 65px;
  border-bottom: 1px solid #0041A0;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .section__companyHistory .section__inner3 {
    padding-bottom: 53px;
  }
}
.sub.companyProfile .section__companyHistory .companyHistory__tr:last-of-type {
  border-bottom: none;
}
.sub.companyProfile .companyHistory__table {
  position: relative;
}
.sub.companyProfile .companyHistory__th {
  width: 205px;
}
@media screen and (max-width: 767px) {
  .sub.companyProfile .companyHistory__th {
    width: 100%;
  }
}
/*# sourceMappingURL=page-company-profile.css.map */