body {
  font-family: "Noto Sans JP", sans-serif;
}

main.contact,
.searchPage {
  padding: 90px 0 80px;
}

.topBottom__inner---search::after {
  transform: translateY(-50%);
}

.contactConfirmPage {
  padding-top: 90px;
}

.searchBottom__selectList--place {
  color: var(--colorlightGray);
  display: flex;
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize14);
  font-weight: 400;
  gap: 0 8px;
}

.searchBottom__selectList--place::before {
  background: url(../images/search/icon-search-place.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: relative;
  top: 1px;
  width: 7px;
}

/* -------------------------------------------------
    お問い合わせトップ
-------------------------------------------------- */
.topBottom {
  background: none;
  height: auto;
}

.contactPage {
  margin-top: 40px;
}

.contactPage .whiteBtn.is-greenbtn {
  margin-top: 40px;
  max-width: 256px;
}

.topBottom__box {
  margin: 0;
}

.other__contact {
  margin: 127px 0 0;
}

.other__contact .whiteBtn.is-greenbtn {
  max-width: 506px;
}

.other__contact .whiteBtn.is-greenbtn::after {
  margin-left: 8px;
  position: relative;
  right: 0;
  top: 0;
  transform: translateY(0);
}

.whiteBtn.is-greenbtn {
  background-color: var(--colorGreen);
  color: #fff;
  cursor: pointer;
  height: 52px;
  line-height: 1.7;
  margin: 0 auto 40px;
  max-width: 426px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.whiteBtn.is-greenbtn:hover {
  background-color: #fff;
  border-color: var(--colorGreen);
  color: var(--colorGreen);
}

@media screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .other__contact {
    margin: 60px 0 120px;
  }
}

@media screen and (max-width: 500px) {
  .other__contact {
    margin: 60px 0 30px;
  }
}
/* -------------------------------------------------
    各ブランドお問い合わせ
-------------------------------------------------- */
.contact__step {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto;
  width: 430px;
}

.contact__step--item {
  position: relative;
}

.contact__step--item::after {
  background-color: var(--colorlightGray);
  content: "";
  height: 1px;
  left: 120px;
  position: absolute;
  top: 30px;
  width: 32px;
}

.contact__step--item:nth-last-child(1):after {
  content: none;
}

.contact__step--number {
  align-items: center;
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: var(--fontRoboto);
  font-size: var(--fontSize28);
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: 0 auto 16px;
  width: 60px;
}


.contact__step--number.is-green {
  background-color: var(--colorGreen);
}

.contact__step--text {
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize14);
  font-weight: 400;
  margin: 0 auto;
  width: fit-content;
}

.contactForm {
  margin-top: 40px;
}

.formOuter {
  background: rgba(204, 204, 204, 0.1);
  border-radius: 16px;
}

.formTable tbody {
  background-color: rgba(204, 204, 204, 0.1);
  border-radius: 16px;
  display: grid;
  gap: 40px 0;
  padding: 80px 120px;
}

.formTable__head.is-required::before {
  background-color: var(--colorRed);
  border-radius: 4px;
  color: #fff;
  content: "必須";
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize12);
  font-weight: 700;
  margin-right: 5px;
  padding: 2px;
}

.formTable tr {
  display: grid;
  gap: 0 50px;
  grid-template-columns: 26% auto;
}

.formTable__head {
  text-align: left;
}

.formTable__body.column2 {
  align-items: center;
  background-color: #fff;
  border: 2px solid var(--colorBlack);
  border-radius: 10px;
  color: var(--colorBlack);
  display: grid;
  font-family: var(--fontZenKaku);
  font-size: var(--fontSize16);
  gap: 0 20px;
  grid-template-columns: calc( 50% - 10px) calc( 50% - 10px);
  padding: 13px 20px;
}

.formTable__body--faciLogo img {
  height: 31px;
  width: auto;
}

.formTable__body--faciName {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize18);
  font-weight: 500;
  margin-top: 10px;
}

.formTable__body.column {
  display: grid;
  gap: 30px 0;
  grid-template-columns: 1fr;
}


