.top-head {
  position: relative;
  z-index: 0;
}
.top-head-video {
  width: 100%;
  max-width: none;
}
.top-head-main-img {
  width: 100%;
  max-width: none;
}
.top-head-one {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 68.1395348837%;
}
@media print, screen and (768px <= width) {
  .top-head-one {
    top: 0;
    bottom: auto;
    left: 0;
    width: 49.2679355783%;
  }
}
.top-head-one-img {
  width: 100%;
  max-width: none;
}
.top-head-text {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 30%;
  bottom: 0;
  left: 12%;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 5.8139534884vw;
}
@media print, screen and (768px <= width) {
  .top-head-text {
    top: 0;
    bottom: 0;
    left: 10%;
    font-size: 3.953147877vw;
  }
}
.top-head-other {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 1em;
  left: 0;
}
@media print, screen and (768px <= width) {
  .top-head-other {
    bottom: 3em;
  }
}
.top-head-other-row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.5em 0;
}
@media print, screen and (768px <= width) {
  .top-head-other-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 1em;
  }
}
.top-head-other-text {
  font-size: var(--font-size14);
  color: var(--color-white);
}
.top-head-other-link {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  font-size: var(--font-size14);
  color: var(--color-white);
  text-decoration: none;
}
.top-head-other-link::before {
  font: var(--fa-font-solid);
  content: "\f138";
}
.top-head-other-bnr {
  width: min(42.0572916667%, 323px);
  display: block;
  position: relative;
  z-index: 0;
}
.top-head-other-bnr::after {
  font: var(--fa-font-solid);
  content: "\f061";
  position: absolute;
  z-index: 1;
  right: 1em;
  bottom: 1em;
  font-size: var(--font-size14);
  color: var(--color-white);
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  background-color: var(--color-red02);
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.2s, opacity 0.2s;
}
.top-head-other-bnr:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.top-biz {
  overflow: hidden;
}
.top-biz-bg {
  position: relative;
  z-index: 0;
}
.top-biz-bg-text {
  position: absolute;
  z-index: -1;
  left: 0;
  font-size: 50px;
  font-family: var(--font-gothic-en);
  color: var(--color-red02);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.05;
}
.top-biz-bg-text.ver01 {
  bottom: -0.75em;
}
.top-biz-bg-text.ver02 {
  bottom: -1.75em;
}
@media print, screen and (768px <= width) {
  .top-biz-bg-text {
    font-size: 100px;
  }
  .top-biz-bg-text.ver01 {
    bottom: -0.65em;
  }
  .top-biz-bg-text.ver02 {
    bottom: -1.65em;
  }
}
@media print, screen and (992px <= width) {
  .top-biz-bg-text {
    font-size: 140px;
  }
  .top-biz-bg-text.ver01 {
    bottom: 0.5em;
  }
  .top-biz-bg-text.ver02 {
    bottom: -0.5em;
  }
}
.top-biz-row {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (992px <= width) {
  .top-biz-row {
    grid-template-columns: 400px 1fr;
    gap: 0 40px;
    align-items: center;
  }
}
.top-biz-row-left {
  text-align: center;
}
@media print, screen and (992px <= width) {
  .top-biz-row-left {
    text-align: left;
  }
}
.top-biz-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
@media print, screen and (768px <= width) {
  .top-biz-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 12px;
  }
}
@media print, screen and (992px <= width) {
  .top-biz-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-biz-list-item {
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--color-red02);
  padding: 1em 0.5em 1em 1em;
  border-radius: 0.5em;
}
@media print, screen and (768px <= width) {
  .top-biz-list-item {
    padding: 1.5em 1em 1.5em 1.5em;
  }
}
.top-biz-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 0.5em;
}
@media print, screen and (768px <= width) {
  .top-biz-list-row {
    gap: 0 1em;
  }
}
.top-biz-list-right {
  flex-shrink: 0;
  position: relative;
  z-index: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin: 0 0 0 auto;
  transition: color 0.2s;
}
.top-biz-list-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-color: var(--color-white);
  border-radius: 50%;
  margin: auto;
  transition: width 0.2s, height 0.2s;
}
.top-biz-list-ja {
  font-weight: bold;
  line-height: 1.3;
}
.top-biz-list-en {
  font-size: var(--font-size10);
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 0.5em 0 0;
}
.top-biz-list-en.ver-en {
  font-size: var(--font-size16);
  opacity: 1;
}
.top-biz-list-fig {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
@media print, screen and (992px <= width) {
  .top-biz-list-fig {
    height: 170px;
  }
}
.top-biz-list-fig-img.ver-cr {
  width: min(38.4905660377vw, 102px);
}
.top-biz-list-fig-img.ver-ce {
  width: min(26.7924528302vw, 71px);
}
.top-biz-list-fig-img.ver-pk {
  width: min(29.8113207547vw, 79px);
}
.top-biz-list-fig-img.ver-ts {
  width: min(27.9245283019vw, 74px);
}
.top-biz-list-fig-img.ver-jc {
  width: min(27.1698113208vw, 72px);
}
.top-biz-list-fig-img.ver-ag {
  width: min(29.8113207547vw, 79px);
}
.top-biz-list-fig-img.ver-ot {
  width: min(14.7169811321vw, 39px);
}
@media (hover: hover) {
  .top-biz-list-item:hover .top-biz-list-right {
    color: var(--color-red02);
  }
  .top-biz-list-item:hover .top-biz-list-right::after {
    width: 100%;
    height: 100%;
  }
}

.top-news-row {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
}
@media print, screen and (992px <= width) {
  .top-news-row {
    grid-template-columns: auto 1fr;
    gap: 0 50px;
    align-items: center;
  }
}
.top-news-row-left {
  text-align: center;
}
@media print, screen and (992px <= width) {
  .top-news-row-left {
    text-align: left;
  }
}
.top-news-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
  font-size: var(--font-size14);
}
.top-news-list-item {
  display: grid;
  grid-template-columns: 7em auto;
  align-items: center;
  gap: 0.5em 0;
  position: relative;
  z-index: 0;
  color: inherit;
  text-decoration: none;
  padding: 1em 3em 1em 1em;
  border-style: solid;
  border-color: var(--color-gray);
  border-width: 0 0 1px;
}
.top-news-list-item:nth-last-of-type(1) {
  border-width: 0;
}
@media (hover: hover) {
  .top-news-list-item {
    transition: background-color 0.2s;
  }
  .top-news-list-item:hover {
    background-color: var(--color-red03);
  }
}
@media print, screen and (992px <= width) {
  .top-news-list-item {
    grid-template-columns: 6em 7em 1fr;
  }
}
.top-news-list-item[href]::after {
  display: flex;
  align-items: center;
  font: var(--fa-font-solid);
  content: "\f061";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  color: var(--color-red02);
}
.top-news-list-date {
  font-size: var(--font-size12);
  font-family: var(--font-gothic-en);
}
.top-news-list-icon {
  font-size: var(--font-size12);
  width: 6em;
  line-height: 2;
  text-align: center;
  border-radius: 1em;
}
.top-news-list-icon.press {
  color: #fff;
  background: #FF9326;
}
.top-news-list-icon.news {
  color: #fff;
  background: #000;
}
.top-news-list-icon.ir {
  color: #fff;
  background: #fe0408;
}
.top-news-list-icon.parking {
  color: #000;
  background: #e7e72a;
}
.top-news-list-ttl {
  grid-column-end: span 2;
}
.top-news-list-ttl i {
  color: var(--color-red02);
  margin-left: 1em;
}
@media print, screen and (992px <= width) {
  .top-news-list-ttl {
    grid-column-end: span 1;
  }
}
.top-news-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
  font-size: var(--font-size14);
  color: inherit;
  text-decoration: none;
  background-color: var(--color-red03);
  padding: 1em 1em;
  margin: 0.5em 0 0;
  border-radius: 0.5em;
}
.top-news-note::after {
  font: var(--fa-font-solid);
  content: "\f08e";
  color: var(--color-red02);
}
.top-news-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 2px;
}
.top-news-pager-item {
  width: 2.5em;
  color: inherit;
  line-height: 2.5;
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-color: var(--color-gray);
  border-width: 1px 1px;
  border-radius: 0.25em;
}
.top-news-pager-item.active {
  color: var(--color-red02);
  pointer-events: none;
  border-width: 0;
}

