/* =================================================================
   採用サイト専用CSS
   recruit関連のすべてのスタイルをここに統合
================================================================= */

/* Basic Recruit Styles */
body.recruit {
  border-top: 5px solid #fedf00;
}

/* Header Styles */
.recruit #header {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recruit #header {
    margin: 0;
  }
}
.recruit #header.page {
  background: url("../images/recruit/cate_ttl_8.jpg");
  background-size: cover;
  height: 350px;
}
@media only screen and (max-width: 768px) {
  .recruit #header.page {
    height: 90px;
    width: 100%;
  }
}

/* Header Contents */
.recruit #header #header_contents {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 50;
}

.recruit #header #header_contents .header_logo {
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .recruit #header #header_contents {
    padding: 20px;
  }
}

/* Corporate Link */
.recruit #header #header_contents .header_r .corporate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .recruit #header #header_contents .header_r .corporate {
    display: none;
  }
}
.recruit #header #header_contents .header_r .corporate a {
  padding: 0 0 0 20px;
  font-size: 80%;
  position: relative;
  text-decoration: none;
  color: white;
  font-family: "Noto Sans Japanese", sans-serif;
}
.recruit #header #header_contents .header_r .corporate a:before {
  left: 0;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 2px solid transparent;
  border-left: 4px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 1270px) {
  .recruit #header #header_contents .header_r .corporate a {
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media only screen and (max-width: 950px) {
  .recruit #header #header_contents .header_r .corporate a {
    font-size: 80%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

/* Navigation */
.recruit #header #gnavi ul li a {
  color: white;
}
@media only screen and (max-width: 1350px) {
  .recruit #header #gnavi ul li a {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1180px) {
  .recruit #header #gnavi ul li a {
    font-size: 70%;
  }
}

/* Mobile Menu */
.recruit .menu-trigger {
  position: fixed;
  top: 25px;
  right: 20px;
}
.recruit .menu-trigger span {
  background-color: #fedf00;
}
.recruit .menu-trigger:after {
  color: #fedf00;
}

/* Header Image */
.recruit .top_header_image {
  position: absolute;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recruit .top_header_image {
    height: 70vh;
    min-height: 400px;
  }
}
.recruit .top_header_image .copy {
  background: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  color: white;
  top: 50%;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1270px) {
  .recruit .top_header_image .copy {
    font-size: 80%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .top_header_image .copy {
    font-size: 60%;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.recruit .top_header_image .copy h2 {
  font-size: 300%;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .recruit .top_header_image .copy h2 {
    font-size: 300%;
    width: auto;
    margin: 0;
  }
}

/* Entry Button */
.recruit .entrybtn {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: right;
  height: 30px;
  margin-top: -30px;
}
.recruit .entrybtn a {
  display: inline-block;
  padding: 20px 40px;
  text-decoration: none;
  background: #fedf00;
  color: #0071b9;
  border-radius: 50px 0 0 50px;
  font-weight: bold;
  box-shadow: 0 2px 3px #ccc;
}

/* Main Content */
.recruit #main * {
  box-sizing: border-box;
}
.recruit #main {
  background: #f5f5f5;
  color: #333;
}
.recruit #main .btn:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* Top Contents */
.recruit #main .top_contents .inner {
  background: url("../images/recruit/top_bg.png") repeat-y center #f6f6f6;
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner {
    background: none;
    padding: 0 0 30px;
  }
}
.recruit #main .top_contents .inner .box {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  color: #333333;
  margin-bottom: 0px;
}
.recruit #main .top_contents .inner > .box:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner .box {
    display: block;
  }
  .recruit #main .top_contents .inner > .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.recruit #main .top_contents .inner .box {
  display: flex;
  align-items: center;
}
.recruit #main .top_contents .inner .box .ttl {
  text-align: center;
  color: #0071b9;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 250%;
  position: relative;
  padding-top: 0;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner .box .ttl {
    margin-bottom: 0px;
    font-size: 120%;
    padding: 0 0 20px;
  }
}
.recruit #main .top_contents .inner .box .ttl:before {
  position: absolute;
  width: 30px;
  height: 8px;
  background: #fedf00;
  top: 2em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner .box .ttl:before {
    height: 4px;
  }
}

