@charset "UTF-8";
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
/* =====================================================
*  steps
===================================================== */
.p-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 812px;
  margin: 8rem auto 6.5rem;
  counter-reset: step;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .p-step {
    padding-inline: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-step::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  height: 0.1rem;
  background: #CCCCCC;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .p-step::after {
    top: 1.3rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}

.p-step__item {
  position: relative;
  counter-increment: step;
}
.p-step__item::before {
  content: counter(step);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  width: 4rem;
  height: 4rem;
  background: #CCCCCC;
  border-radius: 50%;
  margin: 0 auto 2rem;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-step__item::before {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-step__item.is-current::before {
  background: #AC0E4E;
}
.p-step__item.is-current .p-step__label {
  color: #AC0E4E;
}
.p-step__item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 50%;
  height: 0.1rem;
  background: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .p-step__item:first-child::after {
    top: 1.3rem;
  }
}
.p-step__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  right: 0;
  width: 50%;
  height: 0.1rem;
  background: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .p-step__item:last-child::after {
    top: 1.3rem;
  }
}

.p-step__label {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #CCCCCC;
}
@media screen and (max-width: 767.9px) {
  .p-step__label {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

/* =====================================================
*  form
===================================================== */
.entry-input .entry_form {
  background-color: #F9F9F9;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form {
    padding-top: 40px;
  }
}
.entry-input .entry_form .l-wrapper {
  max-width: 112rem;
}
.entry-input .entry_form .form_title {
  color: #fff;
  font-size: clamp(16px, 13.183px + 0.751vw, 24px);
  font-weight: bold;
  line-height: 1;
  background-color: #AC0E4E;
  padding: 15px 0 15px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .form_title {
    padding: 10px 0 10px 15px;
    margin-bottom: 30px;
  }
}
.entry-input .entry_form input, .entry-input .entry_form textarea, .entry-input .entry_form select {
  font-size: 1.6rem;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.5rem 1.7rem;
  box-sizing: border-box;
}
.entry-input .entry_form input::-moz-placeholder, .entry-input .entry_form textarea::-moz-placeholder, .entry-input .entry_form select::-moz-placeholder {
  color: #CCCCCC;
}
.entry-input .entry_form input::placeholder, .entry-input .entry_form textarea::placeholder, .entry-input .entry_form select::placeholder {
  color: #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form input, .entry-input .entry_form textarea, .entry-input .entry_form select {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.entry-input .entry_form input, .entry-input .entry_form textarea {
  border: 0.2rem solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form input, .entry-input .entry_form textarea {
    max-width: 100%;
  }
}
.entry-input .entry_form input {
  max-width: 72.2rem;
}
.entry-input .entry_form input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: 2.3rem;
  height: 2.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0;
  }
}
.entry-input .entry_form input.w-210 {
  max-width: 21rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form input.w-210 {
    font-size: 1.4rem;
  }
}
.entry-input .entry_form input.w-300 {
  max-width: 300px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form input.w-300 {
    width: 100%;
    max-width: unset;
    font-size: 1.4rem;
  }
}
.entry-input .entry_form textarea {
  height: 24rem;
  resize: none;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form textarea {
    height: 15rem;
  }
}
.entry-input .entry_form select {
  max-width: 40rem;
  border-radius: 1rem;
  border: 0.2rem solid #CCCCCC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form select {
    max-width: 100%;
    border-radius: 0.3rem;
  }
}
.entry-input .entry_form .c_input:last-of-type {
  margin-top: 1rem;
}
.entry-input .entry_form .input_form_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.entry-input .entry_form .input_form_row .p_input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  max-width: 236px;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .input_form_row .p_input {
    gap: 0 1rem;
    width: 40%;
    max-width: unset;
  }
}
.entry-input .entry_form .input_form_row .input_lable {
  flex-shrink: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .input_form_row .input_lable {
    font-size: 1.4rem;
  }
}
.entry-input .entry_form .input_form_column {
  display: flex;
  flex-direction: column;
}
.entry-input .entry_form table {
  width: 100%;
}
.entry-input .entry_form table:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table:first-of-type {
    margin-bottom: 40px;
  }
}
.entry-input .entry_form table tr {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border-bottom: 0.1rem solid #222222;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr {
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 0;
  }
}
.entry-input .entry_form table tr:first-child {
  padding-top: 0;
}
.entry-input .entry_form table tr:first-child input[type=text] {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr:first-child input[type=text] {
    font-size: 1.4rem;
    padding-right: 1rem;
  }
}
.entry-input .entry_form table tr:first-child select {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr:first-child select {
    font-size: 1.4rem;
  }
}
.entry-input .entry_form table tr th {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr th {
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
  }
}
.entry-input .entry_form table tr th .req {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr th .req {
    gap: 0 3rem;
    justify-content: flex-start;
    font-size: 1.4rem;
  }
}
.entry-input .entry_form table tr th .req::after {
  content: "※必須";
  color: #E70027;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr th .req::after {
    font-size: 1.4rem;
  }
}
.entry-input .entry_form table tr td {
  width: calc(100% - 2rem - 30%);
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr td {
    width: 100%;
    font-size: 1.4rem;
  }
}
.entry-input .entry_form table tr td .msg {
  color: #E70027;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr td .msg {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.entry-input .entry_form table tr td .kakunin_label {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr td .kakunin_label {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}
.entry-input .entry_form table tr td .form_msg {
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form table tr td .form_msg {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.entry-input .entry_form .about-privacy {
  font-size: 1.4rem;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 10px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .about-privacy {
    font-size: 1.2rem;
  }
}

.entry-input .entry_form .questionnaire-section {
  flex-direction: column;
}
.entry-input .entry_form .questionnaire-section:has(input[type=checkbox]) {
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .questionnaire-section:has(input[type=checkbox]) {
    gap: 1.5rem;
  }
}
.entry-input .entry_form .questionnaire-section th, .entry-input .entry_form .questionnaire-section td {
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .questionnaire-section th, .entry-input .entry_form .questionnaire-section td {
    display: block;
    width: 100%;
  }
}
.entry-input .entry_form .questionnaire-section th {
  width: auto;
  line-height: 150%;
}
.entry-input .entry_form .questionnaire-section td {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .questionnaire-section td {
    gap: 0;
  }
}
.entry-input .entry_form .questionnaire-section td .form_msg {
  margin-top: 0rem;
  width: calc(33.3333333333% - 2rem);
  font-size: 1.6rem;
}
@media screen and (max-width: 1110px) {
  .entry-input .entry_form .questionnaire-section td .form_msg {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .questionnaire-section td .form_msg {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.entry-input .entry_form .questionnaire-section select {
  width: 100%;
  max-width: 70rem;
  padding: 1rem;
  font-size: 1.6rem;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .entry-input .entry_form .questionnaire-section select {
    font-size: 1.4rem;
  }
}

.entry-input .per_infor {
  padding-bottom: 6rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .entry-input .per_infor {
    padding-top: 1rem;
  }
}
.entry-input .per_infor .form_msg {
  text-align: center;
  padding: 8rem 0rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .entry-input .per_infor .form_msg {
    padding: 1rem 0rem 4rem 0rem;
    font-size: 1.4rem;
  }
}

/* =====================================================
*  button
===================================================== */
.entry-input .c-rectbtn {
  box-shadow: none;
  margin: 0 auto 4rem;
  cursor: pointer;
}
.entry-input .c-rectbtn::before {
  text-align: center;
  background: #84CC4C;
}
.entry-input .c-rectbtn::after {
  border-color: #84CC4C;
}
.entry-input .c-rectbtn p {
  margin: 0;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-input .c-rectbtn p {
    font-size: 1.4rem;
  }
}
.entry-input .c-rectbtn--mini .c-arrow {
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .entry-input .c-rectbtn .c-arrow {
    right: 2.4rem;
  }
}
.entry-input .c-rectbtn .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(160%) sepia(147%) saturate(1448%) hue-rotate(138deg) brightness(96%) contrast(56%);
}
.entry-input .c-rectbtn:hover p {
  color: #84CC4C;
}
.entry-input .c-rectbtn:hover .c-arrow {
  background-color: #84CC4C;
}
.entry-input .c-rectbtn:hover .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
}/*# sourceMappingURL=perex_entryform.css.map */