@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
html {
  scroll-behavior: auto;
}

:root {
  --black: #161616;
  --bg_gray: #EFF5F7;
  --border_gray: #BDBDBD;
  --gray: #E7E7E7;
  --font_color: #383838;
  --white: #fff;
  --accent-red: #FF3B6A;
  --blue: #173AB6;
  --light-blue: #4FD7E9;
  --dark-blue: #112878;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", Meiryo, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: var(--font_color);
  position: relative;
}

@media screen and (min-width: 768px) {
  body {
    min-width: none !important;
  }
}
main {
  font-size: initial;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", Meiryo, Arial, sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  main {
    width: 100%;
  }
}

.recruit-page-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #161616;
  background-color: #fff;
  line-height: 1.6;
}

.recruit_page {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  padding-top: 7.6rem;
}
@media screen and (max-width: 1100px) {
  .recruit_page {
    padding-top: 5.5rem;
  }
}
.recruit_page .section_title_area {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
}
.recruit_page .section_title_area .en_subtitle {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: #ff5e00;
  opacity: 0.08;
  text-transform: uppercase;
  letter-spacing: 4px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 765px) {
  .recruit_page .section_title_area .en_subtitle {
    font-size: 5rem;
    top: -20px;
  }
}
.recruit_page .section_title_area .section_title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #002196;
  z-index: 2;
  margin: 0;
}
.recruit_page .section_title_area .section_title .accent {
  color: #ff5e00;
}
@media screen and (max-width: 765px) {
  .recruit_page .section_title_area .section_title {
    font-size: 2.2rem;
  }
}
.recruit_page .section_title_area .title_line {
  width: 100px;
  height: 1px;
  background-color: #002196;
  margin: 15px auto 0 auto;
}

