p, h5, h4, h3, h2, h1, a, div, dd, dt, li, figcaption, button, label, input, address {
  color: var(--colorBlack);
  font-family: var(--familyHansSans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.container {
  height: 100svh;
  margin-inline: auto;
  max-width: 1200px;
  overflow-x: hidden;
  padding-inline: 1.875rem;
  position: relative;
  width: calc(100% - 3.75rem);
}

.fp-table, .fp-overflow {
  height: 100%;
}

.fp-overflow {
  scrollbar-width: none;
}

.fp-overflow::-webkit-scrollbar {
  display: none;
}

.fp-warning, .fp-watermark {
  display: none;
}

.for-sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1053px) {
  html {
    font-size: 1.519468186134853vw ;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.266666666666667vw;
  }

  .for-sp {
    display: block;
  }

  .for-pc {
    display: none;
  }

  .container {
    height: unset;
  }
}

/* ==================
	common
=====================*/
.bg-black {
  background: var(--colorBlack);
}

.bg-white {
  background: var(--colorWhite);
}

.section__title {
  display: grid;
  padding-top: 10.08svh;
  width: fit-content;
}

.section__title--en, .section__title--ja {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}

.section__title--en.active, .section__title--ja.active {
  animation: textSlide 1s ease-out forwards;
  opacity: 1;
}

.section__title--en {
  display: inline-block;
  font-family: var(--familyRoboto);
  font-size: 3.125rem;
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.section__title--ja {
  font-size: 1.375rem;
  letter-spacing: -0.025em;
}

.section__title.is-white .section__title--en, .section__title.is-white .section__title--ja {
  color: var(--colorWhite);
}

@media screen and (max-width: 767px) {
  .section__title {
    padding-top: 2.35rem;
  }

  .section__title--en {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .section__title--ja {
    font-size: 0.875rem;
  }
}

@keyframes textSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* ==================
	animation
=====================*/

.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease-out;
}

.fadeup.active {
  opacity: 1;
  transform: translateY(0);
}

.translate-center.fadeup {
  transform: translateX(-50%) translateY(calc(-50% + 30px));
}

.translate-center.fadeup.active {
  transform: translateX(-50%) translateY(-50%);
}

.translate-center-y.fadeup {
  transform: translateY(calc(-50% + 30px));
}

.translate-center-y.fadeup.active {
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sp-normal-fadeup.fadeup {
    position: unset;
    transform: translateY(30px);
  }

  .sp-normal-fadeup.fadeup.active {
    transform: translateY(0);
  }
}

/* ==================
	movie
=====================*/
.bg__movie {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg__movie::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.bg__movie video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* ==================
	fv
=====================*/
.fv {
  position: relative;
}

.fv__text {
  color: var(--colorWhite);
  font-family: var(--familyRoboto);
  font-size: 3rem;
  left: 50%;
  letter-spacing: -0.035em;
  position: absolute;
  text-align: center;
  top: 50.5%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 1.875rem;
    top: 49.5%;
  }
}

/* ==================
	name
=====================*/
.name {
  position: relative;
}

.name__wrap {
  left: 50%;
  position: absolute;
  top: 51.2%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.name__img {
  margin-inline: auto;
  max-width: 36.829rem;
  width: 100%;
}

.inc__img {
  margin: 2rem auto 0;
  max-width: 4.736rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .name__wrap {
    top: 49%;
  }

  .name__img {
    max-width: 15rem;
  }

  .inc__img {
    margin-top: 0.7rem;
    max-width: 1.9375rem;
  }
}

/* ==================
	lead
=====================*/
.lead {
  position: relative;
}

.leadText {
  color: var(--colorWhite);
  font-size: 5rem;
  left: 49.7%;
  letter-spacing: -0.08em;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  top: 49.2%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .leadText {
    font-size: 1.9375rem;
    top: 47%;
  }
}

/* ==================
	about
=====================*/

.about__wrap {
  left: 50%;
  position: absolute;
  top: 47.8%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.about__title {
  font-size: 5rem;
  left: 51%;
  letter-spacing: -0.06em;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: 51.5%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.about__title--small {
  font-size: 2.25rem;
  letter-spacing: -0.025em;
  margin-left: -2.3rem;
}

.about__title--brand {
  left: 0.7rem;
  position: relative;
}

.about__column {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4,1fr);
  margin-inline: auto;
  margin-top: 0.2rem;
  padding-left: 0.2rem;
  width: fit-content;
}

.about__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.about__column.fadeup.active .about__item {
  opacity: 1;
  transform: translateY(0);
}

.about__column.fadeup.active .about__item:nth-child(1) {
  transition-delay: 0.2s;
}

.about__column.fadeup.active .about__item:nth-child(2) {
  transition-delay: 0.5s;
}

.about__column.fadeup.active .about__item:nth-child(3) {
  transition-delay: 0.8s;
}

.about__column.fadeup.active .about__item:nth-child(4) {
  transition-delay: 1.1s;
}


.about__item {
  align-items: center;
  border: 1px solid #868686;
  border-radius: 50%;
  color: var(--colorWhite);
  display: flex;
  font-size: 1.125rem;
  height: 11rem;
  justify-content: center;
  letter-spacing: -0.025em;
  width: 11rem;
}

.about__desc {
  margin-top: 3.5rem;
}

.about__desc.fadeup.active {
  transition-delay: 1.4s;
}

.about__text {
  color: var(--colorWhite);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.45;
  padding-left: 0.25rem;
  text-align: center;
}

.about__lead {
  color: var(--colorWhite);
  font-size: 2.25rem;
  letter-spacing: -0.025em;
  line-height: 1.56;
  margin-block: 0.1rem 0.75rem;
  padding-left: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-first .container {
    height: 100svh;
  }

  .about-first .section__title {
    padding-top: 2.8rem;
  }

  .about__wrap {
    padding-block: 3.8125rem 3rem;
  }

  .about__column {
    gap: 0.625rem 1.3125rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 0;
  }

  .about__item {
    font-size: 0.875rem;
    height: 8.4rem;
    width: 8.4rem;
  }

  .about__title--small {
    font-size: 1.125rem;
    line-height: 2;
    margin-left: 0.5rem;
  }

  .about__title {
    font-size: 2.6875rem;
    left: 49.2%;
    line-height: 1.3;
    top: 48.2%;
  }

  .about__title .blank {
    display: inline-block;
    height: 100%;
    width: 2rem;
  }

  .about__desc {
    margin-top: 1.7rem;
  }

  .about__text {
    font-size: 0.875rem;
    line-height: 2.28;
  }

  .about__lead {
    font-size: 1.75rem;
    line-height: 1.64;
    margin-block: 1.5rem 0.7rem;
    padding-left: 1rem;
  }

  .about__title--brand {
    left: 0;
  }
}

/* ==================
	value
=====================*/
.value .container {
  min-height: 700px;
}

.valueColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 59%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 3.75rem);
}

.valueColumn .valueItem {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.valueColumn.fadeup.active .valueItem {
  opacity: 1;
  transform: translateY(0);
}

.valueColumn.fadeup.active .valueItem:nth-child(1) {
  transition-delay: 0.2s;
}

.valueColumn.fadeup.active .valueItem:nth-child(2) {
  transition-delay: 0.5s;
}

.valueColumn.fadeup.active .valueItem:nth-child(3) {
  transition-delay: 0.8s;
}


.valueItem {
  background: var(--colorBlack);
  border-radius: 1.875rem;
  min-height: calc(21.375rem - 5.3125rem - 3rem);
  padding: 5.3125rem 3.125rem 3rem;
  width: 18rem;
}

.valueItem__title--ja {
  color: var(--colorGray);
  font-family: var(--familyRoboto);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.valueItem__title--en {
  color: var(--colorWhite);
  font-size: 1.5rem;
  letter-spacing: -0.08em;
  margin-top: 1rem;
}

.valueItem__text {
  color: var(--colorWhite);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1263px) {
  .value .container {
    min-height: 920px;
  }
}

@media screen and (max-width: 767px) {
  .value .container {
    min-height: unset;
    padding-bottom: 3rem;
  }

  .value .section__title {
    padding-top: 2.8rem;
  }

  .valueColumn {
    gap: 0.5rem;
    margin-top: 2.4rem;
    width: 100%;
  }

  .valueItem {
    border-radius: 0.9375rem;
    min-height: unset;
    padding: 2.3rem 1.8rem 2.2rem;
  }

  .valueItem__title--ja {
    font-size: 0.8125rem;
    margin-left: 0.1em;
  }

  .valueItem__title--en {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }

  .valueItem__text {
    font-size: 0.875rem;
    line-height: 2.28;
    margin-left: 0.1em;
    margin-top: 0.2em;
  }
}

/* ==================
	strengths
=====================*/
.strengthsList {
  display: grid;
  gap: 2.6rem;
  max-width: 33.9375rem;
  position: absolute;
  right: 8.7rem;
  top: 54%;
  transform: translateY(-50%);
}

.strengthsList__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.strengthsList.fadeup.active .strengthsList__item {
  opacity: 1;
  transform: translateY(0);
}

.strengthsList.fadeup.active .strengthsList__item:nth-child(1) {
  transition-delay: 0.2s;
}

.strengthsList.fadeup.active .strengthsList__item:nth-child(2) {
  transition-delay: 0.5s;
}

.strengthsList.fadeup.active .strengthsList__item:nth-child(3) {
  transition-delay: 0.8s;
}

.strengthsList.fadeup.active .strengthsList__item:nth-child(4) {
  transition-delay: 1.1s;
}


.strengthsList__title {
  color: var(--colorWhite);
  font-size: 1.625rem;
  letter-spacing: -0.04rem;
}

.strengthsList__text {
  color: var(--colorWhite);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.111;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .strengths .container {
    padding-bottom: 3rem;
  }

  .strengths .section__title {
    padding-top: 3.1rem;
  }

  .strengthsList {
    gap: 2rem;
    margin-top: 2.8rem;
  }

  .strengthsList__title {
    font-size: 1.25rem;
  }

  .strengthsList__text {
    font-size: 0.875rem;
    line-height: 2.285;
    margin-top: 0.4rem;
  }

  .strengthsList__item:nth-last-child(1) {
    position: relative;
    top: -0.6rem;
  }

  .strengthsList__item:nth-last-child(1) .strengthsList__title {
    font-size: 1.5rem;
    letter-spacing: -0.04em;
  }
}

@media screen and (min-height: 700px) and (max-width: 767px) {
  .strengths .container {
    height: 100svh;
    padding-bottom: 0;
  }

  .strengthsList.fadeup {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 56%;
    transform: translateX(-50%) translateY(calc(-50% + 30px));
    width: calc(100% - 3.75rem);
  }

  .strengthsList.fadeup.active {
    transform: translateX(-50%) translateY(-50%);
  }
}

/* ==================
	future
=====================*/
.future__wrap {
  max-width: 38.875rem;
  position: absolute;
  right: 3.7rem;
  top: 49.8%;
  transform: translateY(-50%);
}

.future__title {
  color: var(--colorWhite);
  font-size: 3.25rem;
  letter-spacing: -0.025em;
  margin-left: 0.2rem;
}

.future__title.fadeup.active, .future__text.fadeup.active {
  transition-delay: 0.2s;
}

.future__text {
  color: var(--colorWhite);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: 1.25rem;
}

.future__content {
  display: grid;
  gap: 0.9375rem;
  margin-left: -0.3rem;
  margin-top: 3rem;
  max-width: 35.8125rem;
  width: 100%;
}

.future__content.fadeup.active {
  transition-delay: 0.5s;
}


.future__contentItem {
  background: var(--colorBlack);
  border-radius: 0.625rem;
  color: var(--colorWhite);
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  padding: 1rem 2.375rem 1.1875rem;
}

@media screen and (max-width: 767px) {
  .future .container {
    padding-bottom: 3rem;
  }

  .future .section__title {
    padding-top: 3.1rem;
  }

  .future__wrap {
    margin-top: 3.1rem;
    position: unset;
    transform: unset;
  }

  .future__title {
    font-size: 3rem;
    line-height: 1.208;
    margin-left: 0;
  }

  .future__text {
    font-size: 0.9375rem;
    line-height: 2.13;
    margin-left: 0.3rem;
    margin-top: 0.75rem;
  }

  .future__content {
    gap: 1.2rem;
    margin-left: 0;
    margin-top: 1.8rem;
  }

  .future__contentItem {
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 1.2rem 1.8rem;
  }
}

@media screen and (min-height: 700px) and (max-width: 767px) {
  .future .container {
    height: 100svh;
    padding-bottom: 0;
  }

  .future__wrap {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 56%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 3.75rem);
  }
}

/* ==================
	record
=====================*/
.record .container.scroll {
  min-height: 900px;
}

.recordList {
  display: grid;
  gap: 3.4rem;
  max-width: 31.375rem;
  position: absolute;
  right: 11.5rem;
  top: 51%;
  transform: translateY(-50%);
}

.recordList__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.recordList.fadeup.active .recordList__item {
  opacity: 1;
  transform: translateY(0);
}

.recordList.fadeup.active .recordList__item:nth-child(1) {
  transition-delay: 0.2s;
}

.recordList.fadeup.active .recordList__item:nth-child(2) {
  transition-delay: 0.5s;
}

.recordList.fadeup.active .recordList__item:nth-child(3) {
  transition-delay: 0.8s;
}

.recordList__title {
  color: var(--colorWhite);
  font-family: var(--familyRoboto);
  font-size: 1.875rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.recordList__text {
  color: var(--colorWhite);
  font-family: var(--familyRoboto);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.458;
  margin-top: 0.8rem;
}

.recordList__text--ja {
  color: var(--colorWhite);
  font-family: var(--familyHansSans);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.038em;
  line-height: 1.7222;
  margin-top: 0.7rem;
}

.recordList__text--ja .is-tight {
  letter-spacing: 0.02em;
}

.recordList__text--regular {
  font-family: var(--familyRoboto);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-left: 0.4rem;
}

@media screen and (max-width: 767px) {
  .record .container {
    padding-bottom: 3rem;
  }

  .record .section__title {
    padding-top: 3rem;
  }

  .recordList {
    gap: 2.2rem;
    margin-top: 3.6rem;
  }

  .recordList__title {
    font-size: 1.375rem;
    letter-spacing: -0.02em;
  }

  .recordList__text {
    font-size: 1rem;
    letter-spacing: -0.025em;
    line-height: 1.625;
    margin-top: 0.6rem;
  }

  .recordList__text--ja .is-tight {
    letter-spacing: -0.025em;
  }

  .recordList__text--ja {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.857;
  }

  .recordList__text--regular {
    font-size: 0.9375rem;
    margin-left: 0.3rem;
  }
}

@media screen and (min-height: 651px) and (max-width: 767px) {
  .record .container {
    height: 100svh;
    padding-bottom: 0;
  }

  .recordList.fadeup {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 55%;
    transform: translateX(-50%) translateY(calc(-50% + 30px));
    width: calc(100% - 3.75rem);
  }

  .recordList.fadeup.active {
    transform: translateX(-50%) translateY(-50%);
  }
}

/* ==================
	person
=====================*/
.person__column {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 49%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.person__img {
  max-width: 23.125rem;
  width: 100%;
}

.person__title {
  font-family: var(--familyRoboto);
  font-size: 8.375rem;
  letter-spacing: -0.04em;
  line-height: 0.8;
  padding-top: 2.8rem;
  text-align: center;
}

.person__text {
  font-family: var(--familyRoboto);
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .person__column {
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .person .container {
    padding-block: 3.625rem 3rem;
  }

  .person__column {
    display: grid;
    gap: 2rem;
  }

  .person__img {
    margin-inline: auto;
    max-width: 15.875rem;
  }

  .person__title {
    font-size: 4.25rem;
    letter-spacing: -0.04em;
    padding-top: 0;
  }

  .person__text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-height: 651px) and (max-width: 767px) {
  .person  .container {
    height: 100svh;
    padding-block: 0;
  }

  .person__column.fadeup {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(calc(-50% + 30px));
    width: calc(100% - 3.75rem);
  }

  .person__column.fadeup.active {
    transform: translateX(-50%) translateY(-50%);
  }
}

/* ==================
	company
=====================*/
.company__list {
  display: grid;
  grid-template-columns: 9.4375rem auto;
  max-width: 29rem;
  position: absolute;
  right: 13.8rem;
  top: 52.5%;
  transform: translateY(-50%);
  width: 100%;
}

.company__list dt, .company__list dd {
  border-bottom: 1px solid var(--colorDarkGray);
  color: var(--colorWhite);
  letter-spacing: -0.025em;
  padding-block: 1.22rem;
}

.company__list dt:nth-last-child(2), .company__list dd:nth-last-child(1) {
  border-bottom: none;
}

.company__list dt {
  font-weight: 500;
}

.company__list dd {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .company .container {
    padding-bottom: 3rem;
  }

  .company .section__title {
    padding-top: 3.2rem;
  }

  .company__list {
    grid-template-columns: 5.125rem auto;
    margin-top: 4.7rem;
    padding-inline: 0.7rem;
    width: calc(100% - 1.4rem);
  }

  .company__list dt, .company__list dd {
    font-size: 0.875rem;
    padding-block: 1.35rem;
  }
}

@media screen and (min-height: 651px) and (max-width: 767px) {
  .company .container {
    height: 100svh;
    padding-bottom: 0;
  }

  .company__list.fadeup {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 55%;
    transform: translateX(-50%) translateY(calc(-50% + 30px));
    width: calc(100% - 3.75rem - 1.4rem);
  }

  .company__list.fadeup.active {
    transform: translateX(-50%) translateY(-50%);
  }
}

/* ==================
	contact
=====================*/
.contact {
  background: #eeeef0;
}

.contact .container {
  height: unset;
}

.contact .section__title {
  padding-top: 5.2rem;
}

.form__wrap {
  margin: 3.2rem 6.2rem 0 auto ;
  max-width: 49.8125rem;
  width: 100%;
}

.formList {
  display: grid;
  gap: 1.875rem;
}

.formList__item {
  display: grid;
  grid-template-columns: 11.0625rem auto;
  position: relative;
}

.formList__item:has(.thanks__message) {
  display: block;
}

.formList__item .required {
  color: #af4e4e;
  font-size: 0.6rem;
  left: -0.2rem;
  position: relative;
  top: -0.3rem;
}

.formList__item label {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 1rem;
}

.formList__item input, .formList__item textarea {
  border: none;
  border-radius: 0.625rem;
  font-family: var(--familyHansSans);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  padding: 0.875rem 1.25rem;
}

.formList__item textarea {
  height: calc(11.375rem - 0.875rem * 2);
}

.formList__item input::placeholder {
  color: #b1b1b1;
}

.form__Bottom {
  display: flex;
  justify-content: space-between;
  margin-block: 7.5rem 2.7rem;
}

.form__companyName {
  max-width: 9.375rem;
}

.form__topBtn {
  color: var(--colorBlack);
  font-family: var(--familyRoboto);
  font-size: 1.375rem;
  font-weight: 700;
  height: fit-content;
  letter-spacing: -0.025em;
  line-height: 1.2;
  padding-right: 1.2rem;
  position: relative;
}

.form__topBtn--arrow {
  background: currentColor;
  color: #333;
  display: inline-block;
  height: 0.6em;
  line-height: 1;
  position: relative;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 0.1em;
}

.form__topBtn--arrow::before {
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  content: "";
  height: 0.4em;
  position: absolute;
  right: 50%;
  top: -0.05em;
  transform: rotate(-45deg);
  transform-origin: top right;
  width: 0.4em;
}

.form__submitWrap {
  height: 1.375rem;
  position: relative;
  width: fit-content;
}

.form__submitWrap img {
  left: 0;
  position: absolute;
  top: 0;
}

input[type="submit"] {
  background: unset;
  border: unset;
  cursor: pointer;
  height: 1.375rem;
  letter-spacing: -0.025em;
  position: relative;
  width: 2.9375rem;
  z-index: 1;
}

.form__submitArrow {
  background: #3c3c3c;
  display: block;
  height: 0.0625rem;
  position: relative;
  top: -0.5rem;
  transition: 0.3s;
  width: 4.5625rem;
}

.form__submitArrow::after {
  background: #3c3c3c;
  content: "";
  height: 0.0625rem;
  position: absolute;
  right: -0.15rem;
  top: -0.25rem;
  transform: rotate(45deg);
  width: 0.75rem;
}

.form__submitWrap ,
.form__topBtn {
	transition: 0.3s;
}

@media (hover: hover){
	.form__submitWrap:hover ,
	.form__topBtn:hover{
		cursor: pointer;
		opacity: 0.7;
	}
}


.form__submitWrap:hover .form__submitArrow {
  width: 5rem;
}

.error__message {
  bottom: -1rem;
  color: #f00;
  left: 11.0625rem;
  position: absolute;
}

.formList__item:has(.error__message) {
  padding-bottom: 1rem;
}

.thanks__message {
  margin-top: 2rem;
  padding-left: 6rem;
  white-space: nowrap;
}

@media screen and (max-width: 1260px) {
  .thanks__message {
    padding-left: calc(6rem + ((1260px - 100vw) / 2)) ;
  }
}

@media screen and (max-width: 1060px) {
  .thanks__message {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contact .container {
    min-height: unset;
  }

  .contact .section__title {
    padding-top: 3.1rem;
  }

  .form__wrap {
    margin-top: 2.8rem;
  }

  .formList {
    gap: 1.18rem;
  }

  .formList__item {
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }

  .formList__item label {
    padding-top: 0;
  }

  .formList__item textarea {
    height: calc(9.0625rem - 0.875rem * 2);
  }

  .formList__item input, .formList__item textarea {
    font-size: 0.9375rem;
  }

  .form__submitWrap {
    height: 1.3125rem;
  }

  .form__submitWrap img {
    width: 2.1875rem;
  }

  input[type="submit"] {
    width: 3.25rem;
  }

  .form__submitArrow {
    top: -0.9rem;
    width: 3.25rem;
  }

  .form__submitWrap:hover .form__submitArrow {
    width: 3.25rem;
  }

  .form__submit {
    gap: 0;
    margin-left: auto;
    margin-top: -0.3rem;
    padding-bottom: 1rem;
  }

  .form__submit:has(.thanks__message) {
    margin-inline: auto;
  }

  .form__Bottom {
    align-items: center;
    margin-block: 3.1rem 1.625rem;
  }

  .form__companyName {
    max-width: 7.5rem;
    position: unset;
  }

  .form__topBtn {
    font-size: 0.9375rem;
    padding-right: 0.8rem;
  }

  .error__message {
    left: 0;
  }

  .form__submit:has(.thanks__message) .form__submitWrap {
    margin-bottom: 2rem;
    margin-left: auto;
    width: fit-content;
  }

  .thanks__message {
    margin-top: 2rem;
    white-space: unset;
  }
}
