.ta_center {
  text-align: center !important;
}

#recruit {
  color: #666;
}
#recruit h2 {
  margin: 2.5em 0 1em;
  font-size: 2rem;
  letter-spacing: 0.125em;
}
#recruit h1, #recruit h2, #recruit h3, #recruit h4, #recruit h5, #recruit h6 {
  color: #111;
  font-family: var(--sans-serif);
}
#recruit p {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.125em;
}
#recruit .recruit_detail {
  padding: 100px 0;
  background: #fafafa;
}
#recruit .recruit_detail hr {
  margin: 100px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
#recruit .recruit_detail ul.position_list {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
}
#recruit .recruit_detail ul.position_list li a {
  width: 100%;
  text-align: center;
}
#recruit .recruit_detail table.detail_list {
  margin: 60px 0;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}
#recruit .recruit_detail table.detail_list tbody tr {
  border-bottom: 1px solid #ddd;
}
#recruit .recruit_detail table.detail_list tbody tr th, #recruit .recruit_detail table.detail_list tbody tr td {
  padding: 30px 0;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.1em;
  vertical-align: text-top;
}
#recruit .recruit_detail table.detail_list tbody tr th {
  width: 240px;
  color: #111;
}
#recruit .recruit_detail table.detail_list tbody tr td ol, #recruit .recruit_detail table.detail_list tbody tr td ul {
  margin: 1em 0;
  padding-left: 2em;
}
#recruit .recruit_detail table.detail_list tbody tr td ol li, #recruit .recruit_detail table.detail_list tbody tr td ul li {
  margin-top: 0.75em;
}
#recruit .recruit_detail .position_single {
  width: 92vw;
  max-width: calc(100vw - (50vw - 490px));
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 4vw;
}
#recruit .recruit_detail .position_single + .position_single {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #ddd;
}
#recruit .recruit_detail .position_single > * .inner {
  position: sticky;
  top: calc(40px + var(--header-height-pc));
}
#recruit .recruit_detail .position_single > * .inner > *:first-child {
  margin-top: 0;
}
#recruit .recruit_detail .position_single > * .inner > *:last-child {
  margin-bottom: 0;
}
#recruit .recruit_detail .position_single .head {
  width: 25%;
  min-width: 360px;
}
#recruit .recruit_detail .position_single .head h3 {
  color: var(--theme01);
  font-size: 2.5rem;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
