@charset "UTF-8";
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.u-colorRed {
  color: #CF0000;
}

.p-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 81.2rem;
  margin: 8rem auto 6.5rem;
  padding-inline: 2rem;
  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: #1D54A2;
}

.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;
  }
}
.p-step__item.is-current .p-step__label {
  color: #1D54A2;
}

.entry_form .form_block {
  background-color: #F9F9F9;
  padding: 3rem 0 0rem;
}
@media screen and (max-width: 768px) {
  .entry_form .form_block {
    padding-bottom: 3rem;
  }
}
.entry_form .caution {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .entry_form .caution {
    font-size: 1.4rem;
  }
}
.entry_form form input, .entry_form form textarea, .entry_form form select {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.5rem 1.7rem;
  font-size: 1.6rem;
}
.entry_form form input::placeholder, .entry_form form textarea::placeholder, .entry_form form select::placeholder {
  color: #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry_form form input, .entry_form form textarea, .entry_form form select {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.entry_form form input, .entry_form form textarea {
  border: 0.2rem solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry_form form input, .entry_form form textarea {
    max-width: 100%;
  }
}
.entry_form form input {
  max-width: 72.2rem;
}
.entry_form form input[type=checkbox] {
  appearance: checkbox;
  width: 2.3rem;
  height: 2.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .entry_form form input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0;
  }
}
.entry_form form input.w-210 {
  max-width: 21rem;
  font-size: 1.6rem;
}
.entry_form form input.w-210:nth-child(7) {
  max-width: 30rem;
}
@media screen and (max-width: 768px) {
  .entry_form form input.w-210 {
    font-size: 1.4rem;
  }
}
.entry_form form textarea {
  height: 24rem;
  resize: none;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .entry_form form textarea {
    height: 15rem;
  }
}
.entry_form form select {
  max-width: 40rem;
  border-radius: 1rem;
  border: 0.2rem solid #CCCCCC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry_form form select {
    max-width: 100%;
    border-radius: 0.3rem;
  }
}
.entry_form form .input_form_row {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .entry_form form .input_form_row {
    align-items: flex-start;
    gap: 1rem 0;
  }
}
.entry_form form .input_form_row .p_input {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.entry_form form .input_form_row .p_input .input_lable {
  flex-shrink: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry_form form .input_form_row .p_input .input_lable {
    font-size: 1.4rem;
  }
}
.entry_form form .input_form_column {
  display: flex;
  flex-direction: column;
}
.entry_form table {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .entry_form table {
    margin-top: 3rem;
  }
}
.entry_form table tbody tr {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border-bottom: 0.1rem solid #222222;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr {
    padding: 3rem 0;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.entry_form table tbody tr.questionnaire-section:has(input[type=checkbox]) {
  gap: 4rem;
}
.entry_form table tbody tr:first-child {
  padding-top: 0;
}
.entry_form table tbody tr:first-child td .form_msg {
  margin-top: 0rem;
}
.entry_form table tbody tr:first-child td input[type=text] {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td input[type=text] {
    font-size: 1.4rem;
    padding-right: 1rem;
  }
}
.entry_form table tbody tr:first-child td select {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td select {
    font-size: 1.4rem;
  }
}
.entry_form table tbody tr:first-child td .p_input:has(input) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td .p_input:has(input) {
    flex: 1;
    max-width: none;
  }
}
.entry_form table tbody tr:first-child td .p_input:has(select) {
  flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr:first-child td .p_input:has(select) {
    max-width: 30%;
    flex-shrink: 0;
  }
}
.entry_form table tbody tr:nth-child(9) td input {
  max-width: 10.3rem;
}
.entry_form table tbody tr td, .entry_form table tbody tr th {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td, .entry_form table tbody tr th {
    width: 100%;
    display: block;
  }
}
.entry_form table tbody tr th {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr th {
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
  }
}
.entry_form table tbody tr th .req {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.6rem;
}
.entry_form table tbody tr th .req::after {
  content: "※必須";
  color: #CF0000;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr th .req::after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr th .req {
    gap: 0 3rem;
    justify-content: flex-start;
    font-size: 1.4rem;
  }
}
.entry_form table tbody tr td {
  width: calc(100% - 2rem - 30%);
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td {
    width: 100%;
    font-size: 1.4rem;
  }
}
.entry_form table tbody tr td .msg {
  color: #CF0000;
  font-weight: 600;
  font-size: 2rem;
}
.entry_form table tbody tr td .kakunin_label {
  display: inline-block;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td .kakunin_label {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}
.entry_form table tbody 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_form table tbody tr td .form_msg {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.c-official-doc-block.top {
  margin: 8rem 0 6rem;
}
.c-official-doc-block.top > li .heading {
  margin-bottom: 2rem;
}
.c-official-doc-block.top > li .text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-official-doc-block.top {
    margin: 6rem 0 4rem;
  }
  .c-official-doc-block.top > li .heading {
    margin-bottom: 2rem;
  }
}
.c-official-doc-block.bottom {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .c-official-doc-block.bottom {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.c-rectbtn {
  box-shadow: none;
  margin: 0 auto 4rem;
  cursor: pointer;
}
.c-rectbtn p {
  margin: 0;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-rectbtn p {
    font-size: 1.4rem;
  }
}
.c-rectbtn::before {
  text-align: center;
}
.c-rectbtn--mini .c-arrow {
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-rectbtn .c-arrow {
    right: 2.4rem;
  }
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-official-doc-block > li .heading {
  font-size: 1.8rem;
}

.c-list li {
  font-size: 1.4rem;
}

.l-wrapper {
  max-width: 98rem;
}

.entry_form table tbody .questionnaire-section {
  flex-direction: column;
}
.entry_form table tbody .questionnaire-section:nth-child(5), .entry_form table tbody .questionnaire-section:nth-child(6) {
  gap: 4rem;
}
.entry_form table tbody .questionnaire-section th, .entry_form table tbody .questionnaire-section td {
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .questionnaire-section th, .entry_form table tbody .questionnaire-section td {
    display: block;
    width: 100%;
  }
}
.entry_form table tbody .questionnaire-section th {
  width: auto;
  line-height: 150%;
}
.entry_form table tbody .questionnaire-section th::after {
  display: none;
}
.entry_form table tbody .questionnaire-section th .req {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .questionnaire-section th .req {
    line-height: 150%;
  }
}
.entry_form table tbody .questionnaire-section th .req::after {
  content: "※必須";
  color: #CF0000;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .questionnaire-section th .req::after {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.entry_form table tbody .questionnaire-section td {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 2rem;
}
.entry_form table tbody .questionnaire-section td .form_msg {
  margin-top: 0rem;
  width: calc(50% - 10.5rem);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .questionnaire-section td .form_msg {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_form table tbody .questionnaire-section td {
    flex-direction: column;
  }
}
.entry_form table tbody .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_form table tbody .questionnaire-section select {
    font-size: 1.4rem;
  }
}

.per_infor {
  background-color: #F9F9F9;
}
.per_infor .l-wrapper {
  padding-bottom: 6rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .per_infor .l-wrapper {
    padding-top: 1rem;
  }
}
.per_infor .l-wrapper .form_msg {
  text-align: center;
  padding: 8rem 0rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .per_infor .l-wrapper .form_msg {
    padding: 1rem 0rem 4rem 0rem;
    font-size: 1.4rem;
  }
}

.c-head {
  margin: 6.5rem auto 6rem auto;
  max-width: 112rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-head {
    margin: 0rem auto 4rem auto;
    font-size: 2.8rem;
  }
}

.c-official-doc-block {
  margin: auto;
  list-style: none;
  max-width: 112rem;
  padding: 0 2rem 8rem 2rem;
}

.c-official-doc-block > li {
  margin: 0;
  padding: 0;
}

.c-official-doc-block > li > ul {
  margin: 0;
  padding: 0;
}

.c-official-doc-block > li > ul > li:first-child {
  padding-top: 2.4rem;
}

.c-official-doc-block > li:last-child {
  margin-bottom: 0;
}

.c-list li:last-child {
  margin-bottom: 0;
}

.privacy_link {
  color: #1D54A2;
  text-decoration: underline;
}

.c-page-title {
  display: none;
}

.c-page-breadcrumb {
  margin: 13.5rem clamp(2rem, 100vw - 162rem, 15rem) 2rem;
}
@media (max-width: 1279px) {
  .c-page-breadcrumb {
    margin: 8.2rem clamp(2rem, 100vw - 162rem, 15rem) 0rem;
  }
}
