.picture {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.picture img {
  width: 100%;
}
.company-box .company-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.company-box .company-title h1 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.company-box .company-title p {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 5px;
  font-weight: bold;
}
.company-box .information {
  width: 100%;
  padding: 5px 0 45px 0;
  border-bottom: 1px solid var(--color-blue);
  display: flex;
  flex-direction: column;
}
.company-box .information span {
  font-weight: bold;
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: 0.15em;
}
.company-box ul {
  width: 100%;
}
.company-box ul li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--color-mid-blue);
}
.company-box ul li .outline-title {
  width: 25%;
  padding: 25px 1px 25px 20px;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: bold;
}
.company-box ul li .outline-content {
  display: flex;
  flex-direction: column;
  padding: 25px 1px 25px 20px;
  color: #4a4a4a;
  font-size: 16px;
  flex: 1;
}
.stronghold .company-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.stronghold .company-title h1 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.stronghold .company-title p {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 5px;
  font-weight: bold;
}
.stronghold h3 {
  margin: 0;
  padding-left: 10px;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 24px;
  line-height: var(--text-line-height);
  border-bottom: var(--border-blue);
  border-left: 17px solid var(--color-blue);
}
.stronghold ul {
  margin-bottom: 50px;
  width: 100%;
}
.stronghold ul li {
  border-bottom: 1px solid var(--color-mid-blue);
  width: 100%;
  display: flex;
  align-items: center;
}
.stronghold ul li h5 {
  text-align: left;
  width: 180px;
  padding: 32.5px 1px 32.5px 30px;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: bold;
}
.stronghold ul li .td_button {
  width: 180px;
  padding: 32.5px 30px 32.5px 0;
}
.stronghold ul li .td_button a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #fff;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s;
}
.stronghold ul li .td_button a:hover {
  transition: all 0.5s;
  color: var(--color-blue);
  background-color: #fff;
}
.stronghold ul li .td_content {
  flex: 1;
  padding: 32.5px 1px 32.5px 30px;
  line-height: 22px;
}
.stronghold ul li .td_content span:last-child {
  padding-bottom: 0;
}
.stronghold ul li .td_content span {
  padding-bottom: 12px;
  display: block;
  font-size: 18px;
  color: #4a4a4a;
}
@media (max-width: 768px) {
  .company-box ul li {
    display: flex;
    flex-direction: column;
  }
  .company-box ul li .outline-title {
    padding: 25px 1px 0 20px;
  }
  .stronghold ul {
    margin-bottom: 50px;
    width: 100%;
  }
  .stronghold ul li {
    border-bottom: 1px solid var(--color-mid-blue);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .stronghold ul li h5 {
    font-size: 16px;
    padding: 25px 1px 1px 12.5px;
  }
  .stronghold ul li .td_button {
    padding: 25px 1px 1px 12.5px;
  }
  .stronghold ul li .td_content {
    flex: 1;
    padding: 25px 1px 25px 12.5px;
    line-height: 22px;
  }
  .stronghold ul li .td_content span {
    padding-bottom: 3px;
    display: block;
    font-size: 16px;
    color: #4a4a4a;
  }
}
@media (max-width: 576px) {
  .company-box .company-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .company-box .company-title h1 {
    font-size: 32px;
  }
  .company-box .company-title p {
    font-size: 16px;
  }
}
