/* ========== title ========== */
.c-title-main span {
  font-size: clamp(48px, 12vw, 160px) !important;
}

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

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

.c-block-title {
  border-bottom: none;
  padding-bottom: 37px;
}

.s .c-block-title {
  padding-top: 40px;
}

.c-block:first-child {
  margin-top: 92px;
}

.outline__profile_table {
  border-top: #dbdbdb solid 1px;
  margin-bottom: 70px;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.outline__profile_table th {
  font-weight: 700;
  line-height: 150%;
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
  width: 240px;
}

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

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

.outline__profile_table td {
  line-height: 150%;
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
  width: calc(100% - 240px);
}

.outline__profile_table td a {
  color: #fd0200;
}

.outline__profile_table td a:hover {
  text-decoration: none;
}

.outline__profile_table .c-text {
  margin-top: 0;
  line-height: 1.6;
}

.text_small {
  font-size: 16px;
}

.c-block-flex {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  gap: 55px;
}

.c-block-flex > div {
  width: 50%;
}

.c-img img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.c-date-block h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.c-text-block {
  font-weight: 500;
  line-height: 1.5;
}

.c-access-block {
  margin-top: 30px;
  line-height: 1.5;
}

.c-access-block dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.c-access-block dd {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
}

.c-access-block .c-text {
  margin-top: 0;
  line-height: 1.5;
}

.c-block-map {
  border-radius: 15px;
  overflow: hidden;
}

.mb28 {
  margin-bottom: 28px;
}

.ml {
  margin-left: 0.2em;
  display: block;
}

.s .c-block-map {
  margin-top: 40px;
}

.c-block-link {
  margin-top: 20px;
}

.c-block-link a {
  background: #272727 url(../../images/outline/arrow_link_white.webp) center right 20.51px no-repeat;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 288px;
  margin-left: auto;
}

.other-item {
  width: 100%;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(245, 50, 50, 1) 0%, rgba(209, 23, 28, 1) 100%);
  padding: 40px 20px 20px 40px;
  border: none;
  height: 160px;
  position: relative;
}

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

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

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

.c-block-inner {
  flex: 1;
  min-width: 0;
}

.c-page,
.c-pageInner,
.c-content {
  overflow-x: clip;
  overflow-y: visible;
}

/* アンカーリンク */

.anchor_box {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  flex-shrink: 0;
  width: 135px;
  height: fit-content;
  z-index: 30;
}

.anchor_list {
  background: #272727;
  border-radius: 12px;
  padding: 0 18px;
  width: 135px;
}

.anchor_list li {
  border-bottom: #3c3c3c 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/outline/arrow_anchor.webp) center right no-repeat;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 12px 0;
}

.s .c-block:first-child {
  margin-top: 55px;
}

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

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

.s .anchor_list {
  margin: 35px auto 0;
  width: 100%;
}

.s .anchor_list ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.s .anchor_list a {
  padding-right: 20px;
}

.s .outline__profile_table th,
.s .outline__profile_table td {
  display: block;
  width: 100%;
}
.s .outline__profile_table th {
  font-size: 16px !important;
  padding-top: 20px;
  padding-bottom: 8px;
}
.s .outline__profile_table td {
  font-size: 14px;
  padding-bottom: 23px;
  padding-top: 0;
  margin-top: 0 !important;
}
.s .text_small {
  font-size: 14px;
}
.s .outline__profile_table th span {
  padding-left: 18.61px;
}
.outline__profile_table th .c-text {
  font-size: 16px;
}
.s .outline__profile_table th span::before {
  height: 12px;
  width: 12px;
  top: 7px;
}
.s .outline__profile_table {
  margin-bottom: 60px;
}
.s .c-block-flex {
  display: block;
}
.s .c-block-flex > div {
  width: 100%;
}
.s .c-date-block h4 {
  font-size: 20px;
  line-height: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.s .c-access-block {
  margin-top: 0;
}
.s .c-access-block dt {
  line-height: 150%;
  font-size: 20px !important;
}
.s .c-access-block {
  margin-top: 24px;
}
.s .c-access-block dd {
  font-size: 14px;
  margin-top: 0 !important;
}
.s .c-block-map iframe {
  height: 46.15384615384615vw;
}
.s .c-block-link a {
  background-size: 16px;
  font-size: 10px;
  margin-left: 0;
  line-height: 40px;
  height: 40px;
  width: 178px;
}
.s .c-img img {
  height: auto;
  width: 100%;
}

.s .c-text-block.c-text {
  margin-top: -7px;
}

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

.s .outline__profile_table .c-text {
  line-height: 1.5;
}

.s .mb28 {
  margin-bottom: 21px;
}
