.c-title-heading1, .c-title-heading2, .c-title-heading3, .c-title-heading4, .c-title-heading5, .c-title-heading6 {
  color: var(--black2);
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-title-heading1, .c-title-heading2, .c-title-heading3, .c-title-heading4, .c-title-heading5, .c-title-heading6 {
    line-height: 1.5;
  }
}
.c-title-heading1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width:750px) {
  .c-title-heading1 {
    padding-top: 4rem;
    padding-bottom: 1rem;
    font-size: 2.6rem;
  }
}
.c-title-heading2 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  font-size: 3.5rem;
}
@media screen and (max-width:750px) {
  .c-title-heading2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: 2.2rem;
  }
}
.c-title-heading3 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-size: 3rem;
}
@media screen and (max-width:750px) {
  .c-title-heading3 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.c-title-heading4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (max-width:750px) {
  .c-title-heading4 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.c-title-heading5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width:750px) {
  .c-title-heading5 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.c-title-heading6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width:750px) {
  .c-title-heading6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.c-title-navy {
  padding-bottom: 2.5rem;
  color: var(--navy);
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-title-navy {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.c-title--shadow {
  text-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.4);
}
.c-title--shadow-pale {
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}
.c-title--center {
  padding-top: 16.4rem;
  text-align: center;
}
@media screen and (max-width:750px) {
  .c-title--center {
    padding-top: 10.6rem;
  }
}

.c-text {
  color: var(--black2);
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width:750px) {
  .c-text {
    font-size: 1.4rem;
  }
}
.c-text-lead {
  color: var(--black2);
  font-size: 2rem;
  line-height: 1.875;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:750px) {
  .c-text-lead {
    font-size: 1.6rem;
  }
}
.c-text--shadow {
  text-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.4);
}
.c-text--shadow-pale {
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}

.c-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 3.4482758621%;
  grid-row-gap: 4rem;
  list-style: none;
}
@media screen and (max-width:750px) {
  .c-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }
}
.c-grid--col2-1 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:751px) {
  .c-grid--col2-2 {
    grid-template-columns: 360fr 760fr;
  }
}
@media screen and (max-width:750px) {
  .c-grid--col2-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:751px) {
  .c-grid--col2-3 {
    grid-template-columns: 760fr 360fr;
  }
}
@media screen and (max-width:750px) {
  .c-grid--col2-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:751px) {
  .c-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .c-grid--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:750px) {
  .c-grid--col1-sp {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:750px) {
  .c-grid--col2-sp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:750px) {
  .c-grid--col3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-grid__item {
  min-width: 0;
  container: gridBlockItem/inline-size;
  list-style: none;
}

.c-separator {
  width: 100%;
  height: 0.1rem;
  background: var(--gray2);
  display: block;
  border: none;
}
.c-separator--trans {
  height: 0;
  background: transparent;
}

.c-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8rem;
}
@media screen and (max-width:750px) {
  .c-container {
    padding-top: 4rem;
  }
}
.c-container--cardStyle {
  padding-top: 0;
  border: 0.1rem solid var(--gray2);
}
.c-container--cardStyle:link {
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-container--cardStyle:link {
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .c-container--cardStyle:link:hover {
    opacity: 0.75;
  }
}
.c-container--cardArrow {
  padding-bottom: 9.6rem;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-container--cardArrow {
    padding-bottom: 4rem;
  }
}
.c-container--cardArrow::before, .c-container--cardArrow::after {
  display: block;
  content: "";
}
.c-container--cardArrow::before {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4.4rem;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-container--cardArrow::before {
    width: 0.8rem;
    height: 0.8rem;
    bottom: 2.75rem;
  }
}
.c-container--cardArrow::after {
  width: 3.6rem;
  height: 3.6rem;
  margin: auto;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 0;
}
@media screen and (max-width:750px) {
  .c-container--cardArrow::after {
    width: 2rem;
    height: 2rem;
    bottom: 2rem;
  }
}
.c-container--roundCard, .c-container--card {
  padding: 4rem 4rem 4.8rem;
  border: 0.1rem solid var(--gray2);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  @container gridBlockItem (width < 560px) {
    .c-container--roundCard, .c-container--card {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
}
@media screen and (max-width:750px) {
  .c-container--roundCard, .c-container--card {
    padding: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  @container gridBlockItem (width < 240px) {
    .c-container--roundCard, .c-container--card {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
}
.c-container--card {
  border-radius: 0;
  border: none;
}
.c-container-leftImg {
  padding-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 0 4rem;
  grid-auto-flow: row;
  grid-template-areas: "c-container__img c-container__head" "c-container__img c-container__text" "c-container__img c-container__button";
}
@media screen and (max-width:750px) {
  .c-container-leftImg {
    grid-gap: 0 1.5rem;
  }
}
.c-container-leftImg__img {
  grid-area: c-container__img;
}
.c-container-leftImg__head {
  grid-area: c-container__head;
}
.c-container-leftImg__text {
  grid-area: c-container__text;
}
.c-container-leftImg__button {
  padding-top: 4.5rem;
  grid-area: c-container__button;
}
@media screen and (max-width:750px) {
  .c-container-leftImg__button {
    padding-top: 1.5rem;
  }
}
.c-container-rightImg {
  padding-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 0 4rem;
  grid-auto-flow: row;
  grid-template-areas: "c-container__head c-container__img" "c-container__text c-container__img" "c-container__button c-container__img";
}
@media screen and (max-width:750px) {
  .c-container-rightImg {
    grid-gap: 0 1.5rem;
  }
}
.c-container-rightImg__img {
  grid-area: c-container__img;
}
.c-container-rightImg__head {
  grid-area: c-container__head;
}
.c-container-rightImg__text {
  grid-area: c-container__text;
}
.c-container-rightImg__button {
  padding-top: 4.5rem;
  grid-area: c-container__button;
}
@media screen and (max-width:750px) {
  .c-container-rightImg__button {
    padding-top: 1.5rem;
  }
}
.c-container__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.c-container__head {
  grid-row: 2;
}
.c-container__img {
  grid-row: 1;
  text-align: center;
}
.c-container__imgBdr {
  grid-row: 1;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-container__imgBdr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.c-container__text {
  max-width: 92rem;
  width: 100%;
  margin: 0 auto;
  grid-row: 3;
}
.c-container__text--pad {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width:750px) {
  .c-container__text--pad {
    padding: 1.5rem;
    padding-right: 1.5rem;
    padding: 1rem;
  }
}
.c-container__text--copy {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width:751px) {
  .c-container__text--copy {
    min-height: 8rem;
  }
}
.c-container__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-container__link {
  max-width: 24rem;
  min-width: 20rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (max-width:750px) {
  .c-container__link {
    max-width: 16.5rem;
    min-width: 14rem;
  }
}
.c-container__button {
  margin-top: auto;
  padding-top: 3rem;
  display: grid;
  gap: 2rem;
}
@media screen and (max-width:750px) {
  .c-container__button {
    padding-top: 1.5rem;
  }
}
.c-container__button--mediaWrap {
  padding-top: 3rem;
  border-top: 0.1rem solid var(--gray2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:750px) {
  .c-container__button--mediaWrap {
    padding-top: 1.5rem;
  }
}
.c-container__icon {
  width: 4rem;
  margin: auto auto 0;
  padding: 3rem 0;
  display: block;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-container__icon {
    width: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.c-container__icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:751px) {
  .c-container__links {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.c-button {
  max-width: 100%;
  min-width: 24rem;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid var(--navy);
  border-radius: 3rem;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
  letter-spacing: normal;
  cursor: pointer;
}
.c-button:disabled {
  background: var(--gray2);
  border-color: var(--gray2);
  cursor: not-allowed;
}
.c-button:disabled:hover {
  background: var(--gray2);
  border-color: var(--gray2);
  color: var(--white);
}
.c-button:disabled:hover .c-button__arrow {
  stroke: var(--white);
}
.c-button:has(.c-button__arrow), .c-button:has(.c-button__back) {
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
@media screen and (max-width:750px) {
  .c-button:has(.c-button__arrow), .c-button:has(.c-button__back) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.c-button:has(.c-button__window) {
  padding-left: 4.2rem;
  padding-right: 4.2rem;
}
@media screen and (max-width:750px) {
  .c-button:has(.c-button__window) {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
}
@media screen and (min-width:751px) {
  @container buttonBlock (width < 240px) {
    .c-button {
      min-width: auto;
      width: 100%;
    }
  }
}
@media screen and (max-width:750px) {
  .c-button {
    max-width: 100%;
    min-width: 16.5rem;
    min-height: 3.5rem;
    padding-top: 0.5rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-bottom: 0.5rem;
  }
  @container buttonBlock (width <= 165px) {
    .c-button {
      min-width: auto;
    }
  }
}
.c-button--full {
  width: 100%;
}
@media screen and (min-width:751px) {
  .c-button--full-pc {
    width: 100%;
  }
}
@media screen and (max-width:750px) {
  .c-button--full-sp {
    width: 100%;
  }
}
.c-button--navy, .c-button--grayLarge, .c-button--navyLarge, .c-button--navyBox {
  background: var(--navy);
  color: var(--white);
}
.c-button--navy:link, .c-button--grayLarge:link, .c-button--navyLarge:link, .c-button--navyBox:link, .c-button--navy:visited, .c-button--grayLarge:visited, .c-button--navyLarge:visited, .c-button--navyBox:visited {
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
}
.c-button--navy .c-button__back, .c-button--grayLarge .c-button__back, .c-button--navyLarge .c-button__back, .c-button--navyBox .c-button__back,
.c-button--navy .c-button__arrow,
.c-button--grayLarge .c-button__arrow,
.c-button--navyLarge .c-button__arrow,
.c-button--navyBox .c-button__arrow {
  stroke: var(--white);
}
.c-button--navy .c-button__window, .c-button--grayLarge .c-button__window, .c-button--navyLarge .c-button__window, .c-button--navyBox .c-button__window {
  fill: var(--white);
}
.c-button--navy .c-button__preArrow__circle, .c-button--grayLarge .c-button__preArrow__circle, .c-button--navyLarge .c-button__preArrow__circle, .c-button--navyBox .c-button__preArrow__circle {
  fill: var(--white);
}
.c-button--navy .c-button__preArrow__arrow, .c-button--grayLarge .c-button__preArrow__arrow, .c-button--navyLarge .c-button__preArrow__arrow, .c-button--navyBox .c-button__preArrow__arrow {
  stroke: var(--navy);
}
@media screen and (max-width:750px) {
  .c-button--navy, .c-button--grayLarge, .c-button--navyLarge, .c-button--navyBox {
    border-radius: 3rem;
  }
}
@media screen and (min-width:751px) {
  .c-button--navy.c-button--arrow:hover::after, .c-button--arrow.c-button--grayLarge:hover::after, .c-button--arrow.c-button--navyLarge:hover::after, .c-button--arrow.c-button--navyBox:hover::after, .c-button--navy.c-button--back:hover::after, .c-button--back.c-button--grayLarge:hover::after, .c-button--back.c-button--navyLarge:hover::after, .c-button--back.c-button--navyBox:hover::after {
    border-color: var(--navy);
  }
}
.c-button--lineNavy, .c-button--lineNavyLarge {
  background: var(--white);
  color: var(--navy);
}
.c-button--lineNavy:link, .c-button--lineNavyLarge:link, .c-button--lineNavy:visited, .c-button--lineNavyLarge:visited {
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
}
.c-button--lineNavy .c-button__back, .c-button--lineNavyLarge .c-button__back,
.c-button--lineNavy .c-button__arrow,
.c-button--lineNavyLarge .c-button__arrow {
  stroke: var(--navy);
}
@media screen and (max-width:750px) {
  .c-button--lineNavy, .c-button--lineNavyLarge {
    border-radius: 3rem;
  }
}
.c-button--lineNavy.is-disabled, .is-disabled.c-button--lineNavyLarge {
  border-color: var(--gray2);
  pointer-events: none;
  cursor: text;
}
.c-button--lineNavy.is-disabled:link, .is-disabled.c-button--lineNavyLarge:link, .c-button--lineNavy.is-disabled:visited, .is-disabled.c-button--lineNavyLarge:visited {
  color: var(--gray3);
  text-decoration: none;
}
.c-button--lineNavy.is-disabled .c-button__back, .is-disabled.c-button--lineNavyLarge .c-button__back,
.c-button--lineNavy.is-disabled .c-button__arrow,
.is-disabled.c-button--lineNavyLarge .c-button__arrow {
  stroke: var(--gray2);
  color: var(--gray3);
}
.c-button--lineNavy.c-button--arrow::after, .c-button--arrow.c-button--lineNavyLarge::after, .c-button--lineNavy.c-button--back::after, .c-button--back.c-button--lineNavyLarge::after {
  border-color: var(--navy);
}
.c-button--orange, .c-button--orangeLarge {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.c-button--orange:link, .c-button--orangeLarge:link, .c-button--orange:visited, .c-button--orangeLarge:visited {
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-button--orange:hover, .c-button--orangeLarge:hover {
    border-color: var(--navy);
  }
}
.c-button--orange .c-button__back, .c-button--orangeLarge .c-button__back,
.c-button--orange .c-button__arrow,
.c-button--orangeLarge .c-button__arrow {
  stroke: var(--white);
}
@media screen and (max-width:750px) {
  .c-button--orange, .c-button--orangeLarge {
    border-radius: 3rem;
  }
}
@media screen and (min-width:751px) {
  .c-button--orange.c-button--arrow:hover::after, .c-button--arrow.c-button--orangeLarge:hover::after, .c-button--orange.c-button--back:hover::after, .c-button--back.c-button--orangeLarge:hover::after {
    border-color: var(--navy);
  }
}
.c-button--navyBox {
  min-width: 16rem;
  min-height: 4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 3.8rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width:750px) {
  .c-button--navyBox {
    min-height: 3rem;
    padding-left: 4.2rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }
}
@container buttonBlock (width <= 165px) {
  .c-button--navyBox {
    min-width: auto;
  }
}
@media screen and (min-width:751px) {
  .c-button--navyBox.c-button--preArrow:hover::before {
    background: var(--navy);
  }
  .c-button--navyBox.c-button--preArrow:hover::after {
    border-color: var(--white);
  }
}
.c-button--navyLarge {
  min-width: 26rem;
  min-height: 6rem;
}
@media screen and (min-width:751px) {
  @container buttonBlock (width < 260px) {
    .c-button--navyLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
@media screen and (max-width:750px) {
  .c-button--navyLarge {
    min-width: 16.5rem;
    min-height: 5rem;
    border-radius: 2.5rem;
  }
  @container buttonBlock (width <= 165px) {
    .c-button--navyLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
.c-button--lineNavyLarge {
  min-width: 26rem;
  min-height: 6rem;
}
@media screen and (min-width:751px) {
  @container buttonBlock (width < 260px) {
    .c-button--lineNavyLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
@media screen and (max-width:750px) {
  .c-button--lineNavyLarge {
    min-width: 16.5rem;
    min-height: 5rem;
    border-radius: 2.5rem;
  }
  @container buttonBlock (width <= 165px) {
    .c-button--lineNavyLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
.c-button--lineNavyLarge.c-button--arrow::after, .c-button--lineNavyLarge.c-button--back::after {
  border-color: var(--navy);
}
.c-button--orangeLarge {
  min-width: 26rem;
  min-height: 6rem;
}
@media screen and (min-width:751px) {
  @container buttonBlock (width < 260px) {
    .c-button--orangeLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
@media screen and (max-width:750px) {
  .c-button--orangeLarge {
    min-width: 16.5rem;
    min-height: 5rem;
    border-radius: 2.5rem;
  }
  @container buttonBlock (width <= 165px) {
    .c-button--orangeLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
.c-button--square {
  border-radius: 0.6rem;
  font-size: 1.6rem;
}
.c-button--grayLarge {
  min-width: 26rem;
  min-height: 6rem;
  background: var(--gray2);
  border-color: var(--gray2);
}
@media screen and (min-width:751px) {
  .c-button--grayLarge:hover {
    border-color: var(--navy);
  }
  @container buttonBlock (width < 260px) {
    .c-button--grayLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
@media screen and (max-width:750px) {
  .c-button--grayLarge {
    min-width: 16.5rem;
    min-height: 5rem;
    border-radius: 2.5rem;
  }
  @container buttonBlock (width <= 165px) {
    .c-button--grayLarge {
      min-width: auto;
      width: 100%;
    }
  }
}
.c-button--arrow::after, .c-button--preArrow::after, .c-button--back::after {
  display: block;
  content: "";
  position: absolute;
}
.c-button--arrow {
  padding-left: 4.6rem;
  padding-right: 4.6rem;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-button--arrow {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.c-button--arrow::after {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-right: 0.25rem solid var(--white);
  border-bottom: 0.25rem solid var(--white);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  right: 2rem;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-button--arrow::after {
    width: 1rem;
    height: 1rem;
    border-right-width: 0.2rem;
    border-bottom-width: 0.2rem;
    right: 1rem;
  }
}
.c-button--back {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width:750px) {
  .c-button--back {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.c-button--back::after {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-top: 0.25rem solid var(--white);
  border-left: 0.25rem solid var(--white);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: 2rem;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-button--back::after {
    width: 1rem;
    height: 1rem;
    border-top-width: 0.2rem;
    border-left-width: 0.2rem;
    left: 1rem;
  }
}
.c-button--preArrow::before {
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  display: block;
  background: var(--white);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.c-button--preArrow::after {
  width: 0.7rem;
  height: 0.7rem;
  margin: auto;
  border-right: 0.15rem solid var(--navy);
  border-bottom: 0.15rem solid var(--navy);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: 1.3rem;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-button--preArrow::after {
    width: 0.7rem;
    height: 0.7rem;
    border-top-width: 0.15rem;
    border-left-width: 0.15rem;
    left: 1.25rem;
  }
}
.c-button__arrow, .c-button__back {
  min-width: 1.2rem;
  height: 2rem;
  margin: auto;
  stroke-width: 0.26rem;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:750px) {
  .c-button__arrow, .c-button__back {
    min-width: 0.75rem;
    height: 1.4rem;
  }
}
.c-button__arrow {
  right: 1.8rem;
}
@media screen and (max-width:750px) {
  .c-button__arrow {
    right: 1rem;
  }
}
.c-button__back {
  left: 2rem;
}
@media screen and (max-width:750px) {
  .c-button__back {
    left: 1.2rem;
  }
}
.c-button__window {
  min-width: 2rem;
  height: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
}
@media screen and (max-width:750px) {
  .c-button__window {
    min-width: 2rem;
    height: 2rem;
    right: 1.5rem;
  }
}
.c-button__preArrow {
  min-width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0.9rem;
  bottom: 0;
}
@media screen and (max-width:750px) {
  .c-button__preArrow {
    min-width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width:751px) {
  .c-button:hover {
    background: var(--silver);
    color: var(--navy);
  }
  .c-button:hover .c-button__arrow,
  .c-button:hover .c-button__back {
    stroke: var(--navy);
  }
  .c-button:hover .c-button__window {
    fill: var(--navy);
  }
  .c-button:hover .c-button__preArrow__circle {
    fill: var(--navy);
  }
  .c-button:hover .c-button__preArrow__arrow {
    stroke: var(--white);
  }
}
.c-button__text {
  font-size: 1.8rem;
}
@media screen and (max-width:750px) {
  .c-button__text {
    font-size: 1.6rem;
  }
}
@container buttonBlock (width <= 165px) {
  .c-button__text {
    font-size: 1.4rem;
  }
}
.c-button-wrapper {
  display: block;
  container: buttonBlock/inline-size;
  text-align: center;
}
@media screen and (min-width:751px) {
  .c-button-wrapper {
    min-width: 16.5rem;
  }
}

.c-cta {
  width: 35rem;
  min-height: 7rem;
  height: auto;
  margin: 0 auto;
  padding: 0 4rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  background: var(--orange);
  border-radius: 0.5rem;
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
  text-decoration: none;
}
.c-cta:link, .c-cta:visited {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-cta:hover {
    background: var(--navy);
  }
}
@media screen and (max-width:750px) {
  .c-cta {
    max-width: 100%;
    width: 26rem;
    min-height: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.1rem;
  }
}
.c-cta__mail {
  width: 3.8rem;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.8rem;
          flex: 0 0 3.8rem;
}
.c-cta__mail img {
  width: 100%;
}
@media screen and (min-width:751px) {
  .c-cta.c-button--arrow {
    padding-left: 1.7rem;
    padding-right: 3.8rem;
  }
}
.c-cta-sell, .c-cta-buy {
  width: 48rem;
  min-height: 10rem;
  margin: 0 auto;
  padding: 0 3.6rem 0 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid;
  border-radius: 1rem;
  color: var(--white);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.15rem;
  -webkit-transition: background 0.35s ease, color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease;
  position: relative;
}
.c-cta-sell:link, .c-cta-sell:visited, .c-cta-buy:link, .c-cta-buy:visited {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-cta-sell:hover, .c-cta-buy:hover {
    border-color: var(--navy);
    background: var(--silver);
    color: var(--navy);
  }
  .c-cta-sell:hover .c-cta__icon path, .c-cta-buy:hover .c-cta__icon path {
    fill: var(--navy);
  }
  .c-cta-sell:hover .c-cta__arrow, .c-cta-buy:hover .c-cta__arrow {
    stroke: var(--navy);
  }
}
@media screen and (max-width:750px) {
  .c-cta-sell, .c-cta-buy {
    max-width: 100%;
    width: 31.5rem;
    min-height: 7rem;
    padding-left: 1.3rem;
    padding-right: 1.5rem;
  }
}
.c-cta-sell {
  background: var(--orange);
  border-color: var(--orange);
}
@media screen and (min-width:751px) {
  .c-cta-sell:hover {
    border-color: var(--navy);
    background: var(--navy);
    color: var(--white);
  }
  .c-cta-sell:hover .c-cta__icon path {
    fill: var(--white);
  }
  .c-cta-sell:hover .c-cta__arrow {
    stroke: var(--white);
  }
}
.c-cta-buy {
  background: var(--navy);
  border-color: var(--navy);
}
@media screen and (min-width:751px) {
  .c-cta-buy:hover::after {
    border-color: var(--navy);
  }
}
.c-cta__icon {
  width: 6.6rem;
  height: auto;
}
@media screen and (max-width:750px) {
  .c-cta__icon {
    width: 4.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5rem;
            flex: 0 0 4.5rem;
  }
}
.c-cta__icon path {
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
.c-cta__text {
  margin-left: 2.5rem;
  display: inline-block;
  font-size: 2.5rem;
}
@media screen and (max-width:750px) {
  .c-cta__text {
    margin-left: 0.65rem;
    font-size: 1.8rem;
  }
}
.c-cta__small {
  font-size: 1.8rem;
}
@media screen and (max-width:750px) {
  .c-cta__small {
    font-size: 1.4rem;
  }
}
.c-cta__arrow {
  width: 1.2rem;
  height: 2rem;
  margin: auto;
  stroke-width: 0.26rem;
  stroke: var(--white);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  -webkit-transition: stroke 0.35s ease;
  transition: stroke 0.35s ease;
}
@media screen and (max-width:750px) {
  .c-cta__arrow {
    right: 1.5rem;
  }
}
.c-cta-tagline {
  margin-bottom: 1rem;
  text-align: center;
  color: var(--orange);
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:750px) {
  .c-cta-tagline {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.c-cta-tagline--navy {
  color: var(--navy);
}
.c-cta-subLink {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media screen and (max-width:750px) {
  .c-cta-subLink {
    gap: 1rem;
  }
}
@media screen and (min-width:751px) {
  .c-cta-subLink:hover {
    opacity: 0.5;
  }
}
.c-cta-subLink__arrow {
  width: 2rem;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
}
.c-cta-subLink__txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
}
.c-cta-subLink__txt::before {
  width: 2rem;
  height: 2rem;
  display: block;
  border: 0.1rem solid var(--navy);
  border-radius: 50%;
  content: "";
}
.c-cta-subLink__txt::after {
  width: 0.6rem;
  height: 0.6rem;
  margin: auto;
  display: block;
  border-right: 0.15rem solid var(--navy);
  border-bottom: 0.15rem solid var(--navy);
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0.6rem;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.c-cta-eval {
  padding: 1.7rem 2rem 1.7rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--orange);
  border-radius: 0.5rem;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  -webkit-transition: background 0.35s ease, color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease;
}
@media screen and (max-width:750px) {
  .c-cta-eval {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.c-cta-eval:link, .c-cta-eval:visited {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-cta-eval:hover {
    background: var(--navy);
    color: var(--white);
  }
  .c-cta-eval:hover .p-service-ctaCotent__cta__label {
    border-color: var(--navy);
  }
  .c-cta-eval:hover .p-service-ctaCotent__cta__arrow path {
    fill: var(--white);
    stroke: var(--white);
  }
}
@media screen and (min-width:751px) {
  .c-cta-eval.c-button--arrow {
    padding-left: 1.7rem;
    padding-right: 3.8rem;
  }
}
.c-cta-eval__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1.8rem;
  padding: 0.4rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2rem solid var(--white);
  border-radius: 0.5rem;
  font-size: 1.8rem;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}
@media screen and (max-width:750px) {
  .c-cta-eval__label {
    margin-right: 1rem;
    padding-top: 0.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.c-cta-eval__text {
  text-align: left;
}
@media screen and (max-width:750px) {
  .c-cta-eval__text {
    margin-right: 0;
  }
}
.c-cta-eval__arrow {
  width: 1.1rem;
  height: 2rem;
  stroke: var(--white);
  margin-left: auto;
}
@media screen and (max-width:750px) {
  .c-cta-eval__arrow {
    width: 0.8rem;
    height: 1.4rem;
  }
}
.c-cta-eval__arrow path {
  -webkit-transition: fill 0.35s ease, stroke 0.35s ease;
  transition: fill 0.35s ease, stroke 0.35s ease;
}
.c-cta-eval__buy {
  width: 5.7rem;
  margin-right: 3rem;
}
@media screen and (max-width:750px) {
  .c-cta-eval__buy {
    width: 4.5rem;
    height: 4rem;
  }
}

.c-ancher-link {
  padding: 2.5rem 0 2.8rem;
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-ancher-link {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.c-ancher-link--cardStyle {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width:750px) {
  .c-ancher-link--cardStyle {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-ancher-link__block {
  max-width: 97rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 2.4rem 4rem;
}
@media screen and (max-width:750px) {
  .c-ancher-link__block {
    gap: 1.6rem 2rem;
  }
}
@media screen and (min-width:751px) {
  .c-ancher-link__block--full-pc {
    max-width: 100%;
  }
}
@media screen and (max-width:750px) {
  .c-ancher-link__block--full-pc {
    gap: 2rem 1.5rem;
  }
}
.c-ancher-link__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 2.6666666667rem);
          flex: 0 0 calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width:750px) {
  .c-ancher-link__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width:750px) {
  .c-ancher-link__wrap--col2-sp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.75rem);
            flex: 0 0 calc(50% - 0.75rem);
  }
}

.c-text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-underline-offset: 0.3rem;
  cursor: pointer;
}
.c-text-link:link, .c-text-link:visited {
  color: var(--navy);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-text-link:hover {
    text-decoration: underline;
  }
}
.c-text-link--basic, .c-text-link--pre, .c-text-link--ancher {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.c-text-link--basic::before, .c-text-link--basic::after, .c-text-link--pre::before, .c-text-link--pre::after, .c-text-link--ancher::before, .c-text-link--ancher::after {
  display: block;
  content: "";
}
.c-text-link--basic {
  padding-right: 3rem;
}
.c-text-link--basic::before {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0.7rem;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.c-text-link--basic::after {
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.c-text-link--ancher {
  padding-left: 3rem;
}
.c-text-link--ancher::before {
  width: 2rem;
  height: 2rem;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-text-link--ancher::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#ancnav .c-text-link--ancher::before{
  top: 50%;
  transform: translate(0, -50%);
}
nav#ancnav .c-text-link--ancher::after{
  top: calc(50% + 0.4rem);
  transform: translate(0, calc((50% + 0.4rem)* -1)) rotate(45deg);
}
nav#ancnav .c-local-link__item:link,nav#ancnav .c-local-link__item:visited{
  color:var(--navy);
}

.c-text-link--pre {
  padding-left: 3rem;
}
.c-text-link--pre::before {
  width: 2rem;
  height: 2rem;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-text-link--pre::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-embed {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.c-embed__item {
  max-width: 90rem;
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
  vertical-align: top;
}
.c-embed__text {
  margin-top: 2rem;
  color: var(--black2);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-embed__text {
    margin-top: 1rem;
  }
}

.c-link-list {
  max-width: 66rem;
}
.c-link-list__ttl {
  padding: 1.3rem 4rem;
  background: var(--gray1);
  color: var(--black2);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-link-list__ttl {
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.c-link-list__wrap {
  list-style: none;
}
.c-link-list__item {
  padding: 1.2rem 5rem;
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-link-list__item {
    padding-top: 0.95rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.95rem;
  }
}
.c-link-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: var(--black2);
  font-size: 1.6rem;
}
.c-link-list__link:link, .c-link-list__link:visited {
  color: var(--black2);
  text-decoration: none;
}
.c-link-list__link:hover {
  color: var(--navy);
  text-decoration: underline;
}
@media screen and (max-width:750px) {
  .c-link-list__link {
    gap: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.c-link-list__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:750px) {
  .c-link-list__arrow {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.1rem solid var(--navy);
    border-radius: 50%;
  }
}

.c-list-table {
  width: 100%;
}
.c-list-table__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
@media screen and (max-width:750px) {
  .c-list-table__col {
    display: block;
  }
}
@media screen and (max-width:750px) {
  .c-list-table__col--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    border-bottom: 0.1rem solid var(--gray2);
  }
}
.c-list-table__head {
  padding: 1.3rem 4rem;
  background: var(--gray1);
  color: var(--black2);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-list-table__head {
    padding-top: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.c-list-table__head--small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.3103448276%;
          flex: 0 0 29.3103448276%;
}
@media screen and (max-width:750px) {
  .c-list-table__head--small {
    padding-left: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-list-table__head--small::after {
    content: "/";
  }
}
.c-list-table__head--large {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.9310344828%;
          flex: 0 0 62.9310344828%;
}
@media screen and (max-width:750px) {
  .c-list-table__head--large {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.c-list-table__ttl, .c-list-table__data {
  padding: 1.35rem 4rem;
  border-bottom: 0.1rem solid var(--gray2);
  line-height: 1.25;
  font-size: 1.6rem;
  font-style: normal;
}
@media screen and (max-width:750px) {
  .c-list-table__ttl, .c-list-table__data {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}
.c-list-table__ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.3103448276%;
          flex: 0 0 29.3103448276%;
  color: var(--navy);
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-list-table__ttl {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
}
.c-list-table__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.9310344828%;
          flex: 0 0 62.9310344828%;
  color: var(--gray3);
  font-weight: 400;
}
@media screen and (max-width:750px) {
  .c-list-table__data {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.c-news-list {
  max-width: 108rem;
  margin: 0 auto;
}
.c-news-list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.2rem;
  gap: 1rem 2rem;
  list-style: none;
}
@media screen and (max-width:750px) {
  .c-news-list-tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-news-list-tab__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-news-list-tab__link {
  color: var(--black2);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.096rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  cursor: pointer;
}
.c-news-list-tab__link:link, .c-news-list-tab__link:visited {
  color: var(--black2);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media screen and (min-width:751px) {
  .c-news-list-tab__link:hover {
    color: var(--navy);
    text-decoration: underline;
  }
}
.c-news-list-tab__link.is-current {
  text-decoration: underline;
  font-weight: 500;
  color: var(--navy);
}
.c-news-list-data {
  margin-bottom: 3.2rem;
  gap: 2rem;
  list-style: none;
  border-top: 0.1rem solid var(--gray2);
}
.c-news-list-data__wrap {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-news-list-data__wrap {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.85rem 0;
  }
}
.c-news-list-data__time {
  min-height: 2.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  padding-right: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-news-list-data__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.4rem;
            flex: 0 0 10.4rem;
    font-size: 1.4rem;
    padding-right: 2.25rem;
  }
}
.c-news-list-data__label {
  min-height: 2.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  margin-right: 3rem;
  padding: 0 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid var(--navy);
  border-radius: 2rem;
  color: var(--navy);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: color 0.35s ease, background 0.35s ease;
  transition: color 0.35s ease, background 0.35s ease;
}
.c-news-list-data__label:link, .c-news-list-data__label:visited {
  color: var(--navy);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-news-list-data__label:link:hover, .c-news-list-data__label:visited:hover {
    background: var(--navy);
    color: var(--white);
  }
}
.c-news-list-data__label:link:active, .c-news-list-data__label:visited:active {
  background: var(--navy);
  color: var(--white);
}
@media screen and (max-width:750px) {
  .c-news-list-data__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
    padding: 0 0.25rem;
    line-height: 1;
    font-size: 1.3rem;
  }
}
.c-news-list-data__title {
  min-height: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration-line 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration-line 0.35s ease;
  transition: color 0.35s ease, text-decoration-line 0.35s ease;
  transition: color 0.35s ease, text-decoration-line 0.35s ease, -webkit-text-decoration-line 0.35s ease;
}
.c-news-list-data__title:link, .c-news-list-data__title:visited {
  color: var(--black2);
  text-decoration: none;
}
.c-news-list-data__title:hover {
  color: var(--navy);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width:750px) {
  .c-news-list-data__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 1.4rem;
  }
}
.c-news-list-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  list-style: none;
}
.c-news-list-pagenation__prev, .c-news-list-pagenation__next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
}
.c-news-list-pagenation__prev {
  margin-right: 4rem;
}
.c-news-list-pagenation__next {
  margin-left: 4rem;
}
.c-news-list-pagenation__page {
  min-width: 3.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-left: 0.1rem solid var(--gray2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--navy);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.c-news-list-pagenation__page:nth-last-of-type(2) {
  border-right: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-news-list-pagenation__page {
    min-width: 2.9rem;
    font-size: 1.4rem;
  }
}
.c-news-list-pagenation__page.is-current {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-weight: 500;
}
.c-news-list-pagenation__link {
  color: var(--gray3);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.c-news-list-pagenation__link:link, .c-news-list-pagenation__link:visited {
  color: var(--gray3);
  text-decoration: none;
}
.c-news-list-pagenation__link:link:hover, .c-news-list-pagenation__link:visited:hover {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
}
.c-news-list-pagenation__button {
  display: block;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width:750px) {
  .c-news-list-pagenation__button {
    width: 3rem;
    height: 3rem;
  }
}

.c-img-ratio {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img-ratio--auto {
  width: revert-layer;
  height: auto;
}
.c-img-ratio--h-auto {
  height: auto;
}
.c-img-ratio--rvl {
  width: revert-layer;
  height: auto;
}
.c-img-ratio--16-9 {
  aspect-ratio: 16/9;
}
.c-img-ratio--8-5 {
  aspect-ratio: 8/5;
}
.c-img-ratio--4-3 {
  aspect-ratio: 4/3;
}
.c-img-ratio--3-2 {
  aspect-ratio: 3/2;
}
.c-img-ratio--2-1 {
  aspect-ratio: 2/1;
}

.c-search {
  width: 100%;
  position: relative;
}
.c-search__console {
  width: 100%;
  height: 6rem;
  padding: 0 4.5rem 0 3rem;
  border-radius: 3rem;
  border: 0.1rem solid var(--navy);
  background: var(--white);
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
.c-search__console:focus {
  background: var(--silver);
}
.c-search__console::-webkit-input-placeholder {
  color: var(--gray2);
}
.c-search__console::-moz-placeholder {
  color: var(--gray2);
}
.c-search__console:-ms-input-placeholder {
  color: var(--gray2);
}
.c-search__console::-ms-input-placeholder {
  color: var(--gray2);
}
.c-search__console::placeholder {
  color: var(--gray2);
}
@media screen and (max-width:750px) {
  .c-search__console {
    height: 4rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    border-radius: 2rem;
  }
  .c-search__console::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console::placeholder {
    font-size: 1.4rem;
  }
}
.c-search__icon {
  width: 4.5rem;
  height: 6rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
  padding-right: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-search__icon {
    height: 4rem;
    padding-right: 1rem;
  }
}
.c-search-block {
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-search-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }
}
.c-search-block__input {
  max-width: 46rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-search-block__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-search-block__label {
    margin-bottom: 0.9rem;
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
}
.c-search-block__output {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-search-block__output {
    margin-top: 2rem;
  }
}

.c-filter {
  width: 100%;
}
.c-filter__box {
  width: 100%;
  height: 27rem;
  background: var(--white);
  padding: 0.5rem 0;
  border: 0.1rem solid var(--gray2);
  list-style: none;
  overflow: scroll;
  -ms-overflow-style: none;
}
.c-filter__box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:750px) {
  .c-filter__box {
    height: 4rem;
    padding: 0 3.5rem 0 2rem;
    border-radius: 0.6rem;
    overflow: hidden;
    font-size: 1.4rem;
    color: var(--gray3);
    letter-spacing: 0.084rem;
  }
}
@media screen and (min-width:751px) {
  .c-filter__box--auto {
    max-height: 14rem;
    height: auto;
  }
}
.c-filter__head {
  margin-bottom: 1rem;
  display: block;
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.096rem;
}
@media screen and (max-width:750px) {
  .c-filter__head {
    display: none;
  }
}
.c-filter__data {
  padding: 0.8rem 2rem;
  display: block;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.096rem;
  white-space: break-spaces;
  cursor: pointer;
}
.c-filter__data:link, .c-filter__data:visited {
  color: var(--black2);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-filter__data:hover {
    color: var(--navy);
    background: var(--gray1);
    text-decoration: underline;
  }
}
.c-filter__data:has(input:checked) {
  background: var(--gray1);
}
.c-filter__data:checked {
  background: var(--gray1);
}
@media screen and (min-width:751px) {
  .c-filter__data:first-child {
    display: none;
  }
}
.c-filter__data--input {
  display: none;
}
.c-filter__wrap {
  border: none;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-filter__wrap::before, .c-filter__wrap::after {
    margin: auto;
    display: block;
    background: var(--navy);
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
  }
  .c-filter__wrap::before {
    width: 1.5rem;
    height: 0.2rem;
    right: 1.5rem;
    top: 1.9rem;
  }
  .c-filter__wrap::after {
    width: 0.2rem;
    height: 1.5rem;
    right: 2.15rem;
    top: 1.25rem;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  }
}
.c-filter__input {
  width: 100%;
  height: 5rem;
  padding: 1.3rem 2rem;
  border: 0.1rem solid var(--gray2);
  border-radius: 1rem;
  color: var(--black);
  font-size: 1.6rem;
}
.c-filter__input::-webkit-input-placeholder {
  color: var(--gray2);
}
.c-filter__input::-moz-placeholder {
  color: var(--gray2);
}
.c-filter__input:-ms-input-placeholder {
  color: var(--gray2);
}
.c-filter__input::-ms-input-placeholder {
  color: var(--gray2);
}
.c-filter__input::placeholder {
  color: var(--gray2);
}
@media screen and (max-width:750px) {
  .c-filter__input {
    height: 4rem;
    border-radius: 2rem;
  }
  .c-filter__input::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: var(--gray2);
  }
  .c-filter__input::-moz-placeholder {
    font-size: 1.4rem;
    color: var(--gray2);
  }
  .c-filter__input:-ms-input-placeholder {
    font-size: 1.4rem;
    color: var(--gray2);
  }
  .c-filter__input::-ms-input-placeholder {
    font-size: 1.4rem;
    color: var(--gray2);
  }
  .c-filter__input::placeholder {
    font-size: 1.4rem;
    color: var(--gray2);
  }
}
.c-filter-block {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
  container: filterBlock/inline-size;
}
@media screen and (max-width:750px) {
  .c-filter-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-filter-block__ttl {
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-filter-block__ttl {
    padding-top: 1.25rem;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.c-filter-block__wrap {
  max-width: 108rem;
  padding: 0 4rem;
  display: grid;
  grid-template-rows: auto auto;
  gap: 2rem;
}
@media screen and (max-width:750px) {
  .c-filter-block__wrap {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-filter-block__wrap--conditions {
  grid-template-columns: 36% 20% 20% 18%;
}
@container filterBlock (width < 960px) {
  .c-filter-block__wrap--conditions {
    grid-template-columns: 50% 50%;
  }
}
.c-filter-block__wrap--conditionsSub {
  padding-left: 0;
  padding-right: 0;
  grid-gap: 9.5%;
  grid-template-columns: 38% 1fr;
}
.c-filter-block__wrap--key {
  grid-template-columns: 20% 36% 18%;
}
@container filterBlock (width < 960px) {
  .c-filter-block__wrap--key {
    grid-template-columns: 50% 50%;
  }
}
.c-filter-block__wrap--yearKey {
  grid-template-columns: 20% 20% 36% 18%;
}
@container filterBlock (width < 960px) {
  .c-filter-block__wrap--yearKey {
    grid-template-columns: 50% 50%;
  }
}
.c-filter-block__ttl {
  grid-row: 1/2;
  grid-column: 1/-1;
}
.c-filter-block__list {
  grid-template-columns: auto;
  grid-template-rows: auto;
}
@media screen and (max-width:750px) {
  .c-filter-block__list {
    margin-bottom: 1.5rem;
  }
}
.c-filter-block__list--btn {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.c-filter-lists {
  display: block;
  list-style: none;
}
.c-filter-topic {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-filter-topic {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.c-filter-topic:last-child {
  margin-bottom: 0;
}
.c-filter-topic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__item {
    display: block;
  }
}
.c-filter-topic__cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54rem;
          flex: 0 1 54rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__cont {
    margin-top: 1.5rem;
  }
}
.c-filter-topic__time {
  margin-bottom: 1.8rem;
  display: block;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__time {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
.c-filter-topic__companys {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58rem;
          flex: 0 1 58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__companys {
    gap: 0.1rem;
  }
}
.c-filter-topic__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24rem;
          flex: 0 1 24rem;
}
.c-filter-topic__ttl {
  margin-bottom: 2rem;
  padding: 1rem;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__ttl {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.c-filter-topic__txt {
  margin-bottom: 2rem;
  min-height: 6rem;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.012rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__txt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.c-filter-topic__cross {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  height: 8rem;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-filter-topic__cross {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.3rem;
            flex: 0 0 5.3rem;
    height: 5.3rem;
  }
}
.c-filter-topic__cross::before, .c-filter-topic__cross::after {
  width: 8rem;
  height: 0.2rem;
  margin: auto;
  display: block;
  content: "";
  background: var(--navy);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:750px) {
  .c-filter-topic__cross::before, .c-filter-topic__cross::after {
    width: 5.3rem;
  }
}
.c-filter-topic__cross::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-filter-topic__cross::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-filter-topic__copy {
  margin-bottom: 3rem;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width:750px) {
  .c-filter-topic__copy {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.c-filter-topic__sheme {
  padding: 0.8rem 2rem;
  display: inline-block;
  border-radius: 0.6rem;
  border: 0.1rem solid var(--navy);
  background: var(--white);
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:750px) {
  .c-filter-topic__sheme {
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  .c-filter-topic__sheme {
    width: 100%;
  }
}
.c-filter-topic-label {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width:750px) {
  .c-filter-topic-label {
    display: block;
  }
}
.c-filter-topic-label__ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0.8rem 1.8rem;
  background: var(--gray1);
  border-top: 0.1rem solid var(--gray2);
  border-left: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
  border-radius: 0.6rem 0 0 0.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-filter-topic-label__ttl {
    padding-top: 0.1rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-bottom: 0.1rem;
    line-height: 1.5;
    border-right: 0.1rem solid var(--gray2);
    border-bottom: none;
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: 1.4rem;
  }
}
.c-filter-topic-label__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0.8rem 2rem;
  background: var(--white);
  border-top: 0.1rem solid var(--gray2);
  border-left: 0.1rem solid var(--gray2);
  border-right: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
  border-radius: 0 0.6rem 0.6rem 0;
  text-align: center;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-filter-topic-label__data {
    padding-top: 0.1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.1rem;
    line-height: 1.5;
    border-radius: 0 0 0.6rem 0.6rem;
    font-size: 1.4rem;
  }
}
.c-filter-project {
  max-width: 108rem;
  margin: 0 auto 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-filter-project {
    padding-bottom: 0;
  }
}
.c-filter-project:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.c-filter-project__head {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 36rem auto;
  grid-gap: 0 4rem;
  grid-template-areas: "industry ttl" "img block";
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .c-filter-project__head {
    display: block;
  }
}
@media screen and (max-width:750px) {
  .c-filter-project__head {
    display: block;
  }
}
.c-filter-project__listBlock {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width:750px) {
  .c-filter-project__listBlock {
    margin-bottom: 0;
    padding-top: 2rem;
    display: block;
    border-top: 0.1rem solid var(--gray2);
  }
}
.c-filter-project__bottom {
  padding: 2rem;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-filter-project__bottom {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.c-filter-project__image {
  grid-area: img;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .c-filter-project__image {
    max-width: 54rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width:750px) {
  .c-filter-project__image {
    margin-bottom: 2rem;
  }
}
.c-filter-project__industry {
  margin-bottom: 2rem;
  grid-area: industry;
}
.c-filter-project__industry__item {
  padding: 0.5rem;
  display: block;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .c-filter-project__industry__item {
    max-width: 54rem;
    margin: 0 auto;
  }
}
@media screen and (max-width:750px) {
  .c-filter-project__industry__item {
    font-size: 1.4rem;
  }
}
.c-filter-project__ttl {
  margin-bottom: 3rem;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  grid-area: ttl;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .c-filter-project__ttl {
    max-width: 54rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:750px) {
  .c-filter-project__ttl {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.c-filter-project__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  grid-area: block;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .c-filter-project__block {
    max-width: 54rem;
    margin: 0 auto;
    display: block;
    border-bottom: 0.1rem solid var(--gray2);
  }
}
@media screen and (max-width:750px) {
  .c-filter-project__block {
    display: block;
    border-bottom: 0.1rem solid var(--gray2);
  }
}
.c-filter-project__block__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1rem);
          flex: 0 1 calc(50% - 1rem);
}
.c-filter-project__dataList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid var(--gray2);
  border-left: 0.1rem solid var(--gray2);
  border-right: 0.1rem solid var(--gray2);
}
.c-filter-project__dataList:last-child {
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .c-filter-project__dataList:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width:750px) {
  .c-filter-project__dataList:last-child {
    border-bottom: none;
  }
}
.c-filter-project__dataList__ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  padding: 1.5rem 0.5rem 1.5rem 2rem;
  background: var(--gray1);
  border-right: 0.1rem solid var(--gray2);
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.096rem;
}
@media screen and (max-width:750px) {
  .c-filter-project__dataList__ttl {
    padding-top: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.c-filter-project__dataList__data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 1.5rem 0.5rem 1.5rem 2rem;
  background: var(--white);
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.096rem;
}
@media screen and (max-width:750px) {
  .c-filter-project__dataList__data {
    padding-top: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.c-filter-project__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
  border-bottom: 0.1rem solid var(--gray2);
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width:750px) {
  .c-filter-project__label {
    border-bottom: none;
  }
}
.c-filter-project__lists {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-filter-project__lists {
    border-bottom: none;
  }
}
.c-filter-project__ttlSub {
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
}
.c-filter-project__no {
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.096rem;
}
@media screen and (max-width:750px) {
  .c-filter-project__no {
    margin-bottom: 1.5rem;
  }
}
.c-filter-clear {
  margin-top: 3rem;
  display: block;
  color: var(--navy);
  text-decoration: underline;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width:750px) {
  .c-filter-clear {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}
.c-filter-result {
  margin-top: 4rem;
  padding: 4rem;
  display: block;
  border: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-filter-result {
    padding: 2rem;
  }
}
.c-filter-result__head {
  margin-bottom: 2rem;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width:750px) {
  .c-filter-result__head {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.c-filter-result__list {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width:750px) {
  .c-filter-result__list {
    gap: 0.5rem;
  }
}
.c-filter-result__list:last-child {
  margin-bottom: 0;
}
.c-filter-result__ttl {
  padding: 0.6rem 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
  background: var(--gray1);
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width:750px) {
  .c-filter-result__ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }
}
.c-filter-result__data {
  padding: 0.6rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:750px) {
  .c-filter-result__data {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }
}

.c-sorting {
  width: 100%;
  border-bottom: 0.1rem solid var(--gray2);
}
.c-sorting__legend {
  all: unset;
  height: 0;
  overflow: hidden;
}
.c-sorting__box {
  all: unset;
  width: 100%;
  background: var(--white);
  padding: 0.5rem 0;
  list-style: none;
  overflow: scroll;
  -ms-overflow-style: none;
}
.c-sorting__box::-webkit-scrollbar {
  display: none;
}
.c-sorting__box--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4rem;
}
@container sortingBlock (width < 1020px) {
  .c-sorting__box--col2 {
    display: block;
  }
}
.c-sorting__box--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.6rem;
}
@container sortingBlock (width < 1020px) {
  .c-sorting__box--col3 {
    display: block;
  }
}
.c-sorting__label {
  padding: 0.8rem 2rem;
  display: block;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.096rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.c-sorting__label:link, .c-sorting__label:visited {
  text-decoration: none;
}
.c-sorting__label:hover {
  background: var(--gray1);
  color: var(--navy);
  text-decoration: underline;
}
.c-sorting__label:has(input:checked) {
  background: var(--gray1);
}
.c-sorting__label--col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2rem);
          flex: 0 0 calc(50% - 2rem);
}
.c-sorting__label--col2:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.c-sorting__label--col3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 1.07rem);
          flex: 0 0 calc(33.333% - 1.07rem);
}
.c-sorting__head {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.096rem;
}
.c-sorting__data {
  padding: 0.8rem 2rem;
  display: block;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.096rem;
  white-space: break-spaces;
  cursor: pointer;
}
.c-sorting__data:hover {
  background: var(--gray1);
}
.c-sorting__data:has(input:checked) {
  background: var(--gray1);
}
.c-sorting__data--input {
  display: none;
}
.c-sorting-block {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
  container: sortingBlock/inline-size;
}
.c-sorting-block__ttl {
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-sorting-block__ttl {
    font-size: 1.4rem;
  }
}
.c-sorting-block__wrap {
  max-width: 108rem;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@container sortingBlock (width < 920px) {
  .c-sorting-block__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-sorting-block__wrap--max920 {
  max-width: 92rem;
  margin: 0 auto;
}
.c-sorting-block__wrap--max1020 {
  max-width: 102rem;
  margin: 0 auto;
  gap: 2rem;
}
.c-sorting-block__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-sorting-block__list--s {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.4285714286%;
          flex: 0 0 21.4285714286%;
}
@container sortingBlock (width < 920px) {
  .c-sorting-block__list--s {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
  }
}
.c-sorting-block__list--m {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.7872340426%;
          flex: 0 0 29.7872340426%;
}
@container sortingBlock (width < 1020px) {
  .c-sorting-block__list--m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28rem;
            flex: 0 0 28rem;
  }
}
.c-sorting-block__list--l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68.085106383%;
          flex: 0 0 68.085106383%;
}
@container sortingBlock (width < 1020px) {
  .c-sorting-block__list--l {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.c-sorting-block__list--full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-slider__wrap {
  list-style: none;
}
.c-slider-console {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width:750px) {
  .c-slider-console {
    margin-top: 1.9rem;
    padding-bottom: 0.4rem;
    gap: 7.6rem;
  }
}
.c-slider-btn {
  width: 4rem;
  height: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  margin-top: 0;
  display: block;
  position: static;
}
.c-slider-btn::after {
  content: none;
}
@media screen and (max-width:750px) {
  .c-slider-btn {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
  }
}
.c-slider-pagenation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: static;
}
.c-slider-pagenation.swiper-button-prev {
  width: auto;
}
.c-slider-pagenation .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  background: #DBE3E5;
  opacity: 1;
}
@media screen and (max-width:750px) {
  .c-slider-pagenation .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-slider-pagenation .swiper-pagination-bullet-active {
  background: var(--navy);
}
.c-slider-stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:750px) {
  .c-slider-stop {
    display: none;
  }
}
.c-slider-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:750px) {
  .c-slider-start {
    display: none;
  }
}

.c-slider-button {
  width: 4rem;
  height: 4rem;
  border: 0.15rem solid var(--navy);
  border-radius: 50%;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:750px) {
  .c-slider-button {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
  }
}
.c-slider-button::before {
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  display: block;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.c-slider-button--prev::before {
  border-top: 0.2rem solid var(--navy);
  border-left: 0.2rem solid var(--navy);
  left: 0.4rem;
  right: 0;
}
.c-slider-button--next::before {
  border-right: 0.2rem solid var(--navy);
  border-bottom: 0.2rem solid var(--navy);
  left: 0;
  right: 0.4rem;
}
@media screen and (min-width:751px) {
  .c-slider-button:hover {
    background: var(--navy);
  }
  .c-slider-button:hover::before {
    border-color: var(--white);
  }
}
.c-slider-button:active {
  opacity: 0.75;
}
.c-slider-button.is-disabled {
  background: none;
  border-color: var(--gray2);
  pointer-events: none;
}
.c-slider-button.is-disabled::before {
  border-color: var(--gray2);
}
@media screen and (min-width:751px) {
  .c-slider-button.is-disabled:hover {
    background: none;
  }
  .c-slider-button.is-disabled:hover::before {
    border-color: var(--gray2);
  }
}
.c-slider-button.is-disabled:active {
  background: none;
}
.c-slider-button.is-disabled:active::before {
  border-color: var(--gray2);
}
.c-slider-button-stop {
  width: 1.4rem;
  height: 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
}
.c-slider-button-stop::before, .c-slider-button-stop::after {
  width: 0.4rem;
  height: 2.4rem;
  display: block;
  background: var(--navy);
  content: "";
}
.c-slider-button-play {
  width: 1.6rem;
  height: 2.2rem;
  cursor: pointer;
}
.c-slider-button-play::after {
  display: block;
  border-top: 1.1rem solid transparent;
  border-left: 1.6rem solid var(--navy);
  border-bottom: 1.1rem solid transparent;
  content: "";
}

.is-disabled .c-slider-button {
  background: none;
  border-color: var(--gray2);
}
.is-disabled .c-slider-button::before {
  border-color: var(--gray2);
}
@media screen and (min-width:751px) {
  .is-disabled .c-slider-button:hover {
    background: none;
  }
  .is-disabled .c-slider-button:hover::before {
    border-color: var(--gray2);
  }
}
.is-disabled .c-slider-button:active {
  background: none;
}
.is-disabled .c-slider-button:active::before {
  border-color: var(--gray2);
}

.c-search {
  width: 100%;
  position: relative;
}
.c-search__console {
  width: 100%;
  height: 6rem;
  padding: 0 4.5rem 0 3rem;
  border-radius: 3rem;
  border: 0.1rem solid var(--navy);
  background: var(--white);
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
.c-search__console:focus {
  background: var(--silver);
}
.c-search__console::-webkit-input-placeholder {
  color: var(--gray2);
}
.c-search__console::-moz-placeholder {
  color: var(--gray2);
}
.c-search__console:-ms-input-placeholder {
  color: var(--gray2);
}
.c-search__console::-ms-input-placeholder {
  color: var(--gray2);
}
.c-search__console::placeholder {
  color: var(--gray2);
}
@media screen and (max-width:750px) {
  .c-search__console {
    height: 4rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    border-radius: 2rem;
  }
  .c-search__console::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-search__console::placeholder {
    font-size: 1.4rem;
  }
}
.c-search__icon {
  width: 4.5rem;
  height: 6rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
  padding-right: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-search__icon {
    height: 4rem;
    padding-right: 1rem;
  }
}
.c-search-block {
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-search-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }
}
.c-search-block__input {
  max-width: 46rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-search-block__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width:750px) {
  .c-search-block__label {
    margin-bottom: 0.9rem;
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
}
.c-search-block__output {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .c-search-block__output {
    margin-top: 2rem;
  }
}

.c-index {
  max-width: 83rem;
  margin: 0 auto;
  border: 0.1rem solid var(--gray2);
  border-radius: 2rem;
}
@media screen and (max-width:750px) {
  .c-index {
    border-radius: 1rem;
  }
}
@media screen and (max-width:750px) {
  .c-index.is-fixed {
    width: calc(100% - 3rem);
    max-height: calc(100% - 100px);
    margin: auto;
    background: var(--white);
    overflow: auto;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-animation: topVisible 0.35s ease;
            animation: topVisible 0.35s ease;
  }
}
.c-index__ttl {
  padding-left: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--black2);
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width:750px) {
  .c-index__ttl {
    padding-left: 4rem;
    font-size: 1.8rem;
  }
}
.c-index__body {
  padding: 0 4rem 4rem;
}
@media screen and (max-width:750px) {
  .c-index__body {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
  }
}
.c-index__body a {
  text-decoration: none;
}

@-webkit-keyframes topVisible {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes topVisible {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.c-list-ordered {
  padding-left: 2.5rem;
  padding-bottom: 1.5rem;
  list-style: decimal;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width:750px) {
  .c-list-ordered {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
.c-list-ordered ul {
  list-style: decimal;
}
.c-list-ordered li {
  margin-bottom: 0.4rem;
}
.c-list-unordered {
  padding-left: 2.5rem;
  padding-bottom: 1.5rem;
  list-style: disc;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width:750px) {
  .c-list-unordered {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
.c-list-unordered ul {
  list-style: disc;
}
.c-list-unordered li {
  margin-bottom: 0.4rem;
}
.c-list-counter {
  padding-left: 3.5rem;
  padding-bottom: 1.5rem;
  list-style: none;
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  counter-reset: section;
}
@media screen and (max-width:750px) {
  .c-list-counter {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
.c-list-counter > li {
  position: relative;
  top: 0;
  left: 0;
}
.c-list-counter > li:before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  top: 0;
  left: -3rem;
}
@media screen and (max-width:750px) {
  .c-list-counter > li:before {
    left: -1.8rem;
  }
}
.c-list-counter > li > ul {
  padding-left: 4rem;
  counter-reset: subsection;
  list-style: none;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-list-counter > li > ul {
    padding-left: 3rem;
  }
}
.c-list-counter > li > ul > li {
  position: relative;
}
.c-list-counter > li > ul > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
  position: absolute;
  top: 0;
  left: -4rem;
}
@media screen and (max-width:750px) {
  .c-list-counter > li > ul > li:before {
    left: -2.8rem;
  }
}
.c-list-counter li {
  margin-bottom: 0.4rem;
}
@media screen and (min-width:751px) {
  .c-list-counter li a:hover {
    text-decoration: underline;
  }
}

.c-annotation {
  width: 100%;
  margin-bottom: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--gray3);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.785;
}
.c-annotation--grayBox, .c-annotation--orangeLine {
  padding: 2rem 2rem 3rem;
  background: var(--gray1);
  border-radius: 1rem;
}
@media screen and (max-width:750px) {
  .c-annotation--grayBox, .c-annotation--orangeLine {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
}
.c-annotation--orangeLine {
  background: var(--white);
  border: 0.1rem solid var(--orange);
  color: var(--orange);
}
.c-annotation__mark {
  margin-right: 1rem;
  display: inline-block;
}
@media screen and (max-width:750px) {
  .c-annotation__mark {
    margin-right: 0.5rem;
  }
}

.c-card {
  margin: 0 0 4rem;
  padding: 8rem 7rem;
  list-style: none;
  background: var(--silver);
  container: cardBlock/inline-size;
}
@media screen and (max-width:750px) {
  .c-card {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4rem;
  }
}
.c-card--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.8867924528%;
  grid-row-gap: 2rem;
}
@media screen and (max-width:750px) {
  .c-card--col2 {
    grid-column-gap: 1.5rem;
  }
}
.c-card--col3 {
  padding-left: 6rem;
  padding-right: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.7735849057%;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 1160px) {
  .c-card--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:750px) {
  .c-card--col3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    grid-column-gap: 1.5rem;
  }
}
@media screen and (max-width:750px) {
  .c-card--col1-sp {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1.8867924528%;
    grid-row-gap: 2rem;
  }
}
@media screen and (max-width:750px) {
  .c-card__img {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid var(--gray2);
  }
}
.c-card__head {
  padding: 4rem 4rem 0;
  display: grid;
  background: var(--white);
  color: var(--black2);
}
@media screen and (max-width:750px) {
  .c-card__head {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }
}
.c-card__wrap {
  margin-bottom: 4rem;
  padding: 4rem 4rem 5rem;
  display: grid;
  grid-template-columns: 45.2830188679% 49.0566037736%;
  grid-template-rows: auto;
  grid-column-gap: 5.6603773585%;
  grid-row-gap: 4rem;
  background: var(--white);
}
.c-card__wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .c-card__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    display: block;
  }
}
.c-card__title {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media screen and (max-width:750px) {
  .c-card__title {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.09rem;
  }
}
.c-card__box {
  min-width: 0;
  padding: 4rem 4rem 6rem;
  background: var(--white);
}
@media screen and (max-width:750px) {
  .c-card__box {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    display: block;
  }
}
@media screen and (max-width:750px) {
  .c-card__box--col1-sp {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
}
.c-card__float {
  padding: 4rem 4rem 5rem;
  background: var(--white);
}
@media screen and (max-width:750px) {
  .c-card__float {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.c-card__floatImg {
  max-width: 48rem;
  margin: 0 6rem 4rem 0;
  float: left;
}
@media screen and (max-width:750px) {
  .c-card__floatImg {
    margin-right: 0;
    margin-bottom: 2rem;
    float: none;
  }
}
.c-card__vol {
  padding-top: 3rem;
  color: var(--navy);
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18rem;
}
@media screen and (max-width:750px) {
  .c-card__vol {
    font-size: 2rem;
  }
}
.c-card-link {
  display: block;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  text-decoration: none;
}
.c-card-link:link, .c-card-link:visited {
  text-decoration: none;
}
.c-card-link:has(.c-button) {
  cursor: pointer;
}
@media screen and (min-width:751px) {
  .c-card-link:has(.c-button):hover {
    opacity: 0.75;
  }
  .c-card-link:has(.c-button):hover .c-button--navyLarge,
  .c-card-link:has(.c-button):hover .c-button--navy,
  .c-card-link:has(.c-button):hover .c-button--navyBox,
  .c-card-link:has(.c-button):hover .c-button--grayLarge {
    color: var(--navy);
    background: var(--silver);
  }
  .c-card-link:has(.c-button):hover .c-button__arrow {
    stroke: var(--navy);
  }
}

.c-carousel {
  max-width: 100%;
  padding: 0 5rem;
  position: relative;
}
@media screen and (max-width:750px) {
  .c-carousel {
    max-width: calc(100% + 1.5rem);
    padding-left: 0;
    padding-right: 0;
    margin-right: -1.5rem;
  }
}
.c-carousel__container {
  max-width: 100%;
  overflow: hidden;
}
.c-carousel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.c-carousel__wrapper a {
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.c-carousel__wrapper a:link, .c-carousel__wrapper a:visited {
  text-decoration: none;
}
.c-carousel__wrapper a:hover {
  opacity: 0.75;
}
.c-carousel__slide {
  height: auto;
  padding: 1rem 1rem 2.4rem;
  background: var(--white);
  border: 0.1rem solid transparent;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
  cursor: pointer;
}
@media screen and (min-width:751px) {
  .c-carousel__slide:hover {
    border: 0.1rem solid var(--navy);
  }
}
@media screen and (max-width:750px) {
  .c-carousel__slide {
    padding: 0;
    border: none;
  }
}
.c-carousel__button {
  width: 4rem;
  height: 4rem;
  margin: auto 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.c-carousel__button::after {
  content: none;
}
@media screen and (max-width:750px) {
  .c-carousel__button {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    position: static;
  }
}
.c-carousel__button--prev {
  left: 0;
}
.c-carousel__button--next {
  right: 0;
}
.c-carousel__button.is-disabled {
  pointer-events: none;
}
.c-carousel__title {
  padding: 2rem 0 1rem;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:750px) {
  .c-carousel__title {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.c-carousel__text {
  color: var(--black2);
  font-size: 1.4rem;
  line-height: 1.785;
}
@media screen and (max-width:750px) {
  .c-carousel__text {
    line-height: 1.6;
  }
}
.c-carousel__label {
  padding: 0.6rem;
  background: var(--navy);
  color: var(--white);
  font-size: 1.6rem;
}
@media screen and (max-width:750px) {
  .c-carousel__label {
    font-size: 1.4rem;
  }
}
.c-carousel__btnBox {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width:750px) {
  .c-carousel__btnBox {
    margin-top: 1rem;
  }
}
@media screen and (max-width:750px) {
  .c-carousel__console {
    max-width: calc(100% - 1.5rem);
    padding: 0 3rem 0.4rem 3rem;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:750px) {
  .c-carousel__console--center {
    max-width: 100%;
  }
}
.c-carousel__data {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096rem;
}
.c-carousel__data:first-child {
  margin-top: 0;
}
.c-carousel__data--red {
  color: var(--red);
}
.c-carousel__data__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-carousel__data__company {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-profile {
  padding: 4rem 0 8rem;
  background: var(--silver);
}
@media screen and (max-width:750px) {
  .c-profile {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.c-profile__wrap {
  max-width: 108rem;
  margin: 0 auto 4rem;
  padding: 0 6rem;
}
.c-profile__wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .c-profile__wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-profile__title {
  margin-bottom: 3rem;
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media screen and (max-width:750px) {
  .c-profile__title {
    margin-bottom: 1rem;
  }
}
.c-profile__box {
  padding: 2rem 4rem;
  background: var(--white);
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 18rem 1fr;
  grid-template-rows: auto;
  gap: 1.5rem 4rem;
  grid-auto-flow: row;
  grid-template-areas: "c-profile__img c-profile__head" "c-profile__img c-profile__text" "c-profile__img c-profile__button";
}
@media screen and (max-width:750px) {
  .c-profile__box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: grid;
    grid-template-columns: 11rem auto;
    grid-template-rows: auto auto auto;
    gap: 0;
    grid-auto-flow: row;
    grid-template-areas: "c-profile__img c-profile__head" "c-profile__text c-profile__text" "c-profile__button c-profile__button";
  }
}
.c-profile__name {
  color: var(--navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
}
.c-profile__dep, .c-profile__post {
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.096rem;
}
.c-profile__dep {
  display: block;
}
@media screen and (max-width:750px) {
  .c-profile__dep {
    font-size: 1.4rem;
  }
}
.c-profile__post {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width:750px) {
  .c-profile__post {
    margin-right: 0.5rem;
    font-size: 1.4rem;
  }
}
.c-profile__name {
  display: inline-block;
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:750px) {
  .c-profile__name {
    font-size: 2rem;
  }
}
.c-profile__head {
  grid-area: c-profile__head;
}
@media screen and (max-width:750px) {
  .c-profile__head {
    padding-left: 2rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.c-profile__img {
  grid-area: c-profile__img;
}
.c-profile__text {
  grid-area: c-profile__text;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width:750px) {
  .c-profile__text {
    padding-top: 1.5rem;
    line-height: 1.785;
    font-size: 1.4rem;
  }
}
.c-profile__button {
  grid-area: c-profile__button;
}
@media screen and (max-width:750px) {
  .c-profile__button {
    padding-top: 2.5rem;
  }
}
.c-profile__picture {
  width: 18rem;
  aspect-ratio: 1/1;
  border: 0.1rem solid var(--gray2);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width:750px) {
  .c-profile__picture {
    width: 11rem;
  }
}

.c-icon-new, .c-icon-newNavy {
  position: relative;
}
.c-icon-new::after, .c-icon-newNavy::after {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--orange2);
  content: attr(data-icon);
  text-align: center;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 500;
  position: absolute;
  bottom: 4.5rem;
  right: 1rem;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-icon-new::after, .c-icon-newNavy::after {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.c-icon-new--pos-t::after {
  top: 1rem;
  bottom: auto;
}
.c-icon-newNavy:after {
  background: var(--navy);
  top: -2rem;
  left: 3rem;
  right: auto;
}
.c-icon-date {
  position: relative;
}
.c-icon-date::after {
  width: 6rem;
  height: 6rem;
  padding: 0 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--orange);
  content: attr(data-icon);
  text-align: center;
  font-size: 1.4rem;
  color: var(--white);
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-icon-date::after {
    width: 5rem;
    height: 5rem;
    font-size: 1.3rem;
  }
}
.c-icon-movie {
  position: relative;
}
.c-icon-movie::after {
  width: 6rem;
  height: 6rem;
  padding: 0 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--blue);
  content: attr(data-icon);
  text-align: center;
  font-size: 1.4rem;
  color: var(--white);
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .c-icon-movie::after {
    width: 5rem;
    height: 5rem;
    font-size: 1.3rem;
  }
}
.c-icon-window {
  width: 2rem;
  height: auto;
  vertical-align: middle;
}
.c-icon-windowSmall {
  width: 1.6rem;
  height: auto;
  vertical-align: middle;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.c-local-link {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  list-style: none;
}
@media screen and (max-width:750px) {
  .c-local-link {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    display: block;
  }
}
.c-local-link__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width:750px) {
  .c-local-link__wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid var(--gray2);
    text-align: center;
  }
  .c-local-link__wrap:last-child {
    border-bottom: none;
  }
}
.c-local-link__item {
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
  color: var(--gray3);
  font-size: 1.6rem;
}
@media screen and (max-width:750px) {
  .c-local-link__item {
    font-size: 1.4rem;
  }
}
.c-local-link__item:link, .c-local-link__item:visited {
  color: var(--gray3);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-local-link__item:hover {
    color: var(--navy);
    text-decoration: underline;
  }
}
.c-local-link__item.is-current {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.components-body {
  padding-top: 6rem;
}
.components-body--gray {
  padding: 0 6rem;
  background: var(--gray1);
}
@media screen and (max-width:750px) {
  .components-body--gray {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.components-wrap {
  padding-bottom: 8rem;
}
.components-wrap--gray {
  padding: 0 6rem;
  background: rgba(204, 204, 204, 0.3);
}
@media screen and (max-width:750px) {
  .components-wrap--gray {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.components-block {
  padding-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
@media screen and (max-width:750px) {
  .components-block {
    gap: 2.7rem 1.5rem;
  }
}
.components-block--heading {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.components-block--heading .components-box {
  min-width: 6.25vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.components-buttonBlock {
  padding-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 2rem 4rem;
}
@media screen and (max-width:750px) {
  .components-buttonBlock {
    gap: 2.7rem 1.5rem;
  }
}
.components-title {
  margin-bottom: 2.4rem;
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.components-title--bdr {
  margin-bottom: 4.8rem;
  max-width: 42rem;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray2);
}
.components-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.components-box--full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.components-box__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.components-color-box {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width:750px) {
  .components-color-box {
    display: block;
  }
}
.components-color-box:last-child {
  margin-bottom: 0;
}
.components-name {
  width: 140px;
  height: 140px;
  padding: 20px;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.components-name--navy {
  background: var(--navy);
}
.components-name--white {
  background: var(--white);
  color: #000;
  border: 1px solid var(--gray2);
}
.components-name--black {
  background: var(--black);
}
.components-name--silver {
  background: var(--silver);
  color: var(--black);
}
.components-name--gray1 {
  background: var(--gray1);
  color: var(--black);
}
.components-name--gray2 {
  background: var(--gray2);
  color: var(--black);
}
.components-name--gray3 {
  background: var(--gray3);
}
.components-name--orange {
  background: var(--orange);
}
.components-ttl {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width:750px) {
  .components-ttl {
    font-size: 1.4rem;
  }
}
.components-sub {
  margin-bottom: 1rem;
  color: var(--gray3);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width:750px) {
  .components-sub {
    font-size: 1.1rem;
  }
}
.components-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.components-scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  overflow: hidden;
}
.components-scale__box {
  width: 80px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  background: rgba(0, 160, 233, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.components-obj {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  border: 1px solid #3498DB;
  text-align: center;
}