@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom; }
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body#riseisha-form .form-container {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#riseisha-form .form-container ol, body#riseisha-form .form-container ul {
  list-style: none;
}
body#riseisha-form .form-container blockquote, body#riseisha-form .form-container q {
  quotes: none;
}
body#riseisha-form .form-container blockquote:before, body#riseisha-form .form-container blockquote:after {
  content: "";
  content: none;
}
body#riseisha-form .form-container q:before, body#riseisha-form .form-container q:after {
  content: "";
  content: none;
}
body#riseisha-form .form-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
body#riseisha-form .form-container a {
  text-decoration: none;
  color: #000000;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

#riseisha-form .oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#riseisha-form .oswald-bold {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#riseisha-form input::placeholder,
#riseisha-form textarea::placeholder {
  color: #B1B1B1;
}
#riseisha-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
#riseisha-form .form-textBox {
  width: 270px;
  height: 40px;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 40px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-textBox {
    width: 100%;
    height: 10.6666666667vw;
    padding: 0 3.4666666667vw;
    font-size: 3.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
#riseisha-form .form-textBox.short {
  width: 120px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-textBox.short {
    width: 32vw;
  }
}
#riseisha-form .form-textBox.middle {
  width: 53.64%;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-textBox.middle {
    width: auto;
  }
}
#riseisha-form .form-textBox.long {
  width: 77.2%;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-textBox.long {
    width: auto;
  }
}
#riseisha-form .form-textArea {
  width: 91.47%;
  height: 261px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.33em;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-textArea {
    width: 100%;
    padding: 3.7333333333vw;
  }
}
#riseisha-form .form-button {
  height: 40px;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: linear-gradient(#87c3c0 0%, #bfd8d9 95.57%, #c5d2e3 100%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
#riseisha-form .form-button:hover {
  opacity: 0.7;
}
#riseisha-form .form-button.btn-reflection {
  display: inline-block;
  padding: 0 20px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-button.btn-reflection {
    margin-top: 2.6666666667vw;
    margin-left: 13.8666666667vw;
  }
}
#riseisha-form .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select-wrapper {
    display: block;
  }
}
#riseisha-form .custom-select-wrapper select {
  display: none;
}
#riseisha-form .custom-select {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select {
    display: block;
  }
}
#riseisha-form .custom-select.prefecture .custom-select-trigger {
  min-width: 96px;
}
#riseisha-form .custom-select.prefecture .custom-options {
  width: 128px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select.prefecture .custom-options {
    width: auto;
  }
}
#riseisha-form .custom-select.short {
  margin: 0 11px 0 0;
}
#riseisha-form .custom-select.short .custom-select-trigger {
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select.short .custom-select-trigger {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select.short {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select.short.birthday {
    width: 27.4666666667vw;
    margin-right: 1.3333333333vw;
  }
}
#riseisha-form .custom-select-trigger {
  position: relative;
  display: block;
  height: 40px;
  min-width: 270px;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 300;
  line-height: 38px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select-trigger {
    min-width: auto;
  }
}
#riseisha-form .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  right: 10px;
  border-bottom: 1px solid #5A5A5A;
  border-right: 1px solid #5A5A5A;
  transform: translateY(-50%) rotate(45deg) skew(-5deg, -5deg);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-select-trigger:after {
    right: 12px;
    width: 5px;
    height: 5px;
  }
}
#riseisha-form .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
#riseisha-form .custom-options {
  position: absolute;
  display: block;
  max-height: 180px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 110%;
  margin: 20px 0;
  padding: 11px 0;
  border: 1px solid #ededed;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #riseisha-form .custom-options {
    min-width: 35.2vw;
  }
}
#riseisha-form .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
#riseisha-form .option-hover:before {
  background: #f9f9f9;
}
#riseisha-form .custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 40px;
  font-size: 13px;
  color: #000000;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#riseisha-form .custom-option:first-of-type {
  color: #C1C1C1;
  border-radius: 4px 4px 0 0;
}
#riseisha-form .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
#riseisha-form .custom-option:hover {
  background: #f9f9f9;
}
#riseisha-form .custom-option.selection:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 17px;
  width: 15px;
  height: 7px;
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  transform: translateY(-50%) rotate(-45deg);
}
#riseisha-form.confirm .form-container .form-section .form-steps, #riseisha-form.complete .form-container .form-section .form-steps {
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  #riseisha-form.confirm .form-container .form-section .form-steps, #riseisha-form.complete .form-container .form-section .form-steps {
    margin-bottom: 9.6vw;
  }
}
#riseisha-form.complete .form-container .form-section:last-of-type {
  margin-bottom: 28vw;
}
#riseisha-form.rq .form-container {
  margin-top: 0;
}
#riseisha-form.rq .form-container .form-section {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #riseisha-form.rq .form-container .form-section {
    padding-top: 6.6666666667vw;
  }
}
#riseisha-form .form-container {
  margin: 8.1525312295vw auto 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #riseisha-form .form-container {
    width: 72.3208415516vw;
  }
}
@media screen and (min-width: 1521px) {
  #riseisha-form .form-container {
    width: 1100px;
    margin: 124px auto;
  }
}
#riseisha-form .form-container h2, #riseisha-form .form-container h3, #riseisha-form .form-container h4, #riseisha-form .form-container h5, #riseisha-form .form-container h6, #riseisha-form .form-container p {
  margin-top: 0;
}
#riseisha-form .form-container p + p {
  margin-top: 0;
}
#riseisha-form .form-container .form-section {
  margin: 0 0 5px;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section {
    padding-top: 11.2vw;
    padding-bottom: 11.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #riseisha-form .form-container .form-section {
    padding: 4.1420118343vw 5.5226824458vw;
  }
}
@media screen and (min-width: 1521px) {
  #riseisha-form .form-container .form-section {
    padding: 63px 91px 3px 84px;
  }
}
#riseisha-form .form-container .form-section:last-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section:last-of-type {
    margin-bottom: 6.1333333333vw;
  }
}
#riseisha-form .form-container .form-section .form-steps {
  position: relative;
  padding: 0;
  background: linear-gradient(0, transparent 0 46%, #fff 46% 54%, transparent 54% 100%);
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps {
    width: 89.33vw;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent 0 49.5%, #fff 49.5% 50.5%, transparent 50.5% 100%);
  }
}
@media screen and (min-width: 768px) {
  #riseisha-form .form-container .form-section .form-steps {
    display: flex;
    margin: 0 0 1.446416831vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1521px) {
  #riseisha-form .form-container .form-section .form-steps {
    margin: 0 0 22px;
  }
}
#riseisha-form .form-container .form-section .form-steps li {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  background-color: #E5E5E5;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps li {
    width: 100%;
    height: 10.6666666667vw;
    margin: 0 0 6.1333333333vw;
    border-width: 0.8vw;
    border-radius: 5.3333333333vw;
    font-size: 4vw;
    line-height: 9.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #riseisha-form .form-container .form-section .form-steps li {
    width: 15.4503616042vw;
    height: 3.2873109796vw;
    font-size: 1.1834319527vw;
    line-height: 2.8928336621vw;
    border-width: 0.1972386588vw;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1521px) {
  #riseisha-form .form-container .form-section .form-steps li {
    width: 235px;
    height: 50px;
    font-size: 18px;
    line-height: 44px;
    border-width: 3px;
  }
}
#riseisha-form .form-container .form-section .form-steps li.current {
  background-color: #DFE9EA;
}
#riseisha-form .form-container .form-section .form-steps li span {
  display: inline-block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps li span {
    padding: 0 0 0 4.8vw;
    font-size: 4vw;
    line-height: 9.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #riseisha-form .form-container .form-section .form-steps li span {
    margin: 0 1.446416831vw 0 0;
    padding: 0 0 0 1.1834319527vw;
    font-size: 0.9861932939vw;
    line-height: 2.8928336621vw;
  }
}
@media screen and (min-width: 1521px) {
  #riseisha-form .form-container .form-section .form-steps li span {
    margin: 0 22px 0 0;
    padding: 0 0 0 18px;
    font-size: 15px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps li:first-of-type span {
    margin-right: 14.9333333333vw;
  }
}
#riseisha-form .form-container .form-section .form-steps li:nth-of-type(2) span {
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps li:nth-of-type(2) span {
    margin-right: 23.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps li:nth-of-type(3) {
    margin-bottom: 7.2vw;
  }
}
#riseisha-form .form-container .form-section .form-steps li:nth-of-type(3) span {
  margin-right: 42px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-steps li:nth-of-type(3) span {
    margin-right: 19.2vw;
  }
}
#riseisha-form .form-container .form-section .require-notice {
  margin: 0 0 23px;
  font-size: 15px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .require-notice {
    width: 89.33vw;
    margin: 0 auto 9.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-container .form-section .form-line {
  display: flex;
  margin: 0 0 63px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line {
    display: block;
    width: 89.33vw;
    margin: 0 auto 12vw;
  }
  #riseisha-form .form-container .form-section .form-line:last-of-type {
    margin-bottom: 0;
  }
}
#riseisha-form .form-container .form-section .form-line.event-name {
  margin-bottom: 81px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line.event-name {
    margin-bottom: 10.6666666667vw;
  }
  #riseisha-form .form-container .form-section .form-line.event-name dd {
    line-height: 2em;
  }
}
#riseisha-form .form-container .form-section .form-line.last {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line.last {
    margin-bottom: 8.8vw;
  }
}
#riseisha-form .form-container .form-section .form-line.applicant-selection-hidden, #riseisha-form .form-container .form-section .form-line.acquaintance-selection-hidden {
  display: none;
}
#riseisha-form .form-container .form-section .form-line.applicant-selection-hidden.shown, #riseisha-form .form-container .form-section .form-line.acquaintance-selection-hidden.shown {
  display: flex;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line.applicant-selection-hidden.shown, #riseisha-form .form-container .form-section .form-line.acquaintance-selection-hidden.shown {
    display: block;
  }
}
#riseisha-form .form-container .form-section .form-line dt {
  width: 275px;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.33em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dt {
    width: 100%;
    margin: 0 0 3.2vw;
    padding-left: 0;
    font-size: 3.4666666667vw;
  }
  #riseisha-form .form-container .form-section .form-line dt.broad-vertical {
    margin-bottom: 5.6vw;
  }
}
#riseisha-form .form-container .form-section .form-line dt.centerized {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #riseisha-form .form-container .form-section .form-line dt.select-course {
    padding-top: 8px;
  }
}
#riseisha-form .form-container .form-section .form-line dt span {
  font-size: 12px;
}
#riseisha-form .form-container .form-section .form-line.required dt:after {
  content: "※";
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 12px;
  line-height: 15px;
}
#riseisha-form .form-container .form-section .form-line dd {
  width: 645px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.33em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd.no-decoration {
  text-decoration: none !important;
  pointer-events: none;
}
#riseisha-form .form-container .form-section .form-line dd a {
  text-decoration: underline;
}
#riseisha-form .form-container .form-section .form-line dd a:hover {
  text-decoration: none;
}
#riseisha-form .form-container .form-section .form-line dd a.form-inline {
  display: inline-block;
  margin: 0 0 0 28px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd a.form-inline.link-zip2address {
    display: block;
    margin: 4.2666666667vw 0 0 0;
  }
}
#riseisha-form .form-container .form-section .form-line dd .zip-hyphen {
  display: inline-block;
  width: 18px;
  margin: 0 3px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .zip-hyphen {
    width: 8.8vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .radio-wrapper {
    gap: 3.7333333333vw 2.6666666667vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label {
  display: block;
  cursor: pointer;
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio {
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio {
    margin: 0 2.6666666667vw;
    padding-left: 6.4vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #BEBEBE;
  border-radius: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio:before {
    width: 4vw;
    height: 4vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio.checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  background: #716D54;
  border-radius: 3px;
  transform: translateY(-50%);
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio-btn {
  height: 40px;
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 37px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio-btn {
    height: 9.0666666667vw;
    padding: 0 2.9333333333vw;
    font-size: 2.9333333333vw;
    line-height: 8vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio-btn:hover {
  opacity: 0.7;
}
#riseisha-form .form-container .form-section .form-line dd .radio-wrapper label.radio-btn.checked {
  background: #DFE9EA;
}
#riseisha-form .form-container .form-section .form-line dd.form-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
#riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content {
  width: 270px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 5.3333333333vw;
  }
  #riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content .form-column-content-inner {
    width: 100%;
  }
}
#riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content .form-column-header {
  margin: 0 0 8px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content .form-column-header {
    width: 12.31%;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd.form-two-column .form-column-content .form-column-input {
    width: 100%;
  }
}
#riseisha-form .form-container .form-section .form-line dd .input-wrapper {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #riseisha-form .form-container .form-section .form-line dd .input-wrapper.align-left {
    justify-content: flex-start;
  }
}
#riseisha-form .form-container .form-section .form-line dd .input-wrapper span {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .input-wrapper span {
    font-size: 3.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .input-wrapper span.prefix {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .input-wrapper span.suffix {
    margin-left: 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .input-wrapper .form-textBox {
    width: 67.4666666667vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .input-notice {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #4E4E4E;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .input-notice {
    margin: 1.3333333333vw 0 0;
    font-size: 3.2vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .form-error-message {
  padding: 5px 0 0;
  font-size: 13px;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .form-error-message {
    padding-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-container .form-section .form-line dd .btn-school-select {
  display: none;
  width: 264px;
  margin: 21px 0 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd .btn-school-select {
    width: auto;
  }
}
#riseisha-form .form-container .form-section .form-line dd .btn-school-select:hover {
  opacity: 0.7;
}
#riseisha-form .form-container .form-section .form-line dd .textBox-schoolName {
  display: none;
  margin: 21px 0 0;
}
#riseisha-form .form-container .form-section .form-line dd .selected-schoolName {
  display: none;
  margin: 0 0 0 9px;
  font-size: 13px;
  line-height: 22px;
}
#riseisha-form .form-container .form-section .form-line dd .selected-schoolName .btn-delete {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 15px 0 0 8px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  background: #000;
  border-radius: 11px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .form-line dd.birthday .custom-select-wrapper {
    display: inline-block;
  }
}
#riseisha-form .form-container .form-section .privacy-notice {
  width: 81.08%;
  margin: 0 auto 45px;
  font-size: 15px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .privacy-notice {
    width: 81.8666666667vw;
    margin-bottom: 8.8vw;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-container .form-section .privacy-policy {
  width: 100%;
  height: 209px;
  margin: 0 auto 45px;
  padding: 22px 31px;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2em;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .privacy-policy {
    width: 89.33vw;
    height: 109.6vw;
    margin-bottom: 8.5333333333vw;
    padding: 5.8666666667vw 7.4666666667vw;
    font-size: 4vw;
  }
}
#riseisha-form .form-container .form-section .btn-agree {
  position: relative;
  width: 257px;
  height: 46px;
  margin: 0 auto 66px;
  padding: 0 0 0 110px;
  box-sizing: border-box;
  line-height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 23px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-agree {
    width: 68.5333333333vw;
    height: 12.2666666667vw;
    margin-bottom: 12.5333333333vw;
    padding-left: 29.3333333333vw;
    font-size: 4vw;
    line-height: 11.7333333333vw;
  }
}
#riseisha-form .form-container .form-section .btn-agree:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #000000;
  transform: translateY(-50%);
}
#riseisha-form .form-container .form-section .btn-agree.checked:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 84px;
  width: 6px;
  height: 3px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: translateY(-50%) rotate(-45deg);
}
#riseisha-form .form-container .form-section .btn-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-wrapper {
    display: block;
    width: 89.33vw;
    margin: 0 auto;
  }
}
#riseisha-form .form-container .form-section .btn-wrapper .btn-submit {
  width: 48.64%;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-wrapper .btn-submit {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
#riseisha-form .form-container .form-section .btn-submit {
  position: relative;
  width: 590px;
  height: 70px;
  margin: 0 auto 144px;
  box-sizing: border-box;
  background: #E8E6A5;
  border: 1px solid #D8D6A3;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-submit {
    width: 89.33vw;
    height: 13.3333333333vw;
    margin-bottom: 5.6vw;
    border-radius: 1.3333333333vw;
  }
}
#riseisha-form .form-container .form-section .btn-submit.back-to-top {
  width: 450px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-submit.back-to-top {
    width: 89.33vw;
  }
}
#riseisha-form .form-container .form-section .btn-submit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: translateY(-50%) rotate(-45deg) skew(5deg, 5deg);
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-submit:after {
    right: 4.5333333333vw;
  }
}
#riseisha-form .form-container .form-section .btn-submit:hover {
  opacity: 0.7;
}
#riseisha-form .form-container .form-section .btn-submit.disabled {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
#riseisha-form .form-container .form-section .btn-submit.disabled:hover {
  opacity: 1;
}
#riseisha-form .form-container .form-section .btn-submit.btn-back:after, #riseisha-form .form-container .form-section .btn-submit.back-to-top:after {
  right: auto;
  left: 24px;
  transform: translateY(-50%) rotate(135deg) skew(5deg, 5deg);
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-submit.btn-back:after, #riseisha-form .form-container .form-section .btn-submit.back-to-top:after {
    left: 4.5333333333vw;
  }
}
#riseisha-form .form-container .form-section .btn-submit button, #riseisha-form .form-container .form-section .btn-submit a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 68px;
  text-align: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-section .btn-submit button, #riseisha-form .form-container .form-section .btn-submit a {
    font-size: 4vw;
    line-height: 12.8vw;
  }
}
#riseisha-form .form-container .form-section .btn-submit.disabled button {
  cursor: default;
}
#riseisha-form .form-container .form-notice {
  margin: 0 0 217px;
  font-size: 12px;
  color: #4E4E4E;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .form-notice {
    width: 89.33vw;
    margin: 0 auto 51.2vw;
    font-size: 2.9333333333vw;
  }
}
#riseisha-form .form-container .separate-line {
  margin: 0 12px 50px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(0, transparent 0 48%, #ff0000 48% 52%, transparent 52% 100%);
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .separate-line {
    margin: 0 4.67vw 14.9333333333vw;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-container .separate-line.applicant-selection-hidden {
  display: none;
}
#riseisha-form .form-container .separate-line span {
  display: inline-block;
  padding: 0 32px;
  color: #FF0000;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-container .separate-line span {
    padding: 0 3.2vw;
  }
}
#riseisha-form .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal {
    padding: 0;
  }
}
#riseisha-form .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
#riseisha-form .modal.is-active {
  opacity: 1;
  visibility: visible;
}
#riseisha-form .modal h2, #riseisha-form .modal h3, #riseisha-form .modal h4, #riseisha-form .modal h5, #riseisha-form .modal h6, #riseisha-form .modal p {
  margin-top: 0;
}
#riseisha-form .modal p + p {
  margin-top: 0;
}
#riseisha-form .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 917px;
  height: 70vh;
  overflow-y: scroll;
  background: #F7F7F7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-container {
    width: 89.33vw;
  }
}
#riseisha-form .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 26px;
  right: 28px;
  width: 31px;
  height: 31px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-close {
    top: 4.2666666667vw;
    right: 4.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 10px;
    line-height: 20px;
  }
}
#riseisha-form .modal-content {
  padding: 46px 48px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
