.cmn-list01 li {
  display: flex;
}
.cmn-list01 time {
  width: 100px;
}
/* 認定資格カード */
.cert-card-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.cert-card {
  flex: 1 1 280px;
  max-width: 360px;
  background: var(--white);
  border: 1px solid var(--line-color);
  border-top: 4px solid var(--main-color);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.cert-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cert-card-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert-card-meta {
  margin: 0 0 24px;
}
.cert-card-meta dt {
  font-size: 12px;
  color: var(--grey01);
  margin-bottom: 8px;
}
.cert-card-meta dd {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.cert-card-meta time {
  font-variant-numeric: tabular-nums;
}
.cert-card-link {
  margin: 0;
  font-size: 14px;
}
.cert-card-link a {
  font-weight: 700;
}
.txt-access {
  margin-top: 16px;
  padding: 8px 0;
  font-weight: 900;
}
.wrap-map {
  display: flex;
  justify-content: space-between;
}
/* --president-- */
.pre-h1 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.pre-h1 h1 {
  margin-bottom: 0;
}
.sec-chairperson, .sec-president {
  background-color: var(--white);
}
.wrap-chairperson, .wrap-president {
  display: flex;
}
.wrap-chairperson-right p, .wrap-president-right p {
  margin: 0 0 16px;
  line-height: 2rem;
}
.txt-slogan {
  font-weight: 700;
}
/* --base-- */
.wrap-office {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrap-office p {
  text-align: center;
  padding: 8px 0;
}
.video-tci {
  width: 90%;
}
.wrap-video {
  text-align: center;
}
/* 沿革 */
.list-chronological {
  margin: 30px auto;
  padding: 20px 0px;
  position: relative;
}
.list-chronological li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: center;
  margin: 0;
}
.list-chronological li > div > span > p {
  margin: 0;
  word-wrap: break-word;
  width: 100%;
}
.list-chronological li > div > span > time {
  font-weight: bold;
  font-size: 16px;
}
.list-chronological li > div {
  padding: 40px 0px;
  display: flex;
}
.list-chronological li > div > span:nth-child(1) {
  position: relative;
  margin-right: 20px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #214b7d;

}
.list-chronological li > div > span:nth-child(2) {
  color: #000;
  text-align: left;
  width: 90%;
}
.list-chronological li > div > span:nth-child(1) > span {
  position: absolute;
  top: 205%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 180px;
  background: #214b7d;
}
.list-chronological li:first-child > div > span > span:first-child {
  position: absolute;
  top: 1090%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 500px;
  background: #214b7d;
}
/* ビジネスパートナー様 */
.txt-guide {
  padding: 0 16px 16px;
}
.clients {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.clients > div {
  width: 48%;
  margin-bottom: 24px;
  text-align: center;
  background-color: #fff;
}
.logo-client {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 160px;
}
.logo-client p {
  padding-bottom: 8px;
}
.logo-client img {
  max-width: 100%;
  height: auto;
}
.clients > div > p:first-of-type {
  margin: 16px 0 16px;
  border-bottom: 1px solid var(--line-color);
  font-weight: 700;
}
/* サステナビリティ */
.wrap-sus-sec02 {
  display: flex;
}
.wrap-0302-goal {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-0302-goal div {
  margin: 0 28px;
  font-size: 52px;
  color: var(--main-color);
}
.sus-sec04 table {
  margin-bottom: 64px;
}
table caption {
  font-weight: 700;
  margin-bottom: 8px;
}
.wrap-05-b {
  margin: 40px;
  display: flex;
  justify-content: center;
}
.wrap-05-b > div {
  width: 40%;
  text-align: center;
}
.wrap-05-b > div {
  width: 240px;
  height: 240px;
  margin: 0 40px;
  vertical-align: middle;
  display: inline-grid;
  align-content: center;
  border-radius: 200px;
  color: #fff;
  background-color: #5e5cbb;
}
.wrap-05-b > div > span {
  font-size: 24px;
}
h4 {
  margin-top: 40px;
 }
 /*=============================== PC ===============================*/
@media screen and (min-width: 1024px) {
  table th {
    width: 20%;
    min-width: 160px;
  }
  .wrap-map th {
    width: 20%;
  }
  .wrap-map > * {
    width: 49%;
    min-width: 160px;
  }
  .wrap-office > div {
    width: 32%;
    margin: 0 8px;
  }
  .wrap-office > div img {
    width: 100%;
  }
  /* 挨拶 */
  .wrap-chairperson .wrap-img-Large, .wrap-president .wrap-img-Large {
    width: 40%;
    min-width: 360px;
    max-height: 500px;
    flex-grow: 1;
  }
  .wrap-img-Large img {
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  .wrap-president .wrap-img-Large img {
    object-position: 13% center;
  }
  .wrap-chairperson-right, .wrap-president-right {
    width: 60%;
    padding: 0 0 0 16px;
  }

  /* サステナビリティ */
  .wrap-sus-sec02 {
    align-items: center;
  }
  .wrap-sus-sec02 div {
    width: 40%;
    padding: 0 40px;
  }

}
 /*=============================== ここからタブレット ===============================*/
 @media screen and (max-width: 1023px) {
  .cert-card-list {
    gap: 16px;
  }
  .cert-card {
    flex: 1 1 100%;
    max-width: none;
    padding: 24px 20px;
  }
  .cert-card-name {
    min-height: auto;
    margin-bottom: 16px;
  }
  .cert-card-meta {
    margin-bottom: 16px;
  }
  .cert-card-meta dd {
    font-size: 20px;
  }
  .cmn-list01 li {
    flex-direction: column;
    line-height: 1.6rem;
    padding: 8px 0;
  }
  time {
    font-size: 12px;
    color: var(--grey01);
  }
  /* 挨拶 */
  .wrap-chairperson, .wrap-president {
    flex-direction: column;
  }
  .wrap-chairperson .wrap-img-Large, .wrap-president .wrap-img-Large {
    width: 100%;
  }
  .sec-chairperson .text-right {
    text-align: right;
  }
  .wrap-map {
    display: flex;
    flex-direction: column;
  }
  .clients > div {
    width: 80%;
 }

 /* サステナビリティ */

 .wrap-sus-sec02 {
  flex-direction: column;
  }
  .wrap-sus-sec02 div {
    width: 100%;
    text-align: center;
  }
  .wrap-sus-sec02 div img {
    width: 100%;
    max-width: 480px;
  }
  .wrap-05-b {
    margin: 20px  0;
  }
  .wrap-05-b > div {
    width: 160px;
    height: 160px;
    margin: 0 10px;
  }
}
/*=============================== ここからスマホ ===============================*/
@media all and (max-width: 414px) {
  .cmn-list01 li {
    flex-direction: column;
    line-height: 1.6rem;
    padding: 8px 0;
  }
  time {
    font-size: 12px;
    color: var(--grey01);
  }
  .wrap-map {
    display: flex;
    flex-direction: column;
  }
  .clients > div {
    width: 48%;
  }
  /* サステナビリティ */
  .wrap-sus-sec02 {
    flex-direction: column;
  }
  .wrap-sus-sec02 div {
    width: 100%;
  }
  .wrap-05-b {
    margin: 20px  0;
  }
  .wrap-05-b > div {
    width: 160px;
    height: 160px;
    margin: 0 10px;
  }
}