<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f5f9f9;
}

.Main {
  margin-top: -5.4166666667vw;
  padding-bottom: 6.71875vw;
}
@media only screen and (max-width: 768px) {
  .Main {
    margin-top: 0;
  }
}

.Firstview {
  position: relative;
}
.Firstview-Image {
  width: 100%;
}
.Firstview-TextEn {
  position: absolute;
  width: 67.7083333333vw;
  height: auto;
  bottom: -4px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .Firstview-TextEn {
    bottom: 0px;
    width: 80vw;
  }
}
.Firstview-Title {
  margin-top: clamp(38px, 3.9583333333vw, 76px);
  font-family: din-2014, sans-serif;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  line-height: 0.6785714286;
  font-weight: bold;
  font-style: italic;
  color: #f5f9f9;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .Firstview-Title {
    left: 10px;
  }
}

.Description__Inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Description__Inner {
    width: 94.6666666667vw;
  }
}
.Description-Title {
  font-size: clamp(26px, calc(300 / 1920 * 100vw), 30px);
  letter-spacing: 0.3em;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .Description-Title {
    letter-spacing: 0.02em;
    margin-bottom: 22px;
    margin-top: 6px;
    font-size: 25px;
  }
}
.Description-Contents {
  margin-top: clamp(30px, 2.2916666667vw, 44px);
}
.Description-Contents-Sentense {
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .Description-Contents-Sentense {
    width: 81.0666666667vw;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5714285714;
  }
}
@media only screen and (max-width: 374px) {
  .Description-Contents-Sentense {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .Description-Contents-Sentense &gt; .is-pc {
    display: none;
  }
}

.Form {
  margin-top: clamp(16px, 4.1666666667vw, 20px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1520px;
  width: 79.1666666667vw;
  background: #fff;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .Form {
    width: 94.6666666667vw;
  }
}

.Form-Head {
  position: relative;
  background: #12af3a;
  padding-top: clamp(7.5px, 0.8854166667vw, 17px);
  padding-bottom: clamp(7px, 0.8333333333vw, 16px);
  padding-left: clamp(20px, 2.03125vw, 39px);
}

.Form-Head-Text {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-style: italic;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
}

.Form-Head-En {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  height: 92.0634920635%;
  width: auto;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .Form-Head-En {
    left: 131px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Head-En {
    left: auto;
    right: 2px;
  }
}

.Form-Body {
  padding-top: clamp(24px, 3.6458333333vw, 70px);
  padding-bottom: clamp(29px, 5.8854166667vw, 113px);
  padding-right: clamp(20px, 8.3333333333vw, 160px);
  padding-left: clamp(20px, 8.3333333333vw, 160px);
}

@media only screen and (max-width: 768px) {
  .Form-Body {
    padding-right: 0;
    padding-left: 0;
  }
}

.Form-Body-Contents {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents {
    width: 84vw;
  }
}

.Form-Body-Contents-ConfirmText {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  line-height: 1.3636363636;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-ConfirmText {
    line-height: 1.2857142857;
    text-align: left;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-ConfirmText {
    font-size: 12px;
  }
}

.Form-Body-Contents-Item {
  display: flex;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item {
    flex-direction: column;
  }
}

/* è¿½åŠ&nbsp; */
.Form-Body-Contents-Item-Experience {
  align-items: flex-start;
}

.Form-Body-Contents-Item.m-alignTop {
  align-items: flex-start;
}

.Form-Body-Contents-Item.m-alignTop &gt; label {
  margin-top: 9px;
}

.Form-Body-Contents-Item .error {
  margin-top: 8px;
}

.Form-Body-Contents-Item + .Form-Body-Contents-Item {
  margin-top: 25px;
}

.Form-Body-Contents-Item.m-marginTwice {
  margin: 50px 0;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item.m-marginTwice {
    margin: 25px 0 0 0;
  }
}

.Form-Body-Contents-Item-Label {
  max-width: 423px;
  width: 38.4545454545%;
  font-size: clamp(12px, 1.1458333333vw, 18px);
  letter-spacing: 0.2em;
  text-indent: 0.3em;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.Form-Body-Contents-Item-Label-Required,
.Form-Body-Contents-Item-Label-Any {
  margin-right: clamp(0px, 1.1979166667vw, 23px);
  padding-top: 0.2857142857em;
  padding-right: 0.9285714286em;
  padding-bottom: 0.2142857143em;
  padding-left: 0.9285714286em;
  background: #ff1d3b;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Label-Required,
  .Form-Body-Contents-Item-Label-Any {
    margin-right: 8px;
    transform: scale(0.725);
    transform-origin: left;
    padding: 4px;
    font-size: clamp(10px, 2.6666666667vw, 14px);
  }
}

.Form-Body-Contents-Item-Label-Any {
  background: #002d7f;
}

.Form-Body-Contents-Item-InputWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-InputWrapper {
    flex-direction: column;
  }
}

.Form-Body-Contents-Item-InputWrapper &gt; br {
  display: none;
}

.Form-Body-Contents-Item-Full {
  display: block;
  width: 100%;
}

.Form-Body-Contents-Item-Half {
  display: inline-block;
  width: calc(50% - 11px);
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Half {
    width: 100%;
  }

  .Form-Body-Contents-Item-Half:last-child {
    margin-top: 10px;
  }
}

.Form-Body-Contents-Item-Text {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(11px, 0.8333333333vw, 16px);
  /* letter-spacing: 0.2em; */
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Text {
    font-size: 14px;
    padding: 9px 17px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Text {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-Text-count {
  width: 24%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(11px, 0.8333333333vw, 16px);
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Text-count {
    width: 50%;
    font-size: 14px;
    padding: 9px 17px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Text-count {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-Text::-moz-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Text:-ms-input-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Text::placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Mail {
  display: block;
}

.Form-Body-Contents-Item-Textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.78125;
  height: 223px;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Textarea {
    font-size: 14px;
    padding: 9px 12px;
    height: 174px;
  }
}

#experience .wpcf7-list-item {
  display: block;
  margin-bottom: 7px;
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Textarea {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-Textarea::-moz-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Textarea:-ms-input-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Textarea::placeholder {
  color: #757474;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Textarea::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .Form-Body-Contents-Item-Textarea:-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .Form-Body-Contents-Item-Textarea::placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}

.Form-Body-Contents-Item-Radio {
  width: 100%;
  display: flex;
  /* margin-top: -1%; */
  align-items: center;
  gap: 20px 30px;
  /* è¿½åŠ&nbsp; */
  flex-wrap: wrap;
}

/* @media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio {
    margin-top: -16px;
  }
} */

.Form-Body-Contents-Item-Radio .horizontal-item {
  display: flex;
  align-items: center;
}

/* è¿½åŠ&nbsp; */
.Form-Body-Contents-Item-Radio-Experience .horizontal-item {
  width: fit-content;
  min-width: 25%;
}

/* è¿½åŠ&nbsp; */
@media only screen and (max-width: 1150px) {
  .Form-Body-Contents-Item-Radio-Experience .horizontal-item {
    width: 40%;
  }
}

/* è¿½åŠ&nbsp; */
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio-Experience .horizontal-item {
    width: 180px;
  }
}
/* è¿½åŠ&nbsp; */
.Form-Body-Contents-Item-Radio .horizontal-item label {
  display: flex;
}

.Form-Body-Contents-Item-Radio .mwform-radio-field-text {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.075em;
  vertical-align: middle;
  font-weight: 600;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio .mwform-radio-field-text {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.Form-Body-Contents-Item-Radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* .Form-Body-Contents-Item-Radio::before,
.Form-Body-Contents-Item-Radio::after {
  content: "";
  display: block;
  width: 100%;
}
.Form-Body-Contents-Item-Radio::before {
  order: 6;
} */

.Form-Body-Contents-Item-Radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Form-Body-Contents-Item-Radio input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 4px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio input[type="radio"]:checked + span::after {
    width: 10px;
    height: 20px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}

.Form-Body-Contents-Item-Radio input[type="radio"] + span {
  position: relative;
}

.Form-Body-Contents-Item-Radio input[type="radio"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 20px;
  top: 4px;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #dbdede;
  margin-right: 9px;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio input[type="radio"] + span::before {
    width: 14px;
    height: 14px;
  }
}

#prefecture {
  width: calc(73% - 11px);
}

#firstName, #firstNameKana {
  margin-left: 5%;
}

.Form-Body-Contents-Item-SelectWrapper {
  display: block;
  width: 100%;
  position: relative;
}

.Form-Body-Contents-Item-SelectWrapper.m-participation.is-changed::before {
  color: #000;
  color: transparent;
}

#participation {
  width: 100%;
}

.Form-Body-Contents-Item-SelectWrapper.m-participation::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  left: 0;
  padding-top: clamp(0px, 0.7291666667vw, 14px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.7291666667vw, 14px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  /* color: #757474; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  pointer-events: none;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper.m-participation::before {
    /* font-size: 14px; */
    font-size: 10px;
    padding: 12px 17px;
  }

#prefecture {
  width: 100%;
}

  #firstName, #firstNameKana {
    margin-left: 0;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-SelectWrapper.m-participation::before {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-SelectWrapper.m-participation::after {
  left: auto;
  right: 22px;
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper.m-participation::after {
    left: auto;
    right: 10px;
  }
}
.Form-Body-Contents-Item-SelectWrapper::after {
  position: absolute;
  content: "";
  width: clamp(8px, 0.5208333333vw, 10px);
  height: clamp(8px, 0.5208333333vw, 10px);
  border-right: 3px solid #090909;
  border-bottom: 3px solid #090909;
  top: 0.8333333333vw;
  left: clamp(0px, 15.625vw, 300px);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper::after {
    top: 12px;
    left: auto;
    right: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-SelectWrapper::after {
    top: 10px;
  }
}

.Form-Body-Contents-Item-Select {
  background: #d5d5d5;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.7291666667vw, 14px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.7291666667vw, 14px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  color: #757474;
  width: calc(50% - 11px);
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Select {
    width: 100%;
    font-size: 14px;
    padding: 12px 24px 12px 10px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Select {
    font-size: 12px;
    padding: 9px 12px;
  }
}
.Form-Body-Contents-Item-Select.p-region {
  background: #fff;
  color: #000;
}

.Form-Body-Contents-Item-Select.is-changed {
  background: #fff;
  color: #000;
}

/* åˆæœŸè¨­å®šæ™‚ */
.Form-Body-Contents-Item-Select.m-participation {
  width: 100%;
  /* color: transparent; */
}
.Form-Body-Contents-Item-Select.m-participation.is-changed {
  background: #fff;
  /* color: transparent; */
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Select.m-participation,
  .Form-Body-Contents-Item-Select.m-participation.is-changed {
    font-size: 14px;
  }
}

.Form-Body-Contents-Item-MailWrapper,
.Form-Body-Contents-Item-AddressWrapper {
  width: 100%;
}

.Form-Body-Contents-Item-MailWrapper &gt; input,
.Form-Body-Contents-Item-AddressWrapper &gt; input {
  width: 100%;
}

.Form-Body-Contents-Item-MailWrapper &gt; input:last-child,
.Form-Body-Contents-Item-AddressWrapper &gt; input:last-child {
  margin-top: 10px;
}

.Form-Body-Contents-Item &gt; input {
  width: 100%;
}

.Form-Body-Contents-Privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(33px, 2.6041666667vw, 50px);
}

.Form-Body-Contents-Privacy .error {
  margin-left: 8px;
}

.Form-Body-Contents-Privacy-Link {
  border-bottom: 1px solid #000;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.05em;
  margin-right: clamp(0px, 0.5208333333vw, 10px);
}

.Form-Body-Contents-Privacy input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
}

.Form-Body-Contents-Privacy input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 4px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  top: 12px;
  left: -24px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Privacy input[type="checkbox"]:checked + span::after {
    width: 10px;
    height: 20px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}

.Form-Body-Contents-Privacy input[type="checkbox"] + span {
  position: relative;
}

.Form-Body-Contents-Privacy input[type="checkbox"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #dbdede;
  top: 20px;
  left: -26px;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Privacy input[type="checkbox"] + span::before {
    width: 14px;
    height: 14px;
  }
}

.Form-Body-Contents-Submit {
  margin-top: 22px;
  width: clamp(250px, 37.5520833333vw, 721px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #ff1d3b;
  padding: 0.8636363636em;
  color: #fff;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Submit {
    margin-top: 33px;
    padding-top: 1em;
    padding-bottom: 1.125em;
  }
}

.Form-Body-Contents-Submit[type="submit"] {
  background: #ff1d3b;
}

.mw_wp_form_confirm {
  margin-top: clamp(24px, 4.6875vw, 60px);
}

.mw_wp_form_confirm
  .Form-Body-Contents-Item-SelectWrapper.m-participation::before {
  content: none;
  display: none;
}
.mw_wp_form_confirm .Form-Body-Contents {
  width: 89%;
  margin-left: auto;
  margin-right: 0;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label {
  background-color: #0080001f;
  padding: 12px;
  margin-right: 2%;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label.addressed {
  /* height: 9vw; */
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label.remarks {
  /* height: 9vw; */
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label {
    margin-bottom: 4px;
    padding: 8px;
    margin-right: 0%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item.m-marginTwice {
  margin: 0px;
}
.mw_wp_form_confirm .notes {
  display: none;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Half {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-indent: 0em;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half:last-child {
    margin-top: 0px;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item {
  font-size: clamp(12px, 0.8333333333vw, 16px);
  margin-top: 20px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full {
    padding-left: 2%;
    /* margin-left: 13px; */
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Full.m-textarea {
  /* min-height: clamp(136px, 11.5625vw, 222px); */
  min-height: 20px;
  word-break: break-all;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full.m-textarea {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item + .Form-Body-Contents-Item {
  margin-top: clamp(8px, 2.3958333333vw, 12px);
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item + .Form-Body-Contents-Item {
    display: flex;
    margin-top: clamp(8px, 2.3958333333vw, 12px);
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-MailWrapper {
  line-height: 0.5;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-MailWrapper {
    line-height: 1;
    padding-left: 2%;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Mail.m-confirm {
  margin-top: clamp(0px, 2.0833333333vw, 40px);
  display: none;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Mail.m-confirm {
    margin-top: 20px;
    display: none;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Label-Required,
.mw_wp_form_confirm .Form-Body-Contents-Item-Label-Any {
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper {
    font-size: 14px;
    margin-top: 0px;
    padding-left: 2%;
    line-height: 1.2;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper::after {
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
  width: 100%;
  justify-content: flex-start;
  gap: 2%;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
    /* width: auto; */
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
    /* margin-left: 13px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 2%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Half {
  width: auto;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Experience {
  align-items: center;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper &gt; * {
  width: auto;
}

.mw_wp_form_confirm .Form-Body-Contents-Privacy-Link {
  position: relative;
}

.mw_wp_form_confirm .Form-Body-Contents-Privacy-Link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  right: -30px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Privacy-Link::after {
    width: 8px;
    height: 14px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    top: -4px;
    right: -18px;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item.m-alignTop &gt; label {
  margin-top: 0;
}
.mw_wp_form_confirm .Form-Body-Contents-Item.m-alignTop {
  align-items: stretch;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Radio {
  margin-top: 0;
  font-size: clamp(12px, 0.9375vw, 16px);
  gap: 0px;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Radio {
    font-size: 14px;
    padding-left: 2%;
    /* margin-left: 13px; */
  }
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Submit {
    margin-top: 0px;
  }
}
/* è¿½åŠ&nbsp; */
.mw_wp_form_confirm .Form-Body-Contents-Item-AddressWrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-AddressWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.mw_wp_form_complete {
  margin-right: -2%;
  margin-left: -2%;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_complete {
    margin-right: 0;
    margin-left: 0;
  }
}

.mw_wp_form_complete &gt; p {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  line-height: 1.6363636364;
  width: 82%;
  margin: auto;
}
.p2 {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_complete &gt; p {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .mw_wp_form_complete &gt; p {
    font-size: 12px;
  }
}
.comfirm-back {
  margin-top: 22px;
  width: clamp(250px, 37.5520833333vw, 721px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #12af3a;
  padding: 0.8636363636em;
  color: #fff;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  text-align: center;
}
.comfirm-back[type="submit"] {
  background: #12af3a;
}
@media only screen and (max-width: 768px) {
  .comfirm-back {
    margin-top: 33px;
    padding-top: 1em;
    padding-bottom: 1.125em;
  }
}
.OpenCampus-Content-Link {
  /* margin-top: clamp(0px, calc((6400vw / 1920)), 64px); */
  width: clamp(0px, calc((23200vw / 1920)), 232px);
  height: clamp(0px, calc((3900vw / 1920)), 39px);
  padding-left: clamp(0px, calc((3600vw / 1920)), 36px);
  padding-bottom: clamp(0px, calc((1500vw / 1920)), 15px);
  font-family: din-2014, sans-serif;
  font-size: clamp(0px, calc((2400vw / 1920)), 24px);
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-left: 60%;
  margin-bottom: clamp(13px, 2.03125vw, 39px);
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Link {
    width: 120px;
    height: 18px;
    font-size: 12px;
    padding-left: 20px;
    order: 3;
  }
}
.notes {
  line-height: 2.5;
  font-size: clamp(11px, 0.833333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .notes {
    display: block;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 6px;
  }
}
.supplement {
  width: 100%;
}
.supplement.ybbg {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .supplement.ybbg {
    margin-bottom: 8px;
  }
}
/* @media screen and (max-width: 768px) {
  .OpenCampus-Content-Link {
    margin-top: 32px;
  }
} */
.PageFooter {
  margin-top: clamp(36px, 6.9270833333vw, 54px);
}

.Form-Body-Contents-Item-Select.is-changed {
  background: #fff;
}
/* è¿½åŠ&nbsp; */
.AddressWrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .AddressWrapper {
    row-gap: 12px;
  }
}
.mw_wp_form_confirm .AddressWrapper {
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .AddressWrapper {
    row-gap: 8px;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Full.nini_null {
  display: none;
}


.hide {
	display: none;
}

.Form-opencampus-button {
	background-color: #002d7f;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 24px 50px;
	margin-top: 40px;
	cursor: pointer;
	position: relative;
}

.Form-opencampus-button img {
	position: absolute;
	width: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

.Form-opencampus-button br {
display: none;
}

.Form-opencampus-contents {
	margin-top: 40px;
}

.mw_wp_form_input .comfirm-back {
display: none;
}

.mw_wp_form_complete .comfirm-back {
display: none;
}

.Form-opencampus-attention {
	color: red;
	font-weight: normal;
	font-size: 15px;
margin-top: 12px;
	line-height: 1.5;
}</pre></body></html>