@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
}
body .recruit-2026 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: clip;
}
body .recruit-2026 .sp-img {
  display: none;
}
body .recruit-2026 .tab_br {
  display: none;
}
body .recruit-2026 .sp_br {
  display: none;
}
body .recruit-2026 .container {
  width: calc(100% - 80px);
  max-width: 1040px;
  margin: 0 auto;
}
body .recruit-2026 .margin {
  margin-bottom: 80px;
}
body .recruit-2026 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .recruit-2026 .mv {
  background: url(../img/mv/mv_bg.webp) no-repeat left/cover;
  animation: fadeIn 1.5s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body .recruit-2026 {
  /* アニメーション */
}
body .recruit-2026 .js-fadein-bottom,
body .recruit-2026 .js-fadein-right,
body .recruit-2026 .js-fadein-left {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
body .recruit-2026 .js-fadein-bottom {
  transform: translateY(100px);
}
body .recruit-2026 .js-fadein-right {
  transform: translateX(100px);
}
body .recruit-2026 .js-fadein-left {
  transform: translateX(-100px);
}
body .recruit-2026 .js-fadein-bottom.is-show,
body .recruit-2026 .js-fadein-right.is-show,
body .recruit-2026 .js-fadein-left.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
body .recruit-2026 {
  /* アニメーション */
}
body .recruit-2026 .mv-top {
  position: relative;
  z-index: 1;
}
body .recruit-2026 .mv-top .text-area {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  font-size: 6rem;
}
body .recruit-2026 .mv-top .text-area h1 {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-style: normal;
}
body .recruit-2026 .mv-bottom {
  position: relative;
}
body .recruit-2026 .mv-bottom::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/sec01/sec01_bg.webp) no-repeat bottom/cover;
  width: 100%;
  height: calc(100% + 80px);
  bottom: 0;
}
body .recruit-2026 .mv-bottom > div {
  position: relative;
  z-index: 5;
  padding: 20px 0 30px 0;
}
body .recruit-2026 .mv-bottom > div .lead-l {
  font-size: 2.5rem;
}
body .recruit-2026 .mv-bottom > div .lead-s {
  font-size: 1.6rem;
  padding-top: 20px;
  line-height: 1.9;
}
body .recruit-2026 .mv-bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
body .recruit-2026 .mv-bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px;
}
body .recruit-2026 .mv-bottom .swiper-horizontal > .swiper-pagination-bullets,
body .recruit-2026 .mv-bottom .swiper-pagination-bullets.swiper-pagination-horizontal,
body .recruit-2026 .mv-bottom .swiper-pagination-custom,
body .recruit-2026 .mv-bottom .swiper-pagination-fraction {
  width: 100%;
  margin-right: 25px;
  bottom: -20px;
  right: 34px;
  display: flex;
  justify-content: flex-end;
  padding: 0 60px 0 0;
}
body .recruit-2026 .mv-bottom .swiper-pagination-bullet {
  background-color: #ddbdaf;
  width: 10px;
  height: 10px;
  opacity: 1;
}
body .recruit-2026 .mv-bottom .swiper-pagination-bullet-active {
  background-color: #ff9966;
}
body .recruit-2026 .swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 450px;
}
body .recruit-2026 .swiper img {
  width: 80%;
  margin-left: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-bottom-left-radius: 20px;
}
body .recruit-2026 .sec02 {
  width: 100%;
  background: url(../img/sec02/sec02_bg.webp) no-repeat top/cover;
}
body .recruit-2026 .feature_content {
  padding-top: 100px;
}
body .recruit-2026 .heading_area {
  position: relative;
  z-index: 20;
}
body .recruit-2026 .heading_area::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/sec02/sec02_title_illust.svg) no-repeat center/contain;
  width: 120px;
  height: 110px;
  right: 50%;
  transform: translateX(50%);
  top: -10px;
  z-index: -1;
}
body .recruit-2026 .heading {
  position: relative;
  font-size: 5.5rem;
  text-align: center;
  line-height: 1.2;
}
body .recruit-2026 .heading > span {
  position: relative;
  font-size: 5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .recruit-2026 .orenge,
body .recruit-2026 .green {
  position: relative;
  color: #f15a24;
}
body .recruit-2026 .orenge::after,
body .recruit-2026 .green::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: #f15a24;
  animation: scrollbar 2s ease-in-out infinite;
}
@keyframes scrollbar {
  0% {
    transform: translateX(-50%) translateY(0);
    height: 0;
    opacity: 1;
  }
  30% {
    height: 50px;
  }
  100% {
    transform: translateX(-50%) translateY(50px);
    height: 0;
    opacity: 0;
  }
}
body .recruit-2026 .card-sec-area {
  margin-top: 120px;
}
body .recruit-2026 .card-sec {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
body .recruit-2026 .card-sec + .card-sec {
  margin-top: 80px;
}
body .recruit-2026 .card-sec:nth-of-type(2) .sec02_text_area::before {
  background: url(../img/sec02/sec02_feature02.svg) no-repeat center left/contain;
}
body .recruit-2026 .card-sec:nth-of-type(3) .sec02_text_area::before {
  background: url(../img/sec02/sec02_feature03.svg) no-repeat center left/contain;
}
body .recruit-2026 .img_area {
  width: 60%;
}
body .recruit-2026 .img_area img {
  display: block;
  width: 100%;
  border-radius: 20px;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .recruit-2026 .sec02_text_area {
  position: absolute;
  width: 50%;
  min-width: 480px;
  height: auto;
  background-color: #fff;
  padding: 20px 0 0 5%;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: left;
  right: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 20;
  box-shadow: 5px 5px 5px rgba(102, 51, 0, 0.1);
}
body .recruit-2026 .sec02_text_area h3 {
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  padding: 10px 0 15px;
  color: #f15a24;
}
body .recruit-2026 .sec02_text_area h3::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/sec02/sec02_title_illust.svg) no-repeat center/contain;
  width: 150px;
  height: 150px;
  top: -45px;
  z-index: -1;
  left: -55px;
}
body .recruit-2026 .sec02_text_area::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/sec02/sec02_feature01.svg) no-repeat center left/contain;
  width: 460px;
  height: 54px;
  top: -27px;
  margin: auto;
}
body .recruit-2026 .sec02_text_area p {
  line-height: 1.8;
}
body .recruit-2026 .flex-direction {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: none;
}
body .recruit-2026 .bottom_contant {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 150px;
}
body .recruit-2026 .sec02_banner {
  width: 100%;
  margin: 80px 0 50px;
}
body .recruit-2026 .sec02_banner img {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(102, 51, 0, 0.1);
}
body .recruit-2026 .cta {
  position: relative;
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, #4c94db, #0066cc);
  color: #fff;
  font-size: 3rem;
  width: 640px;
  border-radius: 15px;
  margin: 0 auto;
  text-box: trim-both cap alphabetic;
  line-height: 1.2;
  font-weight: 700;
  padding: 20px 20px 30px;
}
body .recruit-2026 .cta::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/arrow.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s ease-out;
}
body .recruit-2026 .cta:hover::after {
  transform: translate(8px, -50%);
  transition: transform 0.3s ease-out;
}
body .recruit-2026 .cta span {
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
  line-height: 0;
}
body .recruit-2026 .sec03 .blue {
  color: #0066cc;
  text-box: trim-both cap alphabetic;
  font-size: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body .recruit-2026 .sec03 .blue::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/sec03/sec03_title_illust.svg) no-repeat center/contain;
  width: 200px;
  height: 200px;
  right: -102px;
  z-index: -1;
  top: -45px;
}
body .recruit-2026 .sec03 .blue::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 1px #0066cc;
  right: 50%;
  transform: translateX(50%);
  bottom: -20px;
}
body .recruit-2026 .sec03 .flex {
  margin-top: 80px;
  justify-content: space-between;
  gap: 200px;
}
body .recruit-2026 .sec03 .flex .character__visual {
  position: relative;
  width: 25%;
}
body .recruit-2026 .sec03 .flex .character__visual > img {
  width: 100%;
  height: auto;
  transform: translateX(140px);
}
body .recruit-2026 .sec03 .flex .character__visual .character__speech {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
}
body .recruit-2026 .sec03 .flex .character__visual .balloon {
  display: inline-block;
  animation: poyon 2s ease-in-out infinite;
}
@keyframes poyon {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1, 0.9);
  }
  40% {
    transform: scale(0.95, 1.05);
  }
  60% {
    transform: scale(1.05, 0.95);
  }
  80% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1);
  }
}
body .recruit-2026 .sec03 .flex .character__content {
  width: 60%;
  line-height: 1.8;
}
body .recruit-2026 .sec03 .flex .character__content .character__lead {
  padding-bottom: 20px;
}
body .recruit-2026 .sec03 .flex .character__content .character__lead span {
  font-size: 1.8rem;
  color: #0066cc;
}
body .recruit-2026 .sec03 .flex .character__content .character__message {
  color: #0066cc;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #e6f0fa;
  padding: 20px 30px;
  border-radius: 10px;
}
body .recruit-2026 .sec04 {
  padding: 80px 0 150px 0;
  background: url("../img/sec04/sec04_bg.webp") no-repeat center/cover;
}
body .recruit-2026 .green {
  color: #00a99d;
}
body .recruit-2026 .green::after {
  background-color: #00a99d;
}
body .recruit-2026 .green span {
  position: relative;
}
body .recruit-2026 .green span::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/sec04/sec04_title_illust.svg) no-repeat center/contain;
  width: 120px;
  height: 110px;
  right: 50%;
  transform: translateX(50%);
  top: -25px;
  z-index: -1;
}
body .recruit-2026 .merit-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin: 180px 0 50px 0;
}
body .recruit-2026 .merit-list li {
  position: relative;
  width: calc((100% - 160px) / 3);
  font-size: 1.6rem;
  font-weight: 500;
}
body .recruit-2026 .merit-list li img {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 169, 157, 0.6), 0 0 50px rgba(0, 169, 157, 0.4), 0 0 90px rgba(0, 169, 157, 0.25);
}
body .recruit-2026 .merit-list li > span {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #db893e;
  top: -80px;
  right: 50%;
  transform: translateX(50%);
}
body .recruit-2026 .merit-list li::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: solid 1px #db893e;
  top: -30px;
  right: 50%;
  transform: translateX(50%);
}
body .recruit-2026 .merit-list li p {
  padding-top: 20px;
  text-align: center;
}
body .recruit-2026 .merit-list li p > span {
  color: #00a99d;
  font-size: 2rem;
  font-weight: 800;
}
body .recruit-2026 .sec05 {
  text-align: center;
}
body .recruit-2026 .sec05 .container h2 {
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
body .recruit-2026 .sec05 .container h2 span {
  padding-left: 10px;
}
body .recruit-2026 .sec05 .container > p {
  font-size: 1.6rem;
}
body .recruit-2026 .sec05 ul {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
body .recruit-2026 .sec05 ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
}
body .recruit-2026 .sec05 ul li img {
  display: block;
  width: 100%;
  height: auto;
}
body .recruit-2026 .sec05 ul li p {
  position: absolute;
  bottom: 0;
  text-align: justify;
  font-size: 1.3rem;
  color: #fff;
  height: 85px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}
body .recruit-2026 .sec05 ul li span {
  position: absolute;
  color: #fff;
  z-index: 999;
  bottom: 5px;
  right: 10px;
  font-size: 1.2rem;
}
body footer {
  background-color: #f2f2f2;
  border-top: solid 1px #ccc;
}
body footer .container {
  padding: 20px 0 80px;
}
body footer ul {
  display: flex;
  justify-content: center;
}
body footer ul li + li {
  margin-left: 40px;
}
body footer ul li img {
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
body footer small {
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  body .recruit-2026 .note {
    display: block;
  }
  body .recruit-2026 .mv-top .text-area > img {
    width: 70%;
  }
  body .recruit-2026 .mv-top .text-area h1 img {
    width: 90%;
  }
}
@media screen and (min-width: 821px) and (max-width: 1200px) {
  body .recruit-2026 .sec02_text_area {
    min-width: 440px;
  }
  body .recruit-2026 .sec02_text_area h3 {
    font-size: 2.4rem;
  }
  body .recruit-2026 .sec02_text_area h3::after {
    width: 120px;
    height: 120px;
    top: -35px;
    left: -30px;
  }
  body .recruit-2026 .sec02_text_area p {
    font-size: 14px;
  }
  body .recruit-2026 .sec02_text_area::before {
    height: 44px;
    top: -10px;
  }
  body .recruit-2026 .sec02_text_area .text_contant {
    width: calc(100% - 80px);
  }
  body .recruit-2026 .sec02_text_area.card-sec:nth-of-type(2) .sec02_text_area {
    padding: 0 20px 0 0;
  }
  body .recruit-2026 .sec02_text_area::before {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 821px) {
  body .recruit-2026 .card-sec:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  body .recruit-2026 .card-sec:nth-of-type(2) .sec02_text_area {
    justify-content: flex-end;
    left: 0;
    border-radius: 0 20px 20px 0;
    padding: 0 60px 0 0;
  }
  body .recruit-2026 .card-sec:nth-of-type(2) .text_contant {
    width: calc(100% - 60px);
  }
  body .recruit-2026 .card-sec:nth-of-type(3) .sec02_text_area {
    white-space: nowrap;
  }
  body .recruit-2026 .sec02_text_area .text_contant {
    width: calc(100% - 120px);
    max-width: 450px;
  }
}
@media screen and (max-width: 820px) {
  body .recruit-2026 .container {
    width: 100%;
    padding: 0 5%;
  }
  body .recruit-2026 .tab_br {
    display: block;
  }
  body .recruit-2026 .pc_br {
    display: none;
  }
  body .recruit-2026 .pc-img {
    display: none !important;
  }
  body .recruit-2026 .sp-img {
    display: block;
  }
  body .recruit-2026 .flex {
    display: block;
    width: 100%;
  }
  body .recruit-2026 .container {
    max-width: 100%;
  }
  body .recruit-2026 .mv-top .text-area {
    position: inherit;
    top: 0;
    transform: translateY(0);
    left: 0;
    padding: 60px 0;
  }
  body .recruit-2026 .mv-top .text-area > img {
    display: block;
    margin: 0 auto;
    width: 70%;
    padding-bottom: 30px;
  }
  body .recruit-2026 .mv-top .text-area h1 {
    position: relative;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-style: normal;
  }
  body .recruit-2026 .mv-top .text-area h1 > img {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 99;
  }
  body .recruit-2026 .mv-top .text-area h1::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/mv/gradation.svg) no-repeat center/contain;
    width: 120px;
    height: 120px;
    z-index: 20;
    bottom: -25px;
    right: 48%;
    transform: translateX(50%);
  }
  body .recruit-2026 .swiper {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  body .recruit-2026 .swiper img {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
  }
  body .recruit-2026 .mv-bottom .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  body .recruit-2026 .mv-bottom .flex {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
  body .recruit-2026 .mv-bottom > div .lead-s {
    padding: 20px 0 20px 0;
  }
  body .recruit-2026 .mv-bottom .swiper-horizontal > .swiper-pagination-bullets,
  body .recruit-2026 .mv-bottom .swiper-pagination-bullets.swiper-pagination-horizontal,
  body .recruit-2026 .mv-bottom .swiper-pagination-custom,
  body .recruit-2026 .mv-bottom .swiper-pagination-fraction {
    margin-right: 0;
    display: block;
    padding: 0;
  }
  body .recruit-2026 .heading {
    font-size: 3.2rem;
  }
  body .recruit-2026 .heading > span {
    font-size: 3rem;
  }
  body .recruit-2026 .img_area {
    position: relative;
    width: 100%;
  }
  body .recruit-2026 .img_area img {
    display: block;
    width: 100%;
    border-radius: 0;
    min-height: auto;
  }
  body .recruit-2026 .feature_content {
    padding: 80px 0 50px 0;
  }
  body .recruit-2026 .sec02_text_area {
    width: 90%;
    height: auto;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    min-height: inherit;
    margin: auto;
    top: -20px;
    min-width: auto;
  }
  body .recruit-2026 .sec02_text_area h3 {
    font-size: 2rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  body .recruit-2026 .sec02_text_area h3::after {
    top: -30px;
    z-index: -1;
    left: -20px;
    width: 120px;
    height: 120px;
  }
  body .recruit-2026 .sec02_text_area p {
    font-size: 1.4rem;
  }
  body .recruit-2026 .card-sec + .card-sec {
    margin-top: 30px;
  }
  body .recruit-2026 .card-sec .sec02_text_area::before {
    background: url(../img/sec02/sec02_feature01.svg) no-repeat center/contain;
    width: 200px;
    right: 50%;
    transform: translateX(50%);
  }
  body .recruit-2026 .card-sec:nth-of-type(2) .sec02_text_area::before {
    background: url(../img/sec02/sec02_feature02_sp.svg) no-repeat center/contain;
  }
  body .recruit-2026 .card-sec:nth-of-type(3) .sec02_text_area::before {
    background: url(../img/sec02/sec02_feature03.svg) no-repeat center/contain;
  }
  body .recruit-2026 .flex-direction {
    position: relative;
    display: block;
    margin-top: 200px;
  }
  body .recruit-2026 .flex-direction .sec02_text_area {
    padding: 40px 30px;
    display: block;
    justify-content: end;
    border-radius: 10px;
    transform: translate(-50%, 0px);
    left: 50%;
    bottom: -150px;
  }
  body .recruit-2026 .flex-direction .sec02_text_area .inner {
    width: 100%;
    max-width: 100%;
  }
  body .recruit-2026 .sec02_banner {
    padding: 0 5%;
    margin: 0 auto;
    margin-top: 0;
  }
  body .recruit-2026 .cta {
    width: 100%;
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.5;
    padding: 15px 10px 20px 10px;
    border-radius: 10px;
  }
  body .recruit-2026 .cta span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  body .recruit-2026 .bottom_contant {
    padding: 0 5% 80px 5%;
  }
  body .recruit-2026 .sec03 .blue {
    font-size: 3.2rem;
  }
  body .recruit-2026 .sec03 .blue::before {
    width: 120px;
    height: 120px;
    right: -45px;
  }
  body .recruit-2026 .sec03 .flex {
    margin-top: 80px;
    gap: 0;
  }
  body .recruit-2026 .sec03 .flex .character__visual {
    width: 50%;
    margin: 0 auto;
  }
  body .recruit-2026 .sec03 .flex .character__visual > img {
    transform: translateX(35px);
  }
  body .recruit-2026 .sec03 .flex .character__visual .character__speech {
    left: -125px;
  }
  body .recruit-2026 .sec03 .flex .character__visual .character__speech img {
    width: 100%;
  }
  body .recruit-2026 .sec03 .flex .character__content {
    width: 100%;
  }
  body .recruit-2026 .sec03 .flex .character__content .character__lead {
    text-align: center;
    padding: 20px 0;
  }
  body .recruit-2026 .sec03 .flex .character__content .character__lead span {
    font-size: 1.8rem;
  }
  body .recruit-2026 .sec03 .flex .character__content .character__message {
    text-align: center;
  }
  body .recruit-2026 .green span {
    position: relative;
  }
  body .recruit-2026 .green span::after {
    top: -40px;
  }
  body .recruit-2026 .sec04 {
    padding: 80px 0 80px;
  }
  body .recruit-2026 .sec04 .merit-list {
    display: block;
    margin: 180px 0 50px 0;
  }
  body .recruit-2026 .sec04 .merit-list li {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 100px;
  }
  body .recruit-2026 .sec04 .merit-list li:last-of-type {
    margin-bottom: 0;
  }
  body .recruit-2026 .sec04 .merit-list li img {
    width: 50%;
  }
  body .recruit-2026 .sec04 .merit-list li > span {
    font-size: 3rem;
  }
  body .recruit-2026 .sec04 .merit-list li::after {
    top: -30px;
  }
  body .recruit-2026 .sec04 .cta {
    margin-top: 0;
  }
  body .recruit-2026 .sec05 ul {
    display: block;
    padding-top: 50px;
  }
  body .recruit-2026 .sec05 ul li + li {
    margin-top: 24px;
  }
  body .recruit-2026 .sec05 ul li {
    position: relative;
    width: 100%;
  }
  body .recruit-2026 .sec05 ul li a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  body .recruit-2026 .sec05 ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    bottom: -12px;
  }
  body .recruit-2026 .sec05 ul li a img {
    display: block;
    width: 25%;
    height: auto;
    border-radius: 10px;
  }
  body .recruit-2026 .sec05 ul li a p {
    width: 100%;
    position: inherit;
    color: #222;
    height: auto;
    padding: 10px;
    background-color: transparent;
    font-weight: 600;
  }
  body .recruit-2026 .sec05 ul li a span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
  }
}
@media screen and (max-width: 450px) {
  body .recruit-2026 .sp_br {
    display: block;
  }
  body .recruit-2026 .sp_none {
    display: none;
  }
  body .recruit-2026 .orenge::after {
    height: 30px;
    bottom: -50px;
  }
  body .recruit-2026 .mv-top .text-area {
    padding: 0 0 30px 0;
  }
  body .recruit-2026 .mv-top .text-area > img {
    padding: 40px 0 30px 0;
  }
  body .recruit-2026 .mv-top .text-area h1::after {
    height: 120px;
    z-index: 20;
    bottom: -40px;
    right: 48%;
    transform: translateX(50%);
  }
  body .recruit-2026 .mv-bottom .flex {
    padding: 0 5% 50px 5%;
  }
  body .recruit-2026 .mv-bottom > div .lead-l {
    font-size: 2.4rem;
    padding: 30px 0;
    line-height: 2;
  }
  body .recruit-2026 .mv-bottom > div .lead-s {
    font-size: 1.5rem;
    padding-top: 0;
    font-weight: 500;
  }
  body .recruit-2026 .feature_content {
    padding: 50px 0 40px;
  }
  body .recruit-2026 .first .sec02_text_area {
    padding: 40px 30px 20px 30px;
    bottom: -180px;
  }
  body .recruit-2026 .flex-direction {
    margin-top: 240px;
  }
  body .recruit-2026 .sec02_text_area h3 {
    font-size: 1.8rem;
  }
  body .recruit-2026 .sec02_text_area h3::after {
    width: 100px;
    height: 100px;
  }
  body .recruit-2026 .sec02_text_area .feature01::before,
  body .recruit-2026 .sec02_text_area .feature03::before {
    width: 150px;
  }
  body .recruit-2026 .card-sec .sec02_text_area::before {
    width: 150px;
  }
  body .recruit-2026 .sec02_banner {
    padding: 0;
  }
  body .recruit-2026 .sec02_banner > img {
    border-radius: 10px;
  }
  body .recruit-2026 .cta {
    font-size: 2rem;
  }
  body .recruit-2026 .cta::after {
    width: 30px;
    height: 30px;
  }
  body .recruit-2026 .cta span {
    font-size: 1.4rem;
  }
  body .recruit-2026 .sec03 .blue {
    font-size: 2.4rem;
  }
  body .recruit-2026 .sec03 .flex {
    margin-top: 80px;
    gap: 0;
  }
  body .recruit-2026 .sec03 .flex .character__visual {
    width: 60%;
  }
  body .recruit-2026 .sec03 .flex .character__visual > img {
    transform: translateX(35px);
  }
  body .recruit-2026 .sec03 .flex .character__visual .character__speech {
    left: -60px;
  }
  body .recruit-2026 .sec03 .flex .character__visual .character__speech img {
    width: 70%;
  }
  body .recruit-2026 .sec03 .flex .character__content {
    width: 100%;
  }
  body .recruit-2026 .sec03 .flex .character__content .character__lead {
    text-align: center;
    padding: 20px 0;
  }
  body .recruit-2026 .sec03 .flex .character__content .character__lead span {
    font-size: 1.8rem;
  }
  body .recruit-2026 .sec03 .flex .character__content .character__message {
    font-size: 1.6rem;
  }
  body .recruit-2026 .green {
    white-space: nowap;
    font-size: 3rem;
  }
  body .recruit-2026 .green::after {
    height: 30px;
    bottom: -50px;
  }
  body .recruit-2026 .sec04 .merit-list {
    margin-top: 150px;
  }
  body .recruit-2026 .sec04 .merit-list li {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 100px;
  }
  body .recruit-2026 .sec04 .merit-list li > span {
    font-size: 3rem;
    font-weight: 600;
    top: -60px;
  }
  body .recruit-2026 .sec04 .merit-list li::after {
    top: -20px;
    width: 35px;
  }
  body .recruit-2026 .sec05 .container h2 {
    font-size: 2.4rem;
    align-items: center;
  }
  body .recruit-2026 .sec05 .container h2 > img {
    width: 55%;
  }
  body footer .container {
    padding: 15px 0 30px;
  }
  body footer ul li img {
    width: 30px;
  }
  body footer ul li + li {
    margin-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */