footer,
.mobile-menu__container {
  display: none;
}
.contact__text {
  display: none;
}
.mw_wp_form_confirm .contact__label > span {
  display: none;
}
.entry {
  padding: 80px 7.5px 155px;
}

.mw_wp_form form {
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 660px;
}

.contact__item {
  width: 100%;
  position: relative;
}

.contact__birth-wrapper > div {
  position: relative;
}

.contact__label {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.contact__label span {
  border-radius: 4px;
  margin-right: 10px;
  width: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  height: 26px;
  line-height: normal;
}

.contact__label--required span {
  background-color: #ca3c38;
}

.contact__label--optional > span {
  background-color: #888a86;
}

.contact__types {
  display: flex;
  gap: 40px;
  margin-top: 18px;
}

.contact__type {
  display: flex;
  align-items: center;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #707070;
  margin-right: 8px !important;
  accent-color: var(--forest-green);
}

.mwform-checkbox-field label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contact__name {
  display: flex;
  gap: min(20px, max(10px, calc(20px + 50vw - 188px)));
}

.contact__name > div {
  position: relative;
}

.contact__item:first-of-type .contact__name input {
  margin-right: 0;
}

.contact__input {
  position: relative;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 8px 16px;
  height: 40px;
  width: 100%;
  font-weight: 700;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__birth-wrapper {
  display: flex;
  gap: min(20px, max(10px, calc(20px + 50vw - 188px)));
}

.contact__item--birth .contact__input {
  padding: 0 8px;
}

.contact__item--birth .contact__input {
  width: 65px;
}

.contact__birth-wrapper > div:first-child .contact__input {
  width: 150px;
}

.contact__item--birth .contact__input {
  background-image: url(../images/common/select-arrow.svg);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
}

.contact__textarea {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 8px 16px;
  height: 250px;
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
}

::placeholder {
  color: #c7c7c7;
  font-size: 1.6rem;
}

@media (max-width: 374px) {
  .contact__item--textarea .contact__label {
    font-size: 14px;
  }
}

.is-empty {
  color: #c7c7c7;
}

select {
  color: rgb(201, 201, 201);
  font-size: 1.6rem;
}

:disabled {
  color: #3b4043;
  background-color: #ffffff;
  border: 1px solid #707070;
}

.common__btn__wrap {
  width: 320px;
  height: 60px;
  background-color: #191919;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  line-height: calc(18 / 14);
  text-align: center;
  margin-top: 40px;
}

.common__btn__wrap a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.contact__checkbox {
  font-weight: 700;
  font-size: 16px;
}

.contact__checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  gap: 4px;
}

.contact__checkbox input {
  margin: 0;
}

.recruit-link {
  margin-top: 0;
}

.fileattached {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 12px;
}

@media (min-width: 600px) {
  .fileattached {
    align-items: center;
  }
}

.fileattached label {
  display: inline-block;
  width: min(150px, max(120px, calc(150px + 50vw - 188px)));
  height: 40px;
  border-radius: 4px;
  background-color: var(--mint-green);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 !important;
  transition: opacity 0.2s;
}

.fileattached label:hover {
  opacity: 0.8;
}

.label-inner {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

input[type="file"] {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  background-color: #fff !important;
  color: var(--primary-text);
  border-radius: 0px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0;
  font-weight: 400;
}

.fileattached input[type="file"] {
  display: none !important;
}

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.fileattached label .mwform-file-delete {
  display: none;
}

.fileattached__status {
  word-break: break-word;
  overflow-wrap: break-word;
  width: calc(100% - min(210px, calc(210px + 50vw - 188px)));
  display: inline-block;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.fileattached__status span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fileattached__delete {
  position: absolute;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: white;
  text-align: center;
  border-radius: 4px;
  background-color: var(--mint-green);
  display: none;
  cursor: pointer;
}

.file-text {
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
}

.contact__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 26px;
}

.mw_wp_form .error {
  position: absolute;
  bottom: -14px;
  font-size: 12px !important;
  left: 0;
  font-weight: 400;
  white-space: nowrap;
}

.mw_wp_form_preview .contact__label span {
  display: none;
}

.mw_wp_form_preview .contact__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mw_wp_form_preview .contact__types {
  margin-top: 0;
}
.mw_wp_form_preview .contact__label {
  margin-bottom: 0;
}

.mw_wp_form_preview * {
  font-size: 1.6rem;
}

.mw_wp_form_preview .fileattached__delete,
.mw_wp_form_preview .fileattached > label {
  display: none !important;
}
.mw_wp_form_preview .fileattached__status {
  width: auto;
}
.mw_wp_form_preview .contact__item--textarea,
.mw_wp_form_preview .contact__item:last-of-type {
  flex-direction: column;
  align-items: flex-start;
}

.mw_wp_form_preview .recruit-link[name="submitBack"]::after {
  right: auto;
  left: 15px;
  transform: scaleX(-1) translateY(-50%);
}

.contact-complete__txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.mw-wp-form_file {
  color: transparent;
}

.fileattached > label {
  position: relative;
}

.label-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .entry {
    padding: 100px 30px 113px;
  }

  .text_type_title {
    margin-bottom: 100px;
  }
  .contact-form {
    max-width: 661px;
    margin: 0 auto;
  }

  .contact__text {
    padding-left: 40px;
  }
}