#riseisha-form .modal-content .modal-header {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
#riseisha-form .modal-content .form-search-box {
  margin: 0 0 52px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .form-search-box {
    margin-bottom: 5.3333333333vw;
  }
}
#riseisha-form .modal-content .form-search-box .form-textBox {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .form-search-box .form-textBox {
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .form-search-box .custom-select-wrapper {
    width: 48%;
    display: inline-block;
  }
}
#riseisha-form .modal-content .form-search-box .custom-select-wrapper .custom-select {
  margin: 0 23px 0 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .form-search-box .custom-select-wrapper .custom-select {
    margin-right: 0;
  }
}
#riseisha-form .modal-content .form-search-box .btn-search {
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .form-search-box .btn-search {
    display: block;
    width: 26.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
#riseisha-form .modal-content .form-search-box .school-annotation {
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .form-search-box .school-annotation {
    font-size: 2.8vw;
    line-height: 1.4em;
  }
}
#riseisha-form .modal-content .form-search-pagination {
  display: flex;
  margin: 0 0 20px;
  justify-content: center;
}
#riseisha-form .modal-content .form-search-pagination .page-arrow {
  font-size: 13px;
  line-height: 18px;
}
#riseisha-form .modal-content .form-search-pagination .page-arrow a {
  display: inline-block;
  padding: 0 5px;
  color: #A3A3A3;
}
#riseisha-form .modal-content .form-search-pagination .pagination-body {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
#riseisha-form .modal-content .form-search-pagination .pagination-body li {
  line-height: 18px;
  border-right: 1px solid #D0D0D0;
  list-style: none;
}
#riseisha-form .modal-content .form-search-pagination .pagination-body li:last-of-type {
  border: none;
}
#riseisha-form .modal-content .form-search-pagination .pagination-body li a {
  display: inline-block;
  height: 100%;
  padding: 0 9px;
  font-size: 13px;
  color: #A3A3A3;
}
#riseisha-form .modal-content .form-search-pagination .pagination-body li.current a {
  color: #000;
}
#riseisha-form .modal-content .cell-left {
  width: 640px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .cell-left {
    width: 53.8vw;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .cell-left .form-textBox.middle {
    width: 70%;
  }
}
#riseisha-form .modal-content .cell-left .form-textBox.middle::placeholder {
  color: #ff0000;
}
#riseisha-form .modal-content .search-result {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .search-result {
    font-size: 3.2vw;
  }
}
#riseisha-form .modal-content .search-result .result-header {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0 22px;
  align-items: center;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  background: #DFE9EA;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .search-result .result-header {
    padding: 0 4.2666666667vw;
  }
}
#riseisha-form .modal-content .result-list {
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .result-list {
    padding-left: 0;
  }
}
#riseisha-form .modal-content .result-list li {
  display: flex;
  padding: 15px 22px;
  font-size: 13px;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 767px) {
  #riseisha-form .modal-content .result-list li {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#riseisha-form .modal-content .result-list li:last-of-type {
  border: none;
}
#riseisha-form .modal-content .result-list li a {
  text-decoration: underline;
}
#riseisha-form .modal-content .result-list li .header-otherSchoolName {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 13px;
  line-height: 40px;
}
#riseisha-form .form-thanks-message {
  width: 750px;
  margin: 0 auto 79px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-thanks-message {
    width: 89.33vw;
    margin-bottom: 8vw;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-complete-header {
  margin: 0 0 34px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-complete-header {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }
}
#riseisha-form .form-event-support {
  width: 750px;
  margin: 0 auto 71px;
  padding: 22px 15px 17px 28px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  background: #ffffff;
  border: 1px solid #8DE386;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-event-support {
    width: 89.33vw;
    margin-bottom: 9.6vw;
    padding: 5.8666666667vw 4.2666666667vw;
  }
}
#riseisha-form .form-event-support .support-header {
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #8DE386;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-event-support .support-header {
    margin-bottom: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
