@charset "utf-8";

.company__content01-button {
  margin-top: 40px;
}

.company__content-table {
  margin-top: 30px;
}

.company__content-table2 {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.company__content-table2.company__content-table {
  margin-top: 40px;
}

.company__content-table-row {
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 35px;
  align-items: center;
}

.company__content-table-row:not(:last-of-type) {
  border-bottom: 1px solid #c7c7c7;
}

@media screen and (min-width: 600px) {
  .company__content-table-row {
    grid-template-columns: clamp(135px, 11.72vw, 160px) 1fr;
  }
}

.company__content-table-th {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-title-ja);
  line-height: calc(32 / 14);
  padding-bottom: 20px;
}

.company__content-table-td {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(32 / 14);
  padding-left: clamp(20px, 3.67vw, 50px);
  padding-top: 20px;
  border-top: 1px solid var(--color-title-ja);
}

@media screen and (min-width: 600px) {
  .company__content-table-th {
    padding-bottom: 0;
  }
  .company__content-table-td {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid var(--color-title-ja);
  }
}

.company__content-table-map {
  margin-top: 40px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.company__content-table-map div,
.company__content-table-map iframe {
  width: 100%;
  height: 100%;
}

.company__flexbox {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .company__flexbox {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.company__flexbox-image {
  aspect-ratio: 275/380;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.company__flexbox-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__flexbox-content {
}

.company__flexbox-content-head {
  color: #569cdb;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: clamp(18px, 1.62vw, 22px);
  font-weight: 500;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: calc(42 / 22);
}
.company__flexbox-content-head::before {
  content: "";
  background: url(../images/manda__content01-bottom-text1.svg) no-repeat center
    center/contain;
  width: 12px;
  height: 38px;
}
.company__flexbox-content-head::after {
  content: "";
  background: url(../images/manda__content01-bottom-text2.svg) no-repeat center
    center/contain;
  width: 12px;
  height: 38px;
}
.company__flexbox-content .page2__content-text {
  margin-top: 26px;
}
.company__flexbox-content .page2__content-text + .page2__content-text {
  margin-top: 36px;
}

.company__flexbox-content-name {
  margin-top: 7px;
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 500;
  line-height: calc(27 / 15);
  color: #483c42;
}

.company__flexbox-content-name::before {
  content: "";
  margin-top: 11px;
  width: 22px;
  height: 1px;
  background: #2059aa;
  flex-shrink: 0;
}
