* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Poppins;
  src: url("./public/font/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("./public/font/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("./public/font/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./public/font/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./public/font/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./public/font/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./public/font/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url("./public/font/FtraLt.ttf") format("truetype");
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
}

picture {
  display: block;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.more-item {
  display: block;
  overflow: hidden;
  position: relative;
  width: 287px;
  height: 350px;
  color: #fff;
}
.more-item:hover .more-item__image {
  scale: 1.1;
}
.more-item__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.more-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
}
.more-item__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 76.857%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  .more-item__content::before {
    height: 55.43%;
  }
}
.more-item__category {
  padding: 8px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  background: #85c0cc;
}
.more-item__body {
  padding: 0 14px 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.more-item__title {
  padding-bottom: 6px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6428571429em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .more-item__title {
    font-size: 13px;
  }
}
.more-item__button {
  background: #85c0cc;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .more-item__button {
    width: 24px;
    height: 24px;
  }
}
.more-item__button img {
  margin-top: -2px;
  height: 4px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 4%;
  }
}
.header.active {
  background-color: rgba(255, 255, 255, 0.95);
}
.header.active .header__navigation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.header.active .header__logo-wrap-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.active .header__logo-wrap {
  display: none;
}
.header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header__logo-wrap {
    gap: 15px;
  }
}
.header__logo-wrap-active {
  display: none;
}
.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header__logo-wrapper {
    gap: 15px;
  }
}
.header__logo1 {
  width: 67.94px;
  height: 17.11px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .header__logo1 {
    width: 47.19px;
    height: 11.88px;
  }
}
.header__logo2 {
  width: 105.45px;
  height: 45.78px;
}
@media screen and (max-width: 767px) {
  .header__logo2 {
    width: 73.24px;
    height: 31.8px;
  }
}
.header__hamburger {
  position: relative;
  width: 37.51px;
  height: 28.19px;
  margin-top: 15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 28.15px;
    height: 26.19px;
    margin-top: 10px;
  }
}
.header__hamburger.active .header__hamburger-line {
  top: 50%;
  background-color: #000;
  height: 2px;
}
.header__hamburger.active .header__hamburger-line:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.active .header__hamburger-line:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header__hamburger-line {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger-line:first-child {
  top: 10px;
  left: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 18.19px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__hamburger-line:nth-child(2) {
    top: 16.19px;
  }
}
.header__navigation {
  position: absolute;
  top: 85px;
  right: 0;
  width: 100%;
  height: calc(100vh - 85px);
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__navigation {
    height: calc(100vh - 55.5px);
    top: 55.5px;
    padding: 50px 5% 90px;
    overflow: scroll;
  }
}
.header__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .header__nav-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.4rem;
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__nav-link::before {
  content: "";
  position: relative;
  top: 2px;
  width: 18.5px;
  height: 18.5px;
  background: url("./public/img/common/arrow-button.svg") center/contain no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-link:hover {
  opacity: 0.8;
}
.header__nav-link:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header__nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 2.3rem;
  color: #85c0cc;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .header__nav-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__nav-title-svg {
  width: 105px;
}
.header__nav-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .header__nav-link-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 35px;
  }
}
.header__nav-link-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .header__nav-link-block {
    row-gap: 35px;
  }
}
.header__nav-link-block .header__nav-item {
  min-width: 150px;
}
.header__nav-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .header__nav-external {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.header__nav-external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-external-link::after {
  content: "";
  position: relative;
  width: 8.5px;
  height: 8.5px;
  background: url("./public/img/icons/link.svg") center/contain no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-external-link:hover {
  opacity: 0.8;
}
.header__nav-external-link:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer {
  position: relative;
  margin-top: 120px;
  background-color: #f9f9f9;
  padding-block: 94px 125px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 65px 35px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .footer__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.footer__logo1 {
  width: 73.39px;
  height: 18.48px;
}
.footer__logo2 {
  width: 137.76px;
  height: 59.81px;
}
.footer__copyright {
  margin-top: 20px;
  display: block;
  font: 200 1rem "Poppins", sans-serif;
}
.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__navigation {
    margin-block: 50px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__nav-link::after {
  content: "";
  position: relative;
  width: 8.5px;
  height: 8.5px;
  background: url("./public/img/icons/link.svg") center/contain no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__nav-link:hover {
  font-weight: 700;
}
.footer__nav-link:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__btt {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -75px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .footer__btt {
    width: 39.7px;
    height: 39.7px;
    top: -67px;
    right: 14px;
  }
}

.bounce__text {
  display: inline-block;
  -webkit-animation: fade-up 0.7s cubic-bezier(0.25, 0.9, 0.35, 1) forwards;
          animation: fade-up 0.7s cubic-bezier(0.25, 0.9, 0.35, 1) forwards;
  opacity: 0;
}
.bounce__svg {
  -webkit-animation: fade-up-svg 0.7s cubic-bezier(0.25, 0.9, 0.35, 1) forwards;
          animation: fade-up-svg 0.7s cubic-bezier(0.25, 0.9, 0.35, 1) forwards;
  opacity: 0;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.top__mv-track {
  height: 100vh;
}
.top__mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 212px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(50%, transparent));
  background: linear-gradient(180deg, #000 0, transparent 50%);
  opacity: 0.7;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .top__mv-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: -webkit-clip-path 1s ease !important;
    transition: -webkit-clip-path 1s ease !important;
    transition: clip-path 1s ease !important;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease !important;
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
.top__mv-slide.is-masking {
  z-index: 2 !important;
}
.top__mv-slide.right {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.top__mv-slide.left {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.top__mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent));
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.3) 50%, transparent 75%);
}
.top__mv-text {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .top__mv-text {
    padding-inline: 15px;
  }
}
.top__about {
  min-height: 1000px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__about {
    min-height: unset;
    max-height: 692px;
  }
}
.top__about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top__about-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.116em;
  color: #fff;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .top__about-content {
    font-size: 14px;
  }
}
.top__marquee {
  position: absolute;
  top: -75px;
  height: 150px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__marquee {
    height: 75px;
    top: -38px;
  }
}
.top__marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee 30s linear infinite reverse;
}
.top__marquee-wrap img {
  min-width: 1181px;
}
@media screen and (max-width: 767px) {
  .top__marquee-wrap img {
    min-width: 581px;
  }
}
.top__video {
  position: relative;
}
.top__video-preview-wrap {
  position: relative;
  overflow: hidden;
}
.top__video-preview {
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top__video-preview {
    aspect-ratio: 375/460;
  }
}
.top__video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.top__video-play-button {
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 767px) {
  .top__video-play-button {
    width: 52px;
    height: 52px;
  }
}
.top__video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}
.top__video-modal-content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-inline: auto;
}
.top__video-full {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  display: block;
}
.top__video-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  z-index: 2;
}
.top__video-modal-close:hover, .top__video-modal-close:focus {
  color: #000;
}
.top__news {
  margin-top: 150px;
}
.top__news-title {
  font-size: 6rem;
  font-family: "Futura", sans-serif;
  font-weight: 300;
  color: #85c0cc;
}
.top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 40px;
  border: 1px solid #85c0cc;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__button:hover {
  background-color: #85c0cc;
  color: #fff;
}
.top__news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
.top__news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}
.top__news-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  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;
  gap: 50px;
  padding-right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__news-item::after {
  content: "";
  position: relative;
  max-width: 20px;
  width: 100%;
  height: 7px;
  background: url("./public/img/icons/news-arrow.svg") center/contain no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__news-item:hover {
  opacity: 0.6;
}
.top__news-item:hover::after {
  left: 10px;
}
.top__news-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.top__news-item-date {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  display: block;
  min-width: 75px;
}
.top__news-item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top__news-item-category {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.25em;
  display: block;
  padding-inline: 10px;
  text-wrap: nowrap;
  background-color: #f4f4f4;
  min-width: 75px;
}
.top__news-item-title {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top__business {
  margin-top: 100px;
}
.top__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__title-svg {
  width: 189px;
}
@media screen and (max-width: 767px) {
  .top__title-svg {
    width: 131px;
  }
}
.top__title-text {
  font-size: 4.8rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top__title-text {
    font-size: 32px;
  }
}
.top__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1325px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .top__business-list {
    padding-inline: 4%;
  }
}
.top__business-item {
  width: 320px;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .top__business-item {
    max-width: 343px;
    width: 100%;
  }
}
.top__business-item .more-item__category {
  font-size: 1.6rem;
}
.top__business-item .more-item__content {
  font-size: 1.5rem;
}
.top__business-item .more-item__button {
  width: 30px;
  height: 30px;
}
.top__initiatives {
  margin-top: 130px;
}
.top__initiatives-container {
  padding-inline: 4%;
  margin: 25px auto 0;
  max-width: calc(1088px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__initiatives-container {
    max-width: 100%;
    padding-inline: 4% 0;
  }
}
@media screen and (min-width: 767px) {
  .top__initiatives-list {
    display: block !important;
    visibility: visible !important;
  }
}
@media screen and (min-width: 767px) {
  .top__initiatives-list .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
.top__initiatives-list .splide__pagination {
  display: none;
}
.top__initiatives-list .splide__arrow {
  -webkit-transform: none;
          transform: none;
  top: unset;
  bottom: -48px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #6ab6cd;
}
.top__initiatives-list .splide__arrow:disabled {
  opacity: 0.6;
}
.top__initiatives-list .splide__arrow--prev {
  left: 0;
}
.top__initiatives-list .splide__arrow--next {
  right: unset;
  left: 36px;
}
.top__initiatives-list .splide__arrow svg {
  width: 7px;
  height: 7px;
  fill: #6ab6cd;
}
.top__initiatives-slider-progress {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: calc(100% - 154px);
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e6e6e6;
}
@media screen and (min-width: 767px) {
  .top__initiatives-slider-progress {
    display: none;
  }
}
.top__initiatives-slider-progress-bar {
  background-color: #85c0cc;
  height: 2px;
}
.top__initiatives-item {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .top__initiatives-item {
    width: 261px;
    display: block;
    margin-right: 16px;
  }
}
.top__initiatives-item-image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.top__initiatives-item-image:hover .top__initiatives-item-img,
.top__initiatives-item-image:hover .top__initiatives-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__initiatives-button-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .top__initiatives-button-wrap {
    margin: 85px auto 0;
  }
}
.top__initiatives-button {
  background: #85c0cc;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__initiatives-button {
    width: 24px;
    height: 24px;
  }
}
.top__initiatives-button img {
  margin-top: -2px;
  height: 4px;
}
.top__initiatives-item-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625em;
  letter-spacing: 0.02em;
  max-width: 289px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__initiatives-item-text {
    font-size: 12px;
  }
}
.top__recruit {
  margin-block: 105px 210px;
}
@media screen and (max-width: 767px) {
  .top__recruit {
    margin-block: 80px 140px;
  }
}
.top__recruit-wrap {
  margin-top: 20px;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1088/540;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__recruit-wrap {
    aspect-ratio: 343/460;
  }
}
.top__recruit-wrap:hover .top__recruit-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__recruit-image {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
}
.top__recruit-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 805px;
  padding-inline: 25px;
  width: 100%;
  aspect-ratio: 805/87;
}
@media screen and (max-width: 767px) {
  .top__recruit-image-text {
    padding-inline: 7px;
  }
}
.top__recruit-button-wrap {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top__recruit-button-wrap {
    font-size: 12px;
  }
}
.top__recruit-button {
  background: #85c0cc;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__recruit-button {
    width: 24px;
    height: 24px;
  }
}
.top__recruit-button svg {
  margin-top: -2px;
  height: 4px;
}

