.form {
  width: calc(100% - 640px);
  background-image: url(/assets/images/sub/form_symbol.svg);
  background-repeat: no-repeat;
  background-position: top right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrap {
  width: 768px;
  margin: auto;
  padding: 100px 0;
}
.form-tit {
  margin-bottom: 15px;
}
.form-tit h3 {
  font-size: 32px;
  color: #0b2239;
  margin-bottom: 16px;
  font-weight: 600;
}
.form-tit p {
  font-size: 18px;
}
.form-tit p:not(:last-child) {
  margin-bottom: 10px;
}
.form-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-container ul.field-container li:not(:last-child) {
  margin-bottom: 48px;
}

.form-top {
  margin-bottom: 4rem;
}
.form-top h6 {
  color: #173d9c;
  font-size: 24px;
  font-weight: 600;
}

.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-step > p {
  color: #757575;
  font-size: 18px;
  margin-right: 16px;
}

.form-step .form-step__track {
  height: 10px;
  width: 200px;
  position: relative;
  border-radius: 2000em;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #fff;
}

.form-step .form-step__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #05979c;
}

.form-container li {
  width: 100%;
  font-size: 18px;
}
.form-container li:not(:last-child) {
  margin-bottom: 30px;
}
.form-container li .field-tit {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  color: #0b2239;
  font-weight: 600;
}
.form-container li .field-tit span {
  color: #11b7bd;
}
.form-container li > label {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  color: #0b2239;
  font-weight: 600;
}
.form-container li > label span {
  color: #11b7bd;
}
.form-container .private,
.form-container textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #cfd2d9;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 18px;
  background-color: #fff;
}
.form-container input[type='text'],
.form-container input[type='tel'],
.form-container input[type='email'] {
  width: 100%;
  height: 48px;
  border: 1px solid #cfd2d9;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 18px;
  background-color: #fff;
}
.form-container .private:disabled,
.form-container textarea:disabled {
  background-color: #f5f6f8;
}
.form-container input[type='text']:disabled,
.form-container input[type='tel']:disabled,
.form-container input[type='email']:disabled {
  background-color: #f5f6f8;
}
.form-container .private.small,
.form-container textarea.small {
  width: 100px;
}
.form-container input[type='text'].small,
.form-container input[type='tel'].small,
.form-container input[type='email'].small {
  width: 100px;
}
.form-container .private,
.form-container textarea {
  resize: none;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
}
.form-container .half {
  width: 49%;
}

