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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  margin: 0;
  padding: 0;
  width: auto;

}

.br-sp {
  display: none;
}

/* ------------------------------ */
/* KV-PC */
/* ------------------------------ */



.KV {
  position: relative;
  width: 100vw;
  height: 960px;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 0.2) 0%,
      rgba(255, 48, 61, 0.2) 100%),
    linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv-container {
  position: relative;
  width: 1440px;
  height: 960px;
  max-width: 100%;
}

.KV .kv-image {
  position: absolute;
  width: auto;
  height: 960px;
  top: 0;
  right: 120px;
  object-fit: cover;
}

.KV .kv-text {
  position: absolute;
  width: 718px;
  height: 199px;
  top: 50%;
  left: 106px;
  transform: translateY(-50%);
  margin-top: 40px;
}


/* ------------------------------ */
/* About-PC */
/* ------------------------------ */



.section-about {
  width: 100vw;
  height: 369px;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 0.6) 0%,
      rgba(255, 48, 61, 0.6) 100%),
    linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.section-about .frame-wrapper {
  display: flex;
  width: 1200px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 66px;
  padding: 80px 40px;
  background-color: rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0 0 20px 0 #FFF inset, 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  margin-top: 192px;
}

.section-about .frame {
  display: flex;
  flex-direction: column;
  width: 1040px;
  max-width: 100%;
  align-items: center;
  position: relative;
}

.section-about .creative-expertise {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #282828;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 150%;
  font-family: Montserrat;

}

.section-about .right-text {
  position: relative;
  width: 962px;
  max-width: 100%;
  height: auto;
  min-height: 144px;
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  line-height: 200%;
  font-size: 18px;
}

.section-about .ADFINITYS-is-a-next {
  position: relative;
  width: 100%;
  color: #282828;
  letter-spacing: 0;
  text-align: center;
}


/* ------------------------------ */
/* Serivice-PC */
/* ------------------------------ */

.service-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 240px 0px 120px;
  position: relative;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 0.15) 0%,
      rgba(255, 48, 61, 0.15) 100%),
    linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
}

.service-section .services-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 0px 40px;
  position: relative;
  flex: 0 0 auto;
}

