.company {
  font-weight: 400;
}
.company_ttl {
  text-align: center;
  background: url("../img/company_bg.webp") no-repeat center/cover;
  height: min(50vw, 780px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: min(5vw, 5em);
}
@media screen and (max-width: 767px) {
  .company_ttl {
    height: min(70vw, 780px);
  }
}
.company_ttl h2 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  margin-top: 7vw;
}
@media screen and (max-width: 767px) {
  .company_ttl h2 {
    font-size: clamp(18px, 3.5vw, 22px);
  }
}
.company_ttl h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 72px;
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company_ttl h2 span {
    font-size: clamp(30px, 9vw, 50px);
  }
}
.company_ttl .company_logo {
  display: inline-block;
  background: rgba(32, 90, 0, 0.7490196078);
  border-radius: 100px;
  padding: 2vw 0;
}
@media print, screen and (min-width: 768px) {
  .company_ttl .company_logo {
    padding: 1em 4em;
  }
}
@media screen and (max-width: 767px) {
  .company_ttl img {
    max-width: 70%;
  }
}
.company_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: var(--space);
  grid-gap: 1em;
}
@media screen and (max-width: 767px) {
  .company_cont {
    -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;
  }
}
.company_cont_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_cont_img {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .company_cont_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 60vw;
  }
}
.company_cont_img:before {
  content: "";
  display: block;
  background: url("../img/company_photo.webp") no-repeat left bottom/cover;
}
@media print, screen and (min-width: 768px) {
  .company_cont_img:before {
    height: 55%;
  }
}
@media screen and (max-width: 767px) {
  .company_cont_img:before {
    height: 100%;
    width: 40%;
  }
}
.company_cont_img:after {
  content: "";
  display: block;
  background: url("../img/company_photo2.webp") no-repeat center top/cover;
}
@media print, screen and (min-width: 768px) {
  .company_cont_img:after {
    height: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cont_img:after {
    height: 100%;
    width: 60%;
  }
}
.company_cont dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .company_cont dl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.company_cont dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
.company_cont dt,
.company_cont dd {
  padding: 1em;
}
.company_cont dt {
  background: #2a7800;
  color: #fff;
  width: 9em;
}
@media print, screen and (min-width: 768px) {
  .company_cont dt {
    width: 10em;
  }
}
.company_cont dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f2f2f2;
}
.company_cont .address a {
  background: #007491;
  color: #fff;
  font-size: 87%;
  font-family: "Roboto", sans-serif;
  padding: 0.8em 1em;
  border-radius: 100px;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .company_cont .address a {
    margin-left: 1em;
    margin-top: 0;
  }
}
.company_cont .address a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url("../img/gmap1.svg") no-repeat center/contain;
  margin-right: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .company_cont .shiiresaki dd {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(21em, 1fr));
  }
}
.company_cont .shiiresaki li + li {
  margin-top: 0.5em;
}