@charset "UTF-8";
* {
  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;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.section {
  padding: 130px 0;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 100px 0;
  }
}
.section__container {
  margin: 0 auto;
  padding: 0 2.5%;
  width: 100%;
  max-width: calc(1360px + 5%);
}
@media screen and (max-width: 767px) {
  .section__container {
    padding: 0 7.33%;
  }
}

.btn,
.btn__child a,
.btn__child button,
.btn__child input[type=button] {
  position: relative;
  display: block;
  border: 1px solid #003893;
  border-radius: 6px;
  padding: 17px 36px 17px 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 252.66px;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.7616666667em;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  background: #003893;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn,
  .btn__child a,
  .btn__child button,
  .btn__child input[type=button] {
    padding: 8px 18px 8px 13px;
    min-width: 158.13px;
    font-size: 1.3rem;
  }
}
.btn:hover,
.btn__child a:hover,
.btn__child button:hover,
.btn__child input[type=button]:hover {
  cursor: pointer;
  border-color: #003893;
  color: #003893;
  background: #fff;
}

.btn::before,
.btn__child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 13px;
  height: 14px;
  background: url("../public/icon/icon-arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .btn::before,
  .btn__child::before {
    right: 18px;
    width: 8px;
    height: 9px;
  }
}
.btn:hover::before,
.btn__child:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(2847%) hue-rotate(215deg) brightness(95%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(2847%) hue-rotate(215deg) brightness(95%) contrast(101%);
}
.btn--white::before,
.btn__child--white::before {
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(2847%) hue-rotate(215deg) brightness(95%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(2847%) hue-rotate(215deg) brightness(95%) contrast(101%);
}
.btn--white:hover::before,
.btn__child--white:hover::before {
  -webkit-filter: none;
          filter: none;
}

.btn--white,
.btn__child--white a,
.btn__child--white button,
.btn__child--white input[type=button] {
  border-color: #003893;
  color: #003893;
  background: #fff;
}
.btn--white:hover,
.btn__child--white a:hover,
.btn__child--white button:hover,
.btn__child--white input[type=button]:hover {
  border-color: #fff;
  color: #fff;
  background: #003893;
}

.btn__child {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn__secondary {
  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: 20px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 23px 2%;
  width: 100%;
  max-width: 555px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #fff;
  background: #003893;
}
@media screen and (max-width: 767px) {
  .btn__secondary {
    gap: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn__secondary img {
    max-width: 30px;
  }
}
.btn__secondary:hover {
  cursor: pointer;
  border-color: #003893;
  background: #fff;
  color: #003893;
}
.btn__secondary:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(1352%) hue-rotate(205deg) brightness(95%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(1352%) hue-rotate(205deg) brightness(95%) contrast(80%);
}

.heading {
  font-size: 8rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.098375em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 4rem;
  }
}
.heading__jp {
  font-size: 4.42rem;
  font-weight: 400;
  line-height: 0.9827898551em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .heading__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .heading__jp--sp-lh {
    line-height: 1.75em;
  }
}

.header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 980px) {
  .header {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 23px 7.33%;
  }
}
.header.is-scrolled {
  background-color: #003893;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.header-bg {
  background-color: #003893;
}
.header.active {
  padding-block: 33px;
  background: #003893;
}
@media screen and (max-width: 767px) {
  .header.active {
    padding-block: 20px;
  }
}
.header__logo-link {
  width: 144px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo-link {
    width: 77px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 88px;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    gap: 66px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav {
    width: 100%;
    max-height: 0;
    background-color: #003893;
    -webkit-transition: max-height 0.6s ease, opacity 0.6s ease, visibility 0.6s ease, padding 0.6s ease;
    transition: max-height 0.6s ease, opacity 0.6s ease, visibility 0.6s ease, padding 0.6s ease;
    opacity: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 68px;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    gap: 65px;
  }
}
.header__nav.is-active {
  max-height: 100vh;
  height: 100svh;
  opacity: 1;
  padding: 50px 20px;
  overflow: auto;
  visibility: visible;
  pointer-events: auto;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    gap: 35px;
  }
}
@media screen and (max-width: 980px) {
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    gap: 32px;
  }
}
.header__link {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__link {
    font-size: 26px;
  }
}
.header__link:hover {
  opacity: 0.7;
}
.header__lang-wrap {
  position: relative;
  width: 24px;
  height: 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;
}
.header__lang {
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
}
@media screen and (max-width: 767px) {
  .header__lang {
    font-size: 26px;
  }
}
.header__lang:hover {
  opacity: 0.7;
}
.header__hamburger {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 45px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger.is-active .header__hamburger-icon span {
    left: 50%;
  }
}
.header__hamburger.is-active .header__hamburger-icon span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-icon span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-icon span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__hamburger-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.header__hamburger-icon span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__hamburger-icon span {
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: none;
            transform: none;
  }
}
.header__hamburger-icon span:nth-child(1) {
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .header__hamburger-icon span:nth-child(1) {
    top: 0;
  }
}
.header__hamburger-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__hamburger-icon span:nth-child(3) {
  top: calc(50% + 8px);
}
@media screen and (max-width: 767px) {
  .header__hamburger-icon span:nth-child(3) {
    top: unset;
    bottom: 0;
  }
}

