@charset "UTF-8";
:root {
  --section_margin: 160px;
  --block_margin: 100px;
  --title_margin: 50px;
  --list_margin: 30px;
  --brand-color01: #1C1C1C;
  --brand-color02: #B0B2AF;
  --brand-color03: #EEF0F2;
  --brand-color04: #ECEBE4;
}
@media screen and (max-width: 768px) {
  :root {
    --section_margin: 80px;
    --block_margin: 50px;
    --title_margin: 35px;
    --list_margin: 20px;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .container {
  width: 93%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.wrapper h1 {
  font-size: clamp(47px, 4.3vw, 55px);
  letter-spacing: 1px;
}
.wrapper h2 {
  font-size: clamp(29px, 3vw, 32px);
  letter-spacing: 1px;
}
.wrapper p {
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.65;
  letter-spacing: 1.5px;
}
.wrapper section {
  width: 100%;
  height: auto;
  margin-bottom: var(--section_margin);
}
.wrapper form {
  width: 100%;
  height: auto;
}
.wrapper .sp_display {
  display: none;
}
.wrapper .pc_display {
  display: block;
}
@media screen and (max-width: 768px) {
  .wrapper .sp_display {
    display: block;
  }
  .wrapper .pc_display {
    display: none;
  }
}
.wrapper .title {
  text-align: center;
  margin-bottom: var(--title_margin);
}
.wrapper .title h1 {
  color: #B0B2AF;
  white-space: nowrap;
}
.wrapper .title span {
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1;
}
.wrapper .form_body .border {
  border-bottom: #B0B2AF solid 1px;
  margin-bottom: var(--title_margin);
}
.wrapper .form_body .outline {
  width: 37.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .form_body .outline {
    width: 100%;
  }
}
.wrapper .form_body .outline .block {
  width: 100%;
  height: auto;
  margin-bottom: var(--title_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .form_body .outline .block {
    margin-bottom: var(--list_margin);
  }
}
.wrapper .form_body .outline .block h2 {
  margin-bottom: clamp(7px, 1.4vw, 13px);
}
.wrapper .form_body .outline .block span {
  font-size: 13px;
  display: block;
}
.wrapper .form_body .outline img {
  max-width: 287px;
  width: 100%;
  height: auto;
}
.wrapper .form_body .content {
  width: 62.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .form_body .content {
    width: 100%;
  }
}
.wrapper .form_body tr {
  border-bottom: #B0B2AF solid 1px;
}
.wrapper .form_body .form_cont {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--title_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .form_body .form_cont {
    flex-direction: column;
  }
}
.wrapper .form_body .form_cont.otto {
  border-bottom: #B0B2AF solid 1px;
}
.wrapper .form_body .form_cont.otto tr:last-child {
  border-bottom: transparent;
}
.wrapper .form_body .essential {
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper .form_body .essential {
    margin-top: 20px;
  }
  .wrapper .form_body .essential.--mt0 {
    margin-top: 0;
  }
}
.wrapper .form_body .essential::before {
  width: 31px;
  content: "必須";
  font-size: 9px;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体 Bold", YuGothic, "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  display: block;
  padding: 3px 5px;
  background-color: #B0B2AF;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.wrapper .form_body table {
  width: 100%;
  height: auto;
}
.wrapper .form_body th {
  padding: var(--list_margin) 50px var(--list_margin) 10px;
  background-color: #fff;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .wrapper .form_body th {
    padding: 0;
    display: block;
    margin-bottom: var(--list_margin);
  }
}
.wrapper .form_body th p {
  width: auto;
  white-space: nowrap;
  text-align: left;
}
.wrapper .form_body td {
  width: 100%;
  padding: var(--list_margin) 10px;
  background-color: #fff;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .wrapper .form_body td {
    display: block;
    padding: 0;
  }
}
.wrapper .form_body td .check_box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapper .form_body td .check_box img {
  max-width: 102px;
  width: 100%;
  height: auto;
  aspect-ratio: 102/50;
}
.wrapper .form_body td .check_box .radio_btn {
  width: fit-content;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .form_body td .check_box .radio_btn {
    margin-left: -5px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .wrapper .form_body td .check_box .radio_btn {
    width: calc(50% - 63px);
    min-width: 110px;
  }
  .wrapper .form_body td .check_box .radio_btn:nth-child(1) {
    margin-bottom: -5px;
  }
  .wrapper .form_body td .check_box .radio_btn:nth-child(2) {
    margin-bottom: -5px;
  }
}
.wrapper .form_body td .check_box .radio_btn label {
  cursor: pointer;
  display: block;
  background-color: #fff;
  transition: background-color 0.25s;
}
.wrapper .form_body td .check_box .radio_btn label:last-child {
  margin-right: 0;
}
.wrapper .form_body td .check_box .radio_btn label span {
  font-size: 12px;
  line-height: 1;
  transition: color 0.25s;
  padding-left: 10px;
}
.wrapper .form_body td .check_box .radio_btn label .text {
  line-height: 1;
  padding: 3px 5px;
}
.wrapper .form_body td .check_box .radio_btn input[type=radio] {
  appearance: none;
  opacity: 0;
}
.wrapper .form_body td .check_box .radio_btn .select {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0px;
  position: relative;
  width: auto;
}
.wrapper .form_body td .check_box .radio_btn .select::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  bottom: 10px;
  width: 11px;
  height: 11px;
  border-radius: 2px;
}
.wrapper .form_body td .check_box .radio_btn .select::after {
  border-right: 1.8px solid #ffffff;
  border-bottom: 1.8px solid #ffffff;
  content: "";
  display: block;
  height: 6px;
  left: 3px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  bottom: 17%;
  transform: rotate(45deg);
  width: 5px;
}
.wrapper .form_body td .check_box .radio_btn input[type=radio]:checked + .select::before {
  content: "";
  background-color: #1c1c1c;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  z-index: 1;
}
.wrapper .form_body td .check_box .radio_btn input[type=radio]:checked + .select::after {
  opacity: 1;
  z-index: 2;
}
.wrapper .form_body td .block {
  margin-bottom: var(--list_margin);
}
.wrapper .form_body td .block ::placeholder {
  opacity: 0.7;
}
.wrapper .form_body td .block input[type=text] {
  font-size: clamp(13px, 1.6vw, 15px);
  border: #ECEBE4 solid 1px;
  border-radius: 3px;
  padding: 3px 5px;
}
.wrapper .form_body td .block input[type=text]:not([size]) {
  width: 100%;
  max-width: 248px;
}
@media screen and (max-width: 1186px) {
  .wrapper .form_body td .block input[type=text]:not([size]) {
    max-width: 375px;
  }
}
.wrapper .form_body td .block span {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.wrapper .form_body td .block .selecter {
  width: fit-content;
  position: relative;
  border: #ECEBE4 solid 1px;
  border-radius: 3px;
  z-index: 0;
}
.wrapper .form_body td .block .selecter.otto {
  margin-bottom: clamp(13px, 1.6vw, 15px);
}
.wrapper .form_body td .block .selecter::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(https://www.ny-k.co.jp/images/common/down.png) no-repeat center/contain;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.wrapper .form_body td .block .selecter select {
  font-size: clamp(13px, 1.6vw, 15px);
  padding: 9px 17px 9px 9px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.wrapper .form_body .sexualty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapper .form_body .sexualty .radio_btn {
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wrapper .form_body .sexualty .radio_btn label {
  white-space: nowrap;
  font-size: clamp(13px, 1.6vw, 15px);
  display: block;
  cursor: pointer;
  padding: 0.4em 0.9em;
  border: #ECEBE4 solid 1px;
  border-radius: 5px;
  background-color: #fff;
  transition: color 0.35s, background-color 0.35s;
}
.wrapper .form_body .sexualty .radio_btn label:hover {
  background-color: #1C1C1C;
  color: #fff;
}
.wrapper .form_body .sexualty .radio_btn input[type=radio] {
  display: none;
}
.wrapper .form_body .sexualty .radio_btn input[type=radio]:checked ~ label {
  background-color: #1C1C1C;
  color: #fff;
}
.wrapper .form_body .sexualty .radio_btn:last-child {
  margin-right: 0;
}
.wrapper .form_body .base_btn {
  display: block;
  margin: 0 auto;
  padding: 1em 3.8em;
  background-color: #1C1C1C;
}
.wrapper .form_body .base_btn span {
  color: #fff;
  font-size: 13px;
}
.wrapper .form_body .base_btn::after {
  background-color: #fff;
}
.wrapper .form_body .base_btn:hover span {
  color: #1C1C1C;
}/*# sourceMappingURL=form.css.map */