@charset "UTF-8";
.page-heading.registration-form {
  padding: 96px 0 0;
}
@media screen and (max-width: 768px) {
  .page-heading.registration-form {
    padding-top: 98px;
  }
}
.page-heading.registration-form h1 {
  font-size: 46px;
  font-weight: 700;
  max-width: calc(1060px + (20px * 2));
  padding: 0 20px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .page-heading.registration-form h1 {
    font-size: 34px;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .page-heading.registration-form h1 {
    font-size: 28px;
    font-weight: 700;
  }
}
.page-heading.registration-form h1 img {
  height: 39px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .page-heading.registration-form h1 img {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-heading.registration-form h1 img {
    height: 25px;
  }
}
.form {
  margin: 0 auto 150px;
  max-width: calc(1000px + (20px * 2));
  padding: 0 20px;
  /*** 入力欄スタイル ***/
  /*** 個人情報 ***/
}
@media screen and (max-width: 768px) {
  .form {
    margin: 0 auto 80px;
  }
}
.form .msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1000px) {
  .form .msg {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .form .msg {
    font-size: 11px;
    font-weight: 400;
  }
}
.form .msg.error {
  color: #D04D40;
}
.form__confirm .form__check-btn {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .form__confirm .form__check-btn {
    margin: 0 0 8px;
  }
}
.form__box {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .form__box {
    margin: 35px auto 0;
  }
}
.form__box.timetable {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .form__box.timetable {
    margin-top: 50px;
  }
}
.form__box.se_question {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .form__box.se_question {
    margin-top: 50px;
  }
}
.form__box.enq {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .form__box.enq {
    margin-top: 50px;
  }
}
.form__box.enq .form__title {
  width: 400px;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 1000px) {
  .form__box.enq .form__title {
    width: 340px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__box.enq .form__title {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.form__box.enq .form__title::before {
  content: none;
  display: none;
}
.form__box.enq .form__title.req {
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 1000px) {
  .form__box.enq .form__title.req {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__box.enq .form__title.req {
    padding: 20px 0 0 10px;
  }
}
.form__box.enq .form__title.req > span {
  position: relative;
}
.form__box.enq .form__title.req > span::before {
  content: "*";
  color: #F9582D;
  position: absolute;
  top: -13px;
  left: -10px;
}
@media screen and (max-width: 1000px) {
  .form__box.enq .form__title.req > span::before {
    top: -8px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .form__box.enq .form__title.req > span::before {
    top: -6px;
    left: -10px;
  }
}
.form__box.enq .form__data {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1000px) {
  .form__box.enq .form__data {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 768px) {
  .form__box.enq .form__data {
    width: 100%;
  }
}
.form__lead {
  background-color: #000;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  padding: 6px 20px 8px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .form__lead {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .form__lead {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 20px 8px;
    margin: 0 -20px;
  }
}
.form__lead .req__description {
  position: absolute;
  top: 8px;
  right: 17px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .form__lead .req__description {
    font-size: 11px;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .form__lead .req__description {
    top: -28px;
    right: 20px;
    color: #000;
  }
}
.form__lead .req__description span {
  color: #F9582D;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form__lead .req__description span {
    font-size: 15px;
    font-weight: 700;
  }
}
.form__info {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__info {
    margin: 25px auto;
    font-size: 14px;
  }
}
.form__info + .form__table {
  margin-top: -15px;
}
.form__description {
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  .form__description {
    margin: 25px auto;
    font-size: 14px;
  }
}
.form__description + .form__table {
  margin-top: -15px;
}
.form__description--special-code {
  margin-bottom: 60px;
  padding: 0 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__description--special-code {
    padding: 0;
    margin-bottom: 40px;
  }
}
.form__table {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form__table {
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.form__title {
  padding: 0 10px 0 15px;
  width: 260px;
  border-bottom: 1px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .form__title {
    padding: 0 10px 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .form__title {
    padding: 20px 0 0 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    border: none;
  }
}
.form__title.req::before {
  content: "*";
  color: #F9582D;
  margin-top: -14px;
}
.form__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .form__title::after {
    width: 100%;
    height: 0;
  }
}
.form__data {
  padding: 30px 0 31px 40px;
  width: calc(100% - 260px);
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .form__data {
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 220px);
    padding: 30px 0 31px 30px;
  }
}
@media screen and (max-width: 768px) {
  .form__data {
    padding: 8px 0 20px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
  }
}
.form__data .msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1000px) {
  .form__data .msg {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .form__data .msg {
    font-size: 11px;
    font-weight: 400;
  }
}
.form__data .msg.sup {
  color: #737373;
}
.form__data .msg.error {
  color: #D04D40;
}
.form__data .msg.location-lead {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .form__data .msg.location-lead {
    margin-top: 6px;
  }
}
.form__data .msg.location {
  border-top: 1px solid #BFBFBF;
  padding-top: 30px;
  margin-top: 30px;
  width: 95%;
}
.form__data-unit {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: center;
  gap: calc(10px - 6px);
  width: 100%;
}
.form__data-input {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
}
.form__data-input-title {
  font-size: 18px;
  font-weight: 700;
  color: #737373;
}
@media screen and (max-width: 1000px) {
  .form__data-input-title {
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .form__data-input-title {
    font-size: 13px;
    font-weight: 700;
  }
}
.form__multiple-data {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form__multiple-data {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.form__check-list + .msg {
  margin-top: 5px;
}
.form__check-btn {
  margin: 0 0 25px;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .form__check-btn {
    margin: 0 0 15px;
  }
}
.form__check-btn:last-of-type {
  margin-bottom: 0;
}
.form__login-check {
  width: calc(100% - 260px);
  padding: 30px 0 0 40px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .form__login-check {
    width: 100%;
    text-align: left;
    padding: 25px 0 0;
    font-size: 14px;
  }
}
.form__submit {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__submit--password {
    font-size: 14px;
  }
}
.form__submit--password a {
  display: inline;
}
.form__buttons {
  margin-bottom: 100px;
}
.form__buttons button {
  margin-bottom: 20px;
}
.form__registered .form__buttons {
  margin-bottom: 0;
}
.form__registered .form__buttons .button:nth-of-type(2) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form__registered .form__buttons .button:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
.form__registered .form__submit--password a {
  display: inline;
}
.form input[type=text], .form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=number] {
  padding: 16px 20px 17px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .form input[type=text], .form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=number] {
    padding: 8px 15px 9px;
  }
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=password]:focus, .form input[type=tel]:focus, .form input[type=number]:focus {
  box-shadow: 0 0 1px #000;
  transition: all 0.3s;
}
.form input[type=text]:disabled, .form input[type=email]:disabled, .form input[type=password]:disabled, .form input[type=tel]:disabled, .form input[type=number]:disabled {
  background: #b3b3b3;
}
.form input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form input[type=radio] + label {
  display: inline-block;
  margin: 0;
  padding: 5px 0 7px 29px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form input[type=radio] + label {
    padding: 0 0 0 25px;
    line-height: 1.3;
  }
}
.form input[type=radio] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #b3b3b3;
  background: #FFF;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .form input[type=radio] + label::before {
    width: 16px;
    height: 16px;
  }
}
.form input[type=radio]:focus + label::before {
  transition: all 0.3s;
}
.form input[type=radio]:checked + label::before {
  border-color: #000;
}
.form input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
}
@media screen and (max-width: 768px) {
  .form input[type=radio]:checked + label::after {
    width: 8px;
    height: 8px;
    left: 4px;
  }
}
.form input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 29px;
  text-align: left;
  position: relative;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .form input[type=checkbox] + label {
    padding: 0 0 0 25px;
  }
}
.form input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #b3b3b3;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  top: 12px;
}
@media screen and (max-width: 768px) {
  .form input[type=checkbox] + label::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }
}
.form input[type=checkbox]:focus + label::before {
  transition: all 0.3s;
}
.form input[type=checkbox]:checked + label::before {
  background: #FFF;
}
.form input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #F9582D;
  background: #FFF;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 2px);
  left: 4px;
  transform: translate(0, -50%) rotate(-45deg);
  top: 11px;
}
@media screen and (max-width: 768px) {
  .form input[type=checkbox]:checked + label::after {
    width: 10px;
    height: 6px;
    left: 3px;
    top: 9px;
  }
}
.form textarea {
  padding: 16px 20px 17px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .form textarea {
    padding: 8px 15px 9px;
  }
}
.form textarea:focus {
  box-shadow: 0 0 1px #000;
  transition: all 0.3s;
}
.form select {
  padding: 16px 47px 17px 20px;
  width: 100%;
  max-width: 340px;
  border-radius: 3px;
  background-color: #f2f2f2;
  background-image: url(../media/images/common/icon_select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 8px;
  cursor: pointer;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .form select {
    padding: 8px 37px 9px 15px;
    max-width: 100%;
  }
}
.form select#enq01 {
  max-width: unset;
}
.form select.is-empty {
  color: #737373;
}
.form select:focus {
  box-shadow: 0 0 1px #000;
  transition: all 0.3s;
}
.form select + .msg {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .form select + .msg {
    margin-top: 4px;
  }
}
.form .privacy {
  max-width: 800px;
  margin: 119px auto 0;
}
@media screen and (max-width: 768px) {
  .form .privacy {
    margin-top: 60px;
  }
}
.form .privacy h2 {
  color: #F9582D;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .form .privacy h2 {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .form .privacy h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
  }
}
.form .privacy__box {
  border: 2px solid #F9582D;
  border-radius: 3px;
  height: 350px;
  padding: 40px 10px 40px 40px;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .form .privacy__box {
    height: 300px;
    padding: 30px 10px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .form .privacy__box {
    height: 250px;
    padding: 20px 10px 20px 20px;
  }
}
.form .privacy__box-inner {
  height: 270px;
  overflow-y: scroll;
  padding-right: 30px;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  .form .privacy__box-inner {
    height: 235px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .form .privacy__box-inner {
    height: 200px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
  }
}
.form .privacy__box a {
  display: inline;
}
.form .privacy__box p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .form .privacy__box p {
    margin-bottom: 15px;
  }
}
.form .privacy__agree {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  margin: 35px auto 53px;
}
@media screen and (max-width: 1000px) {
  .form .privacy__agree {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .form .privacy__agree {
    font-size: 14px;
    font-weight: 700;
    margin: 28px auto 40px;
  }
}
.form .privacy__agree label {
  padding-left: 43px !important;
}
@media screen and (max-width: 768px) {
  .form .privacy__agree label {
    padding-left: 38px !important;
  }
}
.form .privacy__agree label::before {
  width: 24px !important;
  height: 24px !important;
  left: -3px !important;
  top: 13px !important;
}
@media screen and (max-width: 768px) {
  .form .privacy__agree label::before {
    width: 20px !important;
    height: 20px !important;
    left: 5px !important;
    top: 10px !important;
  }
}
.form .privacy__agree label::after {
  width: 13px !important;
  height: 8px !important;
  left: 3px !important;
  top: 13px !important;
}
@media screen and (max-width: 768px) {
  .form .privacy__agree label::after {
    width: 11px !important;
    height: 6px !important;
    left: 10px !important;
    top: 9px !important;
  }
}
.form .privacy .form__submit {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .form .privacy .form__submit {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.form .notice_area {
  text-align: center;
  border: 2px solid #F9582D;
  border-radius: 3px;
  padding: 40px 40px 40px 40px;
  line-height: 1.75;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .form .notice_area {
    font-size: 13px;
    margin: 30px auto 0;
    padding: 25px 15px;
  }
}
.form .notice_area h4 {
  font-size: 22px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .form .notice_area h4 {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.form .notice_area address {
  font-style: normal;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .form .notice_area address {
    margin: 15px 0 0;
  }
}
.form .notice_area address:first-child {
  margin-top: 0;
}
.form .notice_area address .name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form .notice_area address .name {
    font-size: 14px;
  }
}
.form .notice_area address a {
  text-decoration: underline;
}
.form .notice_area .form__submit {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .form .notice_area .form__submit {
    margin: 20px 0 0;
  }
}
.form .link__text {
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .form .link__text {
    margin: 30px 0 0;
    font-size: 14px;
    font-weight: 700;
  }
}
#registration2025 .notice {
  margin-bottom: -40px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #registration2025 .notice {
    margin-bottom: -28px;
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  #registration2025 .notice {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }
}
.privacy__lead {
  background-color: #FFF;
  color: #000;
  text-align: center;
}
.privacy a.external {
  display: inline;
}
.privacy p {
  margin-bottom: 20px;
}
.complete {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .complete {
    text-align: left;
  }
}
.complete h3 {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .complete h3 {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 30px;
  }
}
.complete h3 + p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .complete h3 + p {
    font-size: 14px;
    font-weight: 400;
  }
}
.complete .button_area {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .complete .button_area {
    font-size: 14px;
    font-weight: 400;
  }
}
.complete .form__submit {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .complete .form__submit {
    margin: 20px 0 0;
  }
}
/*# sourceMappingURL=./form2025.css.map */