.l-header {
  box-shadow: none;
}

/*------------------------- mv ----------------------*/
.p-mv {
  position: relative;
  height: 620px;
  /*
  &-img{
  	width: calc(100% - ((100% - 1200px) / 2));
  	height: 100%;
  	object-fit: cover;
  	font-family: 'object-fit: cover;';
  	margin-left: calc((100% - 1200px) / 2);
  	@include mq(m){
  		width: auto;
  		height: auto;
  		margin: 0;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}
.p-mv-ttl {
  position: absolute;
  bottom: 60px;
  left: calc((100% - 1200px) / 2 + 75px);
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl {
    display: inline;
    bottom: 5vw;
    left: 5vw;
    font-size: 6.5vw;
    transform: none;
  }
}
.p-mv-ttl-txt {
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl-txt span {
    display: inline-block;
    color: #fff;
    line-height: 1;
    border-bottom: 3px solid #fff;
    margin-bottom: 2.5vw;
  }
}
.p-mv-block {
  position: relative;
  width: calc(100% - (100% - 1200px) / 2);
  height: 100%;
  margin-left: calc((100% - 1200px) / 2);
}
.p-mv-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .p-mv-block::before {
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-block {
    width: auto;
    margin: 0;
  }
}
.p-mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 767px) {
  .p-mv-img {
    width: auto;
    height: auto;
  }
}

/*------------------------- bg ----------------------*/
.p-bg {
  position: relative;
  background: url(/recruit/assets/images/top/bg.png) center 0/100% auto no-repeat #f5f5f5;
  padding: 0 0 180px;
}
@media screen and (max-width: 767px) {
  .p-bg {
    padding: 0 0 22vw;
  }
}

/*------------------------- intro ----------------------*/
.p-intro {
  margin: 0 0 80px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin: 0 0 16vw;
    padding: 5vw 5vw 0;
  }
}
.p-intro-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro-txt {
    font-size: 3.9vw;
    text-align: justify;
  }
}
.p-intro-txt + .p-intro-txt {
  margin-top: 0.5em;
}
.p-intro-block {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1120px;
  margin: 50px auto 0;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-intro-block {
    display: block;
    width: auto;
    margin: 7vw 0 0;
    padding: 7vw 0;
  }
}
.p-intro-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  height: 100%;
  background: #66c7bd;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro-block::before {
    width: calc(100% - 10vw);
  }
}
.p-intro-btn {
  position: relative;
  width: 540px;
  border: 4px solid #1c205f;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro-btn {
    width: auto;
    font-size: 4.2vw;
  }
  .p-intro-btn + .p-intro-btn {
    margin-top: 7vw;
  }
}
.p-intro-btn-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: url(/recruit/assets/images/common/icn_btn_arrow_wh.png) calc(100% - 1.3em) center/32px auto no-repeat #1c205f;
  color: #fff;
  line-height: 1;
  padding: 1.4em 1.3em;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-intro-btn-link {
    background-size: 1.2em auto;
    padding: 1.2em 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .p-intro-btn-link:hover {
    color: #333;
    background-color: #fff;
    background: url(/recruit/assets/images/common/icn_btn_arrow_bl.png) calc(100% - 1em) center/32px auto no-repeat #fff;
    opacity: 1;
  }
}
.p-intro-btn--wh .p-intro-btn-link {
  background: url(/recruit/assets/images/common/icn_btn_arrow_bl.png) calc(100% - 1.3em) center/32px auto no-repeat #fff;
  color: #1c205f;
}
@media screen and (max-width: 767px) {
  .p-intro-btn--wh .p-intro-btn-link {
    background-size: 1.2em auto;
  }
}
@media screen and (min-width: 768px) {
  .p-intro-btn--wh .p-intro-btn-link:hover {
    color: #fff;
    background: url(/recruit/assets/images/common/icn_btn_arrow_wh.png) calc(100% - 1em) center/32px auto no-repeat #1c205f;
  }
}

