:root {
  --sds-typography-weight-semibold: 600;
}

body {
  font-size: max(16px, 1.1713030747vw);
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

.inner {
  margin: 0 auto;
  padding: 8.78477306vw 4.39238653vw;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .inner {
    max-width: 530px;
    padding: 60px 15px;
  }
}

.btn__wrapper {
  margin-top: 7.3206442167vw;
}
@media screen and (max-width: 960px) {
  .btn__wrapper {
    margin-top: 56px;
  }
}

.btn {
  border: 0.0732064422vw solid #000005;
  max-width: 29.6486090776vw;
  height: 5.3440702782vw;
  font-size: max(16px, 1.756954612vw);
}
@media screen and (max-width: 960px) {
  .btn {
    border: 1px solid #000005;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
  }
}

header {
  top: 4.39238653vw;
  right: 4.39238653vw;
  width: 7.3206442167vw;
  height: 22.6207906296vw;
}
@media screen and (max-width: 960px) {
  header {
    top: 40px;
    right: 15px;
    width: 50px;
    height: 134px;
  }
}

.header__inner {
  gap: 2.196193265vw;
}
@media screen and (max-width: 960px) {
  .header__inner {
    gap: 11px;
  }
}

.header__logo svg {
  max-width: 5.710102489vw;
}
@media screen and (max-width: 960px) {
  .header__logo svg {
    max-width: 35px;
  }
}

.hamburger {
  width: 7.3206442167vw;
  height: 1.756954612vw;
}
@media screen and (max-width: 960px) {
  .hamburger {
    width: 50px;
    height: 13px;
  }
}

.hamburger-bar {
  width: 7.3206442167vw;
  height: 0.1464128843vw;
}
@media screen and (max-width: 960px) {
  .hamburger-bar {
    width: 50px;
  }
}

.hamburger-bar:nth-of-type(2) {
  top: 1.6105417277vw;
}
@media screen and (max-width: 960px) {
  .hamburger-bar:nth-of-type(2) {
    top: 11px;
  }
}

.hamburger.active .hamburger-bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0.439238653vw) rotate(-20deg);
          transform: translate(-50%, 0.439238653vw) rotate(-20deg);
}
@media screen and (max-width: 960px) {
  .hamburger.active .hamburger-bar:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-20deg);
            transform: translate(-50%, 6px) rotate(-20deg);
  }
}
.hamburger.active .hamburger-bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -1.1713030747vw) rotate(20deg);
          transform: translate(-50%, -1.1713030747vw) rotate(20deg);
}
@media screen and (max-width: 960px) {
  .hamburger.active .hamburger-bar:nth-of-type(2) {
    -webkit-transform: translate(-50%, -5px) rotate(20deg);
            transform: translate(-50%, -5px) rotate(20deg);
  }
}

.footer-contact .inner {
  padding-block: 2.9282576867vw 3.6603221083vw;
}
@media screen and (max-width: 960px) {
  .footer-contact .inner {
    padding-block: 40px;
  }
}
.footer-contact::before {
  width: 47.8770131772vw;
  height: 47.8770131772vw;
  left: -8.0527086384vw;
  bottom: -11.7130307467vw;
}
@media screen and (max-width: 960px) {
  .footer-contact::before {
    width: 254px;
    height: 428px;
    right: 0;
    left: auto;
    top: 20px;
    bottom: auto;
  }
}

.footer-contact__emphasis {
  margin-left: -4.39238653vw;
  font-size: max(16px, 7.467057101vw);
}
@media screen and (max-width: 960px) {
  .footer-contact__emphasis {
    margin-left: -15px;
    font-size: 30px;
  }
}
.footer-contact__emphasis .letter-spacing {
  letter-spacing: -2.9868228404vw;
}
@media screen and (max-width: 960px) {
  .footer-contact__emphasis .letter-spacing {
    letter-spacing: -15px;
  }
}

.footer-contact__box {
  margin-top: 1.4641288433vw;
  margin-left: auto;
  padding: 2.196193265vw;
  border: 0.0732064422vw solid #fff;
  max-width: 50.9516837482vw;
}
@media screen and (max-width: 960px) {
  .footer-contact__box {
    background: #A32C00;
    margin-top: 100px;
    padding: 30px 12px;
    border: 1px solid #fff;
    max-width: 100%;
  }
}

