/*************************************************

company-common

*************************************************/
.company-common__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .company-common__title {
    margin-bottom: 3rem;
  }
}

.company-common__title-el {
  padding: 1rem 5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #ac1f28;
}
@media screen and (max-width: 767px) {
  .company-common__title-el {
    padding: 1rem 3rem;
    font-size: 1.8rem;
  }
}

.company-common__title-bk {
  padding: .7rem 3.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #2e2e2e;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .company-common__title-bk {
    padding: .7rem 2rem;
    font-size: 1.5rem;
  }
}

/*************************************************

company-guidance

*************************************************/
.company-guidance {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(100rem, 100% - 2rem);
  margin: 10rem auto 6rem;
  padding: 7rem 1.5rem 8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .company-guidance {
    padding: 5rem 1.5rem 4rem;
    margin: 7rem auto 5rem;
  }
}
.company-guidance .company-common__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-guidance__inner {
  max-width: 83rem;
  margin: 0 auto;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.info-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.label {
  color: #b22222;
  font-weight: bold;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}

.value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .certification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cert-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*************************************************

company-access

*************************************************/
.company-access {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .company-access {
    margin-top: 5rem;
  }
}

.map-area {
  margin-top: 2em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .map-area {
    margin-top: 1em;
  }
}

.map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-flex .map-flex__inbox {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .map-flex .map-flex__inbox {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.map-flex .map-flex__inbox .map-flex__inbox__color {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #2F4050;
  margin-bottom: 1rem;
}