#recruit .recruit_detail .position_single .head h3 span {
  letter-spacing: 0.25rem;
  transform: scale(0.9, 1);
  transform-origin: top left;
  display: inline-block;
}
#recruit .recruit_detail .position_single .body {
  flex: 1;
  padding-right: 4vw;
  color: #333;
}
#recruit .recruit_detail .position_single .body h4 {
  margin: 2em 0 1em;
  font-size: 1.5rem;
  color: #111;
}
#recruit .recruit_detail .position_single .body ul, #recruit .recruit_detail .position_single .body ol {
  margin: 2em 0;
}
#recruit .recruit_detail .position_single .body ul li, #recruit .recruit_detail .position_single .body ol li {
  margin-top: 0.75em;
}
#recruit .recruit_detail .position_single .body picture {
  width: 100%;
  height: 300px;
  margin: 0 0 40px;
  display: block;
}
#recruit .recruit_detail .position_single .body picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#recruit .recruit_detail .entry {
  margin: 100px 0;
  text-align: center;
}
#recruit .recruit_detail .entry a {
  width: 100%;
  max-width: 360px;
}
#recruit .recruit_kv .kv {
  margin: max(8vw, 120px) 0;
}
#recruit .recruit_kv .kv h1 {
  margin: 0;
  font-weight: 900;
  font-size: max(8rem, 10vw);
  font-family: var(--sans-serif);
  text-align: center;
}
#recruit .recruit_kv .kv article {
  margin: 100px 0;
}
#recruit .recruit_kv .kv article.greeting {
  text-align: center;
}
#recruit .recruit_kv .kv article.greeting h2 {
  margin: 2em 0;
  font-size: 2rem;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  transform: scale(0.9, 1);
}
#recruit .recruit_kv .kv.member {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
#recruit .recruit_kv .kv.member .txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#recruit .recruit_kv .kv.member .txt h1 {
  margin: 100px 0 0;
  font-size: min(8vw, 8rem);
}
#recruit .recruit_kv .kv.member .txt h2 {
  margin: 40px 0 0;
  line-height: 1.5;
  font-size: min(2vw, 2rem);
}
#recruit .recruit_kv .kv.member .txt p {
  margin: 30vh 0 0;
  color: #111;
  line-height: 2;
  font-size: min(1.5vw, 1rem);
}
#recruit .recruit_kv .kv.member .img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#recruit .recruit_kv .kv.member .img::before {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgb(250, 250, 250));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#recruit .recruit_kv .kv.member .img picture img {
  -o-object-position: center;
     object-position: center;
}
#recruit .recruit_kv .img {
  width: 100%;
  height: 600px;
  position: relative;
}
#recruit .recruit_kv .img picture {
  width: 100%;
  height: 100%;
  display: block;
}
#recruit .recruit_kv .img picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left 50% bottom 10%;
     object-position: left 50% bottom 10%;
}
#recruit .recruit_kv .img .txt {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-size: max(2.5rem, 2.5vw);
  font-weight: 600;
  font-family: var(--serif);
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#recruit .recruit_type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#recruit .recruit_type ul.type_list {
  margin: 60px 0;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
}
#recruit .recruit_type ul.type_list > li {
  flex: 1;
  max-width: 720px;
}
#recruit .recruit_type ul.type_list > li.negative h3 {
  color: #4A2A8A;
}
#recruit .recruit_type ul.type_list > li.negative h3::before {
  content: "\e612";
}
#recruit .recruit_type ul.type_list > li.negative ul {
  border-color: #4A2A8A;
}
#recruit .recruit_type ul.type_list > li.negative ul li {
  color: #4A2A8A;
}
#recruit .recruit_type ul.type_list > li.positive h3 {
  color: #ff5055;
}
#recruit .recruit_type ul.type_list > li.positive h3::before {
  content: "\e92d";
}
#recruit .recruit_type ul.type_list > li.positive ul {
  border-color: #ff5055;
}
#recruit .recruit_type ul.type_list > li.positive ul li {
  border-color: #ff5055;
  color: #ff5055;
}
#recruit .recruit_type ul.type_list > li h3 {
  font-family: var(--sans-serif);
  font-size: 1.25rem;
  letter-spacing: 0.125em;
}
#recruit .recruit_type ul.type_list > li h3::before {
  font-family: material icons;
  font-size: 1.25rem;
  position: relative;
  top: 2px;
  margin-right: 0.25em;
}
#recruit .recruit_type ul.example_list {
  flex-direction: column;
  border: 2px solid #111;
}
#recruit .recruit_type ul.example_list > li {
  padding: 1.25em 1.5em;
  border-top: 1px dashed #111;
  font-weight: 600;
  letter-spacing: 0.25em;
}
#recruit .recruit_type ul.example_list > li:first-child {
  border-top: none;
}
#recruit .recruit_faq {
  margin: 100px 0;
}
#recruit .recruit_faq ul.faq_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#recruit .recruit_faq ul.faq_list li {
  border-radius: 12px;
  background: #f5f5f5;
  transition: background 0.4s;
}
#recruit .recruit_faq ul.faq_list li .title {
  padding: 20px calc(40px - 1em) 20px 40px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.2s;
}
#recruit .recruit_faq ul.faq_list li .title:hover {
  color: var(--theme01);
}
#recruit .recruit_faq ul.faq_list li .title span {
  padding-right: 1.5em;
  display: block;
  position: relative;
}
#recruit .recruit_faq ul.faq_list li .title span::after {
  content: "\e145";
  font-family: material icons;
  font-weight: 300;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.4s;
}
#recruit .recruit_faq ul.faq_list li .detail {
  padding: 20px 40px 40px;
  display: none;
}
#recruit .recruit_faq ul.faq_list li:hover {
  background: #eee;
}
#recruit .recruit_faq ul.faq_list li.active .title span::after {
  transform: rotate(45deg);
}
#recruit .popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
#recruit .popup .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .popup .wrap .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.4s;
}
#recruit .popup .wrap .bg:hover {
  background: rgba(255, 255, 255, 0.95);
}
#recruit .popup .wrap .set {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: auto;
}
#recruit .popup .wrap .set button {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: none;
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
#recruit .popup .wrap .set button span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#recruit .popup .wrap .set button span::before {
  content: "\e5cd";
  font-family: material icons;
  font-size: 60px;
  font-weight: 100;
  color: #999;
  line-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: text-shadow 0.2s, color 0.2s;
}
#recruit .popup .wrap .set button:hover span::before {
  color: #111;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#recruit .popup[data-type=partner] .wrap {
  align-items: flex-end;
}
#recruit .popup[data-type=partner] .wrap .set {
  width: calc(100% - 8vw);
  max-width: 520px;
  max-height: calc(100vh - 120px);
  padding: 3vw 2vw 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
