html,
body {
  cursor: url('../../img/recruit/pointer_yubi.png'), auto;
}

a {
  cursor: url('../../img/recruit/pointer_yubi_hover.png'), auto;
}

.ly_recruit {
  background: #ffc466;
  color: #000;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.bl_recruitCont_nav {
  position: absolute;
  top: 64px;
  left: 0;
  padding: 10px;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.bl_recruitCont_header_nav:hover,
.bl_recruitCont_nav_close:hover {
  cursor: url('../../img/recruit/pointer_yubi_hover.png'), auto;
}

.bl_recruitCont_nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bl_recruitCont_nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 48px 20px;
  background: white;
  border: 2px solid #000;
  border-radius: 24px;
  text-align: center;
  margin-inline: center;
}

.bl_recruitCont_nav ul li {
  width: 100%;
}

.bl_recruitCont_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  border-radius: 999px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.bl_recruitCont_nav ul li a:hover {
  transform: scale(1.05);
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_home a {
  background: white;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_executive a {
  background: #47c2d1;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_flow a {
  background: #ffc466;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_workstyle a {
  background: #b983ff;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_career a {
  background: #f4ba26;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_interview a {
  background: #23af8a;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_training a {
  background: #fc8786;
}

.bl_recruitCont_nav ul li.js_recruitCont_nav_item_entry a {
  background: #2d5f91;
  color: white;
}

.bl_recruitCont_nav_close {
  width: 60px;
}

.bl_recruitCont_nav_close img {
  object-fit: contain;
}

.ly_recruitCont {
  position: relative;
  overflow-x: hidden;
  background: #ffc466;
  width: 100%;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ly_recruitCont_header {
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_recruitCont_header_nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  padding-block: 10px;
}

.bl_txt_loop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  gap: 12px;
}

.bl_txt_loop img {
  height: 50px;
  width: max-content;
  max-width: none;
  animation: textLoop 60s linear infinite;
  animation-timing-function: linear;
}

@keyframes textLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ly_recruitMain {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bl_info {
  padding: 32px 20px;
  position: relative;
}

.bl_info_top {
  background: white;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 32px 20px;
}

.bl_info_top img {
  margin-top: 24px;
}

.bl_info_job {
  margin-top: 64px;
}

.bl_info_job h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.bl_info_job_list {
  padding-inline: 20px;
  margin-top: 20px;
}

.bl_info_job_list li {
  position: relative;
  margin-top: 10px;
}

.bl_info_job_list li p {
  position: absolute;
  bottom: 14px;
  left: 20px;
  background: white;
  padding: 2px 20px;
  border-radius: 999px;
  border: 1px solid #000;
}

.el_rec_btn {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  cursor: url('../../img/recruit/pointer_yubi_hover.png'), auto;
  transition: all 0.3s ease-out;
}

.el_rec_btn:hover {
  transform: scale(1.05);
}

.el_rec_btn span {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}

.el_txt_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.bl_greeting {
  background: #2d5f91;
  padding: 40px 20px;
  color: white;
  position: relative;
  z-index: 0;
}

.el_greeting_rect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 90%;
}

.bl_greeting h2 {
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
}

.bl_greeting_prof {
  padding: 20px;
}

.bl_greeting_prof img {
  margin-bottom: 20px;
}

.bl_greeting_prof p {
  text-align: center;
  margin-top: 10px;
  margin-inline: auto;
  border: 1px solid #fff;
  padding: 8px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  line-height: 1;
}

.bl_greeting_txt {
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: 'palt';
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.bl_greeting_txt p {
  padding-bottom: 50px;
}

.bl_greeting_txt.is_open {
  max-height: none;
}

.bl_greeting_txt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(45, 95, 145, 0) 0%, rgba(45, 95, 145, 1) 90%);
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.bl_greeting_txt.is_open::before {
  opacity: 0;
}

.el_more_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  padding: 2px 20px;
  z-index: 1;
  color: white;
  border: 1px solid white;
  cursor: url('../../img/recruit/pointer_yubi_hover.png'), auto;
}

.bl_reccomend {
  background: #23af8a;
  padding: 48px 20px;
  position: relative;
  z-index: 0;
}

.bl_reccomend h2 {
  background: #cdf9ed;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
}

.bl_reccomend ul {
  margin-top: 24px;
}

.bl_reccomend ul li {
  background: white;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 6px 6px 0px #0150ae;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.bl_reccomend_txt {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: 'palt';
  color: white;
}

.el_txt_staffs_voice_top {
  width: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 350px;
}

.el_txt_staffs_voice_under {
  width: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 350px;
}

.bl_rec_banner {
  padding: 40px 20px;
  background: white;
}

/* サブページヘッダー */
.ly_recruit_subHeader {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 64px;
}

.bl_recruit_subHeader_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #000;
}

