.company_wrapper {
  width: 100%;
  height: 67.5rem;
}

.company_wrapper h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #2851ae;
  padding-top: 10rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
}

.company_container {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.company_info {
  width: 35.5rem;
}

.company_address iframe {
  height: 40.1rem;
  width: 49.5rem;
}

.company_address p {
  font-size: 1.2rem;
  color: #333333;
  text-align: right;
  width: 100%;
  max-width: 49.5rem;
  padding-top: 0.9rem;
}

.company_table th {
  width: 24%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #347bd2;
  line-height: 3.7rem;
  border-top: 1px solid #347bd2;
  padding-left: 0.2rem;
}

.company_table td {
  width: 66%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 3.7rem;
  border-top: 1px solid #347bd2;
  padding-left: 0.2rem;
}

.company_table tr:nth-child(2) td {
  width: 65%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 3.7rem;
  border-top: 1px solid #347bd2;
}

.company_table tr:nth-child(3) td {
  width: 65%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 3.7rem;
  border-top: 1px solid #347bd2;
}

.company_table tr:nth-child(4) td {
  width: 65%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 3.7rem;
  border-top: 1px solid #347bd2;
}

.company_table tr:nth-child(5) td {
  width: 65%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 3.7rem;
  border-top: 1px solid #347bd2;
}

.company_table tr:nth-child(5) th {
  width: 25%;
  height: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: #347bd2;
  line-height: 3.7rem;
}

.company_table tr:last-child th,
.company_table tr:last-child td {
  border-bottom: 1px solid #347bd2;
}

.company_address_mini {
  display: none;
}

@media screen and (max-width: 699.99px) {
  .company_wrapper {
    height: 69.6rem;
  }

  .company_address {
    display: none;
  }

  .company_wrapper h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #2851ae;
    padding-top: 13rem;
    padding-bottom: 3rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
  }

  .company_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }

  .company_info {
    width: 73.33%;
    margin: 0 auto;
  }
  .company_address_mini {
    display: block;
    margin: 0 auto;
  }

  .company_address_mini iframe {
    width: 27.5rem;
    height: 22.3rem;
  }

  .company_address_mini p {
    font-size: 1.2rem;
    color: #333333;
    text-align: right;
    padding-top: 0.5rem;
  }

  .company_table th {
    width: 32%;
    height: 3.7rem;
    font-size: 1.2rem;
    color: #347bd2;
    line-height: 3.7rem;
    letter-spacing: 0;
    border-top: 1px solid #347bd2;
    padding-left: 0.1rem;
  }

  .company_table tr:nth-child(2) th {
    letter-spacing: 0.3em;
  }

  .company_table td {
    width: 65%;
    height: 3.7rem;
    font-size: 1.2rem;
    line-height: 3.7rem;
    border-top: 1px solid #347bd2;
  }

  .company_table tr:nth-child(2) td {
    width: 65%;
    height: 5.2rem;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    border-top: 1px solid #347bd2;
  }

  .company_table tr:nth-child(3) td {
    letter-spacing: 0;
  }

  .company_table tr:nth-child(4) td {
    letter-spacing: 0;
  }

  .company_table tr:last-child th,
  .company_table tr:last-child td {
    border-bottom: 1px solid #347bd2;
  }
}