#recruit .popup[data-type=partner] .wrap .set .inner {
  padding: 0 0 4vw;
}
#recruit .popup[data-type=partner] .wrap .set .inner h2 {
  margin: 0;
  font-size: 1.25rem;
}
#recruit .popup[data-type=partner] .wrap .set .inner ul {
  margin: 40px 0 0;
  padding-left: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#recruit .recruit_business {
  padding: 100px 0 0;
  background: #fafafa;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
#recruit .recruit_business.member {
  border-radius: 0;
}
#recruit .recruit_business.member article ol li h3::before {
  content: "Support " counter(business_number, decimal-leading-zero);
}
#recruit .recruit_business .partner {
  margin-top: 60px;
  padding: 0 0 60px;
  background: #fff;
}
#recruit .recruit_business .swiper {
  height: 200px;
  margin: 0 0;
  padding: 2vw;
  position: relative;
  background: #fff;
}
#recruit .recruit_business .swiper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#recruit .recruit_business .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#recruit .recruit_business .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  pointer-events: none;
}
#recruit .recruit_business .swiper + button {
  width: 100%;
  max-width: 240px;
  height: 40px;
  margin: 40px auto 0;
  padding: 0;
  display: block;
  border: 1px solid #999;
  border-radius: 100px;
  background: none;
  color: #111;
  cursor: pointer;
  transition: border 0.2s, color 0.2s, background 0.2s;
}
#recruit .recruit_business .swiper + button:hover {
  border-color: var(--theme01);
  background: var(--theme01);
  color: #fff;
}
#recruit .recruit_business article > *:first-child {
  margin-top: 0;
}
#recruit .recruit_business article > *:last-child {
  margin-bottom: 0;
}
#recruit .recruit_business article h2 {
  color: var(--theme01);
  font-size: 1.5rem;
  text-align: center;
}
#recruit .recruit_business article h2 + p {
  text-align: center;
}
#recruit .recruit_business article p {
  margin: 2em 0;
}
#recruit .recruit_business article p.msg {
  margin: 0 0 60px;
  padding: 0 0 60px;
  text-align: center;
  font-size: 3rem;
  font-size: min(3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.5;
  color: #111;
  border-bottom: 1px solid #ddd;
}
#recruit .recruit_business article ol, #recruit .recruit_business article ul {
  margin: 40px 0 60px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 2vw;
}
#recruit .recruit_business article ol li, #recruit .recruit_business article ul li {
  margin: 0;
  padding: 3vw 2vw 2vw;
  flex: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
}
#recruit .recruit_business article ol li h3, #recruit .recruit_business article ul li h3 {
  margin: 0 0 3vw;
  font-size: min(1.75vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.5;
}
#recruit .recruit_business article ol li p, #recruit .recruit_business article ul li p {
  margin: 0;
  color: #333;
  font-size: min(1.5vw, 1rem);
}
#recruit .recruit_business article ol {
  counter-reset: business_number 0;
}
#recruit .recruit_business article ol li {
  counter-increment: business_number 1;
}
#recruit .recruit_business article ol li h3 {
  padding-top: 30px;
  position: relative;
}
#recruit .recruit_business article ol li h3::before {
  content: "Business " counter(business_number, decimal-leading-zero);
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: 0;
}
#recruit .recruit_common_kv {
  position: relative;
}
#recruit .recruit_common_kv .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .recruit_common_kv .txt span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2.5rem;
  font-size: max(2.5rem, 2.5vw);
  font-weight: 600;
  font-family: var(--serif);
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: #fff;
}
#recruit .recruit_common_kv picture {
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
}
#recruit .recruit_common_kv picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#recruit .recruit_common_kv.member .txt {
  width: calc(100% - 8vw);
  margin: 0 auto;
  padding: 8vw 0 16vw;
  position: relative;
  z-index: 1;
}
#recruit .recruit_common_kv.member .txt article * {
  text-shadow: 0 0 12px rgba(65, 140, 140, 0.4);
}
#recruit .recruit_common_kv.member .txt article *:first-child {
  margin-top: 0;
}
#recruit .recruit_common_kv.member .txt article *:last-child {
  margin-bottom: 0;
}
#recruit .recruit_common_kv.member .txt article h2 {
  margin-top: 0;
  color: #fff;
  line-height: 1.5;
}
#recruit .recruit_common_kv.member .txt article p {
  color: #fff;
}
#recruit .recruit_common_kv.member picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#recruit .recruit_common_kv.member picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#recruit .recruit_message article {
  margin: 100px auto;
  text-align: center;
  max-width: 720px;
}
#recruit .recruit_message article .note {
  margin: 60px 0;
  padding: 0 1em 1px;
  background-image: linear-gradient(180deg, #e5e5e5 1px, transparent 1px);
  background-size: 100% 3em;
  line-height: 3em;
  font-size: 1rem;
}
#recruit .recruit_message article .note > *:first-child {
  margin-top: 0;
}
#recruit .recruit_message article .note > *:last-child {
  margin-bottom: 0;
}
#recruit .recruit_message article h2 {
  font-size: 1;
}
#recruit .recruit_message article p {
  margin: 3em 0;
  line-height: 3em;
  color: #333;
}
#recruit .recruit_message.member {
  margin-top: -10vw;
  position: relative;
  z-index: 1;
}
#recruit .recruit_message.member article {
  max-width: none;
  margin-top: 0;
  padding-top: 8vw;
  background: #fff;
}
#recruit .recruit_message.member article > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#recruit .recruit_message.member article > *:first-child {
  margin-top: 0;
}
#recruit .recruit_message.member article > *:last-child {
  margin-bottom: 0;
}
#recruit .recruit_company {
  max-width: calc(100% - 4vw);
  margin: 100px 0;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 4vw;
}
#recruit .recruit_company .top {
  width: 40%;
}
#recruit .recruit_company .top .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#recruit .recruit_company .top .inner .logo {
  margin: 100px 0;
}
#recruit .recruit_company .top .inner .logo picture img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}
#recruit .recruit_company .main {
  flex: 1;
}
#recruit .recruit_company .main .inner {
  height: 100%;
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
#recruit .recruit_company .main .inner article {
  padding: 4vw 2vw;
  border-radius: 8px;
}
#recruit .recruit_company .main .inner article h2 {
  margin-top: 0;
}
#recruit .recruit_company .main .inner table.company_detail {
  width: 100%;
  border-collapse: collapse;
}
#recruit .recruit_company .main .inner table.company_detail tbody tr th, #recruit .recruit_company .main .inner table.company_detail tbody tr td {
  padding: 1.5em 0.5em;
}
#recruit .recruit_company .main .inner table.company_detail tbody tr th {
  text-align: left;
  border-bottom: 1px solid #666;
}
#recruit .recruit_company .main .inner table.company_detail tbody tr td {
  border-bottom: 1px solid #ccc;
}
#recruit .recruit_company .main .inner table.company_detail tbody tr:first-child th {
  border-top: 1px solid #666;
}
#recruit .recruit_company .main .inner table.company_detail tbody tr:first-child td {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767.98px) {
  #recruit h2 {
    font-size: 1.5rem;
  }
  #recruit p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.125em;
  }
  #recruit .recruit_kv .kv {
    margin: max(8vw, 120px) 0;
  }
  #recruit .recruit_kv .kv h1 {
    margin: 0;
    font-weight: 900;
    font-size: 16vw;
  }
  #recruit .recruit_kv .kv article {
    margin: 60px 0;
  }
  #recruit .recruit_kv .kv article.greeting {
    text-align: center;
  }
  #recruit .recruit_kv .kv article.greeting h2 {
    margin: 2em 0;
    font-size: min(1.5rem, 4.5vw);
  }
  #recruit .recruit_kv .kv article.greeting p {
    font-size: min(0.875rem, 3vw);
  }
  #recruit .recruit_kv .kv.member .txt {
    padding: 40vw 0 10vw;
  }
  #recruit .recruit_kv .kv.member .txt h1 {
    margin: 0;
    font-size: 10vw;
  }
  #recruit .recruit_kv .kv.member .txt h2 {
    margin: 5vw 0 0;
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #recruit .recruit_kv .kv.member .txt p {
    margin: 100vw 0 0;
    font-size: 1rem;
  }
  #recruit .recruit_kv .kv.member .img::before {
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgb(250, 250, 250));
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #recruit .recruit_kv .kv.member .img picture img {
    -o-object-position: top;
       object-position: top;
  }
  #recruit .recruit_kv .img {
    height: 90vw;
  }
  #recruit .recruit_kv .img .txt {
    font-size: max(1.5rem, 6vw);
    line-height: 1.8;
    transform: translate(0, -100%);
  }
  #recruit .recruit_company {
    max-width: calc(100% - 8vw);
    margin: 8vw auto;
    margin-left: auto;
    flex-direction: column;
    gap: 8vw;
  }
  #recruit .recruit_company > * .inner {
    position: sticky;
    top: calc(var(--header-height-pc) + 100px);
  }
  #recruit .recruit_company .top {
    width: 100%;
  }
  #recruit .recruit_company .top .inner {
    margin-top: 8vw;
  }
  #recruit .recruit_company .top .inner article {
    margin: 8vw 0 0;
  }
  #recruit .recruit_company .main .inner {
    padding: 8vw 4vw;
    border-radius: 16px;
  }
  #recruit .recruit_company .main .inner article {
    padding: 0 2vw;
  }
  #recruit .recruit_company .main .inner article h2 {
    margin-top: 0;
    font-size: 1.25rem;
  }
  #recruit .recruit_company .main .inner table.company_detail tbody tr th, #recruit .recruit_company .main .inner table.company_detail tbody tr td {
    width: 100%;
    padding: 0.75em 0;
    display: block;
    border-bottom: none;
  }
  #recruit .recruit_company .main .inner table.company_detail tbody tr th {
    padding-bottom: 0;
    border-bottom: none;
    color: #111;
  }
  #recruit .recruit_company .main .inner table.company_detail tbody tr:first-child th, #recruit .recruit_company .main .inner table.company_detail tbody tr:first-child td {
    border-top: none;
  }
  #recruit .popup[data-type=partner] .wrap .set {
    max-height: 90vh;
    padding: 8vw 4vw;
  }
  #recruit .popup[data-type=partner] .wrap .set .inner ul {
    grid-template-columns: 1fr;
  }
  #recruit .recruit_business {
    padding: 8vw 0 0;
    border-radius: 8vw 8vw 0 0;
  }
  #recruit .recruit_business .partner {
    margin-top: 8vw;
    padding: 4vw 0 16vw;
  }
  #recruit .recruit_business .swiper {
    height: 200px;
    padding: 4vw 0;
  }
  #recruit .recruit_business .swiper + button {
    margin: 8vw auto 0;
  }
  #recruit .recruit_business article h2 {
    font-size: 1.25rem;
  }
  #recruit .recruit_business article p {
    margin: 2em 0;
  }
  #recruit .recruit_business article p.msg {
    margin: 0 0 8vw;
    padding: 0 0 8vw;
    font-size: min(5vw, 3rem);
    text-align: left;
  }
  #recruit .recruit_business article ol, #recruit .recruit_business article ul {
    margin: 0 0 8vw;
    flex-direction: column;
    gap: 2vw;
  }
  #recruit .recruit_business article ol li, #recruit .recruit_business article ul li {
    margin: 0;
    padding: 8vw 4vw 4vw;
    flex: 1;
    font-size: 1.25rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
  }
  #recruit .recruit_business article ol li h3, #recruit .recruit_business article ul li h3 {
    margin: 0 0 4vw;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 5vw;
  }
  #recruit .recruit_business article ol li p, #recruit .recruit_business article ul li p {
    margin: 0;
    color: #333;
    font-size: max(1rem, 2vw);
  }
  #recruit .recruit_common_kv .txt {
    align-items: flex-start;
  }
  #recruit .recruit_common_kv .txt span {
    margin-top: 1em;
    text-align: center;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  #recruit .recruit_common_kv picture {
    height: 35vw;
  }
  #recruit .recruit_common_kv picture img {
    -o-object-position: center top;
       object-position: center top;
  }
  #recruit .recruit_common_kv.member .txt {
    padding: 12vw 0;
  }
  #recruit .recruit_common_kv.member .txt article h2 {
    margin-bottom: 12vw;
    font-size: 6vw;
  }
  #recruit .recruit_common_kv.member picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #recruit .recruit_common_kv.member picture::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  #recruit .recruit_common_kv.member picture img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #recruit .recruit_message article {
    margin: 12vw auto;
    text-align: center;
    max-width: 720px;
  }
  #recruit .recruit_message article .note {
    margin: 8vw 0;
    background-size: 100% 2.75em;
    line-height: 2.75em;
    font-size: 3vw;
  }
  #recruit .recruit_message article .note > *:first-child {
    margin-top: 0;
  }
  #recruit .recruit_message article .note > *:last-child {
    margin-bottom: 0;
  }
  #recruit .recruit_message article h2 {
    margin: 0;
    font-size: 4vw;
  }
  #recruit .recruit_message article p {
    margin: 2.75em 0;
    line-height: 2.75em;
    font-size: 3vw;
  }
  #recruit .recruit_message.member {
    margin-top: 0;
  }
  #recruit .recruit_message.member article {
    padding-top: 16vw;
    background: none;
  }
  #recruit .recruit_type ul.type_list {
    margin: 8vw 0;
    flex-direction: column;
    gap: 4vw;
  }
  #recruit .recruit_type ul.type_list > li h3 {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  #recruit .recruit_type ul.example_list > li {
    padding: 1.25em 1.5em;
    font-size: 3vw;
    letter-spacing: 0.1em;
  }
  #recruit .recruit_faq {
    margin: 8vw 0;
  }
  #recruit .recruit_faq ul.faq_list {
    gap: 4vw;
  }
  #recruit .recruit_faq ul.faq_list li {
    border-radius: 12px;
  }
  #recruit .recruit_faq ul.faq_list li .title {
    padding: 20px calc(4vw - 1em) 20px 4vw;
    font-size: 1rem;
  }
  #recruit .recruit_faq ul.faq_list li .title span {
    padding-right: 1.5em;
  }
  #recruit .recruit_faq ul.faq_list li .detail {
    padding: 0 4vw 4vw;
    font-size: 1rem;
  }
  #recruit .recruit_faq ul.faq_list li.active .title {
    color: #111;
  }
  #recruit .recruit_faq ul.faq_list li.active:hover .title {
    color: var(--theme01);
  }
  #recruit .recruit_detail {
    padding: 8vw 0;
  }
  #recruit .recruit_detail hr {
    margin: 16vw 0;
  }
  #recruit .recruit_detail ul.position_list {
    margin: 4vw 0;
    grid-template-columns: 1fr;
    gap: 2vw;
  }
  #recruit .recruit_detail .position_single {
    width: 100%;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
    padding: 8vw;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    gap: 4vw;
  }
  #recruit .recruit_detail .position_single + .position_single {
    margin-top: 8vw;
    padding-top: 8vw;
  }
  #recruit .recruit_detail .position_single > * .inner {
    position: relative;
    top: 0;
  }
  #recruit .recruit_detail .position_single .head {
    width: 100%;
  }
  #recruit .recruit_detail .position_single .head h3 {
    font-size: 6vw;
  }
  #recruit .recruit_detail .position_single .head h3 span {
    letter-spacing: 0.1rem;
    transform: scale(1);
  }
  #recruit .recruit_detail .position_single .body {
    padding-right: 0;
  }
  #recruit .recruit_detail .position_single .body h4 {
    margin: 2em 0 1em;
    font-size: 1.25rem;
  }
  #recruit .recruit_detail .position_single .body p {
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  #recruit .recruit_detail .position_single .body ul, #recruit .recruit_detail .position_single .body ol {
    margin: 8vw 0;
    padding-left: 1.5em;
  }
  #recruit .recruit_detail .position_single .body ul li, #recruit .recruit_detail .position_single .body ol li {
    font-weight: 600;
  }
  #recruit .recruit_detail .position_single .body picture {
    width: 100%;
    height: 40vw;
    margin: 0 0 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  }
  #recruit .recruit_detail table.detail_list {
    margin: 8vw 0;
  }
  #recruit .recruit_detail table.detail_list tbody tr th, #recruit .recruit_detail table.detail_list tbody tr td {
    padding: 4vw 0;
  }
  #recruit .recruit_detail table.detail_list tbody tr th {
    width: auto;
    padding-right: 4vw;
    word-break: keep-all;
  }
  #recruit .recruit_detail .entry {
    margin: 16vw 0;
  }
}/*# sourceMappingURL=recruit.css.map */