/*------------------------- message ----------------------*/
.p-message {
  margin: 0 0 140px;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin: 0 0 16vw;
  }
}
.p-message-wrap {
  position: relative;
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  .p-message-wrap {
    padding-top: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .p-message-pre {
    position: relative;
    width: calc(100% + 4vw);
    margin-left: -4vw;
    background: #fff;
    z-index: 2;
    padding: 5.3vw 0 0 4vw;
  }
  .p-message-pre img {
    width: 53vw;
  }
}
.p-message-content {
  position: relative;
  width: 730px;
  background: #fff;
  padding: 20px 35px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message-content {
    width: calc(100% + 4vw);
    margin-left: -4vw;
    padding: 0 8vw 10vw 4vw;
  }
}
.p-message-content-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-message-content-ttl {
    font-size: 6.2vw;
  }
}
@keyframes move {
  from {
    opacity: 0;
    transform: translate3d(10em, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.p-message-content-bd {
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message-content-bd {
    display: inline;
  }
}
.p-message-content-bd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 11em;
  height: 4px;
  background: #66c7bd;
}
@media screen and (max-width: 767px) {
  .p-message-content-bd::before {
    top: 1.3em;
    bottom: auto;
  }
}
.p-message-content-ttl.aos-animate .p-message-content-bd::before {
  animation: move 1.2s ease both;
}
.p-message-content-bd--end::before {
  width: calc(100% - 0.8em);
}
.p-message-content-txt + .p-message-content-txt {
  margin-top: 0.6em;
}
.p-message-img {
  position: absolute;
  top: 0;
  right: -190px;
}
@media screen and (max-width: 767px) {
  .p-message-img {
    right: -24vw;
  }
}

/*------------------------- company ----------------------*/
.p-company {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin-bottom: 16vw;
  }
}
.p-company-pre {
  text-align: center;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .p-company-pre {
    width: 46vw;
    margin: -3.2vw auto 0;
  }
}
.p-company-txt {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-txt {
    width: auto;
  }
}
.p-company-data {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .p-company-data {
    margin-top: 10vw;
  }
}
.p-company-data-ttl {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-company-data-ttl {
    font-size: 5.5vw;
  }
}

/*------------------------- movie ----------------------*/
.p-movie {
  margin-bottom: 80px;
}

.p-movie-wrap {
  padding: 35px 40px 60px;
  text-align: center;
  background: #fff;
}
.p-movie-wrap video {
  width: 100%;
}

.p-movie-ttl {
  width: 335px;
  margin: 0 auto 25px;
  position: relative;
  text-align: center;
}

.p-movie-ttl span {
  position: relative;
  z-index: 10;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Barlow";
  color: #d82122;
  display: inline-block;
  width: 160px;
  background: #fff;
  padding: 0 20px;
}

.p-movie-ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #d82122;
}

.p-movie-txt {
  text-align: center;
  margin-bottom: 25px;
}

.p-movie-video-wrap {
  padding-inline: 12%;
}

.p-movie-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-movie {
    margin-bottom: 16vw;
  }
  .p-movie-wrap {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
  .p-movie-ttl {
    width: 54.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
  .p-movie-ttl span {
    padding: 0 5.3333333333vw;
    width: 27.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .p-movie-ttl::after {
    height: 0.5333333333vw;
  }
  .p-movie-txt {
    text-align: left;
    margin-bottom: 4vw;
    font-size: 3.9vw;
  }
  .p-movie-video-wrap {
    padding-inline: 0%;
  }
  .p-movie-video {
    height: 47vw;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
}
/*------------------------- job ----------------------*/
.p-job {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-job {
    margin: 10vw 0 16vw;
  }
}
.p-job-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-job-wrap {
    flex-flow: column-reverse;
  }
}
.p-job-block {
  width: 685px;
}
@media screen and (max-width: 767px) {
  .p-job-block {
    width: auto;
  }
}
.p-job-block-btn {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-job-block-btn {
    margin-left: auto;
  }
}
.p-job-pre {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-job-pre {
    width: 22vw;
    padding-top: 0;
  }
}
.p-job-img {
  margin-right: -190px;
}
@media screen and (max-width: 767px) {
  .p-job-img {
    position: relative;
    width: auto;
    margin: 0 0 8vw;
  }
}

/*------------------------- work ----------------------*/
.p-work {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-work {
    margin-bottom: 16vw;
  }
}
.p-work-wrap {
  position: relative;
  height: 495px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-work-wrap {
    display: block;
    height: auto;
  }
}
.p-work-block {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .p-work-block {
    width: auto;
  }
}
.p-work-block-btn {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-work-block-btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-work-pre {
    width: 28vw;
    padding-top: 0;
  }
}
.p-work-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-work-img {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 6vw;
  }
}
.p-work-img-btn {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.p-work-img-btn + .p-work-img-btn {
  margin-top: 30px;
}
.p-work-link {
  display: block;
}
.p-work-link-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  padding: 0.8em 1em;
}
.p-work-link-img {
  overflow: hidden;
}
.p-work-link-img img {
  transition: 0.3s;
}
.p-work-link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-work-link:hover img {
    transform: scale(1.05) rotate(0.00001deg);
  }
}

