.p_contact_form__required {
  font-size: 0.875rem;
}

.p_contact_form__note {
  font-size: 1rem;
}

.p_contact_thanks_sec01__ttl, .p_contact_sec01__txt01, .p_contact_sec01__listdot li, .p_contact_form__textarea {
  font-size: 1.0625rem;
}

.p_contact_form__input::-moz-placeholder {
  font-size: 1.0625rem;
}

.p_contact_form__head__ttl, .p_contact_form__input::placeholder, .p_contact_form__select select, .p_contact_form__accept {
  font-size: 1.0625rem;
}

.p_contact_sec01__txt02, .p_contact_tab__link, .p_contact_form__btn .c_btn01__link {
  font-size: 1.125rem;
}

@keyframes fadeInTab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p_contact {
  background-color: #fff;
}
.p_contact_sec01 {
  padding: 60px 0 0;
}
.p_contact_sec01__txt01 {
  color: #000;
  font-weight: 400;
}
.p_contact_sec01__txt02 {
  color: #000;
  font-weight: 500;
  margin-top: 20px;
}
.p_contact_sec01__listdot {
  margin-top: 5px;
}
.p_contact_sec01__listdot li {
  position: relative;
  color: #000;
  font-weight: 400;
  padding-left: 20px;
  margin-top: 5px;
}
.p_contact_sec01__listdot li:first-child {
  margin-top: 0;
}
.p_contact_sec01__listdot li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: #000;
  width: 12px;
  height: 12px;
}
.p_contact_tab {
  margin-top: 30px;
}
.p_contact_tab__links {
  display: grid;
  grid-gap: 15px 10px;
}
.p_contact_tab__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  background-color: rgba(66, 52, 177, 0.4);
  color: #fff;
}
.p_contact_tab__link > a {
  padding: 14px 10px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.p_contact_tab__link .txt {
  position: relative;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
}
.p_contact_tab__link .icon {
  display: inline-flex;
  margin-right: 10px;
}
.p_contact_tab__link .icon01 {
  width: 24px;
}
.p_contact_tab__link .icon02 {
  width: 28px;
}
.p_contact_tab__link.active {
  background-color: #b92233;
  pointer-events: none;
}
.p_contact_tab__content_x {
  display: none;
}
.p_contact_tab__content_x.active {
  display: block;
  animation-name: fadeInTab;
  animation-duration: 1s;
}
.p_contact_tab__content_x .c_btn {
  margin-top: 20px;
}
.p_contact_tab__content_x .c_btn .c_btn01 {
  background-color: #2a2e45;
  border-color: #2a2e45;
  font-size: 0.875rem;
  min-height: 60px;
}
.p_contact_tab__content_x .c_btn .c_btn01 .icon {
  width: 14px;
  height: 12px;
}
.p_contact_tab__content_x[data-color="#005981"] .p_recruitlist_tab__block {
  background-color: #e5eef2;
}
.p_contact_tab__content_x[data-color="#005981"] .p_recruitlist_tab__ttl {
  color: #005981;
}
.p_contact_tab__content_x[data-color="#005981"] .c_btn .c_btn01 {
  background-color: #005981;
  border-color: #005981;
}
.p_contact_tab__content_x[data-color="#EC9717"] .p_recruitlist_tab__block {
  background-color: #fdf4e7;
}
.p_contact_tab__content_x[data-color="#EC9717"] .p_recruitlist_tab__ttl {
  color: #ec9717;
}
.p_contact_tab__content_x[data-color="#EC9717"] .c_btn .c_btn01 {
  background-color: #ec9717;
  border-color: #ec9717;
}
.p_contact_tab__content_x[data-color="#137762"] .p_recruitlist_tab__block {
  background-color: #e7f1ef;
}
.p_contact_tab__content_x[data-color="#137762"] .p_recruitlist_tab__ttl {
  color: #137762;
}
.p_contact_tab__content_x[data-color="#137762"] .c_btn .c_btn01 {
  background-color: #137762;
  border-color: #137762;
}
.p_contact_form {
  margin-top: 40px;
  /* Firefox */
}
.p_contact_form .p_contact_form__hidden {
  display: none;
}
.p_contact_form .wpcf7-list-item {
  margin: 0;
}
.p_contact_form__row {
  border-bottom: solid 1px #c4c4c4;
  margin-top: 30px;
  padding-bottom: 30px;
}
.p_contact_form__row:first-child {
  margin-top: 0;
}
.p_contact_form__row:last-child {
  padding-bottom: 0;
}
.p_contact_form__row.no_line {
  border-bottom: 0;
  padding-bottom: 0;
}
.p_contact_form__row.end {
  border: none;
}
.p_contact_form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  background-color: #ff001d;
  color: #fff;
  margin-right: 10px;
  position: relative;
  width: 45px;
  height: 22px;
  top: -2px;
}
.p_contact_form__required.any {
  background-color: #0062ff;
}
.p_contact_form__head__ttl {
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
}
.p_contact_form__content {
  margin-top: 20px;
}
.p_contact_form__note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
  color: #3e3e3e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
}
.p_contact_form__input {
  border: solid 1px #b5b5b5;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  padding: 7px 15px;
  box-shadow: 2px 2px 0 #b5b5b5;
}
.p_contact_form__input::-moz-placeholder {
  position: relative;
  color: #cbc8c8;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_form__input::placeholder {
  position: relative;
  color: #cbc8c8;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_form__select {
  position: relative;
}
.p_contact_form__select::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 26px;
  right: 20px;
  top: 14px;
  background: url(../images/common/icon_select_01.svg) no-repeat center/contain;
}
.p_contact_form__select select {
  width: 100%;
  display: block;
  border: solid 1px #b5b5b5;
  background-color: #fff;
  width: 100%;
  padding: 7px 15px;
  box-shadow: 2px 2px 0 #b5b5b5;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.05em;
  color: #707070;
}
.p_contact_form__select select:focus {
  outline: 0;
}
.p_contact_form__select select.lett01 {
  letter-spacing: 0.1em;
}
.p_contact_form__cb label {
  display: inline-flex;
  gap: 0 10px;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.p_contact_form__cb input {
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border: solid 2px #707070;
  flex-shrink: 0;
  top: 4px;
}
.p_contact_form__cb input::after {
  display: inline-block;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  height: 13px;
  width: 7px;
  border-bottom: solid 2px #707070;
  border-right: solid 2px #707070;
  opacity: 0;
}
.p_contact_form__cb input:checked::after {
  opacity: 1;
}
.p_contact_form input[type=number]::-webkit-outer-spin-button,
.p_contact_form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p_contact_form input[type=number] {
  -moz-appearance: textfield;
}
.p_contact_form__textarea {
  border: solid 1px #b5b5b5;
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 2px 2px 0 #b5b5b5;
  height: 300px;
  resize: vertical;
}
.p_contact_form__accepts {
  margin-top: 20px;
}
.p_contact_form__accept {
  font-weight: 500;
  color: #000;
  margin-top: 11px;
}
.p_contact_form__accept:first-child {
  margin-top: 0;
}
.p_contact_form__accept a {
  position: relative;
  display: inline-block;
  color: #0062ff;
}
.p_contact_form__accept a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #0062ff;
  width: 100%;
  height: 1px;
  transition: all 0.5s;
}
.p_contact_form__btn {
  margin-top: 50px;
}
.p_contact_form__btn .c_btn01 {
  position: relative;
  cursor: pointer;
  max-width: 320px;
  width: 100%;
}
.p_contact_form__btn .c_btn01 input {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  cursor: pointer;
}
.p_contact_form__btn .c_btn01 input:focus {
  outline: 0;
}
.p_contact_form__btn .c_btn01__link {
  justify-content: center;
  margin: 0;
  padding: 16px 27px;
  text-align: center;
  font-weight: 600;
}
.p_contact .c_btn01__link {
  position: relative;
  z-index: 1;
}
.p_contact .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #000000;
  margin: 0;
}
.p_contact .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 5px;
}