.recruit #main .top_contents .inner .box:nth-child(odd) .text {
  -webkit-box-ordinal-group: 2;
  order: 1;
  display: block;
  margin: 0 25px 0 50px;
}
.recruit #main .top_contents .inner .box:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin: -30px 50px 0 25px;
}
.recruit #main .top_contents .inner .box:nth-child(even) .text {
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin: 0 50px 0 25px;
}
.recruit #main .top_contents .inner .box:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin: -30px 25px 0 50px;
}
.recruit #main .top_contents .inner .box:last-child a {
  margin-bottom: 30px;
}
.recruit #main .top_contents .inner .box:first-child .img {
  margin: -80px 50px 0 25px;
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner .box .img,
  .recruit #main .top_contents .inner .box .text {
    margin: 20px 20px 0 !important;
  }
  .recruit #main .top_contents .inner .box img {
    width: 100%;
    height: auto;
  }
}

/* YouTube Section */
.recruit #main .top_contents .inner .youtube {
  margin: 0 auto 50px;
  padding: 10px 40px 20px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  background: #fff;
}
.recruit #main .top_contents .inner .youtube p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #0071b9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recruit #main .top_contents .inner .youtube p::before,
.recruit #main .top_contents .inner .youtube p::after {
  content: "";
  width: 2em;
  height: 2px;
  color: #fedf00;
  background-color: #fedf00;
  margin: 0px 4px 4px;
}
.recruit #main .top_contents .inner .youtube p::before {
  transform: rotate(50deg);
}
.recruit #main .top_contents .inner .youtube p::after {
  transform: rotate(-50deg);
}

.recruit #main .top_contents .inner .youtube_iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.recruit #main .top_contents .inner .youtube_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner .youtube {
    padding: 20px 30px;
    margin: 0;
  }
  .recruit #main .top_contents .inner .youtube p {
    font-size: 18px;
    line-height: 1.2;
  }
}

/* Slider */
.recruit .slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.recruit .slider .photo {
  position: relative;
}

.recruit .slider .photo img {
  max-width: none;
  width: 100%;
  display: block;
}
.slick-dots li.slick-active button:before {
  color: #0071b9;
}
.slick-dots li button:before {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .recruit .slider {
    height: 70vh;
    min-height: 400px;
  }

  .recruit .slider .photo {
    height: 100%;
  }

  .recruit .slider .photo img {
    height: 70vh;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Slick dots mobile optimization */
  .recruit .slider .slick-dots {
    bottom: 20px;
    z-index: 10;
  }

  .recruit .slider .slick-dots li button:before {
    font-size: 12px;
    color: white;
    opacity: 0.7;
  }

  .recruit .slider .slick-dots li.slick-active button:before {
    opacity: 1;
  }
}

.recruit #main .top_contents .inner .slider-recruittop {
  margin: 20px calc(50% - 50vw) 150px;
  width: 100vw;
}

.recruit #main .top_contents .inner .slider-recruittop div.slick-list ul {
  display: flex;
  gap: 20px;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 350px;
  align-items: stretch;
}
.recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li {
  width: 50%;
}
.recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li .pagetitle_h3 {
  color: #0071b9;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
  font-size: 125%;
  font-weight: bold;
}
.recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li .pagetitle_h3:before {
  content: "";
  background: url("../images/navibar.png") repeat-x;
  width: 13px;
  height: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.recruit #main .top_contents .inner .slider-recruittop .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.recruit #main .top_contents .inner .slider-recruittop .slide-arrow.prev-arrow {
  left: 10%;
}
.recruit #main .top_contents .inner .slider-recruittop .slide-arrow.next-arrow {
  right: 10%;
}
.recruit #main .top_contents .inner .slider-recruittop .slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #0071b9;
  border-right: 2px solid #0071b9;
}
.recruit #main .top_contents .inner .slider-recruittop .slide-arrow.prev-arrow::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.recruit #main .top_contents .inner .slider-recruittop .slide-arrow.next-arrow::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .recruit #main .top_contents .inner .slider-recruittop div.slick-list ul {
    min-height: 400px;
  }
  .recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li img {
    height: 170px;
  }
}