.formTable__text,
.formTable__textArea {
  background-color: #fff;
  border: 2px solid var(--colorBlack);
  border-radius: 10px;
  color: var(--colorBlack);
  font-family: var(--fontZenKaku);
  font-size: var(--fontSize16);
  padding: 13px 20px;
  width: 100%;
}

.formTable__textArea {
  height: 140px;
  width: -webkit-fill-available;
}

.contactNote {
  margin-top: 80px;
}

.contactNote__title {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize16);
  font-weight: 700;
}

.contactNote__text {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize14);
  font-weight: 400;
  line-height: 2;
}

.contactNoteTop {
  border-bottom: 2px solid var(--colorpaleGray);
  display: grid;
  gap: 32px 0;
  padding-bottom: 40px;
}

.contactNote__list--item {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize14);
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

.contactNoteBottom {
  display: grid;
  gap: 80px 0;
  grid-template-columns: 1fr;
}

.contactNote__consent {
  margin: 40px auto 0;
  width: fit-content;
}

.contactNoteBottom .form__errorText {
  left: 0;
  width: max-content;
}

.form__checkbox--row .form__errorText {
  bottom: -40px;
  left: 0;
}

.contactNoteBottom .whiteBtn {
  cursor: pointer;
  margin-top: 0;
  max-width: 296px;
  position: relative;
}


.contactNote__text .is-blue {
  color: var(--colorBlue);
}

.contactPage__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.contactPage:has(.contactPage__text) .greenDotted__title {
  margin-bottom: 40px;
}

.greenDotted__title {
  line-height: 1.6;
}

.other__contact .greenDotted__title {
  margin-bottom: 40px;
}

.contactPage:has(.contactPage__text) .topBottom__box {
  margin-top: 40px;
}

@media screen and (max-width:1024px) {
  .formTable tbody {
    padding: 60px 40px;
  }

  .formTable tr {
    gap: 0 30px;
    grid-template-columns: 33% auto;
  }
}

@media screen and (max-width:767px) {
  .contact__step {
    gap: 0 20px;
    width: fit-content;
  }

  .contact {
    padding-top: 60px;
  }

  .contact__step--number {
    height: 40px;
    width: 40px;
  }

  .contact__step--item::after {
    left: 90px;
    top: 20px;
    width: 16px;
  }

  .contact__step--text {
    font-size: var(--fontSize12);
  }

  .formTable tbody {
    padding: 40px 20px;
  }

  .formTable tr {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}
/* -------------------------------------------------
    各ブランド内容確認\contact-confirm
-------------------------------------------------- */
.contactConfirm {
  background-color: rgba(204, 204, 204, 0.1);
  border-radius: 16px;
  padding: 80px 130px;
}
.contactConfirmList__item {
  border-bottom: 1px solid var(--colorlightGray);
  display: grid;
  grid-template-columns: 27% auto;
  padding: 30px 0;
}

.contactConfirmList__item:nth-last-child(1) {
  border: none;
}

.contactConfirm__column {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 46% auto;
}

.confirm__btnBox {
  display: grid;
  gap: 0 40px;
  grid-template-columns: 1fr 1fr;
  height: 54px;
  margin-top: 80px;
  width: 100%;
}

.confirm__btnBox .whiteBtn {
  cursor: pointer;
  height: auto;
  margin: 0;
  position: relative;
}

.confirm__btnBox .whiteBtn:first-child {
  margin-left: auto;
}

.contactConfirmText {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize16);
  font-weight: 700;
}

.contactConfirmText.required-mark::after {
  color: var(--colorRed);
  content: "※";
  font-family: var(--fontNotoSansJP);
  font-size: 16px;
  font-weight: 700;
}