.footer {
  background-color: #003893;
  padding: 163px 4% 85px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 81.5px 2% 42.5px;
  }
}
.footer__wrapper {
  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: 170px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    gap: 85px;
  }
}
.footer__logo-link {
  width: 35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__logo-link {
    width: 25px;
  }
}
.footer__copyright {
  font-weight: 300;
  font-size: 12.42px;
  color: #fff;
  text-align: center;
  line-height: 2.0128824477em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 11px;
  }
}

.banner {
  width: 100%;
  height: 644px;
  position: relative;
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .banner {
    height: 358px;
    padding: 45px 7.33%;
  }
}
.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 147, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
.banner__title--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__title-en {
  font: 300 12rem "Inter", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner__title-en {
    font-size: 4rem;
  }
}

.news-item {
  display: block;
  padding-block: 40px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .news-item {
    padding-block: 20px;
  }
}
.news-item:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.news-item__date {
  display: block;
  margin-bottom: 26px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news-item__date {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
}
.news-item__description {
  display: block;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .news-item__description {
    font-size: 1.4rem;
  }
}

.anchor {
  position: relative;
  top: -175.88px;
}
@media screen and (max-width: 1200px) {
  .anchor {
    top: -135.88px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -76px;
  }
}

.animate-fadeup {
  -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
}

.startup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003893;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.startup.none, .startup.remove {
  opacity: 0;
  visibility: hidden;
}
.startup__logo {
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 305px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .startup__logo {
    left: 10%;
    width: 30%;
  }
}
.startup__logo.active {
  opacity: 1;
}
.startup__banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  z-index: 2;
}
.startup__banner::before, .startup__banner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 22;
  -webkit-transition: all 1500ms linear;
  transition: all 1500ms linear;
}
.startup__banner::before {
  left: -100%;
  width: 91%;
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}
.startup__banner::after {
  right: -100%;
  width: 18%;
  -webkit-clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.startup__banner.active::before {
  left: 0;
}
.startup__banner.active::after {
  right: 0;
}

.mainvisual {
  position: relative;
  padding: 0;
  width: 100%;
  height: calc(100vh - 176.38px);
  max-height: 764px;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: calc(100vh - 75px);
    max-height: 440px;
  }
}
.mainvisual.animate .mainvisual__image video {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mainvisual.animate .mainvisual__heading {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mainvisual__container {
  position: absolute;
  top: 176.38px;
  right: 0;
  padding-left: 4.06%;
  width: 100%;
  height: 100%;
  max-width: calc(1535px + 4.06%);
}
@media screen and (max-width: 767px) {
  .mainvisual__container {
    top: 75px;
    padding-left: 7.33%;
    height: 460px;
  }
}
.mainvisual__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvisual__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
.mainvisual__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 147, 0.17);
  mix-blend-mode: multiply;
  z-index: 2;
}
.mainvisual__heading {
  position: absolute;
  bottom: 80px;
  left: 10%;
  font-size: 15.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 0.9985618095em;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .mainvisual__heading {
    font-size: 12.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual__heading {
    font-size: 9.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__heading {
    bottom: 30px;
    left: 13%;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 370px) {
  .mainvisual__heading {
    font-size: 12vw;
  }
}

.top-pa {
  position: relative;
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .top-pa {
    padding-top: 72px;
  }
}
.top-pa__wrapper {
  position: relative;
}
.top-pa__heading {
  position: absolute;
  top: -70px;
  left: 35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-size: 12rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-pa__heading {
    top: -34px;
    left: 22px;
    font-size: 5.4rem;
  }
}
.top-pa__container {
  position: relative;
  margin-left: auto;
  padding-left: 100px;
  max-width: 1480px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-pa__container {
    padding-right: 4%;
    padding-left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .top-pa__container--fullSP {
    padding-left: 75px;
    padding-right: 0;
    width: 100%;
  }
}
.top-pa__number {
  position: absolute;
  top: 0;
  right: 20%;
  font-size: 59.31rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 0.6em;
  letter-spacing: 0.04em;
  color: #073d96;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .top-pa__number {
    right: 38px;
    top: 120%;
    font-size: 30rem;
  }
}
.top-pa__text {
  margin: 54px 0 75px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 2.625em;
}
@media screen and (max-width: 767px) {
  .top-pa__text {
    margin: 22px 0 50px;
    font-size: 1.4rem;
  }
}
.top-pa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-pa__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
  }
}
.top-pa__item {
  position: relative;
  max-width: 230px;
  height: 534px;
}
@media screen and (max-width: 767px) {
  .top-pa__item {
    width: 100%;
    height: 150px;
    max-width: 100%;
  }
}
.top-pa__item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-pa__item-text {
  position: absolute;
  top: 10px;
  left: 15%;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 767px) {
  .top-pa__item-text {
    top: 30px;
    left: 6%;
    font-size: 2rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 350px) {
  .top-pa__item-text {
    font-size: 5.3vw;
  }
}
.top-pa__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-pa__image img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .top-pa__image img {
    -o-object-position: center !important;
       object-position: center !important;
  }
}
.top-pa__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  mix-blend-mode: multiply;
  z-index: 2;
}
.top-pa__image.pos2 img {
  -o-object-position: -230px;
     object-position: -230px;
}
.top-pa__image.pos4 img {
  -o-object-position: 75%;
     object-position: 75%;
}
.top-pa__image.pos5 img {
  -o-object-position: -200px;
     object-position: -200px;
}
.top-pa__image.pos6 img {
  -o-object-position: -120px;
     object-position: -120px;
}
.top-pa__button {
  margin-top: 112px;
}
@media screen and (max-width: 767px) {
  .top-pa__button {
    margin: 50px auto 0;
    max-width: 300px;
  }
}

