@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes unblurtxt {
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
  }
}
@keyframes unblurimg {
  to {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1) translateY(0);
  }
}
@keyframes moveGradientLeftToRight {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.no-scroll {
  overflow: hidden;
}

.recruit2607 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #000A14;
  background-image: url(../img/bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit2607 .fade {
  opacity: 0;
}
.recruit2607 .fade.active {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.recruit2607 .fade.active {
  animation-name: fade;
}
.recruit2607 br.sp {
  display: none;
}
.recruit2607 h2, .recruit2607 h3 {
  background-image: radial-gradient(circle, #1c1a2b 7%, #111a3c 15%, #a3a3a3 39%, #0038ae 65%, #1c1a2b);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moveGradientLeftToRight 6s ease-in-out infinite alternate;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.03em;
}
.recruit2607 h2 {
  font-size: 48px;
}
.recruit2607 h2 span {
  display: block;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  font-family: "Nanum Myeongjo", serif;
  margin-bottom: 12px;
  background: #000A14;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.recruit2607 h3 {
  font-size: 32px;
}
.recruit2607 .blur-text span {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-5px);
}
.recruit2607 .blur-text.active span {
  animation: unblurtxt 0.8s ease-out forwards;
}
.recruit2607 .blur-img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.9) translateY(-5px);
}
.recruit2607 .blur-img.active {
  animation: unblurimg 0.8s ease-in-out forwards;
}
.recruit2607 .kv {
  position: relative;
  height: 100vh;
}
.recruit2607 .kv img {
  height: 100%;
  object-fit: cover;
}
.recruit2607 .kv h1 {
  position: absolute;
  font-size: 90px;
  font-weight: 600;
  line-height: 112%;
  letter-spacing: 0;
  color: #E60022;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100 / 1440 * 100vw);
}
.recruit2607 .read {
  width: 1240px;
  margin: 160px auto 0;
  display: flex;
  gap: 0 149px;
}
.recruit2607 .read .read-txt p + p {
  margin-top: 80px;
}
.recruit2607 .read .read-img img {
  animation-delay: 2s;
}
.recruit2607 .journe {
  width: 1240px;
  margin: 280px auto 0;
}
.recruit2607 .journe .journe-box {
  background: #FFF;
  border: 1px solid #DDE0E8;
  margin-top: 79px;
  padding: 60px 98px;
}
.recruit2607 .journe .journe-box .journe-container {
  display: flex;
  margin-top: 20px;
}
.recruit2607 .journe .journe-box .journe-container .journe-item {
  padding: 28px 100px;
}
.recruit2607 .journe .journe-box .journe-container .journe-item:nth-of-type(2) {
  padding: 42px 98px 28px;
  border-left: 1px solid #DDE0E8;
}
.recruit2607 .journe .journe-box .journe-container .journe-item:nth-of-type(2) p {
  margin-top: 42px;
}
.recruit2607 .journe .journe-box .journe-container .journe-item p {
  font-size: 16px;
  margin-top: 28px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #555657;
  display: flex;
}
.recruit2607 .journe .journe-box .journe-container .journe-item p + p {
  margin-top: 0;
}
.recruit2607 .journe .journe-box .journe-container .journe-item p:nth-of-type(1), .recruit2607 .journe .journe-box .journe-container .journe-item p:nth-of-type(3) {
  gap: 0 0.25em;
}
.recruit2607 .journe .journe-box .journe-container + h3 {
  margin-top: 66px;
}
.recruit2607 .change {
  width: 1240px;
  margin: 240px auto 0;
}
.recruit2607 .change .change-header {
  display: flex;
  justify-content: space-between;
}
.recruit2607 .change .change-header p {
  width: 657px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.03em;
}
.recruit2607 .change .change-icons {
  display: flex;
  gap: 0 20px;
  margin-top: 81px;
  position: relative;
}
.recruit2607 .change .change-icons::after {
  display: block;
  content: "";
  width: 23px;
  height: 24px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}
.recruit2607 .change .change-icons .change-icon {
  width: 400px;
  background: #FFF;
  border: 1px solid #DDE0E8;
  padding: 30px 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit2607 .change .change-icons .change-icon:nth-of-type(2) {
  animation-delay: 0.25s;
}
.recruit2607 .change .change-icons .change-icon:nth-of-type(3) {
  animation-delay: 0.5s;
}
.recruit2607 .change .change-icons .change-icon img {
  width: 68px;
}
.recruit2607 .change .change-icons .change-icon dl {
  width: 250px;
}
.recruit2607 .change .change-icons .change-icon dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
}
.recruit2607 .change .change-icons .change-icon dl dd {
  margin-top: 12px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #555657;
}
.recruit2607 .change .goal {
  background-image: url(../img/bk_goal.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 63px;
  padding: 40px 100px 60px;
}
.recruit2607 .change .goal h3 {
  text-align: center;
}
.recruit2607 .change .goal h3 + p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 24px;
  text-align: center;
}
.recruit2607 .change .goal ul {
  display: flex;
  gap: 0 40px;
  justify-content: center;
  margin-top: 24px;
}
.recruit2607 .change .goal ul li {
  width: 176px;
  background: #FFF;
  border: 1px solid #DDE6ED;
  font-size: 12px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
.recruit2607 .change .goal ul li::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #0038AE;
  border-bottom: 1px solid #0038AE;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%) rotate(-45deg);
}
.recruit2607 .change .goal ul li:last-of-type {
  background-image: linear-gradient(135deg, #1C1A2B 7.45%, #111A3C 15.23%, #063C77 37.77%, #0C4C90 68.04%, #0C1438 78.73%, #0D427C 84.73%, #1C1A2B 100%);
  background-size: 300% 100%;
  animation: moveGradientLeftToRight 6s ease-in-out infinite alternate;
  color: #FFF;
}
.recruit2607 .change .goal ul li:last-of-type::after {
  display: none;
}
.recruit2607 .change .goal .example {
  margin: 80px auto 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 80px 80px;
}
.recruit2607 .change .goal .example h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  width: 120px;
  margin: 0 auto;
}
.recruit2607 .change .goal .example h4::before, .recruit2607 .change .goal .example h4::after {
  display: block;
  content: "";
  width: 54px;
  height: 1px;
  border-top: 1px solid #000A14;
  position: absolute;
  bottom: -8px;
}
.recruit2607 .change .goal .example h4::after {
  right: 0;
}
.recruit2607 .change .goal .example h4 span {
  display: block;
  width: 12px;
  height: 1px;
  border-top: 1px solid #000A14;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -12px;
  right: 52px;
}
.recruit2607 .change .goal .example .example-container {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
.recruit2607 .change .goal .example .example-container .example-logo {
  width: 278px;
}
.recruit2607 .change .goal .example .example-container .example-logo a:nth-of-type(2) {
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  color: #555657;
  text-decoration: underline;
  margin-top: 40px;
  display: block;
}
.recruit2607 .change .goal .example .example-container .example-txt {
  width: 348px;
}
.recruit2607 .change .goal .example .example-container .example-txt dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}
.recruit2607 .change .goal .example .example-container .example-txt dl dd {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0;
  color: #555657;
  margin-top: 25px;
}
.recruit2607 .business {
  width: 1240px;
  margin: 239px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit2607 .business .business-header {
  width: 517px;
  padding-left: 58px;
}
.recruit2607 .business .business-header p {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 40px;
}
.recruit2607 .business .business-img {
  width: 586px;
}
.recruit2607 .looking-for {
  width: 1240px;
  margin: 241px auto 0;
  display: flex;
  justify-content: space-between;
}
.recruit2607 .looking-for .looking-for-header p {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 40px;
}
.recruit2607 .looking-for .looking-for-container {
  width: 610px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recruit2607 .looking-for .looking-for-container .looking-for-item {
  width: 295px;
  background: #EFF7FF;
  padding: 26px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.recruit2607 .looking-for .looking-for-container .looking-for-item .num {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Nanum Myeongjo", serif;
}
.recruit2607 .looking-for .looking-for-container .looking-for-item dl {
  margin-top: 14px;
}
.recruit2607 .looking-for .looking-for-container .looking-for-item dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
}
.recruit2607 .looking-for .looking-for-container .looking-for-item dl dt span {
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  color: #0038AE;
  margin-top: 8px;
  display: block;
}
.recruit2607 .looking-for .looking-for-container .looking-for-item dl dd {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 14px;
  color: #555657;
}
.recruit2607 .positions {
  width: 1240px;
  margin: 240px auto 0;
}
.recruit2607 .positions h2 {
  text-align: center;
}
.recruit2607 .positions h2 + p {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 40px;
  text-align: center;
}
.recruit2607 .positions .positions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
.recruit2607 .positions .positions-container .positions-item {
  width: 290px;
  background: #FFF;
  border: 1px solid #F3F5FD;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.recruit2607 .positions .positions-container .positions-item:hover {
  transform: translateY(-5px);
}
.recruit2607 .positions .positions-container .positions-item dl {
  width: 210px;
}
.recruit2607 .positions .positions-container .positions-item dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
}
.recruit2607 .positions .positions-container .positions-item dl dd {
  margin-top: 8px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.03em;
}
.recruit2607 .positions .positions-container .positions-item span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F3F5FD;
  position: relative;
}
.recruit2607 .positions .positions-container .positions-item span::before, .recruit2607 .positions .positions-container .positions-item span::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit2607 .positions .positions-container .positions-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit2607 .positions .btn {
  margin: 38px auto 0;
  width: 295px;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.03em;
  background: #0038AE;
}
.recruit2607 .btn {
  display: block;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.recruit2607 .btn::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
.recruit2607 .btn:hover {
  transform: scale(0.98);
  filter: brightness(0.8);
}
.recruit2607 .btn:hover::after {
  animation: 2s 0s shine linear infinite;
}
.recruit2607 .entry {
  margin-top: 200px;
  position: relative;
}
.recruit2607 .entry dl {
  position: absolute;
  top: calc(120 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.recruit2607 .entry dl dt {
  font-size: 54px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #E60022;
  text-align: center;
  margin-left: 24px;
}
.recruit2607 .entry dl dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #FFF;
  margin-top: 32px;
  text-align: center;
}
.recruit2607 .entry .btn {
  position: absolute;
  width: 400px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 84px;
  letter-spacing: 0.03em;
  background: #E60022;
  bottom: calc(120 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.recruit2607 .entry .btn:hover {
  transform: translateX(-50%) scale(0.98);
}

@media (max-width: 768px) {
  .recruit2607 {
    font-size: calc(16 / 375 * 100vw);
    background-image: url(../img/bk_sp.png);
  }
  .recruit2607 br.pc {
    display: none;
  }
  .recruit2607 br.sp {
    display: block;
  }
  .recruit2607 h2 {
    font-size: calc(32 / 375 * 100vw);
  }
  .recruit2607 h2 span {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .recruit2607 h3 {
    font-size: calc(24 / 375 * 100vw);
  }
  .recruit2607 .kv {
    height: auto;
  }
  .recruit2607 .kv img {
    height: auto;
    object-fit: unset;
  }
  .recruit2607 .kv h1 {
    font-size: calc(45 / 375 * 100vw);
    top: calc(80 / 375 * 100vw);
    left: calc(14 / 375 * 100vw);
    transform: translateY(0);
  }
  .recruit2607 .read {
    width: calc(345 / 375 * 100vw);
    margin-top: calc(200 / 375 * 100vw);
    flex-direction: column;
    gap: calc(78 / 375 * 100vw) 0;
  }
  .recruit2607 .read .read-txt p {
    line-height: 182%;
  }
  .recruit2607 .read .read-txt p + p {
    margin-top: calc(40 / 375 * 100vw);
  }
  .recruit2607 .read .read-img img {
    animation-delay: 0s;
  }
  .recruit2607 .journe {
    width: calc(345 / 375 * 100vw);
    margin-top: calc(220 / 375 * 100vw);
  }
  .recruit2607 .journe .journe-box {
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(60 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  .recruit2607 .journe .journe-box .journe-container {
    flex-direction: column;
    margin-top: calc(24 / 375 * 100vw);
  }
  .recruit2607 .journe .journe-box .journe-container .journe-item {
    padding: 0;
  }
  .recruit2607 .journe .journe-box .journe-container .journe-item img {
    width: 100%;
  }
  .recruit2607 .journe .journe-box .journe-container .journe-item:nth-of-type(1) {
    padding: 0 0 calc(30 / 375 * 100vw) 0;
  }
  .recruit2607 .journe .journe-box .journe-container .journe-item:nth-of-type(2) {
    padding: calc(30 / 375 * 100vw) 0 0 0;
    border-left: none;
    border-top: 1px solid #DDE0E8;
  }
  .recruit2607 .journe .journe-box .journe-container .journe-item:nth-of-type(2) p {
    margin-top: calc(20 / 375 * 100vw);
  }
  .recruit2607 .journe .journe-box .journe-container .journe-item p {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .recruit2607 .journe .journe-box .journe-container + h3 {
    margin-top: calc(81 / 375 * 100vw);
  }
  .recruit2607 .change {
    width: calc(345 / 375 * 100vw);
    margin-top: calc(200 / 375 * 100vw);
  }
  .recruit2607 .change .change-header {
    flex-direction: column;
    justify-content: space-between;
  }
  .recruit2607 .change .change-header p {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons {
    flex-direction: column;
    gap: calc(8 / 375 * 100vw) 0;
    margin-top: calc(38 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons::after {
    width: calc(23 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    bottom: calc(-40 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons .change-icon {
    width: 100%;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons .change-icon:nth-of-type(2) {
    animation-delay: 0s;
  }
  .recruit2607 .change .change-icons .change-icon:nth-of-type(3) {
    animation-delay: 0s;
  }
  .recruit2607 .change .change-icons .change-icon img {
    width: calc(57 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons .change-icon dl {
    width: calc(224 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons .change-icon dl dt {
    font-size: calc(14 / 375 * 100vw);
  }
  .recruit2607 .change .change-icons .change-icon dl dd {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .recruit2607 .change .goal {
    margin-top: calc(54 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(15 / 375 * 100vw) calc(54 / 375 * 100vw);
    background-image: url(../img/bk_goal_sp.png);
  }
  .recruit2607 .change .goal h3 + p {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .recruit2607 .change .goal ul {
    flex-direction: column;
    gap: calc(14 / 375 * 100vw) 0;
    align-items: center;
    margin-top: calc(31 / 375 * 100vw);
  }
  .recruit2607 .change .goal ul li {
    width: calc(176 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
  }
  .recruit2607 .change .goal ul li::after {
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
    position: absolute;
    top: calc(47 / 375 * 100vw);
    right: 48%;
    transform: translate(0, -50%) rotate(45deg);
  }
  .recruit2607 .change .goal .example {
    width: calc(315 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(15 / 375 * 100vw) calc(60 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example h4 {
    font-size: calc(16 / 375 * 100vw);
    width: calc(120 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example h4::before, .recruit2607 .change .goal .example h4::after {
    width: calc(54 / 375 * 100vw);
    bottom: calc(-8 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example h4 span {
    width: calc(12 / 375 * 100vw);
    bottom: calc(-12 / 375 * 100vw);
    right: calc(52 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example .example-container {
    flex-direction: column;
    gap: calc(51 / 375 * 100vw);
    margin-top: calc(66 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example .example-container .example-logo {
    width: calc(241 / 375 * 100vw);
    margin: 0 auto;
  }
  .recruit2607 .change .goal .example .example-container .example-logo img {
    width: calc(227 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example .example-container .example-logo a:nth-of-type(2) {
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example .example-container .example-txt {
    width: calc(285 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example .example-container .example-txt dl dt {
    font-size: calc(14 / 375 * 100vw);
  }
  .recruit2607 .change .goal .example .example-container .example-txt dl dd {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    line-height: 183%;
  }
  .recruit2607 .business {
    width: 100%;
    margin-top: calc(200 / 375 * 100vw);
    flex-direction: column;
    overflow-x: hidden;
    gap: calc(40 / 375 * 100vw) 0;
    align-items: center;
  }
  .recruit2607 .business .business-header {
    width: calc(345 / 375 * 100vw);
    padding-left: 0;
    margin: 0 auto;
  }
  .recruit2607 .business .business-header p {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
  .recruit2607 .business .business-img {
    width: calc(345 / 375 * 100vw);
  }
  .recruit2607 .looking-for {
    width: calc(345 / 375 * 100vw);
    margin-top: calc(198 / 375 * 100vw);
    flex-direction: column;
  }
  .recruit2607 .looking-for .looking-for-header p {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(33 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container {
    width: 100%;
    flex-direction: column;
    gap: calc(9 / 375 * 100vw) 0;
    margin-top: calc(39 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container .looking-for-item {
    width: 100%;
    padding: calc(26 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container .looking-for-item .num {
    font-size: calc(24 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container .looking-for-item dl {
    margin-top: calc(14 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container .looking-for-item dl dt {
    font-size: calc(14 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container .looking-for-item dl dt span {
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
  .recruit2607 .looking-for .looking-for-container .looking-for-item dl dd {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
  .recruit2607 .positions {
    width: calc(345 / 375 * 100vw);
    margin-top: calc(201 / 375 * 100vw);
  }
  .recruit2607 .positions h2 {
    text-align: left;
  }
  .recruit2607 .positions h2 + p {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
    text-align: left;
  }
  .recruit2607 .positions .positions-container {
    flex-direction: column;
    gap: calc(8 / 375 * 100vw) 0;
    margin-top: calc(40 / 375 * 100vw);
  }
  .recruit2607 .positions .positions-container .positions-item {
    width: 100%;
    padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  .recruit2607 .positions .positions-container .positions-item dl {
    width: calc(265 / 375 * 100vw);
  }
  .recruit2607 .positions .positions-container .positions-item dl dt {
    font-size: calc(14 / 375 * 100vw);
  }
  .recruit2607 .positions .positions-container .positions-item dl dd {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .recruit2607 .positions .positions-container .positions-item span {
    width: calc(28 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
  .recruit2607 .positions .positions-container .positions-item span::before, .recruit2607 .positions .positions-container .positions-item span::after {
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
  .recruit2607 .positions .btn {
    margin-top: calc(32 / 375 * 100vw);
    width: calc(295 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(56 / 375 * 100vw);
  }
  .recruit2607 .btn.active::after {
    animation: 2s 0s shine linear forwards;
  }
  .recruit2607 .entry {
    margin-top: calc(100 / 375 * 100vw);
  }
  .recruit2607 .entry dl {
    top: calc(148 / 375 * 100vw);
    left: calc(35 / 375 * 100vw);
    transform: translateX(0);
  }
  .recruit2607 .entry dl dt {
    font-size: calc(40 / 375 * 100vw);
    line-height: 112%;
    letter-spacing: 0;
    margin-left: 0;
  }
  .recruit2607 .entry dl dd {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    margin-left: calc(-16 / 375 * 100vw);
  }
  .recruit2607 .entry .btn {
    width: calc(345 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(64 / 375 * 100vw);
    bottom: calc(200 / 375 * 100vw);
    left: calc(15 / 375 * 100vw);
    transform: translateX(0);
  }
}/*# sourceMappingURL=recruit2607.css.map */