.intro-content {
  line-height: 2;
}

.intro-content-note {
  display: block;
}

@media print, (min-width: 768px) {
  .intro-content {
    margin-bottom: 48px;
    text-align: center;
  }
  .intro-content p {
    margin-bottom: 6px;
  }
  .intro-content-note {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .intro-content {
    margin-bottom: 0.4rem;
  }
  .intro-content p {
    margin-bottom: 0.2rem;
  }
  .intro-content-note {
    font-size: 0.24rem;
    text-align: center;
  }
}
.list-progress-wrapper {
  overflow: hidden;
}

.list-progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border-bottom: solid #c8c8c8;
}
.list-progress > li.is-active {
  color: #e60012;
}
.list-progress > li:first-child .list-progress-dot:before, .list-progress > li:last-child .list-progress-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100vw;
  height: 0.2rem;
  background: #fff;
}
.list-progress span {
  display: block;
}

.list-progress-dot {
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
  border-radius: 50%;
  background: #fff;
  border: solid #c8c8c8;
}
li.is-active .list-progress-dot {
  background: currentColor;
  border-color: currentColor;
}

@media print, (min-width: 768px) {
  .list-progress-wrapper {
    margin-bottom: 55px;
  }
  .list-progress {
    margin-bottom: 30px;
    border-bottom-width: 2px;
  }
  .list-progress > li {
    margin: 0 37px;
  }
  .list-progress > li:first-child .list-progress-dot:before {
    right: calc(100% + 2px);
  }
  .list-progress > li:last-child .list-progress-dot:before {
    left: calc(100% + 2px);
  }
  .list-progress-text {
    margin-bottom: -6px;
  }
  .list-progress-dot {
    width: 17px;
    height: 17px;
    border-width: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-progress-wrapper {
    margin-bottom: 0.4rem;
  }
  .list-progress {
    margin-bottom: 0.64rem;
    border-bottom-width: 0.02rem;
  }
  .list-progress > li {
    margin: 0 0.4rem;
  }
  .list-progress > li:first-child .list-progress-dot:before {
    right: calc(100% + 0.02rem);
  }
  .list-progress > li:last-child .list-progress-dot:before {
    left: calc(100% + 0.02rem);
  }
  .list-progress-text {
    margin-bottom: -0.1rem;
  }
  .list-progress-dot {
    width: 0.32rem;
    height: 0.32rem;
    border-width: 0.02rem;
  }
}
.req {
  position: relative;
  color: #e60012;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: super;
}
@media print, (min-width: 768px) {
  .req {
    top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .req {
    top: 0.02rem;
    left: -0.02rem;
  }
}

.form-block textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  background: #f7f8f8;
}
.form-block textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.form-block textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.form-block textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.form-block textarea:-moz-placeholder {
  color: #a4a4a4;
}
.form-block textarea::placeholder {
  color: #a4a4a4;
}

.form-title {
  color: #e60012;
  border-bottom: 1px solid #bdbdbd;
}
.block-inquiry .form-title {
  border: 0;
}

.form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-row:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}

.form-head {
  font-weight: bold;
}

.form-privacy {
  text-align: center;
}

