.arial{
  font-family: Arial, Helvetica, sans-serif;
}

.company-grid{
  display: grid;
  grid-template-columns: 40% 60%;
}

.overview-tbl{
  width: 100%;
}

.overview-tbl tr{
  border-top:1px solid #C9CACA;
}

.overview-tbl tr:last-child{
  border-bottom:1px solid #C9CACA;
}

.overview-tbl th,.overview-tbl td{
  padding: 1.6em 0;
  border: none;
}

.overview-tbl th{
  width: 30%;
  vertical-align: middle;
  font-weight: normal;
}

.overview-tbl__address{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.overview-tbl__address-left{
  margin-right: 1.5em;
}

.overview-tbl__address-right{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.05em;
  text-decoration: underline;
  transition: 0.7s cubic-bezier(.15,1,.2,1);
}

.overview-tbl__address-right:hover{
  color: #623689;
}

.overview-tbl__address-right::after{
  content: "";
  background-image: url(../image/company/link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
}

.overview-tbl__list{
  display: flex;
  align-items: flex-start;
}
.overview-tbl__list::before{
  content: "・";
  margin-right: 0.1em;
  opacity: 0.9;
  transform: scale(0.95);
}

.company-link{
  display: flex;
  margin-top: 3.2em;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
.company-link>li:nth-child(1){
  margin-right: 9%;
}
.company-link>li>a{
  display: flex;
  width: fit-content;
  line-height: 1.4;
}
.company-link__txt{
  position: relative;
  margin-right: 0.25em;
  text-decoration: underline;
}
.company-link__icon{
  width: 0.78em;
  height: 0.78em;
  background-image: url(../image/company/company_link_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.25em;
}

.chart{
  width: min(98%,44em);
  margin: 0 auto;
}

.organization__ttl{
  font-size: 1.25rem;
  letter-spacing: 0.09em;
  padding-bottom: 0.7em;
  border-bottom:1px solid #C9CACA;
}

.organization-wrap p{
  padding-top: 1.2em;
}



@media (max-width: 1023px){
  .company-grid{
    display: block;
    margin: 0 auto;
  }

  .overview-tbl th,.overview-tbl td{
    width: 100%;
    display: block;
    padding: 0.5em 0;
  }
  .overview-tbl th{
    padding-top: 1.8em;
    color: #9FA0A0;
    width: 100%;
  }
  .overview-tbl td{
    padding-top: 0;
    padding-bottom: 1.7em;
  }
  .chart{
    width: 100%;
    max-width: 35em;
  }
}

@media (max-width: 767px){
  .overview-tbl__list::before{
    margin-right: 0;
  }
  .company-link{
    flex-direction: column;
    font-size: 1rem;
    margin-top: 2.8em;
    padding-bottom: 1em;
  }
  .company-link>li:nth-child(1){
    margin-right: 0;
  }
  .company-link>li:nth-child(2){
    margin-top: 1.4em;
  }
  .company-link__txt{
    margin-right: 0.2em;
  }
  .organization__ttl{
    font-size: 1.0625rem;
  }
  .organization-wrap p{
    padding-top: 1.1em;
  }
}