.service-section .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 1) 0%,
      rgba(255, 48, 61, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-weight: 700;
  color: transparent;
  font-size: 62.7px;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.service-section .service-thumb {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.service-section .service {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0 0 20px 0 #FFF inset, 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.service-section .card-img {
  position: relative;
  width: 312px;
  height: 234px;
  background-image: url(./img/image-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.service-section .card-img2 {
  position: relative;
  width: 312px;
  height: 234px;
  background-image: url(./img/image-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.service-section .card-img3 {
  position: relative;
  width: 312px;
  height: 234px;
  background-image: url(./img/image-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.service-section .card-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0px 0px 0px 56px;
  position: relative;
  flex: 0 0 auto;
}

.service-section .h {
  position: relative;
  width: 592px;
  margin-top: -1.00px;
  font-family: Montserrat;
  font-weight: 700;
  color: #282e3f;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.service-section .p {
  position: relative;
  width: 592px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #282e3f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
}

.service-section .div {
  position: relative;
  width: 312px;
  height: 234px;
  background-image: url(./img/image-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.service-section .h-2 {
  position: relative;
  width: 592px;
  margin-top: -1.00px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #282e3f;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
}


/* ------------------------------ */
/* companye-PC */
/* ------------------------------ */



.company-section {
  z-index: -2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0px;
  position: relative;
  background: radial-gradient(336.13% 141.44% at 0% 0%, rgba(30, 157, 216, 0.20) 0%, rgba(255, 255, 255, 0.00) 31.11%), radial-gradient(185.44% 111.82% at 50% 0%, rgba(255, 255, 255, 0.00) 54.47%, rgba(255, 48, 61, 0.30) 100%), #E4E4E4;
}

.company-section .company-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 0px 40px;
  position: relative;
  flex: 0 0 auto;
}

.company-section .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 1) 0%,
      rgba(255, 48, 61, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-weight: 700;
  color: transparent;
  font-size: 62.7px;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.company-section .company-info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0 0 20px 0 #FFF inset, 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.company-section .info-row {
  display: flex;
  width: 960px;
  align-items: flex-start;
  gap: 50px;
  padding: 32px 16px 33px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #aeaeae;
}

.company-section .dt-dt {
  display: flex;
  width: 240px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.company-section .div {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: #5e6175;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.company-section .dd-dd {
  display: flex;
  width: 431px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.company-section .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Lato-Regular", Helvetica;
  font-weight: 400;
  color: #404150;
  font-size: 16px;
  letter-spacing: 1.00px;
  line-height: 22px;
  white-space: nowrap;
}

.company-section .kabaya-building {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Lato-Regular", Helvetica;
  font-weight: 400;
  color: #404150;
  font-size: 16px;
  letter-spacing: 1.00px;
  line-height: 22px;
}

.company-section .info-row-2 {
  display: flex;
  width: 960px;
  align-items: flex-start;
  gap: 50px;
  padding: 32px 16px;
  position: relative;
  flex: 0 0 auto;
}


/* ------------------------------ */
/* Footer-PC */
/* ------------------------------ */


.footer-sp {
  display: none;
}

.footer-pc {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 105px;
  position: relative;
  background-color: #282828;
  width: 100%;
  min-width: 1440px;
}

.footer-pc .frame {
  display: flex;
  width: 1230px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.footer-pc .footer-left {
  display: flex;
  flex-direction: column;
  width: 329px;
  align-items: flex-start;
  gap: 56px;
  position: relative;
}

.footer-pc .logo {
  position: relative;
  width: 247.39px;
  transition: opacity 0.3s ease;
  height: 56px;
}

.footer-pc .logo:hover {
  opacity: 0.7;
}

.footer-pc .copy-light {
  position: relative;
  width: 281px;
  height: 20px;
}

.footer-pc .li {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Lato-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.footer-pc .class {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
}

.footer-pc .footer-menu {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.footer-pc .footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.footer-pc .footer-link:hover {
  opacity: 0.5;
}

.footer-pc .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.footer-pc .button-primary {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  padding: 16px 35px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 5px;
  background: linear-gradient(237deg, rgba(14, 164, 226, 0.80) 14.6%, rgba(255, 48, 61, 0.80) 85.48%), #FFF;
}

.footer-pc .div {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;

}

.footer-pc .top-btn {
  position: relative;
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  transition: opacity 0.3s ease;
  border-radius: 5px;
}

.footer-pc .top-btn:hover {
  opacity: 0.5;
}

.footer-pc .polygon {
  position: absolute;
  width: 22px;
  height: 14px;
  top: 13px;
  left: 49px;
}


/* ------------------------------ */
/* Header-PC */
/* ------------------------------ */

.header-sp {
  display: none;
}

.header {
  display: flex;
  flex-direction: column;
  height: 139px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px 8px 0px;
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0;
}

.header .wrapper {
  flex-direction: column;
  width: 1300px;
  justify-content: flex-end;
  gap: 15px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.header .navbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 35px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.header .div {
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.header .logo-link {
  display: inline-block;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.header .logo-link:hover {
  opacity: 0.7;
}

.header .logo {
  position: relative;
  width: 247.39px;
  height: 56px;
}

.header .right-nav {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.header .nav-menu {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.header .menu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header .menu:hover {
  opacity: 0.7;
}

.header .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #404150;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.header .header-arrow {
  position: relative;
  width: var(--icon-XS-font-size, 16px);
  height: var(--icon-XS-font-size, 16px);
}

.header .button-primary {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  padding: 16px 35px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 5px;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 0.8) 0%,
      rgba(255, 48, 61, 0.8) 100%),
    linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  text-decoration: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.header .button-primary:hover {
  opacity: 0.8;
}

.header .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}


/* レスポンシブ対応 - 1440px以下 */
@media (max-width: 1440px) {

  /* ------------------------------ */
  /* KV-レスポンシブ */
  /* ------------------------------ */

  .KV {
    height: 66.67vw;
  }

  .kv-container {
    width: 100vw;
    height: 66.67vw;
  }

  .KV .kv-image {
    height: 66.67vw;
    right: 8.33vw;
  }

  .KV .kv-text {
    width: 49.86vw;
    height: 13.82vw;
    left: 7.36vw;
    margin-top: 2.78vw;
  }

  /* ------------------------------ */
  /* About-レスポンシブ */
  /* ------------------------------ */

  .section-about {
    height: 25.63vw;
    padding: 0 1.39vw;
  }

  .section-about .frame-wrapper {
    width: 83.33vw;
    gap: 4.58vw;
    padding: 5.56vw 2.78vw;
    border-radius: 0.56vw;
    border: 0.14vw solid #ffffff;
    margin-top: 13.33vw;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .section-about .frame {
    width: 72.22vw;
  }

  .section-about .creative-expertise {
    margin-top: -0.07vw;
    font-size: 2.22vw;
  }

  .section-about .right-text {
    width: 66.81vw;
    min-height: 10vw;
    font-size: 1.25vw;
  }


  /* ------------------------------ */
  /* Service-レスポンシブ */
  /* ------------------------------ */

  .service-section {
    padding: 16.67vw 0 8.33vw;
  }

  .service-section .services-title {
    gap: 0.56vw;
    padding: 0 0 2.78vw;
  }

  .service-section .text-wrapper {
    margin-top: -0.07vw;
    font-size: 4.35vw;
  }

  .service-section .service-thumb {
    gap: 1.67vw;
  }

  .service-section .service {
    padding: 2.78vw;
    border-radius: 0.56vw;
    border: 0.07vw solid;
    border-color: #ffffff;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .service-section .card-img {
    width: 21.67vw;
    height: 16.25vw;
  }

  .service-section .card-img3 {
    width: 21.67vw;
    height: 16.25vw;
  }

  .service-section .card-img2 {
    width: 21.67vw;
    height: 16.25vw;
  }

  .service-section .card-text {
    gap: 1.67vw;
    padding: 0 0 0 3.89vw;
  }

  .service-section .h {
    width: 41.11vw;
    margin-top: -0.07vw;
    font-size: 2.22vw;
    line-height: 2.67vw;
  }

  .service-section .p {
    width: 41.11vw;
    font-size: 1.25vw;
    line-height: 2.5vw;
  }

  .service-section .div {
    width: 21.67vw;
    height: 16.25vw;
  }

  .service-section .h-2 {
    width: 41.11vw;
    margin-top: -0.07vw;
    font-size: 2.22vw;
    line-height: 2.22vw;
  }

  /* ------------------------------ */
  /* Company-レスポンシブ */
  /* ------------------------------ */

  .company-section {
    padding: 8.33vw 0;
  }

  .company-section .company-title {
    gap: 0.56vw;
    padding: 0 0 2.78vw;
  }

  .company-section .text-wrapper {
    margin-top: -0.07vw;
    font-size: 4.35vw;
  }

  .company-section .company-info {
    padding: 1.11vw 2.78vw;
    border-radius: 0.56vw;
    border: 0.07vw solid;
    border-color: #ffffff;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .company-section .info-row {
    width: 66.67vw;
    gap: 3.47vw;
    padding: 2.22vw 1.11vw 2.29vw;
    border-bottom-width: 0.07vw;
  }

  .company-section .dt-dt {
    width: 16.67vw;
    gap: 0.56vw;
  }

  .company-section .div {
    margin-top: -0.07vw;
    font-size: 1.11vw;
    line-height: 1.53vw;
  }

  .company-section .dd-dd {
    width: 29.93vw;
    gap: 0.56vw;
  }

  .company-section .text-wrapper-2 {
    margin-top: -0.07vw;
    font-size: 1.11vw;
    letter-spacing: 0.07vw;
    line-height: 1.53vw;
  }

  .company-section .kabaya-building {
    margin-top: -0.07vw;
    font-size: 1.11vw;
    letter-spacing: 0.07vw;
    line-height: 1.53vw;
  }

  .company-section .info-row-2 {
    width: 66.67vw;
    gap: 3.47vw;
    padding: 2.22vw 1.11vw;
  }

  /* ------------------------------ */
  /* Footer-レスポンシブ */
  /* ------------------------------ */

  .footer-pc {
    padding: 8.33vw 7.29vw;
    min-width: 100vw;
  }

  .footer-pc .frame {
    width: 85.42vw;
  }

  .footer-pc .footer-left {
    width: 22.85vw;
    gap: 3.89vw;
  }

  .footer-pc .logo {
    width: 17.18vw;
    height: 3.89vw;
  }

  .footer-pc .copy-light {
    width: 19.51vw;
    height: 1.39vw;
  }

  .footer-pc .li {
    font-size: 1.11vw;
    line-height: 1.39vw;
  }

  .footer-pc .class {
    gap: 4.44vw;
  }

  .footer-pc .footer-menu {
    gap: 3.33vw;
  }

  .footer-pc .footer-link {
    gap: 0.69vw;
  }

  .footer-pc .text-wrapper {
    margin-top: -0.07vw;
    font-size: 0.97vw;
  }

  .footer-pc .button-primary {
    padding: 1.11vw 2.43vw;
    border-radius: 0.35vw;
  }

  .footer-pc .div {
    margin-top: -0.07vw;
    font-size: 1.11vw;
  }

  .footer-pc .top-btn {
    width: 8.33vw;
    height: 2.78vw;
  }

  .footer-pc .polygon {
    width: 1.53vw;
    height: 0.97vw;
    top: 0.90vw;
    left: 3.40vw;
  }

  /* ------------------------------ */
  /* Header-レスポンシブ */
  /* ------------------------------ */

  .header {
    height: 9.65vw;
    gap: 0.56vw;
    padding: 0.56vw 0.56vw 0;
    top: 1.67vw;
  }

  .header .wrapper {
    width: 90.28vw;
    gap: 1.04vw;
  }

  .header .navbar {
    gap: 0.69vw;
    padding: 2.08vw 2.43vw;
    border-radius: 0.35vw;
    border: 0.07vw solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0.69vw 1.74vw rgba(0, 0, 0, 0.1);
  }

  .header .logo {
    width: 17.18vw;
    height: 3.89vw;
  }

  .header .right-nav {
    gap: 2.78vw;
  }

  .header .nav-menu {
    gap: 2.08vw;
  }

  .header .menu {
    gap: 0.69vw;
  }

  .header .text-wrapper {
    margin-top: -0.07vw;
    font-size: 1.04vw;
    line-height: 1.35vw;
  }

  .header .header-arrow {
    width: 1.11vw;
    height: 1.11vw;
  }

  .header .button-primary {
    padding: 1.11vw 2.43vw;
    border-radius: 0.35vw;
  }

  .header .text-wrapper-3 {
    margin-top: -0.07vw;
    font-size: 1.04vw;
    line-height: 1.35vw;
  }
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {

  html {
    scroll-padding-top: 24vw;
  }

  .br-sp {
    display: inline-block;
  }

  .KV {
    width: auto;
    height: 128vw;
    max-height: 800px;
    align-items: center;
    position: relative;
    overflow: hidden
  }

  .KV .div {
    width: 100vw;
    height: 100vh;
    max-height: 800px;
    position: relative;
  }

  .KV .kv-image {
    position: absolute;
    right: -30px;
    top: -46%;
    width: 90vw;
    height: 128vw;
    box-sizing: border-box;
    が指
  }

  .KV .kv-text {
    position: absolute;
    width: 90vw;
    max-width: 400px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: 10;
    margin-top: 12vw;
  }

  /* ------------------------------ */
  /* About-SP */
  /* ------------------------------ */

  .section-about {
    width: auto;
    height: 98vw;
    padding: 0 1.39vw;
  }

  .section-about .frame-wrapper {
    width: 88.5vw;
    gap: 4.58vw;
    padding: 10vw 2.78vw;
    border-radius: 2.13vw;
    border: 0.5vw solid #ffffff;
    margin-top: 28vw;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .section-about .frame {
    width: 72.22vw;
  }

  .section-about .creative-expertise {
    margin-top: -0.07vw;
    font-size: 5.3vw;
  }

  .section-about .right-text {
    width: 71.7vw;
    min-height: 10vw;
    font-size: 3.2vw;
    line-height: 200%;
  }


  /* ------------------------------ */
  /* Service-SP */
  /* ------------------------------ */

  .service-section {
    padding: 32vw 0 18vw;
  }

  .service-section .services-title {
    gap: 0.56vw;
    padding: 0 0 8vw;
  }

  .service-section .text-wrapper {
    margin-top: -0.07vw;
    font-size: 9.6vw;
    line-height: 1.2;
  }

  .service-section .service-thumb {
    gap: 6.4vw;
  }

  .service-section .service {
    width: 88.5vw;
    flex-direction: column;
    padding: 10.6vw;
    border-radius: 2.13vw;
    border: 0.07vw solid;
    border-color: #ffffff;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .service-section .card-img {
    width: 71.4vw;
    height: 53.3vw;
  }

  .service-section .card-img2 {
    width: 71.4vw;
    height: 53.3vw;
  }

  .service-section .card-img3 {
    width: 71.4vw;
    height: 53.3vw;
  }

  .service-section .card-text {
    gap: 4.26vw;
    padding: 6.4vw 0 0 0;
  }

  .service-section .h {
    width: 71.4vw;
    margin-top: -0.07vw;
    font-size: 4.5vw;
    line-height: 120%;
  }

  .service-section .p {
    width: 71.4vw;
    font-size: 3.2vw;
    line-height: 200%;
  }

  .service-section .div {
    width: 21.67vw;
    height: 16.25vw;
  }

  .service-section .h-2 {
    width: 71.4vw;
    margin-top: -0.07vw;
    font-size: 2.22vw;
    line-height: 2.22vw;
  }

  /* ------------------------------ */
  /* Company-スマートフォン */
  /* ------------------------------ */

  .company-section {
    padding: 16vw 0 18vw;
  }

  .company-section .company-title {
    gap: 0.56vw;
    padding: 0 0 8vw;
  }

  .company-section .text-wrapper {
    margin-top: -0.07vw;
    font-size: 9.6vw;
    line-height: 1.2;
  }

  .company-section .company-info {
    width: 88.5vw;
    padding: 3vw 6.4vw 6.4vw 6.4vw;
    border-radius: 2.13vw;
    border: 0.07vw solid;
    border-color: #ffffff;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .company-section .info-row {
    width: 100%;
    gap: 2vw;
    padding: 6.4vw 0vw 6.4vw;
    border-bottom-width: 0.07vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .company-section .dt-dt {
    width: 16.67vw;
    gap: 0.56vw;
  }

  .company-section .div {
    margin-top: -0.07vw;
    font-size: 3.4vw;
    line-height: 1.2;
  }

  .company-section .dd-dd {
    width: 76.8vw;
    gap: 0.56vw;
  }

  .company-section .text-wrapper-2 {
    margin-top: -0.07vw;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .company-section .kabaya-building {
    margin-top: -0.07vw;
    font-size: 1.11vw;
    letter-spacing: 0.07vw;
    line-height: 1.53vw;
  }

  .company-section .info-row-2 {
    width: 66.67vw;
    gap: 2vw;
    padding: 2.22vw 1.11vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  /* ------------------------------ */
  /* Footer-スマートフォン */
  /* ------------------------------ */


  .footer-pc {
    display: none;
  }

  .footer-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.5vw;
    padding: 21.3vw 0px 10.5vw;
    position: relative;
    background-color: #282828;
  }

  .footer-sp .logo {
    position: relative;
    width: 37.8vw;
    transition: opacity 0.3s ease;
    height: auto;
  }

  .footer-sp .footer-top {
    display: flex;
    width: 88.5vw;
    align-items: center;
    position: relative;
    gap: 19vw;
    justify-content: center;
    align-items: center;
  }

  .footer-sp .footer-menu {
    display: flex;
    flex-wrap: wrap;
    width: 88.5vw;
    align-items: flex-start;
    justify-content: center;
    gap: 0 8vw;
    position: relative;
    flex: 0 0 auto;
  }

  .footer-sp .header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: ;
    position: relative;
    flex: 0 0 auto;
    text-decoration: none;
  }

  .footer-sp .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 3vw;
    letter-spacing: 0;
    line-height: normal;
  }

  .footer-sp .copy-light {
    position: relative;
    width: 88.5vw;
  }

  .footer-sp .li {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 2vw;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }

  .footer-sp .top-btn {
    display: inline-block;
    position: relative;
    width: 32vw;
    height: 10.6vw;
    background-color: #ffffff;
    transition: opacity 0.3s ease;
    border-radius: 1.07vw;
  }

  .footer-pc .top-btn:hover {
    opacity: 0.5;
  }

  .footer-sp .polygon {

    position: absolute;
    text-align: center;
    width: 5.86vw;
    height: 3.73vw;
    top: 3.46vw;
    left: 13.06vw;
  }

  .footer-sp .footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    transition: opacity 0.3s ease;
    text-decoration: none;
  }

  .header {
    display: none;
  }

  /* ヘッダー */
  .header-sp {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
    gap: 2.13vw;
    padding: 0;
    position: fixed;
    top: 4.27vw;
    left: 0;
    z-index: 1000;
  }

  .header-sp .wrapper {
    flex-direction: column;
    width: 88.5vw;
    justify-content: flex-end;
    gap: 0;
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }

  /* 閉じた状態のnavbar */
  .header-sp .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 3.2vw 5.33vw;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2.67vw;
    border: 0.27vw solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(2.67vw) brightness(100%);
    -webkit-backdrop-filter: blur(2.67vw) brightness(100%);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
      background 0.6s ease,
      backdrop-filter 0.8s ease,
      border 0.6s ease;
  }

  /* 開いた状態のnavbar */
  .header-sp .navbar.open {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.67vw;
    padding: 3.2vw 5.33vw 4.27vw 5.33vw;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(3.5vw) brightness(105%) saturate(120%);
    -webkit-backdrop-filter: blur(3.5vw) brightness(105%) saturate(120%);
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }

  .header-sp .div {
    justify-content: space-between;
    align-self: stretch;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }

  .header-sp .logo {
    position: relative;
    width: auto;
    height: 7.5vw;
    padding-top: 1vw;
  }

  .header-sp .right-nav {
    display: inline-flex;
    height: auto;
    align-items: center;
    gap: 2vw;
    padding: 0;
    position: relative;
    flex: 0 0 auto;
  }

  .header-sp .button-primary {
    height: 10.67vw;
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3.3vw 4.33vw;
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    border-radius: 1.07vw;
    background: linear-gradient(237deg,
        rgba(14, 164, 226, 0.8) 0%,
        rgba(255, 48, 61, 0.8) 100%),
      linear-gradient(0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .header-sp .text-wrapper {
    position: relative;
    width: fit-content;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 3vw;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;

  }

  /* ハンバーガーアイコン */
  .header-sp .component {
    position: relative;
    width: 10vw;
    height: 10vw;
    margin: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 1.07vw;
    border: 0.27vw solid rgba(255, 255, 255, 0.3);
    box-shadow: 0vw 1.07vw 2.13vw rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(1.33vw) brightness(100%);
    -webkit-backdrop-filter: blur(1.33vw) brightness(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
      background 0.4s ease,
      backdrop-filter 0.6s ease;
  }

  .header-sp .component:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    backdrop-filter: blur(2vw) brightness(110%);
    -webkit-backdrop-filter: blur(2vw) brightness(110%);
  }

  .header-sp .component.open {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2.5vw) brightness(115%) saturate(130%);
    -webkit-backdrop-filter: blur(2.5vw) brightness(115%) saturate(130%);
    border: 0.27vw solid rgba(255, 255, 255, 0.4);
  }

  .header-sp .menu-close-icon {
    display: flex;
    flex-direction: column;
    width: 4.27vw;
    align-items: center;
    gap: 1.07vw;
    position: relative;
    top: 0;
    left: 0;
  }

  .header-sp .rectangle {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 0.53vw;
    background-color: #696CA2;
    border-radius: 0.27vw;
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: center;
    filter: drop-shadow(0px 0.5vw 1vw rgba(0, 0, 0, 0.1));
  }

  /* 開いた状態のアイコン（×マーク）- 修正版 */
  .header-sp .component.open .menu-close-icon {
    position: relative;
  }

  .header-sp .component.open .rectangle:first-child {
    position: absolute;
    transform: rotate(45deg) scale(1.1);
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -0.265vw;
    /* height の半分 */
    filter: drop-shadow(0px 1vw 2vw rgba(0, 0, 0, 0.2));
  }

  .header-sp .component.open .rectangle:last-child {
    position: absolute;
    transform: rotate(-45deg) scale(1.1);
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -0.265vw;
    /* height の半分 */
    filter: drop-shadow(0px 1vw 2vw rgba(0, 0, 0, 0.2));
  }

  /* メニュー項目（初期状態は非表示） */
  .header-sp .sp-header-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 5vw;
    padding: 0;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-2vw);
    filter: blur(1vw);
    transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0.1s,
      max-height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
      transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0.1s,
      filter 0.6s ease 0.2s;
  }

  /* 開いた状態でメニュー表示 */

  .header-sp a {
    text-decoration: none;
  }

  .header-sp .navbar.open .sp-header-menu {
    display: flex;
    opacity: 1;
    max-height: 200vw;
    transform: translateY(0);
    filter: blur(0);
    margin: 6vw 0;
  }

  .header-sp .sp-anker-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 4.27vw 0vw;
    position: relative;
    flex: 0 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 1.07vw;
    border: 0.27vw solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(2.67vw) brightness(100%);
    -webkit-backdrop-filter: blur(2.67vw) brightness(100%);
    cursor: pointer;
    opacity: 0;
    transform: translateY(2vw) scale(0.95);
    filter: blur(0.5vw);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
      background-color 0.4s ease,
      backdrop-filter 0.6s ease,
      filter 0.4s ease;
  }

  /* メニューが開いた時の各項目のアニメーション */
  .header-sp .navbar.open .sp-anker-link:nth-child(1) {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition-delay: 0.2s;
  }

  .header-sp .navbar.open .sp-anker-link:nth-child(2) {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition-delay: 0.3s;
  }

  .header-sp .navbar.open .sp-anker-link:nth-child(3) {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition-delay: 0.4s;
  }

  .header-sp .navbar.open .sp-anker-link:nth-child(4) {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition-delay: 0.5s;
  }

  .header-sp .sp-anker-link:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-0.5vw) scale(1.02);
    box-shadow: 0px 4vw 8vw rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(3.5vw) brightness(110%) saturate(110%);
    -webkit-backdrop-filter: blur(3.5vw) brightness(110%) saturate(110%);
    filter: blur(0);
  }

  .header-sp .heading {
    position: relative;
    width: fit-content;
    margin-top: -0.27vw;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #696ca2;
    font-size: 6.4vw;
    letter-spacing: 0;
    line-height: 6.4vw;
    white-space: nowrap;
    text-shadow: 0px 1vw 2vw rgba(0, 0, 0, 0.1);
  }

  /* アニメーション削除 */
  .header-sp .sp-anker-link {
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
      background-color 0.4s ease,
      backdrop-filter 0.6s ease,
      filter 0.4s ease;
  }

  /* レスポンシブ調整 */
  @media (max-width: 375px) {
    .header-sp {
      width: 100vw;
    }
  }
}

.fade-in-element {
  opacity: 0;
  filter: blur(10px);
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.fade-in-element.is-visible {
  opacity: 1;
  filter: blur(0px);

}

.fade-in-element-slide {
  opacity: 0;
  filter: blur(10px);
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.fade-in-element-slide.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}