.p_contact_thanks_sec01 {
  padding: 30px 0;
}
.p_contact_thanks_sec01__ttl {
  font-weight: 700;
  text-align: center;
}
.p_contact_thanks_sec01__txt {
  margin-top: 20px;
}
.p_contact_thanks_sec01__btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_contact_form__required {
    font-size: 1rem;
  }
  .p_contact_form__note {
    font-size: 1.125rem;
  }
  .p_contact_thanks_sec01__ttl, .p_contact_sec01__txt01, .p_contact_sec01__listdot li, .p_contact_form__textarea {
    font-size: 1.25rem;
  }
  .p_contact_form__input::-moz-placeholder {
    font-size: 1.375rem;
  }
  .p_contact_form__head__ttl, .p_contact_form__input::placeholder, .p_contact_form__select select, .p_contact_form__accept {
    font-size: 1.375rem;
  }
  .p_contact_sec01__txt02, .p_contact_tab__link, .p_contact_form__btn .c_btn01__link {
    font-size: 1.5rem;
  }
  .p_contact .c_ttl01__line {
    margin-top: 27px;
  }
  .p_contact .c_ttl01__txt02 {
    margin-top: 21px;
  }
  .p_contact_sec01 {
    padding: 114px 0 0;
  }
  .p_contact_sec01__txt01 {
    line-height: 1.9;
  }
  .p_contact_sec01__txt02 {
    margin-top: 37px;
    line-height: 1.5833333333;
  }
  .p_contact_sec01__listdot {
    margin-top: 7px;
  }
  .p_contact_sec01__listdot li {
    margin-top: 0;
    line-height: 1.9;
  }
  .p_contact_sec01__listdot li::before {
    width: 18px;
    height: 18px;
    top: 10px;
  }
  .p_contact_tab {
    margin-top: 91px;
  }
  .p_contact_tab__links {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px clamp(0.625rem, 5.2325581395vw + -1.886627907rem, 4rem);
  }
  .p_contact_tab__link {
    gap: 0;
    flex-direction: row;
    font-size: clamp(1.25rem, 0.3875968992vw + 1.0639534884rem, 1.5rem);
    transition: all 0.5s;
  }
  .p_contact_tab__link:hover {
    cursor: pointer;
    background-color: #b92233;
    color: #fff;
  }
  .p_contact_tab__link > a {
    padding: 14px 10px 13px;
    gap: 0;
    flex-direction: row;
    font-size: clamp(1.25rem, 0.3875968992vw + 1.0639534884rem, 1.5rem);
  }
  .p_contact_tab__link .icon {
    margin-right: clamp(0.5rem, 0.8720930233vw + 0.0813953488rem, 1.0625rem);
  }
  .p_contact_tab__link .icon01 {
    width: clamp(1.625rem, 0.484496124vw + 1.3924418605rem, 1.9375rem);
  }
  .p_contact_tab__link .icon02 {
    width: clamp(1.875rem, 0.484496124vw + 1.6424418605rem, 2.1875rem);
  }
  .p_contact_tab__content_x .c_btn {
    margin-top: 40px;
  }
  .p_contact_tab__content_x .c_btn .c_btn01 {
    max-width: 400px;
    min-height: 80px;
    font-size: 1rem;
  }
  .p_contact_tab__content_x .c_btn .c_btn01:hover {
    background-color: #fff;
    color: #2a2e45;
  }
  .p_contact_tab__content_x .c_btn .c_btn01:hover .icon::after {
    background-color: #2a2e45;
  }
  .p_contact_tab__content_x .c_btn .c_btn01 .icon {
    width: 18px;
    height: 16px;
  }
  .p_contact_tab__content_x .item__block.mt32 {
    margin-top: 32px;
  }
  .p_contact_tab__content_x[data-color="#005981"] .c_btn .c_btn01:hover {
    background-color: #fff;
    color: #005981;
  }
  .p_contact_tab__content_x[data-color="#005981"] .c_btn .c_btn01:hover .icon::after {
    background-color: #005981;
  }
  .p_contact_tab__content_x[data-color="#EC9717"] .c_btn .c_btn01:hover {
    background-color: #fff;
    color: #ec9717;
  }
  .p_contact_tab__content_x[data-color="#EC9717"] .c_btn .c_btn01:hover .icon::after {
    background-color: #ec9717;
  }
  .p_contact_tab__content_x[data-color="#137762"] .c_btn .c_btn01:hover {
    background-color: #fff;
    color: #137762;
  }
  .p_contact_tab__content_x[data-color="#137762"] .c_btn .c_btn01:hover .icon::after {
    background-color: #137762;
  }
  .p_contact_form {
    padding: 0 40px;
    margin-top: 128px;
  }
  .p_contact_form__row {
    margin-top: 38px;
    padding-bottom: 41px;
  }
  .p_contact_form__row.no_line {
    margin-bottom: -16px;
  }
  .p_contact_form__required {
    width: 55px;
    height: 25px;
    margin-right: 20px;
    top: -3px;
  }
  .p_contact_form__content {
    margin-top: 16px;
  }
  .p_contact_form__note {
    line-height: 1.6111111111;
    margin-top: 19px;
    margin-bottom: clamp(-0.5rem, -4vw + 4rem, 0rem);
  }
  .p_contact_form__input {
    font-size: 1.25rem;
    width: 98%;
    padding: 7px 18px 7px;
  }
  .p_contact_form__input:focus {
    outline: 0;
  }
  .p_contact_form__input::-moz-placeholder {
    bottom: -2px;
  }
  .p_contact_form__input::placeholder {
    bottom: -2px;
  }
  .p_contact_form__input.input_short {
    width: 182px;
  }
  .p_contact_form__select {
    width: clamp(31.25rem, 17.8294573643vw + 22.6918604651rem, 42.75rem);
  }
  .p_contact_form__select:hover {
    cursor: pointer;
  }
  .p_contact_form__select.select_short {
    width: 254px;
  }
  .p_contact_form__select::after {
    top: 10px;
    width: 13px;
    height: 30px;
  }
  .p_contact_form__select select {
    padding: 7px 17px 7px;
  }
  .p_contact_form__select select:hover {
    cursor: pointer;
  }
  .p_contact_form__cb label {
    gap: 0 20px;
  }
  .p_contact_form__cb input {
    top: 3px;
    width: 26px;
    height: 26px;
  }
  .p_contact_form__cb input::after {
    height: 15px;
    top: 2px;
    left: 8px;
  }
  .p_contact_form__textarea {
    padding: 10px 20px;
    height: 385px;
    width: 98%;
  }
  .p_contact_form__textarea:focus {
    outline: 0;
  }
  .p_contact_form__accepts {
    margin-top: 41px;
  }
  .p_contact_form__accept {
    margin-top: 22px;
  }
  .p_contact_form__accept a:hover::after {
    opacity: 0;
  }
  .p_contact_form__accept a::after {
    bottom: 2px;
  }
  .p_contact_form__btn {
    margin-top: 103px;
  }
  .p_contact_form__btn .c_btn01 {
    max-width: 357px;
  }
  .p_contact_form__btn .c_btn01__txt {
    padding-right: 24px;
  }
  .p_contact_form__btn .c_btn01__link {
    padding: 11px 28px 15px;
  }
  .p_contact_form__btn .c_btn01__arrow {
    right: 16px;
    width: 14px;
    height: 22px;
  }
  .p_contact .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 0.875rem;
  }
  .p_contact_thanks_sec01 {
    padding: 40px 0;
  }
  .p_contact_thanks_sec01__txt {
    text-align: center;
    margin-top: 30px;
  }
  .p_contact_thanks_sec01__btn {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=maps/contact.css.map */
