/* Company page */
.company-page {
  background: #fff;
}

.company-page .container {
  max-width: 1180px;
}

.company-page .survey-breadcrumb {
  margin-top: 22px;
  margin-bottom: 16px;
}

.company-page .company-hero {
  min-height: 278px;
  padding: 52px 0 40px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 36%, rgba(255,255,255,.58) 53%, rgba(255,255,255,0) 74%),
    url("../img/mainvisual.png") center right / 760px auto no-repeat;
  box-shadow: none;
}

.company-page .company-hero h1 {
  margin-bottom: 24px;
  font-size: 42px;
  letter-spacing: 0;
}

.company-page .company-hero p {
  color: #12304a;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.05;
}

.company-outline,
.company-message,
.company-safety {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.company-outline {
  margin-top: 70px;
}

.company-outline h2,
.company-message h2,
.company-safety h2 {
  position: relative;
  margin: 0 0 34px;
  color: #12304a;
  font-size: 23px;
  text-align: center;
}

.company-outline h2::after,
.company-message h2::after,
.company-safety h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: #2fad63;
  transform: translateX(-50%);
}

.company-outline table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfe7ee;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  background: #fff;
}

.company-outline th,
.company-outline td {
  padding: 22px 32px;
  border-top: 1px solid #dfe7ee;
  color: #12304a;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

.company-outline tr:first-child th,
.company-outline tr:first-child td {
  border-top: 0;
}

.company-outline th {
  width: 210px;
  background: #f8fafc;
  font-weight: 800;
}

.company-message {
  margin-top: 36px;
  padding: 36px 58px 44px;
  border-radius: 8px;
  background: linear-gradient(105deg, #f2fbf5 0%, #fff 52%, #f1f9f4 100%);
}

.company-message-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: center;
}

.company-message-text h3 {
  margin: 0 0 18px;
  color: #2fad63;
  font-size: 20px;
}

.company-message-text p {
  margin: 0;
  color: #405466;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.company-message-text p + p {
  margin-top: 12px;
}

.company-cycle {
  position: relative;
  min-height: 288px;
}

.company-cycle-ring {
  position: absolute;
  inset: 38px 48px 36px;
  border: 2px dashed #9eacb7;
  border-radius: 50%;
}

.company-cycle-item {
  position: absolute;
  display: grid;
  place-items: center;
  gap: 8px;
  color: #2f4658;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.company-cycle-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.company-cycle-user {
  left: 50%;
  top: 50%;
  width: 118px;
  height: 118px;
  border: 3px solid #c7efd5;
  border-radius: 50%;
  background: #fff;
  color: #2fad63;
  transform: translate(-50%, -50%);
}

.company-cycle-user strong {
  font-size: 13px;
}

.company-cycle-business,
.company-cycle-product,
.company-cycle-society {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px #d9f4e3 inset;
}

.company-cycle-business {
  left: 8px;
  top: 14px;
}

.company-cycle-product {
  right: 4px;
  top: 14px;
}

.company-cycle-society {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.company-safety {
  margin-top: 36px;
  margin-bottom: 42px;
}

.company-safety ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-safety li {
  min-height: 156px;
  padding: 26px 20px 22px;
  border: 1px solid #dfe7ee;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.company-safety img {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  object-fit: contain;
}

.company-safety h3 {
  margin: 0 0 10px;
  color: #2fad63;
  font-size: 16px;
}

.company-safety p {
  margin: 0;
  color: #405466;
  font-size: 13px;
  line-height: 1.75;
}

.company-page .information-footer {
  margin-top: 0;
}

@media (max-width: 980px) {
  .company-message-inner {
    grid-template-columns: 1fr;
  }

  .company-cycle {
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
  }

  .company-safety ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .company-page .company-hero {
    min-height: 300px;
    padding: 34px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 10%, rgba(255, 255, 255, .35) 100%), url(../img/mainvisual.png) 62% center / cover no-repeat;

  }

  .company-page .company-hero h1 {
    font-size: 32px;
  }

  .company-page .company-hero p {
    font-size: 15px;
    line-height: 1.9;
  }

  .company-outline {
    /* margin-top: 34px; */
   margin-top: 70px;
  }

  .company-outline table,
  .company-outline tbody,
  .company-outline tr,
  .company-outline th,
  .company-outline td {
    display: block;
    width: 100%;
  }

  .company-outline th {
    padding: 14px 18px 8px;
    border-top: 1px solid #dfe7ee;
  }

  .company-outline td {
    padding: 8px 18px 18px;
    border-top: 0;
  }

  .company-message {
    padding: 30px 18px 34px;
  }

  .company-cycle {
    min-height: 300px;
  }

  .company-cycle-business {
    left: 0;
  }

  .company-cycle-product {
    right: 0;
  }

  .company-safety ul {
    grid-template-columns: 1fr;
  }
}