.pageCompany .companyNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  max-width: 800px;
  margin: auto;
}
.pageCompany .companyNav .companyNavLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(2, 179, 174, 0.16);
  font-weight: 700;
  line-height: 1.5;
}
.pageCompany .companyNav .companyNavLink .navArrow {
  font-weight: 400;
}
.pageCompany .secMessage .sectionTitle {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.pageCompany .secMessage .sectionTitle::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 11px 17px 0 0;
  background: #02B3AE;
  border-radius: 50%;
}
.pageCompany .secMessage .sectionTitle .titleText {
  display: block;
}
.pageCompany .secMessage .messageBody {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pageCompany .secMessage .messageBody .messageCopy .messageTitle {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.pageCompany .secMessage .messageBody .messageCopy .messageText {
  margin: 0;
  font-weight: 500;
}
.pageCompany .secMessage .messageBody .messageCopy .messageName {
  display: flex;
  align-items: center;
  margin: 0;
}
.pageCompany .secMessage .messageBody .messageCopy .messageName .nameRole {
  font-weight: 500;
}
.pageCompany .secMessage .messageBody .messageCopy .messageName .nameText {
  font-weight: 500;
}
.pageCompany .secMessage .messageBody .messagePhoto {
  flex-shrink: 0;
}
.pageCompany .secProfile .profileLayout {
  display: grid;
}
.pageCompany .secProfile .profileLayout .profileHead .sectionTitle {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.pageCompany .secProfile .profileLayout .profileHead .sectionTitle::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 11px 17px 0 0;
  background: #02B3AE;
  border-radius: 50%;
}
.pageCompany .secProfile .profileLayout .profileHead .sectionTitle .titleText {
  display: block;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList {
  margin: 0;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow {
  display: grid;
  border-bottom: 1px solid #e9e9e9;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileLabel {
  color: #02B3AE;
  font-weight: 700;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue {
  margin: 0;
  font-weight: 500;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .valueStrong {
  display: inline-block;
  font-weight: 700;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .clientTitle {
  margin: 0;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .clientText {
  margin: 0;
}
.pageCompany .secProfile .profileLayout .profileBody .profileList .profileClients {
  border-bottom: 0;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeHeading {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop {
  display: grid;
  align-items: center;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeInfo .officeName {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeInfo .officeAddress {
  margin: 0;
  font-weight: 500;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeMap {
  aspect-ratio: 593/267;
  overflow: hidden;
  background: #e8f7f6;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeMap .officeMapImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList {
  margin: 0;
  background: #f7f7f7;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow {
  display: grid;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow .accessLabel {
  color: #02B3AE;
  font-weight: 700;
}
.pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow .accessText {
  margin: 0;
  font-weight: 500;
}
.pageCompany .secSafety .commonWidth {
  border-top: 1px solid #e9e9e9;
}
.pageCompany .secSafety .sectionTitle {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.pageCompany .secSafety .sectionTitle::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 11px 17px 0 0;
  background: #02B3AE;
  border-radius: 50%;
}
.pageCompany .secSafety .sectionTitle .titleText {
  display: block;
}
.pageCompany .secSafety .safetyIntro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageCompany .secSafety .safetyIntro .safetyCopy .safetyTitle {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}
.pageCompany .secSafety .safetyIntro .safetyCopy .safetyText {
  margin: 0;
}
.pageCompany .secSafety .safetyIntro .safetyVisual {
  flex-shrink: 0;
}
.pageCompany .secSafety .safetyIntro .safetyVisual .safetyVisualImg {
  width: 100%;
}
.pageCompany .secSafety .safetyManual .manualTitle {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.pageCompany .secSafety .safetyManual .manualGrid {
  display: grid;
}
.pageCompany .secSafety .safetyManual .manualGrid .manualCard {
  background: #f7f7f7;
}
.pageCompany .secSafety .safetyManual .manualGrid .manualCard .cardTitle {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
  line-height: 1.5;
}
.pageCompany .secSafety .safetyManual .manualGrid .manualCard .cardText {
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .pageCompany .companyNav {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .pageCompany .companyNav .companyNavLink {
    min-height: 52px;
    padding: 0 18px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .pageCompany .secMessage {
    padding: 60px 0;
  }
  .pageCompany .secMessage .sectionTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .pageCompany .secMessage .messageBody {
    flex-direction: column;
    row-gap: 28px;
    margin-top: 24px;
  }
  .pageCompany .secMessage .messageBody .messageCopy {
    order: 2;
  }
  .pageCompany .secMessage .messageBody .messageCopy .messageTitle {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .pageCompany .secMessage .messageBody .messageCopy .messageText {
    margin-top: 18px;
    font-size: 14px;
  }
  .pageCompany .secMessage .messageBody .messageCopy .messageName {
    column-gap: 16px;
    margin-top: 22px;
    font-size: 14px;
  }
  .pageCompany .secMessage .messageBody .messagePhoto {
    order: 1;
    width: min(76%, 300px);
    margin: 0 auto;
  }
  .pageCompany .secProfile .commonWidth {
    padding: 60px 0;
  }
  .pageCompany .secProfile .profileLayout {
    row-gap: 26px;
  }
  .pageCompany .secProfile .profileLayout .profileHead .sectionTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 18px 0;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileLabel {
    font-size: 14px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue {
    font-size: 13px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .valueStrong {
    margin-bottom: 4px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .clientTitle {
    margin-bottom: 8px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileClients .profileValue .clientTitle {
    margin-top: 24px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileClients .profileValue .clientTitle:first-child {
    margin-top: 0;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea {
    margin-top: 50px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeHeading {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem {
    margin-top: 38px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeInfo .officeName {
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeInfo .officeAddress {
    margin-top: 14px;
    font-size: 13px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeMap {
    width: 100%;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList {
    margin-top: 14px;
    padding: 18px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow {
    grid-template-columns: 1fr;
    row-gap: 3px;
    margin-top: 12px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow .accessLabel {
    font-size: 13px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow .accessText {
    font-size: 12px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow:first-child {
    margin-top: 0;
  }
  .pageCompany .secSafety .commonWidth {
    padding: 60px 0 0px;
  }
  .pageCompany .secSafety .sectionTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .pageCompany .secSafety .safetyIntro {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 38px;
  }
  .pageCompany .secSafety .safetyIntro .safetyCopy .safetyTitle {
    font-size: clamp(14px, 5.9vw, 23px);
  }
  .pageCompany .secSafety .safetyIntro .safetyCopy .safetyText {
    margin-top: 18px;
    font-size: 14px;
  }
  .pageCompany .secSafety .safetyIntro .safetyVisual {
    width: 100%;
  }
  .pageCompany .secSafety .safetyManual {
    margin-top: 30px;
  }
  .pageCompany .secSafety .safetyManual .manualTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .pageCompany .secSafety .safetyManual .manualGrid {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-top: 28px;
  }
  .pageCompany .secSafety .safetyManual .manualGrid .manualCard {
    padding: 20px;
  }
  .pageCompany .secSafety .safetyManual .manualGrid .manualCard .cardTitle {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .pageCompany .secSafety .safetyManual .manualGrid .manualCard .cardText {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageCompany .companyNav .companyNavLink {
    min-height: 60px;
    padding: 0 clamp(22px, 2.8vw, 40px);
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .pageCompany .secMessage {
    padding: 80px 0 100px;
  }
  .pageCompany .secMessage .sectionTitle {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .pageCompany .secMessage .messageBody {
    margin-top: 30px;
  }
  .pageCompany .secMessage .messageBody .messageCopy {
    width: min(57%, 610px);
  }
  .pageCompany .secMessage .messageBody .messageCopy .messageTitle {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .pageCompany .secMessage .messageBody .messageCopy .messageText {
    margin-top: 20px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secMessage .messageBody .messageCopy .messageName {
    column-gap: 22px;
    margin-top: 28px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secMessage .messageBody .messagePhoto {
    width: clamp(220px, 23.45vw, 300px);
    margin-right: clamp(0px, 5.5vw, 70px);
  }
  .pageCompany .secProfile .commonWidth {
    padding: 100px 0;
  }
  .pageCompany .secProfile .profileLayout {
    grid-template-columns: 160px minmax(0, 1fr);
    column-gap: clamp(28px, 3.75vw, 48px);
  }
  .pageCompany .secProfile .profileLayout .profileHead .sectionTitle {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow {
    grid-template-columns: 140px minmax(0, 1fr);
    column-gap: 24px;
    padding: 24px 0;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow:first-of-type {
    padding: 0px 0 24px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileLabel {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .valueStrong {
    margin-bottom: 4px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileRow .profileValue .clientTitle {
    margin-bottom: 12px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileClients .profileValue .clientTitle {
    margin-top: 38px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .profileList .profileClients .profileValue .clientTitle:first-child {
    margin-top: 0;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea {
    margin-top: 40px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeHeading {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem {
    margin-top: 55px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop {
    grid-template-columns: minmax(280px, 1fr) minmax(400px, 593px);
    gap: 35px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeInfo .officeName {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeInfo .officeAddress {
    margin-top: 22px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop .officeMap {
    width: 100%;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList {
    margin-top: 30px;
    padding: 26px clamp(24px, 3.1vw, 40px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow {
    grid-template-columns: 110px minmax(0, 1fr);
    column-gap: 40px;
    margin-top: 8px;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow .accessLabel {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow .accessText {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .accessList .accessRow:first-child {
    margin-top: 0;
  }
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem:last-of-type .accessList .accessRow {
    grid-template-columns: 80px minmax(0, 1fr);
  }
  .pageCompany .secSafety .commonWidth {
    padding: 100px 0 40px;
  }
  .pageCompany .secSafety .sectionTitle {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .pageCompany .secSafety .safetyIntro {
    margin-top: 70px;
  }
  .pageCompany .secSafety .safetyIntro .safetyCopy {
    width: min(48%, 570px);
  }
  .pageCompany .secSafety .safetyIntro .safetyCopy .safetyTitle {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .pageCompany .secSafety .safetyIntro .safetyCopy .safetyText {
    margin-top: 20px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secSafety .safetyIntro .safetyVisual {
    width: clamp(360px, 39.22vw, 502px);
  }
  .pageCompany .secSafety .safetyManual {
    margin-top: 30px;
  }
  .pageCompany .secSafety .safetyManual .manualTitle {
    font-size: 20px;
  }
  .pageCompany .secSafety .safetyManual .manualGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 45px;
    margin-top: 40px;
  }
  .pageCompany .secSafety .safetyManual .manualGrid .manualCard {
    min-height: 134px;
    padding: 22px 20px;
  }
  .pageCompany .secSafety .safetyManual .manualGrid .manualCard .cardTitle {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secSafety .safetyManual .manualGrid .manualCard .cardText {
    margin-top: 8px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .pageCompany .secSafety .safetyManual .manualGrid .reportCard {
    grid-column: span 2;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .pageCompany .secProfile .profileLayout .profileBody .officeArea .officeList .officeItem .officeTop {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */