@charset "UTF-8";
/* Component（コンポーネント）
   ----------------------------------------------------------------- */
:root {
  --zindex-header: 10;
}

/*
Global Font
*/
.contents{
  font-family: "HondaGlobalFontJP-Regular";
  letter-spacing: 0.08em;
}

/**
 * 数値計算
 * ---------------------------------------- */
/* =================================================
コンテンツ幅と余白
==================================================== */
/* =================================================
ブレイクポイント
==================================================== */
/* =================================================
フォント
==================================================== */
/* =================================================
カラー
==================================================== */
/**
 * ホバー
 * ---------------------------------------- */
/* =================================================
ヘッダー
==================================================== */
.header {
  z-index: 100;
}

.gnav-child {
  width: 270px;
}

.header-inner {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .header-inner {
    max-width: 100%;
  }
}

.nofixed .header {
  position: relative;
}

@media screen and (max-width: 768px) {
  .-scroll-off .header {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  html.-scroll-prevent {
    overflow: hidden;
    overscroll-behavior-y: none;
    height: calc(100% + 1px);
  }
}
.nofixed .header .gnav {
  top: 112px;
}

.nofixed .header + main {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .-scroll-off {
    overflow-y: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .-scroll-off .header .gnav {
    top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .nofixed.-scroll-off .header {
    top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .nofixed.-scroll-off .header .gnav {
    top: 112px;
  }
}
@media screen and (max-width: 768px) {
  body.nofixed.-scroll-off .gnav-inner {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  body.-scroll-off {
    overflow: hidden;
    overscroll-behavior: none;
  }
}
@media screen and (max-width: 768px) {
  body.-scroll-off .gnav {
    overflow-y: auto;
    overscroll-behavior: contain;
    height: calc(95% + 1px);
  }
}
@media screen and (max-width: 768px) {
  body.-scroll-off .gnav-inner {
    padding-top: 16px;
    padding-bottom: 60px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body.-scroll-off .gnav-menu a {
    height: initial;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .hbg {
    margin-left: 8px;
    position: relative;
    text-align: center;
    top: 50%;
    right: inherit;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .hbg.-menu-open + .gnav {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .gnav-child li a:before {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-y: initial;
  }
}
/* =================================================
関連パネル（ナビゲーション）
==================================================== */
/**
 * .c-navigation
 * ---------------------------------------- */
.c-navigation__inner {
  position: relative;
  z-index: 10;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 42px 65px 42px 65px;
  background-color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .c-navigation__inner {
    margin-top: initial;
    padding: 30px 0 30px 0;
  }
}
.c-navigation__link {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-navigation__link::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-color: transparent;
  background-position: 50%;
  background-size: cover;
}
.c-navigation__link:hover .c-navigation__image {
  transform: scale(1.04);
  filter: blur(3px);
}
@media screen and (max-width: 768px) {
  .c-navigation__link:hover .c-navigation__image {
    transform: initial;
    filter: initial;
  }
}
.c-navigation__link:hover .c-navigation__text::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.c-navigation__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-navigation__list {
    flex-direction: column;
    row-gap: 0;
  }
}
.c-navigation__box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 8px 12px 8px 24px;
}
@media screen and (max-width: 768px) {
  .c-navigation__box {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
}
.c-navigation__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-navigation__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
  }
}
.c-navigation__text::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 7px;
  height: 11px;
  margin-left: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .c-navigation__text::after {
    position: absolute;
    top: -2px;
    right: 20px;
    width: 14px;
    height: 22px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.c-navigation__image {
  width: 100%;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .c-navigation__image {
    max-height: 90px;
    object-fit: cover;
  }
}

/**
 * 利用データ
 * ---------------------------------------- */
.usedata__text {
  padding-top: 56px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .usedata__text {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .usedata__list.-row-gap {
    row-gap: 20px;
  }
}
.usedata__item {
  position: relative;
}
.usedata__item.-w180 {
  width: 180px;
}
.usedata__note {
  font-size: 11px;
  font-size: 0.6875rem;
  top: 50px;
  position: absolute;
  right: 7px;
}

/* =================================================
トピックス
==================================================== */
/**
 * .c-topics
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .c-topics {
    padding: 0 0 26px 0;
  }
}
.c-topics__inner {
  margin: 0 auto;
  max-width: 450px;
}
.c-topics .h-head {
  padding-bottom: 0;
}
.c-topics__list.-archive {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-topics__list.-archive {
    flex-direction: column;
  }
}
.c-topics__list.-archive .c-topics__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .c-topics__list.-archive .c-topics__item {
    width: 100%;
  }
}
.c-topics__list.-no-swiper {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-topics__list.-no-swiper {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.c-topics__list.-no-swiper .c-topics__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .c-topics__list.-no-swiper .c-topics__item {
    width: 100%;
  }
}
.c-topics__list.-no-swiper.-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-topics__list.-no-swiper.-col3 {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.c-topics__link {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.c-topics__link:hover .c-topics__image {
  transform: scale(1.06);
}
.c-topics__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.c-topics__image {
  max-width: 100%;
  width: 100%;
  height: 166px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}
.c-topics__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}
.c-topics__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 12px;
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 4px;
  letter-spacing: 0;
}
.c-topics__date {
  color: #666;
}
.c-topics__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-topics__bottom {
  margin-top: 20px;
  text-align: right;
}
.c-topics__archive:hover .c-topics__all::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.c-topics__all {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #cc0000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-topics__all {
    padding-right: 15px;
  }
}
.c-topics__all::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 11px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .c-topics__all::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.sc-block.-bg-light-blue {
  background: linear-gradient(90deg, #fff 0, #e7edf1);
}

.-transform-scale-reverse {
  transform: scaleX(-1);
}

/* =================================================
コラム
==================================================== */
/**
 * .c-column
 * ---------------------------------------- */
.c-column {
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .c-column {
    padding: 26px 0 60px 0;
  }
}
.c-column .h-head {
  padding-bottom: 0;
}
.c-column__list.-archive {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-column__list.-archive {
    flex-direction: column;
  }
}
.c-column__list.-archive .c-column__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .c-column__list.-archive .c-column__item {
    width: 100%;
  }
}
.c-column__list.-no-swiper {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-column__list.-no-swiper {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.c-column__list.-no-swiper .c-column__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .c-column__list.-no-swiper .c-column__item {
    width: 100%;
  }
}
.c-column__list.-no-swiper.-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-column__list.-no-swiper.-col3 {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.c-column__link {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.c-column__link:hover .c-column__image {
  transform: scale(1.06);
}
.c-column__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.c-column__image {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-column__image {
    width: 100%;
  }
}
.c-column__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.c-column__content {
  margin-bottom: 16px;
}
.c-column__category {
  display: flex;
  column-gap: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #666;
  border-radius: 4px;
  letter-spacing: 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .c-column__category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-column__date {
  color: #666;
}
.c-column__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-column__bottom {
  margin-top: 20px;
  text-align: right;
}
.c-column__archive:hover .c-column__all::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.c-column__all {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #cc0000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-column__all {
    padding-right: 15px;
  }
}
.c-column__all::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 11px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .c-column__all::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

/* =================================================
ページネーション
==================================================== */
/**
 * .c-pagination
 * ---------------------------------------- */
.c-pagination.-center {
  text-align: center;
}
.c-pagination__group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__prev, .c-pagination__next {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 24px;
}
.c-pagination__prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2224%22%20viewBox%3D%220%200%2016%2024%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_98%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2098%22%20width%3D%2216%22%20height%3D%2224%22%20transform%3D%22translate(658.798%201002.794)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%222%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(674.798%201026.794)%20rotate(180)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_57%22%20data-name%3D%22%E3%83%91%E3%82%B9%2057%22%20d%3D%22M-1721.385%2C1022l10%2C10-10%2C10%22%20transform%3D%22translate(2383.184%20-17.206)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .c-pagination__prev {
    margin-right: 24px;
  }
}
.c-pagination__next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2224%22%20viewBox%3D%220%200%2016%2024%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_99%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2099%22%20width%3D%2216%22%20height%3D%2224%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_58%22%20data-name%3D%22%E3%83%91%E3%82%B9%2058%22%20d%3D%22M0%2C20%2C10%2C10%2C0%2C0%22%20transform%3D%22translate(3%202)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .c-pagination__next {
    margin-left: 24px;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.c-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-pagination__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    width: 34px;
    height: 34px;
  }
}
.c-pagination__link.-active {
  background-color: #cc0000;
  color: #fff;
  border-radius: 50%;
}

/* Global（サイト全体で使用する変数・初期設定）
   ----------------------------------------------------------------- */
/* =================================================
改行
==================================================== */
/**
 * PCのみ改行
 * ---------------------------------------- */
.br-pc {
  display: block;
}

@media print, screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
}
/**
 * SPのみ改行
 * ---------------------------------------- */
.br-sp {
  display: none;
}

@media print, screen and (max-width: 750px) {
  .br-sp {
    display: block;
  }
}
/* Project（ページ全体で使用する構造用のスタイル）
   ----------------------------------------------------------------- */
/**
 * p-Grid（グリッドレイアウト）
 * ---------------------------------------- */
.p-Grid {
  display: grid;
}
.p-Grid.-col-2-1 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-Grid.-col-2-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-Grid.-gap-x-0-20 {
    row-gap: 20px;
  }
}
.p-Grid.-gap-y-16-0 {
  column-gap: 16px;
}

/**
 * p-Flex（フレックスレイアウト）
 * ---------------------------------------- */
.p-Flex {
  display: flex;
}
.p-Flex.-flex-col {
  flex-direction: column;
}
.p-Flex.-flex-end {
  justify-content: flex-end;
}
.p-Flex.-justify-center {
  justify-content: center;
}
.p-Flex.-items-center {
  align-items: center;
}
.p-Flex.-gax-x-40-40 {
  column-gap: 40px;
}
.p-Flex.-gap-x-40-0 {
  column-gap: 40px;
}
.p-Flex.-gax-x-32-32 {
  column-gap: 32px;
}
.p-Flex.-gap-x-30-20 {
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-Flex.-gap-x-30-20 {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-Flex.-gap-x-0-20 {
    row-gap: 20px;
  }
}
.p-Flex.-gap-y-40-20 {
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-Flex.-gap-y-40-20 {
    column-gap: 20px;
  }
}
.p-Flex.-gap-y-16-0 {
  column-gap: 16px;
}
.p-Flex.-gap-y-60-23 {
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-Flex.-gap-y-60-23 {
    column-gap: 23px;
  }
}
@media screen and (max-width: 768px) {
  .p-Flex.-sp-flex-col {
    flex-direction: column;
  }
}
.p-Flex.-w-full {
  width: 100%;
}

.p-Flex__content.-flex-1 {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-Flex__content.-sp-flex {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-Flex__content.-sp-flex-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-Flex__content.-sp-flex-col-reverse {
    flex-direction: column-reverse;
  }
}

/* Pages（個別ページのスタイル）
   ----------------------------------------------------------------- */
/* =================================================
トップページ（/HDDS/）
==================================================== */
.sc-sitenav__list {
  flex-wrap: wrap;
}

/**
 * .sc-block（共通）
 * ---------------------------------------- */
.sc-block.-pr20 {
  padding-right: 20px;
}
.sc-block.-pl20 {
  padding-left: 20px;
}
.sc-block__inner {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
}
.sc-block__inner.-max-w950 {
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .sc-block__inner.-max-w950 {
    max-width: 100%;
  }
}
.sc-block__inner.-pl60-20 {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .sc-block__inner.-pl60-20 {
    padding-left: 20px;
  }
}
.sc-block__inner.-pr60-20 {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .sc-block__inner.-pr60-20 {
    padding-right: 20px;
  }
}

/**
 * sc-top
 * ---------------------------------------- */
.sc-top {
  position: relative;
}
.sc-top::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/HDDS/assets/img/top/mv-sc-top01.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.sc-top__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.sc-top__box {
  position: absolute;
}
.sc-top__image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sc-top__image {
    max-width: 100%;
  }
}

/**
 * .sc-data
 * ---------------------------------------- */
.sc-data {
  padding-bottom: 103px;
}
@media screen and (max-width: 768px) {
  .sc-data {
    padding-bottom: 0;
  }
}
.sc-data__inner {
  position: relative;
  z-index: 10;
  max-width: 1080px;
  margin-top: -143px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 65px 60px 65px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sc-data__inner {
    margin-top: initial;
    padding: 27px 0 60px 0;
  }
}
.sc-data__heading {
  padding-top: 43px;
  padding-bottom: 56px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sc-data__heading {
    padding-top: 0;
    padding-right: 32px;
    padding-bottom: 23px;
    padding-left: 32px;
    text-align: center;
  }
}
.sc-data__heading::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 100%;
  margin-top: -3.15%;
  transform: translate3d(0, -50%, 0);
  background-color: #c00;
  content: "";
}
@media screen and (max-width: 768px) {
  .sc-data__heading::after {
    display: none;
    top: initial;
    bottom: 0;
    right: 50%;
    margin-top: 0;
    width: 60px;
    height: 3px;
  }
}
.sc-data__lead {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .sc-data__lead {
    margin-bottom: 29px;
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    letter-spacing: 0.08em;
  }
}
.sc-data__bg01 {
  background-image: url("/HDDS/assets/img/top/img-sc-data02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 303px;
  height: 180px;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-data__bg01 {
    width: 100%;
    height: 90px;
    background-position: center bottom;
    background-image: url("/HDDS/assets/img/top/img-sc-data02-sp.jpg");
  }
}
.sc-data__sub {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sc-data__sub {
    margin-top: initial;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.sc-data__sub.-ml10 {
  margin-left: 10px;
}
.sc-data__sub.-mt16-10 {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sc-data__sub.-mt16-10 {
    margin-top: 10px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .sc-data__sub.-sp-top {
    position: relative;
    top: -3px;
  }
}
.sc-data__sub.-sp-border-bottom::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .sc-data__sub.-sp-border-bottom::after {
    position: absolute;
    background-color: #c00;
    top: initial;
    bottom: 0;
    right: 50%;
    margin-top: 0;
    width: 60px;
    height: 3px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .sc-data__logo {
    max-width: 85%;
  }
}
.sc-data__link {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sc-data__link::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-color: transparent;
  background-position: 50%;
  background-size: cover;
}
.sc-data__link:hover .sc-data__image {
  transform: scale(1.04);
  filter: blur(3px);
}
@media screen and (max-width: 768px) {
  .sc-data__link:hover .sc-data__image {
    transform: initial;
    filter: initial;
  }
}
.sc-data__link:hover .sc-data__bg01 {
  transform: scale(1.04);
  filter: blur(3px);
}
.sc-data__link:hover .sc-data__text::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.sc-data__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .sc-data__list {
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 30px;
  }
}
.sc-data__box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 8px 12px 8px 24px;
}
@media screen and (max-width: 768px) {
  .sc-data__box {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
}
.sc-data__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sc-data__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
  }
}
.sc-data__text::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 7px;
  height: 11px;
  margin-left: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-data__text::after {
    position: absolute;
    top: -2px;
    right: 20px;
    width: 14px;
    height: 22px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.sc-data__image {
  width: 100%;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-data__image {
    max-height: 90px;
    object-fit: cover;
  }
}

/**
  * .sc-data-service
 * ---------------------------------------- */
.sc-data-service {
  display: none;
  position: absolute;
  top: 0;
  right: 64px;
  z-index: 100;
}
@media print, screen and (min-width: 769px) and (max-width: 1023px) {
  .sc-data-service {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .sc-data-service {
    right: 10px;
    bottom: 10px;
  }
}
.sc-data-service__document {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: 20px;
}
@media print, screen and (min-width: 769px) and (max-width: 1023px) {
  .sc-data-service__document {
    right: 20px;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .sc-data-service__document {
    right: 20px;
    z-index: 100;
  }
}
.sc-data-service__content {
  position: relative;
  max-width: 210px;
  background-color: #ddd;
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .sc-data-service__content {
    max-width: 168px;
    padding: 20px 10px;
  }
}
.sc-data-service__text {
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sc-data-service__figure {
  margin-bottom: 16px;
}
.sc-data-service__button {
  position: absolute;
  top: -15px;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .sc-data-service__button {
    right: -20px;
  }
}
.sc-data-service__image {
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sc-data-service__image {
    max-width: 148px;
    max-height: 70px;
  }
}
.sc-data-service__link {
  position: relative;
}
.sc-data-service__link:hover .sc-data-service__cta::after {
  transform: translate3d(5px, 0, 0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .sc-data-service__link:hover .sc-data-service__cta::after {
    transform: translate3d(5px, -55%, 0);
  }
}
.sc-data-service__cta {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #cc0000;
  letter-spacing: 0.08em;
}
.sc-data-service__cta::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 11px;
  margin-left: 8px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-data-service__cta::after {
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translate3d(0, -55%, 0);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

/**
  * .sc-introduction
 * ---------------------------------------- */
.sc-introduction {
  margin-top: 0;
  padding: 120px 0;
  background: hsla(0, 0%, 100%, 0.85);
}
@media screen and (max-width: 768px) {
  .sc-introduction {
    margin-top: 0;
    margin-bottom: -2px;
    padding: 0;
    background: url(../img/bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
  }
}
.sc-introduction__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sc-introduction__layer {
    background: hsla(0, 0%, 100%, 0.85);
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sc-introduction__layer .h-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sc-introduction__logo {
  overflow: hidden;
}
.sc-introduction__lead {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .sc-introduction__lead {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
.sc-introduction__list {
  display: inline-flex;
  justify-content: center;
  column-gap: 10px;
  max-width: none;
  margin-top: 27px;
  padding-bottom: 26px;
  white-space: nowrap;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sc-introduction__list {
    flex-wrap: nowrap;
    margin-top: 35px;
    padding-bottom: 0;
  }
}
.sc-introduction__list.-animation {
  animation: scrollLogo 85s linear infinite;
}
@media screen and (max-width: 768px) {
  .sc-introduction__item.-sp-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sc-introduction__image {
    max-width: initial;
    width: 115px;
    height: 40px;
  }
}

/**
 * .sc-introduction-case
 * ---------------------------------------- */
.sc-introduction-case {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sc-introduction-case {
    padding: 0;
  }
}
.sc-introduction-case__inner {
  max-width: 1070px;
  position: relative;
  margin: 0 auto;
}
.sc-introduction-case .h-head {
  padding-bottom: 0;
}
.sc-introduction-case__link {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sc-introduction-case__link:hover .sc-introduction-case__image {
  transform: scale(1.06);
}
.sc-introduction-case__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sc-introduction-case__image {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sc-introduction-case__image {
    width: 100%;
  }
}
.sc-introduction-case__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}
.sc-introduction-case__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 12px;
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 4px;
  letter-spacing: 0;
  margin-left: 1px;
}
.sc-introduction-case__date {
  color: #666;
}
.sc-introduction-case__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sc-introduction-case__bottom {
  margin-top: 20px;
  text-align: right;
}
.sc-introduction-case__description {
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sc-introduction-case__archive {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sc-introduction-case__archive {
    padding: 0 0 60px 0;
  }
}
.sc-introduction-case__archive:hover .sc-topics__all::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.sc-introduction-case__all {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #cc0000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sc-introduction-case__all {
    padding-right: 15px;
  }
}
.sc-introduction-case__all::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 11px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-introduction-case__all::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

/**
  * トピックス
 * ---------------------------------------- */
.sc-bg {
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, 0.75);
}

/**
 * .sc-topics
 * ---------------------------------------- */
.sc-topics {
  padding: 120px 0;
}
.sc-topics__inner {
  margin: 0 auto;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .sc-topics {
    padding: 26px 0 26px 0;
  }
}
.sc-topics .h-head {
  padding-bottom: 0;
}
.sc-topics__list.-no-swiper {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .sc-topics__list.-no-swiper {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.sc-topics__list.-no-swiper .sc-topics__item {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .sc-topics__list.-no-swiper .sc-topics__item {
    width: 100%;
  }
}
.sc-topics__list.-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .sc-topics__list.-col3 {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.sc-topics__link {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sc-topics__link:hover .sc-topics__image {
  transform: scale(1.06);
}
.sc-topics__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sc-topics__image {
  max-width: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.sc-topics__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}
.sc-topics__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 12px;
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 4px;
  letter-spacing: 0;
}
.sc-topics__date {
  color: #666;
}
.sc-topics__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sc-topics__bottom {
  margin-top: 20px;
  text-align: right;
}
.sc-topics__archive:hover .sc-topics__all::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.sc-topics__all {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #cc0000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sc-topics__all {
    padding-right: 15px;
  }
}
.sc-topics__all::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 11px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-topics__all::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

/**
  * .sc-column
 * ---------------------------------------- */
.sc-column {
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .sc-column {
    padding: 32px 0 60px 0;
  }
}
.sc-column .h-head {
  padding-bottom: 0;
}
.sc-column__link {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sc-column__link:hover .sc-column__image {
  transform: scale(1.06);
}
.sc-column__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sc-column__image {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sc-column__image {
    width: 100%;
  }
}
.sc-column__box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.sc-column__content {
  margin-bottom: 16px;
}
.sc-column__category {
  display: flex;
  column-gap: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #666;
  border-radius: 4px;
  letter-spacing: 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .sc-column__category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.sc-column__date {
  color: #666;
}
.sc-column__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sc-column__bottom {
  margin-top: 20px;
  text-align: right;
}
.sc-column__archive:hover .sc-column__all::after {
  transform: translate3d(5px, 0%, 0);
  transition-delay: 0.2s;
}
.sc-column__all {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #cc0000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sc-column__all {
    padding-right: 15px;
  }
}
.sc-column__all::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 11px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%227%22%20height%3D%2211%22%20transform%3D%22translate(659%201003)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1003)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l4%2C4-4%2C4%22%20transform%3D%22translate(2381.885%20-17.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  transform: translate3d(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-column__all::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2214%22%20height%3D%2222%22%20transform%3D%22translate(659%201002.596)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22arr%22%20transform%3D%22translate(-659%20-1002.596)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M-1721.385%2C1022l7.853%2C7.853-7.853%2C7.853%22%20transform%3D%22translate(2383.33%20-16.055)%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.sc-movie__lead {
  margin-bottom: 38px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sc-movie__lead {
    margin-bottom: 27px;
    padding: 0 20px;
    text-align: center;
  }
}
.sc-movie__group {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .sc-movie__group {
    flex-direction: column;
    column-gap: 0;
    row-gap: 32px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}
.sc-movie__box {
  position: relative;
}
.sc-movie__modal {
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.sc-movie__modal::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2294%22%20height%3D%2294%22%20viewBox%3D%220%200%2094%2094%22%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22%E3%83%91%E3%82%B9_7%22%20x%3D%2224%22%20y%3D%2220%22%20width%3D%2250.004%22%20height%3D%2253.71%22%20filterUnits%3D%22userSpaceOnUse%22%3E%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%20%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22blur%22%2F%3E%20%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%20%3C%2Ffilter%3E%20%3Cfilter%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_2%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2294%22%20height%3D%2294%22%20filterUnits%3D%22userSpaceOnUse%22%3E%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%20%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22blur-2%22%2F%3E%20%3CfeFlood%20flood-opacity%3D%220.161%22%2F%3E%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur-2%22%2F%3E%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E5%86%8D%E7%94%9F%E3%83%9C%E3%82%BF%E3%83%B3%22%20transform%3D%22translate(-745%20-1527)%22%3E%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20745%2C%201527)%22%20filter%3D%22url(%23%E3%83%91%E3%82%B9_7)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M202.645%2C166.731a.447.447%2C0%2C0%2C0-.676.386v22.812a.449.449%2C0%2C0%2C0%2C.224.39.442.442%2C0%2C0%2C0%2C.452%2C0l19.11-11.407a.449.449%2C0%2C0%2C0%2C0-.769Z%22%20transform%3D%22translate(-162.97%20-131.67)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20745%2C%201527)%22%20filter%3D%22url(%23%E6%A5%95%E5%86%86%E5%BD%A2_2)%22%3E%20%3Cpath%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_2-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%202%22%20d%3D%22M32%2C6A26%2C26%2C0%2C1%2C0%2C58%2C32%2C26.029%2C26.029%2C0%2C0%2C0%2C32%2C6m0-6A32%2C32%2C0%2C1%2C1%2C0%2C32%2C32%2C32%2C0%2C0%2C1%2C32%2C0Z%22%20transform%3D%22translate(15%2015)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.sc-movie__modal:hover {
  opacity: 0.85;
}
.sc-movie__text {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.sc-movie__movie {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sc-movie__movie {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .sc-movie__movie iframe {
    width: 100%;
  }
}
.sc-movie__thumbnail {
  width: 303px;
  height: 183px;
  background-size: cover;
  position: absolute;
  cursor: pointer;
}
.sc-movie__archive {
  margin-top: 37px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sc-movie__archive {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/**
  * トピックス
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .contents .inner {
    padding: 0 20px;
  }
  .contents .inner.-pl-pr0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@keyframes scrollLogo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.button {
  display: inline-block;
  max-width: 100%;
  padding: 15px 155px;
  border: 1px solid #cc0000;
  border-radius: 25px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.button.-size-m {
  padding: 14px 110px;
}
@media screen and (max-width: 768px) {
  .button.-size-m {
    width: 100%;
    padding: 14px 0;
  }
}
.button:hover {
  color: #fff;
  background: rgb(205, 4, 2);
  background: linear-gradient(90deg, rgb(205, 4, 2) 0%, rgb(206, 7, 3) 20%, rgb(212, 28, 13) 35%, rgb(217, 44, 20) 47%, rgb(223, 68, 32) 55%, rgb(226, 80, 37) 67%, rgb(229, 88, 40) 75%, rgb(235, 110, 51) 82%, rgb(239, 123, 57) 90%, rgb(241, 132, 61) 100%);
}
@media screen and (max-width: 768px) {
  .button {
    padding: 19px 24px;
    width: 100%;
  }
}
.button__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .button__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    margin-top: 60px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #cc0000;
}

.swiper-slide {
  width: 33.33%;
}

.sc-topics__prev,
.sc-topics__prev {
  top: 30%;
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 27%;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 27%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: initial;
    margin: initial;
    bottom: 20px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.sc-topics .swiper-button-prev,
.sc-topics .swiper-button-next {
  top: 50%;
}
@media screen and (max-width: 768px) {
  .sc-topics .swiper-button-prev,
  .sc-topics .swiper-button-next {
    top: initial;
    margin: initial;
    bottom: 20px;
  }
}

.sc-introduction-case .swiper-button-prev,
.sc-introduction-case .swiper-button-next {
  top: 50%;
}
@media screen and (max-width: 768px) {
  .sc-introduction-case .swiper-button-prev,
  .sc-introduction-case .swiper-button-next {
    top: initial;
    margin: initial;
    bottom: 130px;
  }
}

.tc1.-text-black {
  display: inline-block;
  color: #000;
}

@media screen and (max-width: 768px) {
  .sc-topkv {
    padding-bottom: 0;
  }
}

.sc-topkv-inner {
  text-align: center;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .sc-topkv-inner img {
    max-width: 100%;
  }
}

.sc-introduction-case__prev svg,
.sc-introduction-case__next svg,
.sc-topics__prev svg,
.sc-topics__next svg,
.sc-column__prev svg,
.sc-column__next svg {
  overflow: initial;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sc-introduction-case__prev svg g,
.sc-introduction-case__next svg g,
.sc-topics__prev svg g,
.sc-topics__next svg g,
.sc-column__prev svg g,
.sc-column__next svg g {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sc-introduction-case__prev svg path,
.sc-introduction-case__next svg path,
.sc-topics__prev svg path,
.sc-topics__next svg path,
.sc-column__prev svg path,
.sc-column__next svg path {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sc-introduction-case__prev svg:hover g,
.sc-introduction-case__next svg:hover g,
.sc-topics__prev svg:hover g,
.sc-topics__next svg:hover g,
.sc-column__prev svg:hover g,
.sc-column__next svg:hover g {
  fill: #cc0000;
  stroke: #cc0000;
}
.sc-introduction-case__prev svg:hover path,
.sc-introduction-case__next svg:hover path,
.sc-topics__prev svg:hover path,
.sc-topics__next svg:hover path,
.sc-column__prev svg:hover path,
.sc-column__next svg:hover path {
  stroke: #fff;
}

.btn-wrap {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 20px;
  }
}

.btn3.-size-m {
  max-width: 400px;
}
.btn3.-size-l {
  max-width: 540px;
}
.btn3.-font-regular {
  font-weight: 400;
}

@keyframes scrollLogo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#page-topPage .contents {
  background: url(../img/bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
}

.sc-topkv-inner > :first-child {
  transition-delay: 0s;
}

.sc-topkv-inner > :nth-child(2) {
  transition-delay: 0.2s;
}

.sc-topkv-inner > :nth-child(3) {
  transition-delay: 0.3s;
}

.sc-topkv-inner > * {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gnav-child {
  width: 270px;
}

.ytp-large-play-button svg {
  display: none !important;
}

/* =================================================
オハイオ州（/HDDS/road-condition-management/ohio/）
==================================================== */
.c-sc-cases__group {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
}
.c-sc-cases__group.-col2 {
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-sc-cases__group.-col2 {
    grid-template-columns: 1fr;
    flex-direction: column;
    column-gap: 0;
    row-gap: 24px;
  }
}
.c-sc-cases__group.-col2.-column-gap50 {
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__group.-col2.-column-gap50 {
    column-gap: 0;
  }
}
.c-sc-cases__group.-col3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 9px;
  column-gap: 9px;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__group.-col3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-sc-cases__graph.-col2 .c-sc-cases__figure {
    width: 100%;
  }
}
.c-sc-cases__inner.-max-w1045 {
  max-width: 1045px;
}
.c-sc-cases__content {
  margin: 0 auto;
}
.c-sc-cases__content.-max-w986 {
  max-width: 986px;
}
.c-sc-cases__data {
  margin: 0 auto;
}
.c-sc-cases__data.-max-w725 {
  max-width: 725px;
}
.c-sc-cases__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.c-sc-cases__sub {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__sub {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-sc-cases__contents.-mr-ml-auto {
  margin-right: auto;
  margin-left: auto;
}
.c-sc-cases__index {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 54px;
}
.c-sc-cases__index::after {
  display: block;
  content: "";
  position: absolute;
  top: 38px;
  right: 50%;
  transform: translate(45%, 0%);
  width: 78px;
  height: 19px;
  width: 78px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2278%22%20height%3D%2219%22%20viewBox%3D%220%200%2078%2019%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M39%2C0%2C78%2C19H0Z%22%20transform%3D%22translate(78%2019)%20rotate(180)%22%20fill%3D%22%23c00%22%2F%3E%3C%2Fsvg%3E");
}
.c-sc-cases__indexText {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-sc-cases__indexText sup {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  top: -5px;
}
.c-sc-cases__indexBox {
  display: inline-block;
  padding: 32px 36px;
  background-color: #cc0000;
  border-radius: 15px;
}
.c-sc-cases__indexBoxText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__indexBoxText {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.c-sc-cases__bottom {
  display: flex;
  justify-content: end;
}
.c-sc-cases__point {
  max-width: 280px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0;
}
.c-sc-cases__monitor {
  position: relative;
}
.c-sc-cases__monitor:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 78px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2278%22%20viewBox%3D%220%200%2019%2078%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M39%2C0%2C78%2C19H0Z%22%20transform%3D%22translate(19)%20rotate(90)%22%20fill%3D%22%23c00%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__monitor:not(:last-child)::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2278%22%20height%3D%2219%22%20viewBox%3D%220%200%2078%2019%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M39%2C0%2C78%2C19H0Z%22%20transform%3D%22translate(78%2019)%20rotate(180)%22%20fill%3D%22%23c00%22%2F%3E%3C%2Fsvg%3E");
    top: initial;
    bottom: -38px;
    right: 50%;
    transform: translate(50%, 0%);
    width: 78px;
    height: 19px;
  }
}
.c-sc-cases__group01 {
  display: flex;
  align-items: center;
  column-gap: 63px;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__group01 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 54px;
  }
}
.c-sc-cases__group01 img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.c-sc-cases__group02 {
  display: flex;
  column-gap: 74px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__group02 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 64px;
  }
}
.c-sc-cases__data01 {
  position: relative;
  display: flex;
  column-gap: 74px;
  padding: 38px 17px;
  border-radius: 9px;
  border: 3px solid #cc0000;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__data01 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 64px;
    padding: 32px 24px;
  }
}
.c-sc-cases__data01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234.039%22%20height%3D%2234.039%22%20viewBox%3D%220%200%2034.039%2034.039%22%3E%20%3Cpath%20id%3D%22Icon_metro-cross%22%20data-name%3D%22Icon%20metro-cross%22%20d%3D%22M36.3%2C29.274h0L25.973%2C18.948%2C36.3%2C8.621h0a1.066%2C1.066%2C0%2C0%2C0%2C0-1.5L31.421%2C2.239a1.067%2C1.067%2C0%2C0%2C0-1.5%2C0h0L19.59%2C12.565%2C9.264%2C2.239h0a1.066%2C1.066%2C0%2C0%2C0-1.5%2C0L2.882%2C7.117a1.066%2C1.066%2C0%2C0%2C0%2C0%2C1.5h0L13.208%2C18.948%2C2.882%2C29.274h0a1.066%2C1.066%2C0%2C0%2C0%2C0%2C1.5L7.76%2C35.656a1.066%2C1.066%2C0%2C0%2C0%2C1.5%2C0h0L19.59%2C25.33%2C29.917%2C35.656h0a1.066%2C1.066%2C0%2C0%2C0%2C1.5%2C0L36.3%2C30.778a1.066%2C1.066%2C0%2C0%2C0%2C0-1.5Z%22%20transform%3D%22translate(-2.571%20-1.928)%22%20fill%3D%22%23c00%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__data01::after {
    top: initial;
    bottom: -50px;
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.c-sc-cases__data02 {
  padding: 38px 42px;
  border-radius: 9px;
  border: 3px solid #cc0000;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__data02 {
    padding: 32px 24px;
  }
}
.c-sc-cases__risk01, .c-sc-cases__risk02 {
  border-radius: 12px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.c-sc-cases__risk01 {
  padding: 30px 40px;
  position: relative;
}
.c-sc-cases__risk01.-icon-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234.039%22%20height%3D%2234.039%22%20viewBox%3D%220%200%2034.039%2034.039%22%3E%20%3Cpath%20id%3D%22Icon_metro-cross%22%20data-name%3D%22Icon%20metro-cross%22%20d%3D%22M36.3%2C29.274h0L25.973%2C18.948%2C36.3%2C8.621h0a1.066%2C1.066%2C0%2C0%2C0%2C0-1.5L31.421%2C2.239a1.067%2C1.067%2C0%2C0%2C0-1.5%2C0h0L19.59%2C12.565%2C9.264%2C2.239h0a1.066%2C1.066%2C0%2C0%2C0-1.5%2C0L2.882%2C7.117a1.066%2C1.066%2C0%2C0%2C0%2C0%2C1.5h0L13.208%2C18.948%2C2.882%2C29.274h0a1.066%2C1.066%2C0%2C0%2C0%2C0%2C1.5L7.76%2C35.656a1.066%2C1.066%2C0%2C0%2C0%2C1.5%2C0h0L19.59%2C25.33%2C29.917%2C35.656h0a1.066%2C1.066%2C0%2C0%2C0%2C1.5%2C0L36.3%2C30.778a1.066%2C1.066%2C0%2C0%2C0%2C0-1.5Z%22%20transform%3D%22translate(-2.571%20-1.928)%22%20fill%3D%22%23c00%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__risk01.-icon-cross::after {
    top: initial;
    bottom: -50px;
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.c-sc-cases__risk02 {
  padding: 30px 71px;
}
.c-sc-cases__note {
  display: block;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0;
}
.c-sc-cases__figure {
  margin: 0 auto;
}
.c-sc-cases__figure.-flex-start {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__figure {
    max-width: 100%;
    width: 100%;
  }
}
.c-sc-cases__figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__figure img {
    object-fit: cover;
  }
}
.c-sc-cases__figure.-height-100 img {
  height: 100%;
}
.c-sc-cases__figure.-hegiht469 img {
  object-fit: cover;
  height: 469px;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__figure.-hegiht469 img {
    height: auto;
  }
}
.c-sc-cases__body.-center-left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__body.-center-left {
    text-align: left;
  }
}
.c-sc-cases__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__text {
    text-align: left;
  }
}
.c-sc-cases__copyright {
  max-width: 226px;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__copyright {
    max-width: 100%;
  }
}
.c-sc-cases__copyrightText {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.c-sc-cases__copyrightText a {
  color: #1558d6;
}
@media screen and (max-width: 768px) {
  .c-sc-cases__copyrightText {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-sc-cases__output:not(:last-child) {
    margin-bottom: 12px;
  }
}
.c-sc-cases__graph {
  margin-top: 5px;
}
.c-sc-cases__graphLine {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 26px;
}
.c-sc-cases__graphLine.-text-orange {
  color: #ed8239;
}
.c-sc-cases__graphLine.-text-blue {
  color: #609ed6;
}
.c-sc-cases__graphLine.-line-orange::before, .c-sc-cases__graphLine.-line-blue::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-sc-cases__graphLine.-line-orange::before {
  background: #ed8239;
}
.c-sc-cases__graphLine.-line-blue::before {
  background: #609ed6;
}
.c-sc-cases__graphLine::before.-line-orage {
  background: #ed8239;
}
.c-sc-cases__graphLine::before.-line-blue {
  background: #609ed6;
}

@media screen and (max-width: 768px) {
  .kv.-sp-cover img {
    height: 100%;
    object-fit: cover;
  }
}

.sc-validation.-bg-white {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sc-validation.-pb60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sc-validation .inner.-pt0 {
    padding-bottom: 0;
  }
}

/*==========================================================
  導入企業（/HDDS/customers/）
==========================================================*/
/**
 * .c-cases-logo
 * ---------------------------------------- */
.c-cases-logo__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-cases-logo__list {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: initial;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-cases-logo__item {
    width: calc((100% - 20px) / 2);
  }
}
.c-cases-logo__image {
  max-width: 100%;
  height: auto;
}
.c-cases-logo__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}
.c-cases-logo__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 12px;
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 4px;
  letter-spacing: 0;
  margin-left: 1px;
}
.c-cases-logo__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-cases-logo__description {
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.h-1.-left-line {
  padding: 7px 14px;
  background: transparent;
  border-left: solid 5px #cc0000;
}

/**
 * 基本情報入力ブロック
 * ---------------------------------------- */
.c-ArticleHead {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead {
    margin-bottom: 16px;
  }
}
.c-ArticleHead__box {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__box {
    column-gap: 10px;
    row-gap: 10px;
  }
}
.c-ArticleHead__date {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-ArticleHead__group {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__group {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.c-ArticleHead__text {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__text {
    width: 100%;
  }
}
.c-ArticleHead__tag {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__tag {
    row-gap: 10px;
  }
}
.c-ArticleHead__tagText {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #C00;
  background-color: #FFF;
  border: 1px solid #C00;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__tagText {
    border-radius: 10px;
  }
}
.c-ArticleHead__image {
  width: calc(100% - 450px - 40px);
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__image {
    width: 100%;
  }
}
.c-ArticleHead__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.c-ArticleHead__category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__category {
    column-gap: 10px;
    row-gap: 10px;
  }
}
.c-ArticleHead__categoryText {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #cc0000;
  color: #cc0000;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-ArticleHead__categoryText {
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-ArticleHead__categoryText.-news {
  border: 1px solid #2375a8;
  color: #2375a8;
}
.c-ArticleHead__categoryText.-dialogue {
  border: 1px solid #666;
  color: #666;
}

/**
 * 目次（コラム記事用）ブロック
 * ---------------------------------------- */
.c-ArticleIndex {
  margin-bottom: 32px;
  padding: 40px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .c-ArticleIndex {
    margin-bottom: 24px;
    padding: 30px;
  }
}

.c-ArticleIndex__list {
  counter-reset: number 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-ArticleIndex__list {
    padding-left: 0;
  }
}

.c-ArticleIndex__main {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleIndex__main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 12px;
  }
}
.c-ArticleIndex__main::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 16px;
  background: #cc0000;
  top: 3px;
  left: 0;
}

.c-ArticleIndex__item {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-ArticleIndex__item {
    padding-left: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-ArticleIndex__item::before {
  position: absolute;
  left: 0;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-ArticleIndex__item::before {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.c-ArticleIndex__item > ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  counter-reset: h3-counter;
}

.c-ArticleIndex__item > ul > li {
  position: relative;
  counter-increment: h3-counter;
  counter-reset: h4-counter; /* ★ h4カウンターのリセット */
  padding-left: 60px;
  margin-bottom: 4px;
}

/* h3番号：01-1 形式
   ★ ul li a::before → > ul > li > a::before に変更 */
.c-ArticleIndex__item > ul > li > a::before {
  position: absolute;
  left: 0;
  content: counter(number, decimal-leading-zero) "-" counter(h3-counter);
  letter-spacing: 0;
  font-weight: 700;
}

.c-ArticleIndex__item > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 10px 0;
}

.c-ArticleIndex__item > ul > li > ul > li {
  position: relative;
  counter-increment: h4-counter;
  padding-left: 70px;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-ArticleIndex__item > ul > li > ul > li {
    padding-left: 66px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* h4番号：01-1-1 形式 ★ 新規追加 */
.c-ArticleIndex__item > ul > li > ul > li > a::before {
  position: absolute;
  left: 0;
  content: counter(number, decimal-leading-zero) "-" counter(h3-counter) "-" counter(h4-counter);
  letter-spacing: 0;
  font-weight: 700;
}

.c-ArticleIndex__item a:hover {
  text-decoration: underline;
}
.c-ArticleIndex__item a:hover::before {
  text-decoration: none;
}


/**
 * テキスト（段落）ブロック
 * ---------------------------------------- */
.c-ArticleText {
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleText {
    margin-bottom: 24px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.c-ArticleText.-center {
  text-align: center;
}
.c-ArticleText.-right {
  text-align: right;
}
.c-ArticleText a {
  color: #cc0000;
}
.c-ArticleText a:hover {
  text-decoration: underline;
}
.c-ArticleText.-fw-semibold {
  font-weight: 600;
}
.c-ArticleText.-fz-12-12 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5166666667;
  letter-spacing: 0;
}
.c-ArticleText.-lh-2 {
  line-height: 2;
}

.c-ArticleText__link {
  color: #000 !important;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
.c-ArticleText__link:hover {
  color: #cc0000 !important;
}

/**
 * 画像ブロック
 * ---------------------------------------- */
.c-ArticleImage {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
.c-ArticleImage .image-source{
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage {
    margin-bottom: 24px;
  }
}
.c-ArticleImage img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage img {
    width: 100%;
  }
}
.c-ArticleImage figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #666;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-ArticleImage.-border-gray img {
  border: 1px solid #f0f0f0;
}
.c-ArticleImage.-w-full {
  max-width: 100%;
}
.c-ArticleImage.-w-full img {
  width: 100%;
  height: auto;
}
.c-ArticleImage.-max-w-medium {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-max-w-medium {
    max-width: 100%;
  }
}
.c-ArticleImage.-max-w-small {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-max-w-small {
    max-width: 100%;
  }
}
.c-ArticleImage.-float img {
  float: right;
  width: 34%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-float img {
    float: initial;
    width: 100%;
    margin-left: 0;
  }
}
.c-ArticleImage.-float02 img {
  float: right;
  width: 45.9%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-float02 img {
    float: initial;
    width: 100%;
    margin-left: 0;
  }
}
.c-ArticleImage.-shrink-0 {
  flex-shrink: 0;
}
.c-ArticleImage.-host, .c-ArticleImage.-guest {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: initial;
  margin-left: initial;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-host.-intro img, .c-ArticleImage.-guest.-intro img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-host.-intro::after, .c-ArticleImage.-guest.-intro::after {
    width: 120px;
    height: 120px;
  }
}
.c-ArticleImage.-host::before, .c-ArticleImage.-guest::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.c-ArticleImage.-host::after, .c-ArticleImage.-guest::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -3px;
  width: 117px;
  height: 117px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-host::after, .c-ArticleImage.-guest::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-host img, .c-ArticleImage.-guest img {
    width: 60px;
    height: 60px;
  }
}
.c-ArticleImage.-host::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_28_8%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2028%20%E2%80%93%208%22%20transform%3D%22translate(12%2012)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%206)%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%203)%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6)%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_84%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2084%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%203)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_85%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2085%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%209)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_87%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2087%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%206)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_88%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2088%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6%203)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_89%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2089%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(9)%22%20fill%3D%22%23c00%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-ArticleImage.-host::after {
  background-color: #cc0000;
}
.c-ArticleImage.-guest::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_28_8%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2028%20%E2%80%93%208%22%20transform%3D%22translate(12%2012)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%206)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%203)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_84%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2084%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%203)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_85%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2085%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%209)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_87%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2087%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%206)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_88%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2088%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6%203)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_89%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2089%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(9)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-ArticleImage.-guest::after {
  background-color: #000;
}
.c-ArticleImage__figure {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.c-ArticleImage__figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.c-ArticleImage__figure figcaption {
  margin-top: 12px;
  display: table-caption;
  caption-side: bottom;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7142857143;
  letter-spacing: 0;
}

.c-ArticleImage__figure figcaption a{
	color: #C00;
}
.c-ArticleImage__figure figcaption a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage__figure figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-ArticleImage.-column2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-column2 {
    row-gap: 24px;
  }
}
.c-ArticleImage.-column2 .c-ArticleImage__figure {
  width: calc((100% - 24px) / 2);
}
.c-ArticleImage.-column2 .c-ArticleImage__figure img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-ArticleImage.-column2 .c-ArticleImage__figure img {
    height: 93px;
  }
}
.c-ArticleImage.-column2 .c-ArticleImage__figure figcaption {
  display: block;
}
.c-ArticleImage__caption {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7142857143;
  letter-spacing: 0;
}

/**
 * 見出しブロック
 * ---------------------------------------- */
.c-ArticleHeading {
  font-weight: 600;
  letter-spacing: 0;
}
.c-ArticleHeading.-level1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.40625;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.c-ArticleHeading.-level1.-border-bottom-line {
  padding-bottom: 30px;
  border-bottom: solid 3px #ddd;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level1.-border-bottom-line {
    padding-bottom: 16px;
  }
}
.c-ArticleHeading.-level1.-border-bottom-line::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #cc0000;
  bottom: -3px;
  width: 100px;
}
.c-ArticleHeading.-level2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level2 {
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.c-ArticleHeading.-level2.-fz-36-24 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level2.-fz-36-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-ArticleHeading.-level2.-border-left-line {
  padding-left: 16px;
  position: relative;
}
.c-ArticleHeading.-level2.-border-left-line::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 24px;
  background: #cc0000;
  top: calc(1.5 * 0.5em);
  left: 0;
  transform: translateY(-50%);
}
.c-ArticleHeading.-level3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.c-ArticleHeading.-level3.-label {
  background-color: #000;
  color: #ffffff;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level3.-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    display: block;
  }
}
.c-ArticleHeading.-level3.-label::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_28_8%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2028%20%E2%80%93%208%22%20transform%3D%22translate(12%2012)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%206)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%203)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_84%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2084%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%203)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_85%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2085%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%209)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_87%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2087%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%206)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_88%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2088%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6%203)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_89%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2089%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(9)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level3.-label.-sp-inline-block {
    display: inline-block;
  }
}
.c-ArticleHeading.-level4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 16px;
  position: relative;
}
.c-ArticleHeading.-level4::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 15px;
  height: 2px;
  background: #C00;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-level4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-ArticleHeading.-level4.-left-line {
  padding-left: 14px;
  position: relative;
}
.c-ArticleHeading.-level4.-left-line::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #cc0000;
  top: 3px;
  left: 0;
  position: absolute;
}
.c-ArticleHeading.-fz-30-20 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-ArticleHeading.-fz-30-20 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/**
 * 箇条書きブロック
 * ---------------------------------------- */
.c-ArticleList {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-ArticleList {
    margin-bottom: 24px;
  }
}
.c-ArticleList__item {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleList__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-ArticleList__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-ArticleList__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.c-ArticleList__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cc0000;
}
.c-ArticleList__item a {
  color: #cc0000;
}
.c-ArticleList__item a:hover {
  text-decoration: underline;
}

/**
 * 番号付きリストブロック
 * ---------------------------------------- */
 .c-Orderedlist {
  margin-bottom: 32px;
  counter-reset: order-counter;
}
@media screen and (max-width: 768px) {
  .c-Orderedlist {
    margin-bottom: 24px;
  }
}
.c-Orderedlist__item {
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  counter-increment: order-counter;
}
@media screen and (max-width: 768px) {
  .c-Orderedlist__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-Orderedlist__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-Orderedlist__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.c-Orderedlist__item::before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  top: 0.2em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  content: counter(order-counter)'.';
  margin-right: 1em;
}
.c-Orderedlist__item a {
  color: #cc0000;
}
.c-Orderedlist__item a:hover {
  text-decoration: underline;
}

/**
 * テーブル（表）ブロック
 * ---------------------------------------- */
.c-ArticleTable {
  margin-bottom: 32px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .c-ArticleTable {
    margin-bottom: 24px;
  }
}
.c-ArticleTable th {
  background-color: #f0f0f0;
  padding: 30px 40px;
  min-width: 288px;
  border-left: none;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-ArticleTable th {
    vertical-align: top;
    padding: 30px 20px;
    min-width: 100px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-ArticleTable tr {
  border-top: 1px solid #ddd;
}
.c-ArticleTable tr:last-child {
  border-bottom: 1px solid #ddd;
}
.c-ArticleTable td {
  padding: 30px 40px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleTable td {
    padding: 30px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-ArticleTable td a {
  color: #cc0000;
}
.c-ArticleTable td a:hover {
  text-decoration: underline;
}

/**
 * リンクブロック
 * ---------------------------------------- */
.c-ArticleLink {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  text-indent: initial;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .c-ArticleLink {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-ArticleLink:hover {
  color: #cc0000;
}
.c-ArticleLink::after {
  margin-right: 6px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  width: 8px;
  height: 16px;
  top: 2px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2216%22%20viewBox%3D%220%200%208%2016%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_13%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2013%22%20width%3D%228%22%20height%3D%2216%22%20transform%3D%22translate(601%201770)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20transform%3D%22translate(-601%20-1770)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M606.887%2C1781.893a.837.837%2C0%2C0%2C1-.627-.292%2C1.087%2C1.087%2C0%2C0%2C1%2C0-1.411l5.6-6.3-5.6-6.3a1.087%2C1.087%2C0%2C0%2C1%2C0-1.411.819.819%2C0%2C0%2C1%2C1.254%2C0l6.226%2C7a1.088%2C1.088%2C0%2C0%2C1%2C0%2C1.411l-6.226%2C7A.837.837%2C0%2C0%2C1%2C606.887%2C1781.893Z%22%20transform%3D%22translate(-5%204.106)%22%20fill%3D%22%23c00%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.c-ArticleLink.-pdf {
  padding-right: 20px;
}
.c-ArticleLink.-pdf::after {
  width: 16px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2219.998%22%20viewBox%3D%220%200%2016%2019.998%22%3E%20%3Cg%20id%3D%22PDF%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%22%20transform%3D%22translate(-47.706)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M60.408%2C0h-7.04L53.01.364l-4.946%2C5.03-.358.364V16.643A3.331%2C3.331%2C0%2C0%2C0%2C51.005%2C20h9.4a3.331%2C3.331%2C0%2C0%2C0%2C3.3-3.355V3.355A3.331%2C3.331%2C0%2C0%2C0%2C60.408%2C0Zm2.077%2C16.643a2.1%2C2.1%2C0%2C0%2C1-2.077%2C2.113h-9.4a2.1%2C2.1%2C0%2C0%2C1-2.078-2.113V6.272h3.215a1.746%2C1.746%2C0%2C0%2C0%2C1.731-1.76V1.242h6.534a2.1%2C2.1%2C0%2C0%2C1%2C2.077%2C2.113Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23c00%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208%22%20transform%3D%22translate(0.026%20-0.328)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M136.627%2C252.785h-1.453a.419.419%2C0%2C0%2C0-.442.457v3.82a.51.51%2C0%2C1%2C0%2C1.016%2C0V255.9a.037.037%2C0%2C0%2C1%2C.042-.042h.837a1.54%2C1.54%2C0%2C1%2C0%2C0-3.074Zm-.063%2C2.181h-.775a.037.037%2C0%2C0%2C1-.042-.042v-1.2a.037.037%2C0%2C0%2C1%2C.042-.042h.775a.645.645%2C0%2C1%2C1%2C0%2C1.287Z%22%20transform%3D%22translate(-84.752%20-243.341)%22%20fill%3D%22%23c00%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M221.193%2C252.785h-1.114a.419.419%2C0%2C0%2C0-.442.457v3.876a.414.414%2C0%2C0%2C0%2C.442.45h1.114c1%2C0%2C1.626-.324%2C1.875-1.1a6.044%2C6.044%2C0%2C0%2C0%2C0-2.575C222.819%2C253.109%2C222.2%2C252.785%2C221.193%2C252.785Zm.9%2C3.321c-.118.38-.457.542-.927.542h-.47a.037.037%2C0%2C0%2C1-.042-.042v-2.856a.037.037%2C0%2C0%2C1%2C.042-.042h.47c.471%2C0%2C.809.162.927.542a5.264%2C5.264%2C0%2C0%2C1%2C0%2C1.857Z%22%20transform%3D%22translate(-165.333%20-243.341)%22%20fill%3D%22%23c00%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M310.381%2C252.785H308.1a.42.42%2C0%2C0%2C0-.443.457v3.82a.51.51%2C0%2C1%2C0%2C1.017%2C0V255.7a.037.037%2C0%2C0%2C1%2C.041-.042h1.329a.444.444%2C0%2C1%2C0%2C0-.886h-1.329a.037.037%2C0%2C0%2C1-.041-.042v-1.006a.037.037%2C0%2C0%2C1%2C.041-.042h1.667a.447.447%2C0%2C1%2C0%2C0-.893Z%22%20transform%3D%22translate(-248.991%20-243.341)%22%20fill%3D%22%23c00%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-ArticleLink.-target-blank::after {
  margin-left: 3px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_14%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2014%22%20width%3D%2216%22%20height%3D%2216%22%20transform%3D%22translate(571%201803)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-571%20-1803)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010%22%20transform%3D%22translate(-24%201)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_15%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2015%22%20transform%3D%22translate(599%201802)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2212%22%20height%3D%2212%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M609.245%2C1814h-10a1%2C1%2C0%2C0%2C1-1-1v-10a1%2C1%2C0%2C0%2C1%2C2%2C0v9h9a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%20transform%3D%22translate(-3.245%204)%22%20fill%3D%22%23c00%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-ArticleLink.-no-arrow {
  padding-right: 0;
  word-break: break-all;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ArticleLink.-no-arrow {
    padding-left: 16px;
  }
}
.c-ArticleLink.-no-arrow::before {
  content: "※";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-ArticleLink.-no-arrow::before {
    top: 3px;
    transform: initial;
  }
}
.c-ArticleLink.-no-arrow::after {
  display: none;
}

.c-ArticleLink__text {
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleLink__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

/**
 * ボタンブロック
 * ---------------------------------------- */
.c-ArticleButton {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-ArticleButton {
    margin-bottom: 24px;
  }
}
.c-ArticleButton.-center {
  text-align: center;
}
.c-ArticleButton.-right {
  text-align: right;
}
.c-ArticleButton__link {
  display: inline-flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: 56px;
  padding: 19px 32px;
  border-radius: 28px;
  background: linear-gradient(90deg, #c00 0, #f2863e);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleButton__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-ArticleButton__link::after {
  z-index: -1;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 25px;
  background: #fff;
  content: "";
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-ArticleButton__link:hover {
  color: #ffffff;
}
.c-ArticleButton__link:hover::after {
  opacity: 0;
}

/**
 * 章（Chapter）・見出しブロック
 * ---------------------------------------- */
.p-ArticleChapterHead {
  margin-bottom: 80px;
  padding-right: 60px;
  padding-bottom: 36px;
  border-right: 3px solid #cc0000;
  border-bottom: 3px solid #cc0000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ArticleChapterHead {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-bottom: 27px;
  }
}
.p-ArticleChapterHead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_28_10%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2028%20%E2%80%93%2010%22%20transform%3D%22translate(12%2012)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%206)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%203)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_84%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2084%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%203)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_85%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2085%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%209)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_87%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2087%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%206)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_88%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2088%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6%203)%22%20fill%3D%22%23c00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_89%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2089%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(9)%22%20fill%3D%22%23c00%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-ArticleChapterHead.-single {
  padding-right: 40px;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-ArticleChapterHead.-single {
    padding-right: 20px;
    padding-bottom: 22px;
  }
}

/**
 * 節（Section）・見出しブロック
 * ---------------------------------------- */
.p-ArticleSectionHead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-ArticleSectionHead {
    margin-bottom: 30px;
  }
}

/**
 * リンクカード（カード型）ブロック
 * ---------------------------------------- */
.p-ArticleLinkCard {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-ArticleLinkCard {
    margin-top: 40px;
  }
}

.p-ArticleLinkCard__link {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-ArticleLinkCard__link {
    flex-direction: column;
  }
}
.p-ArticleLinkCard__link:hover .p-ArticleLinkCard__title {
  color: #ffffff;
  text-decoration: none;
}
.p-ArticleLinkCard__link:hover .p-ArticleLinkCard__content {
  background: linear-gradient(90deg, #c00 0, #f2863e);
}

.p-ArticleLinkCard__content {
  padding-top: 69px;
  padding-right: 40px;
  padding-bottom: 63px;
  padding-left: 40px;
  background-color: #f0f0f0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-ArticleLinkCard__content {
    flex-direction: column;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-ArticleLinkCard__image img {
    width: 100%;
    height: auto;
  }
}

.p-ArticleLinkCard__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-ArticleLinkCard__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/**
 * 目次（インタビュー形式）ブロック
 * ---------------------------------------- */
.p-ArticleToc {
  margin-bottom: 80px;
  padding-top: 37px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-ArticleToc {
    margin-bottom: 32px;
    padding-top: 27px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

.p-ArticleToc__link {
  display: flex;
  align-items: center;
  font-weight: 300;
  column-gap: 27px;
  position: relative;
  padding-top: 20px;
  padding-left: 27px;
  padding-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-ArticleToc__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-ArticleToc__link {
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-ArticleToc__link.-first {
  padding-left: 0;
}
.p-ArticleToc__link.-second {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-ArticleToc__link.-second {
    padding-left: 20px;
  }
}

.p-ArticleToc__item.-border-bottom {
  border-bottom: 2px solid #ddd;
}

.p-ArticleToc__first {
  border-top: 2px solid #ddd;
}

.p-ArticleToc__firstItem {
  border-bottom: 2px solid #ddd;
}

.p-ArticleToc__number {
  font-family: "Silkscreen", serif;
  font-weight: bold;
  color: #cc0000;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-ArticleToc__number {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    flex-shrink: 0;
  }
}

.p-ArticleToc__title {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-ArticleToc__title {
    margin-bottom: 2px;
  }
}
.p-ArticleToc__title::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #cc0000;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-ArticleToc__text {
  font-weight: 400;
  text-decoration: underline;
}

/**
 * ラベルブロック
 * ---------------------------------------- */
.c-ArticleLabel {
  display: inline-block;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  background-color: #cc0000;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Silkscreen", serif;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0;
}
.c-ArticleLabel::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_131%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20131%22%20transform%3D%22translate(-627%20-1090)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(627%201096)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(633%201096)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(630%201093)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(633%201090)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-ArticleLabel.-member {
  min-width: 185px;
}
.c-ArticleLabel.-section {
  min-width: 133px;
}
.c-ArticleLabel.-question {
  min-width: 110px;
}

/**
 * 注釈ブロック
 * ---------------------------------------- */
small.c-Annotation{
  display: block;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
small.c-Annotation ul{
  list-style: none;
}
small.c-Annotation ul li{
  padding-left: 3.8em;
  text-indent: -3.8em;
}
small.c-Annotation a {
  color: #cc0000;
}
small.c-Annotation a:hover {
  text-decoration: underline;
}

/**
 * メンバーブロック
 * ---------------------------------------- */
.p-ArticleMember {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-ArticleMember {
    margin-bottom: 30px;
  }
}

/**
 * インタビューブロック
 * ---------------------------------------- */
.p-ArticleInterview {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-ArticleInterview {
    margin-bottom: 30px;
  }
}

.p-ArticleInterview__row {
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-ArticleInterview__row {
    padding-bottom: 24px;
  }
}
.p-ArticleInterview__row:not(:first-child) {
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-ArticleInterview__row:not(:first-child) {
    padding-top: 24px;
  }
}
.p-ArticleInterview__row:last-child {
  border-bottom: 1px solid #ddd;
}

.p-ArticleInterview__left {
  width: 100%;
}

/**
 * 名前ブロック
 * ---------------------------------------- */
.c-ArticleName {
  font-weight: 600;
}

/**
 * 数字ブロック
 * ---------------------------------------- */
.c-ArticleNumber {
  display: inline-block;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Silkscreen", serif;
  color: #cc0000;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ArticleNumber {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25;
  }
}

/**
 * タイトルブロック
 * ---------------------------------------- */
.c-ArticleTitle {
  font-weight: 700;
  letter-spacing: 0;
}
.c-ArticleTitle.-fz-18-18 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

/**
 * 名前ラベルブロック
 * ---------------------------------------- */
.c-ArticleNameLabel {
  position: relative;
}
.c-ArticleNameLabel.-guest .c-ArticleNameLabel__box {
  background-color: #333;
}
.c-ArticleNameLabel.-guest .c-ArticleNameLabel__box::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_28_8%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2028%20%E2%80%93%208%22%20transform%3D%22translate(12%2012)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%206)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%203)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_84%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2084%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%203)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_85%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2085%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%209)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_87%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2087%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%206)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_88%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2088%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6%203)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_89%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2089%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(9)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-ArticleNameLabel.-guest .c-ArticleNameLabel__box::after {
  background-color: #000;
}

.c-ArticleNameLabel__box {
  padding-right: 23px;
  padding-left: 23px;
  background-color: #aa0000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ArticleNameLabel__box {
    padding-right: 15px;
    padding-left: 14px;
  }
}
.c-ArticleNameLabel__box::before, .c-ArticleNameLabel__box::after {
  content: "";
  position: absolute;
}
.c-ArticleNameLabel__box::before {
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_28_8%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2028%20%E2%80%93%208%22%20transform%3D%22translate(12%2012)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_78%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2078%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%206)%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%203)%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_81%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2081%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6)%22%20fill%3D%22%23a00%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_84%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2084%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%203)%22%20fill%3D%22%23cc0201%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_85%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2085%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3)%22%20fill%3D%22%23cc0201%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(0%209)%22%20fill%3D%22%23cc0201%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_87%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2087%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(3%206)%22%20fill%3D%22%23cc0201%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_88%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2088%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(6%203)%22%20fill%3D%22%23cc0201%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_89%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2089%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(9)%22%20fill%3D%22%23cc0201%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.c-ArticleNameLabel__box::after {
  top: 3px;
  right: -3px;
  width: 77px;
  height: 30px;
  z-index: -1;
  background-color: #cc0000;
}
@media screen and (max-width: 768px) {
  .c-ArticleNameLabel__box::after {
    width: 57px;
    height: 28px;
  }
}

.c-ArticleNameLabel__text {
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ArticleNameLabel__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

/**
 * 注釈ブロック
 * ---------------------------------------- */
.c-ArticleNote {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2.6666666667;
  letter-spacing: 0;
  position: relative;
  padding-left: 12px;
}
.c-ArticleNote::before {
  content: "※";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/**
 * MV（インタビュー）ブロック
 * ---------------------------------------- */
.p-Interview-mv__sub {
  display: block;
  color: #cc0000;
  margin-bottom: 26px;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Silkscreen", serif;
  letter-spacing: -0.12em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-Interview-mv__sub {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.25;
  }
}

.p-Interview-mv__bg {
  display: block;
  min-height: 330px;
}
@media screen and (max-width: 768px) {
  .p-Interview-mv__bg {
    min-height: 210px;
  }
}
.p-Interview-mv__bg.-no-figure {
  min-height: 278px;
}
@media screen and (max-width: 768px) {
  .p-Interview-mv__bg.-no-figure {
    min-height: 206px;
  }
}
.p-Interview-mv__bg img {
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  width: 100%;
}

.p-Interview-mv__copy {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-Interview-mv__copy {
    bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .p-Interview-mv__copy.-second {
    bottom: 25px;
  }
}

/**
 * SNSシェアアイコン
 * ---------------------------------------- */
.p-ArticleSns.-border-top {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-ArticleSns.-border-top {
    padding-top: 40px;
  }
}

/**
 * TOPへ戻るボタン
 * ---------------------------------------- */
.btn-wrap {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    padding-top: 40px;
  }
}

/**
 * モーダル
 * ---------------------------------------- */
body .mfp-fade.mfp-bg,
body .mfp-img-mobile.mfp-bg {
  opacity: 0.7;
}

body .mfp-image-holder .mfp-close {
  position: absolute;
  top: -40px;
  right: -100px;
  opacity: 1;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 100%;
  padding: 0;
  width: 57px;
  height: 57px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body .mfp-image-holder .mfp-close {
    bottom: 0;
  }
}

body .mfp-image-holder .mfp-close {
  top: -40px;
  right: 180px;
}
@media screen and (max-width: 768px) {
  body .mfp-image-holder .mfp-close {
    bottom: 0;
    right: 0;
  }
}

body .mfp-image-holder .mfp-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  border-radius: 1px;
  background: #ffffff;
  transition: background 0.3s ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}

body .mfp-image-holder .mfp-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #ffffff;
  transition: background 0.3s ease-in-out;
  transform: translate(-50%, -50%) rotate(-45deg);
}

body .mfp-close:hover {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 768px) {
  body .mfp-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
body.mfp-zoom-out-cur {
  cursor: auto;
}

body.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-img {
  max-width: 60% !important;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mfp-img {
    max-width: 100% !important;
  }
}

.mfp-figure:after {
  display: none;
}

/* Utility（要素の一部のスタイル調整用）
   ----------------------------------------------------------------- */
/* =================================================
要素の一部のスタイルを変更したい場合に適用
==================================================== */
/**
 * 要素の配置
 * ---------------------------------------- */
.-text-center {
  text-align: center;
}

.u-text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .u-sp-text-center {
    text-align: center;
  }
}

.-text-center-left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .-text-center-left {
    text-align: left;
  }
}

.-text-right {
  text-align: right;
}

/**
 * テキストの下線
 * ---------------------------------------- */
.-text-underline {
  text-decoration: underline;
}

/**
 * 要素の配置
 * ---------------------------------------- */
.-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**
 * 外側の余白
 * ---------------------------------------- */
.-mt24-16 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .-mt24-16 {
    margin-top: 16px;
  }
}

.-mt64-40 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .-mt64-40 {
    margin-top: 40px;
  }
}

/**
 * margin-bottom
 * ---------------------------------------- */
.-mb64-40 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .-mb64-40 {
    margin-bottom: 40px;
  }
}

.-mb40-24 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .-mb40-24 {
    margin-bottom: 24px;
  }
}

.-mb24-16 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .-mb24-16 {
    margin-bottom: 16px;
  }
}

.-mb16-8 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .-mb16-8 {
    margin-bottom: 8px;
  }
}

.-mb12-8 {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .-mb12-8 {
    margin-bottom: 8px;
  }
}

/**
 * margin-top
 * ---------------------------------------- */
.u-mt-52 {
  margin-top: 52px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-mt-24 {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-mt-16 {
    margin-top: 16px !important;
  }
}

.u-mt-80-40 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80-40 {
    margin-top: 40px !important;
  }
}

.u-mt-60-40 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-60-40 {
    margin-top: 40px !important;
  }
}

.u-mt-60-30 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-60-30 {
    margin-top: 30px !important;
  }
}

.u-mt-30-20 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-30-20 {
    margin-top: 20px !important;
  }
}

.u-mt-24-24 {
  margin-top: 24px !important;
}

.u-mt-10-10 {
  margin-top: 10px !important;
}

/**
 * margin-right
 * ---------------------------------------- */
.u-mr-16-16 {
  margin-right: 16px !important;
}

/**
 * margin-bottom
 * ---------------------------------------- */
.u-mb-80-40 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-80-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb-80-32 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-80-32 {
    margin-bottom: 32px !important;
  }
}

.u-mb-80-30 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-80-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-70-30 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-70-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-60-30 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-60-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-32-24 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-32-24 {
    margin-bottom: 24px !important;
  }
}

.u-mb-13-13 {
  margin-bottom: 13px !important;
}

.u-mb-12-12 {
  margin-bottom: 12px !important;
}

.u-mb-10-10 {
  margin-bottom: 10px !important;
}

.u-mb-0-24 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .u-mb-0-24 {
    margin-bottom: 24px !important;
  }
}

.u-mb-0-0 {
  margin-bottom: 0 !important;
}

/**
 * margin-left
 * ---------------------------------------- */
.u-ml-8-8 {
  margin-left: 8px !important;
}

/**
 * padding-top
 * ---------------------------------------- */
.u-pt-80-40 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-pt-80-40 {
    padding-top: 40px !important;
  }
}

.u-pt-80-30 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-pt-80-30 {
    padding-top: 30px !important;
  }
}

.u-pt-60-40 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-pt-60-40 {
    padding-top: 40px !important;
  }
}

.u-pt-0-0 {
  padding-top: 0 !important;
}

/**
 * padding-bottom
 * ---------------------------------------- */
.u-pb-80-80 {
  padding-bottom: 80px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-0-0 {
  padding-bottom: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

/**
 * padding-left
 * ---------------------------------------- */
.u-pl-20-0 {
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .u-pl-20-0 {
    padding-left: 0 !important;
  }
}

/**
 * padding-right、padding-left
 * ---------------------------------------- */
.u-px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.u-px-20-0 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .u-px-20-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/**
 * text-color
 * ---------------------------------------- */
.u-text-color-primary {
  color: #c00;
}

/**
 * 最大の横幅
 * ---------------------------------------- */
.-max-w815 {
  max-width: 815px;
}
@media screen and (max-width: 768px) {
  .-max-w815 {
    max-width: 100%;
  }
}

.-max-w725 {
  max-width: 725px;
}
@media screen and (max-width: 768px) {
  .-max-w725 {
    max-width: 100%;
  }
}

.sc-block__inner.-maxw-1048 {
  max-width: 1048px;
}
@media screen and (max-width: 768px) {
  .sc-block__inner.-maxw-1048 {
    max-width: 100%;
  }
}
.sc-block__inner .-max-w950 {
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .sc-block__inner .-max-w950 {
    max-width: 100%;
  }
}

.-text-file-size {
  margin-left: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .-text-file-size {
    margin-left: 0;
  }
}

.page-link-row.-flex-start {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page-link-row.-flex-start {
    justify-content: center;
  }
}
.page-link-row.-pl150-0 {
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  .page-link-row.-pl150-0 {
    padding-left: 0;
  }
}

.-flex-wrap-nowrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .-flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}

.sc-breadcrumb ul li:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .sc-breadcrumb ul li:first-child a {
    padding: 12px 12px 12px 20px;
  }
}
.sc-breadcrumb ul li a.-whitespace-nowrap {
  white-space: wrap;
}
@media screen and (max-width: 768px) {
  .sc-breadcrumb ul li a.-whitespace-nowrap {
    white-space: nowrap;
  }
}