.checkbox-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox-tit h4,
.checkbox-tit label {
  /* margin-left: 8px; */
  font-size: 22px;
  color: #0b2239;
  font-weight: 600;
}
.checkbox-tit p {
  width: 100%;
  margin-top: 12px;
}
.checkbox-wrap-tit {
  font-weight: 600;
  margin-bottom: 8px;
}
.checkbox-wrap {
  background-color: #fff;
  border-top: 1px solid #11b7bd;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox-wrap > div {
  width: 50%;
  margin: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-wrap > div.full {
  width: 100%;
}
.checkbox-wrap label {
  margin-left: 8px;
  font-size: 18px;
}
.checkbox-wrap .text-form input[type='text'] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.checkbox-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox-wrap02 > div {
  width: 25%;
  margin: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-wrap02 > div.full {
  width: 100%;
}
.checkbox-wrap02 label {
  margin-left: 8px;
  font-size: 18px;
}
.checkbox-wrap02 .text-form input[type='text'] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.checkbox-wrap03 {
  background-color: #fff;
  border-top: 5px solid #173d9c;
  padding: 10px 8px;
}
.checkbox-wrap03 > div {
  padding: 13px 0;
}
.checkbox-wrap03 > div > label {
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 8px;
}
.checkbox-wrap03 > div:not(:last-child) {
  border-bottom: 1px solid #cfd2d9;
}
.checkbox-wrap03__sub {
  margin-top: 13px;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox-wrap03__sub.disabled {
  background-color: #f1f1f1;
}
.checkbox-wrap03__sub > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 0;
  width: 100%;
}
.checkbox-wrap03__sub > div:not(:last-child) {
  margin-right: 16px;
}
.checkbox-wrap03__sub > div label {
  font-size: 18px;
  margin-left: 8px;
  font-weight: 400;
}
.checkbox-wrap03__sub > div.full {
  width: 100%;
}
.checkbox-wrap03__sub .text-form input[type='text'] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.checkbox-wrap03__sub p {
  color: #666;
}
.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio-wrap > div {
  margin: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px !important;
  flex: none;
}
.radio-wrap > div.full {
  width: 100% !important;
}
.radio-wrap label {
  margin-left: 8px;
  font-size: 18px;
}
.radio-wrap .text-form input[type='text'] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.form-btns button,
.form-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
}
.form-btns__submit {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #11b7bd;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-btns__submit.long {
  width: 15em;
}
.form-btns__submit:hover {
  background-color: #05979c;
}
.form-btns__submit img {
  filter: brightness(10) invert(0);
}
.form-agree {
  margin-top: 48px;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
}
.form-agree > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
.form-agree > div:not(:last-child) {
  margin-bottom: 16px;
}
.form-agree input {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.form-agree label {
  font-size: 18px;
  margin-left: 5px;
}
.form-agree label span {
  color: #11b7bd;
}
.form-agree a {
  color: #0b2239;
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.form-agree a:hover {
  opacity: 0.6;
}
.letter-count {
  margin-top: 8px;
  font-size: 18px;
  color: #757575;
  text-align: right;
}
.letter-count span {
  color: #11b7bd;
}
#file-upload {
  position: absolute;
  left: -9999px;
}
label[for='file-upload'] {
  padding: 0.5em;
  height: 48px;
  background-color: #11b7bd;
  cursor: pointer;
  width: 110px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
#filename {
  padding: 0.5em;
  float: left;
  width: calc(100% - 118px);
  height: 48px;
  border-radius: 8px;
  border: 1px solid #cfd2d9;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  margin-right: 8px;
  font-size: 18px;
  color: #757575;
}
.category-tit {
  font-size: 28px;
  font-weight: 600;
  color: #0b2239;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 45px;
}
.category-tit.mt {
  margin-top: 75px;
}
.category-tit::before {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #173d9c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category-tit span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.dim {
  z-index: 99998;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
}
.modal {
  z-index: 99999;
  position: fixed;
  background-color: #fff;
  width: 930px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.modal hgroup {
  border-bottom: 1px solid #11b7bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}
.modal hgroup h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}
.modal .modal-contents {
  padding: 20px;
  height: 170px;
  overflow-y: scroll;
}
.field-sub__wrap {
  /* display: none; */
  margin-top: 24px;
}
.form-banner {
  position: fixed;
  right: 0;
  width: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-top: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-banner a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-banner h2 {
  text-align: center;
  margin-top: 32px;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.form-banner h2 em {
  color: #89d2d7;
}

.info {
  margin-bottom: 75px;
}
.info h5 {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  color: #0b2239;
  font-weight: 600;
}
.info p {
  margin-left: 8px;
  font-size: 18px;
}
.info p:not(:last-child) {
  margin-bottom: 12px;
}
.info p strong {
  color: #c61700;
}
.form-footer {
  text-align: center;
  margin-top: 4em;
}
.table {
  border: 1px solid #aaa;
}
.table th {
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  padding-block: 0.5rem;
  border: 1px solid #aaa;
}

.table td {
  padding: 1rem;
  font-size: 18px;
  border: 1px solid #aaa;
}

.table td:first-child {
  text-align: center;
}

.complete {
  min-height: 100vh;
  padding-block: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete hgroup {
  text-align: center;
  width: 800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.complete hgroup h2 {
  color: #0063be;
  font-size: 119px;
  font-weight: 700;
}

.complete hgroup p {
  padding: 2rem;
  background-color: #0063be;
  font-size: 28px;
  height: 130px;
  text-align: center;
  line-height: 40px;
  border-radius: 28px;
  color: #fff;
}