#riseisha-form .form-event-support .support-overview {
  margin: 0 0 27px;
  padding: 0 25px;
  font-size: 15px;
  line-height: 1.73em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-event-support .support-overview {
    margin-bottom: 4.2666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#riseisha-form .form-event-support .btn-line-add {
  margin: 0 0 31px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-event-support .btn-line-add {
    margin-bottom: 8.2666666667vw;
  }
}
#riseisha-form .form-event-support.online {
  margin-bottom: 102px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-event-support.online {
    margin-bottom: 13.6vw;
  }
}
#riseisha-form .form-event-support.online .btn-line-add {
  margin-bottom: 5px;
}
#riseisha-form .form-event-support .line-notice-list li {
  margin: 0 0 5px;
  padding: 0 0 0 1em;
  font-size: 12px;
  line-height: 1.5em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-event-support .line-notice-list li {
    margin-bottom: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#riseisha-form .form-event-support .line-notice-list li:before {
  content: "※";
}
#riseisha-form .form-header-wrapper {
  padding: 80px 0 25px;
  background: #F7F7F7;
  border-bottom: 2px solid #181B39;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-header-wrapper {
    padding-top: 12vw;
    padding-bottom: 5.3333333333vw;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
#riseisha-form .form-header-wrapper .form-header {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-header-wrapper .form-header {
    font-size: 5.3333333333vw;
  }
}
#riseisha-form .form-request-overview {
  width: 750px;
  margin: 0 auto 141px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-request-overview {
    width: 89.33vw;
    margin-bottom: 14vw;
    letter-spacing: 0.1em;
  }
}
#riseisha-form .form-request-overview .overview-text {
  font-size: 15px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-request-overview .overview-text {
    font-size: 3.4666666667vw;
    line-height: 2em;
  }
}
#riseisha-form .form-request-overview .overview-notice {
  font-size: 12px;
  color: #4E4E4E;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-request-overview .overview-notice {
    font-size: 2.9333333333vw;
  }
}
#riseisha-form .form-entry-result {
  width: 750px;
  margin: 0 auto 81px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.57em;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-entry-result {
    width: 89.33vw;
    margin-bottom: 10.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
#riseisha-form .form-entry-result tr {
  border-bottom: 1px solid #C8D5D6;
}
#riseisha-form .form-entry-result tr:last-of-type {
  border-bottom: none;
}
#riseisha-form .form-entry-result tr th, #riseisha-form .form-entry-result tr td {
  box-sizing: border-box;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-entry-result tr th, #riseisha-form .form-entry-result tr td {
    padding: 2.1333333333vw 0;
  }
}
#riseisha-form .form-entry-result tr th {
  width: 26.66%;
  padding-left: 16px;
  font-weight: 400;
  text-align: left;
  background: #DFE9EA;
  border-right: 1px solid #C8D5D6;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-entry-result tr th {
    padding-left: 2.1333333333vw;
    padding-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-entry-result tr th span {
    font-size: 2.6666666667vw;
  }
}
#riseisha-form .form-entry-result tr td {
  width: 73.33%;
  padding-right: 30px;
  padding-left: 30px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  #riseisha-form .form-entry-result tr td {
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}

/*# sourceMappingURL=form.css.map */
