/* top-common */
/* ------------------------------- */
.adp-popup {
  display: none !important;
}

.adp-popup-overlay {
  display: none !important;
}

.top-sec-title-en-wrappper {
  position: relative;
}

.top-sec-title-en {
  font-size: 70px;
  color: #0d0b1f;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}

.top-sec-title-ja {
  font-size: 20px;
  color: #0e0b1f;
  font-weight: 600;
  margin-bottom: 0;
}

.top-btn {
  display: flex;
  width: fit-content;
  padding: 11px 25px;
  border-radius: 50px;
  column-gap: 11.5px;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
  background-color: transparent;
  transition: 0.3s ease-in-out;

  &:hover {
    scale: 1.05;
  }

  & > p {
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  & > svg {
    width: 20px;
    height: auto;
  }
}

.top-btn-black {
  border: 2px solid #000;

  &:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  & > p {
    color: #000;
  }

  & > svg path {
    fill: #000;
  }
}

.top-btn-white {
  border: 2px solid #fff;

  &:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  & > p {
    color: #fff;
  }

  & > svg path {
    fill: #fff;
  }
}

/* first-view */
/* -------------------------------------- */
.first-view {
  background-color: #0e0b21;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 250px 0 259px; */
  height: 56.25vw;
  box-sizing: border-box;
  position: relative;
}

.first-view::after {
  content: "";
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 56.25vw;
  background-color: rgba(0,0,0, 0.2);
  background-image: radial-gradient(rgba(0,0,0) 25%, transparent 25%),
    radial-gradient(rgba(0,0,0) 25%, transparent 25%);
  background-size: 0.278vw 0.278vw;
  inset: 0vw;
  background-position: 0vw 0vw, 0.139vw 0.139vw;
  z-index: 1;
}

.firstview-canvas-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}

.first-view-container {
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.first-view-container > p:first-of-type {
  color: #fff;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 170px;
  font-family: anton;
}

.first-view-container h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 90px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.03em;
}

.top-play-button {
  position: relative;
  z-index: 3;
  width: 184px;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 50px;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.top-play-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  scale: 1.05;
}

.top-play-button img {
  width: 20px;
  height: auto;
}

#backBtn {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  top: 32px;
  left: 32px;
}

#backBtn:hover {
  scale: 1.1;
}

.float-contact-button {
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
  transition: 0.3s ease-in-out;
}

