@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  padding-top: 102px;
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 58px;
  }
}

.MainVisual {
  box-sizing: content-box;
  -moz-column-gap: 64px;
       column-gap: 64px;
  display: flex;
  height: 500px;
  justify-content: center;
  margin: 0 0 0 40px;
  padding: 40px 0 104px 0;
}
@media screen and (max-width: 1024px) {
  .MainVisual {
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .MainVisual {
    flex-direction: column-reverse;
    height: 690px;
    margin: 0;
    padding: 0;
  }
}
.MainVisual__overlay {
  color: #eaeaed;
  bottom: 0;
  font-size: 120px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  left: -178px;
  line-height: 89px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .MainVisual__overlay {
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .MainVisual__overlay {
    font-size: 90px;
    line-height: 94px;
    bottom: -14px;
  }
}
@media screen and (max-width: 640px) {
  .MainVisual__overlay {
    bottom: -10px;
    font-size: 68px;
    line-height: 68px;
    width: 366px;
  }
}
.MainVisual__left-area {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 55px;
  width: 100%;
}
.MainVisual__left-area h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 108px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .MainVisual__left-area h2 {
    font-size: 48px;
    line-height: 72px;
  }
}
@media screen and (max-width: 640px) {
  .MainVisual__left-area h2 {
    font-size: 38px;
    line-height: 57px;
    width: 100%;
  }
}
.MainVisual__left-area p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  margin: 24px 0 40px 0;
}
@media screen and (max-width: 640px) {
  .MainVisual__left-area {
    justify-content: flex-start;
    margin: 0;
    padding: 24px 20px 40px;
    width: 100%;
  }
}
.MainVisual__right-area {
  flex: 2;
  position: relative;
  max-width: 100%;
}
.MainVisual__right-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.MainVisual__image-container {
  overflow: hidden;
  height: 100%;
}
.MainVisual__contact-button {
  align-items: center;
  box-shadow: inset 0 0 0 1px #D8D8DB;
  color: #1a1a1c;
  cursor: pointer;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 22px;
  overflow: hidden;
  padding: 16px 88.5px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.MainVisual__contact-button:hover {
  color: #ffffff;
}
.MainVisual__contact-button::after {
  background-color: #1a1a1c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: -1;
}
.MainVisual__contact-button:hover::after {
  transition: 0.3s ease-out;
  transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .MainVisual__contact-button {
    padding: 16px 0;
    width: 100%;
  }
}

.Service,
.Contact {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  padding: 104px 0;
}
@media (max-width: 1024px) {
  .Service,
  .Contact {
    padding: 104px 40px;
  }
}
@media screen and (max-width: 640px) {
  .Service,
  .Contact {
    padding: 64px 16px;
  }
}

.Service__content {
  align-items: center;
  gap: 64px;
  display: flex;
  justify-content: center;
  width: 1024px;
}
@media screen and (max-width: 1024px) {
  .Service__content {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .Service__content {
    flex-direction: column;
  }
}
.Service__content-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  margin-top: 40px;
}
.Service__content-title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  line-height: 87px;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (max-width: 640px) {
  .Service__content-title {
    font-size: 38px;
    line-height: 57px;
  }
}
.Service__content-sub-title {
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 37.4px;
  font-size: 22px;
  font-weight: 500;
}
.Service__content-sub-title::before {
  background-color: #000000;
  content: "";
  display: block;
  height: 1px;
  width: 32px;
}
@media screen and (max-width: 640px) {
  .Service__content-sub-title {
    font-size: 22px;
    line-height: 37.4px;
  }
}
@media screen and (max-width: 640px) {
  .Service__content-image img {
    width: 343px;
  }
}

.Client {
  display: flex;
  justify-content: center;
  padding: 104px 0;
}
@media screen and (max-width: 1024px) {
  .Client {
    padding: 104px 40px;
  }
}
.Client__content {
  width: 1024px;
}
.Client__content-title {
  font-family: "Inter", sans-serif;
  font-size: 58px;
  line-height: 87px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (max-width: 640px) {
  .Client__content-title {
    font-size: 38px;
    line-height: 57px;
  }
}
.Client__content-sub-title {
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 37.4px;
}
.Client__content-sub-title::before {
  background-color: #000000;
  content: "";
  display: block;
  height: 1px;
  width: 32px;
}
.Client__content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .Client__content-list {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .Client__content-list {
    gap: 16px;
  }
}
.Client__content-list-item {
  align-items: flex-start;
  display: flex;
  flex: 1 0 30%;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .Client__content-list-item {
    flex: 1 0 48%; /* gapを考慮して少し小さめに設定 */
    max-width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .Client__content-list-item {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.Client__content-list-item img {
  height: 161px;
  max-width: 336px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .Client__content-list-item img {
    max-width: 100%;
    height: auto;
  }
}
.Client__content-list-badge {
  background-color: #EBEAED;
  border-radius: 2px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 21px;
  padding: 4.5px 16px;
  margin: 16px 0;
}
.Client__content-list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 30.6px;
  font-weight: 500;
}
.Client__content-list-company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  margin-top: 20px;
}

.Contact__content {
  width: 1024px;
}
.Contact__content-title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 58px;
  line-height: 87px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}
.Contact__content-sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 37.4px;
  font-weight: 500;
  text-align: center;
}
.Contact__content-form form {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.Contact__content-form label {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
}
.Contact__content-form input {
  display: flex;
  background-color: #ffffff;
  border: 1px solid #D8D8DB;
  border-radius: 8px;
  flex-direction: column;
  height: 56px;
  margin-top: 8px;
  padding: 0 16px;
  width: 100%;
}
.Contact__content-form-item {
  width: 704px;
}
@media screen and (max-width: 1024px) {
  .Contact__content-form-item {
    width: 100%;
  }
}
.Contact__submit-button {
  align-items: center;
  background-color: #1a1a1c;
  color: #ffffff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 26px;
  margin-top: 40px;
  padding: 16px 112px;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 640px) {
  .Contact__submit-button {
    width: 100%;
  }
}
.Contact__submit-button:hover {
  opacity: 0.8;
  transition: opacity ease-in-out 0.3s;
}
.Contact__form-invalid {
  color: #ec0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.4px;
  letter-spacing: 2%;
  margin-top: 8px;
}
.Contact__input-invalid {
  border: 2px solid #ec0000 !important;
}/*# sourceMappingURL=top.css.map */