.contactConfirm__faci--name {
  color: var(--colorBlack);
  content: "※";
  font-family: var(--fontNotoSansJP);
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.contactConfirm__faci--logo img {
  height: 31px;
  width: auto;
}

@media screen and (max-width:1024px) {
  .contactConfirm {
    padding: 40px;
  }
}

@media screen and (max-width:767px) {
  .contactConfirm {
    padding: 40px 20px;
  }

  .contactConfirmList__item {
    gap: 10px 0;
    grid-template-columns: 1fr;
    padding: 15px 0;
  }

  .contactConfirm__column {
    gap: 0 10px;
  }

  .confirm__btnBox {
    grid-template-columns: 1fr;
  }

  .confirm__btnBox .whiteBtn {
    margin: 20px auto;
    width: -webkit-fill-available;
  }
}
/* -------------------------------------------------
    お問い合わせ完了
-------------------------------------------------- */

.confirmForm {
  padding-bottom: 120px;
}

.contactCompMess {
  padding: 40px 0 20px;
}

.contactCompMess h2 {
  color: var(--colorBlack);
  font-family: var(--fontZenKaku);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.88;
  text-align: center;
}

.contactCompMess__text {
  color: var(--colorBlack);
  font-family: var(--fontZenKaku);
  font-size: var(--fontSize16);
  font-weight: 500;
  line-height: 1.88;
  margin-top: 30px;
  text-align: center;
}

.contactCompMess .contactCompMess__text:nth-of-type(1) {
  margin-top: 60px;
}

.contactCompleteInner .whiteBtn {
  margin: 40px auto;
}

.contactCompleteInner {
  padding-bottom: 80px;
}

.contactComplete {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .contactCompMess h2 {
    font-size: 18px;
  }
}


/* Form */

.formInner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 843px;
  padding: 80px 0 40px;
}

.confirmForm .formInner {
  padding-bottom: 54px;
}

.formRow {
  display: grid;
  gap: 24px;
  grid-template-columns: 220px auto;
  position: relative;
}

.formOuter--acure .formRow {
	grid-template-columns: 280px auto;
}

.formRow label,
.confirmRow label {
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 700;
}

.formRow label {
  margin-top: 2px;
}

.formRow label.centered {
  align-content: center;
  margin-top: 0;
}

.formRow label.largeMargin {
  margin-top: 20px;
}

.formRow label span,
.confirmRow label span {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin-right: 4px;
  padding: 2px 4px;
}

.formRow label span.counter {
  color: var(--colorBlack);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 22px;
  margin-top: 12px;
}

.confirmRow label span.sm {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 186px;
}

.form__textInput,
.form__textArea,
.form__checkbox--container,
.formRow__dropDown,
.formRow__display {
  background: #fff;
  border: 2px solid #333;
  border-radius: 10px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 15px;
  width: 100%;
}

.form__checkbox--container {
  max-width: calc(100% - 34px);
}

.confirmRow__text {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize16);
  font-weight: 700;
}

.confirmRow__text.parts {
  line-height: 1.8;
  margin-top: -8px;
}

.confirmRow__text.parts br:last-of-type {
  display: none;
}

.form__textInput::placeholder,
.form__textArea::placeholder {
  color: #a0aaaa;
}

.form__textArea {
  line-height: 1.8;
  max-width: calc(100% - 35px);
  min-height: 140px;
  resize: vertical;
}

.form__checkbox--container,
.formRow__dropDown {
  max-width: calc(100% - 35px);
  padding-bottom: 6px;
  padding-top: 15px;
}

.form__checkbox--row .form__checkbox--container {
  padding-bottom: 15px !important;
}

.formRow__dropDownBody {
  display: grid;
  grid-template-columns: 1fr;
}

.formRow__dropDownBody label {
  border-bottom: 1px dotted var(--colorpaleGray);
  padding: 10px 0;
}

.formRow__multipleLines {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.required,
.not-required {
  background: #e63a3a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px;
}

.not-required {
  background: #949494;
}

.form__radioLabel input[type="checkbox"] {
  opacity: 0;
}

.form__radioLabel {
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: 15px auto;
  position: relative;
}

.documentCheck__group .form__radioLabel {
  gap: 10px;
  line-height: 1.56;
}

.documentCheck__group .form__checkbox--container {
  padding-bottom: 15px;
  padding-top: 11px;
}

.documentCheck__disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78;
  margin-top: 16px;
}

.form__radioLabel::before {
  border: 1px solid #707070;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
  width: 15px;
}