.bl_recruit_subHeader_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ly_recruit_subHeader p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: white;
  width: max-content;
}

/* 採用の流れ */
.bl_flow_cont {
  margin-top: 20px;
  padding-inline: 20px;
}

.bl_flow_cont h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.bl_flow_list {
  padding-inline: 20px;
  margin-top: 20px;
  margin-inline: auto;
  width: 100%;
}

.bl_flow_list li {
  position: relative;
  margin-top: 10px;
  margin-inline: auto;
  width: 100%;
}

.bl_flow_list li img {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #000;
  object-position: 0 20%;
}

.bl_flow_list li p {
  position: absolute;
  bottom: 14px;
  left: 20px;
  background: white;
  padding: 2px 20px;
  border-radius: 999px;
  border: 1px solid #000;
}

.bl_flow_list svg {
  display: block;
  margin-inline: auto;
  margin-top: 12px;
}

/* 募集要項 */
.bl_reqirement {
  margin-top: 40px;
  padding: 40px 20px;
  background: #fc8786;
}

.bl_reqirement h2 {
  text-align: center;
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.bl_reqirement_cont {
  background: white;
  border-radius: 24px;
  border: 1px solid #000;
  padding: 40px 20px;
  margin-top: 20px;
  font-feature-settings: 'palt';
}

.bl_reqirement_cont ul p {
  font-size: 13px;
}

.bl_reqirement h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.bl_reqirement_cont ul li:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(229, 229, 229, 0.7);
}

.bl_shopInfo {
  padding: 40px 20px;
  background: #2d5f91;
  color: white;
  position: relative;
  z-index: 0;
}

.bl_shopInfo h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.bl_shopInfo_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.bl_shopInfo_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 24px;
}

.bl_shopInfo_item .bl_shopInfo_link {
  padding: 10px;
  display: flex;
  background: url(../../img/recruit/shopinfo_frame.svg) no-repeat center center / contain;
}

.bl_shopInfo_cont h3 {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-top: 14px;
  padding-inline: 24px;
}

/************** ワークスタイル **************/
.ly_recruitCont.ly_workstyle {
  background: #b983ff;
}

.bl_data {
  margin-top: 20px;
  text-align: center;
}

.bl_data h2 {
  font-size: 22px;
  font-weight: 700;
}

.bl_data_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 12px;
  padding: 20px;
}

.ly_style {
  padding-inline: 20px;
  padding-bottom: 40px;
}

.bl_philo {
  background: white;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 40px 20px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.bl_philo h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.bl_philo_cont {
  text-align: left;
}

.bl_philo_cont h4 {
  font-size: 16px;
}

.bl_philo_cont p {
  font-size: 14px;
  margin-top: 16px;
}

.bl_point {
  position: relative;
  background: white;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 40px 20px;
  margin-top: 64px;
}

.el_pointImg {
  position: absolute;
  top: -24px;
  left: 0;
  width: 172px;
}

.bl_point_ttl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 20px;
}

.ly_point_inner {
  padding-inline: 14px;
}

.bl_point_img {
  position: relative;
  margin-top: 20px;
}

.bl_point_img img {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #000;
}

.bl_point_img p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: white;
  padding: 2px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  max-width: 85%;
  font-size: 14px;
  line-height: 1.4;
}

.bl_point_txt {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.bl_point_txtNormal {
  margin-top: 24px;
  font-size: 14px;
}

/********* キャリア形成 *********/
.ly_recruitCont.ly_career {
  background: #f4ba26;
}

.bl_philo_cont_yellow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: -40px;
}

.bl_philo_cont_yellow h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.bl_philo_cont_yellow h4 img {
  width: 24px;
}

.bl_point_ttl_sub {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
}