.header.recruit-header {
  background: linear-gradient(90deg, #ffffff 0%, #aae5ff 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header.recruit-header .gnav-menu .menu-item a {
  color: #112878;
  transition: color 0.3s;
  font-size: 1.6rem;
}
.header.recruit-header .gnav-menu .menu-item a:hover {
  color: #002196;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn {
  background-color: #f6a623;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transition: background-color 0.3s, transform 0.2s;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn::before {
  display: none;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn a {
  color: #fff;
  font-weight: bold;
  border-bottom: none !important;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn a:hover {
  color: #fff;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn:hover {
  background-color: #e59714;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn.deactive {
  background-color: #b3b9bc;
}
.header.recruit-header .gnav-menu .menu-item.contact_btn.deactive:hover {
  background-color: #9ea4a7;
}
@media screen and (max-width: 1100px) {
  .header.recruit-header {
    background: #fff;
  }
}

.recruit_hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/700;
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .recruit_hero {
    aspect-ratio: auto;
    height: auto;
    min-height: auto;
  }
}
.recruit_hero .hero_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .recruit_hero .hero_container {
    flex-direction: column;
    align-items: stretch;
  }
}
.recruit_hero .hero_visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recruit_hero .hero_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media screen and (max-width: 1100px) {
  .recruit_hero .hero_visual {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .recruit_hero .hero_visual img {
    object-position: 25% center;
  }
}
@media screen and (max-width: 765px) {
  .recruit_hero .hero_visual {
    height: 360px;
  }
}
.recruit_hero .hero_card_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 5%;
}
@media screen and (max-width: 1100px) {
  .recruit_hero .hero_card_wrap {
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 765px) {
  .recruit_hero .hero_card_wrap {
    bottom: 50px;
    right: 16px;
    left: 16px;
  }
}
.recruit_hero .hero_card {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px 32px;
  width: 590px;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: 8px 8px 0px #5bbeea;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1100px) {
  .recruit_hero .hero_card {
    width: 100%;
    max-width: 460px;
    padding: 20px 24px;
    box-shadow: 6px 6px 0px #5bbeea;
  }
}
@media screen and (max-width: 765px) {
  .recruit_hero .hero_card {
    max-width: 320px;
    padding: 16px 20px;
    box-shadow: 5px 5px 0px #5bbeea;
  }
}
.recruit_hero .hero_card .hero_subtitle {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #161616;
  letter-spacing: 0.08em;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #161616;
  line-height: 1.4;
}
.recruit_hero .hero_card .hero_subtitle .company {
  margin-right: 12px;
}
@media screen and (max-width: 1100px) {
  .recruit_hero .hero_card .hero_subtitle {
    font-size: 1.5rem;
    margin-top: 16px;
    padding-top: 12px;
  }
  .recruit_hero .hero_card .hero_subtitle .company {
    margin-right: 8px;
  }
}
@media screen and (max-width: 765px) {
  .recruit_hero .hero_card .hero_subtitle {
    font-size: 1.2rem;
    margin-top: 12px;
    padding-top: 10px;
    letter-spacing: 0.05em;
  }
  .recruit_hero .hero_card .hero_subtitle .company {
    margin-right: 6px;
  }
}
.recruit_hero .hero_card .hero_title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.3rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.5;
  letter-spacing: 6.02px;
  margin: 0;
}
.recruit_hero .hero_card .hero_title .highlight {
  color: #ff5e00;
}
.recruit_hero .hero_card .hero_title .particle {
  font-size: 2.5rem;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 1100px) {
  .recruit_hero .hero_card .hero_title {
    font-size: 3.2rem;
    letter-spacing: 4px;
  }
  .recruit_hero .hero_card .hero_title .particle {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 765px) {
  .recruit_hero .hero_card .hero_title {
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .recruit_hero .hero_card .hero_title .particle {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

.philosophy_section {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  .philosophy_section {
    padding: 60px 0;
  }
}
.philosophy_section .bg_photo {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.philosophy_section .bg_photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .philosophy_section .bg_photo {
    display: none;
  }
}
.philosophy_section .bg_photo_left {
  left: 20px;
  top: 60px;
  width: 320px;
}
@media screen and (min-width: 1366px) {
  .philosophy_section .bg_photo_left {
    left: calc(50% - 683px + 20px);
  }
}
.philosophy_section .bg_photo_right {
  right: 20px;
  bottom: 60px;
  width: 320px;
}
@media screen and (min-width: 1366px) {
  .philosophy_section .bg_photo_right {
    right: calc(50% - 683px + 20px);
  }
}
.philosophy_section .wrap_primary {
  position: relative;
  z-index: 2;
}
.philosophy_section .philosophy_content {
  max-width: 600px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.philosophy_section .philosophy_content p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #161616;
  line-height: 2;
  letter-spacing: 2px;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .philosophy_section .philosophy_content p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.message_section {
  padding: 100px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 765px) {
  .message_section {
    padding: 60px 0;
  }
}
.message_section .section_title_area .en_subtitle {
  color: #002196;
}
.message_section .message_grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .message_section .message_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.message_section .message_photo {
  width: 100%;
  height: auto;
}
.message_section .message_photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .message_section .message_photo {
    max-width: 300px;
    margin: 0 auto;
  }
}
.message_section .message_text_area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.message_section .message_lead_card {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.message_section .message_lead_card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 765px) {
  .message_section .message_lead_card h3 {
    font-size: 1.6rem;
  }
}
.message_section .message_body {
  font-size: 1.6rem;
  color: #161616;
  line-height: 1.8;
  text-align: justify;
}
.message_section .message_body p {
  margin-top: 0;
  margin-bottom: 20px;
}
.message_section .message_body p:last-child {
  margin-bottom: 0;
}
.message_section .message_body strong {
  font-weight: bold;
}
.message_section .message_signature {
  text-align: right;
  margin-top: 10px;
}
.message_section .message_signature .name_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.message_section .message_signature .name_en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  margin: 0;
}

.workflows_section {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 765px) {
  .workflows_section {
    padding: 60px 0;
  }
}
.workflows_section .workflow_block {
  margin-top: 60px;
}
.workflows_section .workflow_block:first-of-type {
  margin-top: 50px;
}
.workflows_section .workflow_heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.workflows_section .workflow_heading .square_icon {
  width: 20px;
  height: 20px;
  background-color: #f6a623;
  display: inline-block;
}
.workflows_section .workflow_heading h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #002196;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .workflows_section .workflow_heading h3 {
    font-size: 1.8rem;
  }
}
.workflows_section .workflow_grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1100px) {
  .workflows_section .workflow_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.workflows_section .workflow_steps {
  display: flex;
  flex-direction: column;
}
.workflows_section .step_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.workflows_section .step_list li {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 765px) {
  .workflows_section .step_list li {
    gap: 15px;
  }
}
.workflows_section .step_num {
  position: relative;
  width: 80px;
  height: 70px;
  padding-bottom: 10px;
  background-color: #5bbeea;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}
.workflows_section .step_num.orange {
  background-color: #ff5e00;
}
@media screen and (max-width: 765px) {
  .workflows_section .step_num {
    width: 70px;
    height: 62px;
  }
}
.workflows_section .step_num .step_label {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2px;
  opacity: 0.9;
}
.workflows_section .step_num .step_no {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.workflows_section .step_text {
  font-size: 1.6rem;
  color: #161616;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -10px;
}
.workflows_section .step_text.bold {
  font-weight: bold;
}
.workflows_section .step_text .note {
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 765px) {
  .workflows_section .step_text {
    font-size: 1.4rem;
  }
}
.workflows_section .workflow_image {
  width: 100%;
}
.workflows_section .workflow_image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .workflows_section .workflow_image {
    max-width: 450px;
    margin: 0 auto;
    order: -1;
  }
}
.workflows_section .testimonial_card {
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #f6a623;
  border-radius: 10px;
  padding: 25px;
  filter: drop-shadow(5px 5px 0px #ffe8a3);
}
@media screen and (max-width: 765px) {
  .workflows_section .testimonial_card {
    padding: 20px;
  }
}
.workflows_section .testimonial_inner {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}
@media screen and (max-width: 765px) {
  .workflows_section .testimonial_inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.workflows_section .testimonial_inner .avatar {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
}
.workflows_section .testimonial_inner .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 765px) {
  .workflows_section .testimonial_inner .avatar {
    width: 100px;
    height: 100px;
  }
}
.workflows_section .testimonial_inner .content {
  flex-grow: 1;
}
.workflows_section .testimonial_inner .content h4 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #161616;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}
.workflows_section .testimonial_inner .content h4 span {
  font-size: 1.8rem;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 765px) {
  .workflows_section .testimonial_inner .content h4 span {
    font-size: 1.6rem;
  }
}
.workflows_section .testimonial_inner .content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

.requirements_section {
  padding: 100px 0;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}
@media screen and (max-width: 765px) {
  .requirements_section {
    padding: 60px 0;
  }
}
.requirements_section .requirements_table_container {
  max-width: 800px;
  margin: 40px auto 0 auto;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.requirements_section .requirements_table {
  width: 100%;
  border-collapse: collapse;
}
.requirements_section .requirements_table th,
.requirements_section .requirements_table td {
  padding: 18px 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
}
.requirements_section .requirements_table tr:last-child th,
.requirements_section .requirements_table tr:last-child td {
  border-bottom: none;
}
.requirements_section .requirements_table th {
  width: 200px;
  background-color: #afdef3;
  color: #112878;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 765px) {
  .requirements_section .requirements_table th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc;
    background-color: #cbf0ff;
  }
}
.requirements_section .requirements_table td {
  background-color: #fff;
  color: #161616;
}
.requirements_section .requirements_table td ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.requirements_section .requirements_table td ul li {
  list-style-type: disc;
}
.requirements_section .requirements_table td ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 765px) {
  .requirements_section .requirements_table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.requirements_section .requirements_table .accent_text {
  color: #ff5e00;
  font-weight: bold;
}
.requirements_section .requirements_table .note_text {
  font-size: 1.2rem;
  color: #383838;
  display: block;
  margin-top: 4px;
}

.entry_form_section {
  padding: 100px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 765px) {
  .entry_form_section {
    padding: 60px 0;
  }
}
.entry_form_section .form_container {
  max-width: 800px;
  margin: 40px auto 0 auto;
  background-color: transparent;
}
.entry_form_section .recruit_closed_message {
  text-align: center;
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 765px) {
  .entry_form_section .recruit_closed_message {
    padding: 40px 20px;
    margin-top: 30px;
  }
}
.entry_form_section .recruit_closed_message .closed_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff5e00;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 765px) {
  .entry_form_section .recruit_closed_message .closed_title {
    font-size: 2rem;
  }
}
.entry_form_section .recruit_closed_message .closed_subtitle {
  font-size: 1.6rem;
  color: #383838;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 765px) {
  .entry_form_section .recruit_closed_message .closed_subtitle {
    font-size: 1.4rem;
  }
}
.entry_form_section .form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px) {
  .entry_form_section .form_row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.entry_form_section .form_col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entry_form_section .form_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.entry_form_section .form_label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.entry_form_section .form_label .required,
.entry_form_section .form_label .optional {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.2;
  text-align: center;
}
.entry_form_section .form_label .required {
  background-color: #ff5e00;
}
.entry_form_section .form_label .optional {
  background-color: #5bbeea;
}
.entry_form_section .form_label .label_text {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
.entry_form_section .form_input {
  width: 100%;
}
.entry_form_section .form_input input[type=text],
.entry_form_section .form_input input[type=email],
.entry_form_section .form_input input[type=tel],
.entry_form_section .form_input input[type=date],
.entry_form_section .form_input textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 10px 14px;
  font-size: 1.6rem;
  color: #161616;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  transition: border-color 0.3s;
}
.entry_form_section .form_input input[type=text]:focus,
.entry_form_section .form_input input[type=email]:focus,
.entry_form_section .form_input input[type=tel]:focus,
.entry_form_section .form_input input[type=date]:focus,
.entry_form_section .form_input textarea:focus {
  border-color: #5bbeea;
}
.entry_form_section .form_input input[type=text]::placeholder,
.entry_form_section .form_input input[type=email]::placeholder,
.entry_form_section .form_input input[type=tel]::placeholder,
.entry_form_section .form_input input[type=date]::placeholder,
.entry_form_section .form_input textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.entry_form_section .form_input textarea {
  resize: vertical;
  min-height: 120px;
}
.entry_form_section .field_note,
.entry_form_section .field-note {
  font-size: 1.2rem;
  color: #555;
  margin: 5px 0 0 0;
  line-height: 1.4;
}
.entry_form_section .form_consent {
  margin-top: 30px;
  text-align: center;
}
.entry_form_section .form_consent .consent_label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.entry_form_section .form_consent input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.entry_form_section .form_consent .consent_text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #383838;
}
.entry_form_section .form_consent .consent_text .privacy_link {
  color: #002196;
  text-decoration: underline;
}
.entry_form_section .form_consent .consent_text .privacy_link:hover {
  text-decoration: none;
}
.entry_form_section .form_submit {
  margin-top: 40px;
  text-align: center;
}
.entry_form_section .form_submit .submit_btn {
  background-color: #f6a623;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  border: none;
  padding: 15px 60px;
  min-width: 280px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
}
.entry_form_section .form_submit .submit_btn:hover {
  background-color: #e59714;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.entry_form_section .form_submit .submit_btn:active {
  transform: translateY(1px);
}

.footer.recruit-footer {
  color: #fff;
  position: relative;
  z-index: 2000;
}
.footer.recruit-footer .area_wrap {
  background: linear-gradient(90deg, #08c0c0 0%, #194dd2 100%);
  padding: 50px 0 40px 0;
}
.footer.recruit-footer .footer_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 765px) {
  .footer.recruit-footer .footer_inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer.recruit-footer .infomation_block a {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 200px;
  transition: opacity 0.3s;
}
.footer.recruit-footer .infomation_block a:hover {
  opacity: 0.8;
}
.footer.recruit-footer .infomation_block .main_logo_img {
  width: 100%;
}
.footer.recruit-footer .infomation_block .company_name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.footer.recruit-footer .infomation_block .company_data {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.footer.recruit-footer .banners_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 765px) {
  .footer.recruit-footer .banners_block {
    align-items: flex-start;
  }
}
.footer.recruit-footer .banners_block .kenko_col {
  max-width: 330px;
}
.footer.recruit-footer .banners_block .kenko_col img {
  width: 100%;
  height: auto;
}
.footer.recruit-footer .banners_block .site_seal_box {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 765px) {
  .footer.recruit-footer .banners_block .site_seal_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer.recruit-footer .banners_block .site_seal {
  width: 130px;
  height: 66px;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.footer.recruit-footer .banners_block .site_seal .seal_img {
  max-width: 100%;
  max-height: 100%;
}
.footer.recruit-footer .banners_block .site_seal_text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer.recruit-footer .copyright {
  background-color: #112878;
  color: #fff;
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: center;
}

.floating_recruit_cta {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 120px;
  height: 120px;
  z-index: 9999;
  transition: transform 0.3s;
}
@media screen and (max-width: 765px) {
  .floating_recruit_cta {
    right: 15px;
    bottom: 15px;
    width: 90px;
    height: 95px;
  }
}
.floating_recruit_cta .cta_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f6a623;
  border-radius: 100px;
  filter: drop-shadow(5px 5px 0px #ffe8a3);
  text-decoration: none;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transition: background-color 0.3s, transform 0.2s, filter 0.3s;
}
@media screen and (max-width: 765px) {
  .floating_recruit_cta .cta_circle {
    padding: 10px;
  }
}
.floating_recruit_cta .cta_circle .text_line {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
}
.floating_recruit_cta .cta_circle .text_line.main_line {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 765px) {
  .floating_recruit_cta .cta_circle .text_line {
    font-size: 0.9rem;
  }
  .floating_recruit_cta .cta_circle .text_line.main_line {
    font-size: 1.2rem;
  }
}
.floating_recruit_cta .cta_circle:hover {
  background-color: #e59714;
  transform: translateY(-2px);
  filter: drop-shadow(6px 6px 0px #fbd672);
}
.floating_recruit_cta .cta_circle:active {
  transform: translateY(1px);
}
.floating_recruit_cta .cta_note {
  display: none;
}
.floating_recruit_cta.deactive {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 765px) {
  .floating_recruit_cta.deactive {
    gap: 4px;
  }
}
.floating_recruit_cta.deactive .cta_circle {
  height: 120px;
  background-color: #b3b9bc;
  filter: drop-shadow(5px 5px 0px #e1e5e6);
  pointer-events: none;
  cursor: not-allowed;
}
@media screen and (max-width: 765px) {
  .floating_recruit_cta.deactive .cta_circle {
    height: 95px;
  }
}
.floating_recruit_cta.deactive .cta_circle:hover, .floating_recruit_cta.deactive .cta_circle:active {
  background-color: #b3b9bc;
  transform: none;
  filter: drop-shadow(5px 5px 0px #e1e5e6);
}
.floating_recruit_cta.deactive .cta_note {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #383838;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  width: max-content;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 0 5px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 765px) {
  .floating_recruit_cta.deactive .cta_note {
    font-size: 1rem;
  }
}

/* Form Container */
.from-heading {
  text-align: center;
  font-family: "Noto Serif JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2.8rem !important;
  line-height: 1.5;
  color: var(--blue);
  padding: 4rem 0;
}
@media screen and (max-width: 765px) {
  .from-heading {
    padding: 2.4rem 0;
  }
}
.from-heading::after {
  content: "";
  display: block;
  width: 10rem !important;
  height: 1px;
  background-color: var(--blue) !important;
  margin: 1.6rem auto 3rem auto;
}
.from-heading small {
  font-size: 1.6rem;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 765px) {
  .form-container {
    gap: 20px;
  }
}

.form-intro {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--font_color);
  text-align: left;
}
.form-intro a {
  text-decoration: underline;
  color: var(--blue);
  font-weight: 700;
}
.form-intro a:hover {
  text-decoration: none;
  color: var(--font_color);
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.form-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 765px) {
  .form-row {
    flex-direction: column;
    gap: 40px;
  }
}
.form-row .form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-label .required,
.form-label .optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5px 5px;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.7;
  white-space: nowrap;
}

.form-label .required {
  background-color: var(--accent-red);
}

.form-label .optional {
  background-color: #767676;
  /* fallback if var not available */
}

.form-label .label-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
}

.form-input {
  width: 100%;
}
.form-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input textarea {
  width: 100%;
  padding: 8.5px 14px;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  font-family: inherit;
}
.form-input input[type=text]::placeholder,
.form-input input[type=email]::placeholder,
.form-input input[type=tel]::placeholder,
.form-input input[type=date]::placeholder,
.form-input textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-input input[type=text]:focus,
.form-input input[type=email]:focus,
.form-input input[type=tel]:focus,
.form-input input[type=date]:focus,
.form-input textarea:focus {
  outline: none;
  border-color: var(--blue);
}
.form-input input[type=date] {
  position: relative;
  /* 日付入力欄の高さがテキスト欄と揃うよう調整 */
  height: 41px;
}
.form-input input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  margin: 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.form-input input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 0.8;
}
.form-input input[type=date] {
  /* プレースホルダー（未入力時）の文字色を薄くする対応 */
}
.form-input input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.form-input input[type=date]:focus::before, .form-input input[type=date]:valid::before {
  display: none;
}
.form-input textarea {
  height: 120px;
  resize: vertical;
}
.form-input.privacy-acceptance {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 765px) {
  .form-input.privacy-acceptance {
    text-align: left;
  }
}
.form-input.privacy-acceptance p {
  margin: 0;
  line-height: 1.5;
}
.form-input.privacy-acceptance .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.form-input.privacy-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 0;
}
.form-input.privacy-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
}
.form-input.privacy-acceptance .wpcf7-list-item-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--font_color);
}
.form-input.privacy-acceptance .wpcf7-list-item-label a {
  color: var(--blue);
  text-decoration: underline;
  font-weight: 700;
}
.form-input.privacy-acceptance .wpcf7-list-item-label a:hover {
  text-decoration: none;
}

