[class*="bg__title"] {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  color: #fff;
  padding: 16px 0;
}
@media screen and (max-width: 1150px) {
  [class*="bg__title"] {
    font-size: 3.0494148244vw;
    letter-spacing: 0.1742522757vw;
    text-indent: 0.1742522757vw;
    padding: 1.3940182055vw 0;
  }
}
@media screen and (max-width: 768px) {
  [class*="bg__title"] {
    font-size: 5.3333333333vw;
    letter-spacing: 0.5333333333vw;
    text-indent: 0.5333333333vw;
    padding: 6.4vw 0;
  }
}

.bg__title--blue {
  background: linear-gradient(270deg, #53a6c1 0%, #368eaa 100%);
}
.bg__title--pink {
  background: linear-gradient(270deg, #d9699b 0%, #ad547a 100%);
}
.bg__title--green {
  background: linear-gradient(270deg, #99b885 0%, #739160 100%);
}
.bg__title--yellow {
  background: linear-gradient(270deg, #ebc75b 0%, #d39540 100%);
}

.top .kv {
  height: 650px;
  position: relative;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .top .kv {
    height: 56.6319895969vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv {
    height: 141.3333333333vw;
    width: 100%;
  }
}
.top .kv .kv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.top .kv .kv__inner h1 {
  font-size: 23px;
  font-weight: 600;
  color: #1f3d80;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 142px;
  height: 225px;
  padding: 20px 0 0;
  background: url(/recruit/assets/images/common/img_title_01.svg) center
      bottom/contain no-repeat,
    #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1150px) {
  .top .kv .kv__inner h1 {
    font-size: 2.0039011704vw;
    width: 12.3719115735vw;
    height: 19.6033810143vw;
    padding: 1.7425227568vw 0 0;
    box-shadow: 0 0 1.3940182055vw rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 768px) {
  .top .kv .kv__inner h1 {
    display: none;
  }
}
.top .kv .kv__inner h1 img {
  width: 97.46px;
  height: auto;
  margin: 0 0 32px;
}
@media screen and (max-width: 1150px) {
  .top .kv .kv__inner h1 img {
    width: 8.491313394vw;
    margin: 0 0 2.7880364109vw;
  }
}
.top .kv picture .kv__copy {
  margin: 74px 0 40px;
  width: 552.96px;
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: copy_fadeIn 1.8s ease 0.5s forwards;
  animation: copy_fadeIn 1.8s ease 0.5s forwards;
}
@media screen and (max-width: 1150px) {
  .top .kv picture .kv__copy {
    margin: 6.4473342003vw 0 3.4850455137vw;
    width: 48.1772691808vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv picture .kv__copy {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 69.3333333333vw;
  }
}
@-webkit-keyframes copy_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes copy_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.top .kv .kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .top .kv .kv__img {
    flex-direction: column;
  }
}
.top .kv .kv__img .kv__img--left,
.top .kv .kv__img .kv__img--right {
  width: 521px;
  font-size: 0;
}
@media screen and (max-width: 1150px) {
  .top .kv .kv__img .kv__img--left,
  .top .kv .kv__img .kv__img--right {
    width: 45.3927178153vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .kv__img .kv__img--left,
  .top .kv .kv__img .kv__img--right {
    width: 100%;
    display: flex;
  }
}
.top .kv .kv__img .kv__img--left picture,
.top .kv .kv__img .kv__img--right picture {
  display: block;
}
.top .kv .kv__img .kv__img--left picture img,
.top .kv .kv__img .kv__img--right picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top .kv .kv__img .kv__img--left picture img,
  .top .kv .kv__img .kv__img--right picture img {
    width: 33.3333333333vw;
    height: 50.1333333333vw;
  }
}
.top .kv .kv__img .kv__img--left picture:nth-of-type(1) {
  opacity: 0;
  -webkit-animation: img_left_slide 1s ease 2s forwards;
  animation: img_left_slide 1s ease 2s forwards;
}
.top .kv .kv__img .kv__img--left picture:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: img_left_slide 1s ease 2.1s forwards;
  animation: img_left_slide 1s ease 2.1s forwards;
}
.top .kv .kv__img .kv__img--left picture:nth-of-type(3) {
  opacity: 0;
  -webkit-animation: img_left_slide 1s ease 2.2s forwards;
  animation: img_left_slide 1s ease 2.2s forwards;
}
@-webkit-keyframes img_left_slide {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes img_left_slide {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.top .kv .kv__img .kv__img--right picture:nth-of-type(1) {
  opacity: 0;
  -webkit-animation: img_right_slide 1s ease 2s forwards;
  animation: img_right_slide 1s ease 2s forwards;
}
.top .kv .kv__img .kv__img--right picture:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: img_right_slide 1s ease 2.1s forwards;
  animation: img_right_slide 1s ease 2.1s forwards;
}
.top .kv .kv__img .kv__img--right picture:nth-of-type(3) {
  opacity: 0;
  -webkit-animation: img_right_slide 1s ease 2.2s forwards;
  animation: img_right_slide 1s ease 2.2s forwards;
}
@-webkit-keyframes img_right_slide {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes img_right_slide {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.top .kv .kv__bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  .top .kv .kv__bg {
    width: 59.855656697vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .kv__bg {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .top .kv .kv__bg img {
    width: 100%;
  }
}
.top .kv .kv__arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(0);
  -webkit-animation: scroll_arrow 5s ease infinite,
    scroll_arrow_fadeIn 1s ease 4s forwards;
  animation: scroll_arrow 5s ease infinite,
    scroll_arrow_fadeIn 1s ease 4s forwards;
  opacity: 0;
}
@media screen and (max-width: 1150px) {
  .top .kv .kv__arrow {
    width: 1.1326397919vw;
    bottom: 4.3563068921vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .kv__arrow {
    display: none;
  }
}
@-webkit-keyframes scroll_arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll_arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scroll_arrow_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll_arrow_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top .message .sec01 {
  padding: 80px 0;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(239, 239, 239) 100%
  );
}
@media screen and (max-width: 1150px) {
  .top .message .sec01 {
    padding: 6.9700910273vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .message .sec01 {
    padding: 12.8vw 0 22.4vw;
  }
}
.top .message h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #1f3d80;
  letter-spacing: 4px;
  text-indent: 4px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1150px) {
  .top .message h2 {
    font-size: 3.4850455137vw;
    letter-spacing: 0;
    text-indent: 0;
    margin: 0 auto 6.9700910273vw;
  }
}
@media screen and (max-width: 768px) {
  .top .message h2 {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    text-indent: 0;
    margin: 0 auto 9.0666666667vw;
  }
}
.top .message .message__main {
  font-size: 35px;
  text-align: center;
  color: #1f3d80;
  line-height: 1.7;
  -webkit-text-decoration: underline 1px #1f3d80;
  text-decoration: underline 1px #1f3d80;
  text-underline-offset: 9px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1150px) {
  .top .message .message__main {
    font-size: 3.0494148244vw;
    text-underline-offset: 0.7841352406vw;
    margin: 0 auto 2.0910273082vw;
  }
}
@media screen and (max-width: 768px) {
  .top .message .message__main {
    font-size: 5.3333333333vw;
    text-underline-offset: 2.4vw;
    margin: 0 auto 8.5333333333vw;
    line-height: 2;
  }
}
.top .message .message__text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 36px;
}
@media screen and (max-width: 1150px) {
  .top .message .message__text {
    font-size: 1.5682704811vw;
    margin: 0 auto 3.1365409623vw;
  }
}
@media screen and (max-width: 768px) {
  .top .message .message__text {
    font-size: 3.7333333333vw;
    text-align: left;
    line-height: 2.2;
    margin: 0 auto 9.6vw;
  }
}

.top .philosophy h3 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  color: #1f3d80;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1150px) {
  .top .philosophy h3 {
    font-size: 3.0494148244vw;
    margin: 0 auto 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .top .philosophy h3 {
    font-size: 5.3333333333vw;
    margin: 0 auto 6.4vw;
  }
}
.top .philosophy h3 + img {
  width: 700px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1150px) {
  .top .philosophy h3 + img {
    width: 60.9882964889vw;
    margin: 0 auto 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .top .philosophy h3 + img {
    width: 100%;
    margin: 0 auto 6.4vw;
  }
}
.top .philosophy .sec02 {
  background: url(/recruit/assets/images/top/bg_philosophy_01.png) center/cover
    no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 1150px) {
  .top .philosophy .sec02 {
    padding: 6.9700910273vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .philosophy .sec02 {
    background: url(/recruit/assets/images/top/bg_philosophy_01_sp.png)
      center/cover no-repeat;
    padding: 8.5333333333vw 0 22.4vw;
  }
}
.top .philosophy .sec02 .sec__inner {
  position: relative;
}
.top .philosophy .sec02 .sec__inner .decoration {
  position: absolute;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  top: -237px;
  left: -145px;
  width: 502px;
}
@media screen and (max-width: 1150px) {
  .top .philosophy .sec02 .sec__inner .decoration {
    filter: drop-shadow(0 0 1.7425227568vw rgba(0, 0, 0, 0.1));
    top: -20.6488946684vw;
    left: -12.633289987vw;
    width: 43.7373211964vw;
  }
}
@media screen and (max-width: 768px) {
  .top .philosophy .sec02 .sec__inner .decoration {
    filter: drop-shadow(0 0 5.3333333333vw rgba(0, 0, 0, 0.1));
    width: 42.9333333333vw;
    top: -29.3333333333vw;
    left: -14.6666666667vw;
    transform: rotate(8deg);
  }
}
.top .philosophy .sec02 .sec__inner .philosophy__text {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1150px) {
  .top .philosophy .sec02 .sec__inner .philosophy__text {
    font-size: 1.5682704811vw;
    margin: 0 auto 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .top .philosophy .sec02 .sec__inner .philosophy__text {
    font-size: 3.7333333333vw;
    text-align: left;
    line-height: 2.2;
    margin: 0 auto 10.6666666667vw;
  }
}

.top .future .sec03 {
  background: url(/recruit/assets/images/top/bg_future_01.png) center
    bottom/cover no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 1150px) {
  .top .future .sec03 {
    padding: 6.9700910273vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .future .sec03 {
    background: url(/recruit/assets/images/top/bg_future_01_sp.png) center
      bottom/cover no-repeat;
    padding: 21.3333333333vw 0 10.6666666667vw;
    padding: 8.5333333333vw 0 22.4vw;
  }
}
.top .future .sec03 .sec__inner {
  position: relative;
}
.top .future .sec03 .sec__inner .decoration {
  position: absolute;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  top: -185px;
  left: -115px;
  width: 392px;
}
@media screen and (max-width: 1150px) {
  .top .future .sec03 .sec__inner .decoration {
    width: 34.1534460338vw;
    filter: drop-shadow(0 0 1.7425227568vw rgba(0, 0, 0, 0.1));
    top: -16.1183355007vw;
    left: -10.0195058518vw;
  }
}
@media screen and (max-width: 768px) {
  .top .future .sec03 .sec__inner .decoration {
    width: 49.3333333333vw;
    top: -37.3333333333vw;
    left: -19.7333333333vw;
    transform: rotate(20deg);
  }
}
.top .future .sec03 .sec__inner .future__img {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .top .future .sec03 .sec__inner .future__img {
    margin: 0 auto 2.6137841352vw;
  }
}
.top .future .sec03 .sec__inner h3 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  color: #1f3d80;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1150px) {
  .top .future .sec03 .sec__inner h3 {
    font-size: 3.0494148244vw;
    letter-spacing: 0.2613784135vw;
    margin: 0 auto 4.3563068921vw;
  }
}
@media screen and (max-width: 768px) {
  .top .future .sec03 .sec__inner h3 {
    font-size: 5.3333333333vw;
    text-align: left;
    letter-spacing: 0vw;
    line-height: 1.7;
    margin: 0 auto 6.4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top .future .sec03 .sec__inner h3 + p {
  text-align: center;
  line-height: 2;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1150px) {
  .top .future .sec03 .sec__inner h3 + p {
    margin: 0 auto 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .top .future .sec03 .sec__inner h3 + p {
    font-size: 3.7333333333vw;
    text-align: left;
    margin: 0 auto 17.0666666667vw;
  }
}

.top .work h3 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  color: #1f3d80;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1150px) {
  .top .work h3 {
    font-size: 3.0494148244vw;
    margin: 0 auto 3.4850455137vw;
  }
}
.top .work .sec04 {
  background: url(/recruit/assets/images/top/bg_work_01.png) center/cover
    no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 {
    padding: 6.9700910273vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 {
    background: url(/recruit/assets/images/top/bg_work_01_sp.png) center/cover
      no-repeat;
    padding: 14.6666666667vw 0 22.4vw;
  }
}
.top .work .sec04 .sec__inner {
  position: relative;
}
.top .work .sec04 .sec__inner .decoration {
  position: absolute;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  top: -177px;
  left: -310px;
  width: 552px;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .decoration {
    filter: drop-shadow(0 0 1.7425227568vw rgba(0, 0, 0, 0.1));
    top: -15.4213263979vw;
    left: -27.0091027308vw;
    width: 48.0936280884vw;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .decoration {
    filter: drop-shadow(0 0 5.3333333333vw rgba(0, 0, 0, 0.1));
    top: -29.3333333333vw;
    left: -24.2666666667vw;
    transform: rotate(18deg);
    width: 58.6666666667vw;
  }
}
.top .work .sec04 .sec__inner .work__list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 0 16px;
  height: 290px;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list {
    gap: 0 1.3940182055vw;
    height: 25.22vw;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list {
    flex-wrap: wrap;
    gap: 4.2666666667vw 2.6666666667vw;
    height: 126.93vw;
  }
}
.top .work .sec04 .sec__inner .work__list li {
  width: 170px;
  aspect-ratio: 170/290;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list li {
    width: 14.811443433vw;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li {
    width: 28vw;
    aspect-ratio: 105/230;
  }
}
.top .work .sec04 .sec__inner .work__list li.fade-in-up {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li.fade-in-up {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}
.top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
.top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(3) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
}
.top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}
.top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(5) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
.top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li.fade-in-up:nth-of-type(6) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
}
.top .work .sec04 .sec__inner .work__list li a {
  overflow: hidden;
  display: block;
  height: 100%;
}
.top .work .sec04 .sec__inner .work__list li a p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #1a346d;
  line-height: 40px;
  letter-spacing: 3px;
  text-indent: 3px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list li a p {
    font-size: 1.39vw;
    line-height: 3.4850455137vw;
    letter-spacing: 0.26vw;
    text-indent: 0.26vw;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li a p {
    font-size: 3.2vw;
    line-height: 8.27vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.top .work .sec04 .sec__inner .work__list li a p::after {
  content: "";
  position: absolute;
  width: 4.57px;
  height: 8px;
  background: url(/recruit/assets/images/common/icon_arrow_right_white_01.svg)
    center/cover no-repeat;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list li a p::after {
    width: 0.3981664499vw;
    height: 0.6970091027vw;
    right: 0.87vw;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li a p::after {
    width: 1.0666666667vw;
    height: 1.8666666667vw;
    right: 1.07vw;
  }
}
.top .work .sec04 .sec__inner .work__list li a img {
  width: auto;
  height: 100%;
  transition: 0.7s ease;
  transform: scale(1) translate(-17px, 0);
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list li a img {
    transform: scale(1) translate(-1.4811443433vw, 0);
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list li a img {
    transform: scale(1) translate(-7.7333333333vw, 0);
  }
}
@media screen and (min-width: 769px) {
  .top .work .sec04 .sec__inner .work__list li a:hover img {
    transform: scale(1.03) translate(-17px, 0);
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list li a:hover img {
    transform: scale(1.03) translate(-1.4811443433vw, 0);
  }
}
.top .work .sec04 .sec__inner .work__list + p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 40px auto;
}
@media screen and (max-width: 1150px) {
  .top .work .sec04 .sec__inner .work__list + p {
    font-size: 1.5682704811vw;
    margin: 3.4850455137vw auto;
  }
}
@media screen and (max-width: 768px) {
  .top .work .sec04 .sec__inner .work__list + p {
    font-size: 3.7333333333vw;
    text-align: left;
    margin: 10.6666666667vw auto;
  }
}

.top .interview h3 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  color: #1f3d80;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1150px) {
  .top .interview h3 {
    font-size: 3.0494148244vw;
    margin: 0 auto 3.4850455137vw;
  }
}
.top .interview .sec05 {
  background: url(/recruit/assets/images/top/bg_interview_01.png) center/cover
    no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 {
    padding: 6.9700910273vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 {
    background: url(/recruit/assets/images/top/bg_interview_01_sp.png)
      center/cover no-repeat;
    padding: 12vw 0 22.4vw;
  }
}
.top .interview .sec05 .sec__inner {
  position: relative;
}
.top .interview .sec05 .sec__inner .decoration {
  position: absolute;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  top: -257px;
  left: -195px;
  width: 376px;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 .sec__inner .decoration {
    filter: drop-shadow(0 0 1.7425227568vw rgba(0, 0, 0, 0.1));
    top: -22.3914174252vw;
    left: -8.7126137841vw;
    width: 32.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .decoration {
    top: -29.8666666667vw;
    left: -15.2vw;
    width: 58.6666666667vw;
  }
}
.top .interview .sec05 .sec__inner .interview__list {
  display: flex;
  justify-content: center;
  gap: 40px 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 .sec__inner .interview__list {
    gap: 3.4850455137vw 1.3940182055vw;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .interview__list {
    gap: 10.6666666667vw 0vw;
  }
}
.top .interview .sec05 .sec__inner .interview__list li {
  width: 356px;
  height: 271.93px;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 .sec__inner .interview__list li {
    width: 31.0169050715vw;
    height: 23.65vw;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .interview__list li {
    width: 100%;
    height: 70vw;
  }
}
.top .interview .sec05 .sec__inner .interview__list li.fade-in-up {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .interview__list li.fade-in-up {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
  }
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li.fade-in-up:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li.fade-in-up:nth-of-type(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li.fade-in-up:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li.fade-in-up:nth-of-type(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li.fade-in-up:nth-of-type(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.top .interview .sec05 .sec__inner .interview__list li a {
  display: block;
  position: relative;
}
.top .interview .sec05 .sec__inner .interview__list li a::after {
  content: "";
  background: url(/recruit/assets/images/common/icon_arrow_right_white_01.svg)
      center/4.57px 8px no-repeat,
    #1f3d80;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 16px;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 .sec__inner .interview__list li a::after {
    background: url(/recruit/assets/images/common/icon_arrow_right_white_01.svg)
        center/0.3981664499vw 0.6970091027vw no-repeat,
      #1f3d80;
    width: 3.4850455137vw;
    height: 3.4850455137vw;
    top: 1.0455136541vw;
    right: 1.3940182055vw;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .interview__list li a::after {
    background: url(/recruit/assets/images/common/icon_arrow_right_white_01.svg)
        center/1.2186666667vw 2.1333333333vw no-repeat,
      #1f3d80;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 3.2vw;
    right: 4.2666666667vw;
  }
}
.top .interview .sec05 .sec__inner .interview__list li a img {
  width: 100%;
  margin: 0 0 -64px;
  transition: 0.7s ease;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 .sec__inner .interview__list li a img {
    margin: 0 0 -5.5760728218vw;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .interview__list li a img {
    margin: 0 0 -16vw;
  }
}
@media screen and (min-width: 769px) {
  .top .interview .sec05 .sec__inner .interview__list li a:hover img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}
.top .interview .sec05 .sec__inner .interview__list li a p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li
  a
  p
  span:not(.hook-start, .hook-end) {
  font-size: 22px;
  font-weight: 600;
  color: #1f3d80;
  display: block;
  line-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
}
@media screen and (max-width: 1150px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end) {
    font-size: 1.9167750325vw;
    line-height: 3.4850455137vw;
    padding: 0 1.3940182055vw;
  }
}
@media screen and (max-width: 768px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end) {
    font-size: 5.3333333333vw;
    line-height: 10.0373333333vw;
    padding: 0 4.2666666667vw;
  }
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li
  a
  p
  span:not(.hook-start, .hook-end):last-of-type {
  padding: 0 8px 0 16px;
  margin: 6px 0 0;
}
@media screen and (max-width: 1150px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end):last-of-type {
    padding: 0 0.6970091027vw 0 1.3940182055vw;
    margin: 0.6970091027vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end):last-of-type {
    padding: 0 2.1333333333vw 0 4.2666666667vw;
    margin: 1.6vw 0;
  }
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li
  a
  p
  span:not(.hook-start, .hook-end).short {
  background: url(/recruit/assets/images/top/img_interview_bg_short_01.png) left
    center/100% 100% no-repeat;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li
  a
  p
  span:not(.hook-start, .hook-end).long {
  background: url(/recruit/assets/images/top/img_interview_bg_long_01.png) left
    center/100% 100% no-repeat;
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li
  a
  p
  span:not(.hook-start, .hook-end)
  .hook-start {
  margin: 0 0 0 -12px;
}
@media screen and (max-width: 1150px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end)
    .hook-start {
    margin: 0 0 0 -1.0455136541vw;
  }
}
@media screen and (max-width: 768px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end)
    .hook-start {
    margin: 0 0 0 -3.2vw;
  }
}
.top
  .interview
  .sec05
  .sec__inner
  .interview__list
  li
  a
  p
  span:not(.hook-start, .hook-end)
  .hook-end {
  margin: 0 -8px 0 0;
}
@media screen and (max-width: 1150px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end)
    .hook-end {
    margin: 0 -0.6970091027vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top
    .interview
    .sec05
    .sec__inner
    .interview__list
    li
    a
    p
    span:not(.hook-start, .hook-end)
    .hook-end {
    margin: 0 -2.1333333333vw 0 0;
  }
}
.top .interview .sec05 .sec__inner .interview__list + p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 1150px) {
  .top .interview .sec05 .sec__inner .interview__list + p {
    font-size: 1.5682704811vw;
    margin: 3.4850455137vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .interview .sec05 .sec__inner .interview__list + p {
    font-size: 3.7333333333vw;
    margin: 8vw 0 10.6666666667vw;
    text-align: left;
  }
}

.top .charm {
  margin: 20px auto 0;
}
@media screen and (max-width: 1150px) {
  .top .charm {
    margin: 1.7425227568vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top .charm {
    margin: 0;
  }
}
.top .charm .sec06 {
  margin: 80px auto 0;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 {
    margin: 6.9700910273vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 {
    margin: 10.6666666667vw auto 0;
  }
}
.top .charm .sec06 .sec__inner {
  background: #f8f8f8;
  padding: 48px 0;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 .sec__inner {
    padding: 4.1820546164vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner {
    padding: 14.9333333333vw 0;
  }
}
.top .charm .sec06 .sec__inner h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1f3d80;
  text-align: center;
  position: relative;
  padding: 0 0 24px;
  margin: 0 auto 52px;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 .sec__inner h2 {
    font-size: 2.6137841352vw;
    letter-spacing: 0.1742522757vw;
    padding: 0 0 2.0910273082vw;
    margin: 0 auto 4.5305591678vw;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner h2 {
    font-size: 5.3333333333vw;
    padding: 0 0 5.3333333333vw;
    margin: 0 auto 8.5333333333vw;
  }
}
.top .charm .sec06 .sec__inner h2::after {
  content: "";
  background: #1f3d80;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 .sec__inner h2::after {
    width: 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner h2::after {
    width: 10.6666666667vw;
  }
}
.top .charm .sec06 .sec__inner .charm__list {
  display: flex;
  gap: 0 8px;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 .sec__inner .charm__list {
    gap: 0 0.6970091027vw;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner .charm__list {
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.top .charm .sec06 .sec__inner .charm__list li {
  width: 262px;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 .sec__inner .charm__list li {
    width: 22.8270481144vw;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner .charm__list li {
    width: 38.1333333333vw;
  }
}
.top .charm .sec06 .sec__inner .charm__list li img {
  width: 100%;
}
.top .charm .sec06 .sec__inner .charm__list + p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 40px 0 52px;
}
@media screen and (max-width: 1150px) {
  .top .charm .sec06 .sec__inner .charm__list + p {
    font-size: 1.5682704811vw;
    margin: 3.4850455137vw 0 4.5305591678vw;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner .charm__list + p {
    font-size: 4.2666666667vw;
    text-align: left;
    width: 77.8666666667vw;
    margin: 10.6666666667vw auto 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top .charm .sec06 .sec__inner .more__btn {
    width: 80vw;
    background: rgba(255, 255, 255, 0.82);
  }
}

.top .links {
  padding: 92px 0 80px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  .top .links {
    padding: 8.0156046814vw 0 6.9700910273vw;
  }
}
@media screen and (max-width: 768px) {
  .top .links {
    padding: 10.6666666667vw 0;
  }
}
/*# sourceMappingURL=top.css.map */