.el_careerup_standard {
  margin-top: 24px;
  padding-inline: 20px;
}

.el_careerup_graph {
  margin-top: 24px;
  padding-inline: 10px;
}

/************ 社員インタビュー ************/
.ly_recruitCont.ly_interview {
  background: #23af8a;
}

.bl_interview_cont_item {
  background: white;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 20px 16px;
  margin-top: 12px;
}

.bl_interview_cont_img {
  position: relative;
  border-radius: 12px;
  border: 1px solid #000;
  overflow: hidden;
  display: block;
}

.bl_interview_cont_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bl_interview_cont_img span {
  position: absolute;
  font-size: 11px;
  bottom: 14px;
  right: 20px;
  color: white;
}

.bl_interview_name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.bl_interview_age {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.bl_interview_job {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

/************ 研修制度について ************/
.ly_recruitCont.ly_training {
  background: #fc8786;
}

.bl_philo_cont h4 img {
  width: 24px;
}

.bl_philo_cont h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bl_pointImg {
  width: 100%;
  height: 140px;
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 20px;
  object-fit: cover;
}

.bl_training_flow_cont li {
  position: relative;
}

.bl_training_flow_cont li .bl_training_flow_cont_inner {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 12px 16px;
  width: 85%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

.bl_training_flow_cont .bl_training_flow_time {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  background: #f4ba26;
  color: #000;
  border-radius: 999px;
  width: max-content;
}

.bl_training_flow_cont {
  margin-top: 20px;
  position: relative;
}

.bl_training_flow_cont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 16px;
  height: 100%;
  /* background: #000; を以下に変更 */
  border-left: 1px dashed #000;
  z-index: 0;
}

.bl_training_flow_cont li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 40px;
  height: 40px;
  background: url(../../img/recruit/day1.png) no-repeat center center / contain;
  z-index: 1;
}

.bl_training_flow_cont li:nth-child(9)::after {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 40px;
  height: 40px;
  background: url(../../img/recruit/day2.png) no-repeat center center / contain;
  z-index: 1;
}

.bl_training_flow_cont li:not(:first-child) {
  margin-top: 20px;
}

.bl_training_flow_cont li h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.bl_training_flow_cont li .bl_training_flow_txt {
  margin-top: 10px;
  font-size: 14px;
}

.bl_training_check_cont {
  position: relative;
}

.bl_training_check_cont li {
  border: 1px solid #000;
  border-radius: 12px;
  position: relative;
  padding: 40px 16px 16px;
  margin-top: 40px;
}

.bl_training_check_cont li .bl_training_check_cont_circle {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 56px;
  height: auto;
  object-fit: cover;
}

.bl_training_check_cont li h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.bl_training_check_cont li .bl_training_check_cont_img {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  border: 1px solid #000;
  margin-top: 12px;
  object-fit: cover;
  object-position: top;
}

.bl_training_check_cont li p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.bl_other_training {
  margin-top: 40px;
}

.bl_other_training h2 {
  text-align: center;
}

.bl_tab_title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 1;
  position: relative;
  margin-top: 40px;
}

.bl_tab_title p {
  background: url(../../img/recruit/tab_panel.svg) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  padding: 8px 0px 18px;
  font-weight: 700;
  width: 100%;
  height: auto;
  line-height: 1.4;
  user-select: none;
  cursor: url('../../img/recruit/pointer_yubi_hover.png'), auto;
}

.bl_tab_title p.is_active {
  background: url(../../img/recruit/tab_panel_open.svg) no-repeat;
  background-size: 100% auto;
}

.bl_tab_cont {
  background: white;
  padding: 40px 20px;
  border-radius: 12px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: 'palt';
}

.bl_tab_cont ul {
  position: relative;
}

.bl_tab_cont ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 19px;
  width: 100%;
  height: 97%;
  border-left: 1px dashed #000;
  z-index: 0;
}

.bl_tab_cont ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  margin-top: 48px;
  font-size: 13px;
}

.bl_tab_cont ul li:first-child {
  margin-top: 20px;
}

.bl_tab_cont ul li img {
  width: 40px;
  height: auto;
  position: relative;
}

.js_tab_content {
  display: none;
}

.js_tab_content.is_active {
  display: block;
}

.js_tab_btn {
  cursor: pointer;
}