.top-about {
  padding-top: 115px;
  overflow: hidden;
  background: #eff3f6;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-top: 57.5px;
  }
}
.top-about__ctr {
  padding-top: 290px;
  background-color: #eff3f6;
}
@media screen and (max-width: 980px) {
  .top-about__ctr {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__ctr {
    padding-top: 102.5px;
  }
}
.top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 175px;
}
@media screen and (max-width: 980px) {
  .top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__wrap {
    padding-bottom: 122px;
    gap: 50px;
  }
}
.top-about__introduction {
  max-width: 526px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-about__introduction {
    max-width: 100%;
  }
}
.top-about__title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8928571429em;
  letter-spacing: 0.08em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .top-about__title {
    font-size: 1.6rem;
  }
}
.top-about__desc {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  margin-block: 40px 45px;
}
@media screen and (max-width: 767px) {
  .top-about__desc {
    font-size: 15px;
    margin-block: 20px 55px;
  }
}
.top-about__slide {
  margin-right: -235px;
  width: calc(100% + 50vw);
}
@media screen and (max-width: 980px) {
  .top-about__slide {
    width: calc(100% + 45vw);
    margin-right: -135px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__slide {
    width: calc(100% + 10vw);
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__slide .splide__track {
    padding-right: 70px !important;
  }
}
.top-about__slider-item {
  max-width: 828px;
}
.top-about__slider-image {
  width: 100%;
  height: 410px;
}
@media screen and (max-width: 767px) {
  .top-about__slider-image {
    aspect-ratio: 2246/1114;
    height: auto;
  }
}
.top-about__slider-caption {
  margin: 10px;
  width: 100%;
}
.top-about__slider-caption-text {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.top-about__slidenav {
  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;
  gap: 20px;
  margin-top: 20px;
}
.top-about__slidenav-item {
  position: relative;
  border: 1px solid #003893;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #003893;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.top-about__slidenav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  background: url("../public/icon/icon-arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-about__slidenav-item:first-child::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.top-about__slidenav-item:hover {
  background: #fff;
}
.top-about__slidenav-item:hover::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.top-about__marquee {
  width: 100%;
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  .top-about__marquee {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__marquee {
    padding-top: 100px;
  }
}
.top-about__marquee-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-about__marquee-text {
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  margin-bottom: -60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-about__marquee-text {
    margin-bottom: -40px;
  }
}
.top-about__marquee-image {
  display: block;
  height: 223px;
  margin: 0 30px;
  aspect-ratio: 2952/223;
}
@media screen and (max-width: 767px) {
  .top-about__marquee-image {
    height: 150px;
  }
}

.top-team {
  background: none;
}
.top-team__inner {
  position: relative;
  padding: 225px 0 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-team__inner {
    padding-top: 110px;
  }
}
.top-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-team__container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.top-team__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.625em;
  letter-spacing: 0.06em;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .top-team__text {
    font-size: 1.4rem;
  }
}
.top-team__visual {
  position: relative;
  height: 742px;
}
@media screen and (max-width: 767px) {
  .top-team__visual {
    height: 242px;
  }
}
.top-team__visual img {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.top-news-room__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 767px) {
  .top-news-room__grid {
    grid-template-columns: 1fr;
  }
}
.top-news-room__heading {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top-news-room__heading {
    margin-bottom: 0;
  }
}
.top-news-room__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .top-news-room__column {
    margin: 40px 0;
  }
}

.about__banner-image img {
  -o-object-position: top;
     object-position: top;
}
.about__msg {
  padding-block: 200px 250px;
}
@media screen and (max-width: 980px) {
  .about__msg {
    padding-block: 70px 200px;
  }
}
@media screen and (max-width: 767px) {
  .about__msg {
    padding-block: 45px 152.5px;
  }
}
.about__msg-intro {
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.935483871em;
  letter-spacing: 0.02em;
  color: #003893;
  margin-block: 90px 100px;
}
@media screen and (max-width: 980px) {
  .about__msg-intro {
    margin-block: 60px 70px;
  }
}
@media screen and (max-width: 767px) {
  .about__msg-intro {
    font-size: 1.6rem;
    margin-block: 55px 19px;
  }
}
.about__msg-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1200px) {
  .about__msg-wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 980px) {
  .about__msg-wrap {
    grid-template-columns: 1fr;
  }
}
.about__msg-text {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.9444444444em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about__msg-text {
    font-size: 1.4rem;
  }
}
.about__msg-text--left {
  text-align: left;
}
.about__msg-profile {
  width: 100%;
  height: 583px;
  background: linear-gradient(130deg, rgb(240, 243, 247) 0%, rgb(167, 182, 201) 100%);
  padding-inline: 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;
}
@media screen and (max-width: 767px) {
  .about__msg-profile {
    height: auto;
  }
}
.about__msg-profile-info {
  color: #251e1c;
}
@media screen and (max-width: 767px) {
  .about__msg-profile-info {
    width: 87%;
  }
}
.about__msg-profile-name {
  font: 300 5.3rem "Inter", sans-serif;
  line-height: 1.0943396226em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .about__msg-profile-name {
    font-size: 33px;
  }
}
.about__msg-profile-name--jp {
  font: 500 2.63rem "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .about__msg-profile-name--jp {
    font-size: 20px;
  }
}
.about__msg-profile-wrap {
  margin-block: 20px 12px;
}
@media screen and (max-width: 767px) {
  .about__msg-profile-wrap {
    margin-block: 20px 6px;
  }
}
.about__msg-profile-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6216666667em;
  display: block;
}
@media screen and (max-width: 767px) {
  .about__msg-profile-desc {
    font-size: 10px;
  }
}
.about__msg-profile-image {
  max-width: 437px;
  width: 100%;
  height: 100%;
}
.about__partner {
  position: relative;
  padding-block: 200px;
}
@media screen and (max-width: 980px) {
  .about__partner {
    padding-block: 150px;
  }
}
@media screen and (max-width: 767px) {
  .about__partner {
    padding-block: 100px;
  }
}
.about__partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about__partner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003893;
  mix-blend-mode: multiply;
}
.about__partner-content {
  position: relative;
  margin-top: 135px;
}
@media screen and (max-width: 980px) {
  .about__partner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about__partner-content {
    margin-top: 67.5px;
    gap: 25px;
  }
}
.about__partner-info {
  width: 42.06%;
}
@media screen and (max-width: 980px) {
  .about__partner-info {
    width: 100%;
  }
}
.about__partner-desc {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2em;
  color: #fff;
  margin-bottom: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1200px) {
  .about__partner-desc {
    padding-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .about__partner-desc {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__partner-desc {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
.about__partner-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
}
.about__partner-profile-image {
  width: 265px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about__partner-profile-image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 165px;
    height: 195px;
  }
}
.about__partner-profile-icon {
  width: 270px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .about__partner-profile-icon {
    width: 137.5px;
    height: auto;
  }
}
.about__partner-profile-name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about__partner-profile-name {
    font-size: 1.3rem;
  }
}
.about__partner-image {
  width: 50.85%;
  height: 545px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .about__partner-image {
    width: 57%;
  }
}
@media screen and (max-width: 980px) {
  .about__partner-image {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.about__company {
  padding-block: 175px 185px;
}
@media screen and (max-width: 767px) {
  .about__company {
    padding-block: 87.5px 92.5px;
  }
}
.about__company-content {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .about__company-content {
    margin-top: 47.5px;
  }
}
.about__company-row {
  display: grid;
  grid-template-columns: 245px 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 38.5px;
  border-bottom: 1.8px solid #eeefef;
}
@media screen and (max-width: 500px) {
  .about__company-row {
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .about__company-row {
    padding-block: 20px;
    grid-template-columns: auto;
  }
}
.about__company-row:first-child {
  border-top: 1.8px solid #eeefef;
}
.about__company-row--flexstart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__company-row--single {
  grid-template-columns: auto;
}
.about__company-label {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about__company-label {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}
.about__company-info {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .about__company-info {
    font-size: 1.4rem;
  }
}
.about__company-info a {
  display: block;
}
.about__company-info a:not(:last-child) {
  margin-bottom: 20px;
}
.about__company-info--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1070px) {
  .about__company-info--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
.about__company-info--company {
  gap: 15%;
}
@media screen and (max-width: 767px) {
  .about__company-info--company {
    gap: 28px;
  }
}
.about__company-link {
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .about__company-link {
    font-size: 13px;
  }
}
.about__company-link:hover {
  opacity: 0.7;
}
.about__company-list {
  padding-left: 22px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .about__company-list {
    padding-left: 15px;
    margin-top: 17.5px;
  }
}
.about__company-list.blue {
  color: #003893;
  font-weight: 400;
}
.about__company-list.disc {
  padding-left: 0;
}
.about__company-list.disc .about__company-item {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .about__company-list.disc .about__company-item {
    padding-left: 15px;
  }
}
.about__company-list.disc .about__company-item::before {
  content: "●";
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about__company-list.disc .about__company-item::before {
    font-size: 9px;
  }
}
.about__company-icon {
  margin-bottom: 20px;
  max-width: 275px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about__company-icon {
    margin-bottom: 2px;
  }
}
.about__company-icon--wtc {
  max-width: 465px;
}

.our-team {
  padding-block: 215px 400px;
}
@media screen and (max-width: 767px) {
  .our-team {
    padding-block: 60px;
  }
}
@media screen and (max-width: 767px) {
  .our-team__container {
    padding: 0;
  }
}
.our-team__list {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .our-team__list {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .our-team__list {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.our-team__item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .our-team__item {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}
.our-team__item:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}
.our-team__item:nth-child(1) .our-team__name {
  margin-block: 0 2px;
}
.our-team__item:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.our-team__item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.our-team__item:nth-child(4) {
  grid-row: 3/4;
  grid-column: 1/2;
}
.our-team__item:nth-child(5) {
  grid-row: 3/4;
  grid-column: 2/3;
}
.our-team__item:nth-child(6) {
  grid-row: 4/5;
  grid-column: 1/2;
}
.our-team__item:nth-child(7) {
  grid-row: 4/5;
  grid-column: 2/3;
}
.our-team__item:nth-child(8) {
  grid-row: 5/6;
  grid-column: 1/2;
}
.our-team__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .our-team__image {
    aspect-ratio: 595/393;
    width: 100%;
    max-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .our-team__image picture {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .our-team__image img {
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
}
@media screen and (max-width: 480px) {
  .our-team__image img {
    -o-object-position: 50% -30px;
       object-position: 50% -30px;
  }
}
@media screen and (max-width: 767px) {
  .our-team__image--lg {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .our-team__image--lg img {
    height: 110%;
    -o-object-position: 50% -16px;
       object-position: 50% -16px;
  }
}
.our-team__profile-info {
  margin-block: 35px;
}
@media screen and (max-width: 767px) {
  .our-team__profile-info {
    margin-block: 20px;
    padding: 0 7.33%;
  }
}
.our-team__position {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .our-team__position {
    font-size: 15px;
  }
}
.our-team__name {
  font-size: 2.7rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .our-team__name {
    font-size: 23px;
  }
}
.our-team__desc {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .our-team__desc {
    font-size: 13px;
  }
}
.our-team__info {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .our-team__info {
    padding: 0 7.33%;
    font-size: 15px;
  }
}

.careers__list {
  display: grid;
  grid-template-columns: 18% 82%;
  margin: 100px 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6964285714em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .careers__list {
    grid-template-columns: auto;
    margin: 50px 0;
    font-size: 15px;
  }
}
.careers__label, .careers__description {
  border-top: 1px solid #e6e6e6;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .careers__label, .careers__description {
    border-top: 0;
    padding: 25px 5%;
  }
}
.careers__description p:not(:first-child) {
  margin-top: 1em;
}
.careers__description a {
  text-decoration: underline;
}
.careers__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .careers__label {
    border-top: 1px solid #e6e6e6;
  }
}
.careers__pdf {
  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: 20px;
}
@media screen and (max-width: 767px) {
  .careers__pdf {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .careers__pdf img {
    max-width: 30px;
  }
}
.careers__pdf:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(1352%) hue-rotate(205deg) brightness(95%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(1352%) hue-rotate(205deg) brightness(95%) contrast(80%);
}

.ma-support__section:not(:first-child) {
  margin-top: 80px;
}
.ma-support__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ma-support__text {
    font-size: 1.4rem;
  }
}
.ma-support__heading {
  margin-bottom: 23px;
  padding: 9.3px 1%;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #fff;
  background: #003893;
}
@media screen and (max-width: 767px) {
  .ma-support__heading {
    padding: 9.3px 5%;
  }
}
.ma-support__subsection:not(:first-child) {
  margin-top: 58px;
}
.ma-support__subheading {
  position: relative;
  margin-bottom: 18px;
  padding: 9px 1%;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .ma-support__subheading {
    padding: 9px 5%;
  }
}
.ma-support__subheading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #003893;
}
.ma-support__table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.ma-support__table--fee {
  margin: 20px 0 10px;
}
.ma-support__table-label, .ma-support__table-data {
  border: 1px solid #c3dce6;
  padding: 0 32px;
  width: 50%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.1111111111em;
  letter-spacing: 0.1em;
  background: #dfecf2;
}
@media screen and (max-width: 767px) {
  .ma-support__table-label, .ma-support__table-data {
    padding: 0 16px;
    font-size: 1.3rem;
  }
}
.ma-support__table-label--handling, .ma-support__table-data--handling {
  padding: 14px 47px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ma-support__table-label--handling, .ma-support__table-data--handling {
    padding: 14px 2.5% !important;
    font-size: 1.8rem;
    text-align: center;
  }
}
.ma-support__table-label--center, .ma-support__table-data--center {
  text-align: center;
}
.ma-support__table-label--left, .ma-support__table-data--left {
  text-align: left;
}
.ma-support__table-label {
  padding: 13px 32px;
  font-weight: 400;
  line-height: 1.7777777778em;
  color: #fff;
  background: #78b0c7;
}
.ma-support__table-label--handling {
  width: 12.81%;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .ma-support__table-label--handling {
    width: auto;
    font-size: 1.8rem;
  }
}
.ma-support__note {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.4615384615em;
  letter-spacing: 0.1em;
}
.ma-support__system {
  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;
  gap: 64px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .ma-support__system {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ma-support__system-item {
  position: relative;
  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;
  padding: 0 2%;
  width: 100%;
  min-height: 221.72px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(23, 37, 204, 0.15);
          box-shadow: 0 0 6px rgba(23, 37, 204, 0.15);
}
.ma-support__system-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 14.13px;
  height: 23.99px;
  background: url("../public/icon/icon-caret-right-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ma-support__system-item:not(:first-child)::before {
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.ma-support__system-title {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .ma-support__system-title {
    font-size: 1.4rem;
  }
}
.ma-support__system-description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  text-align: center;
}
.ma-support__btn {
  margin: 216px auto 86px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ma-support__btn {
    margin: 100px 0 0;
    width: 100%;
  }
}

.newsroom__section {
  padding: 118px 0 165px;
}
@media screen and (max-width: 767px) {
  .newsroom__section {
    padding: 50px 0 72.5px;
  }
}
.newsroom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1440px + 5%);
}
@media screen and (max-width: 767px) {
  .newsroom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsroom__container--heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .newsroom__container--heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.newsroom__heading {
  font-size: 3.67rem;
  line-height: 1.1976209786em;
}
@media screen and (max-width: 767px) {
  .newsroom__heading {
    font-size: 2rem;
  }
}
.newsroom__slider-nav, .newsroom__slider-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;
}
.newsroom__slider {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .newsroom__slider {
    margin-top: 20px;
  }
}
.newsroom__slider-splide--single {
  visibility: visible !important;
}
.newsroom__slider-splide--single .newsroom__slider-item {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-splide--single .newsroom__slider-item {
    padding-inline: 0;
  }
}
.newsroom__slider-nav {
  gap: 30px;
}
.newsroom__slider-button {
  border: 0.54px solid #251e1c;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  background: #eff3f6;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-button {
    width: 41px;
    height: 41px;
  }
}
.newsroom__slider-button.right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.newsroom__slider-button:hover {
  cursor: pointer;
  background: #251e1c;
}
.newsroom__slider-button:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.newsroom__slider-button.hidden {
  display: none;
}
@media screen and (min-width: 980px) {
  .newsroom__slider-button.hidden-tab {
    display: none;
  }
}
.newsroom__slider-item {
  min-width: 583.77px;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-item {
    padding: 0 4.5%;
    width: 100%;
    min-width: 0;
  }
}
.newsroom__slider-img, .newsroom__slider-placeholder {
  margin-bottom: 10px;
  width: 100%;
  height: 320.2px;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-img, .newsroom__slider-placeholder {
    height: 160px;
  }
}
.newsroom__slider-placeholder {
  background: #fff;
}
.newsroom__slider-date {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4520255864em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-date {
    font-size: 1.1rem;
  }
}
.newsroom__slider-title {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-title {
    font-size: 1.7rem;
  }
}
.newsroom__slider-description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875em;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .newsroom__slider-description {
    -webkit-line-clamp: 4;
    font-size: 1.4rem;
  }
}
.newsroom__categories-list {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .newsroom__categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
}
.newsroom__categories-item {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.9444444444em;
  letter-spacing: 0.1em;
  color: #9e9e9f;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .newsroom__categories-item {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.newsroom__categories-item:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .newsroom__categories-item:not(:first-child) {
    margin-top: 0;
    margin-left: 15px;
  }
}
.newsroom__categories-item.active, .newsroom__categories-item:hover {
  color: #251e1c;
}
.newsroom__list {
  width: 78.48%;
  max-width: 1138px;
}
@media screen and (max-width: 767px) {
  .newsroom__list {
    margin-top: 30px;
    width: 100%;
  }
}
.newsroom__item {
  border-top: 1.03px solid #d4d4d4;
  padding: 30px 0;
  width: 100%;
}
.newsroom__item:last-child {
  border-bottom: 1.03px solid #d4d4d4;
}
.newsroom__link {
  display: grid;
  gap: 12px;
}
.newsroom__date {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.0714285714em;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .newsroom__date {
    font-size: 1.2rem;
  }
}
.newsroom__description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.11em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .newsroom__description {
    font-size: 1.4rem;
  }
}
.newsroom__nav {
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  .newsroom__nav {
    margin-top: 50px;
  }
}

.newsroom-details__container {
  max-width: calc(845px + 5%);
}
.newsroom-details__date {
  font-size: 1.89rem;
  font-weight: 300;
  line-height: 2.0696937698em;
  letter-spacing: 0.11em;
}
.newsroom-details__title {
  font-size: 4.26rem;
  font-weight: 400;
  line-height: 2.000234852em;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .newsroom-details__title {
    font-size: 2.3rem;
  }
}
.newsroom-details__main {
  margin: 46px 0 66px;
}
.newsroom-details__thumbnail {
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
}
.newsroom-details__content {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: normal;
}
.newsroom-details__content h1,
.newsroom-details__content h2,
.newsroom-details__content h3,
.newsroom-details__content h4,
.newsroom-details__content h5,
.newsroom-details__content h6 {
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.11em;
}
.newsroom-details__nav, .newsroom-details__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsroom-details__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .newsroom-details__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsroom-details__nav-link {
  gap: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .newsroom-details__nav-link {
    font-size: 1.3rem;
    gap: 10px;
  }
}
.newsroom-details__nav-link--disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
}
.newsroom-details__nav-icon {
  position: relative;
  border: 1px solid #003893;
  border-radius: 50%;
  width: 72.73px;
  height: 72.73px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .newsroom-details__nav-icon {
    width: 34px;
    height: 34px;
  }
}
.newsroom-details__nav-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.75px;
  height: 9.77px;
  background: url("../public/icon/icon-caret-right-blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsroom-details__nav-icon.left::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.newsroom-details__nav-icon:hover {
  background: #003893;
}
.newsroom-details__nav-icon:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 480px) {
  .newsroom-details__nav-item:nth-child(2) {
    margin-top: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 480px) {
  .newsroom-details__nav-item:nth-child(2) .newsroom-details__nav-link {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .practice-areas {
    padding-bottom: 0;
  }
}
.practice-areas__wrapper {
  max-width: 100%;
}
@media screen and (min-width: 1600px) {
  .practice-areas__wrapper {
    padding-inline: 118px;
  }
}
@media screen and (max-width: 767px) {
  .practice-areas__wrapper {
    padding-inline: 7.33%;
  }
}
.practice-areas__intro {
  margin: 54px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.625em;
  letter-spacing: 0.06em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .practice-areas__intro {
    margin: 30px 0 0;
    font-size: 1.4rem;
  }
}
.practice-areas__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .practice-areas__container {
    padding-bottom: 140px;
  }
}
.practice-areas__image {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .practice-areas__image {
    display: block;
    width: 100%;
    height: 238.5px;
  }
}
.practice-areas__image.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.practice-areas__list {
  width: 100%;
}
.practice-areas__item {
  position: relative;
  min-height: 100vh;
  contain: paint;
  will-change: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .practice-areas__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    height: auto !important;
    min-height: unset;
  }
}
.practice-areas__item:nth-child(even) .practice-areas__item-wrapper-inner {
  background: #eff3f6 !important;
}
.practice-areas__item-details {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 130px 8.38%;
  width: 39.62%;
  min-width: 630px;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .practice-areas__item-details {
    padding: 130px 118px;
  }
}
@media screen and (max-width: 767px) {
  .practice-areas__item-details {
    padding: 65px 7.33%;
    width: 100%;
    min-width: 100%;
  }
}
.practice-areas__number {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.8105263158em;
  letter-spacing: 0.23em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .practice-areas__number {
    font-size: 1.46rem;
  }
}
.practice-areas__title {
  margin: 12px 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1466666667em;
  letter-spacing: 0.23em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .practice-areas__title {
    font-size: 2.1rem;
  }
}
.practice-areas__subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.13em;
  letter-spacing: 0.23em;
  color: #003893;
}
@media screen and (max-width: 767px) {
  .practice-areas__subtitle {
    font-size: 1.1rem;
  }
}
.practice-areas__description {
  margin-top: 52px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .practice-areas__description {
    font-size: 1.4rem;
  }
}
.practice-areas__support {
  margin: 0 auto 86px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  max-width: 480px;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .practice-areas__support {
    margin: 0 0 100px;
    width: 100%;
    max-width: unset;
    font-size: 1.6rem;
  }
}
.practice-areas__support-wrapper {
  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: 0 auto;
  padding: 0 2.5%;
  width: 100%;
  height: 100%;
  max-width: calc(1310px + 5%);
}
@media screen and (max-width: 767px) {
  .practice-areas__support-wrapper {
    -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;
    padding: 0 5%;
    gap: 40px;
  }
}
.practice-areas__support-subtitle {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4888888889em;
  letter-spacing: 0.11em;
}
.practice-areas__support-icon {
  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;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 72.73px;
  height: 72.73px;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .pc-tablet {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .sp-tablet {
    display: none;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.bg-003 {
  background: #003893;
}

.bg-eff {
  background: #eff3f6;
}

.text-003 {
  color: #003893;
}

.text-white {
  color: #fff;
}

.no-wrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.none {
  display: none;
}

.transparent {
  background: transparent;
}

.animate-fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.animate-fadeup.is-visible {
  -webkit-animation: animate-fadeup 0.6s ease forwards;
          animation: animate-fadeup 0.6s ease forwards;
}

.ff-inter {
  font-family: "Inter", sans-serif;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes animate-fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.wp-pagenavi {
  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) {
  .wp-pagenavi {
    gap: 25px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  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;
  border: 0.89px solid #c2c2c2;
  width: 41.73px;
  height: 39.95px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: #c2c2c2;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    width: 30px;
    height: 28px;
    font-size: 1.6rem;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
  border-color: #251e1c;
  color: #fff;
  background: #251e1c;
}