#company-index .contents.col3 .box{
  aspect-ratio: 4 / 3;
}
#company-index .contents.col3 .inner{
    gap: 3.2rem 0.75rem;
}
.under.post .contents section.base .txt{
  border-top: none;
}
.list{
  font-size: var(--ledeFontSize);
  line-height: 1.75;
}
.list .wp-block-columns{
  border-bottom: 1px solid var(--colorGry);
    padding-bottom: 1.75em;
}
.list .wp-block-columns .wp-block-column:last-child{
  text-align: right;
}
.headoffice.wp-block-columns .wp-block-column:last-child,
.history .wp-block-columns .wp-block-column:last-child,
.company-profile .wp-block-columns .wp-block-column:last-child{
  text-align: left;
}

.list .wp-block-columns.noBrdr{
  border-bottom: none;
  padding-bottom: 0;
}
.ws-map{
  max-width: 70%;
  margin: auto;
}
.section-title{
    margin-bottom: 3.2rem;
}
.section-title.divide{
    border-top: 1px solid var(--colorGry);
    border-bottom: 1px solid var(--colorGry);
    padding: 2em 0;
    margin-bottom: 3.2rem;
}
.section-title.red{
  color: #D60000;
}

.section-title.copBlu{
  color: var(--colorSGHBlue);
}
.section-title.org{
  color: #E88550;
}
.wp-block-column .tag{
  color: var(--colorWht);
  margin-right: 0;
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: auto;
}
.tag.red{
  background: #D60000;
}
.tag.copBlu{
  background: var(--colorSGHBlue);
}
.tag.blu{
  background: var(--colorPrimary);
}
.tag.org{
  background: #E88550;
}
.headoffice .tag{
    margin-top: 3.2rem;
    margin-left: 0;
    margin-right: auto;
}
.wp-block-column .tag .material-symbols-rounded{
  font-size: 2.2rem;
    font-weight: 300;
}
.sustainability .txt p, .sustainability .txt ul, .sustainability p.txt,
.about .txt p, .about p.txt{
  font-size: clamp(1.325rem, 1.525vw, 1.525rem);
  line-height: 1.75;
}
.about .ci{
  max-width: 40rem;
  width: 100%;
  margin: 0 auto 3.5rem;
  display: block;
}
.about h2.section-lede{
    max-width: 72.4rem;
    margin: auto;
}
.about .twrap{
  margin-bottom: 4.8rem;
}
.about .twrap.bottom{
  margin-bottom: 0;
}
.about .twrap .section-title{
  margin-bottom: 0.5em;
  font-size: var(--sectionTitleSizeML);
}
.sustainability .txt{
  margin: 3.2rem 0;
}
.sustainability .txt.base{
  padding: 3.2rem 0;
}
.caption{
  font-size: 1.1rem;
}
.under.post .download h1, .under.post .download .section-title{
    font-weight: 400;
    font-size: 2rem;
    line-height: 1;
    color: var(--colorBlk);
    border-bottom: 1px solid var(--colorGry);
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
    margin-bottom: 0;
}
.download.list .wp-block-columns{
  background: var(--colorWht);
  margin-bottom: 0;
  padding-top: 1.75em;
  padding-left: 1.75em;
  padding-right: 1.75em;;
  justify-content: space-between;
}
.download.list .wp-block-columns:nth-of-type(even){
  background: #EBEDF6;
}
.download.list figure{
      max-width: 16rem;
    border: 1px solid;
}
.download.list .wp-block-column a.flex .material-symbols-rounded{
    color: var(--colorPrimary);
    font-size: var(--h1FontSize);
    margin-right: 0.25em;
}
.download.list .wp-block-column.catalog{
    flex-basis: fit-content !important;
}
.download.list .caution{
  font-size: 85%;
}
@media screen and (max-width: 912px) {
.about .ci {
    width: 62vw;
    max-width: 32rem;
}
.about .twrap .section-title{
  line-height: 1.5;
}
.list .wp-block-columns{
  gap: 0.3em;
}
#map.office{
  display: none;
}
.wp-block-column .tag{
  margin-left: 0;
  margin-top: 0.8rem;
}
.sustainability.contents section.base .iso figure{
        width: 25vw;
        float: none;
}
.under.post .sustainability.contents.base .base p{
    margin-bottom: 1em;
}
.under.post .sustainability.contents.base .base p br{
  display: none;
}
.under.post .sustainability.contents.base .base .txt.wht{
          padding: 2.4rem;
}
.sustainability .wp-block-image.pdf{
        width: 58%;
        margin: 3.2rem auto 0 auto;
}
.download .tags.anchor{
  margin-bottom: 0;
}
.under.post .download h1, .under.post .download .section-title{
  font-size: var(--sectionTitleSizeML);
  margin-top: 0;
  text-align: center;
}
.download.list .wp-block-columns{
      padding-left: 0.75em;
    padding-right: 0.75em;
          gap: 1.6rem;
}
.download.list .wp-block-column .tag{
margin-left: auto;
margin-right: auto;
}
.download.list .wp-block-columns .wp-block-column{
  display: flex;
  justify-content: center;
}
.download.list .wp-block-columns .wp-block-column a.flex{
          justify-content: center;
}
}