@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
@media (min-width: 768px) {
  .l-top .l-header .l-header__container {
    transition: 0.3s;
  }
  .l-top .l-header:not(.active) .l-header__container {
    transition: 0.3s;
    margin: 10px 106px 0 57px;
  }

  .l-top .l-toggle {
    transition: 0.3s;
  }
  .l-top .l-toggle:not(.adjust) {
    transition: 0.3s;
    top: 12px;
    right: 37px;
  }
}
.top-contents {
  margin-bottom: 86px;
  position: relative;
  z-index: 1;
  background-color: #C40619;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-contents {
    margin-bottom: 15.3846153846vw;
  }
}
.top-contents__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .top-contents__wrap {
    background-image: linear-gradient(90deg, transparent 285px, #d31f31 286px);
    background-size: 286px;
  }
}
.top-contents::before, .top-contents::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.top-contents::before {
  background-image: linear-gradient(0deg, #C40619 0%, #62030d 100%);
  z-index: -2;
  top: 100dvh;
  height: 825px;
  opacity: 0.11;
}
@media (max-width: 767px) {
  .top-contents::before {
    top: calc(100dvh - 31.2820512821vw);
    left: 0;
    width: 50%;
    height: 211.5384615385vw;
  }
}
.top-contents::after {
  z-index: -1;
  background-image: linear-gradient(90deg, transparent 285px, #C40619 286px);
  background-size: 572px;
  background-position: 0 0;
}
@media (max-width: 767px) {
  .top-contents::after {
    height: 487.1794871795vw;
    width: 1px;
    left: 50%;
    background-color: #d31f31;
  }
}

.mv {
  position: relative;
}
.mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .mv__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.mv__img {
  position: relative;
  height: 100dvh;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .mv__img {
    max-height: 1200px;
  }
}
@media (max-width: 767px) {
  .mv__img {
    height: calc((100dvh - 13.3333333333vw) / 2);
  }
}
@media (min-width: 768px) {
  .mv__img:not(:nth-of-type(1)) {
    border-left: 1px solid #eb3648;
  }
}
@media (max-width: 767px) {
  .mv__img:nth-of-type(1) picture:nth-of-type(2) {
    animation-delay: 2s;
  }
}
@media (max-width: 767px) {
  .mv__img:nth-of-type(2) {
    border-left: 1px solid #eb3648;
  }
}
.mv__img:nth-of-type(2) picture:nth-of-type(2) {
  animation-delay: 1s;
}
.mv__img:nth-of-type(3) picture:nth-of-type(2) {
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .mv__img:nth-of-type(4) {
    border-left: 1px solid #eb3648;
  }
}
.mv__img:nth-of-type(4) picture:nth-of-type(2) {
  animation-delay: 3s;
}
.mv__img picture {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.mv__img picture:nth-of-type(2) {
  animation: mvAnime 10s ease-out infinite forwards;
}
.mv__img img {
  object-position: top center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__txt {
  height: fit-content;
  position: absolute;
  top: 42.1dvh;
  right: 0;
  left: 0;
  margin: auto;
  width: min(44.1dvw, 635px);
}
@media (max-width: 767px) {
  .mv__txt {
    top: calc((100dvh - 13.3333333333vw) / 2 - 18vw);
    width: 83.5897435897vw;
  }
}

@keyframes mvAnime {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.topics {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media (max-width: 767px) {
  .topics {
    bottom: -11.5384615385vw;
  }
}
.topics a {
  background-color: #fff;
  width: 633px;
  display: flex;
  height: 48px;
  align-items: center;
  padding: 0 0 0 33px;
  line-height: 1;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .topics a {
    border-radius: 50px 0 0 50px;
  }
}
@media (max-width: 767px) {
  .topics a {
    padding: 0 5.1282051282vw;
    width: 100%;
    height: 11.5384615385vw;
  }
}
.topics span {
  display: block;
  margin-right: 15px;
  color: #C40619;
  font-family: futura-pt,  sans-serif;
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .topics span {
    margin-right: 2.5641025641vw;
    font-size: 17px;
    font-size: 4.358974359vw;
  }
}
.topics time {
  margin-right: 9px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .topics time {
    margin-right: 1.7948717949vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.topics p {
  flex: 1;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  .topics p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

.concept {
  margin-bottom: -47px;
  color: #fff;
  padding: 138px 0 320px;
  background: url("../images/top/bg_concept.png") left 50dvw bottom no-repeat;
  background-size: 736px auto;
}
@media (max-width: 767px) {
  .concept {
    padding: 26.9230769231vw 0 48.7179487179vw;
    margin-bottom: -5.641025641vw;
    background: url("../images/top/bg_concept.png") left 2.5641025641vw bottom no-repeat;
    background-size: 105.1282051282vw auto;
  }
}
.concept__txt {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .concept__txt {
    margin-top: 12.8205128205vw;
  }
}
.concept__txt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(50 / 18);
}
@media (max-width: 767px) {
  .concept__txt p {
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: calc(38 / 16);
  }
}
.concept__ttl {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .concept__ttl {
    margin-bottom: 2.6rem;
    text-align: center;
    font-size: 34px;
    font-size: 8.7179487179vw;
  }
}
.concept__ttl span {
  margin-bottom: 2.4rem;
  font-size: 1.9rem;
  font-weight: 300;
  font-family: futura-pt,  sans-serif;
  letter-spacing: 0.1em;
  color: #ea5464;
  display: block;
}
@media (max-width: 767px) {
  .concept__ttl span {
    margin-bottom: 3.8rem;
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}

.movie {
  max-width: 1440px;
  margin: 0 auto 200px;
  position: relative;
}
@media (min-width: 768px) {
  .movie {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .movie {
    margin-bottom: 33.3333333333vw;
  }
}
.movie::before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  height: 89.66%;
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .movie::before {
    bottom: -16.4102564103vw;
    height: 61.5384615385vw;
  }
}
.movie__wrap {
  position: relative;
  aspect-ratio: 991/522;
  max-width: 991px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .movie__wrap {
    width: 89.7435897436vw;
    aspect-ratio: 350/266;
  }
}
.movie__wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie__icon {
  z-index: 2;
  position: absolute;
  bottom: -38px;
  left: -49px;
}
@media (max-width: 767px) {
  .movie__icon {
    left: -4.8717948718vw;
    bottom: -8.7179487179vw;
  }
}
.movie__icon a {
  position: relative;
  display: block;
}
.movie__icon a::before {
  z-index: 1;
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  width: 75px;
  height: 75px;
  content: "";
  background: url("../images/top/icon_movie02.png") center/contain no-repeat;
  background-size: contain;
}
.movie__icon img {
  display: block;
  width: 98px;
  height: 98px;
  animation: loopIcon 6s linear infinite;
}
@media (max-width: 767px) {
  .movie__icon img {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
@keyframes loopIcon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.movie__ttl {
  position: absolute;
  color: #fff;
  font-family: futura-pt,  sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .movie__ttl {
    top: 0;
    right: calc(100% + 1em);
    writing-mode: vertical-lr;
  }
}
@media (max-width: 767px) {
  .movie__ttl {
    font-size: 14px;
    font-size: 3.5897435897vw;
    top: calc(100% + 1em);
    left: 14.1025641026vw;
  }
}

.member {
  margin-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .member {
    margin-bottom: 22.0512820513vw;
  }
}
.member__wrap {
  max-width: 1328px;
  margin: 0 auto;
}
.member__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.2em;
  color: #fff;
}
@media (max-width: 767px) {
  .member__ttl {
    margin-bottom: 1.6rem;
    font-size: 16px;
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.member__ttl span {
  margin-bottom: 0.16em;
  line-height: 1;
  display: flex;
  font-size: 8.2rem;
  font-weight: 300;
  font-family: futura-pt,  sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .member__ttl span {
    font-size: 55px;
    font-size: 14.1025641026vw;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .member__btn {
    position: absolute;
    bottom: 26px;
    left: calc(50% + 114px);
  }
}
@media (max-width: 767px) {
  .member__btn {
    width: fit-content;
    margin: 10.2564102564vw auto 0;
  }
}

@media (min-width: 768px) {
  .member-slide {
    margin-right: -22px;
  }
}
.member-slide__item {
  aspect-ratio: 428/580;
}
@media (min-width: 768px) {
  .member-slide__item {
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .member-slide__item {
    margin: 0 5.1282051282vw;
  }
}
.member-slide__item a {
  display: block;
  position: relative;
  background-color: #fff;
  height: 100%;
}
.member-slide__item a:hover {
  opacity: 1;
}
.member-slide__item a:hover img {
  opacity: 0.7;
}
.member-slide__item img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.member-slide__item p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 5.85% 5.85%;
  min-height: 54px;
  background-color: rgba(255, 255, 255, 0.87);
  font-size: 1.6rem;
  column-gap: 20px;
  padding: 4px;
  box-sizing: border-box;
}
.member-slide__item p span {
  font-size: 2.8rem;
  font-weight: 500;
  color: #C40619;
}
.member-slide__item .p-item__info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 5.85% 5.85%;
  min-height: 54px;
  background-color: rgba(255, 255, 255, 0.87);
  font-size: 1.6rem;
  column-gap: 20px;
  padding: 4px 20px;
  box-sizing: border-box;
}
.member-slide__item .p-item__info span {
  font-size: 2.8rem;
  font-weight: 500;
  color: #C40619;
}
.member-slide__item .p-item__name {
  font-size: 2.8rem;
  font-weight: 500;
  color: #C40619;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.member-slide__item .p-item__icons {
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .member-slide__item .p-item__icons {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }
}
.member-slide__item .p-item__icons .icon {
  background: none !important;
  color: #242424;
  padding: 0;
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.member-slide__item .p-item__icons .icon:last-child {
  margin-right: 0;
}
.member-slide__arrows {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 21px;
}
@media (max-width: 767px) {
  .member-slide__arrows {
    display: none;
  }
}
.member-slide__arrows button {
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 67px;
  height: 67px;
  position: relative;
  inset: 0;
  transform: none;
  background: none;
}
.member-slide__arrows button::before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.member-slide__arrows button.slick-prev::before {
  left: 0;
  right: -4px;
  transform: rotate(-135deg);
}
.member-slide .slick-dots {
  margin-top: 7.6923076923vw !important;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  column-gap: 3.5897435897vw;
}
.member-slide .slick-dots li,
.member-slide .slick-dots button {
  margin: 0;
  inset: 0;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
}
.member-slide .slick-dots li {
  background-color: #d54554;
}
.member-slide .slick-dots li.slick-active {
  background-color: #fff;
}

.vision {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .vision {
    margin-bottom: 30.2564102564vw;
  }
}
.vision a {
  position: relative;
  color: #fff;
  padding: 0 0 0 5.917%;
  display: block;
}
@media (min-width: 768px) {
  .vision a {
    margin: 0 auto;
    max-width: 1080px;
    display: grid;
    column-gap: 8px;
    grid-template-columns: auto 29.352% 22px;
    align-items: end;
  }
}
.vision a:hover::before {
  filter: invert(1);
}
.vision a::before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  display: block;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.14);
  filter: invert(0);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .vision a::before {
    height: calc(100% - 14.1025641026vw);
  }
}
.vision a::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 21px;
  bottom: 21px;
  width: 31px;
  height: 7px;
  display: block;
  background: url("../images/cmn/icon_arrow.svg") center/contain no-repeat;
  filter: invert(1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .vision a::after {
    right: 5.641025641vw;
    bottom: 5.1282051282vw;
    width: 7.9487179487vw;
    height: 1.7948717949vw;
  }
}
.vision a:hover {
  opacity: 1;
}
.vision a:hover::after {
  transform: translateX(30%);
}
.vision a:hover img {
  opacity: 1;
}
@media (min-width: 768px) {
  .vision__txt {
    padding-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .vision__txt {
    margin: 0 auto 2.5641025641vw;
    width: 76.9230769231vw;
  }
}
.vision__txt p {
  font-size: 1.6rem;
  line-height: calc(33 / 16);
}
@media (max-width: 767px) {
  .vision__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: calc(27 / 16);
  }
}
.vision__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .vision__ttl {
    display: flex;
    flex-flow: wrap;
    align-items: baseline;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .vision__ttl {
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.vision__ttl span {
  line-height: 1;
  display: block;
  font-size: 13.6rem;
  font-weight: 300;
  font-family: futura-pt,  sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .vision__ttl span {
    font-size: 73px;
    font-size: 18.7179487179vw;
  }
}
.vision__img {
  position: relative;
}
@media (max-width: 767px) {
  .vision__img {
    margin: 0 auto;
    width: 64.6153846154vw;
  }
}
@media (min-width: 768px) {
  .vision__img img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.top-col {
  margin-bottom: 149px;
  color: #fff;
  display: flex;
  flex-flow: column;
  row-gap: 160px;
}
@media (max-width: 767px) {
  .top-col {
    margin-bottom: 12.3076923077vw;
    row-gap: 19.4871794872vw;
  }
}
.top-col__item {
  display: flex;
}
@media (max-width: 767px) {
  .top-col__item {
    row-gap: 5.8974358974vw;
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .top-col__item:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
}
.top-col__img {
  margin-right: calc(50% - 50dvw);
}
@media (min-width: 768px) {
  .top-col__img {
    flex: 1;
  }
}
.top-col__txt {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .top-col__txt {
    width: 50%;
    padding: 0 60px 0 0;
  }
}
.top-col__txt a {
  display: block;
}
.top-col__txt a:hover {
  opacity: 0.7;
}
.top-col__txt p {
  font-size: 1.6rem;
  line-height: calc(33 / 16);
}
@media (max-width: 767px) {
  .top-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: calc(30 / 16);
  }
}
.top-col__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.2em;
}
@media (max-width: 767px) {
  .top-col__ttl {
    margin-bottom: 1.6rem;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.top-col__ttl span {
  margin-bottom: 0.16em;
  line-height: 1;
  display: flex;
  font-size: 8.2rem;
  font-weight: 300;
  font-family: futura-pt,  sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-col__ttl span {
    font-size: 55px;
    font-size: 14.1025641026vw;
  }
}
.top-col__subttl {
  margin-bottom: 0.7em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: calc(56 / 38);
}
@media (max-width: 767px) {
  .top-col__subttl {
    margin-bottom: 0.5em;
    font-size: 28px;
    font-size: 7.1794871795vw;
    line-height: calc(41 / 28);
  }
}
.top-col__item:nth-of-type(even) .top-col__img {
  margin-right: auto;
  margin-left: calc(50% - 50dvw);
}
@media (min-width: 768px) {
  .top-col__item:nth-of-type(even) .top-col__txt {
    padding: 0 0 0 60px;
  }
}
.top-col__btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .top-col__btn {
    margin-top: 7.6923076923vw;
  }
}

.message {
  box-sizing: border-box;
  background-color: #C40619;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .message {
    border-top: 1px solid #e03142;
    border-bottom: 1px solid #e03142;
  }
}
@media (min-width: 768px) {
  .message__img {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: calc(50dvw - 1440px / 2);
    bottom: 0;
    height: 596px;
    width: 1440px;
    aspect-ratio: 1440/596;
  }
}
@media (max-width: 767px) {
  .message__img {
    margin-bottom: 6.4102564103vw;
  }
}
@media (min-width: 768px) {
  .message__img img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
  }
}
.message__txt {
  color: #fff;
}
@media (min-width: 768px) {
  .message__txt {
    position: relative;
    z-index: 2;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .message__txt {
    margin: 0 5.1282051282vw;
  }
}
.message__txt a {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .message__txt a {
    min-height: 596px;
    padding-top: 348px;
  }
}
.message__txt a:hover {
  opacity: 1;
}
.message__txt p {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
}
@media (max-width: 767px) {
  .message__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.message__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .message__ttl {
    position: absolute;
    bottom: 450px;
    left: calc(50% + 128px);
  }
}
@media (max-width: 767px) {
  .message__ttl {
    margin-bottom: 1.6em;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.message__ttl span {
  display: block;
  font-weight: 300;
  font-family: futura-pt,  sans-serif;
  letter-spacing: 0.04em;
  font-size: 55px;
  font-size: 14.1025641026vw;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .message__ttl span {
    display: none;
  }
}
.message__subttl {
  margin-bottom: 0.2em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: calc(41 / 28);
}
@media (max-width: 767px) {
  .message__subttl {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.message__btn {
  width: fit-content;
  margin: 36px 0 0 calc(50dvw - 4rem);
}
@media (max-width: 767px) {
  .message__btn {
    margin: 7.6923076923vw 0 0;
  }
}

.top-page-link {
  background-color: #C40619;
  padding: 97px 0 87px;
}
@media (max-width: 767px) {
  .top-page-link {
    padding: 20.5128205128vw 0;
  }
}

.top-page-link-bnr {
  margin-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-page-link-bnr {
    margin-bottom: 4.8717948718vw;
  }
}
.top-page-link-bnr a {
  min-height: 242px;
  box-sizing: border-box;
  padding: 10px 10px 10px 5.75%;
  background: url("../images/top/bg_number.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top-page-link-bnr a {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767px) {
  .top-page-link-bnr a {
    padding: 5.8974358974vw 0 7.6923076923vw;
    display: block;
    background: url("../images/top/sp/bg_number.jpg") center/cover no-repeat;
    min-height: 76.9230769231vw;
  }
}
.top-page-link-bnr__txt {
  text-align: center;
}
.top-page-link-bnr__txt p {
  font-size: 2.1rem;
  line-height: calc(22 / 16);
}
@media (max-width: 767px) {
  .top-page-link-bnr__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.top-page-link-bnr__ttl {
  margin-bottom: 0.3em;
  column-gap: 23px;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .top-page-link-bnr__ttl {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .top-page-link-bnr__ttl {
    margin-bottom: 0.5em;
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
.top-page-link-bnr__ttl span {
  color: #C40619;
  font-family: futura-pt,  sans-serif;
  font-size: 7.3rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-page-link-bnr__ttl span {
    margin-bottom: 0.2em;
    display: block;
    font-size: 53px;
    font-size: 13.5897435897vw;
  }
}

.top-page-link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .top-page-link-list {
    row-gap: 4.8717948718vw;
    grid-template-columns: 1fr;
  }
}
.top-page-link-list__item {
  background-color: #fff;
}
.top-page-link-list a {
  background-color: #fff;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  min-height: 168px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .top-page-link-list a {
    padding: 1.2820512821vw;
    min-height: 31.0256410256vw;
  }
}
.top-page-link-list a::before {
  position: absolute;
  right: 25px;
  bottom: 21px;
  display: block;
  margin: auto;
  width: 40px;
  height: 8px;
  content: "";
  background: url("../images/cmn/icon_arrow.svg") center/contain no-repeat;
  filter: invert(54%) sepia(0%) saturate(470%) hue-rotate(176deg) brightness(92%) contrast(90%);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-page-link-list a::before {
    right: 3.0769230769vw;
    bottom: 3.0769230769vw;
    width: 5.641025641vw;
    height: 1.2820512821vw;
  }
}
.top-page-link-list a p {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .top-page-link-list a p {
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.top-page-link-list a:hover::before {
  transform: translateX(30%);
}
.top-page-link-list__ttl {
  font-size: 3.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-page-link-list__ttl {
    font-size: 23px;
    font-size: 5.8974358974vw;
  }
}

.news {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 15.3846153846vw;
  }
}
@media (min-width: 768px) {
  .news__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 34px;
    grid-template-areas: "ttl btn" "list list";
  }
}
.news__ttl {
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .news__ttl {
    grid-area: ttl;
    display: flex;
    flex-flow: wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .news__ttl {
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.news__ttl b {
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 5.8rem;
  color: #C40619;
  font-family: futura-pt,  sans-serif;
  display: block;
}
@media (min-width: 768px) {
  .news__ttl b {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .news__ttl b {
    margin-bottom: 0.2em;
    font-size: 43px;
    font-size: 11.0256410256vw;
  }
}
.news__ttl span {
  font-weight: 400;
}
@media (min-width: 768px) {
  .news__ttl span {
    margin-left: 1em;
  }
  .news__ttl span::before {
    content: "／  ";
  }
}
@media (max-width: 767px) {
  .news__ttl span {
    margin-top: 1em;
    display: block;
  }
}
@media (min-width: 768px) {
  .news__btn {
    grid-area: btn;
    align-self: end;
  }
}
@media (max-width: 767px) {
  .news__btn {
    width: fit-content;
    margin: 11.5384615385vw auto 0;
  }
}

@media (min-width: 768px) {
  .news-list {
    grid-area: list;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2.084vw;
  }
}
@media (max-width: 767px) {
  .news-list {
    margin: 0 -5.1282051282vw;
  }
}
@media (max-width: 767px) {
  .news-list__item {
    margin: 5.1282051282vw;
  }
}
.news-list a {
  display: block;
}
.news-list__img {
  margin-bottom: 10px;
  aspect-ratio: 280/180;
  overflow: hidden;
}
.news-list__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-list__label {
  margin-bottom: 0.5em;
  display: flex;
  flex-flow: wrap;
  font-size: 1.4rem;
  column-gap: 1em;
  row-gap: 0.5em;
}
@media (max-width: 767px) {
  .news-list__label {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.news-list__label li {
  color: #656565;
  background: none !important;
}
.news-list__label li::before {
  content: "#";
}
.news-list p {
  font-size: 1.5rem;
  line-height: calc(22 / 15);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-list p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.news-list time {
  margin-top: 0.6em;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
  color: #717171;
}
@media (max-width: 767px) {
  .news-list time {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.news-list .slick-dots {
  margin-top: 7.6923076923vw !important;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  column-gap: 3.5897435897vw;
}
.news-list .slick-dots li,
.news-list .slick-dots button {
  margin: 0;
  inset: 0;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
}
.news-list .slick-dots li {
  background-color: #e5e5e5;
}
.news-list .slick-dots li.slick-active {
  background-color: #C40619;
}

/*# sourceMappingURL=top.css.map */
