@charset "UTF-8";
*:focus {
  outline: none;
}
:root {
  /* --bg: #f6f5f1;
  --basecolor: #4f443f; */
  /* --bg: rgb(245, 245, 245); */
  --bg: #f6f5f3;
  --basecolor: #111;
  --color-gray-light: rgba(0, 0, 0, 0.1);
  --serif: "MFW-PA1MinchoStdN-Regular", serif;
  --bold-700: "Lato", "MFW-YuGoPr6N-Bold", sans-serif;
  --semibold-500: "Lato", "MFW-YuGoPr6N-Demi", sans-serif;
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
}
html,
body {
  overflow-x: hidden;
}
body {
  background-color: var(--bg);
}
@media (max-width: 739px) {
  .tbpc-only {
    display: none !important;
  }
}
@media (min-width: 740px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .sptb-only {
    display: none !important;
  }
}
/* ナビゲーションの色 */
header {
  min-height: 0px;
  .splogo .logo {
    opacity: 0;
  }
  .splogo .logo-color {
    opacity: 1;
  }
  .navbar .menu > li > a {
    color: #111;
    text-shadow: none;
  }
  .navbar .logo img,
  .navbar .logo-new img {
    opacity: 0;
  }
  .navbar .logo-color img,
  .navbar .logo-new-color img {
    opacity: 1;
  }
}
.menu-trigger span {
  background-color: #000;
}
header.noimage {
  min-height: 0px;
}
main {
  padding: 70px 0 100px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: 2;
  background-color: var(--bg);
  color: var(--basecolor);
  font-family: "Lato", "MFW-YuGoPr6N-Medium", sans-serif;
}
@media (max-width: 959px) {
  main {
    font-size: min(4vw, 14.5px);
  }
}
@media (min-width: 960px) {
  main {
    font-size: min(1.35vw, 16px);
  }
}
@media print {
  main {
    font-size: 10px;
  }
  header,
  footer {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  main {
    padding: 90px 0 120px;
  }
}
@media screen and (min-width: 960px) {
  main {
    padding: 120px 0;
  }
}
.pc {
  display: none !important;
}
@media print, screen and (min-width: 700px) {
  .pc {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
}
a {
  color: var(--basecolor);
}
@media (hover: hover) {
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.container {
  width: min(84%, 1250px);
  margin: auto;
}
h2 {
  font-size: 1em;
}
h2 .jp {
  font-size: 1.75em;
  display: block;
  font-family: var(--serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 .en {
  display: block;
  font-size: 0.6875em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.5;
}
h4,
.bold {
  font-weight: 700;
  font-family: var(--bold-700);
}

.asterisk {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 0.9em;
}
.asterisk::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/* キービジュアル */
.key_visual_title {
  .key_visual {
    aspect-ratio: 1/1;
    background-color: rgba(0, 0, 0, 0.2);
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }
  }
  .title_block {
    margin: -1.5em 8% 0 8%;
  }
  .title_block img {
    height: 6.25em;
    width: auto;
    margin: 0 0 0 -0.5em;
  }
  .title_block h1 {
    font-weight: 700;
    font-family: var(--bold-700);
    font-size: 1.5em;
  }
  .title_block p {
    line-height: 1.75;
  }
}
@media (min-width: 740px) {
  .key_visual_title {
    .key_visual {
      aspect-ratio: 3/2;
    }
  }
}
@media (min-width: 960px) {
  .key_visual_wrapper {
    width: 92%;
    max-width: calc(1250px + (100% - 1250px) / 2);
    display: flex;
    align-items: center;
  }
  .key_visual_title {
    .key_visual {
      aspect-ratio: 4/3;
      width: calc(100% - 16.875em);
    }
    .title_block {
      margin: 0 0 0 -1.875em;
      width: 18.75em;
    }
    .title_block h1 {
      margin: 0.5em 0 1em;
    }
    .title_block span {
      background: #fff;
      padding: 0.4em 14px;
    }
  }
}
@media (min-width: 1240px) {
 .key_visual_title {
    .key_visual {
      aspect-ratio: auto;
      width: calc(100% - 16.875em);
      height: 720px;
    }
   }
}
.inpage_nav {
  padding: 3em 0 2em 0;
  & a {
    display: block;
    padding: 1em 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-family: var(--bold-700);
  }
  & a::before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(/assets/images/recruit/icon_inpage.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 1em;
    top: calc(50% - 0.6em);
    opacity: 0.7;
    transition: transform 0.5s;
  }
  & ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
  }
}
@media (min-width: 740px) {
  .inpage_nav {
    & ul {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@media (min-width: 960px) {
  .inpage_nav {
    & ul {
      grid-template-columns: repeat(6, 1fr);
      font-size: 0.9375em;
    }
  }
}
@media (hover: hover) {
  .inpage_nav {
    & a::after {
      content: "";
      background: var(--basecolor);
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -1px;
      margin: auto;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform 0.5s;
      opacity: 0.5;
    }

    & a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1);
    }
    & a:hover::before {
      transform: translateY(0.3em);
    }
  }
}
/* メッセージ */
.read_text_block {
  padding: 6em 0;
}
.read_text {
  .read_title {
    font-family: var(--serif);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625em;
    margin: 0 0 1em 0;
  }
  & p {
    line-height: 2.2;
  }
}
.read_text_block_inner_1 {
  .read_image {
    width: calc(100% + 8vw);
    margin: 0 -8vw 0 0;
  }
  .read_image div {
    aspect-ratio: 4/3;
  }
}
.read_text_block_inner_2 {
  .read_image {
    width: calc(100% + 16vw);
    margin: 0 -8vw;
    display: flex;
    justify-content: space-between;
    gap: 10%;
  }
  .read_image > div:last-child {
    padding: 5em 0 0 0;
  }
}
@media (min-width: 740px) {
  .read_text_block_inner_1 {
    .read_text {
      .read_title {
        font-size: 2em;
      }
    }
  }
  .read_text_block_inner_2 {
    .read_text {
      .read_title {
        font-size: 1.8em;
      }
    }
  }
}
@media (max-width: 959px) {
  .read_image {
    padding: 3em 0;
  }
}
@media (min-width: 960px) {
  .read_text_block {
    padding: 6em 0 10em;
  }
  .read_text_block_inner_1,
  .read_text_block_inner_2 {
    display: flex;
    align-items: flex-start;
    .read_text {
      width: 53%;
      padding: 0 6em 0 0;
    }
  }
  .read_text_block_inner_1 {
    .read_image {
      width: calc(47% + 8vw);
      padding: 2em 0 0 0;
    }
    .read_image div {
      aspect-ratio: 1/1;
    }
    .read_image div img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }
  }
  .read_text_block_inner_2 {
    flex-direction: row-reverse;
    align-items: stretch;
    padding: 7em 0 0 0;
    .read_text {
      padding: 0 0 0 4em;
    }
    .read_image {
      width: calc(47% + 8vw);
      margin: 0 0 0 -8vw;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      gap: 10%;
    }
    .read_image > div:last-child {
      margin: auto 0 0 0;
    }
  }
}
@media (min-width: 1240px) {
  .read_text_block_inner_1 {
    .read_image div {
      aspect-ratio: 6/5;
    }
  }
}
/* 募集職種 */
.job h2 + p {
  margin: 2em 0 0 0;
  font-family: var(--semibold-500);
}
.job_inpage_nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2px;
  margin: 0.75em 0 4em;
  & li a {
    display: block;
    background: #fff;
    padding: 1.25em 4em 1.25em 1.5em;
    font-weight: 700;
    font-family: var(--bold-700);
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  & li a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(/assets/images/recruit/icon_inpage.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 1em;
    top: calc(50% - 0.5em);
    opacity: 0.7;
    transition: transform 0.5s;
  }
  & li a span {
    display: block;
    position: relative;
    padding-left: 1.2em;
    line-height: 1;
  }
  & li a span::before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background-color: var(--basecolor);
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: calc(50% - 0.2em);
  }
}
@media (min-width: 960px) {
  .job_inpage_nav {
    display: flex;
  }
}
@media (hover: hover) {
  .job_inpage_nav {
    & li a::before {
      content: "";
      background: var(--basecolor);
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 100%;
      margin: auto;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform 0.5s;
      opacity: 0.5;
    }
    & li a:hover::before {
      transform-origin: left top;
      transform: scale(1, 1);
    }
    & li a:hover::after {
      transform: translateY(0.3em);
    }
  }
}
.job_info {
  padding: 0 0 5em 0;
  & ul li {
    list-style: disc;
    margin-left: 1em;
  }
  & h4 {
    font-size: 1.0625em;
  }
  & h4 + div {
    padding: 0.5em 0 2em;
  }
  & h4 + div.no_padding {
    padding: 0.5em 0 0;
  }
  & dt {
    font-size: 1.25em;
    font-family: var(--semibold-500);
    font-weight: 600;
  }
  & dd {
    position: relative;
    padding: 1em 0 0 2em;
  }
  & dd::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0.5em;
    top: 0;
    border-left: 1px solid var(--basecolor);
    opacity: 0.2;
  }
}
@media (min-width: 960px) {
  .job_info dl {
    display: flex;
    gap: 4em;
    overflow: visible;
    align-items: flex-start;
    & dt {
      width: 9em;
      position: sticky;
      top: 70px;
      left: 0;
    }
    & dt h3 {
      height: 8em;
    }
    & dd {
      flex: 1;
      padding: 0.3em 0 0 0;
    }
    & dd::before {
      left: -3em;
    }
  }
}
/* 募集要項 */
.requirements {
  padding: 5em 0;
}
.recruit-requirements__dl {
  margin: 3em 0 0 0;
  .dl-row {
    padding: 1.5em 0;
    border-top: 1px solid var(--color-gray-light);
  }
  & dt {
    font-weight: 600;
  }
  & dd {
    padding: 0.5em 0 0 1.5em;
  }
}
@media (min-width: 740px) {
  .recruit-requirements__dl {
    .dl-row {
      display: flex;
      flex-wrap: wrap;
    }
    & dt {
      width: 10em;
    }
    & dd {
      flex: 1;
      padding: 0;
    }
  }
}
@media (min-width: 960px) {
  .recruit-requirements__dl {
    .dl-row {
      padding: 1.5em 3em;
      & dt {
        width: 20em;
        padding-right: 2.5em;
      }
      & dd {
        flex: 1;
      }
    }
  }
}
/* 職場環境 */
.office {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 0;
  padding: 4em 0 4em;
}
.office_title_block {
  padding: 0 0 2em 0;
}
.office h2 {
  margin-bottom: 2.5em;
}
/* 画像スライダー */
[class*="swiper"]:focus {
  outline: none;
}
.office_gallery .swiper {
  width: 100%;
  margin: auto;
}
.office_gallery .swiper-text {
  padding: 1em 0 1em;
  overflow: visible;
  position: relative;
  .slide-text {
    font-size: 0.9375em;
    line-height: 1.8;
    transform: translateY(2em);
    transition: var(--transition);
  }
}
.office_gallery .swiper-text .swiper-slide-active .slide-text {
  transform: translateY(0);
}
.office_gallery .swiper-fade .swiper-slide {
  pointer-events: none;
}
.office_gallery .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.office_gallery .slide {
  display: block;
  overflow: hidden;
}
.office_gallery .slide-media {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.office_gallery .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: 3s;
  transition: 3s;
}
.office_gallery .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.swiper-pagination {
  padding: 1em 0 0 0;
  font-size: 0.875em;
  line-height: 1;
  .swiper-pagination-current {
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    text-align: center;
    font-weight: 700;
  }
  .swiper-pagination-total {
    display: inline-block;
    width: 1em;
    text-align: center;
    position: relative;
    margin-left: 0.5em;
  }
  .swiper-pagination-total::before {
    content: "";
    display: block;
    margin: 0 0.5em;
    text-align: center;
    width: 1px;
    height: 1.2em;
    transform: rotate(20deg);
    background: #4f443f;
    position: absolute;
    left: -1em;
    top: -0.1em;
  }
}
.swiper-pagination span::selection {
  color: #4f443f;
  background: none;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  width: auto;
  text-align: left;
  font-weight: 700;
  font-family: var(--bold-700);
}
.swiper-controller {
  position: absolute;
  right: 0;
  bottom: 0em;
  height: 2.5em;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  display: grid;
  place-content: center;
  width: 2.4em;
  height: 2.4em;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #4f443f;
}
.swiper-button-prev {
  left: auto;
  right: 3.25em;
  bottom: 0.25em;
}
.swiper-button-next {
  right: 0;
  bottom: 0.25em;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  content: "";
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.4em;
  height: 0.4em;
  content: "";
  border: solid;
  border-width: 1px 1px 0 0;
  font-size: 1em;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev::after {
  margin-left: 0.1em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media (hover: hover) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media (max-width: 959px) {
  .swiper.swiper-image {
    width: calc(100% + 8vw);
    margin-right: -8vw;
  }
}
@media (min-width: 960px) {
  .office {
    padding: 4em 0 6em;
  }
  .office_gallery {
    display: flex;
    background: #fff;
  }
  .swiper.swiper-image {
    flex: 1;
  }
  .swiper.swiper-text {
    width: 25%;
    padding: 0 3em;
    .slide-text {
      font-size: 0.875em;
    }
  }
  .swiper-pagination {
    padding: 2em 0 0 0;
  }
  .swiper-controller {
    position: absolute;
    right: 3em;
    bottom: -1.2em;
    height: 2.5em;
  }
}
/* 採用フロー */
.flow {
  padding: 4em 0;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 0;
  & h2 {
    margin: 0 0 2.5em 0;
  }
  .flow_step {
    display: flex;
    flex-direction: column;
    position: relative;
    & dl {
      background: #fff;
      padding: 1em 1.5em;
      position: relative;
    }
  }
  .flow_step dt {
    font-weight: 700;
    font-family: var(--bold-700);
    display: flex;
    gap: 1em;
    align-items: center;
    & span {
      font-size: 2em;
    }
    & h3 {
      font-size: 1.0625em;
    }
  }
  .flow_step dd {
    font-size: 0.9375em;
  }
  .flow_step dd p:first-child {
    padding-bottom: 0.5em;
  }
  .flow_step::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
  }
}
@media (max-width: 739px) {
  .flow {
    .flow_step {
      & dl {
        background: #fff;
        padding: 1em 1.5em 2em;
        position: relative;
      }
      & dl:last-child {
        padding: 2em 1.5em 2em;
      }
      & dl:not(:last-child)::before,
      & dl:not(:last-child)::after {
        content: "";
        width: calc(100% + 2px);
        height: 2em;
        clip-path: polygon(50% 100%, 100% 0, 0 0);
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: -1px;
        top: calc(100% - 1.5em);
        z-index: 2;
      }
      & dl:not(:last-child)::after {
        background: #fff;
        position: absolute;
        top: calc(100% - 1.5em - 1px);
        z-index: 3;
      }
    }
  }
}
@media (min-width: 740px) and (max-width: 959px) {
  .flow {
    .flow_step {
      & dl:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      }
    }
  }
}
@media (min-width: 960px) {
  .flow {
    .flow_step {
      display: flex;
      flex-direction: row;
      gap: 0;
      position: relative;
      & dl {
        width: 27%;
        padding: 1em 2.5em 2em 1.75em;
        position: relative;
      }
      & dl:last-child {
        width: 19%;
      }
      & dl:not(:last-child)::before,
      & dl:not(:last-child)::after {
        content: "";
        height: calc(100% + 2px);
        width: auto;
        aspect-ratio: 1/6;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: calc(100% - 2em);
        top: -1px;
        z-index: 2;
      }
      & dl:not(:last-child)::after {
        background: #fff;
        position: absolute;
        left: calc(100% - 2em - 1px);
        z-index: 3;
      }
    }
  }
}

/* HTML: <div class="triangle"></div> */
.triangle {
  width: 100%;
  height: 2em;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #00bfb2;
}
/* エントリー */
.entry {
  padding: 4em 0;
  & h2 {
    padding: 0 0 2.5em 0;
  }
  & a {
    display: block;
  }
  & a > p {
    display: none;
  }
}
/*リンクボタン*/
.morelink {
  color: #111;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--bold-700);
  border: 2px solid #000;
  transition: 0.3s;
  position: relative;
  background: transparent;
  margin: 2em 0 0 0;
}
.morelink::after {
  content: "";
  position: absolute;
  background: #000;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: 0.3s;
  z-index: 1;
}
.morelink > span {
  padding: 2.2em 3.5em;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}
@media (hover: hover) {
  .morelink:hover > span {
    color: #fff;
  }
  .morelink:hover::after {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 740px) {
  .entry {
    & a {
      display: flex;
      justify-content: space-between;
      gap: 3em;
      align-items: flex-end;
      width: 100%;
    }
  }
}
@media (min-width: 960px) {
  .entry {
    .title_block {
      flex: 1;
    }
    .entry_link {
      width: 50%;
    }
  }
}

/* エントリーフォーム */
.entry_page {
  .title_block {
    text-align: center;
    padding: 1em 0 2em;
    & h1 {
      font-size: 2em;
      font-family: serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    & h1 + .en {
      display: block;
      font-size: 0.6875em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      opacity: 0.5;
    }
  }
}
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="hidden"]
  ):not([type="submit"]):not([type="reset"]):not([type="button"]):not(
    [type="image"]
  ),
select,
textarea {
  color: var(--basecolor);
  background: #fff;
  font-size: 16px;
  padding: 0.75em 1em;
  width: 100%;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="hidden"]
  ):not([type="submit"]):not([type="reset"]):not([type="button"]):not(
    [type="image"]
  ):focus,