@media print, (min-width: 768px) {
  .form-block {
    margin-bottom: 58px;
  }
  .form-block textarea {
    height: 175px;
    padding: 15px 26px;
    border-radius: 10px;
    letter-spacing: -0.04em;
  }
  .form-title {
    padding-bottom: 8px;
    margin-bottom: 17px;
    font-size: 0.22rem;
    letter-spacing: -0.07em;
  }
  .form-row {
    padding: 0 11px;
  }
  .form-row:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .form-head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .block-apply .form-head {
    min-width: 192px;
  }
  .form-privacy {
    margin-bottom: 35px;
  }
  .form-privacy a {
    text-underline-offset: 2px;
  }
  .form-button-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-button-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  .block-apply .form-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-block {
    margin-bottom: 0.6rem;
  }
  .form-block textarea {
    height: 4.52rem;
    padding: 0.12rem 0.3rem;
    border-radius: 0.1rem;
    line-height: 1.7333333333;
    letter-spacing: -0.01em;
  }
  .form-title {
    margin-bottom: 0.25rem;
    padding-bottom: 0.05rem;
    font-size: 0.35rem;
    letter-spacing: -0.05em;
  }
  .form-row {
    padding: 0 0.1rem;
  }
  .form-row:not(:last-child) {
    padding-bottom: 0.52rem;
    margin-bottom: 0.28rem;
  }
  .form-head {
    margin-bottom: 0.12rem;
  }
  .form-privacy {
    margin-bottom: 0.82rem;
  }
  .form-privacy a {
    text-decoration-thickness: 0.02rem;
    text-underline-offset: 0.03rem;
  }
  .form-button-row {
    padding: 0 0.22rem;
  }
  .form-button-row + .form-button-row {
    margin-top: 0.5rem;
  }
  .form-button-row.is-half {
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .form-button-row.is-half .button-confirm {
    width: calc(50% - 0.15rem);
    margin: 0 0.15rem;
  }
}
.mwform-checkbox-field,
.mwform-radio-field {
  display: block;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  cursor: pointer;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.mwform-checkbox-field-text {
  display: block;
  position: relative;
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
}
.mwform-checkbox-field-text::before {
  left: 0;
}
.mwform-checkbox-field input:checked ~ .mwform-checkbox-field-text::before {
  background: #8e8e8f;
}
.mwform-checkbox-field-text::after {
  border: solid #fff;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  display: none;
}
.mwform-checkbox-field input:checked ~ .mwform-checkbox-field-text::after {
  display: block;
}

.mwform-radio-field-text {
  display: block;
  position: relative;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.mwform-radio-field input:checked ~ .mwform-radio-field-text::before {
  background: #8e8e8f;
}

@media print, (min-width: 768px) {
  .mwform-checkbox-field,
.mwform-radio-field {
    margin: 0 8px 15px 0;
    line-height: 1.25;
  }
  .form-content .mwform-checkbox-field,
.form-content .mwform-radio-field {
    margin-bottom: 5px;
  }
  .block-profession .mwform-checkbox-field,
.block-profession .mwform-radio-field {
    width: calc(20% - 8px);
  }
  .block-apply .form-content .mwform-checkbox-field,
.block-apply .form-content .mwform-radio-field {
    width: calc(33.333% - 8px);
  }
  .block-area .mwform-checkbox-field,
.block-area .mwform-radio-field {
    width: calc(14.2857142857% - 8px);
  }
  .block-apply .form-content .mwform-checkbox-field.double-width-pc,
.block-apply .form-content .mwform-radio-field.double-width-pc {
    width: calc(66.666% - 8px);
  }
  .mwform-checkbox-field.custom-spacing,
.mwform-radio-field.custom-spacing {
    letter-spacing: -0.07em;
  }
  .mwform-checkbox-field-text,
.mwform-radio-field-text {
    padding: 3px 0 3px 17px;
  }
  .form-content .mwform-checkbox-field-text,
.form-content .mwform-radio-field-text {
    padding-left: 20px;
  }
  .mwform-checkbox-field-text::before {
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid;
  }
  .is-firefox .mwform-checkbox-field-text::before {
    top: 7px;
  }
  .mwform-checkbox-field-text::after {
    top: 6px;
    left: 4px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
  }
  .is-firefox .mwform-checkbox-field-text::after {
    top: 7px;
  }
  .mwform-radio-field-text::before {
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid;
  }
  .mwform-radio-field input:checked ~ .mwform-radio-field-text::before {
    box-shadow: inset 0 0 0 2px #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .mwform-checkbox-field,
.mwform-radio-field {
    margin: 0 0.12rem 0.1rem 0;
    width: calc(50% - 0.12rem);
  }
  .mwform-checkbox-field.double-width-sp,
.mwform-radio-field.double-width-sp {
    width: calc(100% - 0.12rem);
  }
  .form-content .mwform-checkbox-field,
.form-content .mwform-radio-field {
    margin-bottom: 0.01rem;
    letter-spacing: -0.05em;
  }
  .form-head .mwform-checkbox-field,
.form-head .mwform-radio-field {
    width: auto;
    margin-right: 0;
  }
  .block-area .mwform-checkbox-field,
.block-area .mwform-radio-field {
    width: calc(33.333% - 0.12rem);
  }
  .mwform-checkbox-field-text,
.mwform-radio-field-text {
    padding: 0.03rem 0 0.03rem 0.34rem;
  }
  .form-content .mwform-checkbox-field-text,
.form-content .mwform-radio-field-text {
    padding-left: 0.4rem;
  }
  .custom-margin-sp .mwform-checkbox-field-text,
.custom-margin-sp .mwform-radio-field-text {
    margin-right: -30px;
  }
  .mwform-checkbox-field-text::before {
    top: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid;
  }
  .is-iphone .mwform-checkbox-field-text::before {
    top: 0.17rem;
  }
  .mwform-checkbox-field-text::after {
    top: 0.22rem;
    left: 0.08rem;
    width: 0.09rem;
    height: 0.16rem;
    border-width: 0 0.02rem 0.02rem 0;
  }
  .is-iphone .mwform-checkbox-field-text::after {
    top: 0.19rem;
    left: 0.09rem;
    width: 0.08rem;
  }
  .mwform-radio-field-text::before {
    top: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid;
  }
  .mwform-radio-field input:checked ~ .mwform-radio-field-text::before {
    box-shadow: inset 0 0 0 0.04rem #fff;
  }
}
@media (max-width: 340px) {
  .is-iphone .mwform-checkbox-field-text::before {
    top: 0.18rem;
  }
}
.contact-form-label {
  font-weight: bold;
}

.contact-form-input input,
.contact-form-input select,
.contact-form-input textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
}
.contact-form-input input::-webkit-input-placeholder,
.contact-form-input select::-webkit-input-placeholder,
.contact-form-input textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.contact-form-input input::-ms-input-placeholder,
.contact-form-input select::-ms-input-placeholder,
.contact-form-input textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.contact-form-input input:-ms-input-placeholder,
.contact-form-input select:-ms-input-placeholder,
.contact-form-input textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.contact-form-input input:-moz-placeholder,
.contact-form-input select:-moz-placeholder,
.contact-form-input textarea:-moz-placeholder {
  color: #a4a4a4;
}
.contact-form-input input::placeholder,
.contact-form-input select::placeholder,
.contact-form-input textarea::placeholder {
  color: #a4a4a4;
}
.contact-form-input input,
.contact-form-input textarea {
  background: #f7f8f8;
}
.contact-form-input select {
  color: #a4a4a4;
  background: url(../img/common/icn_arrow_select.svg) no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.contact-form-input select option {
  color: #000;
}
.is-select .contact-form-input {
  position: relative;
}
.is-select .contact-form-input::before {
  content: "";
  position: absolute;
  border-right: 1px solid #bdbdbd;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding: 66px 0 76px;
  }
  .section-contact .wrapper {
    max-width: 810px;
  }
  .section-contact .title-tertiary {
    margin-bottom: 44px;
  }
  .section-contact .list-progress-wrapper {
    margin-bottom: 68px;
  }
  .contact-form-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .contact-form-row.is-textarea {
    margin-bottom: 42px;
  }
  .contact-form-label {
    min-width: 150px;
    margin: 14px 10px 0 0;
  }
  .contact-form-input {
    -ms-flex: 1;
        flex: 1;
  }
  .contact-form-input input,
.contact-form-input select,
.contact-form-input textarea {
    height: 55px;
    padding: 8px 25px 10px;
    border-radius: 10px;
  }
  .contact-form-input textarea {
    height: 175px;
    padding-top: 16px;
  }
  .contact-form-input select {
    padding-right: 60px;
    background-size: 15px auto;
    background-position: right 20px center;
  }
  .is-select .contact-form-input {
    max-width: 285px;
  }
  .is-select .contact-form-input::before {
    right: 54px;
    top: 9px;
    bottom: 7px;
  }
  .is-name .contact-form-input {
    max-width: 374px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding: 0.52rem 0 1.48rem;
  }
  .section-contact .title-tertiary {
    margin-bottom: 0.32rem;
    letter-spacing: -0.02em;
  }
  .section-contact .list-progress-wrapper {
    margin-bottom: 0.42rem;
  }
  .contact-form-row {
    margin-bottom: 0.36rem;
  }
  .contact-form-row .is-textarea {
    margin-bottom: 0.38rem;
  }
  .contact-form-label {
    margin-bottom: 0.08rem;
    display: flex;
    align-items: center;
  }
  .contact-form-input input,
.contact-form-input select,
.contact-form-input textarea {
    height: 1.12rem;
    padding: 0.2rem 0.55rem 0.25rem;
    border-radius: 0.1rem;
  }
  .contact-form-input textarea {
    height: 3.5rem;
  }
  .contact-form-input select {
    padding-right: 1.2rem;
    background-size: 0.3rem auto;
    background-position: right 0.28rem center;
  }
  .is-select .contact-form-input::before {
    right: 0.92rem;
    top: 0.18rem;
    bottom: 0.18rem;
  }
}

.form-button-row input[type="submit"] {
  display: block;
  color: #fff;
  border: 1px solid #8e8e8f;
  background: #000 no-repeat;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.26s;
}
.form-button-row input[type="submit"]:hover {
  background-color: #e60012;
}
.form-button-row input[name="submitBack"] {
  background-color: #8e8e8f;
}
.form-button-row input[name="submitBack"]:hover {
  background-color: #000;
}

@media print, (min-width: 768px) {
  .form-button-row input[type="submit"] {
    padding: 10px 20px;
    margin: 0 22px;
    min-width: 300px;
    min-height: 50px;
    border-radius: 10px;
    background-position: right 11px center;
    background-size: 7px auto;
    background-image: url(../img/common/icn_arrow_right_white.svg);
    font-size: 0.18rem;
    letter-spacing: -0.02em;
  }
  .form-button-row input[name="submitBack"] {
    background-position: left 11px center;
    background-image: url(../img/common/icn_arrow_left_white.svg);
  }
  .is-firefox .form-button-row input[type="submit"] {
    padding-top: 9px;
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-button-row input[type="submit"] {
    padding: 0.1rem 0.55rem 0.13rem;
    width: 100%;
    min-height: 1.05rem;
    border-radius: 0.1rem;
    background-position: right 0.26rem center;
    background-size: 0.13rem auto;
    background-image: url(../img/common/sp/icn_arrow_right_white.svg);
    font-size: 0.36rem;
    letter-spacing: -0.03em;
  }
  .form-button-row input[type="submit"]:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .form-button-row input[name="submitBack"] {
    background-position: left 0.26rem center;
    background-image: url(../img/common/sp/icn_arrow_left_white.svg);
  }
}

.first-view.error {
  color: #e60012;
  font-weight: bold;
}

span.error {
  margin: 5px auto;
  padding: 2px 0;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  background-color: #e60012;
}
@media only screen and (max-width: 767.98px) {
  span.error {
    max-width: 100%;
    margin: 0 0 0 15px;
    padding: 5px 10px;
  }
}

.ttl_thanks {
  margin-bottom: 30px;
  font-size: .22rem;
  font-weight: bold;
  text-align: center;
}

.txt_thanks {
  text-align: center;
}

.txt_thanks .button-confirm {
  width: 300px;
  margin: 0 auto;
  text-decoration: none;
}


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