.footer-contact__title {
  font-size: max(16px, 4.2459736457vw);
}
@media screen and (max-width: 960px) {
  .footer-contact__title {
    font-size: 48px;
  }
}

.footer-contact__description {
  margin-top: 1.756954612vw;
}

.footer-contact .btn__wrapper {
  margin-top: 2.5622254758vw;
}
@media screen and (max-width: 960px) {
  .footer-contact .btn__wrapper {
    margin-top: 20px;
  }
}

.footer-contact .btn {
  height: 4.39238653vw;
}
@media screen and (max-width: 960px) {
  .footer-contact .btn {
    height: 50px;
  }
}

.footer .inner {
  padding-top: 7.3206442167vw;
  padding-bottom: 0.7320644217vw;
}
@media screen and (max-width: 960px) {
  .footer .inner {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.footer__logo {
  max-width: 21.3762811127vw;
  margin-right: 8.4919472914vw;
}
@media screen and (max-width: 960px) {
  .footer__logo {
    max-width: 251px;
    margin-right: 0;
  }
}

.footer__nav ul {
  gap: 2.9282576867vw;
}
@media screen and (max-width: 960px) {
  .footer__nav ul {
    gap: 20px 30px;
  }
}

.footer__nav ul li a {
  font-size: max(16px, 2.0497803807vw);
}
@media screen and (max-width: 960px) {
  .footer__nav ul li a {
    font-size: 16px;
  }
}

.footer__p-mark {
  margin-left: 15.4465592972vw;
}
@media screen and (max-width: 960px) {
  .footer__p-mark {
    margin-top: 50px;
    margin-left: auto;
  }
}

.footer__copy {
  margin-top: 5.4904831625vw;
}
@media screen and (max-width: 960px) {
  .footer__copy {
    margin-top: 18px;
  }
}

.copyright {
  font-size: max(10px, 0.878477306vw);
}

.top-section-title {
  font-size: max(16px, 11.7130307467vw);
  font-style: normal;
  font-weight: 700;
  font-family: "Roboto Slab";
  line-height: 0.4875;
}
@media screen and (max-width: 960px) {
  .top-section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
  }
}

.top-section-title--jp {
  margin-top: 2.9282576867vw;
  font-size: max(16px, 3.513909224vw);
  font-style: normal;
  font-weight: var(--sds-typography-weight-semibold);
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .top-section-title--jp {
    font-size: 18px;
  }
}

.fv {
  margin: auto;
  background: #000;
  position: relative;
  height: 56.2225475842vw;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 177.8666666667vw;
  }
}
.fv::before {
  background: url("../img/top/fv-logo.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 42.8257686676vw;
  height: 42.6793557833vw;
  top: -7.3206442167vw;
  left: -4.6852122987vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 93.6vw;
    height: 93.6vw;
    left: -16.8vw;
    top: -13.6vw;
  }
}
.fv::after {
  background: url("../img/top/fv_main_img.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 58.5651537335vw;
  height: 42.7525622255vw;
  top: 6.7349926794vw;
  right: -0.439238653vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv::after {
    width: 101.6vw;
    height: 67.7333333333vw;
    top: auto;
    bottom: 0;
    right: -4.2666666667vw;
  }
}

.fv__content {
  padding-top: 16.8374816984vw;
  margin: auto;
  max-width: 91.21522694vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv__content {
    padding-top: 56.5333333333vw;
    padding-left: 8.5333333333vw;
    max-width: 100%;
  }
}

.fv__copy {
  color: #FFF;
  font-size: max(16px, 6.2225475842vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2941176471;
}
@media screen and (min-width: 961px) {
  .fv__copy {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .fv__copy {
    font-size: max(14px, 10.6666666667vw);
    line-height: 1.623125;
  }
}

.fv__sub-copy {
  color: #FFF;
  font-size: max(16px, 3.074670571vw);
  font-style: normal;
  font-weight: 700;
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .fv__sub-copy {
    font-size: max(14px, 5.3333333333vw);
    line-height: 2.30525;
  }
}

.intro {
  background: url("../img/top/intro-bg.webp") repeat center center/cover;
}

.intro__box {
  margin: auto;
  max-width: 65.5197657394vw;
}
@media screen and (max-width: 960px) {
  .intro__box {
    max-width: 100%;
  }
}

.intro__title {
  font-size: max(16px, 4.6852122987vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.21875;
}
@media screen and (max-width: 960px) {
  .intro__title {
    font-size: 27px;
    line-height: 35.953px;
  }
}
.intro__title .bg-white .letter-spacing {
  letter-spacing: -2.9282576867vw;
}
@media screen and (max-width: 960px) {
  .intro__title .bg-white .letter-spacing {
    letter-spacing: -15px;
  }
}

.intro__text {
  margin-top: 7.3206442167vw;
  margin-left: auto;
  font-size: max(16px, 1.4641288433vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 960px) {
  .intro__text {
    margin-top: 50px;
    margin-left: 0;
    font-size: 12px;
  }
}

.intro__emphasis {
  margin-top: 7.3206442167vw;
  font-size: max(16px, 10.8345534407vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2147651007;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .intro__emphasis {
    margin-top: 60px;
    font-size: 40px;
    line-height: 1.2;
  }
}

.bg-white {
  background: #FFF;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  padding-bottom: 0.3660322108vw;
}
@media screen and (min-width: 961px) {
  .bg-white {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .bg-white {
    padding-bottom: 5px;
  }
}
.bg-white + .bg-white {
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 960px) {
  .bg-white + .bg-white {
    margin-top: 15px;
  }
}
.bg-white .letter-spacing {
  letter-spacing: -4.7584187408vw;
}
@media screen and (max-width: 960px) {
  .bg-white .letter-spacing {
    letter-spacing: -15px;
  }
}

.who {
  position: relative;
}
@media screen and (max-width: 960px) {
  .who {
    padding-bottom: 120px;
    overflow: hidden;
  }
}
.who::after {
  background: url("../img/top/bg-gray.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 100vw;
  height: 42.0204978038vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .who::after {
    height: 678px;
  }
}
@media screen and (max-width: 960px) {
  .who::before {
    content: "";
    position: absolute;
    background: url("../img/top/who-bg.svg") no-repeat center center/cover;
    width: 290px;
    height: 448px;
    left: 0px;
    bottom: -114px;
  }
}
.who .inner {
  padding-bottom: 0;
}

.who__description {
  margin-top: 5.8565153734vw;
}
@media screen and (max-width: 960px) {
  .who__description {
    margin-top: 25px;
  }
}

.who__box {
  margin-right: -4.39238653vw;
  margin-top: 13.17715959vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .who__box {
    margin-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.who__box-content {
  padding-top: 4.39238653vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .who__box-content {
    padding-top: 0;
  }
}

.who__box-emphasis {
  font-size: max(16px, 5.0512445095vw);
  font-style: normal;
  font-weight: var(--sds-typography-weight-semibold);
  line-height: normal;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .who__box-emphasis {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .who__box-emphasis {
    font-size: 32px;
  }
}

.who__box-text {
  margin-top: 2.9282576867vw;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 960px) {
  .who__box-text {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.who__box-img {
  margin-left: -13.17715959vw;
}
@media screen and (max-width: 960px) {
  .who__box-img {
    margin-top: -45px;
    max-width: 276px;
    margin-left: auto;
  }
}

.member {
  position: relative;
}
.member::after {
  background: url("../img/top/bg-gray.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 100vw;
  height: 34.0409956076vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .member::after {
    content: none;
  }
}
@media screen and (max-width: 960px) {
  .member .inner {
    padding-top: 50px;
  }
}
.member .top-section-title {
  margin-top: 5.8565153734vw;
  margin-left: 13.9092240117vw;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .member .top-section-title {
    margin: 0;
    position: absolute;
    top: -60px;
  }
}

.member__description {
  margin: -30.4538799414vw auto 0;
  max-width: 380px;
  -webkit-transform: translateX(2.5622254758vw);
          transform: translateX(2.5622254758vw);
}
@media screen and (min-width: 961px) {
  .member__description {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .member__description {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    max-width: 242px;
    font-size: 12px;
    -webkit-transform: none;
            transform: none;
  }
}

.member__swiper-container {
  margin-top: 7.3206442167vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .member__swiper-container {
    margin-top: 80px;
  }
}

.swiper-button-wrapper {
  margin-top: 1.4641288433vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .swiper-button-wrapper {
    margin-top: 15px;
  }
}

.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  background: url("../img/top/slider-arrow.svg") no-repeat center center/cover;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 960px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  right: 7.1742313324vw;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: auto;
}
@media screen and (max-width: 960px) {
  .swiper-button-prev {
    right: 46px;
  }
}

.swiper-button-next {
  right: 0px;
}

.member .btn__wrapper {
  margin-top: 6.588579795vw;
}
@media screen and (max-width: 960px) {
  .member .btn__wrapper {
    margin-top: 90px;
  }
}

@media screen and (max-width: 960px) {
  .our-business .inner {
    padding-bottom: 170px;
  }
}
.our-business .top-section-title {
  margin-right: -4.39238653vw;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .our-business .top-section-title {
    margin-right: 0;
  }
}
.our-business .top-section-title--jp {
  margin-right: -4.39238653vw;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .our-business .top-section-title--jp {
    margin-right: 0;
    text-align: left;
  }
}

.our-business__emphasis {
  margin-top: 12.4450951684vw;
  font-size: max(16px, 4.6120058565vw);
  font-style: normal;
  font-weight: var(--sds-typography-weight-semibold);
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .our-business__emphasis {
    margin-top: 40px;
    font-size: 20px;
  }
}
.our-business__emphasis .bg-red {
  padding-left: 0.3660322108vw;
  color: #FFF;
  background: #A32C00;
}
@media screen and (max-width: 960px) {
  .our-business__emphasis .bg-red {
    padding-left: 0;
  }
}

.our-business__description {
  margin-top: 2.9282576867vw;
  margin-left: 12.8111273792vw;
}
@media screen and (max-width: 960px) {
  .our-business__description {
    margin-top: 30px;
    margin-left: 0;
  }
}

.our-business__list {
  margin: 5.8565153734vw auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.6120058565vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 69.5461200586vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .our-business__list {
    margin: 60px auto 0;
    max-width: 344px;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 48px;
  }
}
.our-business__list::before {
  background: #000005;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1464128843vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .our-business__list::before {
    content: none;
  }
}

.our-business__item {
  width: 13.9092240117vw;
  height: 13.9092240117vw;
  aspect-ratio: 1/1;
  background: #000005;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .our-business__item {
    width: 147px;
    height: 147px;
    position: relative;
  }
  .our-business__item:nth-child(1)::after, .our-business__item:nth-child(2)::after, .our-business__item:nth-child(3)::after {
    content: "";
    position: absolute;
    background: #000005;
    width: 100%;
    height: 1px;
    top: 50%;
    right: -50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .our-business__item:nth-child(2)::after {
    width: 150%;
    top: auto;
    left: -50%;
    bottom: 0;
    right: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    z-index: -1;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .our-business__item:nth-child(2)::after {
    left: -80%;
    width: 180%;
  }
}

.our-business__text--upper {
  padding-top: 4.9780380673vw;
  font-size: max(16px, 1.756954612vw);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .our-business__text--upper {
    padding-top: 50px;
    font-size: 18px;
  }
}

.our-business__text--lower {
  font-size: max(16px, 1.317715959vw);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .our-business__text--lower {
    font-size: 14px;
  }
}

.our-business__bg-text {
  margin-top: -3.6603221083vw;
  margin-left: -2.196193265vw;
  margin-bottom: -1.4641288433vw;
  font-family: "Roboto Slab";
  font-size: max(16px, 7.3206442167vw);
  font-weight: 700;
  opacity: 0.04;
}
@media screen and (min-width: 961px) {
  .our-business__bg-text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .our-business__bg-text {
    display: none;
  }
}

.our-business-service {
  background: url("../img/top/our-business-service-bg.webp") no-repeat center center/cover;
}
.our-business-service .inner {
  padding-top: 7.3206442167vw;
}
@media screen and (max-width: 960px) {
  .our-business-service .inner {
    padding-top: 60px;
  }
}

.our-business-service__block {
  padding: 4.6852122987vw 2.9282576867vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 960px) {
  .our-business-service__block {
    margin-left: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our-business-service__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .our-business-service__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: -5px;
  }
}
@media screen and (max-width: 960px) {
  .our-business-service__block:nth-child(even) .our-business-service__title {
    font-size: 31px;
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .our-business-service__block:nth-child(even) .our-business-service__title--jp {
    text-align: right;
  }
}
.our-business-service__block:nth-child(even) .our-business-service__content {
  margin-top: 0;
  margin-right: -2.9282576867vw;
}
@media screen and (max-width: 960px) {
  .our-business-service__block:nth-child(even) .our-business-service__content {
    margin-right: 0;
  }
}
.our-business-service__block:nth-child(even) .our-business-service__text {
  margin-right: auto;
  margin-left: 0;
}
.our-business-service__block:nth-child(even) .our-business-service__img {
  margin-right: calc(50% - 50vw);
  margin-left: -12.4450951684vw;
}
@media screen and (max-width: 960px) {
  .our-business-service__block:nth-child(even) .our-business-service__img {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.our-business-service__block:nth-child(even) .our-business-service__img img {
  width: 100%;
}
.our-business-service__block + .our-business-service__block {
  margin-top: 5.8565153734vw;
}
@media screen and (max-width: 960px) {
  .our-business-service__block + .our-business-service__block {
    margin-top: 60px;
  }
}

.our-business-service__img {
  margin-left: calc(50% - 50vw);
  margin-right: -12.4450951684vw;
}
@media screen and (max-width: 960px) {
  .our-business-service__img {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.our-business-service__content {
  margin-top: 2.9282576867vw;
  max-width: 58.5651537335vw;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .our-business-service__content {
    max-width: 100%;
    margin-top: 20px;
    display: contents;
  }
}

.our-business-service__title {
  margin-left: auto;
  color: #FFF;
  font-family: "Roboto Slab";
  font-size: max(16px, 6.149341142vw);
  font-style: normal;
  font-weight: 700;
  line-height: 0.8571428571;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .our-business-service__title {
    margin: 0;
    font-size: 36px;
    line-height: 0.885;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.our-business-service__title .bg-black {
  background: #000005;
  padding: 0.9516837482vw 1.317715959vw;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto Slab";
}
@media screen and (min-width: 961px) {
  .our-business-service__title .bg-black {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .our-business-service__title .bg-black {
    padding: 7px 10px;
  }
}

.our-business-service__title--jp {
  font-size: max(16px, 3.074670571vw);
  font-style: normal;
  font-weight: var(--sds-typography-weight-semibold);
  line-height: normal;
}
@media screen and (min-width: 961px) {
  .our-business-service__title--jp {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .our-business-service__title--jp {
    font-size: 17px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.our-business-service__text {
  margin-top: 2.9282576867vw;
  margin-left: auto;
  max-width: 41.8740849195vw;
}
@media screen and (max-width: 960px) {
  .our-business-service__text {
    margin-top: 20px;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.works {
  background: #000005;
  padding-bottom: 11.7130307467vw;
}
.works .top-section-title {
  color: #FFF;
}

.works__list {
  margin: 2.196193265vw auto 0;
}
@media screen and (max-width: 960px) {
  .works__list {
    margin-top: 20px;
  }
}

.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works__img {
  background: #fff;
  border-top: 0.0732064422vw solid #000005;
  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: 60.7613469985vw;
  min-height: 32.9428989751vw;
}
@media screen and (max-width: 960px) {
  .works__img {
    width: 100%;
    min-height: 200px;
  }
}

.works__item:last-child .works__img {
  border-bottom: 0.0732064422vw solid #000005;
}
@media screen and (max-width: 960px) {
  .works__item:last-child .works__img {
    border-bottom: none;
  }
}

.works__content {
  border-top: 0.1464128843vw solid #FFF;
  padding: 2.9282576867vw 4.39238653vw 1.4641288433vw 2.9282576867vw;
  width: 39.2386530015vw;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .works__content {
    margin-bottom: 60px;
    border-bottom: 1px solid #fff;
    border-top: none;
    width: 100%;
    padding: 30px 15px;
  }
}

.works__item:last-child .works__content {
  margin-bottom: 0;
}

.works__item:last-child .works__content {
  border-bottom: 0.0732064422vw solid #fff;
}
@media screen and (max-width: 960px) {
  .works__item:last-child .works__content {
    border-bottom: 1px solid #fff;
  }
}

.works__title {
  font-size: max(16px, 3.513909224vw);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .works__title {
    font-size: 40px;
  }
}

.works__service {
  font-size: max(16px, 1.756954612vw);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .works__service {
    font-size: 18px;
  }
}

.works__text {
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 960px) {
  .works__text {
    margin-top: 30px;
  }
}

.company {
  position: relative;
  overflow: hidden;
}
.company::before {
  background: url("../img/top/bg-gray.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 42.0204978038vw;
  height: 100vw;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .company::before {
    width: 188px;
    height: 100%;
  }
}

.company__list {
  margin-top: 9.8096632504vw;
  margin-right: -4.39238653vw;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 82.5768667643vw;
  gap: 0.1464128843vw;
}
@media screen and (max-width: 960px) {
  .company__list {
    margin-top: 60px;
    margin-right: calc(50% - 50vw - 1px);
    grid-template-columns: 1fr;
    max-width: 77.3%;
    gap: 1px;
  }
}

.company__item {
  overflow: hidden;
}

.company__item a {
  width: 27.4524158126vw;
  height: 27.4524158126vw;
  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;
  color: #FFF;
  border: 0.0732064422vw solid #fff;
  font-size: max(16px, 2.9282576867vw);
  font-weight: 700;
  line-height: 1.156075;
  position: relative;
}
@media screen and (max-width: 960px) {
  .company__item a {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #fff;
    font-size: 32px;
  }
}
.company__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .company__item a:hover::before {
    scale: 1.1;
  }
}

.company__item:nth-child(1) a::before {
  background: url("../img/top/company-bg-overview.webp") no-repeat center center/cover;
}
.company__item:nth-child(2) a::before {
  background: url("../img/top/company-bg-ceo.webp") no-repeat center center/cover;
}
.company__item:nth-child(3) a::before {
  background: url("../img/top/company-bg-access.webp") no-repeat center center/cover;
}

.journal {
  position: relative;
}
.journal::before {
  background: url("../img/top/bg-gray.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 42.0204978038vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .journal::before {
    width: 188px;
    height: 100%;
  }
}
.journal .top-section-title {
  margin: 0px 13.9092240117vw;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .journal .top-section-title {
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: left;
  }
}

.journal__box {
  margin-top: 1.4641288433vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .journal__box {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6603221083vw;
}
@media screen and (max-width: 960px) {
  .archive-list-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.article-list {
  position: relative;
}

.article-list a {
  display: block;
}

.article-list-category {
  font-size: max(16px, 1.0248901903vw);
  font-weight: 700;
  line-height: 2.196193265vw;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 0 0.7320644217vw;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 960px) {
  .article-list-category {
    font-size: 12px;
    line-height: normal;
    padding: 3px 5px;
  }
}

.member .article-list-image-wrap {
  aspect-ratio: 372/400;
}

.article-list-image {
  width: 100%;
  height: auto;
}

.member .article-list-image {
  aspect-ratio: 372/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.article-list-title {
  margin-top: 1.0980966325vw;
  font-size: max(16px, 1.317715959vw);
  font-weight: 700;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 960px) {
  .article-list-title {
    margin-top: 12px;
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.article-list-date {
  margin-top: 0.2928257687vw;
  color: #D9D9D9;
  font-family: "Roboto Slab";
  font-size: max(16px, 1.317715959vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .article-list-date {
    margin-top: 4px;
    font-size: 17px;
  }
}

.journal .btn__wrapper .btn {
  margin-right: 0;
}