.form__radioLabel::after {
  background: url(../images/icon-tick_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 7px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.form__radioLabel:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}

.formRow__checkNotes {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;;
}

.formRow__multipleLines--single {
  position: relative;
}

.form__errorText {
  bottom: -20px;
  color: #e63a3a;
  display: none;
  font-size: 12px;
  left: 250px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: absolute;
}

.formRow__multipleLines--single .form__errorText,
.form__documentConfirm--row .form__errorText {
  left: 0;
}

.contactNote__title {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize16);
  font-weight: 700;
}

.contactNote__text {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize14);
  font-weight: 400;
}

.contactNoteTop {
  border-bottom: 2px solid var(--colorpaleGray);
  display: grid;
  gap: 32px 0;
  padding-bottom: 40px;
}


.contactNoteBottom {
  display: grid;
  gap: 80px 0;
  grid-template-columns: 1fr;
}

.contactNote__consent {
  margin: 40px auto 0;
  width: fit-content;
}

.contactNote__text .is-blue {
  color: var(--colorBlue);
}


.formRow__dropDown input[type="checkbox"],
.contactNoteBottom input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
}

.formRow__dropDown label,
.contactNoteBottom label {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}

.formRow__dropDownHead::after {
  border-bottom: 13px solid var(--colorlightGray);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  transition: 0.2s ease-in-out;
  width: 0;
}

.formRow__dropDown label::after,
.contactNoteBottom label::after {
  background: url(../images/icon-tick_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 7px;
  left: 3px;
  position: absolute;
  top: 18px;
  width: 10px;
}

.contactNoteBottom label::after {
  top: 11px;
}

.formRow__dropDown label::before,
.contactNoteBottom label::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 13px;
  transition: 0.3s ease-in-out;
  width: 15px;
}

.contactNoteBottom label::before {
  top: 6px;
}

.contactForm label:has(input:checked)::before,
.contactNoteBottom label:has(input:checked)::before {
  background: #2bac4d;
}

.formRow__dropDownHead {
  border-bottom: 1px solid var(--colorBlack);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  padding-bottom: 10px;
}

.formRow__dropDownHead label::before,
.formRow__dropDownHead label::after {
  display: none;
  visibility: hidden;
}

.formRow__dropDownBody label:nth-last-child(1) {
  border: none;
}

.active .formRow__dropDownHead::after {
  transform: scaleY(-1);
}

.formRow__dropDownBody {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
}

.active .formRow__dropDownBody {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.form__documentConfirm--row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  position: relative;
}

.formRow__display {
  display: grid;
  gap: 20px;
  grid-template-columns: 250px auto;
  max-width: calc(100% - 35px);
}

.formRow__display--textArea {
  align-content: center;
}

.formRow__display--icon {
  height: auto;
  max-width: 120px;
  width: 100%;
}

.formRow__display--icon.tabeta,
.formRow__display--icon.lab {
  max-width: 140px;
}

.formRow__display--icon.icon-cial {
  height: 30px;
  width: fit-content; 
}

.formRow__display--icon.icon-lusca {
  height: 50px;
  width: fit-content;
}

.formRow__display--text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.form__documentConfirm--text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.form__documentConfirm--text a {
  color: #0571aa;
  text-decoration: underline;
}

.form__checkbox--row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.form__checkbox--row:has(.errorActive) {
  gap: 36px;
}

.form__checkbox--container .form__radioLabel {
  font-weight: 400;
}

.documentCheck__group {
  display: grid;
  gap: 28px;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .formRow label span.counter {
    display: inline-block;
    margin-left: -4px;
    margin-top: 0;
  }
  .formRow,
	.formOuter--acure .formRow {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    width: 100%;
  }
  .formRow__display {
    grid-template-columns: 1fr;
    max-width: calc(100% - 30px);
  }
  .formInner {
    padding-top: 40px;
  }
  .contactNoteTop {
    gap: 24px 0;
  }
  .contactNote__consent {
    margin-top: 20px;
  }
  .contactNoteBottom {
    gap: 30px 0;
  }
  .contactNote {
    margin-top: 40px;
  }
  .form__checkbox--container .form__radioLabel {
    line-height: 1.8;
  }
  .form__radioLabel {
    gap: 12px;
  }
  .form__errorText {
    left: 0;
    margin-right: -30px;
  }
  .contactNoteBottom .form__errorText {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 667px) {
  br.docBreak {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .form__errorText.smallErrorMessage {
    bottom: -36px;
    left: -10px;
    line-height: 1.2;
  }
  .formRow label span.counter {
    display: block;
    margin-top: 8px;
  }
}

/* Confirm Page */

.contactForm .formInner,
.confirmForm .formInner {
  gap: 30px;
}

.confirmRow {
  border-bottom: 1px solid var(--colorpaleGray);
  display: grid;
  gap: 24px;
  grid-template-columns: 240px auto;
  padding: 0 0 30px;
}

.formOuter--acure .confirmRow {
	grid-template-columns: 280px auto;
}

.confirmRow:last-of-type {
  border-bottom: none;
}

.confirmedChecks__list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.confirmedCheck__item {
  align-content: center;
  background: #a8a8a8;
  border: 2px solid #333;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 15px auto;
  height: 54px;
  max-width: calc(100% - 30px);
  padding: 0 15px;
  width: 100%;
}

.confirmedCheck__item img,
.confirmedCheck__item p {
  align-self: center;
}

.confirmedCheck__item p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .confirmForm .formInner {
    gap: 40px;
    max-width: calc(100% - 40px);
  }
  .confirmRow,
	.formOuter--acure .confirmRow {
    grid-template-columns: 1fr;
    padding: 0 0 30px;
  }
  .confirmForm .formInner {
    padding-bottom: 24px;
  }
  .confirmForm .confirm__btnBox {
    gap: 24px;
    height: 100%;
    margin-top: 30px;
  }
  .confirmForm .confirm__btnBox .whiteBtn {
    height: 54px;
    margin: 0 auto;
  }
  .confirmForm .confirm__btnBox .whiteBtn:first-child {
    grid-row: 2;
    height: 48px;
  }
  .confirmForm .confirm__btnBox button.whiteBtn {
    grid-row: 1;
  }
}

/* contactVacant */
.contactVacant {
  padding: 80px 0;
}

.contactVacant__title {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  gap: 0 5px;
}

.contactVacant__title::before {
  background-color: #febb2a;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
}


.contactVacant__column {
  border: 3px solid #333;
  border-radius: 16px;
  display: grid;
  gap: 0 40px;
  grid-template-columns: 30% auto;
  margin-top: 20px;
  padding: 33px;
}

.contactVacant__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.contactVacant__band {
  background-color: #949494;
  border-radius: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}

.contactVacantBox__buttonArea {
  display: flex;
  gap: 0 8px;
  margin-top: 18px;
}

.contactVacantBox__button {
  background-color: #fff;
  border: 2px solid #17ac4d;
  border-radius: 27px;
  color: #17ac4d;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  width: 86px;
}

.contactVacantBox__button.is-active {
  background-color: #17ac4d;
  color: #fff;
}

.contactVacantBox__dateArea {
  background-color: #efefef;
  border-radius: 9px;
  margin-top: 8px;
  padding: 20px 47px 20px 20px;
}

.contactVacantBox__dateList {
  display: none;
  gap: 14px 24px;
}

.contactVacantBox__dateList.active {
  display: flex;
}

.contactVacantBox__dateList--item {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 0 8px;
}

.contactVacantBox__dateList--item::before {
  background-color: #17ac4d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
}

.container1080 {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .formOuter {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .contactVacant__column {
    gap: 20px 0;
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .formRow__dropDown label:has(input[type="checkbox"]) {
    display: grid;
    grid-template-columns: 25px auto;
    line-height: 1.4;
    padding-left: 4px;
  }
  .formRow__dropDown label::before {
    top: 14px;
  }
  .formRow__dropDown label::after {
    left: 4px;
    top: 19px;
  }
}

@media screen and (max-width: 362px) {
  .confirmedCheck__item {
    height: 90px;
  }
}
