html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.greeting {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.greeting__wrapper {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 80px;
}
.greeting__wrapper .greeting-desc {
  color: var(--main-primary-222222, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}

.safety {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.safety__wrapper {
  max-width: 1120px;
  width: 100%;
}
.safety__wrapper .point {
  display: flex;
  margin-bottom: 12px;
}
.safety__wrapper .point__num {
  display: flex;
  align-items: center;
  max-width: 117px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
  background: var(--main-primary-007BE3, #0070ce);
  padding: 5px 22px 9px 10px;
}
.safety__wrapper .point__text {
  display: flex;
  padding: 5px 20px;
  align-items: center;
  color: #fff;
  width: 100%;
  /* text/18- Medium - line-hegiht:160% */
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  background: #29bae8;
}
.safety__wrapper .point--last {
  margin-bottom: 24px;
}
.safety__wrapper .safety-imgs {
  display: flex;
  gap: 10px;
  width: 100%;
}
.safety__wrapper .safety-imgs .safety-img {
  max-width: 216px;
  width: 100%;
  height: 208px;
  margin-bottom: 80px;
}
.safety__wrapper .safety-imgs .safety-img--1 {
  background-image: url(../assets/images/safety1.jpg);
}
.safety__wrapper .safety-imgs .safety-img--2 {
  background-image: url(../assets/images/safety2.jpg);
}
.safety__wrapper .safety-imgs .safety-img--3 {
  background-image: url(../assets/images/safety3.jpg);
}
.safety__wrapper .safety-imgs .safety-img--4 {
  background-image: url(../assets/images/safety4.jpg);
}
.safety__wrapper .safety-imgs .safety-img--5 {
  background-image: url(../assets/images/safety5.jpg);
}

.overview {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.overview__wrapper {
  max-width: 1120px;
  width: 100%;
}

.table {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  padding: 0 24px;
}
.table__wrapper {
  max-width: 1120px;
  width: 100%;
}
.table__wrapper .table-contents {
  width: 100%;
  margin: 0 auto;
}
.table__wrapper .table-contents__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #0070CE;
  padding-top: 24px;
  padding-bottom: 24px;
}
.table__wrapper .table-contents__item__key {
  width: 17.8571428571%;
  color: #222;
  /* text/18- Medium - line-hegiht:160% */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
.table__wrapper .table-contents__item__value {
  width: 82.1428571429%;
  color: #222;
  /* text/18- Medium - line-hegiht:160% */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.table__wrapper .table-contents__item__value .blue {
  color: #0070CE;
}
.table__wrapper .table-contents__item--last {
  align-items: center;
}
.table__wrapper .table-contents .table-line {
  width: 100%;
  height: 1px;
  background: rgb(31, 156, 246);
}/*# sourceMappingURL=company.css.map */