/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.btn-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat Alternates", sans-serif;
  color: #f45d25;
}
@media (max-width: 1919.98px) {
  .btn-circle {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767.98px) {
  .btn-circle {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3.4666666667vw;
  }
}
.btn-circle:first-child:active, .btn-circle:hover, .btn-circle:focus {
  color: #f45d25;
}
.btn-circle:hover:after {
  filter: brightness(0) invert(1);
}
.btn-circle:hover .text:before {
  transform: scale(1);
}
.btn-circle:hover .text-right {
  text-indent: 0;
}
.btn-circle:after {
  position: relative;
  margin-right: 15px;
  margin-left: -33px;
  width: 18px;
  height: 18px;
  background: url("../../assets/img/recruit/icon/arrow-orange.svg") no-repeat 50% 50%/contain;
  content: "";
}
@media (max-width: 1919.98px) {
  .btn-circle:after {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-right: 0.78125vw;
    margin-left: -1.71875vw;
  }
}
@media (max-width: 767.98px) {
  .btn-circle:after {
    width: 4vw;
    height: 4vw;
    margin-right: 3.2vw;
    margin-left: -7.4666666667vw;
    filter: brightness(0) invert(1);
  }
}
.btn-circle .text {
  position: relative;
  padding-right: 67px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1919.98px) {
  .btn-circle .text {
    padding-right: 3.4895833333vw;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .btn-circle .text {
    width: calc(50% + 5.3333333333vw);
    padding-right: 13.6vw;
    font-size: 3.2vw;
    text-align: right;
  }
}
.btn-circle .text:before, .btn-circle .text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
}
@media (max-width: 1919.98px) {
  .btn-circle .text:before, .btn-circle .text:after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .btn-circle .text:before, .btn-circle .text:after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.btn-circle .text:before {
  background-color: #f45d25;
  transform: scale(0);
  transition: all ease-out;
  transition-duration: 0.15s !important;
}
@media (max-width: 767.98px) {
  .btn-circle .text:before {
    transform: scale(1);
  }
}
.btn-circle .text:after {
  border: 1px solid #f45d25;
}
.btn-circle .text-right {
  overflow: hidden;
  order: 4;
  margin-left: 14px;
  text-indent: -200px;
  transition: all ease-out;
  transition-duration: 0.2s !important;
}
@media (max-width: 1919.98px) {
  .btn-circle .text-right {
    margin-left: 0.7291666667vw;
  }
}
@media (max-width: 767.98px) {
  .btn-circle .text-right {
    width: calc(50% - 5.3333333333vw);
    padding-left: 2.6666666667vw;
    margin-left: 0;
    text-indent: 0;
    text-align: left;
  }
}
.btn-circle.white, .btn-circle.white:first-child:active, .btn-circle.white:hover, .btn-circle.white:focus {
  color: #fff;
}
@media (min-width: 768px) {
  .btn-circle.white:hover .text:after {
    border-color: #f45d25;
  }
}
.btn-circle.white:after {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .btn-circle.white .text:after {
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .btn-circle.white.circle-border:hover .text:after {
    border-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .btn-circle.white.circle-border .text:after {
    border-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .btn-circle.btn-text-left-md .text,
  .btn-circle.btn-text-left-md .text-right {
    width: auto;
  }
}

.scroll-animation {
  position: absolute;
  bottom: 130px;
  left: 74px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .scroll-animation {
    left: 2.2916666667vw;
  }
}
@media (max-width: 991.98px) {
  .scroll-animation {
    left: 0.6054490414vw;
  }
}
@media (max-width: 767.98px) {
  .scroll-animation {
    display: none;
  }
}
.scroll-animation:before, .scroll-animation:after {
  position: absolute;
  top: 50px;
  right: 0;
  left: -2px;
  margin-right: auto;
  margin-left: auto;
  content: "";
}
.scroll-animation:before {
  width: 1px;
  height: 120px;
  background-color: #fd9539;
}
@media (max-width: 991.98px) {
  .scroll-animation:before {
    height: 90px;
  }
}
.scroll-animation:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  animation: scrollFade 2.5s linear infinite;
}
@media (max-width: 991.98px) {
  .scroll-animation:after {
    animation: scrollFadeSm 2.5s linear infinite;
  }
}
.scroll-animation .text-scroll {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.scroll-animation.white {
  bottom: 144px;
  left: 64px;
  width: 21px;
  z-index: 1000;
  color: #fff;
  display: block !important;
}
@media (max-width: 767.98px) {
  .scroll-animation.white {
    bottom: 110px;
    left: 16px;
    z-index: 1;
    width: 18px;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .scroll-animation.white:before, .scroll-animation.white:after {
    top: 40px;
  }
}
.scroll-animation.white:before {
  width: 1px;
  height: 110px;
  background-color: #D8D8D8;
}
@media (max-width: 991.98px) {
  .scroll-animation.white:before {
    height: 80px;
  }
}
.scroll-animation.white:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FD9539;
  animation: scrollFadeMd 2.5s linear infinite;
}
@media (max-width: 767.98px) {
  .scroll-animation.white:after {
    left: -1px;
    width: 8px;
    height: 8px;
    animation: scrollFadeXs 2.5s linear infinite;
  }
}

@keyframes scrollFade {
  0% {
    transform: rotate(180deg) translateY(0);
  }
  100% {
    transform: rotate(180deg) translateY(-90px);
  }
}
@keyframes scrollFadeMd {
  0% {
    transform: rotate(180deg) translateY(0);
  }
  100% {
    transform: rotate(180deg) translateY(-110px);
  }
}
@keyframes scrollFadeSm {
  0% {
    transform: rotate(180deg) translateY(0);
  }
  100% {
    transform: rotate(180deg) translateY(-106px);
  }
}
@keyframes scrollFadeXs {
  0% {
    transform: rotate(180deg) translateY(0);
  }
  100% {
    transform: rotate(180deg) translateY(-80px);
  }
}
@media (max-width: 768px) {
  .p-top__mv-contents {
    left: 0;
    padding-top: 30.6vw;
    padding-right: 28px;
    padding-left: 28px;
    width: auto;
  }
}

.p-top__about-catch {
  margin-bottom: min(2.102vw, 4.5rem);
}
@media (max-width: 768px) {
  .p-top__about-catch {
    margin-bottom: 8.933vw;
  }
}

@media (max-width: 768px) {
  .p-top__about-ttl {
    margin-bottom: 4.6vw;
  }
}

.p-top__about-text {
  margin-bottom: min(6.6vw, 13.5rem);
}
@media (max-width: 768px) {
  .p-top__about-text {
    margin-bottom: 31.667vw;
    line-height: 2.19;
  }
}

@media (max-width: 768px) {
  .p-top__about-mission .c-ttl {
    margin-bottom: 5.013vw;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .p-top__about-mission {
    margin-bottom: 20.64vw;
  }
}

@media (max-width: 768px) {
  .p-top__about-ttl-en .c-ttl {
    margin-bottom: 6.013vw;
  }
}

@media (min-width: 769px) {
  .p-top__about-img {
    right: min(3.422vw, 13.49rem);
    width: min(27.469vw, 53.2rem);
  }
}
@media (max-width: 768px) {
  .p-top__about-img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .p-top__about-vision {
    margin-bottom: 9.547vw;
  }
}

@media (max-width: 768px) {
  .p-top__service-kiten-img .p-top__service-kiten-link:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-top__about-contents-text {
    line-height: 2;
  }
}

@media (max-width: 767.98px) {
  footer .l-fnav__list-item .l-fnav__list-item-link {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  footer .l-fnav__list-item .l-fnav__list-item-link strong {
    width: 25.8vw;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .text-md-center {
    text-align: center !important;
  }
}
.width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}