@charset "UTF-8";
.mod-container {
  /* Remove default padding */
  /* デフォルトのpaddingを削除 */
  /* Remove default margin */
  /* デフォルトのmarginを削除 */
  /* Set core body defaults */
  /* bodyのデフォルトを定義 */
  /* Remove list styles on ul, ol elements with a class attribute */
  /* class属性を持つul、ol要素のリストスタイルを削除 */
  /* A elements that don't have a class get default styles */
  /* classを持たない要素はデフォルトのスタイルを取得 */
  /* Make images easier to work with */
  /* img要素の扱いを簡単にする */
  /* Inherit fonts for inputs and buttons */
  /* inputやbuttonなどのフォントは継承を定義 */
  /* Remove all animations and transitions for people that prefer not to see them */
  /* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
}
.mod-container *,
.mod-container *::before,
.mod-container *::after {
  box-sizing: border-box;
}
.mod-container body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.mod-container ul,
.mod-container ol {
  list-style: none;
}
.mod-container a:not([class]) {
  text-decoration-skip-ink: auto;
}
.mod-container img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .mod-container * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.mod-container table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html.lock {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

@keyframes anim {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.9, 1.1);
  }
  100% {
    transform: scale(1);
  }
}
.breadcrumb-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 50px;
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb-wrapper .breadcrumb {
  position: static;
}

#recruit2025 {
  color: #4d4d4d;
}
#recruit2025 h1,
#recruit2025 h2,
#recruit2025 h3,
#recruit2025 h4,
#recruit2025 h5,
#recruit2025 h6,
#recruit2025 a {
  color: #4d4d4d;
}
#recruit2025 * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #recruit2025 {
    padding-top: 17.33333vw;
  }
}
#recruit2025 + .breadcrumb-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}
#recruit2025 + .breadcrumb-wrapper .breadcrumb {
  position: static;
  justify-content: flex-start;
}
#recruit2025 .recruit2025-section-inner {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
}
#recruit2025 .anchor-link {
  position: relative;
  z-index: 5;
  background-color: #dae0e0;
}
@media screen and (max-width: 767px) {
  #recruit2025 .anchor-link {
    display: none;
  }
}
#recruit2025 .anchor-link .recruit2025-section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 70px;
}
@media screen and (max-width: 1240px) {
  #recruit2025 .anchor-link .recruit2025-section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#recruit2025 .anchor-link .recruit2025-section-inner .headline {
  font-size: 15px;
  font-weight: bold;
}
#recruit2025 .anchor-link .recruit2025-section-inner .headline span {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #00a05c;
}
#recruit2025 .anchor-link .recruit2025-section-inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 1000px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul {
    gap: 0 10px;
  }
}
#recruit2025 .anchor-link .recruit2025-section-inner ul li {
  width: 170px;
}
@media screen and (max-width: 1200px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul li {
    width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul li {
    width: 120px;
  }
}
#recruit2025 .anchor-link .recruit2025-section-inner ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul li a {
    transition: 0.3s;
  }
  #recruit2025 .anchor-link .recruit2025-section-inner ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1200px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul li a {
    font-size: 12px;
  }
}
#recruit2025 .anchor-link .recruit2025-section-inner ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -3px;
  background: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-green.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  #recruit2025 .anchor-link .recruit2025-section-inner ul li a::before {
    right: 12px;
  }
}
#recruit2025 .recruit-btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 70px;
  padding-left: 85px;
}
@media screen and (min-width: 768px) {
  #recruit2025 .recruit-btn a:hover i {
    width: calc(100% + 85px) !important;
  }
  #recruit2025 .recruit-btn a:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-btn a {
    height: calc(106 / 750 * 100vw);
    padding-left: calc(130 / 750 * 100vw);
  }
}
#recruit2025 .recruit-btn a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #00a05c;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-btn a i {
    width: calc(106 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
    border-radius: calc(106 / 750 * 100vw);
  }
}
#recruit2025 .recruit-btn a i::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  display: block;
  width: 10px;
  height: 15px;
  background: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-white.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-btn a i::before {
    width: calc(13 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
  }
}
#recruit2025 .recruit-btn a span {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit2025 .recruit-btn a span {
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .recruit-btn a span {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .recruit-btn a span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .recruit-btn a span {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}

#recruit2025 .recruit-more-btn {
  width: fit-content;
  margin: 0 auto;
}
#recruit2025 .recruit-more-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 245px;
  height: 60px;
  border-radius: 60px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background-color: #53caa0;
}
@media screen and (min-width: 768px) {
  #recruit2025 .recruit-more-btn a {
    transition: 0.3s;
  }
  #recruit2025 .recruit-more-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-more-btn a {
    width: calc(450 / 750 * 100vw);
    height: calc(121 / 750 * 100vw);
    border-radius: calc(121 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .recruit-more-btn a {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .recruit-more-btn a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .recruit-more-btn a {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}

#recruit2025 .recruit-more-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: block;
  width: 8px;
  height: 13px;
  background: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-white.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-more-btn a::before {
    right: calc(60 / 750 * 100vw);
    width: calc(14 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
  }
}
#recruit2025 .recruit-section-title {
  font-size: 46px;
  font-weight: 500;
  color: #00a05c;
  text-align: center;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .recruit-section-title {
    font-size: clamp(28px, 7.467vw, 57px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .recruit-section-title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .recruit-section-title {
    font-size: clamp(18px, 2.339vw, 28px);
  }
}

#recruit2025 .recruit-section-title + .lead-text {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-section-title + .lead-text {
    margin-top: calc(77 / 750 * 100vw);
  }
}
#recruit2025 .recruit-section-title + .lead-text p {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
}
#recruit2025 .recruit-section-title + .lead-text p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-section-title + .lead-text p {
    line-height: 1.93;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .recruit-section-title + .lead-text p {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .recruit-section-title + .lead-text p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .recruit-section-title + .lead-text p {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .recruit-section-title + .lead-text p::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.93) * 0.5em);
  }
}
#recruit2025 section {
  background-color: #f1f8f5;
}
#recruit2025 section.recruit2025-mv {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv {
    padding-bottom: calc(110 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -60px;
  left: calc(50vw - 600px - 155px);
  width: 383px;
  height: 249px;
  background: url("../image/index/mv-maru01.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv::before {
    top: calc(-1 * 60 / 1400 * 100vw);
    left: -5vw;
    width: calc(383 / 1400 * 100vw);
    height: calc(249 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv::before {
    top: -8vw;
    left: -18vw;
    width: calc(301 / 750 * 100vw);
    height: calc(351 / 750 * 100vw);
    background: url("../image/index/mv-maru01-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
#recruit2025 section.recruit2025-mv .box01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  padding-left: calc(50vw - 600px);
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 1220px) {
  #recruit2025 section.recruit2025-mv .box01 {
    padding-left: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .box01 {
    flex-wrap: wrap;
  }
  #recruit2025 section.recruit2025-mv .box01 .right-col {
    order: 1;
    width: 100%;
    padding-left: calc(140 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .box01 .left-col {
  flex-shrink: 0;
  padding-top: 130px;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .box01 .left-col {
    padding-top: calc(130 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .box01 .left-col {
    width: 100%;
    order: 2;
    margin-top: -3vw;
    padding-top: 0;
  }
}
#recruit2025 section.recruit2025-mv .mv-imgs-list {
  margin-top: -1.5vw;
  flex-grow: 1;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .mv-imgs-list {
    width: 840px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-imgs-list {
    margin-top: -3.5vw;
    width: calc(730 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step01 .group .item, #recruit2025 section.recruit2025-mv .mv-imgs-list.step02 .group .item, #recruit2025 section.recruit2025-mv .mv-imgs-list.step03 .group .item {
  animation-name: anim;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step01 .group .item img:nth-of-type(1) {
  opacity: 1;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step01 .group .item img:nth-of-type(3) {
  opacity: 0;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step02 .group .item img:nth-of-type(2) {
  opacity: 1;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step02 .group .item img:nth-of-type(1) {
  opacity: 0;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step03 .group .item img:nth-of-type(3) {
  opacity: 1;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list.step03 .group .item img:nth-of-type(2) {
  opacity: 0;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group {
    margin-top: calc(8 / 750 * 100vw);
    gap: 0 calc(8 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item {
  position: relative;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item img {
  transition: 1.2s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item img:nth-of-type(2),
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: auto;
  height: 100%;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item02 {
  animation-delay: 0.2s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item02 img {
  transition-delay: 0.2s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item03 {
  animation-delay: 0.4s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item03 img {
  transition-delay: 0.4s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item04 {
  animation-delay: 0.6s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item04 img {
  transition-delay: 0.6s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item05 {
  animation-delay: 0.8s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item05 img {
  transition-delay: 0.8s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item06 {
  animation-delay: 1s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item06 img {
  transition-delay: 1s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item07 {
  animation-delay: 1.2s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item07 img {
  transition-delay: 1.2s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item08 {
  animation-delay: 1.4s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group .item.item08 img {
  transition-delay: 1.4s;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(1) {
  width: calc(236 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(2) {
  width: calc(298 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(3) {
  width: calc(223 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(1) {
  width: calc(387 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(2) {
  width: calc(311 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(3) {
  width: calc(60 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(3) .item:nth-of-type(1) {
  width: calc(339 / 1400 * 100vw);
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(3) .item:nth-of-type(2) {
  width: calc(313 / 1400 * 100vw);
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(1) {
    width: calc(236 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(2) {
    width: calc(298 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(3) {
    width: calc(223 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(1) {
    width: calc(387 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(2) {
    width: calc(311 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(3) {
    width: calc(60 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(3) .item:nth-of-type(1) {
    width: calc(339 / 800 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(3) .item:nth-of-type(2) {
    width: calc(313 / 800 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(1) {
    width: calc(236 / 860 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(2) {
    width: calc(298 / 860 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(1) .item:nth-of-type(3) {
    width: calc(223 / 860 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(1) {
    width: calc(387 / 860 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(2) {
    width: calc(311 / 860 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(2) .item:nth-of-type(3) {
    display: none;
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(3) .item:nth-of-type(1) {
    width: calc(339 / 860 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .mv-imgs-list .group:nth-of-type(3) .item:nth-of-type(2) {
    width: calc(313 / 860 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .mv-imgs-list .group img {
  width: 100%;
}
#recruit2025 section.recruit2025-mv .mv-imgs-list > div:nth-of-type(3) {
  padding-left: 115px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-imgs-list > div:nth-of-type(3) {
    padding-left: calc(100 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .mv-headline {
  position: relative;
  z-index: 2;
  padding-left: 100px;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .mv-headline {
    padding-left: calc(100 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-headline {
    padding-left: 0;
    width: fit-content;
    margin: 0 auto;
  }
}
#recruit2025 section.recruit2025-mv .mv-headline > span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 300px;
  height: 67px;
  background: url("../image/index/mv-mokumoku.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    width: calc(300 / 1400 * 100vw);
    height: calc(67 / 1400 * 100vw);
  }
}
@media screen and (max-width: 1400px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    font-size: clamp(20px, 5.333vw, 41px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    font-size: clamp(13px, 1.671vw, 20px);
  }
}

@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    width: calc(575 / 750 * 100vw);
    height: calc(125 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    font-size: clamp(18px, 4.8vw, 37px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span {
    font-size: clamp(12px, 1.504vw, 18px);
  }
}

#recruit2025 section.recruit2025-mv .mv-headline > span span {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  color: #00a05c;
}
@media screen and (max-width: 1400px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span span {
    font-size: clamp(25px, 6.667vw, 51px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span span {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span span {
    font-size: clamp(16px, 2.089vw, 25px);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span span {
    font-size: clamp(20px, 5.333vw, 41px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .mv-headline > span span {
    font-size: clamp(13px, 1.671vw, 20px);
  }
}

#recruit2025 section.recruit2025-mv .mv-text {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .mv-text img {
    width: calc(505 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .mv-text {
    margin-top: calc(25 / 750 * 100vw);
    text-align: center;
  }
  #recruit2025 section.recruit2025-mv .mv-text img {
    width: calc(566 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .media-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 70px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  #recruit2025 section.recruit2025-mv .media-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box {
    flex-wrap: wrap;
    margin-top: calc(80 / 750 * 100vw);
    padding: 0 calc(80 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .media-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -190px;
  left: 290px;
  width: 292px;
  height: 236px;
  background: url("../image/index/mv-maru02.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-mv .media-box::before {
    top: calc(-190 / 1400 * 100vw);
    left: calc(290 / 1400 * 100vw);
    width: calc(292 / 1400 * 100vw);
    height: calc(236 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box::before {
    top: -10vw;
    left: auto;
    right: calc(20 / 750 * 100vw);
    width: calc(292 / 750 * 100vw);
    height: calc(236 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .media-box .thumbnail {
  flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  #recruit2025 section.recruit2025-mv .media-box .thumbnail {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .thumbnail {
    width: 100%;
  }
  #recruit2025 section.recruit2025-mv .media-box .thumbnail img {
    width: 100%;
  }
}
#recruit2025 section.recruit2025-mv .media-box .sentence {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence {
    width: 100%;
    padding-top: calc(80 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .media-box .sentence p {
  font-size: 19px;
  font-weight: 400;
  line-height: 2.3;
  color: #4d4d4d;
  letter-spacing: 0.04em;
}
#recruit2025 section.recruit2025-mv .media-box .sentence p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence p {
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence p {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence p {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence p::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.1) * 0.5em);
  }
}
#recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn a {
    padding-left: 95px;
    height: 80px;
  }
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn a:hover i {
    width: calc(100% + 95px) !important;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn {
    margin-top: calc(70 / 750 * 100vw);
  }
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn a {
    padding-left: calc(130 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn i {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
#recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn i::before {
  left: 37px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn i::before {
    left: calc(50 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn i {
    width: calc(106 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
    border-radius: calc(106 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn span {
  font-size: 20px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn span {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-mv .media-box .sentence .recruit-btn span {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}

#recruit2025 section.recruit2025-work {
  position: relative;
  padding-top: 90px;
  background: url("../image/index/sec01-bg.png") no-repeat center top;
  background-size: 100% 127px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-work {
    padding-top: 46px;
    background: url("../image/index/sec01-bg-sp.png") no-repeat center top;
    background-size: 100% 46px;
  }
}
#recruit2025 section.recruit2025-work .graphic {
  position: absolute;
  top: -180px;
  right: calc(50vw - 700px - 100px);
  width: 220px;
  height: 301px;
  background: url("../image/index/sec01-maru01.png") no-repeat;
}
@media screen and (max-width: 1650px) {
  #recruit2025 section.recruit2025-work .graphic {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-work .graphic {
    top: -35vw;
    right: calc(50 / 750 * 100vw);
    width: calc(196 / 750 * 100vw);
    height: calc(395 / 750 * 100vw);
    background: url("../image/index/sec01-maru01-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
#recruit2025 section.recruit2025-work .recruit-btn {
  width: fit-content;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-work .recruit-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-work .img {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-work .img {
    margin-top: calc(75 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-work .img img {
  width: 100%;
}
#recruit2025 section.recruit2025-member {
  position: relative;
  margin-top: 40px;
  padding-top: 95px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member {
    margin-top: calc(140 / 750 * 100vw);
    padding-top: calc(140 / 750 * 100vw);
  }
  #recruit2025 section.recruit2025-member .recruit-section-title {
    margin-top: -14vw;
  }
  #recruit2025 section.recruit2025-member .lead-text {
    margin-top: calc(50 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-member .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 1400px;
}
#recruit2025 section.recruit2025-member .recruit-section-title,
#recruit2025 section.recruit2025-member .lead-text {
  position: relative;
  z-index: 2;
}
#recruit2025 section.recruit2025-member .member-list-wrap {
  position: relative;
}
@media screen and (max-width: 1125px) {
  #recruit2025 section.recruit2025-member .member-list-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
#recruit2025 section.recruit2025-member .member-list-wrap::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  background-color: #f1f8f5;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-wrap::before {
    top: 25vw;
    height: calc(100% - 25vw);
  }
}
#recruit2025 section.recruit2025-member .member-list-pc {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 20px;
  overflow: hidden;
}
#recruit2025 section.recruit2025-member .member-list-pc.active .item .item-wrap {
  transform: translateX(0);
}
#recruit2025 section.recruit2025-member .member-list-pc.active .member-contents-layer {
  transform: translateX(0);
  transition: 0s;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item01"] .item .item-wrap .img01 {
  background: url("../image/index/sec02-img01-main.png") no-repeat left center;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item01"] .member-contents-layer .contents-item[data-item="item01"] {
  display: block;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item02"] .item .item-wrap .img01 {
  background: url("../image/index/sec02-img02-main.png") no-repeat left center;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item02"] .member-contents-layer .contents-item[data-item="item02"] {
  display: block;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item03"] .item .item-wrap .img01 {
  background: url("../image/index/sec02-img03-main.png") no-repeat left center;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item03"] .member-contents-layer .contents-item[data-item="item03"] {
  display: block;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item04"] .item .item-wrap .img01 {
  background: url("../image/index/sec02-img04-main.png") no-repeat left center;
}
#recruit2025 section.recruit2025-member .member-list-pc[data-current="item04"] .member-contents-layer .contents-item[data-item="item04"] {
  display: block;
}
#recruit2025 section.recruit2025-member .member-list-pc .item {
  position: relative;
  width: 23.617%;
  height: 622px;
  overflow: hidden;
  box-shadow: 0.5px 0.9px 16px 0 rgba(162, 160, 160, 0.45);
}
@media screen and (max-width: 1125px) {
  #recruit2025 section.recruit2025-member .member-list-pc .item {
    height: calc(622 / 1125 * 100vw);
  }
}
#recruit2025 section.recruit2025-member .member-list-pc .item .item-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 200%;
  height: 622px;
  transform: translateX(-50%);
  transition: transform 0.5s;
}
@media screen and (max-width: 1125px) {
  #recruit2025 section.recruit2025-member .member-list-pc .item .item-wrap {
    height: calc(622 / 1125 * 100vw);
  }
}
#recruit2025 section.recruit2025-member .member-list-pc .item:nth-of-type(1) .img01 {
  background-position: left center !important;
  background-size: auto 100% !important;
}
#recruit2025 section.recruit2025-member .member-list-pc .item:nth-of-type(2) .img01 {
  background-position: 35% center !important;
  background-size: auto 100% !important;
}
#recruit2025 section.recruit2025-member .member-list-pc .item:nth-of-type(3) .img01 {
  background-position: 67% center !important;
  background-size: auto 100% !important;
}
#recruit2025 section.recruit2025-member .member-list-pc .item:nth-of-type(4) .img01 {
  background-position: 100% center !important;
  background-size: auto 100% !important;
}
#recruit2025 section.recruit2025-member .member-list-pc .item .img01,
#recruit2025 section.recruit2025-member .member-list-pc .item .img02 {
  width: 50%;
  height: 100%;
}
#recruit2025 section.recruit2025-member .member-list-pc .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0s;
  transition-delay: 0.3s;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item {
  display: none;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item01"] .member-contents {
  background-color: #53caa0;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item01"] .member-contents .headline {
  color: #53caa0;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item02"] .member-contents {
  background-color: #39bcc3;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item02"] .member-contents .headline {
  width: 360px;
  height: 70px;
}
@media screen and (max-width: 1120px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item02"] .member-contents .headline {
    width: calc(360 / 1120 * 100vw);
    height: calc(70 / 1120 * 100vw);
  }
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item03"] .member-contents {
  background-color: #53caa0;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item03"] .member-contents .headline {
  color: #53caa0;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .contents-item[data-item="item04"] .member-contents {
  background-color: #39bcc3;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 160px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 453px;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents {
    padding-top: calc(130 / 1120 * 100vw);
  }
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 313px;
  height: 70px;
  background: url("../image/index/sec02-mokumoku.png") no-repeat;
  background-size: 100% 100%;
  line-height: 1;
  color: #39bcc3;
}
@media screen and (max-width: 1120px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline {
    width: calc(313 / 1120 * 100vw);
    height: calc(70 / 1120 * 100vw);
  }
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .job {
  font-size: 19px;
  font-weight: bold;
  padding-right: 20px;
  border-right: 1px solid #39bcc3;
}
@media screen and (max-width: 1120px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .job {
    padding-right: calc(20 / 1120 * 100vw);
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .job {
    font-size: clamp(19px, 5.067vw, 39px);
  }
}
@media screen and (max-width: 1120px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .job {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .job {
    font-size: clamp(12px, 1.587vw, 19px);
  }
}

#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .year {
  font-size: 19px;
  padding-left: 20px;
}
@media screen and (max-width: 1120px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .year {
    padding-left: cacl(1.7857142857vw);
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .year {
    font-size: clamp(19px, 5.067vw, 39px);
  }
}
@media screen and (max-width: 1120px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .year {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .headline .year {
    font-size: clamp(12px, 1.587vw, 19px);
  }
}

#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents p {
  width: 100%;
  margin-top: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.59;
  text-align: center;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.59) * 0.5em);
}
@media screen and (max-width: 1120px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents p {
    margin-top: calc(45 / 1120 * 100vw);
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents p {
    font-size: clamp(30px, 8vw, 61px);
  }
}
@media screen and (max-width: 1120px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents p {
    font-size: 8vw;
  }
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents p {
    font-size: clamp(19px, 2.506vw, 30px);
  }
}

#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .link {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .link a {
  position: relative;
  display: block;
  padding-bottom: 20px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#recruit2025 section.recruit2025-member .member-list-pc .member-contents-layer .member-contents .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  background: url("../image/index/sec02-icn-arrow.png") no-repeat;
  background-size: 100% 100%;
}
#recruit2025 section.recruit2025-member .member-list-sp {
  position: relative;
  z-index: 2;
  margin-top: calc(60 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
}
#recruit2025 section.recruit2025-member .member-list-sp .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  border-radius: calc(20 / 750 * 100vw);
  overflow: hidden;
}
#recruit2025 section.recruit2025-member .member-list-sp .item a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#recruit2025 section.recruit2025-member .member-list-sp .item:not(:nth-of-type(1)) {
  margin-top: calc(20 / 750 * 100vw);
}
#recruit2025 section.recruit2025-member .member-list-sp .item:nth-of-type(2n + 1) .headline {
  color: #53caa0 !important;
}
#recruit2025 section.recruit2025-member .member-list-sp .item:nth-of-type(2n + 1) .headline .job {
  border-right-color: #53caa0 !important;
}
#recruit2025 section.recruit2025-member .member-list-sp .item:nth-of-type(2n + 1) .sentence {
  background-color: #53caa0;
}
#recruit2025 section.recruit2025-member .member-list-sp .item .thumbnail {
  flex-shrink: 0;
  width: calc(250 / 750 * 100vw);
}
#recruit2025 section.recruit2025-member .member-list-sp .item .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#recruit2025 section.recruit2025-member .member-list-sp .item .sentence {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  height: calc(360 / 750 * 100vw);
  align-content: center;
  background-color: #39bcc3;
}
#recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: calc(368 / 750 * 100vw);
  height: calc(82 / 750 * 100vw);
  background: url("../image/index/sec02-mokumoku.png") no-repeat;
  background-size: 100% 100%;
  line-height: 1;
  color: #39bcc3;
}
#recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .job {
  font-weight: bold;
  padding-right: calc(20 / 750 * 100vw);
  border-right: 1px solid #39bcc3;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .job {
    font-size: clamp(12px, 3.2vw, 25px);
  }
}
@media screen and (max-width: 375px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .job {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .job {
    font-size: clamp(8px, 1.003vw, 12px);
  }
}
#recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .year {
  padding-left: calc(20 / 750 * 100vw);
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .year {
    font-size: clamp(12px, 3.2vw, 25px);
  }
}
@media screen and (max-width: 375px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .year {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence .headline .year {
    font-size: clamp(8px, 1.003vw, 12px);
  }
}
#recruit2025 section.recruit2025-member .member-list-sp .item .sentence p {
  margin-top: calc(25 / 750 * 100vw);
  font-weight: bold;
  color: #fff;
  line-height: 1.59;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence p {
    font-size: clamp(14px, 3.733vw, 29px);
  }
}
@media screen and (max-width: 375px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .member-list-sp .item .sentence p {
    font-size: clamp(9px, 1.17vw, 14px);
  }
}
#recruit2025 section.recruit2025-member .member-list-sp .item .sentence p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.59) * 0.5em);
}
#recruit2025 section.recruit2025-member .recruit-btn {
  width: fit-content;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-member .recruit-btn a {
    transform: translateX(-40px);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-member .recruit-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-about {
  padding-top: 125px;
  padding-bottom: 165px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about {
    padding-top: calc(180 / 750 * 100vw);
    padding-bottom: calc(180 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-about .media-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 37px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  margin-top: -20px;
}
@media screen and (max-width: 1220px) {
  #recruit2025 section.recruit2025-about .media-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box {
    flex-wrap: wrap;
    margin-top: calc(75 / 750 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
}
#recruit2025 section.recruit2025-about .media-box::before {
  content: "";
  position: absolute;
  top: -140px;
  right: 25px;
  width: 216px;
  height: 179px;
  background: url("../image/index/sec03-maru01.png") no-repeat;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box::before {
    top: -10vw;
    right: auto;
    left: calc(28 / 750 * 100vw);
    width: calc(194 / 750 * 100vw);
    height: calc(208 / 750 * 100vw);
    background: url("../image/index/sec03-maru01-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
#recruit2025 section.recruit2025-about .media-box .thumbnail {
  flex-shrink: 0;
}
@media screen and (max-width: 1220px) {
  #recruit2025 section.recruit2025-about .media-box .thumbnail {
    width: 45%;
  }
}
#recruit2025 section.recruit2025-about .media-box .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .thumbnail {
    padding-left: calc(20 / 750 * 100vw);
    padding-right: calc(20 / 750 * 100vw);
    width: 100%;
  }
}
#recruit2025 section.recruit2025-about .media-box .sentence {
  width: 455px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .sentence {
    padding: calc(80 / 750 * 100vw) calc(70 / 750 * 100vw) 0;
    width: 100%;
  }
}
#recruit2025 section.recruit2025-about .media-box .sentence p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
}
#recruit2025 section.recruit2025-about .media-box .sentence p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .sentence p {
    line-height: 1.93;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .sentence p {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-about .media-box .sentence p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-about .media-box .sentence p {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .sentence p::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.93) * 0.5em);
  }
}
#recruit2025 section.recruit2025-about .media-box .sentence p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .sentence p + p {
    margin-top: calc(40 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-about .media-box .sentence .recruit-btn {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-about .media-box .sentence .recruit-btn {
    width: fit-content;
    margin: 0 auto;
    margin-top: calc(80 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-development {
  position: relative;
  background-color: #fff;
}
#recruit2025 section.recruit2025-development::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: url("../image/index/sec03-bg.png") no-repeat center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 1400px) {
  #recruit2025 section.recruit2025-development::before {
    height: calc(270 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development::before {
    height: 90px;
    background: url("../image/index/sec03-bg-sp.png") no-repeat center top;
    background-size: 100% 90px;
  }
}
#recruit2025 section.recruit2025-development .recruit-section-title {
  position: relative;
  z-index: 2;
}
#recruit2025 section.recruit2025-development .media-box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 47px;
  margin-top: -20px;
  margin-left: calc(50vw - 700px + 200px);
}
@media screen and (max-width: 1100px) {
  #recruit2025 section.recruit2025-development .media-box {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
#recruit2025 section.recruit2025-development .media-box::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 45px;
  width: 238px;
  height: 188px;
  background: url("../image/index/sec04-maru01.png") no-repeat;
}
@media screen and (max-width: 1150px) {
  #recruit2025 section.recruit2025-development .media-box::before {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box::before {
    top: -6vw;
    left: auto;
    right: calc(40 / 750 * 100vw);
    width: calc(199 / 750 * 100vw);
    height: calc(199 / 750 * 100vw);
    background: url("../image/index/sec04-maru01-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
#recruit2025 section.recruit2025-development .media-box .sentence {
  flex-shrink: 0;
  width: calc(376 / 1400 * 100vw);
  padding-top: 160px;
}
@media screen and (max-width: 1100px) {
  #recruit2025 section.recruit2025-development .media-box .sentence {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .sentence {
    width: 100%;
    padding: calc(220 / 750 * 100vw) calc(70 / 750 * 100vw) 0;
  }
}
#recruit2025 section.recruit2025-development .media-box .sentence p {
  font-size: 16px;
  line-height: 2.25;
}
#recruit2025 section.recruit2025-development .media-box .sentence p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .sentence p {
    line-height: 1.8;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .sentence p {
    font-size: clamp(16px, 4.267vw, 33px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-development .media-box .sentence p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-development .media-box .sentence p {
    font-size: clamp(10px, 1.337vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .sentence p::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}
#recruit2025 section.recruit2025-development .media-box .sentence .recruit-btn {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .sentence .recruit-btn {
    margin-top: calc(70 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-development .media-box .thumbnail {
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  #recruit2025 section.recruit2025-development .media-box .thumbnail {
    width: calc(60% - 47px);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .thumbnail {
    width: 100%;
    margin-top: calc(66 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-development .media-box .thumbnail img {
  width: 100%;
}
#recruit2025 section.recruit2025-development .media-box .recruit-btn a {
  margin: 0 auto;
  transform: translateX(-45px);
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .recruit-btn a {
    margin: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-development .media-box .recruit-btn {
    width: fit-content;
    margin: calc(70 / 750 * 100vw) auto 0;
  }
}
#recruit2025 section.recruit2025-information {
  padding-top: 160px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information {
    padding-top: calc(180 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-information .recruit2025-section-inner {
  position: relative;
}
#recruit2025 section.recruit2025-information .recruit2025-section-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 125px;
  width: 170px;
  height: 127px;
  background: url("../image/index/sec05-maru01.png") no-repeat;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit2025-section-inner::before {
    top: -20vw;
    right: auto;
    left: calc(27 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
    height: calc(196 / 750 * 100vw);
    background: url("../image/index/sec05-maru01-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
#recruit2025 section.recruit2025-information .recruit-information-btn {
  width: fit-content;
  margin: 80px auto 50px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn {
    margin: calc(85 / 750 * 100vw) auto calc(70 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-information .recruit-information-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 575px;
  height: 155px;
  border-radius: 155px;
  background-image: linear-gradient(to left, #8ffca0, #0bcbfb), linear-gradient(to left, #8ffca0, #0bcbfb);
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a {
    transition: 0.3s;
  }
  #recruit2025 section.recruit2025-information .recruit-information-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a {
    width: calc(632 / 750 * 100vw);
    height: calc(171 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a {
    font-size: clamp(18px, 4.8vw, 37px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a {
    font-size: clamp(12px, 1.504vw, 18px);
  }
}

#recruit2025 section.recruit2025-information .recruit-information-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 100px;
  height: 100px;
  background: url("../image/index/icn-youkou.png") no-repeat;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a::before {
    width: calc(111 / 750 * 100vw);
    height: calc(111 / 750 * 100vw);
    background-size: 100% 100%;
  }
}
#recruit2025 section.recruit2025-information .recruit-information-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  display: block;
  width: 12px;
  height: 20px;
  background: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-white.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-information-btn a::after {
    right: calc(70 / 750 * 100vw);
    width: calc(14 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-information .recruit-more-btn a {
  width: 350px;
  height: 85px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-more-btn a {
    width: calc(450 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-more-btn a {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 section.recruit2025-information .recruit-more-btn a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 section.recruit2025-information .recruit-more-btn a {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}

#recruit2025 section.recruit2025-information .recruit-more-btn a::before {
  right: 40px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-information .recruit-more-btn a::before {
    right: calc(40 / 750 * 100vw);
  }
}
#recruit2025 section.recruit2025-related {
  background-color: #fff;
}
@media screen and (max-width: 1054px) {
  #recruit2025 section.recruit2025-related {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related {
    padding: 0 calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-related .mod-link-head {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related {
    padding-bottom: 15%;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a {
  position: relative;
  display: block;
  padding: 45px;
  border: 1px solid #c2cbcc;
  border-radius: 0 0 30px 0;
}
@media print, screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a {
    padding: 6.66667vw 6.66667vw 6.66667vw;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a figure {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a figure {
    width: 325px;
    margin-right: 36px;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a figure.csr-bottom-link_smallImg img {
  width: 180px;
}
#recruit2025 section.recruit2025-related .csr-bottom-link a .txt-wrapper {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a .txt-wrapper {
    margin-top: 5.33333vw;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a .txt-wrapper .main {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a .txt-wrapper .main {
    font-size: 4.53333vw;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a .txt-wrapper .sub {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.9;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a .txt-wrapper .sub {
    font-size: 3.73333vw;
    margin-top: 2.66667vw;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a i {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #00a05c;
  transition: 0.5s;
  bottom: 25px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a i {
    width: 8vw;
    height: 8vw;
    bottom: 5.33333vw;
    right: 5.33333vw;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a i:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-green.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto;
  transition: 0.5s;
  width: 7px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a i:after {
    width: 1.86667vw;
    height: 3.46667vw;
    top: 1px;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a i:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-white.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto;
  transition: 0.5s;
  width: 7px;
  height: 13px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a i:before {
    width: 1.86667vw;
    height: 3.46667vw;
    top: 1px;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a[target="_blank"] i:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("https://www.lion.co.jp/ja/assets/img/all/ico_blank.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto;
  transition: 0.5s;
  background-size: 100%;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a[target="_blank"] i:after {
    width: 3.46667vw;
    height: 3.46667vw;
    top: 0px;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a[target="_blank"] i:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("https://www.lion.co.jp/ja/assets/img/all/ico_blank-white.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto;
  transition: 0.5s;
  width: 13px;
  height: 13px;
  opacity: 0;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link a[target="_blank"] i:before {
    width: 3.46667vw;
    height: 3.46667vw;
    top: 0px;
  }
}
#recruit2025 section.recruit2025-related .csr-bottom-link a:hover span {
  color: #00a05c;
}
#recruit2025 section.recruit2025-related .csr-bottom-link a:hover i {
  background-color: #00a05c;
}
#recruit2025 section.recruit2025-related .csr-bottom-link a:hover i:after {
  opacity: 0;
}
#recruit2025 section.recruit2025-related .csr-bottom-link a:hover i:before {
  opacity: 1;
}
#recruit2025 section.recruit2025-related .csr-bottom-link + .csr-bottom-link {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #recruit2025 section.recruit2025-related .csr-bottom-link + .csr-bottom-link {
    margin-top: 5.33333vw;
  }
}
#recruit2025 .fixed-menu {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: #dae0e0;
  overflow-y: auto;
  display: none;
}
#recruit2025 .fixed-menu.active {
  display: flex;
  animation: show 0.3s linear;
}
@media screen and (max-height: 650px) {
  #recruit2025 .fixed-menu {
    padding: 50px 0;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .fixed-menu {
    padding-top: calc(112 / 750 * 100vw);
    padding-bottom: calc(150 / 750 * 100vw);
    align-items: flex-start;
    align-content: flex-start;
  }
}
#recruit2025 .fixed-menu .headline {
  width: 100%;
  font-size: 26.5px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .fixed-menu .headline {
    font-size: clamp(21px, 5.6vw, 43px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .fixed-menu .headline {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .fixed-menu .headline {
    font-size: clamp(13px, 1.754vw, 21px);
  }
}

#recruit2025 .fixed-menu .headline span {
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #00a05c;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .fixed-menu .headline span {
    font-size: clamp(25px, 6.667vw, 51px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .fixed-menu .headline span {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .fixed-menu .headline span {
    font-size: clamp(16px, 2.089vw, 25px);
  }
}

#recruit2025 .fixed-menu ul {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #recruit2025 .fixed-menu ul {
    margin-top: calc(77 / 750 * 100vw);
  }
}
#recruit2025 .fixed-menu ul li {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #recruit2025 .fixed-menu ul li {
    width: calc(443 / 750 * 100vw);
  }
}
#recruit2025 .fixed-menu ul li:not(:nth-of-type(1)) {
  margin-top: 25px;
}
#recruit2025 .fixed-menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit2025 .fixed-menu ul li a {
    transition: 0.3s;
  }
  #recruit2025 .fixed-menu ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1200px) {
  #recruit2025 .fixed-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #recruit2025 .fixed-menu ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .fixed-menu ul li a {
    height: calc(103 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit2025 .fixed-menu ul li a {
    font-size: clamp(15px, 4vw, 31px);
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #recruit2025 .fixed-menu ul li a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #recruit2025 .fixed-menu ul li a {
    font-size: clamp(10px, 1.253vw, 15px);
  }
}

#recruit2025 .fixed-menu ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 8px;
  height: 11px;
  margin-top: -5px;
  background: url("https://www.lion.co.jp/ja/assets/img/all/ico_link-green.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  #recruit2025 .fixed-menu ul li a::before {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .fixed-menu ul li a::before {
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(50 / 750 * 100vw);
  }
}
#recruit2025 .fixed-side-menu {
  position: fixed;
  z-index: 10000;
  top: 320px;
  right: 0;
  width: 118px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 2px 0;
  padding: 15px 0;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: 0 0 9.6px 0.4px #a2a0a0;
}
@media screen and (max-height: 650px) {
  #recruit2025 .fixed-side-menu {
    top: 120px;
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 .fixed-side-menu a,
  #recruit2025 .fixed-side-menu span {
    transition: 0.3s;
  }
  #recruit2025 .fixed-side-menu a:hover,
  #recruit2025 .fixed-side-menu span:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 .fixed-side-menu a:hover,
  #recruit2025 .fixed-side-menu span:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  #recruit2025 .fixed-side-menu a:nth-of-type(1) img.on,
  #recruit2025 .fixed-side-menu span:nth-of-type(1) img.on {
    display: none;
  }
  #recruit2025 .fixed-side-menu a:nth-of-type(1).active img.off,
  #recruit2025 .fixed-side-menu span:nth-of-type(1).active img.off {
    display: none;
  }
  #recruit2025 .fixed-side-menu a:nth-of-type(1).active img.on,
  #recruit2025 .fixed-side-menu span:nth-of-type(1).active img.on {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #recruit2025 .fixed-side-menu {
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 5px;
    width: 100%;
    height: 65px;
    padding: 7px 10px;
    border-radius: 0;
  }
  #recruit2025 .fixed-side-menu a,
  #recruit2025 .fixed-side-menu span {
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center center;
  }
  #recruit2025 .fixed-side-menu a.menu01,
  #recruit2025 .fixed-side-menu span.menu01 {
    order: 3;
    width: 19.7%;
    background-color: #ff8925;
    background-image: url("../image/index/fixed-btn-text03.png");
  }
  #recruit2025 .fixed-side-menu a.menu01.active,
  #recruit2025 .fixed-side-menu span.menu01.active {
    background-image: url("../image/index/fixed-btn01-close.png");
  }
  #recruit2025 .fixed-side-menu a.menu02,
  #recruit2025 .fixed-side-menu span.menu02 {
    order: 2;
    width: 39.4%;
    background-color: #e84a55;
    background-image: url("../image/index/fixed-btn-text02.png");
  }
  #recruit2025 .fixed-side-menu a.menu03,
  #recruit2025 .fixed-side-menu span.menu03 {
    order: 1;
    flex-grow: 1;
    background-color: #00aad2;
    background-image: url("../image/index/fixed-btn-text01.png");
  }
  #recruit2025 .fixed-side-menu a img,
  #recruit2025 .fixed-side-menu span img {
    display: none;
  }
}

.sns-sec {
  border-top: none;
}
