@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
.red_text {
  color: #bc5656;
  font-weight: bold;
}

.form_container {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.caution_area {
  border: 2px solid #c23b4f;
  color: #ff0000;
  padding: 5px 10px;
}

.caution_area p {
  margin-bottom: 1px;
}

.annotation {
  margin-bottom: 15px;
}

.text_frame input {
  width: 100%;
  font-size: 0.938rem;
  box-sizing: border-box;
  margin: 0;
  height: 50px;
  padding: 0 0.7em;
  padding-right: 0.5em;
  background-color: rgb(248, 248, 248);
  box-shadow: inset 2.121px 2.121px 5px 0 rgba(210, 210, 210, 0.2);
}
.text_frame input:focus, .text_frame input:active {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.text_frame .cell {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .text_frame-age .group {
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .text_frame-age .group {
    margin-bottom: 0.5em;
    display: block;
  }
}
.text_frame-age input {
  width: 4em;
  margin-right: 0.5em;
}
.text_frame-age .cell {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .text_frame-age .cell {
    margin-right: 0.5em;
  }
}
.text_frame-zip .cell {
  display: inline-block;
  margin-right: 0.5em;
}
.text_frame-zip input {
  width: 6em;
  margin-right: 0;
}
.text_frame-year input {
  max-width: 280px;
}
.text_frame-year:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .text_frame-year:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.text_frame-year > .year_title {
  min-width: 100px;
  color: #535353;
  font-size: 1.125rem;
  display: inline-block;
  min-height: 50px;
  padding-top: 11px;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .text_frame-year {
    display: block;
  }
}
.text_frame-school_year input {
  max-width: 120px;
}

.form-alert {
  color: #c73d42;
}
.form__text {
  background-color: #ffffff;
}
.form__submit {
  border: 1px solid #ffffff;
  background-color: #313131;
  font-weight: normal;
}
.form-color__text {
  border: 0 none;
  color: #111111;
}

.select_box {
  position: relative;
}
.select_box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select_box select:focus {
  outline: 2px solid #a6a6a6;
}
.select_box::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #bcbcbc;
  top: 16px;
  right: 20px;
}

.textarea_frame textarea {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 0;
  border: 1px solid #cccccc;
  padding: 1em 1.5em;
  height: 6em;
  resize: none;
  background-color: rgb(248, 248, 248);
  box-shadow: inset 2.121px 2.121px 5px 0 rgba(210, 210, 210, 0.2);
}
.textarea_frame textarea:focus, .textarea_frame textarea:active {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.textarea_frame-m textarea {
  height: 5em;
}

.radio_frame {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio_frame .mwform-radio-field {
  display: inline-block;
  margin-right: 3em;
  align-items: center;
}
.radio_frame .mwform-radio-field > label {
  display: flex;
  align-items: center;
}
.radio_frame .mwform-radio-field > label input[type=radio] {
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  background-color: #ffffff;
  outline: none;
  padding: 10px;
}
.radio_frame .mwform-radio-field > label input[type=radio]:checked {
  border: 1px solid #bcbcbc;
  position: relative;
}
.radio_frame .mwform-radio-field > label input[type=radio]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #39659a;
  top: 5px;
  left: 5px;
}
.radio_frame .mwform-radio-field > label .mwform-radio-field-text {
  margin-top: 4px;
  color: #333333;
  font-size: 0.938rem;
}
.radio_frame .mwform-checkbox-field {
  display: inline-block;
  margin-right: 1em;
}
.radio_frame .mwform-checkbox-field:not(:last-child) {
  margin-bottom: 0.7em;
}

.birth {
  position: relative;
  top: 0;
  left: 0;
}
.birth__input {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding-right: 3em;
  margin-right: -3em;
}
.birth__unit {
  float: left;
  width: 3em;
  text-align: center;
  position: relative;
  line-height: 3.5em;
}
.birth::before, .birth::after {
  content: "";
  display: table;
}
.birth::after {
  clear: both;
}
.birth_list::before, .birth_list::after {
  content: "";
  display: table;
}
.birth_list::after {
  clear: both;
}

.check_frame {
  position: relative;
  top: 0;
  left: 0;
  min-width: 19px;
  min-height: 19px;
}
.check_frame-focus .check_frame__display {
  outline: 2px solid #a6a6a6;
}
.check_frame__icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check_frame__display {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.check_frame__input {
  cursor: pointer;
  position: absolute;
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  z-index: 1;
  left: 0;
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.check_frame__input:focus + .check_frame__display {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.check_frame__display, .check_frame__input {
  top: 0.25em;
}
.check_frame__label {
  margin-left: 24px;
  display: block;
}
.check_frame__input:checked + .check_frame__display .check_frame__icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.red_label {
  color: #c23b4f;
  margin-left: 0.5em;
  line-height: 26px;
  height: 26px;
  box-sizing: border-box;
  display: inline-block;
}

.contact {
  padding: 30px 0;
}
@media screen and (max-width: 999px) {
  .contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .contact {
    padding: 20px 0;
  }
}
.contact input,
.contact textarea,
.contact select,
.contact option {
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 17px;
  width: 100%;
  padding: 10px 15px;
}
.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder, .contact select::-webkit-input-placeholder, .contact option::-webkit-input-placeholder {
  color: #bcbcbc;
  font-size: 17px;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder, .contact select::-moz-placeholder, .contact option::-moz-placeholder {
  color: #bcbcbc;
  font-size: 17px;
}
.contact input::placeholder,
.contact textarea::placeholder,
.contact select::placeholder,
.contact option::placeholder {
  color: #bcbcbc;
  font-size: 17px;
}
.contact .btn_area input {
  background-color: #0f1e30;
  color: #ffffff;
  outline: none;
  border: 1px solid #0f1e30;
  border-radius: 35px;
  padding: 10px 30px;
  width: auto;
  min-width: 260px;
  min-height: 68px;
}
@media screen and (max-width: 575px) {
  .contact .btn_area input {
    min-width: 220px;
    min-height: 40px;
  }
}
.contact .btn_area:hover input {
  color: #0f1e30;
  background-color: #ffffff;
}
.contact textarea {
  min-height: 200px;
}
@media screen and (min-width: 1000px), print {
  .contact .textarea_frame textarea {
    height: 250px;
  }
}
@media screen and (max-width: 999px) {
  .contact .textarea_frame textarea {
    height: 200px;
  }
}
.contact__gr {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ececec;
}
.contact__gr:last-of-type {
  border-bottom: none;
}
.contact__head {
  margin-bottom: 0;
  border-bottom: none;
}
.contact__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact__body {
    margin: 0 auto 40px;
    padding-bottom: 15px;
  }
}
.contact__body .attention_box {
  margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
  .contact__body .attention_box {
    margin-bottom: 25px;
  }
}
.contact__th {
  margin-bottom: 5px;
}
.contact__th.notice_adjacent {
  margin-bottom: 5px;
}
.contact__td.name {
  display: flex;
  gap: 20px;
}
.contact__td.name input {
  max-width: 320px;
}
.contact__td.short {
  max-width: 660px;
}
.contact .notice {
  margin-bottom: 10px;
}
.contact .form_btn_wrap {
  margin: 30px auto 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .contact .form_btn_wrap {
    margin: 20px auto 40px;
  }
}
.contact .back_area {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px), print {
  .contact .pref_address_area {
    display: flex;
  }
  .contact .pref_address_area > ._pref {
    flex: 0 0 10em;
  }
  .contact .pref_address_area > ._address {
    box-sizing: border-box;
    padding-left: 20px;
    flex-grow: 10;
  }
}
@media screen and (max-width: 999px) {
  .contact .pref_address_area > ._pref {
    margin-bottom: 1em;
  }
}
.contact__foot {
  padding-top: 5em;
}

.required {
  color: #ffffff;
  background-color: #bc5656;
  border-radius: 20px;
  padding: 1px 12px 0;
  font-size: 0.813rem;
}

.optional {
  color: #c0c0c0;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  padding: 1px 12px 0;
  margin-top: -3px;
  font-size: 0.813rem;
}
.optional-ml0 {
  margin-left: 0;
}

.explanation {
  margin-top: 15px;
  background: #f5f5f5;
  padding: 26px;
  border-radius: 5px;
}
.explanation p,
.explanation a {
  font-size: 0.813rem;
}
.explanation .link_list li {
  margin-bottom: 0.1em;
}

.button_area {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.button_area .link-prev {
  color: #111111;
}
@media screen and (min-width: 1000px), print {
  .button_area .link-prev {
    position: absolute;
    top: 1em;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .button_area .link-prev {
    margin-top: 2em;
    display: inline-block;
  }
}
.root .main_content .button_area .link-prev {
  text-decoration: none;
  border: 0 none;
  padding: 0 0 0 18px;
  min-height: 18px;
  display: block;
}
.root .main_content .button_area .link-prev:hover {
  text-decoration: underline;
}

.birth_group .bgroup {
  display: inline-block;
  margin-right: 0.4em;
}
.birth_group .bgroup .unit {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.birth_group br {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.form_head {
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}

.main_content .mw_wp_form .error {
  background-color: #c23b4f;
  color: #ffffff;
  padding: 0.3em 1em;
  transition: opacity 0.2s ease-in;
  margin-top: 0.5em;
}

.main_content .mw_wp_form .text_frame-unit .error {
  display: block;
}

.back_btn {
  outline: none;
  line-height: 1.4;
  font-size: 18px;
  color: #009d97;
  font-weight: 700;
  background: none;
  border: none;
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.4em;
  word-wrap: break-word;
}
.back_btn::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/link_arrow.webp") 0 no-repeat transparent;
  background-size: 16px 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto 6px 0;
  margin: 1px auto;
}
.back_btn:hover {
  text-decoration: underline;
}

.submit_btn {
  border: none;
  outline: none;
  margin: 30px auto 0;
  display: block;
  overflow: hidden;
  width: 240px;
  position: relative;
}
.submit_btn::before {
  display: block;
  content: "";
  width: 10px;
  min-width: 10px;
  height: 11px;
  background: url("../img/icon/arrow/btn_arrow.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  position: absolute;
  inset: 24px auto auto 50px;
  margin: auto;
  z-index: 2;
}
.submit_btn > .btn {
  width: 240px;
  height: 60px;
  min-height: 60px;
  border: none;
  border-radius: 30px;
}

/**************************
  フローバー 共通
*/
.contact__flow-list {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.contact__flow-list::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  max-width: 500px;
  height: 2px;
  background-color: #dcdcdc;
  position: absolute;
  top: 24px;
  left: 10px;
}
.contact__flow-list > li {
  text-align: center;
  position: relative;
}
.contact__flow-list > li .info::before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-color: #bcbcbc;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  inset: -24px 0 auto;
  margin: auto;
  z-index: 2;
}
.contact__flow-list > li .text {
  color: #bcbcbc;
  font-size: 0.938rem;
}
@media screen and (max-width: 999px) {
  .contact__flow-list {
    margin-bottom: 50px;
  }
  .contact__flow-list::before {
    width: calc(100% - 20px);
    max-width: 520px;
  }
}

.contact__flow-list > li.active .info::before {
  border: 3px solid #7dd8a7;
  background-color: #39659a;
}
.contact__flow-list > li.active .info .text {
  color: #535353;
}

/**************************
  入力画面
*/
.mw_wp_form_input .input_hide {
  display: none !important;
}
.mw_wp_form_input .confirm_text {
  display: none !important;
}
.mw_wp_form_input .single_checkbox_list .li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.mw_wp_form_input .sub_single_checkbox_list {
  margin-top: 20px;
}
.mw_wp_form_input .sub_single_checkbox_list .li:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 15px;
}
.mw_wp_form_input .single_checkbox {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 20px;
}
.mw_wp_form_input .single_checkbox input {
  position: absolute;
  top: 10px;
  left: 0;
}
.mw_wp_form_input .sub_single_checkbox {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 20px;
}
.mw_wp_form_input .sub_single_checkbox input {
  position: absolute;
  top: 8px;
  left: 0;
}
.mw_wp_form_input .single_checkbox_area > .option {
  padding-left: 20px;
}
.mw_wp_form_input .single_checkbox_area .anotation {
  font-size: 0.938rem;
}
.mw_wp_form_input .sub_single_checkbox_area::before, .mw_wp_form_input .sub_single_checkbox_area::after {
  content: "";
  display: table;
}
.mw_wp_form_input .sub_single_checkbox_area::after {
  clear: both;
}
.mw_wp_form_input .sub_single_checkbox_area > .option {
  padding-left: 20px;
}
@media screen and (min-width: 1200px), print {
  .mw_wp_form_input .sub_single_checkbox_area {
    display: flex;
    justify-content: space-between;
  }
  .mw_wp_form_input .sub_single_checkbox_area > * {
    min-width: 0;
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .mw_wp_form_input .sub_single_checkbox_area {
    display: flex;
    justify-content: space-between;
  }
  .mw_wp_form_input .sub_single_checkbox_area > * {
    min-width: 0;
    max-width: 100%;
    width: 50%;
  }
}

/**************************
  確認画面
*/
.mw_wp_form_confirm .select_box::after {
  content: none;
}
.mw_wp_form_confirm .notice {
  display: none;
}
.mw_wp_form_confirm .annotation {
  display: none;
}
.mw_wp_form_confirm .input_text {
  display: none !important;
}
.mw_wp_form_confirm .select_frame__display {
  display: none;
}
.mw_wp_form_confirm .cell {
  margin-left: 0;
  margin-right: 0;
}
.mw_wp_form_confirm .radio_list {
  padding-top: 0;
}
.mw_wp_form_confirm .radio_list._pc_column2 {
  margin-left: 0;
  margin-right: 0;
}
.mw_wp_form_confirm .contact__td.select::after {
  content: none;
}
.mw_wp_form_confirm .select_frame::after {
  display: none;
}
.mw_wp_form_confirm .privacy_check {
  display: flex;
  align-items: center;
}
.mw_wp_form_confirm .privacy_check > .contact__th {
  min-width: 200px;
}
@media screen and (max-width: 999px) {
  .mw_wp_form_confirm .privacy_check {
    flex-direction: column;
    align-items: flex-start;
  }
  .mw_wp_form_confirm .privacy_check > .contact__th {
    width: 100%;
  }
}
.mw_wp_form_confirm .contact__flow-list::after {
  display: block;
  content: "";
  width: calc(50% - 10px);
  max-width: 250px;
  height: 5px;
  background: #39659a;
  position: absolute;
  top: 24px;
  left: 10px;
  z-index: 0;
}
.mw_wp_form_confirm .contact__flow-list > li .info._input::before {
  background-color: #39659a;
  border: none;
}
.mw_wp_form_confirm .contact__flow-list > li .info._confirm::before {
  background-color: #39659a;
}
.mw_wp_form_confirm .contact__flow-list > li .info._confirm .text {
  color: #2b517f;
}
.mw_wp_form_confirm .privacy_box {
  display: none;
}

/**************************
  完了画面
*/
.mw_wp_form_complete p {
  display: block;
}
.mw_wp_form_complete .contact__flow-list::after {
  display: block;
  content: "";
  width: calc(100% - 20px);
  max-width: 500px;
  height: 5px;
  background: #39659a;
  position: absolute;
  top: 24px;
  left: 10px;
  z-index: 0;
}
.mw_wp_form_complete .contact__flow-list > li .info._input::before {
  background-color: #39659a;
  border: none;
}
.mw_wp_form_complete .contact__flow-list > li .info._confirm::before {
  background-color: #39659a;
  border: none;
}
.mw_wp_form_complete .contact__flow-list > li .info._thanks::before {
  background-color: #39659a;
}
.mw_wp_form_complete .contact__flow-list > li .info._thanks .text {
  color: #2b517f;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .contact__flow-list {
    left: 0;
  }
}
.mw_wp_form_complete .complete_message_area {
  padding: 30px 0;
}

/**************************
  個人情報保護ボックス
*/
.privacy_box {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  padding: 0 20px 20px;
}
.privacy_box__head {
  font-size: 1.125rem;
  text-align: center;
  padding: 15px 5px;
}
.privacy_box__body {
  background-color: #ffffff;
  padding: 15px 35px;
  font-size: 0.875rem;
  max-height: 310px;
  overflow: auto;
}
.privacy_box__body p {
  font-size: 0.875rem;
  padding-left: 0;
}
.privacy_box__body ul,
.privacy_box__body ol {
  padding-left: 0 !important;
}
.privacy_box__body ul li,
.privacy_box__body ol li {
  font-size: 0.875rem !important;
}
.privacy_box__body ul.cancel > li,
.privacy_box__body ol.cancel > li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .privacy_box {
    margin-bottom: 15px;
    padding: 0 10px 10px;
  }
  .privacy_box__body {
    padding: 15px;
  }
}

.privacy_check .mwform-checkbox-field {
  display: block;
  width: 110px;
  margin: 0 auto;
}
.privacy_check input {
  max-width: 15px;
}
.privacy_check .error {
  max-width: 120px;
  margin: 0 auto;
  text-align: center;
}

.main_content_area h4:not(.cancel, .department_h4),
.main_content_area .h4 {
  display: inline-block;
  background-color: #f5f5f5;
  color: #111111;
  font-family: "IBM Plex Sans JP", sans-serif;
  padding: 5px 20px 2px;
  border-bottom: none;
  font-weight: 400;
}

.contact_person {
  color: #111111;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .contact_person {
    font-size: 1rem;
  }
}

.contact_mail {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 55px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 575px) {
  .contact_mail {
    font-size: 1.25rem;
    padding-left: 45px;
  }
}
.contact_mail::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icon/icon_mail.webp") no-repeat;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .contact_mail::before {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
  }
}