/* CF7 Radio items */
.list-input .wpcf7-list-item {
  margin: 0 0 15px 0;
  display: block;
}
.list-input .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

/* CF7 Checkbox items (wrap layout) */
.list-input-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  align-items: center;
}
.list-input-wrap .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* small gap between radio/checkbox and text */
}

/* Generic Radio & Checkbox label styling */
.wpcf7-list-item-label {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.3;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
}

/* Submit Button */
.form-submit-wrap {
  text-align: center;
  margin-top: 40px;
}
.form-submit-wrap input[type=submit] {
  display: inline-block;
  background-color: var(--blue);
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 20px 30px;
  width: 100%;
  max-width: 400px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
@media screen and (max-width: 765px) {
  .form-submit-wrap input[type=submit] {
    font-size: 2.2rem;
    padding: 15px 20px;
  }
}
.form-submit-wrap input[type=submit]:hover {
  background-color: var(--light-blue);
}

/* Confirmation Step - side by side buttons */
.confirm-submit-wrap {
  margin-top: 60px;
}
.confirm-submit-wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 765px) {
  .confirm-submit-wrap p {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.confirm-submit-wrap p br {
  display: none;
}
.confirm-submit-wrap p .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 765px) {
  .confirm-submit-wrap p .wpcf7-spinner {
    top: 20px;
    right: 20px;
  }
}
.confirm-submit-wrap .btn-back,
.confirm-submit-wrap input[type=submit] {
  flex: 1;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .confirm-submit-wrap .btn-back,
  .confirm-submit-wrap input[type=submit] {
    max-width: 100%;
    min-width: 50px;
  }
}
.confirm-submit-wrap .btn-back {
  background-color: #a0a0a0;
  color: var(--white);
  font-size: 2rem;
}
@media screen and (max-width: 765px) {
  .confirm-submit-wrap .btn-back {
    font-size: 1.8rem;
  }
}
.confirm-submit-wrap .btn-back:hover {
  background-color: #888;
}
.confirm-submit-wrap input[type=submit] {
  background-color: var(--blue);
  color: var(--white);
  font-size: 2.2rem;
}
@media screen and (max-width: 765px) {
  .confirm-submit-wrap input[type=submit] {
    font-size: 2rem;
  }
}
.confirm-submit-wrap input[type=submit]:hover {
  background-color: var(--light-blue);
}

/* Confirmation Step - Values Display */
.confirm-form-container .confirm-value {
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 1.6rem;
  color: var(--font_color);
  min-height: 48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .confirm-form-container .confirm-value {
    padding: 10px 12px;
    min-height: 40px;
  }
}
.confirm-form-container .confirm-value p {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
}

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