.mv_area {
  padding-bottom: 2.6041666667vw;
}
.mv_area .inner {
  position: relative;
  width: 100%;
  background-image: url(../images/resk/mv_bg.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv_area .inner {
    background-image: url(../images/resk/sp_mv_bg.png);
  }
}
.mv_area .inner .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.53125vw;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .bg {
    width: 95.4666666667vw;
  }
}
.mv_area .inner .bg img {
  width: 100%;
  height: auto;
}
.mv_area .inner .content {
  position: relative;
  width: 57.2916666667vw;
  margin: 0 auto;
  padding-top: 7.8125vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .content {
    width: initial;
    flex-direction: column;
    padding-top: 45.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_area .inner .content .left {
    width: 100%;
    z-index: 2;
  }
}
.mv_area .inner .content .left p {
  width: 27.34375vw;
  height: auto;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .content .left p {
    width: 60.5333333333vw;
    margin-left: 17.8666666667vw;
  }
}
.mv_area .inner .content .left p img {
  width: 100%;
  height: auto;
}
.mv_area .inner .content .left a {
  display: block;
  width: 29.375vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .content .left a {
    width: 85.3333333333vw;
    margin: -2.6666666667vw auto 0;
  }
}
.mv_area .inner .content .left a img {
  width: 100%;
  height: auto;
}
.mv_area .inner .content .left .mv-welcome-btn {
  display: block;
  margin: -15px auto 0;
}
.mv_area .inner .content .right {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .content .right {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.mv_area .inner .content .right p {
  width: 23.6979166667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .content .right p {
    width: 94.1333333333vw;
    margin: 0 auto;
  }
}
.mv_area .inner .content .right p img {
  width: 100%;
  height: auto;
}
.mv_area .inner .banner {
  position: relative;
  width: 57.2916666667vw;
  height: auto;
  margin: -1.5625vw auto 0;
}
@media screen and (max-width: 768px) {
  .mv_area .inner .banner {
    width: 92.5333333333vw;
    margin: -6.6666666667vw auto 0;
  }
}
.mv_area .inner .banner img {
  width: 100%;
  height: auto;
}

.employee-voice {
  padding: 0 20px;
}
.employee-voice .inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.employee-voice .inner .ttl-box {
  text-align: center;
  margin-bottom: 45px;
}
.employee-voice .inner .ttl-box p {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}
.employee-voice .inner .ttl-box h2 {
  display: inline-block;
  margin: 0;
  font-size: 33px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.employee-voice .inner .content {
  padding: 10px;
  background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content {
    padding: 5px;
  }
}
.employee-voice .inner .content .content-inner {
  padding: 50px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .employee-voice .inner .content .content-inner {
    padding: 20px 20px 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner {
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 10px;
    gap: 15px;
  }
}
.employee-voice .inner .content .content-inner .img {
  max-width: 295px;
  width: 100%;
  min-width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .img {
    max-width: initial;
  }
}
.employee-voice .inner .content .content-inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
.employee-voice .inner .content .content-inner .txt-box {
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .txt-box {
    width: 100%;
    min-width: initial;
  }
}
.employee-voice .inner .content .content-inner .txt-box p {
  margin: 0;
}
.employee-voice .inner .content .content-inner .txt-box .txt01 {
  width: fit-content;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 5px 10px;
  background-color: #193693;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .txt-box .txt01 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.employee-voice .inner .content .content-inner .txt-box .txt02 {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  color: #193693;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .txt-box .txt02 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.employee-voice .inner .content .content-inner .txt-box .txt03 {
  font-size: 21px;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
  color: #193693;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .txt-box .txt03 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.employee-voice .inner .content .content-inner .txt-box .txt04 {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  color: #B67008;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .txt-box .txt04 {
    font-size: 14px;
  }
}
.employee-voice .inner .content .content-inner .txt-box .txt05 {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #193693;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .content .content-inner .txt-box .txt05 {
    font-size: 14px;
    margin-top: 12px;
    padding-top: 12px;
  }
}
.employee-voice .inner .movie-area {
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 50px 50px;
}
.employee-voice .inner .movie-area video {
  border: 1px solid #ddd;
  width: calc((100% - 60px) / 3);
}
.employee-voice .inner .movie {
  position: relative;
  z-index: 20;
  margin: -130px auto 0;
  max-width: 764px;
  width: 100%;
  height: 457px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .movie {
    width: 290px;
    height: 170px;
    margin-top: -80px;
    border-radius: 10px;
  }
}
.employee-voice .inner .movie picture {
  width: 1064px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .movie picture {
    max-width: initial;
    width: 335px;
  }
}
.employee-voice .inner .movie img {
  width: 100%;
  height: auto;
}
.employee-voice .inner .movie .movie-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 700px;
  width: 100%;
  height: 395px;
  background-color: #333;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .employee-voice .inner .movie .movie-inner {
    width: 275px;
    height: 155px;
  }
}

#sec-slide {
  background-color: rgb(244, 243, 243);
  padding: 0 0 45px;
}
@media screen and (max-width: 768px) {
  #sec-slide {
    padding-bottom: 30px;
  }
}
#sec-slide .inner img {
  width: 100%;
  height: auto;
}
#sec-slide .inner .ttl {
  max-width: 327px;
  width: 100%;
  height: auto;
  margin: 0 auto 43px;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .ttl {
    max-width: 238px;
    margin-bottom: 40px;
  }
}
#sec-slide .inner .swiper ul {
  padding: 0;
  margin: 0;
}
#sec-slide .inner .swiper ul li {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 300px;
  background-color: #fff;
  gap: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  #sec-slide .inner .swiper ul li {
    border-radius: 150px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li {
    flex-direction: column;
    padding: 0;
    border-radius: 150px 150px 50px 50px;
    gap: 0;
  }
}
#sec-slide .inner .swiper ul li .profile-img {
  position: relative;
  width: 40.9%;
  height: 100%;
  display: block;
  object-fit: cover;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-img {
    width: 100%;
    aspect-ratio: 295/184;
  }
}
#sec-slide .inner .swiper ul li .profile-img .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec-slide .inner .swiper ul li .profile-img .img img {
  border-radius: 300px 0 0 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  #sec-slide .inner .swiper ul li .profile-img .img img {
    border-radius: 150px 0 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-img .img img {
    border-radius: 150px 150px 0 0;
    width: 100%;
    aspect-ratio: 295/184;
  }
}
#sec-slide .inner .swiper ul li .profile-img .name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  color: rgb(25, 54, 147);
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-img .name {
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
  }
}
#sec-slide .inner .swiper ul li .profile-txt {
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-txt {
    max-width: initial;
    padding: 15px 15px 30px;
    min-height: 480px;
    width: auto;
  }
}
#sec-slide .inner .swiper ul li .profile-txt h3, #sec-slide .inner .swiper ul li .profile-txt p {
  margin: 0;
}
#sec-slide .inner .swiper ul li .profile-txt h3 {
  color: rgb(25, 54, 147);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #sec-slide .inner .swiper ul li .profile-txt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-txt h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
