.company-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company-table {
    font-size: 1.4rem;
  }
}
.company-table tr {
  border-bottom: 1px solid #d4d4d4;
}
.company-table th,
.company-table td {
  padding-top: 1.5em;
  padding-bottom: 1.5rem;
}
.company-table th {
  font-weight: 600;
  text-align: left;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .company-table th {
    width: 8.5rem;
  }
}
.company-table td {
  padding-left: 1rem;
}

.history {
  position: relative;
  z-index: 1;
  background: #d4d4d4;
  background: url(../../images/renewal/company/history-bg.jpg) no-repeat center center/cover;
}
.history::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.zeh-results-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .zeh-results-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .zeh-results-content {
    width: 100%;
  }
}
.zeh-results-fig {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .zeh-results-fig {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.zeh-results-fig-img {
  width: 40rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .zeh-results-fig-img {
    width: 30rem;
  }
}
.zeh-results-table {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .zeh-results-table .scroll-wrap {
    width: 100vw;
    overflow: scroll;
    padding-top: 4rem;
    margin-top: -4rem;
  }
}
.zeh-results-table table {
  border-collapse: separate;
  border-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  .zeh-results-table table {
    min-width: 540px;
    padding-right: 2rem;
  }
}
.zeh-results-table table tr th {
  font-size: 1.6rem;
  padding: 1rem 1rem;
  width: 12.5%;
  background: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .zeh-results-table table tr th {
    font-size: 1.4rem;
  }
}
.zeh-results-table table tr th.--first {
  background: #BEBEBE;
  color: #fff;
  width: 12rem;
}
.zeh-results-table table tr th.sign-icon-th {
  position: relative;
  z-index: 1;
}
.zeh-results-table table tr th.sign-icon-th::before {
  content: "";
  background: url(../../images/renewal/company/sign-icon.svg) no-repeat center center/cover;
  width: 6rem;
  height: 6.8rem;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
@media screen and (max-width: 768px) {
  .zeh-results-table table tr th.sign-icon-th::before {
    width: 3rem;
    height: 3.4rem;
    top: -4rem;
  }
}
.zeh-results-table table tr td {
  font-size: 1.6rem;
  padding: 1rem 1rem;
  width: 12.5%;
  background: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .zeh-results-table table tr td {
    font-size: 1.4rem;
  }
}
.zeh-results-table-img {
  position: absolute;
  width: 6rem;
  height: auto;
  top: -7.5rem;
  right: 4rem;
}
.zeh-results-textlink {
  display: inline-block;
  margin-top: 2rem;
  text-decoration: underline;
  font-weight: 600;
}

.greeting .page-heading {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .greeting .page-heading {
    margin-bottom: 5rem;
  }
}
.greeting-block::before {
  content: "";
  background: #F9F8F5;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
.greeting-area {
  z-index: 1;
}
.greeting-area::before {
  content: "";
  background: #F9F8F5;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.greeting-area-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .greeting-area-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
.greeting-area-title {
  margin-top: 0.3rem;
}
.greeting-area-desc {
  max-width: 58rem;
  -webkit-transform: translatey(14rem);
          transform: translatey(14rem);
}
@media screen and (max-width: 768px) {
  .greeting-area-desc {
    width: 100%;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
.greeting-area-desc .ceo-message {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .greeting-area-desc .ceo-message {
    font-size: 1.3rem;
  }
}
.greeting-area-desc .ceo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 2.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .greeting-area-desc .ceo-name {
    font-size: 1.4rem;
    gap: 2rem;
  }
}
.greeting-area-desc .ceo-name .__nameEn img {
  display: block;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
@media screen and (max-width: 768px) {
  .greeting-area-desc .ceo-name .__nameEn img {
    width: 14rem;
  }
}
.greeting-area-ceoImg {
  width: 22rem;
  height: auto;
  -webkit-transform: translatey(22rem);
          transform: translatey(22rem);
}
@media screen and (max-width: 768px) {
  .greeting-area-ceoImg {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    width: 60%;
  }
  .greeting-area-ceoImg img {
    width: 100%;
    height: 26rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.access .g-map {
  width: 100%;
  height: 40rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .access .g-map {
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .access .g-map {
    height: 24rem;
  }
}
.access .g-map iframe {
  width: 100%;
  height: 100%;
}
.access-ads {
  margin-top: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .access-ads {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
}

.philosophy-fig {
  margin-bottom: 6rem;
  width: 100%;
  height: 75rem;
}
@media screen and (max-width: 768px) {
  .philosophy-fig {
    height: 25rem;
    margin-bottom: 4rem;
  }
}
.philosophy-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophy-bordertext {
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophy-bordertext {
    font-size: 1.9rem;
    margin-bottom: 2.5rem;
  }
}
.philosophy-bordertext::before {
  content: "";
  background: #524B40;
  width: 5rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.philosophy-text {
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .philosophy-text {
    margin-top: 2.5rem;
  }
}
.philosophy-box {
  max-width: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  margin: 6rem auto;
}
@media screen and (max-width: 768px) {
  .philosophy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: 4rem auto 5rem;
  }
}
.philosophy-box-fig {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .philosophy-box-fig {
    width: 100%;
  }
}
.philosophy-box-fig img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophy-box-text {
  font-size: 1.7rem;
  line-height: 2;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .philosophy-box-text {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.philosophy-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .philosophy-point {
    gap: 1rem;
    margin-top: 3.5rem;
  }
}
.philosophy-point-item {
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E4E4E4;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .philosophy-point-item {
    height: 8rem;
  }
}
.philosophy-point-item:nth-child(1) {
  width: calc(33.33% - 1rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(1) {
    width: 100%;
  }
}
.philosophy-point-item:nth-child(2) {
  width: calc(33.33% - 1rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(2) {
    width: 100%;
  }
}
.philosophy-point-item:nth-child(3) {
  width: calc(33.33% - 1rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(3) {
    width: 100%;
  }
}
.philosophy-point-item:nth-child(4) {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(4) {
    width: 100%;
  }
}
.philosophy-point-item:nth-child(5) {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(5) {
    width: 100%;
  }
}
.philosophy-point-item:nth-child(6) {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(6) {
    width: 100%;
  }
}
.philosophy-point-item:nth-child(7) {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 768px) {
  .philosophy-point-item:nth-child(7) {
    width: 100%;
  }
}
.philosophy-point-item span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy-point-item span {
    font-size: 1.6rem;
  }
}