/*------------------------- member ----------------------*/
.p-member {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-member {
    margin: 0 auto 13vw;
  }
}
@media screen and (max-width: 767px) {
  .p-member-pre {
    width: 56vw;
  }
}
.p-member-txt {
  width: 980px;
}
@media screen and (max-width: 767px) {
  .p-member-txt {
    width: auto;
  }
}
.p-member-lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-member-lists {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.p-member-list {
  height: 100%;
  margin: 0 20px;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-member-list {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 2.6666666667vw 2.6666666667vw;
    padding-bottom: 6.1333333333vw;
  }
}
.p-member-list-inner {
  width: 355px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-member-list-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.p-member-list-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-member-list-link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-member-list-link:hover .p-member-list-img img {
    transform: scale(1.05) rotate(0.00001deg);
  }
}
.p-member-list-img {
  width: 330px;
  aspect-ratio: 330/395;
  margin-inline: auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-member-list-img {
    width: 62.6666666667vw;
    margin-left: 5.3333333333vw;
    height: auto;
  }
}
.p-member-list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.3s;
}
.p-member-list-content {
  position: absolute;
  top: 277px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-member-list-content {
    top: auto;
    bottom: -5.3333333333vw;
    left: 0;
    width: 100%;
  }
}
.p-member-list-position {
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  background-color: #66C7BD;
  width: 132px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-member-list-position {
    font-size: 4.2666666667vw;
    width: 26.6666666667vw;
    height: 8vw;
  }
}
.p-member-list-content-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 291px;
  padding-block: 17px 18px;
  padding-inline: 40px;
  background-color: #fff;
  box-shadow: 7px 7px #66C7BD;
}
@media screen and (max-width: 767px) {
  .p-member-list-content-inner {
    gap: 2.1333333333vw;
    width: 62.6666666667vw;
    padding-block: 1.3333333333vw 1.6vw;
    padding-inline: 4vw;
    box-shadow: 0.8vw 0.8vw #66C7BD;
  }
}
.p-member-list-ttl {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-member-list-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-member-list-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-member-list-txt {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.p-member-slider {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-member-slider {
    width: auto;
    padding-bottom: 10.6666666667vw;
  }
}
.p-member-slider .slick-track {
  display: flex;
}
.p-member-slider .slick-slide {
  height: auto !important;
}
.p-member-slider .slick-slide > div {
  height: 100%;
}
.p-member-slider-arrow {
  width: 160px;
  position: absolute;
  top: -110px;
  right: calc((100% - 1200px) / 2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-member-slider-arrow {
    pointer-events: none;
    width: 90vw;
    top: auto;
    right: auto;
    left: 5vw;
    bottom: 40vw;
  }
}
.p-member-slider-arrow .slick-arrow {
  pointer-events: all;
  width: 70px;
  height: 70px;
  border: 0;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  border-radius: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-member-slider-arrow .slick-arrow {
    width: 16vw;
    height: 16vw;
  }
}
.p-member-slider-arrow .slick-arrow:hover {
  opacity: 0.7;
}
.p-member-slider-arrow .slick-prev {
  background: url(/recruit/assets/images/top/icn_slider_prev.png) center center no-repeat #fff;
}
@media screen and (max-width: 767px) {
  .p-member-slider-arrow .slick-prev {
    background-size: 6vw auto;
  }
}
.p-member-slider-arrow .slick-next {
  background: url(/recruit/assets/images/top/icn_slider_next.png) center center no-repeat #fff;
}
@media screen and (max-width: 767px) {
  .p-member-slider-arrow .slick-next {
    background-size: 6vw auto;
  }
}
.p-member .m-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-member .m-btn {
    margin-top: 2vw;
  }
}

/*------------------------- bnr ----------------------*/
.p-bnr {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    width: auto;
    padding: 0 4vw;
  }
}
.p-bnr-link {
  display: block;
  position: relative;
}
.p-bnr-link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-bnr-link:hover .p-bnr-img {
    transform: scale(1.05) rotate(0.00001deg);
  }
}
.p-bnr-img {
  transition: 0.3s;
}
.p-bnr-content {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-bnr-content {
    left: 4vw;
  }
}
.p-bnr-txt {
  padding: 30px 25px;
  font-size: 5.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1c205f;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-bnr-txt {
    padding: 0.5em;
    font-size: 4.7vw;
    line-height: 1.2;
  }
}
.p-bnr-txt-normal {
  display: inline-block;
  line-height: 1;
}
.p-bnr-txt-small {
  text-align: center;
  font-size: 4.1rem;
  padding: 0.35em 0 0.4em;
}
@media screen and (max-width: 767px) {
  .p-bnr-txt-small {
    font-size: 3.8vw;
  }
}
.p-bnr-txt-bg {
  display: inline-block;
  background: #fff;
  padding: 0.1em 0.3em 0.25em;
}
.p-bnr-txt-wb {
  color: #66c7bd;
}
.p-bnr-txt-bl {
  color: #1c205f;
}
.p-bnr-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background: url(/recruit/assets/images/common/icn_bnr_arrow.png) right 0.5em center no-repeat #1c205f;
  background-size: auto 1em;
  padding: 0.5em 2em 0.5em 1.3em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-bnr-detail {
    font-size: 2.3vw;
    padding: 0.8em 2em 0.8em 1.3em;
  }
}

/*------------------------- recruit ----------------------*/
.p-recruit-pre {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-pre {
    width: 50vw;
    margin: 0 auto;
  }
}
.p-recruit-lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-recruit-lists {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-list + .p-recruit-list {
    margin-top: 5vw;
  }
}
.p-recruit-link {
  position: relative;
  display: block;
  transition: 0.3s;
  overflow: hidden;
}
.p-recruit-link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-link:hover .p-recruit-link-img {
    transform: scale(1.05) rotate(0.00001deg);
  }
}
.p-recruit-link-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.6rem;
  z-index: 2;
}
.p-recruit-link-img {
  overflow: hidden;
  transition: 0.3s;
}

/*------------- .l-footer -------------*/
.l-footer {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0;
  }
}

.m-entry {
  position: relative;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .m-entry {
    width: auto;
    padding: 0 4vw;
  }
}
