.ready {
  position: relative;
}
.ready:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 1rem;
}
.ready:after {
  content: "準備中";
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main {
  width: auto;
  max-width: 1180px;
}
main section h3:not(.no-style) {
  padding-bottom: 2rem;
}
main section :is(strong, p strong) {
  color: inherit;
  font-weight: 700;
}
main section h4:not(.no-style) {
  padding: 0;
  background: none;
}
main section table:not(.no-style) {
  margin: 2rem 0;
  border: none;
  border-collapse: collapse;
  border-radius: 0;
}
main section table:not(.no-style) :is(tr:not(:last-child) td, tr > *:not(:last-child), td + td) {
  border: 2px solid var(--sub-color04);
}
main section :is(.radius-top, .radius-top img) {
  border-radius: 1rem 1rem 0 0;
}
main section :is(.radius-bottom, .radius-bottom img) {
  border-radius: 0 0 1rem 1rem;
}
main section .btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
main section .base-radius {
  border-radius: 1rem;
}
iframe {
  width: 100%;
  border-radius: 1rem;
}
mark {
  font-style: normal;
}
div.border-none {
  border: none;
}
.wp-block-columns {
  margin-bottom: 4rem;
}
.wp-block-group :is(.is-style-vk-group-dotted, .is-style-vk-group-shadow, .is-style-vk-group-alert-info, .is-style-vk-group-alert-success, .is-style-vk-group-alert-warning, .is-style-vk-group-alert-danger) {
  margin-top: 0;
  margin-bottom: 0;
  /* border-radius: 1rem; */
}
div.is-style-vk-group-dotted {
  border: 1px dotted var(--sub-color01);
}
div.vk_flow div.vk_flow_frame {
  border: 2px solid var(--sub-color04);
}
.fullwide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.note {
  font-size: 0.75em;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-3 {
  line-height: 3;
}

#pageTop {
  transition: all .25s;
}
#pageTop a {
	position: fixed;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border: 1px solid var(--sub-color01);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,.05),0 4px 4px -4px rgba(0,0,0,.1);
	color: var(--sub-color01);
	opacity: 0.75;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
}
#pageTop a:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid var(--sub-color01);
	border-right: 1.5px solid var(--sub-color01);
	top: 21px;
	left: 19px;
	transform: rotate(-45deg);
}

/* 求人一覧ページ */
.page-id-587 :is(.l-header__cv, .mv) {
  display: none;
}
/* ここまで */

.mv {
  max-width: 1180px;
  margin: 0 auto;
}
.mv img {
  height: initial;
}

.calendar table tr td:first-child {
  width: 30%;
}
.calendar table tr td:not(:first-child) {
  width: 10%;
}

.recruit-info table tr td:first-child {
  background-color: var(--sub-color03);
}

form:has(.contact-field) {
	margin-bottom: 0;
}
::placeholder {
	color: #CBCBCA;
}
.field-head {
	margin-bottom: 1em;
}
.input-field {
	margin-bottom: 1.5em;
}
.contact-field .required, .contact-field .option {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0 0.5rem;
	border-radius: 4px;
}
.contact-field .required {
	background-color: var(--sub-color01);
	color: #fff;
}
.contact-field .option {
	border: 1px solid var(--sub-color01);
	color: var(--sub-color01);
}
.contact-field input,
.contact-field textarea {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
  border: 2px solid #cdcdcd;
}
.contact-field input:not([type="submit"]) {
  line-height: 2.25;
}
.contact-field input:not([type="radio"]):focus,
.contact-field textarea:focus,
.contact-field select:focus {
	border: 1px solid transparent;
	outline: 2px solid var(--sub-color01) !important;
}
.contact-field .wpcf7-radio label {
	display: flex;
}
.contact-field .wpcf7-radio input {
	width: initial;
	margin: 0 0.5rem 0 0;
	accent-color: var(--sub-color01);
}
.wpcf7-list-item.first {
	margin: 0;
}
.contact-field .privacy-policy-check {
	margin-top: 1rem;
	text-align: center;
}
.contact-field .privacy-policy-check .wpcf7-list-item {
	margin: 0;
}
.contact-field .privacy-policy-check input {
	width: auto;
}
.contact-field p:has(.submit-btn) {
  text-align: center;
}
.contact-field .submit-btn {
	margin: 2rem auto 0;
}
.contact-field .submit-btn p {
  position: relative;
}
.contact-field .submit-btn input[type="submit"] {
	padding: 1rem 0;
  border: 1px solid var(--sub-color01);
	border-radius: 80px;
	color: var(--sub-color01);
  font-size: 1.6rem;
	letter-spacing: 2px;
	text-indent: 2px;
	transition: background-color .25s;
}
.contact-field .submit-btn .wpcf7-spinner {
	position: absolute;
}
.contact-field .submit-btn input:hover {
	background-color: var(--sub-color01);
	border-color: transparent;
	color: #fff;
}
.wpcf7 form .wpcf7-response-output {
	max-width: 640px;
	margin: 2em auto 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
/* footer */
#fixedFooter {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 5px rgba(0,0,0,.2);
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  z-index: 999;
}

@media (max-width: 768px) {
  main h1 {
    font-size: 2.5rem;
  }
  main section h4:not(.no-style) .vk_inline-font-size {
    font-size: 84% !important;
  }
  .wp-block-columns {
    gap: 1.5rem;
  }
  .wp-block-columns.reverse {
    flex-direction: column-reverse;
  }
  .mv img:not(.recruit-mv) {
    display: none;
  }
  .td-block-sp :is(tr, tr td) {
    display: block;
    width: 100%;
  }
  .td-block-sp tr {
    margin-bottom: 1rem;
  }
  .td-block-sp tr td:first-child {
    border-bottom: none !important;
    text-align: left;
  }
  .td-block-sp tr td:first-child strong {
    font-size: 1.4rem;
  }
  #pageTop a {
    bottom: 94px;
    right: 14px;
  }

  .font-exl {
    font-size: 2.25rem;
  }
  .calendar table tr td {
    padding: 0 !important;
  }

  .contact-field .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    margin: 0;
  }
  .contact-field .wpcf7-radio input {
    position: relative;
    top: 0.375em;
  }
  .contact-field .submit-btn {
    width: 100%;
    max-width: 240px;
  }
  /* footer */
  body:not(.page-id-587) .l-footer__sitemap {
    margin-bottom: 77px;
  }
  #fixedFooter {
    padding: 16px 0;
  }
  #fixedFooter a {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .wp-block-columns.has-icon {
    gap: 0;
  }
  .fullwide {
    width: calc(100vw - 16px);
  }
  .font-exl {
    font-size: 3.5rem;
  }
  
  .mv .recruit-mv {
    display: none;
  }

  .recruit-info table tr td:first-child {
    width: 20%;
  }
  .recruit-info table tr td:not(:first-child) {
    width: 80%;
  }

  .contact-field table tr td:last-child {
    padding-left: 1.5rem;
  }
  .contact-field .submit-btn {
    width: 240px;
  }
  /* footer */
  body:not(.page-id-587) .l-footer__sitemap {
    margin-bottom: 10rem;
  }
  #fixedFooter {
    padding: 2.75rem 0;
  }
  #fixedFooter a {
    max-width: 320px;
    margin: 0 auto;
  }
}