#sec-slide .inner .swiper ul li .profile-txt .career {
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background-color: rgb(25, 54, 147);
  padding: 5px 10px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #sec-slide .inner .swiper ul li .profile-txt .career {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-txt .career {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 12px;
  }
}
#sec-slide .inner .swiper ul li .profile-txt .achievements {
  color: #B67008;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #sec-slide .inner .swiper ul li .profile-txt .achievements {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-txt .achievements {
    font-size: 14px;
  }
}
#sec-slide .inner .swiper ul li .profile-txt .border {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(25, 54, 147);
  margin: 25px 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #sec-slide .inner .swiper ul li .profile-txt .border {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-txt .border {
    margin: 12px 0;
  }
}
#sec-slide .inner .swiper ul li .profile-txt .comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #sec-slide .inner .swiper ul li .profile-txt .comment {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .swiper ul li .profile-txt .comment {
    font-size: 14px;
  }
}
#sec-slide .inner .bar-btn {
  position: relative;
  max-width: 1030px;
  width: 100%;
  height: 66px;
  margin: 25px auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .bar-btn {
    width: initial;
    justify-content: flex-end;
    gap: initial;
    padding-left: 50px;
    padding-right: 4px;
    margin: 20px auto 0;
  }
}
#sec-slide .inner .bar-btn .progressbar {
  position: relative;
  width: 250px;
  height: 2px;
  margin-top: 10px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .bar-btn .progressbar {
    width: 185px;
    margin-right: auto;
    margin-top: 0;
  }
}
#sec-slide .inner .bar-btn .progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3F57A1;
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
#sec-slide .inner .bar-btn .swiper-prev {
  position: absolute !important;
  top: 50%;
  right: 0;
  display: block;
  position: relative;
  width: 70px;
  height: auto;
  aspect-ratio: 70/66;
  transform: translateY(-50%);
  box-shadow: 5px 5px 20px rgba(37, 40, 107, 0.5);
  border-radius: 100px;
  background-color: rgb(25, 54, 147);
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .bar-btn .swiper-prev {
    position: relative !important;
    top: initial;
    right: initial;
    transform: initial;
    margin-left: 10px;
    width: 46px;
    aspect-ratio: 1/1;
  }
}
#sec-slide .inner .bar-btn .swiper-prev::after {
  display: none;
}
#sec-slide .inner .bar-btn .swiper-prev img {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .bar-btn .swiper-prev img {
    height: 100%;
  }
}
#sec-slide .inner .bar-btn .swiper-next {
  position: absolute !important;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
  display: block;
  position: relative;
  width: 70px;
  height: auto;
  aspect-ratio: 70/66;
  box-shadow: 5px 5px 20px rgba(37, 40, 107, 0.5);
  border-radius: 100px;
  background-color: rgb(25, 54, 147);
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .bar-btn .swiper-next {
    position: relative !important;
    top: initial;
    right: initial;
    transform: initial;
    width: 46px;
    aspect-ratio: 1/1;
  }
}
#sec-slide .inner .bar-btn .swiper-next::after {
  display: none;
}
#sec-slide .inner .bar-btn .swiper-next img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sec-slide .inner .bar-btn .swiper-next img {
    height: 100%;
  }
}