.c-cover-img-pc {
  display: block;
}
.c-block.flex-block {
  display: flex;
  gap: 50px;
  position: relative;
}

.c-block-body {
  margin-top: 0;
}

.c-block-inner {
  flex: 1;
}

.c-block-title {
  border-bottom: none;
  font-size: 40px;
  line-height: 100%;
  padding-bottom: 27px;
}

.history__history_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #dbdbdb solid 1px;
  margin-bottom: 64px;
}

.history__history_table tr {
  display: block;
  border-bottom: #dbdbdb solid 1px;
}

.history__history_table th {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  text-align: left;
  vertical-align: top;
  width: 138px;
  padding-top: 33px;
}

.history__history_table th span {
  position: relative;
  padding-left: 26.14px;
}

.history__history_table th span:before {
  content: "";
  background: url(../../images/history/hrd-title-accent.webp) center center no-repeat;
  background-size: cover;
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}

.history__history_table td {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  padding: 32px 0 32px 0;
  text-align: left;
  vertical-align: top;
  width: calc(100% - 138px);
}

.s_title {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.s_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.history_photo {
  margin-top: 31px;
  margin-bottom: 31px;
}

.mb0 {
  margin-bottom: 0;
}

.mb32 {
  margin-bottom: 32px;
}

.mt56 {
  margin-top: 56px;
}

/* アンカーリンク */

.anchor_box {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  width: 95px;
  flex-shrink: 0;
  z-index: 10;
}

.anchor_list {
  background: #ffffff;
  border-radius: 12px;
  padding: 0 16px;
  width: 95px;
}

.anchor_list li {
  border-bottom: #eaeaea solid 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.anchor_list li:last-child {
  border-bottom: none;
}

.anchor_list a {
  background: url(../../images/history/arrow-anchor.webp) center right no-repeat;
  color: #272727;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding: 11px 0;
  transition: 0.3s;
}

.anchor_list a:hover,
.anchor_list a.is-current {
  background: url(../../images/history/arrow-anchor-active.webp) center right no-repeat;
  color: #fd0200;
  font-weight: 700;
  opacity: 1;
  transition: 0.3s;
}

/* ======================
   横スクロール防止 + sticky両立 + .c-containerを画面横幅100%
   ====================== */

html {
  scroll-padding-top: 95px;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

.c-block.flex-block {
  display: flex;
  gap: 50px;
  position: relative;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 107px;
}

.anchor_box {
  background-color: #fff;
  border-radius: 12px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  width: 95px;
  flex-shrink: 0;
  z-index: 30;
  height: fit-content;
}

.c-page,
.c-pageInner,
.c-content {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}

.c-container {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
  box-sizing: border-box;
}

.c-block.flex-block,
.c-block-inner {
  max-width: 100%;
  overflow-x: clip;
}

.font-500 {
  font-weight: 500 !important;
}

.s .c-title-sub {
  margin-top: 19px;
}

.s .c-cover-img-sp {
  padding-top: 24px;
}

.s .c-block.flex-block {
  display: block;
}

.s .anchor_box {
  width: 100%;
  max-width: 358px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.s .anchor_list {
  padding: 0 20px;
  width: auto;
  overflow-x: scroll;
  border-radius: 0;
  border-bottom: 3px solid #fd0200;
}

.s .anchor_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 500px;
}

.s .anchor_list ul li {
  width: calc(100% / 4);
  border-bottom: none;
}

.s .anchor_list ul li:last-child {
  border-bottom: #eaeaea solid 1px;
}

.s .c-block-title {
  font-size: 28px !important;
  padding-bottom: 0 !important;
}

.s .history__history_table {
  margin-bottom: 52px;
}

.s .history__history_table th,
.s .history__history_table td {
  display: block;
  padding: 0 0;
  width: 100%;
}

.s .history__history_table th {
  font-size: 16px;
  padding-top: 26px;
  padding-bottom: 0;
}

.s .history__history_table th span {
  padding-left: 18.61px;
}

.s .history__history_table th span::before {
  height: 12px;
  width: 12px;
  top: 4px;
}

.s .history__history_table td {
  font-size: 14px;
  padding-bottom: 23px;
  padding-top: 6px;
}

.s .s_title {
  font-size: 16px;
}

.s .s_text {
  font-size: 16px;
}

.s .sp-14 {
  font-size: 14px;
}

.s .mb32 {
  margin-top: 23px;
}

.s .history_photo img {
  margin-left: auto;
  margin-right: auto;
}

.s .history_photo {
  margin-bottom: 23px;
}