/* Staff List */
.recruit #main .top_contents .inner .staff_list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.recruit #main .top_contents .inner .staff_list .staff {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.recruit #main .top_contents .inner .staff_list .staff .img {
  flex: 0 0 75%;
}

.recruit #main .top_contents .inner .staff_list .staff .img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.recruit #main .top_contents .inner .staff_list .staff .text {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 2rem;
  max-width: 60%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-left: -150px;
  margin-bottom: -30px;
  z-index: 2;
}
.recruit #main .top_contents .inner .staff_list .staff .text span {
  display: block;
  line-height: 1.3;
}
.recruit #main .top_contents .inner .staff_list .staff .text h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.recruit #main .top_contents .inner .staff_list .staff .text h2 small {
  font-size: 0.7em;
}

.recruit #main .top_contents .inner .staff_list .staff:nth-child(even) {
  flex-direction: row-reverse;
}

.recruit #main .top_contents .inner .staff_list .staff:nth-child(even) .text {
  margin-left: 0;
  margin-right: -150px;
}

/* Button */
.recruit #main .btn {
  color: white;
  padding: 10px;
  background: #0071b9;
  border: none;
  width: 150px;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recruit #main .btn {
    width: 100%;
    padding: 0.3em;
  }
}

/* Top Message */
.recruit #main .top_contents .inner .top_message {
  background: url("../images/recruit/top_img_message.jpg") no-repeat;
  background-size: cover;
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  padding: 50px 0;
}
.recruit #main .top_contents .inner .top_message .inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  background: none;
}
.recruit #main .top_contents .inner .top_message .inner .btn {
  margin: 20px 40px 20px 0;
  box-shadow: none;
  padding: 25px 0;
  width: 400px;
  font-size: 160%;
  letter-spacing: 0.1em;
  font-family: "Noto Sans Japanese", sans-serif;
}
.recruit #main .top_contents .inner .top_message .inner .btn a {
  color: white;
  text-decoration: none;
}

/* Modal */
.recruit .remodal .pagetitle_h3 {
  margin: 20px 0 10px;
}
.recruit .remodal p {
  text-indent: 1em;
}
.recruit .remodal .box {
  display: -webkit-box;
  display: flex;
  text-align: left;
  flex-flow: column;
  align-items: center;
}

/* Page Main Contents */
.recruit #page_main .page_maincontents:after {
  border: none;
}
.recruit #page_main .page_maincontents .pagetitle_h2 {
  text-align: center;
  color: #0071b9;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 250%;
  position: relative;
  padding-top: 0;
  margin-top: 50px;
  margin-bottom: 130px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .recruit #page_main .page_maincontents .pagetitle_h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 120%;
    padding: 0 0 20px;
  }
}
.recruit #page_main .page_maincontents .pagetitle_h2:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url("../images/recruit/top_bg.png") repeat-y;
}
@media only screen and (max-width: 768px) {
  .recruit #page_main .page_maincontents .pagetitle_h2:before {
    height: 4px;
  }
}
.recruit #page_main .page_maincontents .pagetitle_h2:after {
  position: absolute;
  width: 30px;
  height: 8px;
  background: #fedf00;
  top: 2.5em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media only screen and (max-width: 768px) {
  .recruit #page_main .page_maincontents .pagetitle_h2:after {
    height: 4px;
  }
}

/* Recruit Feature */
body.recruit.feature #page_main .page_maincontents article {
  padding: 0;
}

.recruit_feature {
  display: flex;
  flex-flow: column;
}
.recruit_feature li {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 20px;
}
.recruit_feature li div:nth-of-type(1) {
  width: 70%;
  max-width: calc(1180px * 0.7);
}
.recruit_feature li div:nth-of-type(2) {
  width: 30%;
  max-width: calc(1180px * 0.3);
}

@media only screen and (max-width: 768px) {
  .recruit_feature {
    gap: 30px;
  }
  .recruit_feature li {
    flex-flow: column;
    padding-top: 0;
    /* gap: 10px; */
  }
  .recruit_feature li div:nth-of-type(1),
  .recruit_feature li div:nth-of-type(2) {
    width: 100%;
    max-width: none;
  }
}