.top-cpy {
  background-image: url(../img/top/top_cpy_bg.webp);
  background-size: auto 100%;
  background-position: center;
  padding: 40px 0 0;
}
@media print, screen and (768px <= width) {
  .top-cpy {
    padding: 80px 0 0;
  }
}
.top-cpy-row {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
}
@media print, screen and (992px <= width) {
  .top-cpy-row {
    grid-template-columns: 465px 1fr;
    gap: 0;
    align-items: center;
  }
}
.top-cpy-row-left {
  text-align: center;
}
@media print, screen and (992px <= width) {
  .top-cpy-row-left {
    text-align: left;
    padding: 0 0 80px;
  }
}
.top-cpy-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em 0;
  font-size: var(--font-size48);
  line-height: 1;
}
@media print, screen and (992px <= width) {
  .top-cpy-name {
    font-size: var(--font-size30);
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-cpy-name-front {
  width: 6em;
}
.top-cpy-name-behind {
  width: 9em;
}
.top-cpy-row-right {
  text-align: right;
  width: min(100%, 521px);
  margin: 0 auto;
}
.top-cpy-row-img {
  width: 85%;
}
@media print, screen and (992px <= width) {
  .top-cpy-row-img {
    width: 100%;
  }
}

.top-btm {
  padding: 0 0 20px;
  background-image: linear-gradient(to top, var(--color-black02) 50px, transparent 50px);
}
@media print, screen and (992px <= width) {
  .top-btm {
    background-image: linear-gradient(to top, var(--color-black02) 110px, transparent 110px);
  }
}
@media (hover: hover) {
  .top-btm-bnr {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 0.5em;
  }
  .top-btm-bnr::after {
    font: var(--fa-font-solid);
    content: "\f061";
    position: absolute;
    z-index: 1;
    right: 1em;
    bottom: 1em;
    font-size: var(--font-size20);
    color: var(--color-white);
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    background-color: var(--color-red02);
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-10px);
    transition: transform 0.2s, opacity 0.2s;
  }
  .top-btm-bnr:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}