@charset "UTF-8";
:root {
  --margin-section: 3.3em;
}

/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
@media screen and (max-width: 767px) {
  .main_column {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header_html_area hr {
  opacity: 0;
}

.contact_progress {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .contact_progress {
    margin-bottom: 20px;
  }
}
.contact_progress > ul {
  justify-content: center;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #eef2f4;
  position: relative;
  mix-blend-mode: multiply;
  background-size: contain;
}
.contact_progress > ul::before {
  position: absolute;
  content: "";
  background: url("../img/form/progress_shadow.webp") 0 0 no-repeat transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 11;
  background-size: inherit;
}
@media screen and (max-width: 575px) {
  .contact_progress > ul {
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: space-between;
  }
}
.contact_progress li {
  width: calc((100% - 20px) / 3);
}
.contact_progress li:not(:last-of-type) {
  position: relative;
}
.contact_progress li:not(:last-of-type) .progress_box {
  padding-right: 20px;
  box-sizing: border-box;
}
.contact_progress li:not(:last-of-type) .progress_box::after {
  position: absolute;
  content: "";
  background: url("../img/form/default_after.webp") 0 0 no-repeat transparent;
  top: 0;
  right: 0;
  width: 22px;
  height: 40px;
  background-size: contain;
}
.contact_progress li .progress_box {
  height: 40px;
  color: #112f44;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 18px;
  column-gap: 18px;
  position: relative;
}
.contact_progress li .progress_box > .num {
  font-size: 0.75rem;
  color: #c1cbcf;
  padding-top: 0.2ex;
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .contact_progress li .progress_box > .num {
    display: none;
  }
}
.contact_progress li .progress_box > .text {
  font-weight: 400;
  font-size: 1rem;
}
.contact_progress li.active {
  width: calc((100% + 40px) / 3);
}
.contact_progress li.active .progress_box {
  position: relative;
  background: linear-gradient(90deg, #40c2d2 0%, #2faacd 100%);
  width: 100%;
}
.contact_progress li.active .progress_box::after {
  position: absolute;
  content: "";
  background: url("../img/form/active_after.webp") 0 0 no-repeat transparent;
  top: 0;
  right: 0;
  width: 20px;
  height: 40px;
  background-size: contain;
}
.contact_progress li.active .progress_box .num {
  color: #a8dfee;
}
.contact_progress li.active .progress_box .text {
  color: #ffffff;
}
.contact_progress._confirm li:last-of-type {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 575px) {
  .contact_progress._confirm li:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact_progress._confirm li .progress_box._input {
  padding-right: 0;
}
.contact_progress._confirm li .progress_box._input::after {
  position: absolute;
  content: "";
  background: url("../img/form/active_after.webp") 0 0 no-repeat transparent;
  top: 0;
  right: -20px;
  width: 20px;
  height: 40px;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .contact_progress._confirm li .progress_box._input::after {
    right: -30px;
  }
}
.contact_progress._confirm li .progress_box._confirm {
  box-sizing: content-box;
}
.contact_progress._thanks li:first-of-type {
  padding-left: 5px;
  padding-right: 5px;
}
.contact_progress._thanks li:first-of-type .progress_box::after {
  right: -5px;
}
.contact_progress._thanks li .progress_box._thanks {
  padding-right: 0;
}
.contact_progress._thanks li .progress_box._thanks::after {
  position: absolute;
  content: "";
  background: url("../img/form/active_after.webp") 0 0 no-repeat transparent;
  top: 0;
  left: 0;
  width: 20px;
  height: 40px;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 2;
}
.contact_progress._thanks li .progress_box._confirm {
  padding-right: 0;
}
.contact_progress._thanks li .progress_box._confirm::after {
  content: none;
}

.alert {
  color: #d64747;
  display: inline-block;
  line-height: 1.5;
  margin: 5px 0;
}

.contact {
  width: 100%;
}
.contact__gr {
  display: flex;
  min-height: 100px;
  border-top: 2px solid #ebf0f2;
}
@media screen and (max-width: 767px) {
  .contact__gr {
    flex-direction: column;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.contact__gr .button_area .btn {
  background: linear-gradient(135deg, #1b80b0 0%, #44a5ad 100%);
  color: #ffffff !important;
}
.contact__gr .button_area .btn::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(357%) hue-rotate(194deg) brightness(113%) contrast(100%);
}
.contact__gr .button_area .btn:hover {
  opacity: 0.5;
}
.contact__th {
  width: 25%;
  min-width: 220px;
  background-color: #fafafa;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 30px 0;
}
.contact__th label {
  font-weight: 500 !important;
  color: #112f44;
  font-size: 1.125rem;
  margin-bottom: 0 !important;
  padding-top: 0.2em;
}
.contact__th label > .required {
  color: #f8fafb;
  font-weight: 400;
  position: relative;
}
.contact__th label > .required::before {
  position: absolute;
  content: "*";
  top: -10px;
  left: -5px;
  color: #cd5479;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .contact__th {
    padding: 0;
    margin-bottom: 1em;
  }
}
.contact__td {
  width: 75%;
  padding: 30px 0;
  box-sizing: border-box;
}
.contact__td .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact__td {
    padding: 0;
    width: 100%;
  }
}
.contact__td select {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
  border-radius: 5px;
  height: 50px;
  box-shadow: inset 2.12px 2.12px 5px rgba(198, 208, 213, 0.5) !important;
  letter-spacing: 0.3ex;
  min-height: 50px;
  border: unset !important;
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .contact__td select {
    font-size: 16px !important;
  }
}
.contact .text_frame input {
  width: 100%;
  font-size: 1.125rem;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  height: 50px;
  box-shadow: inset 2.12px 2.12px 5px rgba(198, 208, 213, 0.5);
  letter-spacing: 0.3ex;
}
.contact .text_frame input:focus, .contact .text_frame input:active {
  outline: 1px solid #549bd1;
  outline-offset: -1px;
}
.contact .text_frame input::-moz-placeholder {
  color: #cacfd1;
  font-weight: 400;
  font-size: 18px;
}
.contact .text_frame input::placeholder {
  color: #cacfd1;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact .text_frame input::-moz-placeholder {
    font-size: 16px;
  }
  .contact .text_frame input::placeholder {
    font-size: 16px;
  }
}
.contact .text_frame .cell {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.contact .row .col input {
  width: 100%;
  font-size: 1.125rem;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  height: 50px;
  box-shadow: inset 2.12px 2.12px 5px rgba(198, 208, 213, 0.5);
  letter-spacing: 0.3ex;
}
.contact .row .col input:focus, .contact .row .col input:active {
  outline: 1px solid #549bd1;
  outline-offset: -1px;
}
.contact .input-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact .input-group {
    margin-bottom: 0;
  }
}
.contact .input-group .input-group-text {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #112f44;
}
@media screen and (max-width: 767px) {
  .contact .input-group .input-group-text {
    font-size: 16px;
  }
}
.contact select {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 0.6em 2em 0.4em 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff url("../img/icon/arrow/blue_select.webp") no-repeat;
  background-position: right 0.75rem center;
  background-size: 6px 8px;
  pointer-events: all;
  box-shadow: inset 2.12px 2.12px 5px rgba(198, 208, 213, 0.5);
}
.contact select:focus, .contact select:active {
  outline: 1px solid #549bd1;
  outline-offset: -1px;
}
.contact select option {
  color: #a8b3bf;
}
@media screen and (max-width: 767px) {
  .contact select input {
    height: 35px;
    padding: 1em;
  }
}
.contact input[type=checkbox] {
  transform: scale(1.2, 1.2);
}
.contact .textarea_frame textarea {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 0;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 1em 2em;
  height: 230px;
  resize: none;
  box-shadow: inset 2.12px 2.12px 5px rgba(198, 208, 213, 0.5);
}
.contact .textarea_frame textarea:focus, .contact .textarea_frame textarea:active {
  outline: 1px solid #549bd1;
  outline-offset: -1px;
}
.contact .privacy_box {
  border: none;
}
.contact .privacy_box .contact__th {
  display: none;
}
.contact .privacy_box .contact__td {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .contact .privacy_box .contact__td {
    padding-bottom: 30px;
  }
}
.contact .privacy_box .card {
  text-align: center;
}
.contact .privacy_box .card .card-header {
  display: none;
}
.contact .privacy_box .card .card-body .annotation a {
  color: #2494b0;
}
.contact .privacy_box .card .card-body .btn {
  min-width: 220px;
  min-height: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #222222;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0;
  margin: 0;
  text-align: center;
}
.contact .privacy_box .card .card-body .btn ._inner {
  padding-top: 0 !important;
}
.contact .privacy_box .card .card-body .icheck-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 13px;
  column-gap: 13px;
}
.contact .privacy_box .card .card-body .icheck-danger input {
  position: relative;
  outline: none;
  width: 24px;
  height: 24px;
  background-color: #c1c1c1;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .privacy_box .card .card-body .icheck-danger input:checked::before {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(50deg) translate(-2px, -2px);
  width: 6px;
  height: 10px;
  border-right: 3px solid #2494b0;
  border-bottom: 3px solid #2494b0;
  content: "";
}
.contact .privacy_box .card .card-body .icheck-danger label {
  line-height: 1;
  padding-top: 2px;
  font-weight: 600;
}
.contact .privacy_box .alert {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.contact .email_input .contact__td .alert:nth-of-type(3) {
  display: none;
}
.contact .email_confirm input {
  margin-top: 0 !important;
}
.contact .email_confirm .contact__td .alert:nth-of-type(2) {
  display: none;
}
.contact .contact__gr-submit {
  border: none;
  margin-top: 40px;
}
.contact .contact__gr-submit .button_area {
  margin: 0 auto;
}
.contact .contact__gr-submit .button_area .btn {
  width: 280px;
  height: 80px;
  border-radius: 3px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 575px) {
  .contact .contact__gr-submit .button_area .btn {
    width: unset;
    height: unset;
  }
}
.contact .contact__gr-submit .button_area .link-prev {
  padding-left: 40px !important;
}
.contact .contact__gr-submit .button_area .link-prev::before {
  top: 26px;
}
@media screen and (max-width: 767px) {
  .contact .contact__gr-submit .button_area .link-prev::before {
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .contact .contact__gr-submit .button_area .btn {
    height: 50px;
    font-size: 1rem;
  }
}
.contact ._form_confirm .contact__td {
  display: flex;
  align-items: center;
}
.contact ._form_confirm .contact__gr-submit {
  padding-top: 40px;
}
.contact ._form_confirm .contact__gr-submit > .button_area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact ._form_confirm .contact__gr-submit > .button_area > .link-prev {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  padding-right: 5px;
  padding-left: 24px;
}
.contact ._form_confirm .contact__gr-submit > .button_area > .link-prev::after {
  inset: 0 auto 0 0;
  transform: translateY(-2px) scale(-1);
}
@media screen and (max-width: 767px) {
  .contact ._form_confirm .contact__gr-submit > .button_area {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .contact ._form_confirm .contact__gr-submit > .button_area > .link-prev {
    position: relative;
  }
}

.btn-outline-danger {
  margin-top: 2em;
}
.btn-outline-danger::before {
  content: none;
}
.btn-outline-danger::after {
  content: none;
}
.btn-outline-danger .icheck-danger label::before {
  transform: translateY(-3px);
}
.btn-outline-danger .icheck-danger label::after {
  margin-top: -3px;
  left: -2px;
}

.icheck-danger > input:first-child:not(:checked, :disabled):hover + input[type=hidden] + label::before,
.icheck-danger > input:first-child:not(:checked, :disabled):hover + label::before {
  border-color: #0090d5 !important;
}

.icheck-danger > input:first-child:checked + input[type=hidden] + label::before,
.icheck-danger > input:first-child:checked + label::before {
  background-color: #0090d5;
  border-color: #0090d5;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child + label::before {
  width: 20px;
  height: 20px;
}

.required {
  color: #d06886;
  font-weight: 400;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 応募管理 adminlte.css 上書きの記述

*/
.form_area {
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  background-color: #f8fafb;
  padding: 60px 80px;
}
.form_area .form {
  margin-top: 2em;
}
.form_area hr {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .form_area {
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  .form_area {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.form_area .contact__td .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.form_area .date_input_area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.form_area .input-group-text {
  margin: 0 !important;
  background-color: unset !important;
  border: none !important;
}
.form_area .input-group-prepend {
  margin-right: -3px !important;
  position: relative;
  z-index: 1;
}
.form_area .input-group-append {
  margin-left: -3px !important;
}

.bt_none {
  border-top: none !important;
}

.form_h4 {
  min-height: unset !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  box-sizing: border-box;
}

.alert-danger {
  margin-top: 0.5em;
}

.form_area .form-group {
  margin-bottom: 0 !important;
}

.form_area label:not(.form-check-label):not(.custom-file-label) {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .form_area label:not(.form-check-label):not(.custom-file-label) {
    font-size: 16px !important;
  }
}

.form_area .mr-2, .form_area .mx-2 {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .form_area .mr-2, .form_area .mx-2 {
    font-size: 16px;
  }
}

.radio_row .radio_list {
  display: flex;
  flex-wrap: wrap;
}

.card_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .card_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 540px) {
  .card_list {
    grid-template-columns: 1fr 1fr;
  }
}
.card_list img {
  margin: 0 auto;
}
.card_list .text {
  text-align: center;
}

.form_area .custom-select {
  color: #112f44 !important;
}

.icheck-danger > label::before {
  transform: translateY(1px) !important;
}
.icheck-danger > label::after {
  top: 0.2em !important;
}

.omimai_card_wrapper {
  justify-content: center;
}

.check_container .contact__th {
  display: none;
}
.check_container .contact__td {
  width: 100%;
}

.card-outline .card-header .required {
  color: #ffffff;
}
.card-outline .card-header label {
  position: relative;
}
.card-outline .card-header label::before {
  position: absolute;
  content: "*";
  top: -5px;
  right: 15px;
  color: #cd5479;
  z-index: 11;
}

.icheck-primary label {
  font-weight: 400 !important;
}

.js-form_content._form_finish form {
  margin-top: 0;
}
/*# sourceMappingURL=common.css.map */