/* Footer */
.recruit footer {
  background: #f6f6f6;
  border-bottom: 5px solid #fedf00;
  border-top: 5px solid #efefef;
}
@media only screen and (max-width: 768px) {
  .recruit footer {
    padding: 20px 0;
  }
}
.recruit footer .inner {
  text-align: left;
  display: -webkit-box;
  display: flex;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 768px) {
  .recruit footer .inner {
    display: block;
    padding: 30px 20px 50px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.recruit footer .inner .logo {
  margin-bottom: 20px;
}
.recruit footer .inner .logotype {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .recruit footer .inner .logotype {
    display: block;
    margin-bottom: 30px;
  }
}
.recruit footer .inner .logotype img {
  width: auto;
  height: 52px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .recruit footer .inner .logotype img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.recruit footer .inner .logotype .boshu {
  margin-top: 0.5em;
  font-size: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit footer .inner .logotype .boshu {
    margin: 0;
  }
}
.recruit footer .inner .logotype .boshu a {
  padding: 12px 70px;
  background: white;
  border: 1px solid #0071b9;
  text-decoration: none;
  color: #0071b9;
}
@media only screen and (max-width: 768px) {
  .recruit footer .inner .logotype .boshu a {
    padding: 10px 30px;
  }
}
.recruit footer .inner .logotype .boshu a:hover {
  background: #0071b9;
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.recruit footer .box {
  background-image: none;
  background: white;
  border-top: 2px solid #eeefef;
  padding-top: 30px;
}
.recruit footer .box .privacy {
  display: inline-block;
  margin-right: 20px;
}

/* =================================================================
   FAQ Section - Enhanced Design
================================================================= */
.recruit .faq_section {
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
  padding: 100px 0;
  /* margin: 50px 0; */
  position: relative;
}

.recruit .faq_section::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(0, 113, 185, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(254, 223, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.recruit .faq_section .section_title {
  text-align: center;
  color: #0071b9;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding: 0.5em 0;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  z-index: 1;
  background: #f5f5f5;
}

.recruit .faq_section .section_title::after {
  /* content: ''; */
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0071b9, #fedf00);
  border-radius: 2px;
}

.faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.faq__item {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.faq__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0071b9, #fedf00);
  background: #0071b9;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.faq__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
}

.faq__item:hover::before {
  transform: scaleX(1);
}

.faq__item.active {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 113, 185, 0.15), 0 8px 16px rgba(0, 113, 185, 0.1);
}

.faq__item.active::before {
  transform: scaleX(1);
}

.faq__question {
  width: 100%;
  padding: 28px 32px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  line-height: 1.6;
}

.faq__question:focus {
  outline: none;
}

.faq__question.active {
  color: #0071b9;
  background: rgba(0, 113, 185, 0.02);
}

.question_text {
  flex: 1;
  padding-right: 20px;
  font-family: "Noto Sans Japanese", sans-serif;
}

.faq__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0071b9, #005a8f);
  color: transparent; /* HTMLのテキストを非表示 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 113, 185, 0.3);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fedf00, #f4d03f);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  border-radius: 50%;
  z-index: 1;
}

.faq__icon::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 2;
}

.faq__question.active .faq__icon::before {
  transform: translate(-50%, -50%) scale(1);
}

.faq__question.active .faq__icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
  color: #2c3e50;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(248, 249, 250, 0.5);
}

.faq__answer.active {
  max-height: 400px;
}

.answer_content {
  padding: 32px;
  position: relative;
}

.answer_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
}

.answer_content p {
  /* margin: 24px 0 0; */
  line-height: 1.8;
  color: #555;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", sans-serif;
  animation: fadeInUp 0.5s ease-out;
}

/* =================================================================
   Job Requirements Section - Simplified Design
================================================================= */
.youkou {
  /* background: #f8f9fa; */
  /* padding: 80px 0; */
  /* margin: 50px 0; */
  position: relative;
}

.youkou .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.youkou .section_title {
  text-align: center;
  color: #0071b9;
  background: #f5f5f5;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding: 0.5em 0;
  /* margin-bottom: 60px; */
  letter-spacing: 0.1em;
}

.youkou .section_title::after {
  /* content: ''; */
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #fedf00;
  border-radius: 2px;
}

.job-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 12px;
  flex-wrap: wrap;
}

.job-tab {
  padding: 15px 30px;
  background: #ffffff;
  border: 2px solid #0071b9;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0071b9;
  font-size: 1rem;
  min-width: 160px;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.job-tab:hover {
  background: #0071b9;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 113, 185, 0.3);
}

.job-tab.active {
  background: #0071b9;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 113, 185, 0.3);
}

.job-details {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.job-content {
  display: none;
}

.job-content.active {
  display: block;
  animation: fadeInUp 0.5s ease-out;
}

.job-title {
  color: #0071b9;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans Japanese", sans-serif;
  border-top: 4px solid #0071b9;
}

.job-table {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.job-table dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.job-table dt,
.job-table dd {
  padding: 20px 24px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.job-table dt {
  width: 25%;
  background: #0071b9;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-family: "Noto Sans Japanese", sans-serif;
}

.job-table dd {
  width: 75%;
  background: #ffffff;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: "Noto Sans Japanese", sans-serif;
}

.job-table dt:last-of-type,
.job-table dd:last-of-type {
  border-bottom: none;
}

.job-table dt:nth-of-type(even) {
  background: #005a8f;
}

.job-table dd:nth-of-type(even) {
  background: #f8f9fa;
}

/* =================================================================
   Contact Form Styles (統合された内容) - Enhanced Design
================================================================= */
.recruit .entry {
  position: relative;
  top: auto;
  right: auto;
  z-index: auto;
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-top: 100px;
  position: relative;
}

.recruit .entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 20%, rgba(0, 113, 185, 0.03) 0%, transparent 40%), radial-gradient(circle at 85% 80%, rgba(254, 223, 0, 0.03) 0%, transparent 40%);
  pointer-events: none;
}
.screen-reader-response {
  display: none;
}

.recruit .entry {
  max-width: 1000px;
  margin: 100px auto 0;
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 113, 185, 0.08), 0 10px 30px rgba(0, 0, 0, 0.05), 0 4px 15px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 1;
}

.recruit .entry .recruit-contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0071b9, #fedf00, #0071b9);
  border-radius: 20px 20px 0 0;
}

.recruit .entry .section_title {
  text-align: center;
  color: #0071b9;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}

/* .recruit .entry .section_title:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: url("../images/recruit/top_bg.png") repeat-y;
} */

.recruit .entry .section_title:after {
  position: absolute;
  width: 30px;
  height: 8px;
  background: #fedf00;
  top: 2.5em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

.recruit .entry .contact_table {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.recruit .entry .contact_table > dt,
.recruit .entry .contact_table > dd {
  padding: 1.5em;
  margin: 0;
  border-bottom: 1px solid #e8eef6;
  text-align: left;
  box-sizing: border-box;
}

.recruit .entry .contact_table > dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  background: linear-gradient(135deg, #f8fafe 0%, #eef6ff 100%);
  font-weight: 600;
  font-size: 1.1rem;
  color: #0071b9;
  font-family: "Noto Sans Japanese", sans-serif;
  border-left: 4px solid #0071b9;
  position: relative;
}
.recruit .entry .contact_table > dt:first-of-type {
  border-radius: 10px 0 0 0;
}
.recruit .entry .contact_table > dt:last-of-type {
  border-radius: 0 0 0 10px;
}

.recruit .entry .contact_table > dd {
  width: 70%;
  background: #ffffff;
  border-left: 1px solid #e8eef6;
}

.recruit .entry .contact_table .hissu {
  margin-left: 0.8em;
  padding: 6px 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
}

.recruit .entry .contact_table input[type="text"],
.recruit .entry .contact_table input[type="tel"],
.recruit .entry .contact_table input[type="email"],
.recruit .entry .contact_table input[type="date"] {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e8eef6;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fbfcfe;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  font-family: "Noto Sans Japanese", sans-serif;
}

.recruit .entry .contact_table input[type="text"]:hover,
.recruit .entry .contact_table input[type="tel"]:hover,
.recruit .entry .contact_table input[type="email"]:hover,
.recruit .entry .contact_table input[type="date"]:hover {
  border-color: #c1d4ed;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 113, 185, 0.05);
  transform: translateY(-1px);
}

.recruit .entry .contact_table input[type="text"]:focus,
.recruit .entry .contact_table input[type="tel"]:focus,
.recruit .entry .contact_table input[type="email"]:focus,
.recruit .entry .contact_table input[type="date"]:focus {
  outline: none;
  border-color: #0071b9;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 113, 185, 0.1), 0 8px 25px rgba(0, 113, 185, 0.15);
  transform: translateY(-2px);
}

.recruit .entry .contact_table textarea {
  width: 100%;
  min-height: 140px;
  padding: 15px 20px;
  border: 2px solid #e8eef6;
  border-radius: 12px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", sans-serif;
  resize: vertical;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fbfcfe;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  line-height: 1.6;
}

.recruit .entry .contact_table textarea:hover {
  border-color: #c1d4ed;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 113, 185, 0.05);
  transform: translateY(-1px);
}

.recruit .entry .contact_table textarea:focus {
  outline: none;
  border-color: #0071b9;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 113, 185, 0.1), 0 8px 25px rgba(0, 113, 185, 0.15);
  transform: translateY(-2px);
}

.recruit .entry .contact_table input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.recruit .entry .contact_table .wpcf7-list-item {
  margin: 0 12px 12px 0;
  display: inline-block;
}

.recruit .entry .contact_table .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px 24px;
  border: 2px solid #e8eef6;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #fbfcfe 0%, #f8fafe 100%);
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.recruit .entry .contact_table .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.recruit .entry .contact_table .wpcf7-list-item label:hover {
  border-color: #0071b9;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafe 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 113, 185, 0.12);
}

.recruit .entry .contact_table .wpcf7-list-item label:hover::before {
  left: 100%;
}

.recruit .entry .contact_table .wpcf7-list-item label:has(input[type="radio"]:checked) {
  border-color: #0071b9;
  background: linear-gradient(135deg, #0071b9 0%, #005a8f 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 113, 185, 0.3);
}

.recruit .entry .contact_table .wpcf7-list-item label:has(input[type="radio"]:checked)::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.recruit .entry .form-submit {
  text-align: center;
  margin-top: 40px;
}

.recruit .entry .contact_btn {
  display: inline-block;
  color: white;
  padding: 20px 50px;
  background: linear-gradient(135deg, #0071b9 0%, #005a8f 50%, #0071b9 100%);
  background-size: 200% 100%;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(0, 113, 185, 0.3);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans Japanese", sans-serif;
}

.recruit .entry .contact_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.recruit .entry .contact_btn::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  opacity: 0;
}

.recruit .entry .contact_btn:hover {
  background-position: 100% 0;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 113, 185, 0.4);
  /* padding-right: 60px; */
}

.recruit .entry .contact_btn:hover::before {
  left: 100%;
}

.recruit .entry .contact_btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(5px);
}

.recruit .entry .contact_btn:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 113, 185, 0.5);
}

/* エラーメッセージのスタイル */
/* .recruit .entry .wpcf7-validation-errors {
  padding: 15px 20px;
  border: 2px solid #e74c3c;
  border-radius: 5px;
  background: #fff5f5;
  color: #e74c3c;
  margin-bottom: 30px;
  font-weight: bold;
}

.recruit .entry .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.9rem;
  margin-top: 5px;
  display: block;
}

.recruit .entry .wpcf7-mail-sent-ok {
  padding: 15px 20px;
  border: 2px solid #27ae60;
  border-radius: 5px;
  background: #f8fff8;
  color: #27ae60;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.recruit .entry .wpcf7-response-output {
  padding: 20px;
  text-align: center;
  color: #0071b9;
} */

/* Apply Button Area */
.apply-button-area {
  text-align: center;
  margin-top: 40px;
  padding: 30px 0;
}

.apply-btn {
  display: inline-block;
  background: #0071b9;
  color: #fff;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 113, 185, 0.3);
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.05em;
}

.apply-btn:hover {
  background: #005a8f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 113, 185, 0.4);
  color: #fff;
  text-decoration: none;
}

/* =================================================================
   LINE Application Button Section
================================================================= */
.line-application-section {
  text-align: center;
  margin: 40px 0;
  padding: 20px;
}

.line-application-btn {
  display: inline-block;
  background: #00c300;
  color: #ffffff;
  padding: 18px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 195, 0, 0.3);
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}

.line-application-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.line-application-btn::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  opacity: 0;
}

.line-application-btn:hover {
  background: #00a000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 195, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
  padding-right: 60px;
}

.line-application-btn:hover::before {
  left: 100%;
}

.line-application-btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(5px);
}