.works .parallax-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}
.works__main {
  position: relative;
  display: grid;
}
.works__main-title, .works__intro {
  grid-column: 1;
  grid-row: 1;
}
.works__main-title {
  position: sticky;
  top: 58px;
  left: 0;
  z-index: 1;
  font: 300 7.1rem "Futura", sans-serif;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #85c0cc;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 58px auto 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1366px) {
  .works__main-title {
    font-size: 61px;
  }
}
@media screen and (max-width: 1023px) {
  .works__main-title {
    font-size: 51px;
  }
}
@media screen and (max-width: 767px) {
  .works__main-title {
    position: absolute;
    top: 42px;
    right: 0;
    margin: 0 0 0 auto;
    font-size: 35px;
    letter-spacing: 0.116em;
  }
}
.works__intro {
  padding: 110px 0 158px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .works__intro {
    padding: 86px 4.27%;
  }
}
.works__intro-container {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .works__intro-container {
    width: 100%;
  }
}
.works__intro-text {
  padding: 0 0 56px 56px;
  font-size: 1.8rem;
  line-height: 2.0555555556em;
}
@media screen and (max-width: 767px) {
  .works__intro-text {
    padding: 0 0 30px;
    font-size: 12px;
    line-height: 2.25em;
  }
}
.works__intro-tagline {
  width: 578px;
}
@media screen and (max-width: 767px) {
  .works__intro-tagline {
    width: 271px;
  }
}
.works__content {
  position: relative;
  padding-block: 126px 140px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works__content {
    padding-block: 28px;
  }
}
.works__content-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.works__content-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + 1px);
  -webkit-backdrop-filter: blur(43px);
          backdrop-filter: blur(43px);
}
.works__content-inner {
  padding: 60px 80px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .works__content-inner {
    padding-inline: 38px;
  }
}
@media screen and (max-width: 767px) {
  .works__content-inner {
    padding: 44px 6% 69px;
  }
}
.works__content-heading {
  font-weight: 400;
  font-size: 2.9rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works__content-heading {
    font-size: 20px;
  }
}
.works__content-heading span {
  font-weight: 300;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .works__content-heading span {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.works__content-title {
  padding-block: 0 5px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .works__content-title {
    font-size: 14px;
  }
}
.works__content-title.px20 {
  padding-block: 10px 5px;
}
.works__content-title--fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .works__content-title--fs18 {
    font-size: 16px;
  }
}
.works__content-text {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.6923076923em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .works__content-text {
    font-size: 12px;
    line-height: 1.6666666667em;
  }
}
.works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 3.9%;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .works__grid {
    grid-template-columns: 100% !important;
    gap: 30px;
    margin-top: 30px;
  }
}
.works__grid.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .works__grid.mt24 {
    margin-top: 18px;
  }
}
.works__grid--syoji {
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .works__grid--syoji {
    gap: 30px;
  }
}
.works__grid--doboku {
  grid-template-columns: repeat(2, 1fr);
  gap: 39px;
  margin-inline: auto;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .works__grid--doboku {
    gap: 45px;
  }
}
.works__grid--kenchiku {
  grid-template-columns: minmax(199px, 30.71%) 1fr;
  gap: 6.25%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .works__grid--kenchiku {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .works__grid--kenchiku {
    gap: 53px;
  }
}
.works__grid--shigen {
  grid-template-columns: 1fr;
  margin-inline: auto;
  max-width: 780px;
}
.works__fig {
  padding-bottom: 14px;
}
.works__fig--pt10 {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .works__fig--pt10 {
    padding-top: 20px;
  }
}
.works__fig.pb0 {
  padding-bottom: 0;
}
.works__figimg {
  aspect-ratio: 285/185;
}
.works__figimg--w55 {
  aspect-ratio: 54/182;
}
.works__figimg--w45 {
  aspect-ratio: 45/205;
  margin-inline: auto;
  max-width: 45px;
}
.works__figimg--w440 {
  aspect-ratio: 440/240;
}
.works__figimg--w370 {
  aspect-ratio: 370/240;
}
.works__figcap {
  padding-top: 2px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: right;
}
.works__figcap--fs13 {
  font-size: 1.3rem;
}
.works__figcap.text-center {
  text-align: center;
}
.works__button-wrap {
  margin-top: 80px;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .works__button-wrap {
    margin-top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works__button-wrap.mt52 {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .works__button-wrap.mt52 {
    margin-top: 38px;
  }
}
.works__button {
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  width: 237px;
  height: 40px;
  background: #fff;
  border: 1px solid #85c0cc;
  border-radius: 20px;
  position: relative;
  gap: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works__button:hover {
  background: #85c0cc;
  color: #fff;
}
.works__button:hover svg .cls-1 {
  stroke: #fff;
}
.works__button svg {
  display: inline-block;
  width: 9px;
  height: 9px;
}
.works__button svg .cls-1 {
  stroke: #85c0cc;
}

.works-koukoku__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 7.33%;
}
@media screen and (max-width: 767px) {
  .works-koukoku__grid {
    gap: 48px;
  }
}
.works-koukoku__subgrid {
  display: grid;
  grid-template-columns: 1fr 144px;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .works-koukoku__subgrid {
    grid-template-columns: 100%;
  }
}
.works-koukoku__text {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .works-koukoku__text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-koukoku__images {
    margin-inline: auto;
    max-width: 144px;
  }
}
.works-koukoku__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.works-koukoku__image-group--enapark > * {
  min-width: 62px;
}

.works-kenchiku__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .works-kenchiku__images {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.works-kenchiku__logos {
  padding-block: 20px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.works-kenchiku__logos img {
  display: block;
  max-width: 96px;
  height: auto;
}
.works-kenchiku__foot {
  padding: 22px 26px 22px 22px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .works-kenchiku__foot {
    padding: 24px 0;
    position: relative;
  }
}
.works-kenchiku__foot::after {
  content: "";
  width: calc(100vw - 9%);
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: -7%;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .works-kenchiku__foot::after {
    display: block;
  }
}

.works-shigen__subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 35px;
}
.works-shigen__coal {
  padding-top: 10px;
}
.works-shigen__coal img {
  aspect-ratio: 370/135;
}
.works-shigen__coal figcaption {
  text-align: center;
}

.works-corporate__licenses {
  margin-top: 30px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .works-corporate__licenses {
    margin-top: 54px;
    gap: 15px;
  }
}
.works-corporate__license img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .works-corporate__license img {
    max-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .works-corporate__license img.cancer {
    width: 38px;
  }
}

.works-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 900px;
}
@media screen and (max-width: 767px) {
  .works-mv {
    height: 100svh;
    max-height: 740px;
  }
}
.works-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 213px;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
  background: linear-gradient(to top, transparent 0%, #000 100%);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .works-mv::before {
    height: 180px;
  }
}
.works-mv__background, .works-mv__foreground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.works-mv__foreground {
  z-index: 3;
}
.works-mv__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin-inline: auto;
  max-width: 1500px;
  height: 100%;
}
.works-mv__content {
  position: absolute;
  top: 10.93vw;
  right: 22.87vw;
  display: inline-block;
  padding: 45px 25px 20px;
  background: #fff;
  width: 316px;
}
@media screen and (max-width: 1366px) {
  .works-mv__content {
    right: 17.08%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works-mv__content {
    right: 4.27%;
  }
}
@media screen and (min-width: 1501px) {
  .works-mv__content {
    top: 164px;
    right: 343px;
  }
}
@media screen and (max-width: 767px) {
  .works-mv__content {
    inset: 0;
    margin: 108px auto 0;
    padding: 40px 24px 17px;
    width: 275px;
    height: 250px;
  }
}
.works-mv__title {
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .works-mv__title {
    font-size: 17px;
    line-height: 2.0588235294em;
  }
}
.works-mv__category {
  display: block;
  margin-top: 43px;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: right;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .works-mv__category {
    font-size: 12px;
  }
}

.works-related__container {
  padding: 99px 4.27% 0;
  margin: 0 auto;
  max-width: calc(1088px + 8.54%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .works-related__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .works-related__container {
    padding-top: 83px;
  }
}
.works-related__heading {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .works-related__heading {
    font-size: 15px;
  }
}
.works-related__heading svg {
  width: 295px;
}
@media screen and (max-width: 767px) {
  .works-related__heading svg {
    width: 225px;
  }
}
.works-related__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-related__track {
  overflow: visible;
  width: 100%;
  padding-block: 25px 22px;
}
@media screen and (max-width: 767px) {
  .works-related__track {
    padding-block: 22px 24px;
  }
}
.works-related__progress {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 18px;
  background: #e6e6e6;
  width: 365px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .works-related__progress {
    width: 205px;
  }
}
.works-related__progress-bar {
  height: 100%;
  background: #85c0cc;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.works-related .splide__arrows {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .works-related .splide__arrows {
    gap: 12px;
  }
}
.works-related .splide__arrow {
  background: #fff;
  border: 1px solid #85c0cc;
  height: 30px;
  opacity: 1 !important;
  width: 30px;
  position: relative;
  inset: auto;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767px) {
  .works-related .splide__arrow {
    width: 26px;
    height: 26px;
  }
}
.works-related .splide__arrow svg {
  fill: none;
}
.works-related .splide__arrow::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  background: url("./public/img/icons/arrow-blue.svg") center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .works-related .splide__arrow::after {
    width: 4px;
    height: 7px;
  }
}
.works-related .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.initiatives__mv {
  width: 100%;
  aspect-ratio: 1500/600;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .initiatives__mv {
    aspect-ratio: 375/416;
  }
}
.initiatives__mv-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent));
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.3) 50%, transparent 75%);
}
.initiatives__mv-svg {
  width: 190px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .initiatives__mv-svg {
    width: 133px;
    height: 29px;
  }
}
.initiatives__mv-text {
  font-size: 5.8rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .initiatives__mv-text {
    font-size: 40px;
  }
}
.initiatives__categories {
  margin-block: 67px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .initiatives__categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
    margin-block: 60px;
  }
}
.initiatives__category {
  min-width: 165px;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #85c0cc;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .initiatives__category {
    min-width: 100%;
  }
}
.initiatives__category:hover {
  background-color: #85c0cc;
  color: #fff;
  opacity: 0.6;
}
.initiatives__category.active {
  background-color: #85c0cc;
  color: #fff;
  pointer-events: none;
}
.initiatives__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 16px;
}
@media screen and (max-width: 767px) {
  .initiatives__list {
    grid-template-columns: 1fr;
    gap: 39px;
  }
}
.initiatives__item:hover .initiatives__item-image::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.initiatives__item:hover .initiatives__item-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.initiatives__item-image {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.initiatives__item-image::after {
  content: "";
  background: url("./public/img/initiatives/arrow-button.svg") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.initiatives__item-img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.initiatives__item-title {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625em;
  letter-spacing: 0.02em;
  max-width: calc(100% - 40px);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .initiatives__item-title {
    max-width: 100%;
    font-size: 12px;
  }
}
.initiatives__load-more {
  margin: 83px auto 135px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .initiatives__load-more {
    margin: 64px auto 130px;
  }
}
.initiatives__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 40px;
  border: 1px solid #85c0cc;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.initiatives__button:hover {
  background-color: #85c0cc;
  color: #fff;
}
.initiatives__details-mv {
  position: relative;
  margin-bottom: 85px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .initiatives__details-mv {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .initiatives__details-mv-image {
    width: 100%;
    aspect-ratio: 375/400;
  }
}
.initiatives__details-mv-container {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(928px + 8%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .initiatives__details-mv-container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.initiatives__details-mv-container--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.initiatives__details-mv-text {
  display: inline;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.25em;
  padding: 1px 5px 1px 10px;
  margin: -1px 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .initiatives__details-mv-text {
    display: block;
    line-height: 1.6666666667em;
    padding: 0;
    margin: 50px 0 0;
  }
}
.initiatives__details-content {
  max-width: calc(928px + 8%);
  width: 100%;
  padding-inline: 4%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .initiatives__details-content--sp-full {
    padding-inline: 0;
  }
}
.initiatives__details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
}
.initiatives__details-date {
  font-weight: 300;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
.initiatives__details-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.initiatives__details-category {
  background: #f4f4f4;
  font-size: 1.2rem;
  font-weight: 300;
  padding-inline: 14px;
}
.initiatives__details-image {
  width: 100%;
  margin-bottom: 60px;
}
.initiatives__details-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.initiatives__details-heading {
  font-size: 2.4rem;
  line-height: 1.5833333333em;
}
@media screen and (max-width: 767px) {
  .initiatives__details-heading {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.initiatives__details-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75em;
}
.initiatives__pagination {
  margin-block: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .initiatives__pagination {
    margin-bottom: 130px;
  }
}
.initiatives__pagination-link {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1088px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.anchor {
  scroll-margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .anchor {
    scroll-margin-top: 120px;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-up-svg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up-svg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
