.contact-us-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #202020;
  background-color: #FFFFFF;
}

.contact-us-header__info {
  padding-left: 20px;
}

.contact-us-header__info span {
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

.contact-us-header__info span:not(:first-child) {
  margin-left: 4px;
}

.contact-us-header__info span:last-child {
  font-weight: 700;
}

.contact-us-header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 100%;
  background-color: #202020;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

@media (min-width: 520px) {
  .contact-us-header__contact {
    width: 90px;
  }
}

.contact-us {
  padding: 20px 30px 0;
  background-color: #FFFFFF;
}

.contact-us__title {
  position: relative;
  padding-bottom: 20px;
}

.contact-us__title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  background-color: #91FBF2;
  content: '';
}

.contact-us__title h1 {
  color: #202020;
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 24px;
}

@media (min-width: 1025px) {
  .contact-us__title h1 {
    font-size: 21px;
  }
}

.contact-us__content {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
}

.contact-us__sub-title {
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.contact-us__description {
  margin-top: 10px;
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.contact-us__description--red {
  color: #FC1700;
  font-weight: 700;
}

.contact-us__items {
  padding: 30px 10px 0;
}

@media (min-width: 520px) {
  .contact-us__items {
    padding: 30px 40px 0;
  }
}

.contact-us__item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  word-break: break-all;
}

.contact-us__item + .contact-us__item {
  border-top: 1px solid #E8E8E8;
}

.contact-us__label {
  min-width: 35%;
  padding: 0 4px 0 8px;
}

.contact-us__label--required {
  position: relative;
}

.contact-us__label--required::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #FC1700;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 10px;
  content: '*';
}

.contact-us__item-name {
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.contact-us__item-en-name {
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

.contact-us__input {
  width: 100%;
  max-width: 400px;
  height: 30px;
  padding: 4px 4px;
  border: 1px solid #CCCCCC;
}

.contact-us__input--textarea {
  height: 240px;
  resize: none;
}

.contact-us__input--age {
  max-width: 100px;
}

.contact-us__age-text {
  color: #757575;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

.contact-us__input--required {
  background-color: #F6EBED;
}

.contact-us__select {
  width: 100%;
  max-width: 300px;
  height: 30px;
  padding: 4px 4px;
  border: 1px solid #CCCCCC;
}

.contact-us__checkbox {
  display: none;
}

.contact-us__checkbox + span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #757575;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.contact-us__checkbox + span::after,
.contact-us__checkbox + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.contact-us__checkbox + span::before {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  left: 0;
  height: 20px;
  width: 20px;
}

.contact-us__checkbox + span::after {
  border: none;
  border-right: 3px solid #c78d8d;
  border-bottom: 3px solid #c78d8d;
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 7px;
}

.contact-us__checkbox:checked + span::after {
  opacity: 1;
}

.contact-us__submit {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.contact-us__submit-button, .contact-us__back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 218.45px;
  height: 53.75px;
  border: 1.73px solid #202020;
  background-color: #FFFFFF;
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14.74px;
  font-weight: 700;
}

.contact-us__submit-button:hover, .contact-us__back-button:hover {
  opacity: 0.7;
}

.contact-us-complete {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

.contact-us-complete__img {
  position: absolute;
  width: 90%;
  max-width: 280px;
  aspect-ratio: 0.53;
  background-image: url('../img/contact-us-complete/pixie.png');
  background-position: center center;
  background-size: cover;
}

.contact-us-complete p {
  color: #FF96E9;
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 50px;
  opacity: 0.6;
}