.sc-breadcrumb ul li:last-child{
  position: relative;
  padding-left: 20px;
}
.sc-breadcrumb ul li:last-child a{
  padding-left: 0;
}
.sc-breadcrumb ul li:last-child::before{
  position:absolute;
  top:50%;
  left:0;
  transform:translate3d(0,-50%,0);
  text-decoration:none;content:"/"
}
.sc-breadcrumb ul li:last-child a::before{
  display: none;
}

.sc-data__link:hover .sc-data__bg01 {
  transform: scale(1.04);
  filter: blur(3px);
}
.sc-data__bg01 {
  background-image: url("/HDDS/assets/img/top/img-sc-data02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 303px;
  height: 180px;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .sc-data__bg01 {
    width: 100%;
    height: 90px;
    background-position: center bottom;
    background-image: url("/HDDS/assets/img/top/img-sc-data02-sp.jpg");
  }
}

/**
 * CTA
 * ---------------------------------------- */

.c-ctaBox{
  margin-bottom: 32px;
  border: solid 1px #ddd;
  padding: 40px;
  text-align: center;
}

.c-ctaBox a{
  color: #cc0000;
}

.c-ctaBox a:hover{
  text-decoration: underline;
}

/**
 * author
 * ---------------------------------------- */
.c-DocumentAuthor{
  margin-bottom: 32px;
  border: solid 1px #ddd;
  padding: 40px;
}

.c-DocumentAuthor h2{
  font-size: 18px;
  margin-bottom: 20px;
}

.c-DocumentAuthor__inner{
  display: flex;
  gap: 40px;
}

.c-DocumentAuthor__image{
  width: 180px;
}

.c-DocumentAuthor__image img{
  width: 100%;
}

.c-DocumentAuthor__text{
  width: calc(100% - 220px);
}

.c-DocumentAuthor__text dl{
  line-height: 1.4;
}

.c-DocumentAuthor__text dl dt{
  font-weight: 700;
}

.c-DocumentAuthor__text dl dd{
  margin-top: 20px;
  line-height: 1.6;
}

.c-DocumentAuthor__text dl dd a{
  margin-top: 20px;
}
.c-DocumentAuthor__text dl dd ul{
  margin-top: 10px;
}
.c-DocumentAuthor__text dl dd ul li{
  padding-left: 1.2em;
  position: relative;
}
.c-DocumentAuthor__text dl dd ul li + li{
  margin-top: 8px;
}
.c-DocumentAuthor__text dl dd ul li::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  left: 0.3em;
  top: 0.6em;
}

@media screen and (max-width: 768px) {
  .c-DocumentAuthor__inner{
    flex-direction: column;
  }
  .c-DocumentAuthor__image{
    width: 100%;
  }
  .c-DocumentAuthor__text{
    width: 100%;
  }
}