h2.headling-circle {
  position: relative;
  padding-left: 24px;
  display: flex;
  align-items: center;
}

h2.headling-circle::before {
  position: absolute;
  margin-top: 5px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: var(--color-lightblue);
  border-radius: 50%;
}

/** 社長メッセージ */
.sec-company-topmessage::after {
  content: '';
  position: absolute;
  right: calc(50% - 50vw);
  width: 862px;
  height: 862px;
  border: 5px solid var(--color-lightblue);
  border-radius: 50%;
  bottom: calc(-862px / 2);
  opacity: .1;
  z-index: -1;
}

.sec-company-topmessage h2 {
  margin-top: 40px;
  font-family: var(--font-NotoSansJP)!important;
  font-weight: 100;
  font-size: 19.5pt;
  letter-spacing: 20%;
  color: var(--color-darkblue);
}

.sec-company-topmessage p.sentence {
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 10%;
  line-height: 2.5;
  color: #000000;
}

.sec-company-topmessage p.president-name > span.job-position {
  font-family: var(--font-NotoSansJP);
  font-weight: 300;
  font-size: 12pt;
  letter-spacing: 10%;
  color: #000000;
}

.sec-company-topmessage p.president-name > span.name {
  font-family: var(--font-YujiMai);
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 10%;
  color: #000000;
}

/** 会社概要 */
.sec-company-info {
  background: #F8FAFC;
  margin-bottom: 0;
  position: relative;
  z-index: 50;
}

.sec-company-info h2 {
  margin-top: 0;
  font-family: var(--font-NotoSansJP)!important;
  font-weight: 100;
  font-size: 19.5pt;
  letter-spacing: 20%;
  color: var(--color-darkblue);
}

.sec-company-info .info-table-box {
  margin-bottom: 100px;
}

.sec-company-info .info-table-box table {
  border: 0;
}

.sec-company-info .info-table-box table th,
.sec-company-info .info-table-box table td {
  background: white;
  font-family: var(--font-NotoSansJP)!important;
  color: var(--color-darkblue);
  letter-spacing: 10%;
  padding: 24px 0 24px 24px;
}

.sec-company-info .info-table-box table th {
  font-weight: 600;
  font-size: 12pt;
  border-left: 0;
  border-right: 0;
  border-top-color: var(--color-lightblue);
}

.sec-company-info .info-table-box table tr:not(:last-child) th {
  border-bottom: 0;
}

.sec-company-info .info-table-box table tr:last-child th {
  border-bottom-color: var(--color-lightblue);
}

.sec-company-info .info-table-box table td {
  font-weight: 400;
  font-size: 12pt;
  border-left: 0;
  border-right: 0;
}

.sec-company-info .info-table-box table td span.ttl {
  color: var(--color-lightblue);
}

.sec-company-info .gmap-box {
  aspect-ratio: 1200 / 500;
}

.sec-company-info .gmap-box > iframe {
  width: 100%!important;
  height: 100%!important;
}

.sec-company-info p.address {
  margin: 16px 0;
  display: flex;
  align-items: center;
  column-gap: .75em;

  font-family: var(--font-NotoSansJP)!important;
  font-weight: 500;
  font-size: 12pt;
  color: var(--color-darkblue);
}

.sec-company-info .factory-row {
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.sec-company-info .factory-row > .factory {
  width: calc( (100% - calc(36px * 2) ) / 3 - 0.01px );
}

.sec-company-info .factory-row > .factory h3 {
  margin-top: 0;
  font-family: var(--font-NotoSansJP)!important;
  font-weight: 500;
  font-size: 16.5pt;
  letter-spacing: .0075em;
  color: var(--color-darkblue);
  text-align: center;
}

.sec-company-info .factory-row > .factory .factory-img-box {
  aspect-ratio: 38000 / 21375;
  position: relative;
}

.sec-company-info .factory-row > .factory .factory-img-box::before {
  position: absolute;
  top: -20px;
  left: calc(50% - .5px);
  content: '';
  height: 20px;
  width: 1px;
  background: var(--color-lightblue);
}

.sec-company-info .factory-row > .factory .factory-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** 沿革 */
.sec-company-history {
  position: relative;
  margin-bottom: 0;
  /* z-index: -1; */
}

.sec-company-history::before {
  content: '';
  position: absolute;
  top: 0;
  left: 200px;
  width: 1px;
  height: 100%;
  border-right:1px solid #BDBDBD;
}

.sec-company-history::after {
  position: absolute;
  content: '';
  top: -80px;
  left: calc(50% - 80px);
  width: 160px;
  height: 160px;
  border: 5px solid var(--color-lightblue);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}

.sec-company-history h2 {
  margin-top: 36px;
  margin-bottom: 80px;
  font-family: var(--font-NotoSansJP) !important;
  font-weight: 100;
  font-size: 19.5pt;
  width: 100%;
  text-align: center;
  letter-spacing: 20%;
}

.sec-company-history .history-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.sec-company-history .history-rows {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.sec-company-history .history-rows .history-row {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  padding-left: calc(40px + 16px);
}

.sec-company-history .history-rows .history-row::before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  border-bottom: 1px dashed var(--color-lightblue);
}

.sec-company-history .history-rows .history-row > .year {
  margin-top: 4px;
  font-family: var(--font-FjallaOne);
  font-weight: 400;
  font-size: 13.5pt;
}

.sec-company-history .history-rows .history-row > .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;

  font-family: var(--font-NotoSansJP);
  font-weight: 500;
  font-size: 12pt;
}

.sec-company-history .history-rows .history-row > .content .month {
  color: var(--color-lightblue);
}

@media screen and (max-width: 768px) {
  .sec-company-topmessage {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 180px;
  }

  .sec-company-topmessage::after {
    width: 404px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: calc(-15px - 202px);
    bottom: 0;
  }

  .sec-company-topmessage p.sentence {
    line-height: 2.125;
  }

  .sec-company-info .info-table-box table th {
    font-size: 10.5pt;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 120px;
  }

  .sec-company-info .info-table-box table td {
    font-size: 10.5pt;
    line-height: 1.75;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sec-company-info .gmap-box {
    aspect-ratio: 402 / 226;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .sec-company-info p.address {
    flex-direction: column;
    align-items: flex-start;
    row-gap: .25em;
    margin-left: 12px;
  }

  .sec-company-info .factory-row {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    column-gap: 24px;
    row-gap: 32px;
    margin-top: 60px;
  }

  .sec-company-info .factory-row > .factory {
    width: calc( (100% - calc(24px * 1) ) / 2 - 0.01px );
  }

  .sec-company-info .factory-row > .factory h3 {
    font-size: 12.5pt;
    margin-bottom: 24px;
  }

  .sec-company-info .factory-row > .factory .factory-img-box::before {
    top: -16px;
    height: 16px;
  }

  .sec-standard.sec-company-history {
    max-width: 100vw!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .sec-company-history::before {
    display: none;
  }

  .sec-company-history h2 {
    margin-bottom: 60px;
  }

  .sec-company-history .history-rows .history-row {
    padding-left: 28px;
  }

  .sec-company-history .history-rows .history-row::before {
    width: 20px;
    top: 12px;
  }

  .sec-company-history .history-rows .history-row > .year {
    margin-top: 0;
    width: 50px;
  }

  .sec-company-history .history-rows .history-row > .content {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 24px;
    width: calc(100% - 50px - 0.01px);
  }

  .sec-company-history .history-rows .history-row > .content .month {
    margin-top: -2px;
  }

}