.float-contact-button-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.float-contact-button-wrapper button {
  background-color: #00c259;
  border-radius: 50%;
  width: 68.52px;
  height: 68.52px;
  border: none;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.float-contact-button-wrapper button img {
  width: 55px;
}

.float-contact-button-wrapper > img {
  width: 100px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateContact 30s linear infinite;
}

@keyframes rotateContact {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* message */
/* ---------------------------------------- */
.top-message {
  position: relative;
  overflow: hidden;
}

.top-message-wrapper {
  width: 1219px;
  margin: 0 auto;
  padding: 68px 0;
  position: relative;
  z-index: 1;
}

.top-message-wrapper > p:first-of-type {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 95px;
  color: #0d0b1f;
  margin-bottom: 43px;
  text-align: center;
  letter-spacing: 0.2px;
}

.top-message-wrapper > p:last-of-type {
  font-size: 20px;
  line-height: 44px;
  color: #222;
  margin-bottom: 25px;
  text-align: center;
}

.top-message-wrapper > a {
  display: none !important;
  display: flex;
  column-gap: 11px;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
}

.top-message-wrapper > a svg {
  width: 12px;
  height: 16px;
}

.top-message-wrapper > a svg path {
  fill: #fbc57a;
}

.top-message-wrapper > a p {
  font-size: 25px;
  color: #0e0b1f;
  border-bottom: 1px solid #696969;
  display: block;
  width: fit-content;
  line-height: 35px;
  margin-bottom: 0;
}

.top-message > img {
  width: 749.86px;
  position: absolute;
  top: 99px;
  left: 819px;
  z-index: 0;
}

/* service */
/* ---------------------------------------- */
.top-service {
  padding: 20px 0 20px;
  background-color: #fff;
}

.top-service-wrapper {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0 80px;
}

.top-service-overview {
  display: flex;
  align-items: center;
  column-gap: 80px;
  margin-top: 60px;
}

.top-service-overview > img {
  width: 500px;
  display: block;
  flex-shrink: 0;
}

.top-service-overview > div {
  padding: 30px;
}

.top-service-overview > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.top-service-overview > div > div > img {
  width: 187.12px;
}

.top-service-overview > div > div::after {
  content: "";
  display: block;
  width: 430px;
  height: 3px;
  background: linear-gradient(to right, #4549ac, #e46093, #f9b97d);
}

.top-service-overview > div > p:first-of-type {
  color: #222;
  font-size: 28px;
  line-height: 42px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.top-service-overview > div > p:last-of-type {
  font-size: 18px;
  line-height: 36px;
  color: #222;
  margin: 0 0 30px 0;
}

/* works */
/* ---------------------------------------- */
.top-works {
  position: relative;
  padding: 60px 0 39px;
}

.top-works::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0d0b1f;
  opacity: 0.9;
  z-index: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.top-works > * {
  position: relative;
  z-index: 1;
}

.top-works-wrapper {
  width: 1300px;
  margin: 0 auto;
}

.works-view {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.works-card-preview {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 4px 15px 5px rgba(0, 0, 0, 0.15);
  width: 650px;
  height: 650px;
  box-sizing: border-box;
  padding: 20px 40px;
}

.works-card-preview > p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.works-card-preview > p:last-of-type {
  font-size: 14px;
  color: #222;
  text-align: right;
}

.works-card-preview > .img-wrapper {
  width: 100%;
  height: 220px;
  padding-bottom: 30px;
}

.works-card-preview > .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.works-card-preview .content-wrapper {
  height: 210px;
}

.works-card-preview .content-wrapper p {
  font-size: 14px;
  line-height: 26px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin: 0;
}

.works-card-list {
  display: block;
}

.works-card-list-sp {
  display: none;
}

.works-card-list-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 650px;
  box-sizing: border-box;
  overflow-y: scroll;
  padding-bottom: 10px;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

.works-card-list-wrapper::-webkit-scrollbar {
  display: none;
}

.works-card {
  width: 536px;
  height: 147px;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.works-card .img-wrapper {
  width: 147px;
  height: 100%;
  flex-shrink: 0;
}

.works-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-card-text {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.works-card-text p:first-of-type {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  color: #222;
  line-height: 22px;
  margin: 0;
}

.works-card-text p:last-of-type {
  font-size: 14px;
  text-align: right;
  color: #222;
  margin: 0;
}

.works-card-list > a {
  display: flex;
  column-gap: 11px;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
  margin-top: 32px;
}

.works-card-list > a svg {
  width: 6.83px;
  height: 9.24px;
}

.works-card-list > a svg path {
  fill: #0d42b4;
}

.works-card-list > a p {
  font-size: 14px;
  color: #0e0b1f;
  border-bottom: 1px solid #696969;
  display: block;
  width: fit-content;
  line-height: 23px;
  margin-bottom: 0;
}

.works-read-more {
  margin-top: 24px;
}

/* member */
/* ------------------------------- */
.top-member {
  background-color: #fff;
  padding: 60px 0 100px;
}

.top-member-wrapeer {
  width: 1300px;
  margin: 0 auto;
}

.member-overview {
  display: flex;
  align-items: center;
  width: 1210px;
  margin: 0 auto;
  justify-content: space-between;
}

.member-overview > img {
  width: 539px;
}

.member-overview > div {
  padding: 40px;
  background-color: #0D0B1F;
  border-radius: 3px;
  height: fit-content;
  width: 625px;
  box-sizing: border-box;
}

.member-overview > div > p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}

.member-overview > div > p:first-of-type {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.member-read-more, .member-close {
  text-align: center;
  width: fit-content;
  margin: 20px auto 56px;
  cursor: pointer;
}

.member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  justify-content: space-between;
  margin: 70px auto;
  padding: 0 40px;
}

.member-list-sp {
  display: none;
}

.member-read-more {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.member-read-more > a {
  margin-left: 0;
}

.member-introduction {
  width: 347px;
  box-sizing: border-box;
  padding: 0 20px;
}

.member-introduction .member-img {
  position: relative;
  width: 245px;
  margin: 0 auto;
  display: block;
}

.member-introduction .member-img > img {
  position: relative;
  z-index: 1;
  width: 230px;
  background: linear-gradient(135deg, #FAFAFA 0%, #E1E1E1 100%);
  border-radius: 3px;
}

.member-introduction .member-img::after {
  position: absolute;
  width: 230px;
  height: 230px;
  content: "";
  top: 15px;
  left: 15px;
  border-radius: 3px;
  z-index: 0;
  background-color: #A1A1A1;
}

.member-introduction .member-name {
  display: flex;
  align-items: center;
  column-gap: 17px;
  margin: 40px auto 10px;
  width: fit-content;
}

.member-introduction > div > p:first-of-type {
  font-size: 22px;
  color: #0e0b1f;
  line-height: 24px;
  margin: 0;
}

.member-introduction > div > p:last-of-type {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #0e0b1f;
  line-height: 24px;
  margin: 0;
}

.official-position {
  font-size: 18px;
  color: #0e0b1f;
  margin: 0 auto 26px;
  display: block;
  width: fit-content;
}

.comment {
  color: #0E0B1F;
}

.member-introduction > p:last-of-type {
  color: #0e0b1f;
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}

.member-introduction:not(:has(.official-position)) .comment {
  margin-top: 53px;
}

/* recruit */
/* -------------------------------------- */
.recruit {
  background-image: url("../images/recruit_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.recruit-wrapper {
  padding: 80px 0 71px;
  /* width: 1300px; */
  margin: 0 auto;
}

.recruit .top-sec-title p {
  color: #fff !important;
  font-weight: 600;
}

.recruit-container {
  width: 1300px;
  margin: 0 auto;
}

.recruit-catch {
  margin: 80px auto 160px;
}

.recruit-catch p:first-of-type {
  font-size: 100px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: fit-content;
  margin: 0;
  line-height: 1;

  background: linear-gradient(270deg, #464AAC 0%, #8A54A1 0.01%, #E56293 51.5%, #F9B97E 100%);
  background: -webkit-linear-gradient(180deg, #464AAC 0%, #8A54A1 0.01%, #E56293 51.5%, #F9B97E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recruit-catch p:last-of-type {
  font-size: 60px;
  display: block;
  width: fit-content;
  margin: 60px 0 0 auto;
  line-height: 1;

  /* background: linear-gradient(90deg, #ffd576, #e66691 40%, #2846b0); */
  /* background: -webkit-linear-gradient(0deg, #ffd576, #e66691 40%, #2846b0); */
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-recruit-swiper-pc .swiper-slide {
  height: 152px;
  box-sizing: border-box;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}

.top-recruit-swiper-pc .thumb-img-wrapper {
  width: 162px;
  height: 152px;
  flex-shrink: 0;
}

.top-recruit-swiper-pc .thumb-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-recruit-swiper-pc .thumb-text-wrapper {
  padding: 20px 25px;
  word-break: break-all;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-recruit-swiper-pc .thumb-text-wrapper > p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recruit-read-more {
  display: flex;
  justify-content: center;
  margin-top: 54px;

  & > a {
    margin-left: 0;
  }
}

/* company */
/* --------------------------------- */
.company {
  background-color: #fff;
  padding: 67px 0 145px;
  position: relative;
  overflow: hidden;
}

.company > img {
  width: 2382px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -200px;
}

.company-wrapper {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.company-info {
  display: flex;
  align-items: center;
  column-gap: 90px;
  margin: 70px auto 0;
  width: fit-content;
}

.company-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.company-info ul li,
.company-info ul li a {
  font-size: 22px;
  line-height: 27px;
  color: #222;
}

.map-wrapper {
  width: 650px;
  height: 488px;
  position: relative;
}

.map-wrapper #map {
  width: 650px;
  height: 488px;
  position: relative;
}

.map-detail {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 15px;
  padding: 10px 10px;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
}

.map-detail > p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.map-detail > a {
  font-size: 15px;
  color: transparent;
  background: linear-gradient(to left, #e8572a, #0a04df);
  text-decoration: none;
  display: block;
  width: fit-content;
  background-clip: text;
  -webkit-background-clip: text;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .top-sec-title-en {
    font-size: 4.861vw;
    margin-bottom: 1.042vw;
    letter-spacing: 0.025vw;
  }

  .top-sec-title-ja {
    font-size: 1.389vw;
  }

  .top-btn {
    padding: 0.76vw 1.736vw;
    border-radius: 3.472vw;
    column-gap: 0.833vw;

    & > p {
      height: 1.88vw;
      font-size: 1.389vw;
      line-height: 1.88vw;
    }

    & > svg {
      width: 1.389vw;
    }
  }

  /* first-view */
  /* -------------------------------------- */
  .first-view-container > p:first-of-type {
    margin: 0 auto 2.778vw;
    font-size: 11.806vw;
  }

  .first-view-container h1 {
    margin: 0 auto 6.25vw;
    font-size: 2.083vw;
    letter-spacing: 0.03em;
  }

  .top-play-button {
    width: 12.78vw;
    padding: 0.694vw;
    column-gap: 0.833vw;
    font-size: 1.389vw;
    border-radius: 3.472vw;
  }

  .top-play-button img {
    width: 1.389vw;
  }

  #backBtn {
    font-size: 1.389vw;
    top: 2.222vw;
    left: 2.222vw;
  }

  .top-play-button img {
    width: 1.389vw;
    height: auto;
  }

  .float-contact-button {
    bottom: 3.472vw;
    right: 3.472vw;
    width: 6.944vw;
    height: 6.944vw;
  }

  .float-contact-button-wrapper button {
    width: 4.758vw;
    height: 4.758vw;
  }

  .float-contact-button-wrapper button img {
    width: 3.819vw;
  }

  .float-contact-button-wrapper > img {
    width: 6.944vw;
  }

  /* message */
  /* ---------------------------------------- */
  .top-message-wrapper {
    width: 84.65vw;
    padding: 4.72vw 0;
  }

  .top-message-wrapper > p:first-of-type {
    font-size: 4.86vw;
    line-height: 6.6vw;
    margin-bottom: 2.99vw;
    letter-spacing: 0.025vw;
  }

  .top-message-wrapper > p:last-of-type {
    font-size: 1.389vw;
    line-height: 3.056vw;
    margin-bottom: 1.736vw;
  }

  .top-message-wrapper > a {
    column-gap: 0.764vw;
  }

  .top-message-wrapper > a svg {
    width: 0.833vw;
    height: 1.111vw;
  }

  .top-message-wrapper > a p {
    font-size: 1.736vw;
    line-height: 2.431vw;
  }

  .top-message > img {
    width: 52.074vw;
    top: 6.88vw;
    left: 56.88vw;
  }

  /* service */
  /* ---------------------------------------- */
  .top-service {
    padding: 1.389vw 0 1.389vw;
  }

  .top-service-wrapper {
    width: 90.278vw;
    padding: 4.167vw 0 5.556vw;
  }

  .top-service-overview {
    column-gap: 5.556vw;
    margin-top: 4.167vw;
  }

  .top-service-overview > img {
    width: 34.722vw;
  }

  .top-service-overview > div {
    padding: 2.083vw;
  }

  .top-service-overview > div > div {
    margin-bottom: 2.431vw;
  }

  .top-service-overview > div > div > img {
    width: 12.994vw;
  }

  .top-service-overview > div > div::after {
    width: 29.861vw;
    height: 0.208vw;
  }

  .top-service-overview > div > p:first-of-type {
    font-size: 1.944vw;
    line-height: 2.917vw;
    margin-bottom: 1.389vw;
  }

  .top-service-overview > div > p:last-of-type {
    font-size: 1.25vw;
    line-height: 2.5vw;
    margin: 0 0 3vw 0;
  }

  /* works */
  /* ---------------------------------------- */
  .top-works {
    padding: 4.167vw 0 2.71vw;
  }

  .top-works-wrapper {
    width: 90.278vw;
  }

  .works-view {
    margin-top: 3.472vw;
  }

  .works-card-preview {
    border-radius: 0.208vw;
    box-shadow: 1px 4px 15px 5px rgba(0, 0, 0, 0.15);
    width: 45.139vw;
    height: 45.139vw;
    padding: 1.389vw 2.778vw;
  }

  .works-card-preview > p:first-of-type {
    font-size: 1.25vw;
    line-height: 1.667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .works-card-preview > p:last-of-type {
    font-size: 0.972vw;
  }

  .works-card-preview > .img-wrapper {
    width: 100%;
    height: 15.278vw;
    padding-bottom: 2.083vw;
  }

  .works-card-preview .content-wrapper {
    height: 14.583vw;
  }

  .works-card-preview .content-wrapper p {
    font-size: 0.972vw;
    line-height: 1.806vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }

  .works-card-list-wrapper {
    row-gap: 1.389vw;
    height: 45.139vw;
    padding-bottom: 0.694vw;
  }

  .works-card {
    width: 37.222vw;
    height: 10.208vw;
    border-radius: 0.208vw;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }

  .works-card .img-wrapper {
    width: 10.208vw;
    height: 100%;
  }

  .works-card-text {
    padding: 1.042vw 0.694vw;
  }

  .works-card-text p:first-of-type {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 0.972vw;
    line-height: 1.528vw;
  }

  .works-card-text p:last-of-type {
    font-size: 0.972vw;
  }

  .works-card-list > a {
    column-gap: 0.764vw;
    margin-top: 2.222vw;
  }

  .works-card-list > a svg {
    width: 0.474vw;
    height: 0.642vw;
  }

  .works-card-list > a p {
    font-size: 0.972vw;
    line-height: 1.597vw;
  }

  .works-read-more {
    margin-top: 1.667vw;
  }

  /* member */
  /* ------------------------------- */
  .top-member {
    padding: 4.167vw 0 6.944vw;
  }

  .top-member-wrapeer {
    width: 90.278vw;
  }

  .member-overview {
    width: 84.028vw;
  }

  .member-overview > img {
    width: 37.431vw;
  }
  
  .member-overview > div {
    padding: 2.778vw;
    border-radius: 0.208vw;
    width: 43.403vw;
  }
  
  .member-overview > div > p {
    font-size: 1.111vw;
    line-height: 2.222vw;
  }
  
  .member-overview > div > p:first-of-type {
    margin-bottom: 1.389vw;
  }
  
  .member-read-more, .member-close {
    margin: 1.389vw auto 3.889vw;
  }
  
  .member-list {
    gap: 3.472vw 0;
    margin: 4.861vw auto;
    padding: 0 2.778vw;
  }
  
  .member-read-more {
    margin-bottom: 3.889vw;
  }
  
  .member-introduction {
    width: 24.097vw;
    padding: 0 1.389vw;
  }
  
  .member-introduction .member-img {
    width: 17.014vw;
  }
  
  .member-introduction .member-img > img {
    width: 15.972vw;
  }
  
  .member-introduction .member-img::after {
    width: 15.972vw;
    height: 15.972vw;
    top: 1.042vw;
    left: 1.042vw;
  }
  
  .member-introduction .member-name {
    column-gap: 1.181vw;
    margin: 2.778vw auto 0.694vw;
  }
  
  .member-introduction > div > p:first-of-type {
    font-size: 1.528vw;
    line-height: 1.667vw;
  }
  
  .member-introduction > div > p:last-of-type {
    font-size: 1.25vw;
    line-height: 1.667vw;
  }
  
  .official-position {
    font-size: 1.25vw;
    margin: 0 auto 1.806vw;
  }
  
  .comment {
    font-size: 1.042vw;
    line-height: 1.944vw;
  }
  
  .member-introduction:not(:has(.official-position)) .comment {
    margin-top: 3.681vw;
  }

  /* recruit */
  /* -------------------------------------- */
  .recruit-wrapper {
    padding: 5.556vw 0 4.93vw;
  }

  .recruit-container {
    width: 90.278vw;
  }

  .recruit-catch {
    margin: 5.56vw auto 11.11vw;
  }

  .recruit-catch p:first-of-type {
    font-size: 6.944vw;
  }

  .recruit-catch p:last-of-type {
    font-size: 4.167vw;
    margin: 4.17vw 0 0 auto;
  }

  .top-recruit-swiper-pc .swiper-slide {
    height: 10.556vw;
    border-radius: 0.208vw;
  }

  .top-recruit-swiper-pc .thumb-img-wrapper {
    width: 11.25vw;
    height: 10.556vw;
  }

  .top-recruit-swiper-pc .thumb-text-wrapper {
    padding: 1.389vw 1.736vw;
  }

  .top-recruit-swiper-pc .thumb-text-wrapper > p {
    font-size: 1.389vw;
    line-height: 1.806vw;
    margin: 0;
  }

  .recruit-read-more {
    margin-top: 3.75vw;
  }

  /* company */
  /* --------------------------------- */
  .company {
    padding: 4.653vw 0 10.069vw;
  }

  .company > img {
    width: 165.417vw;
    top: -13.889vw;
  }

  .company-wrapper {
    width: 90.278vw;
  }

  .company-info {
    column-gap: 6.25vw;
    margin: 4.86vw auto 0;
  }

  .company-info ul {
    row-gap: 1.736vw;
  }

  .company-info ul li,
  .company-info ul li a {
    font-size: 1.528vw;
    line-height: 1.875vw;
  }

  .map-wrapper {
    width: 45.139vw;
    height: 33.889vw;
  }

  .map-wrapper #map {
    width: 45.139vw;
    height: 33.889vw;
  }

  .map-detail {
    width: 50%;
    bottom: 1.042vw;
    padding: 0.694vw 0.694vw;
  }

  .map-detail > p {
    font-size: 1.042vw;
    line-height: 1.875vw;
    margin-bottom: 0.694vw;
  }

  .map-detail > a {
    font-size: 1.042vw;
  }
}

@media screen and (max-width: 835px) {
  /* top-common */
  /* ------------------------------- */
  .top-sec-title-en {
    font-size: 10.974vw;
    margin-bottom: 1.795vw;
    letter-spacing: 0.15vw;
  }

  .top-sec-title-ja {
    font-size: 3.846vw;
  }

  .top-btn {
    padding: 2.31vw 4.87vw;
    border-radius: 12.82vw;
    column-gap: 2.69vw;

    & > p {
      height: 6.41vw;
      font-size: 4.62vw;
      line-height: 6.41vw;
    }

    & > svg {
      width: 5.13vw;
    }
  }

  /* first-view */
  /* -------------------------------------- */
  .first-view {
    height: 179.487vw;
  }

  .first-view::after {
    width: 100%;
    height: 179.487vw;
    background-color: rgba(0,0,0, 0.2);
    background-image: radial-gradient(rgba(0,0,0) 25%, transparent 25%),
      radial-gradient(rgba(0,0,0) 25%, transparent 25%);
    background-size: 1.026vw 1.026vw;
    inset: 0vw;
    background-position: 0vw 0vw, 0.513vw 0.513vw;
  }

  .firstview-canvas-wrapper {
    height: 100%;
    object-fit: cover;
  }

  .first-view-container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5.128vw;
  }

  .first-view-container > p:first-of-type {
    font-size: 25.641vw;
    line-height: 28.205vw;
    text-align: left;
  }

  .first-view-container h1 {
    font-size: 6.41vw;
    text-align: left;
    margin-bottom: 0;
  }

  .float-contact-button {
    bottom: 2.564vw;
    right: 2.564vw;
    width: 21.282vw;
    height: 21.282vw;
  }

  .float-contact-button-wrapper button {
    width: 14.6vw;
    height: 14.6vw;
  }

  .float-contact-button-wrapper button img {
    width: 11.538vw;
  }

  .float-contact-button-wrapper > img {
    width: 20.513vw;
  }

  .top-play-button {
    display: none;
  }

  /* message */
  /* ---------------------------------------- */
  .top-message-wrapper {
    width: 89.744vw;
    padding: 15.9vw 0;
  }

  .top-message-wrapper > p:first-of-type {
    font-size: 8.462vw;
    line-height: 9.23vw;
    margin-bottom: 5.13vw;
    text-align: center;
    letter-spacing: 0.15vw;
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }

  .top-message-wrapper > p:last-of-type {
    font-size: 4.103vw;
    line-height: 8.205vw;
    margin-bottom: 6.41vw;
    text-align: left;
  }

  .top-message-wrapper > a {
    display: none !important;
    display: flex;
    column-gap: 2.821vw;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    width: fit-content;
  }

  .top-message-wrapper > a svg {
    width: 3.077vw;
    height: 4.103vw;
  }

  .top-message-wrapper > a svg path {
    fill: #fbc57a;
  }

  .top-message-wrapper > a p {
    font-size: 6.41vw;
    color: #0e0b1f;
    border-bottom: 1px solid #696969;
    display: block;
    width: fit-content;
    line-height: 8.974vw;
    margin-bottom: 0;
  }

  .top-message > img {
    width: 192.272vw;
    top: 38.462vw;
    left: 50%;
    transform: translateX(-30%);
    max-width: none;
  }

  /* service */
  /* ---------------------------------------- */
  .top-service {
    padding: 12.821vw 0 20.513vw;
  }

  .top-service-wrapper {
    width: 89.744vw;
    padding: 0;
  }

  .top-service-overview {
    flex-direction: column;
    column-gap: 0;
    row-gap: 10.256vw;
    margin-top: 10.256vw;
  }

  .top-service-overview > img {
    width: 100%;
  }

  .top-service-overview > div {
    padding: 7.692vw 5.128vw;
    border-radius: 0.769vw;
  }

  .top-service-overview > div > div {
    margin-bottom: 9vw;
  }

  .top-service-overview > div > div > img {
    width: 35vw;
  }

  .top-service-overview > div > div::after {
    width: 40vw;
    height: 0.5vw;
  }

  .top-service-overview > div > p:first-of-type {
    font-size: 4.615vw;
    line-height: 8.718vw;
    margin-bottom: 4vw;
  }

  .top-service-overview > div > p:last-of-type {
    font-size: 4.103vw;
    line-height: 7.692vw;
    margin: 0 0 6vw 0;
  }

  /* member */
  /* ------------------------------- */
  .top-member {
    padding: 15.385vw 0 20.513vw;
  }

  .top-member-wrapeer {
    width: 100%;
  }

  .top-member-wrapeer .top-sec-title {
    margin-left: 5.128vw;
  }

  .member-overview {
    flex-direction: column;
    row-gap: 10.256vw;
    width: auto;
    margin: 17.949vw auto 0;
    justify-content: initial;
  }

  .member-overview > img {
    width: 89.744vw;
  }
  
  .member-overview > div {
    padding: 6.41vw 4.615vw;
    border-radius: 0.769vw;
    width: 89.744vw;
  }
  
  .member-overview > div > p {
    font-size: 4.103vw;
    line-height: 8.205vw;
  }
  
  .member-overview > div > p:first-of-type {
    margin-bottom: 5.128vw;
  }

  .member-list {
    display: none;
  }

  .member-list-sp {
    display: block;
    padding: 12.821vw 0;
  }

  .member-read-more,
  .member-close {
    display: none;
  }
  
  .member-introduction {
    width: 90%;
    padding: 0 5.128vw;
  }
  
  .member-introduction .member-img {
    width: 50vw;
  }
  
  .member-introduction .member-img > img {
    width: 46.923vw;
  }
  
  .member-introduction .member-img::after {
    width: 46.923vw;
    height: 46.923vw;
    top: 3.846vw;
    left: 3.846vw;
  }
  
  .member-introduction .member-name {
    column-gap: 4.359vw;
    margin: 7.692vw auto 2.564vw;
  }
  
  .member-introduction > div > p:first-of-type {
    font-size: 5.128vw;
    line-height: 6.154vw;
  }
  
  .member-introduction > div > p:last-of-type {
    font-size: 4.615vw;
    line-height: 6.154vw;
  }
  
  .official-position {
    font-size: 3.846vw;
    margin: 0 auto 6.667vw;
  }
  
  .comment {
    font-size: 3.846vw;
    line-height: 7.179vw;
  }
  
  .member-introduction:not(:has(.official-position)) .comment {
    margin-top: 12.821vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background-image: none !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 7.692vw;
    font-weight: bold;
    color: #0D0B1F;
  }

  .swiper-pagination-bullet {
    width: 2.564vw;
    height: 2.564vw;
    background-color: #0D0B1F;
  }

  /* works */
  /* ---------------------------------------- */
  .top-works {
    padding: 12.821vw 0 17.44vw;
  }

  .top-works-wrapper {
    width: 100%;
  }

  .top-works-wrapper .top-sec-title {
    margin-left: 5.128vw;
  }

  .works-view {
    flex-direction: column;
    row-gap: 7.692vw;
    margin-top: 10.256vw;
  }

  .works-card-preview {
    width: 89.744vw;
    height: 138.462vw;
    padding: 7.692vw 5.128vw;
    margin: 0 auto;
  }

  .works-card-preview > p:first-of-type {
    font-size: 4.103vw;
    line-height: 6.154vw;
    -webkit-line-clamp: 3;
  }

  .works-card-preview > p:last-of-type {
    font-size: 3.59vw;
  }

  .works-card-preview > .img-wrapper {
    height: 47.436vw;
    padding-bottom: 3.846vw;
  }

  .works-card-preview .content-wrapper {
    height: 38.462vw;
  }

  .works-card-preview .content-wrapper p {
    font-size: 3.59vw;
    line-height: 6.667vw;
    -webkit-line-clamp: 6;
  }

  .works-card {
    width: 80.513vw;
    height: 23.077vw;
    border-radius: 0.769vw;
  }

  .works-card .img-wrapper {
    width: 23.077vw;
    height: 100%;
  }

  .works-card-text {
    padding: 2.564vw;
    width: 51.282vw;
  }

  .works-card-text p {
    -webkit-line-clamp: 3 !important;
    font-size: 3.59vw;
    line-height: 5.641vw;
    text-align: left !important;
  }

  .works-card-text p:last-of-type {
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .works-card-list {
    display: none;
  }

  .works-card-list-sp {
    display: block;
    width: 100%;
    padding-bottom: 2.5vw;
  }

  .works-card-list-sp .swiper-wrapper {
    height: 22.821vw;
  }

  .works-card-list-sp > a {
    display: flex;
    column-gap: 2.821vw;
    align-items: center;
    margin-right: 5.128vw;
    margin-left: auto;
    width: fit-content;
    margin-top: 8.205vw;
  }

  .works-card-list-sp > a svg {
    width: 1.751vw;
    height: 2.369vw;
  }

  .works-card-list-sp > a svg path {
    fill: #0d42b4;
  }

  .works-card-list-sp > a p {
    font-size: 3.59vw;
    color: #0e0b1f;
    border-bottom: 1px solid #696969;
    display: block;
    width: fit-content;
    line-height: 5.897vw;
    margin-bottom: 0;
  }

  .works-read-more {
    display: flex;
    justify-content: center;
    margin-top: 11.28vw;
    & > a {
      margin-left: 0;
    }
  }

  /* recruit */
  /* -------------------------------------- */
  .recruit {
    background-image: url("../images/recruit_bg-sp.png");
  }

  .recruit-wrapper {
    padding: 15.385vw 0 19.74vw;
  }

  .recruit-container {
    width: 89.744vw;
  }

  .recruit-catch {
    margin: 12.82vw auto 30.77vw;
  }

  .recruit-catch p:first-of-type {
    font-size: 12.821vw;
  }

  .recruit-catch p:last-of-type {
    font-size: 6.41vw;
    margin: 12.82vw 0 0 auto;
  }

  .top-recruit-swiper-pc .swiper-slide {
    height: 27.436vw;
    border-radius: 0.769vw;
  }

  .top-recruit-swiper-pc .thumb-img-wrapper {
    width: 27.949vw;
    height: 27.436vw;
  }

  .top-recruit-swiper-pc .thumb-text-wrapper {
    padding: 5.128vw 3.846vw;
  }

  .top-recruit-swiper-pc .thumb-text-wrapper > p {
    font-size: 3.846vw;
    line-height: 4.846vw;
    margin: 0;
  }

  .recruit-read-more {
    margin-top: 10.77vw;
  }

  /* company */
  /* --------------------------------- */
  .company {
    padding: 15.385vw 0 25.641vw;
  }

  .company > img {
    width: 411.538vw;
    max-width: none;
    top: 6.41vw;
    left: 50%;
    transform: translateX(-80%);
  }

  .company-wrapper {
    width: 89.744vw;
  }

  .company-info {
    flex-direction: column;
    align-items: baseline;
    column-gap: 0;
    row-gap: 12.821vw;
    margin: 10.26vw auto 0;
    width: fit-content;
  }

  .company-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 3.846vw;
  }

  .company-info ul li,
  .company-info ul li a {
    font-size: 3.846vw;
    line-height: 6.923vw;
  }

  .map-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }

  .map-wrapper #map {
    width: 89.744vw;
    height: 70vw;
  }

  .map-detail {
    width: 60%;
    bottom: 3.846vw;
    padding: 2.564vw 2.564vw;
  }

  .map-detail > p {
    font-size: 3.846vw;
    line-height: 5.897vw;
    margin-bottom: 2.564vw;
  }

  .map-detail > a {
    font-size: 3.846vw;
  }
}