.js_tab_btn:hover {
  opacity: 0.8;
}

/********* 幹部候補も積極採用中 *********/
.bl_exe {
  background: #47c2d1;
  padding-block: 60px;
  padding-inline: 20px;
}

.bl_exe_cont {
  background: white;
  padding: 24px;
  padding-block: 40px;
  border-radius: 12px;
  border: 1px solid #000;
}

.bl_exe_cont_item h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.bl_exe_cont_item img {
  margin-top: 20px;
}

.bl_exe_cont_item_txt {
  font-weight: 500;
  margin-top: 20px;
  line-height: 180%;
}

.bl_exe h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.ly_recruitCont.ly_executive {
  background: #47c2d1;
}

.ly_executive .bl_point_img p {
  text-align: left;
  max-width: 100%;
  max-width: 90%;
  font-size: 13px;
}

.ly_executive .bl_exe_point_txt {
  text-align: left;
  list-style: disc;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 180%;
}

.bl_exe_interview_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.ly_exe_faq {
  margin-top: 40px;
}

.bl_exe_faq_cont {
  padding-inline: 20px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
}

.bl_exe_faq_cont_item_ttl {
  background: white;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.bl_exe_faq_cont_item img {
  width: 38px;
}

.bl_exe_faq_cont_item_txt {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 8px 16px 12px;
  line-height: 160%;
}

.bl_exe_flow.bl_training_check_cont li {
  border-radius: 6px;
  padding-top: 32px;
  margin-top: 36px;
}

.bl_exe_flow.bl_training_check_cont p {
  text-align: center;
}

.bl_exe_flow.bl_training_check_cont svg {
  margin-inline: auto;
  text-align: center;
  width: 100%;
  margin-top: 14px;
}

.bl_exe_requirement {
  position: relative;
}

.bl_reqirement_cont {
  position: relative;
}

.bl_reqirement_img_left {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 80px;
}

.bl_reqirement_img_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
}

.bl_reqirement_img_bottom {
  position: absolute;
  bottom: 20%;
  right: 0px;
  width: 100px;
}

/*********** エントリーフォーム ***********/
.ly_recruitCont.ly_entryform {
  background: #2d5f91;
}

.ly_recruitCont_heading {
  padding-inline: 20px;
  padding-top: 100px;
  color: white;
}

.ly_recruitCont_heading h1 {
  font-size: 24px;
  font-weight: 700;
}

.ly_recruitCont_heading p {
  font-weight: 500;
  margin-top: 10px;
}

.bl_form_cont {
  padding-inline: 20px;
  padding-bottom: 40px;
}

.bl_form_cont_inner {
  border: 1px solid #000;
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-top: 40px;
}

.bl_form_cont input,
.bl_form_cont textarea,
.bl_form_cont select {
  display: block;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 4px;
  width: 100%;
}

.bl_form_cont input {
  appearance: none;
  max-height: 43px;
}

.bl_form_cont input::placeholder,
.bl_form_cont textarea::placeholder {
  opacity: 0.5;
}

.bl_recFormInput {
  margin-top: 20px;
}

.bl_recFormInput label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bl_recFormInput label .bl_recFormInput_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.bl_recFormInputDatetime {
  margin-top: 10px;
}