.line-application-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 195, 0, 0.5);
}

/* Mobile Responsive for LINE Button */
@media only screen and (max-width: 768px) {
  .line-application-section {
    padding: 15px;
    margin: 30px 0;
  }
  
  .line-application-btn {
    padding: 16px 30px;
    font-size: 1.1rem;
    width: 100%;
    max-width: 350px;
  }
}

/* =================================================================
   Animations
================================================================= */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-20px, -10px) rotate(1deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================================================================
   Mobile Responsive Styles
================================================================= */
@media only screen and (max-width: 768px) {
  /* Header */
  #menu-sp {
    top: 0;
    padding-top: 0px;
  }
  #menu-sp .logo {
    background: #0071b9;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border-top: 4px solid #fedf00;
  }
  #menu-sp .logo img {
    width: 60%;
    max-width: 200px;
  }

  /* Entry Button */
  .recruit .entrybtn {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    height: 50px;
    margin: 0 auto;
  }
  .recruit .entrybtn a {
    display: flex;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 5px #ccc;
  }

  /* Main Content */

  .recruit #main .top_contents .inner .box .ttl {
    font-size: 1.5rem;
  }

  .recruit #main .top_contents .inner .box:nth-child(odd),
  .recruit #main .top_contents .inner .box:nth-child(even) {
    flex-direction: column;
  }

  .recruit #main .top_contents .inner .box .text {
    order: 2 !important;
  }

  .recruit #main .top_contents .inner .box .img {
    order: 1 !important;
    flex: none !important;
  }

  /* Slider */
  .recruit #main .top_contents .inner .slider-recruittop {
    margin: 20px -20px 60px;
  }
  .recruit #main .top_contents .inner .slider-recruittop div.slick-list ul {
    flex-direction: column;
    background: #f9f9f9;
    gap: 10px;
  }
  .recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li {
    width: 100%;
    font-size: 10px;
  }
  .recruit #main .top_contents .inner .slider-recruittop div.slick-list ul li .pagetitle_h3 {
    margin-bottom: 6px;
  }

  /* Staff List */
  .recruit #main .top_contents .inner .staff_list {
    gap: 3rem;
  }
  .recruit #main .top_contents .inner .staff_list .staff:nth-child(odd) {
    padding-right: 20px;
  }
  .recruit #main .top_contents .inner .staff_list .staff:nth-child(odd) img {
    border-radius: 0px 10px 10px 0px;
  }
  .recruit #main .top_contents .inner .staff_list .staff:nth-child(even) {
    padding-left: 20px;
  }
  .recruit #main .top_contents .inner .staff_list .staff:nth-child(even) img {
    border-radius: 10px 0px 0px 10px;
  }

  .recruit #main .top_contents .inner .staff_list .staff .text {
    padding: 10px 20px;
    max-width: 100%;
    margin-left: -80px;
  }
  .recruit #main .top_contents .inner .staff_list .staff:nth-child(even) .text {
    margin-right: -80px;
  }
  .recruit #main .top_contents .inner .staff_list .staff .text span {
    font-size: 12px;
  }

  /* Top Message */
  .recruit #main .top_contents .inner .top_message {
    height: 50vw;
    margin: 70px 0 0;
    padding: 0;
  }
  .recruit #main .top_contents .inner .top_message .inner {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .recruit #main .top_contents .inner .top_message .inner .btn {
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    right: 0;
  }

  /* Contact Form */
  .recruit .entry {
    padding: 40px 0;
    margin-top: 0;
  }

  .recruit .entry .recruit-contact-form {
    padding: 30px 0;
    margin: 0 15px;
  }

  .recruit .entry .section_title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .recruit .entry .section_title::after {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fedf00;
    top: 2em;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .recruit .entry .contact_table > dt,
  .recruit .entry .contact_table > dd {
    width: 100%;
    padding: 1.2rem;
  }

  .recruit .entry .contact_table > dt,
  .recruit .entry .contact_table > dt:last-of-type {
    border-bottom: none;
    background: linear-gradient(135deg, #f8fafe 0%, #eef6ff 100%);
    border-radius: 8px 8px 0 0;
  }

  .recruit .entry .contact_table > dd {
    border-radius: 0 0 8px 8px;
    margin-bottom: 1rem;
  }

  .recruit .entry .contact_table .wpcf7-list-item {
    display: block;
    margin: 0 0 12px 0;
  }

  .recruit .entry .contact_table .wpcf7-list-item label {
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .recruit .entry .contact_btn {
    width: 100%;
    max-width: 320px;
    padding: 18px 30px;
    font-size: 1.1rem;
  }

  .recruit .entry .contact_btn:hover {
    padding-right: 40px;
  }

  /* Job Tabs */
  .job-tabs {
    flex-direction: column;
    gap: 10px;
  }

  .job-tab {
    padding: 12px 20px;
  }

  .job-table dt,
  .job-table dd {
    width: 100%;
    padding: 10px 15px;
  }

  .job-table dt {
    border-bottom: none;
  }

  /* Enhanced FAQ Mobile Styles */
  .recruit .faq_section {
    padding: 60px 0 20px;
    margin-top: 40px;
  }

  .recruit .faq_section .section_title {
    font-size: 1.5rem;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .recruit .faq_section .section_title::after {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fedf00;
    top: 2em;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .faq {
    padding: 0 15px;
  }

  .faq__item {
    margin-bottom: 16px;
    border-radius: 12px;
  }

  .faq__question {
    padding: 20px 16px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .question_text {
    padding-right: 15px;
  }

  .faq__icon {
    width: 28px;
    height: 28px;
  }

  .faq__icon::after {
    font-size: 1rem;
  }

  .faq__answer.active {
    max-height: 500px;
  }

  .answer_content {
    padding: 16px;
  }

  .answer_content p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  /* Job Requirements Mobile Styles */
  .youkou {
    padding: 40px 0 20px;
    margin: 0;
  }

  .youkou .section_title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .recruit .youkou .section_title::after {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fedf00;
    top: 1.5em;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .job-tabs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 20px 30px;
  }

  .job-tab {
    width: 100%;
    max-width: 250px;
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .job-details {
    padding: 0 15px;
  }

  .job-title {
    font-size: 1rem;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .job-table {
    border-radius: 8px;
    margin-bottom: 25px;
  }

  .job-table dt,
  .job-table dd {
    width: 100%;
    padding: 15px 16px;
  }

  .job-table dt {
    font-size: 0.9rem;
    border-bottom: none;
  }

  .job-table dd {
    font-size: 0.85rem;
    border-top: 1px solid #e0e0e0;
  }

  .apply-button-area {
    padding: 25px 20px;
    margin-top: 25px;
  }

  .apply-btn {
    width: 85%;
    max-width: 300px;
    padding: 14px 25px;
    font-size: 1rem;
  }
}

/* ===============================================
   スクロールアニメーション
=============================================== */

/* 基本設定 */
.fade-animation {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.fade-animation.is-visible {
  opacity: 1;
}

/* 右からフェードイン */
.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* 下からフェードイン */
.fade-in-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.fade-in-bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 左からフェードイン */
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* アニメーション遅延オプション */
.fade-animation.delay-200 {
  transition-delay: 0.2s;
}

.fade-animation.delay-400 {
  transition-delay: 0.4s;
}

.fade-animation.delay-600 {
  transition-delay: 0.6s;
}

.fade-animation.delay-800 {
  transition-delay: 0.8s;
}

/* スピード調整オプション */
.fade-animation.slow {
  transition-duration: 1.2s;
}

.fade-animation.fast {
  transition-duration: 0.5s;
}