select:focus,
textarea:focus {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
input[type="file"] {
  padding: 0.75em 0;
  width: 100%;
  cursor: pointer;
}
.wpcf7-list-item-label {
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0 0.5em;
}
input[type="radio"] {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
input[type="radio"]:checked {
  border: 2px solid rgba(0, 0, 0, 0.8);
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
input[type="checkbox"] {
  position: relative;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type="checkbox"]:checked {
  background: #333;
  border: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 4px;
  left: 8px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
input#zipcode {
  width: 8.5em;
}
span[data-name="gender"] > span {
  display: flex;
  gap: 1.5em;
}
@media (min-width: 740px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
      [type="hidden"]
    ):not([type="submit"]):not([type="reset"]):not([type="button"]):not(
      [type="image"]
    ),
  select,
  textarea {
    padding: 1em 1.2em;
  }
}
textarea {
  height: 8em;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
input[type="button"],
input[type="submit"] {
  padding: 1.5em 0;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--bold-700);
  width: 14em;
  cursor: pointer;
}
input[type="button"].back_button {
  background-color: rgba(0, 0, 0, 0.4);
}
.button_block_area {
  padding: 3em 0;
}
.button_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  text-align: center;
  & p {
    position: relative;
  }
}
input[type="button"].back_button {
  padding: 0.5em 0;
  background: none;
  color: var(--basecolor);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.container.for_form {
  width: min(84%, 800px);
}
.form_items {
  dl {
    padding: 1em 0;
  }
  dt {
    padding: 0.3em 0;
    font-weight: 600;
    font-family: var(--semibold-500);
  }
}
.wpcf7-list-item {
  margin: 0 0 0 0;
}
.wpcf7-list-item > label {
  padding: 0.25em 0;
  display: inline-flex;
  align-items: center;
}
.job_select {
  .wpcf7-list-item {
    display: block;
  }
  & label {
    display: flex;
  }
}
.birth {
  & p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
  }
  .wpcf7-form-control-wrap {
    position: relative;
  }
  .wpcf7-form-control-wrap::after {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    background: url(../images/recruit/select.svg);
    background-size: cover;
    position: absolute;
    right: 0.5em;
    top: calc(50% - 0.5em);
    opacity: 0.7;
    pointer-events: none;
  }
  & select {
    padding-right: 1.5em;
  }
}
@media (min-width: 740px) {
  .birth {
    & select {
      padding-right: 2.5em;
    }
  }
}
.resume {
  font-weight: 700;
  font-family: var(--bold-700);
}
.resume::file-selector-button {
  font-weight: 700;
  font-family: var(--bold-700);
  color: white;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  padding: 1em 1.5em 1em 3em;
  text-align: center;
  margin-right: 0.5em;
  font-family: inherit;
  background: #333 url(../images/recruit/icon_file.svg) no-repeat;
  background-size: 16px 16px;
  background-position: 16px center;
  cursor: pointer;
}
@media (max-width: 639px) {
  .resume::file-selector-button {
    display: block;
    margin-bottom: 0.5em;
  }
}
.requre {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 400;
  color: #fff;
  background: #b00;
  line-height: 1;
  padding: 0.3em 0.5em;
  margin: 0 0.75em 0 0;
  transform: translateY(-0.2em);
}
.entry_page {
  .note {
    text-align: center;
  }
}
.form_block {
  padding: 3em 0 0;
}
.form_items {
  padding: 2em 0 0;
}
.privacy_link {
  padding: 0 0 0.75em 0;
}
.privacy_link a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.error-birth p {
  & .wpcf7-not-valid-tip {
    display: none;
  }
  & .error-message {
    color: red;
    width: 100%;
    display: none;
  }
  & :has(.wpcf7-not-valid-tip) {
    & .error-message {
      display: block;
    }
  }
}
.form_confirm {
  font-size: 0.9em;
  text-align: center;
  padding: 2em 0 0 0;
  & a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.progressbar {
  width: min(100%, 400px);
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  & li {
    font-size: 0.85em;
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 3);
    color: #333;
    font-family: var(--bold-700);
    font-weight: 700;
    counter-increment: steps;
  }
  & li:before {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px auto;
    content: "";
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    content: counter(steps);
  }
  & li:after {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: -30%;
    width: 60%;
    height: 1px;
    content: "";
    border-top: 2px dotted rgba(0, 0, 0, 0.15);
  }
  & li:first-child:after {
    content: none;
  }
  & li.active,
  & li.complete {
    color: #333;
  }
  & li.active:before,
  & li.complete:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  & li.active:after,
  & li.complete:after {
    border-top: 2px dotted rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 739px) {
  .form_step {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 2em 0;
  }
  .form_items {
    padding: 1em 0 0;
  }
}
@media (min-width: 740px) {
  .progressbar {
    width: min(100%, 400px);
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 36px;
    & li {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: auto;
      gap: 1em;
    }
    & li:after {
      top: -36px;
      left: 16px;
      width: 1px;
      height: 30px;
      content: "";
      border-left: 2px dotted rgba(0, 0, 0, 0.15);
      border-top: none;
    }
    & li.active:after,
    & li.complete:after {
      border-left: 2px dotted rgba(0, 0, 0, 0.5);
    }
  }
  .form_block {
    display: flex;
    gap: 4em;
    .form_items {
      flex: 1;
      padding: 0;
    }
    .form_step {
      width: 7em;
      padding: 1.2em 0 0 0;
    }
  }
}
@media (min-width: 960px) {
  .form_block {
    gap: 6em;
  }
}
/* 確認画面 */
.confirm_area {
  display: none;
  & dl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  & dd p {
    min-height: 1.5em;
    font-size: 16px;
  }
}
.confirm_your-message {
  white-space: pre-wrap;
}
@media (min-width: 1240px) {
  .confirm_area {
    & dt {
      font-size: 0.9375em;
    }
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
}
.grecaptcha-badge {
  visibility: hidden;
}
.post-password-form {
  width: min(84%, 400px);
  margin: auto;
  text-align: center;
  & input[type="submit"] {
    width: auto;
    padding: 0.75em 2em;
    margin: 2em 0 0 0;
  }
}
.thanks_message {
  padding: 1em 0 0 0;
  & p {
    margin: 0 0 2em 0;
    line-height: 2.2;
  }
}