.bl_recFormInputDatetime .bl_recFormInputDatetime_cont {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.bl_form_cont .wpcf7-submit {
  margin: auto;
  padding: 0;
  background: transparent;
  border: none;
}

/*********** footer ***********/

/* フッター */
.ly_recFooter {
  color: var(--color-white);
  background: #00527e;
  padding-top: 80px;
  padding-bottom: 150px;
  padding-inline: 20px;
  letter-spacing: 0.02em;
}

.bl_recFooterCont {
  position: relative;
}

.bl_recFooter a {
  transition: opacity 0.3s;
}

.bl_recFooter img {
  width: 300px;
}

.bl_recFooter a:hover {
  opacity: 0.7;
}

.bl_recFooter h2 {
  font-size: 27.5px;
  font-weight: 500;
  padding-bottom: 80px;
}

.bl_recFooter h3 {
  color: rgba(229, 229, 229, 0.7);
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
  margin-bottom: 27px;
}

.bl_recFooter_sitemapList {
  font-weight: 700;
  padding-bottom: 64px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.bl_recFooter_sitemapList li:not(:last-child) {
  padding-bottom: 12px;
}

.bl_recFooter_address {
  padding-bottom: 64px;
  font-weight: 700;
}

.bl_recFooter_clinics {
  padding-bottom: 64px;
}

.bl_recFooter_clinicsList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 700;
}

.bl_recFooter_policies {
  border-top: 1px solid rgba(229, 229, 229, 0.7);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 700;
}

.bl_recFooter_copy {
  font-size: 12px;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_recFooter_copy p {
  font-weight: 500;
  color: rgba(229, 229, 229, 0.7);
  font-family: 'Montserrat', sans-serif;
}

.bl_recFooter_copy span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.xl_only {
  display: none;
}

.el_toTopBtn {
  cursor: url('../../img/recruit/pointer_yubi_hover.png') 10 10, pointer;
}

@media screen and (min-width: 640px) {
  .ly_recruit {
    overflow: hidden;
  }

  .ly_recruitMain {
    padding-inline: 40px;
    max-height: 100vh;
    gap: 20px;
  }

  .ly_recruitCont {
    width: 600px;
    border-radius: 32px 32px 0 0;
    border: 6px solid #000;
    border-bottom: none;
    max-width: 375px;
    margin-inline: auto;
    margin-top: 50px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    transform: translateY(50px);
    animation: fadeInUp 1s ease-out forwards;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  /* Chrome, Safari 対応 */
  .ly_recruitCont::-webkit-scrollbar {
    display: none;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .ly_recruit_nav {
    margin-top: 100px;
  }

  .ly_recruit_nav_logo {
    width: 350px;
    display: flex;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
  }

  .ly_recruit_nav_logo img {
    width: 100%;
    display: flex;
  }

  .ly_recruit_nav ul {
    margin-top: 100px;
  }

  .ly_recruit_nav ul li {
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
  }

  .ly_recruit_nav ul li:nth-of-type(1) {
    animation-delay: 0.1s;
  }
  .ly_recruit_nav ul li:nth-of-type(2) {
    animation-delay: 0.2s;
  }
  .ly_recruit_nav ul li:nth-of-type(3) {
    animation-delay: 0.3s;
  }
  .ly_recruit_nav ul li:nth-of-type(4) {
    animation-delay: 0.4s;
  }
  .ly_recruit_nav ul li:nth-of-type(5) {
    animation-delay: 0.5s;
  }
  .ly_recruit_nav ul li:nth-of-type(6) {
    animation-delay: 0.6s;
  }
  .ly_recruit_nav ul li:nth-of-type(7) {
    animation-delay: 0.7s;
  }
  .ly_recruit_nav ul li:nth-of-type(8) {
    animation-delay: 0.8s;
  }

  .ly_recruit_nav ul li a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    transition: opacity 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: max-content;
  }

  .ly_recruit_nav ul li a:hover svg {
    transition: all 0.3s ease-out;
  }

  .ly_recruit_nav ul li a:hover svg {
    background: yellow;
  }

  @keyframes verticalShake {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }

  .bl_recruit_scroll {
    position: absolute;
    bottom: 75px;
    left: calc(50% + 250px);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    animation: verticalShake 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  }
}

@media screen and (min-width: 768px) {
  .bl_recruit_scroll {
    left: calc(50% + 380px);
  }
}

@media screen and (min-width: 1024px) {
  .xl_only {
    display: block;
  }
  .pc_scroll_txt {
    position: absolute;
    top: 0;
    height: 300%;
    opacity: 0;
    transition: all 1s ease-out;
  }
  .pc_scroll_txt_left {
    left: 0;
  }
  .pc_scroll_txt_right {
    right: 0;
  }

  .bl_recruit_scroll {
    bottom: 75px;
    left: calc(50% + 400px);
  }

  /* ローディング完了後のクラス */
  .pc_scroll_txt.is_loaded {
    opacity: 1;
  }

  .ly_recruitMain {
    padding-inline: 150px;
  }

  .ly_recruitCont {
    margin-inline: auto 0;
  }

  .bl_tab_title p {
    padding: 12px 0px 20px;
  }
}

@media screen and (min-width: 1280px) {
  .bl_recruit_scroll {
    left: calc(50% + 500px);
  }
}
