@charset "UTF-8";
/* Scss Document */
.psdr #home #psdrMv .psdr__mv__ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60vw;
  max-width: 97.6rem;
  height: 11.6428571429vw;
  max-height: 19rem;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .psdr #home #psdrMv .psdr__mv__ttl {
    width: 92vw;
    height: 17.8666666667vw;
  }
}
.psdr #home #psdrMv .psdr__mv__mov {
  position: relative;
}
.psdr #home #psdrMv .psdr__mv__mov::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url("/psd/recruit/home/img/home__mainvisual__cover.png") repeat left top/4px 4px;
}
.psdr #home #psdrMv .psdr__mv__mov video {
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .psdr #home #psdrMv .psdr__mv__mov video {
    position: relative;
    /* left: -65%; */
    width: 230%;
    height: 230%;
    z-index: -1;
  }
}
.psdr #home section,
.psdr #home .psdr__section {
  margin-bottom: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .psdr #home section,
  .psdr #home .psdr__section {
    margin-bottom: 10.6666666667vw;
  }
}
.psdr #home .psdr__content__body {
  padding-top: 0;
}
.psdr #home .psdr__section__full {
  margin-left: -2.1428571429vw;
  margin-right: -2.1428571429vw;
  padding-left: 2.1428571429vw;
  padding-right: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .psdr #home .psdr__section__full {
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.psdr #home .home__section__ttl {
  margin-bottom: 4.2857142857vw;
  font-size: clamp(1.4rem, 1.6071vw, 1.8rem);
  line-height: 1.1;
}
.psdr #home .home__section__ttl::before {
  content: attr(data-en);
  margin-right: 2.1428571429vw;
  color: #4e4e4e;
  font-size: clamp(4.2rem, 6.25vw, 7rem);
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .psdr #home .home__section__ttl::before {
    transition: -webkit-clip-path 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: clip-path 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: clip-path 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.psdr #home .home__section__ttl.started::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
_::-webkit-full-page-media, _:future, :root #home .home__section__ttl::before {
  -webkit-transition: -webkit-clip-path 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 3.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  .psdr #home .home__section__ttl {
    margin-bottom: 8vw;
    font-size: clamp(1rem, 3.6231vw, 1.5rem);
  }
  .psdr #home .home__section__ttl::before {
    display: block;
    margin-bottom: 2.6666666667vw;
    font-size: clamp(2.8rem, 8.6956vw, 3.6rem);
  }
}
.psdr #home .home__section__ttl__inner {
  overflow: hidden;
}
.psdr #home .home__section__ttl__inner span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.psdr #home .home__section__ttl__inner.started span {
  transform: translate(0, 0);
  /*1文字ずつずらす*/
}
.psdr #home .home__section__ttl__inner.started span:nth-child(1) {
  transition-delay: 0.53s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(2) {
  transition-delay: 0.56s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(3) {
  transition-delay: 0.59s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(4) {
  transition-delay: 0.62s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(5) {
  transition-delay: 0.65s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(6) {
  transition-delay: 0.68s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(7) {
  transition-delay: 0.71s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(8) {
  transition-delay: 0.74s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(9) {
  transition-delay: 0.77s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(10) {
  transition-delay: 0.8s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(11) {
  transition-delay: 0.83s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(12) {
  transition-delay: 0.86s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(13) {
  transition-delay: 0.89s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(14) {
  transition-delay: 0.92s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(15) {
  transition-delay: 0.95s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(16) {
  transition-delay: 0.98s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(17) {
  transition-delay: 1.01s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(18) {
  transition-delay: 1.04s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(19) {
  transition-delay: 1.07s;
}
.psdr #home .home__section__ttl__inner.started span:nth-child(20) {
  transition-delay: 1.1s;
}
.psdr #home .psdr__home__tags {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.psdr #home .psdr__home__tag {
  padding: 0.5rem 0.8rem;
  background-color: #0063cc;
  color: #fff;
  font-size: clamp(1rem, 1vw, 1.4rem);
  vertical-align: bottom;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .psdr #home .psdr__home__tag {
    padding: 0.4rem 0.5rem;
    font-size: clamp(1rem, 2.8985vw, 1.2rem);
    letter-spacing: 0;
  }
}
.psdr #home #message {
  margin-bottom: 4.2857142857vw;
  padding: 2.1428571429vw 2.1428571429vw 4.2857142857vw;
  background: linear-gradient(135deg, rgb(216, 248, 234) 0%, rgb(231, 230, 249) 30%, rgb(219, 239, 248) 60%, rgb(216, 248, 234) 100%);
}
.psdr #home #message .message__ttl {
  margin-bottom: 0;
  color: #0063cc;
  font-size: clamp(9rem, 11.6071vw, 13rem);
  line-height: 1;
  text-align: center;
}
.psdr #home #message .message__ttl .fromLeft {
  -webkit-clip-path: inset(0% 100% -10% 0%);
          clip-path: inset(0% 100% -10% 0%);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.psdr #home #message .message__ttl .fromLeft.started {
  -webkit-clip-path: inset(0% 0% -10% 0%);
          clip-path: inset(0% 0% -10% 0%);
}
.psdr #home #message [class^=message__txt] {
  margin-top: 4.0983606557%;
  font-size: clamp(1.5rem, 1.6071vw, 1.8rem);
  text-align: center;
}
.psdr #home #message .message__txt01 {
  margin-top: 0;
  font-size: clamp(1.6rem, 1.7857vw, 2rem);
}
@media screen and (max-width: 767px) {
  .psdr #home #message {
    margin-bottom: 10.6666666667vw;
    padding: 10.6666666667vw 2vw;
  }
  .psdr #home #message .message__ttl {
    font-size: clamp(4rem, 14.4927vw, 6rem);
  }
  .psdr #home #message [class^=message__txt] {
    margin-top: 4vw;
    font-size: clamp(1.2rem, 3.8647vw, 1.6rem);
  }
  .psdr #home #message .message__txt01 {
    margin-top: 2vw;
    font-size: clamp(1.4rem, 4.3478vw, 1.8rem);
  }
}
.psdr #home #about {
  margin-bottom: 5.7142857143vw;
}
@media screen and (max-width: 767px) {
  .psdr #home #about {
    margin-bottom: 10.6666666667vw;
  }
}
.psdr #home #about .about__ttl {
  font-size: clamp(1.4rem, 1.6071vw, 1.8rem);
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .psdr #home #about .about__ttl {
    font-size: clamp(1.4rem, 4.3478vw, 1.8rem);
  }
}
.psdr #home #about .about__ttl span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.psdr #home #about .about__ttl.started span {
  transform: translate(0, 0);
  /*1文字ずつずらす*/
}
.psdr #home #about .about__ttl.started span:nth-child(2) {
  transition-delay: 0.03s;
}
.psdr #home #about .about__ttl.started span:nth-child(3) {
  transition-delay: 0.06s;
}
.psdr #home #about .about__ttl.started span:nth-child(4) {
  transition-delay: 0.09s;
}
.psdr #home #about .about__ttl.started span:nth-child(5) {
  transition-delay: 0.12s;
}
.psdr #home #about .about__ttl.started span:nth-child(6) {
  transition-delay: 0.15s;
}
.psdr #home #about .about__ttl.started span:nth-child(7) {
  transition-delay: 0.18s;
}
.psdr #home #about .about__ttl.started span:nth-child(8) {
  transition-delay: 0.21s;
}
.psdr #home #about .about__ttl.started span:nth-child(9) {
  transition-delay: 0.24s;
}
.psdr #home #about .about__ttl.started span:nth-child(10) {
  transition-delay: 0.27s;
}
.psdr #home #about .about__ttl.started span:nth-child(11) {
  transition-delay: 0.3s;
}
.psdr #home #about .about__ttl.started span:nth-child(12) {
  transition-delay: 0.33s;
}
.psdr #home #about .about__ttl.started span:nth-child(13) {
  transition-delay: 0.36s;
}
.psdr #home #about .about__ttl.started span:nth-child(14) {
  transition-delay: 0.39s;
}
.psdr #home #about .about__ttl.started span:nth-child(15) {
  transition-delay: 0.42s;
}
.psdr #home #about .about__ttl.started span:nth-child(16) {
  transition-delay: 0.45s;
}
.psdr #home #about .about__ttl.started span:nth-child(17) {
  transition-delay: 0.48s;
}
.psdr #home #about .about__ttl.started span:nth-child(18) {
  transition-delay: 0.51s;
}
.psdr #home #about .about__ttl.started span:nth-child(19) {
  transition-delay: 0.54s;
}
.psdr #home #about .about__ttl.started span:nth-child(20) {
  transition-delay: 0.57s;
}
.psdr #home #about .about__ttl.started span:nth-child(21) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .psdr #home #about .home__about__list {
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .psdr #home #about .home__about__list li {
    width: calc((100% - 8rem) / 3);
    margin: 0 4rem 0 0;
  }
  .psdr #home #about .home__about__list li:last-child {
    margin-right: 0;
  }
  .psdr #home #about .home__about__list li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .psdr #home #about .home__about__list li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .psdr #home #about .home__about__list li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .psdr #home #about .home__about__list li:nth-child(4) {
    transition-delay: 0.8s;
  }
  .psdr #home #about .home__about__list li:nth-child(5) {
    transition-delay: 1s;
  }
  .psdr #home #about .home__about__list li:nth-child(6) {
    transition-delay: 1.2s;
  }
  .psdr #home #about .home__about__list li:nth-child(7) {
    transition-delay: 1.4s;
  }
  .psdr #home #about .home__about__list li:nth-child(8) {
    transition-delay: 1.6s;
  }
  .psdr #home #about .home__about__list li:nth-child(9) {
    transition-delay: 1.8s;
  }
  .psdr #home #about .home__about__list li:nth-child(10) {
    transition-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #about .home__about__list li {
    opacity: 1;
    transform: translateY(0);
  }
}
.psdr #home #about .home__about__list a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 14.2857142857vw;
  padding: 2.0491803279% 6.1475409836%;
  background-color: #0063cc;
  color: #fff;
  font-weight: 700;
}
.psdr #home #about .home__about__list a::before {
  width: 8rem;
  border-color: #fff;
  transform: translate(-2rem, -1rem);
}
.psdr #home #about .home__about__list a::after {
  border-color: #fff;
  transform: translate(-2rem, -1rem) rotate(45deg);
}
.psdr #home #about .home__about__list a span {
  margin: 1rem auto auto;
  line-height: 1.5;
  text-align: center;
}
@media screen and (hover: hover) {
  .psdr #home #about .home__about__list a:hover {
    background-color: #00b7f1;
  }
}
@media screen and (min-width: 1400px) {
  .psdr #home #about .home__about__list a {
    height: 20rem;
    padding: 2rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #about .home__about__list a {
    height: 33.3333333333vw;
    padding: 4vw;
  }
  .psdr #home #about .home__about__list a::before {
    width: 10.6666666667vw;
    transform: translate(-1rem, -1rem);
  }
  .psdr #home #about .home__about__list a::after {
    transform: translate(-1rem, -1rem) rotate(45deg);
  }
}
.psdr #home #about .home__about__list__icon {
  width: 42%;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .psdr #home #about .home__about__list__icon {
    width: 16vw;
  }
}
.psdr #home #special {
  position: relative;
  padding-bottom: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  .psdr #home #special {
    padding-bottom: 10.6666666667vw;
  }
}
.psdr #home #special::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20.5714285714vw;
  height: 100%;
  background-color: #00b7f1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .psdr #home #special::before {
    width: 21.3333333333vw;
  }
}
.psdr #home #special .special__ttl {
  position: relative;
  padding-top: 8.9285714286vw;
  font-size: clamp(1.4rem, 1.6071vw, 1.8rem);
  text-align: center;
}
.psdr #home #special .special__ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 21.4285714286vw;
  height: 12vw;
  margin: 0 auto;
  background: url("/psd/recruit/common/img/special__ttl.png") no-repeat center bottom/contain;
  z-index: -1;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.psdr #home #special .special__ttl .special__ttl__inner {
  padding-left: 4.2857142857vw;
  overflow: hidden;
}
.psdr #home #special .special__ttl .special__ttl__inner span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span {
  transform: translate(0, 0);
  /*1文字ずつずらす*/
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(1) {
  transition-delay: 0.53s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(2) {
  transition-delay: 0.56s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(3) {
  transition-delay: 0.59s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(4) {
  transition-delay: 0.62s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(5) {
  transition-delay: 0.65s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(6) {
  transition-delay: 0.68s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(7) {
  transition-delay: 0.71s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(8) {
  transition-delay: 0.74s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(9) {
  transition-delay: 0.77s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(10) {
  transition-delay: 0.8s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(11) {
  transition-delay: 0.83s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(12) {
  transition-delay: 0.86s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(13) {
  transition-delay: 0.89s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(14) {
  transition-delay: 0.92s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(15) {
  transition-delay: 0.95s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(16) {
  transition-delay: 0.98s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(17) {
  transition-delay: 1.01s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(18) {
  transition-delay: 1.04s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(19) {
  transition-delay: 1.07s;
}
.psdr #home #special .special__ttl .special__ttl__inner.started span:nth-child(20) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  .psdr #home #special .special__ttl {
    padding-top: 16.6666666667vw;
    font-size: clamp(1.4rem, 4.3478vw, 1.8rem);
  }
  .psdr #home #special .special__ttl::before {
    width: 40vw;
    height: 22.4vw;
  }
  .psdr #home #special .special__ttl .special__ttl__inner {
    width: 100%;
    padding: 0 10.6666666667vw 0 0;
    text-align: right;
  }
}
.psdr #home #special .special__ttl.started::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.psdr #home #special .home__special__list {
  margin-top: 5.1229508197%;
}
@media screen and (max-width: 767px) {
  .psdr #home #special .home__special__list {
    margin-top: 5.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .psdr #home #special .home__special__list li {
    width: calc((100% - 4rem) / 2);
    margin: 0 4rem 0 0;
  }
  .psdr #home #special .home__special__list li:nth-child(2n) {
    margin-right: 0;
    transition-delay: 0.2s;
  }
  .psdr #home #special .home__special__list li:nth-child(n+3) {
    margin-top: 8.1967213115%;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #special .home__special__list li {
    margin-top: 5.3333333333vw;
  }
  .psdr #home #special .home__special__list li:first-child {
    margin-top: 0;
  }
}
.psdr #home #special .home__special__list .boxlink_moreview_inner {
  padding: 0;
}
.psdr #home #special .home__special__list .boxlink_moreview_text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 82%;
  height: 17.1428571429vw;
  margin: -22% auto 0;
  padding: 1.4285714286vw;
  background-color: #fff;
  box-shadow: 3.507px 7.19px 21px 0px rgba(145, 145, 145, 0.2);
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .psdr #home #special .home__special__list .boxlink_moreview_text {
    height: 24rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #special .home__special__list .boxlink_moreview_text {
    width: 90%;
    height: auto;
    padding: 4vw 2.6666666667vw 2.6666666667vw;
  }
}
.psdr #home #special .home__special__list .home__special__list__ttl {
  margin: auto;
  font-size: clamp(1.8rem, 2.1428vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .psdr #home #special .home__special__list .home__special__list__ttl {
    margin-bottom: 2.6666666667vw;
    font-size: clamp(1.6rem, 4.8309vw, 2rem);
  }
}
.psdr #home .special__sub .home__special__sub__list li {
  margin-top: 0.7142857143vw;
  padding: 2.1428571429vw;
}
.psdr #home .special__sub .home__special__sub__list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1400px) {
  .psdr #home .special__sub .home__special__sub__list li {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home .special__sub .home__special__sub__list li {
    opacity: 1;
    transform: translateY(0);
  }
  .psdr #home .special__sub .home__special__sub__list li:first-child {
    margin-top: 0;
    padding: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .psdr #home .special__sub .home__special__sub__list li:last-child {
    margin-top: 5.3333333333vw;
    padding: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
.psdr #home .special__sub .home__special__sub__list .boxlink_moreview {
  position: relative;
  border: none;
  z-index: 1;
}
.psdr #home .special__sub .home__special__sub__list .boxlink_moreview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid;
  z-index: 2;
}
.psdr #home .special__sub .home__special__sub__list .boxlink_moreview.boxlink_moreview_img_r::before {
  border-color: #ff6a00;
  transform: translate(-2.1428571429vw, 2.1428571429vw);
}
.psdr #home .special__sub .home__special__sub__list .boxlink_moreview.boxlink_moreview_img_l::before {
  border-color: #ad00cc;
  transform: translate(2.1428571429vw, 2.1428571429vw);
}
@media screen and (min-width: 1400px) {
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview.boxlink_moreview_img_r::before {
    transform: translate(-3rem, 3rem);
  }
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview.boxlink_moreview_img_l::before {
    transform: translate(3rem, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview::before {
    border-width: 0.1rem;
  }
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview.boxlink_moreview_img_r::before {
    transform: translate(-2.6666666667vw, 2.6666666667vw);
  }
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview.boxlink_moreview_img_l::before {
    transform: translate(2.6666666667vw, 2.6666666667vw);
  }
}
.psdr #home .special__sub .home__special__sub__list .boxlink_moreview_img {
  width: 64.5491803279%;
}
@media screen and (min-width: 1400px) {
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview_img {
    width: 59.3rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview_img {
    width: 40vw;
    height: 42.6666666667vw;
    overflow: hidden;
  }
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.psdr #home .special__sub .home__special__sub__list .boxlink_moreview_text {
  width: 35.4508196721%;
  padding: 2.1428571429vw 2.1428571429vw 0;
}
@media screen and (min-width: 1400px) {
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview_text {
    width: 32.6rem;
    padding: 3rem 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home .special__sub .home__special__sub__list .boxlink_moreview_text {
    width: 49.3333333333vw;
    padding: 4vw 4vw 0;
  }
}
.psdr #home .special__sub .home__special__sub__list__ttl {
  font-size: clamp(1.8rem, 2.1428vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .psdr #home .special__sub .home__special__sub__list__ttl {
    font-size: clamp(1.6rem, 4.8309vw, 2rem);
  }
}
.psdr #home #projectStory {
  padding: 7.1428571429vw 0;
}
.psdr #home #projectStory .psdr__inner {
  max-width: calc(112rem + 4.2857142857vw);
  padding: 0 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .psdr #home #projectStory .psdr__inner {
    padding: 0 4vw;
  }
  .psdr #home #projectStory .psdr__inner .home__section__ttl {
    margin-bottom: 8vw;
  }
}
.psdr #home #projectStory .splide__arrows {
  position: absolute;
  right: 3.5714285714vw;
  top: -5.7142857143vw;
}
.psdr #home #projectStory .splide__arrows .splide__arrow {
  width: 3.5714285714vw;
  max-width: 5rem;
  height: 3.5714285714vw;
  max-height: 5rem;
  background: no-repeat center center/contain;
}
.psdr #home #projectStory .splide__arrows .splide__arrow svg {
  display: none;
}
.psdr #home #projectStory .splide__arrows .splide__arrow--prev {
  background-image: url("/psd/recruit/home/img/slide__navi__prev.png");
  margin-right: 1.4285714286vw;
}
.psdr #home #projectStory .splide__arrows .splide__arrow--next {
  background-image: url("/psd/recruit/home/img/slide__navi__next.png");
}
@media screen and (max-width: 767px) {
  .psdr #home #projectStory .splide__arrows {
    position: absolute;
    right: 4vw;
    top: -13.3333333333vw;
  }
  .psdr #home #projectStory .splide__arrows .splide__arrow {
    width: 10.6666666667vw;
    max-width: 4rem;
    height: 10.6666666667vw;
    max-height: 4rem;
  }
  .psdr #home #projectStory .splide__arrows .splide__arrow--prev {
    margin-right: 4vw;
  }
}
.psdr #home #projectStory .splide__slide {
  padding-bottom: 0.7142857143vw;
}
.psdr #home #projectStory .splide__slide .boxlink_moreview {
  height: 100%;
}
.psdr #home #projectStory .splide__slide .boxlink_moreview_inner {
  height: 100%;
  padding: 0;
}
.psdr #home #projectStory .splide__slide .home__story__list__genre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.2em;
  background-color: rgba(57, 198, 242, 0.9);
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
.psdr #home #projectStory .splide__slide .home__story__list__thumb {
  position: relative;
}
.psdr #home #projectStory .splide__slide .home__story__list__ttl {
  margin: 1.2857142857vw 1.2857142857vw 1.2857142857vw 0;
  font-size: clamp(1.4rem, 1.2142vw, 1.7rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .psdr #home #projectStory .splide__slide {
    padding-bottom: 1.3333333333vw;
  }
  .psdr #home #projectStory .splide__slide .home__story__list__genre {
    font-size: clamp(1rem, 2.8985vw, 1.2rem);
  }
  .psdr #home #projectStory .splide__slide .home__story__list__ttl {
    margin: 2.6666666667vw 4vw 2.6666666667vw 0;
    font-size: clamp(1.2rem, 4.1062vw, 1.7rem);
  }
}
.psdr #home #interview .home__interview__list .boxlink_arrow {
  height: 100%;
  padding-bottom: 1.4285714286vw;
  background-color: #f2f2f2;
}
.psdr #home #interview .home__interview__list .boxlink_arrow::before {
  transform: translate(-2rem, -1rem);
}
.psdr #home #interview .home__interview__list .boxlink_arrow::after {
  transform: translate(-2rem, -1rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .psdr #home #interview .home__interview__list .boxlink_arrow {
    padding-bottom: 6.6666666667vw;
  }
  .psdr #home #interview .home__interview__list .boxlink_arrow::before {
    transform: translate(-1rem, -1rem);
  }
  .psdr #home #interview .home__interview__list .boxlink_arrow::after {
    transform: translate(-1rem, -1rem) rotate(45deg);
  }
}
.psdr #home #interview .home__interview__list__thumb {
  position: relative;
}
.psdr #home #interview .home__interview__list__ttl {
  position: relative;
  padding: 2.1428571429vw;
  font-size: clamp(1.4rem, 1.2142vw, 1.7rem);
  font-weight: 700;
  line-height: 1.5;
}
.psdr #home #interview .home__interview__list__ttl::before, .psdr #home #interview .home__interview__list__ttl::after {
  content: "";
  position: absolute;
  width: 2.1428571429vw;
  height: 2.1428571429vw;
  border: 0.7142857143vw solid;
}
.psdr #home #interview .home__interview__list__ttl::before {
  left: 0.7142857143vw;
  top: 0.7142857143vw;
  border-right: none !important;
  border-bottom: none !important;
}
.psdr #home #interview .home__interview__list__ttl::after {
  right: 0.7142857143vw;
  bottom: 0.7142857143vw;
  border-top: none !important;
  border-left: none !important;
}
@media screen and (min-width: 1400px) {
  .psdr #home #interview .home__interview__list__ttl {
    padding: 3rem;
  }
  .psdr #home #interview .home__interview__list__ttl::before, .psdr #home #interview .home__interview__list__ttl::after {
    width: 3rem;
    height: 3rem;
    border-width: 1rem;
  }
  .psdr #home #interview .home__interview__list__ttl::before {
    left: 1rem;
    top: 1rem;
  }
  .psdr #home #interview .home__interview__list__ttl::after {
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #interview .home__interview__list__ttl {
    padding: 4vw;
    font-size: clamp(1.2rem, 4.1062vw, 1.7rem);
  }
  .psdr #home #interview .home__interview__list__ttl::before, .psdr #home #interview .home__interview__list__ttl::after {
    width: 4vw;
    height: 4vw;
    border: 1.3333333333vw solid;
  }
  .psdr #home #interview .home__interview__list__ttl::before {
    left: 1.3333333333vw;
    top: 1.3333333333vw;
  }
  .psdr #home #interview .home__interview__list__ttl::after {
    right: 1.3333333333vw;
    bottom: vsw(10);
  }
}
.psdr #home #interview .home__interview__list .home__interview__list__aqua .home__interview__list__ttl::before,
.psdr #home #interview .home__interview__list .home__interview__list__aqua .home__interview__list__ttl::after {
  border-color: #00b7f1;
}
.psdr #home #interview .home__interview__list .home__interview__list__purple .home__interview__list__ttl::before,
.psdr #home #interview .home__interview__list .home__interview__list__purple .home__interview__list__ttl::after {
  border-color: #ad00cc;
}
.psdr #home #interview .home__interview__list .home__interview__list__green .home__interview__list__ttl::before,
.psdr #home #interview .home__interview__list .home__interview__list__green .home__interview__list__ttl::after {
  border-color: #006603;
}
.psdr #home #interview .home__interview__list .home__interview__list__yellow .home__interview__list__ttl::before,
.psdr #home #interview .home__interview__list .home__interview__list__yellow .home__interview__list__ttl::after {
  border-color: #ffbf00;
}
.psdr #home #cultureTalk {
  padding-top: 7.1428571429vw;
  border-top: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk {
    padding-top: 10.6666666667vw;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list li:not(:last-child) {
  margin-bottom: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk .home__culture-talk__list li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list li a {
    display: flex;
    justify-content: space-between;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow {
  height: 100%;
}
.psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow::before {
  transform: translate(-3rem, -1rem);
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow::before {
    bottom: 1.6rem;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow::after {
  transform: translate(-3rem, -1rem) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow::after {
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow::before {
    transform: translate(0, -1rem);
  }
  .psdr #home #cultureTalk .home__culture-talk__list .boxlink_arrow::after {
    transform: translate(0, -1rem) rotate(45deg);
  }
}
.psdr #home #cultureTalk .home__culture-talk__list__thumb {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list__thumb {
    width: calc(50% - 1rem);
  }
}
.psdr #home #cultureTalk .home__culture-talk__list__thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABVJREFUGFdjZGBgmMnAwJDOyAABMwENKgGcZ05wbwAAAABJRU5ErkJggg==") repeat left top;
  z-index: 2;
}
.psdr #home #cultureTalk .home__culture-talk__list__ttl {
  position: relative;
  padding: 2.8571428571vw 2.1428571429vw 0.7142857143vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list__ttl {
    width: 50%;
    border: 2px solid #000;
  }
}
@media screen and (min-width: 1400px) {
  .psdr #home #cultureTalk .home__culture-talk__list__ttl {
    padding-top: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list__ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 20px 9px 0;
    border-color: transparent #000000 transparent transparent;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list__ttl::after {
  right: -0.1rem;
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk .home__culture-talk__list__ttl {
    padding: 4vw 4vw 0;
  }
  .psdr #home #cultureTalk .home__culture-talk__list__ttl::before, .psdr #home #cultureTalk .home__culture-talk__list__ttl::after {
    content: none;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list__icon {
  display: block;
  padding: 3.0737704918% 1.0245901639%;
  border: 3px solid #85cc33;
  background-color: #fff;
  font-size: clamp(1.6rem, 1.7857vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list__icon {
    position: relative;
    width: 7em;
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk .home__culture-talk__list__icon {
    position: absolute;
    left: 2.6666666667vw;
    top: -8vw;
    padding: 2.6666666667vw 5.3333333333vw 1.3333333333vw;
    border-width: 2.6666666667vw;
    border-bottom: none !important;
    font-size: clamp(1.6rem, 4.8309vw, 2rem);
  }
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list__icon::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: 6px;
    top: 6px;
    z-index: -1;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list__theme {
  font-weight: 700;
}
.psdr #home #cultureTalk .home__culture-talk__list__theme strong {
  font-size: clamp(1.8rem, 2.1428vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk .home__culture-talk__list__theme strong {
    font-size: clamp(1.8rem, 5.7971vw, 2.4rem);
  }
}
.psdr #home #cultureTalk .home__culture-talk__list__theme__sub {
  display: block;
  margin-top: 1em;
  font-size: 90%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .psdr #home #cultureTalk .home__culture-talk__list__theme__sub {
    margin-top: 0.5em;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list .home__culture-talk__list__green1 .home__culture-talk__list__icon {
  border-color: #85cc33;
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list .home__culture-talk__list__green1 .home__culture-talk__list__icon::after {
    background-color: #85cc33;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list .home__culture-talk__list__purple .home__culture-talk__list__icon {
  border-color: #ad00cc;
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list .home__culture-talk__list__purple .home__culture-talk__list__icon::after {
    background-color: #ad00cc;
  }
}
.psdr #home #cultureTalk .home__culture-talk__list .home__culture-talk__list__yellow .home__culture-talk__list__icon {
  border-color: #ffd552;
}
@media screen and (min-width: 768px) {
  .psdr #home #cultureTalk .home__culture-talk__list .home__culture-talk__list__yellow .home__culture-talk__list__icon::after {
    background-color: #ffd552;
  }
}
.psdr #home #environment {
  margin-bottom: 0;
  padding: 7.1428571429vw 0;
  background: url("/psd/recruit/home/img/home__environment__bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .psdr #home #environment {
    padding: 10.6666666667vw 4vw;
  }
}
.psdr #home #environment .home__environment__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .psdr #home #environment .home__environment__list {
    justify-content: space-between;
  }
}
.psdr #home #environment .home__environment__list li {
  width: 36.8852459016%;
  margin: 0 4.2857142857vw;
}
.psdr #home #environment .home__environment__list li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 1400px) {
  .psdr #home #environment .home__environment__list li {
    width: 36rem;
    margin: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #environment .home__environment__list li {
    width: 43.3333333333vw;
    margin: 0;
  }
}
.psdr #home #environment .home__environment__list .boxlink_arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 17.1428571429vw;
  background-color: rgba(255, 255, 255, 0.9);
}
.psdr #home #environment .home__environment__list .boxlink_arrow::before {
  transform: translate(-2rem, -1rem);
}
.psdr #home #environment .home__environment__list .boxlink_arrow::after {
  transform: translate(-2rem, -1rem) rotate(45deg);
}
@media screen and (hover: hover) {
  .psdr #home #environment .home__environment__list .boxlink_arrow:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1400px) {
  .psdr #home #environment .home__environment__list .boxlink_arrow {
    height: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #environment .home__environment__list .boxlink_arrow {
    height: auto;
    padding: 8vw;
  }
}
.psdr #home #environment .home__environment__list__icon {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .psdr #home #environment .home__environment__list__icon {
    width: 13.3333333333vw;
  }
}
.psdr #home #environment .home__environment__list__ttl {
  margin-top: 1.4285714286vw;
  font-size: clamp(1.8rem, 2.1428vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .psdr #home #environment .home__environment__list__ttl {
    margin-top: 2.6666666667vw;
    font-size: clamp(1.6rem, 4.8309vw, 2rem);
  }
}
.psdr #home #faq {
  margin-bottom: 0;
  padding: 7.1428571429vw 0;
}
@media screen and (max-width: 767px) {
  .psdr #home #faq {
    padding: 10.6666666667vw 4vw;
  }
}
.psdr #home #faq .faq__ttl {
  margin-bottom: 4.2857142857vw;
  color: #4e4e4e;
  font-size: clamp(4.2rem, 6.25vw, 7rem);
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
  transition: -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .psdr #home #faq .faq__ttl {
    font-size: clamp(4rem, 14.4927vw, 6rem);
  }
}
.psdr #home #faq .home__faq__list {
  display: flex;
  justify-content: center;
}
.psdr #home #faq .home__faq__list li {
  width: 36.8852459016%;
  margin: 0 1.4285714286vw;
}
@media screen and (min-width: 768px) {
  .psdr #home #faq .home__faq__list li:nth-child(2) {
    transition-delay: 0.2s;
  }
}
.psdr #home #faq .home__faq__list .btn_white {
  width: 100%;
  height: 7rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.psdr #home #faq .home__faq__list .btn_white::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 3rem;
  height: 0;
  border-bottom: 0.1rem solid #6b6b6b;
  z-index: 2;
}
.psdr #home #faq .home__faq__list .btn_white::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc( 0rem + 0.4rem );
  right: calc( 0rem - 0.1rem);
  width: 1rem;
  height: 0;
  border-bottom: 0.1rem solid #6b6b6b;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (hover: hover) {
  .psdr #home #faq .home__faq__list .btn_white:hover::before {
    right: calc( 0rem - 1rem);
  }
  .psdr #home #faq .home__faq__list .btn_white:hover::after {
    right: calc( 0rem - 1.1rem);
  }
}
.psdr #home #faq .home__faq__list .btn_white::before {
  transform: translate(-3rem, -3rem);
}
.psdr #home #faq .home__faq__list .btn_white::after {
  transform: translate(-3rem, -3rem) rotate(45deg);
}
@media screen and (hover: hover) {
  .psdr #home #faq .home__faq__list .btn_white:hover {
    background-color: #0063cc;
  }
  .psdr #home #faq .home__faq__list .btn_white:hover::before {
    border-color: #fff;
  }
  .psdr #home #faq .home__faq__list .btn_white:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #faq .home__faq__list {
    flex-direction: column;
  }
  .psdr #home #faq .home__faq__list li {
    width: 100%;
    margin: 5.3333333333vw 0 0;
  }
  .psdr #home #faq .home__faq__list li:first-child {
    margin-top: 0;
  }
}
.psdr #home #recruitType {
  padding: 0;
}
.psdr #home #recruitType .home__type__list {
  display: flex;
  width: 100%;
}
.psdr #home #recruitType .home__type__list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .psdr #home #recruitType .home__type__list li {
    width: 100%;
  }
}
.psdr #home #recruitType .home__type__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-right: 1rem;
  padding-bottom: 1rem;
  color: #111;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  height: 16rem;
  color: #fff;
  font-size: clamp(1.8rem, 2.1428vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.psdr #home #recruitType .home__type__list a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc( 7rem + 1rem );
  right: calc( 3rem + 1rem);
  width: 5.2rem;
  height: 0.1rem;
  background-color: #fff;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.psdr #home #recruitType .home__type__list a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc( 7rem + 1.4rem );
  right: calc( 3rem + 0.9rem);
  width: 1rem;
  height: 0.1rem;
  background-color: #fff;
  transform: rotate(45deg);
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.psdr #home #recruitType .home__type__list a span:not(.br):not(.brpc):not(.brsp)::after {
  content: "";
  position: absolute;
  bottom: 7rem;
  right: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #00b7f1;
  z-index: -1;
  transform-origin: left center;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover: hover) {
  .psdr #home #recruitType .home__type__list a:hover::before {
    right: 3rem;
  }
  .psdr #home #recruitType .home__type__list a:hover::after {
    right: calc( 3rem - 0.1rem);
  }
  .psdr #home #recruitType .home__type__list a:hover span::after {
    transform: scale(1.25);
    opacity: 0.75;
  }
}
@media screen and (hover: hover) {
  .psdr #home #recruitType .home__type__list a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home #recruitType .home__type__list a {
    position: relative;
    padding-right: 1rem;
    padding-bottom: 1rem;
    color: #111;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    height: 100%;
    padding: 8vw 4vw;
    color: #fff;
    font-size: clamp(1.8rem, 2.1428vw, 2.4rem);
    line-height: 1.5;
  }
  .psdr #home #recruitType .home__type__list a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc( 1rem + 1rem );
    right: calc( 1rem + 1rem);
    width: 5.2rem;
    height: 0.1rem;
    background-color: #fff;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .psdr #home #recruitType .home__type__list a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc( 1rem + 1.4rem );
    right: calc( 1rem + 0.9rem);
    width: 1rem;
    height: 0.1rem;
    background-color: #fff;
    transform: rotate(45deg);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .psdr #home #recruitType .home__type__list a span:not(.br):not(.brpc):not(.brsp)::after {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #00b7f1;
    z-index: -1;
    transform-origin: left center;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), top 0.7s cubic-bezier(0.23, 1, 0.32, 1), right 0.7s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1), left 0.7s cubic-bezier(0.23, 1, 0.32, 1), border 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1), filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .psdr #home #recruitType .home__type__list a:hover::before {
    right: 1rem;
  }
  .psdr #home #recruitType .home__type__list a:hover::after {
    right: calc( 1rem - 0.1rem);
  }
  .psdr #home #recruitType .home__type__list a:hover span::after {
    transform: scale(1.25);
    opacity: 0.75;
  }
}
.psdr #home #recruitType .home__type__list__new a {
  background-color: #0063cc;
}
.psdr #home #recruitType .home__type__list__career a {
  background-color: #000e4e;
}
.psdr #home .btn__rounded {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.0327868852%;
  max-width: 64rem;
  height: 6rem;
  margin: 0 auto;
  padding: 0 2.1428571429vw 0 0.7142857143vw;
  border-radius: 4rem;
  background-color: #e2e2e2;
  font-weight: 700;
}
.psdr #home .btn__rounded::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 3rem;
  height: 0;
  border-bottom: 0.1rem solid #6b6b6b;
  z-index: 2;
}
.psdr #home .btn__rounded::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc( 0rem + 0.4rem );
  right: calc( 0rem - 0.1rem);
  width: 1rem;
  height: 0;
  border-bottom: 0.1rem solid #6b6b6b;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (hover: hover) {
  .psdr #home .btn__rounded:hover::before {
    right: calc( 0rem - 1rem);
  }
  .psdr #home .btn__rounded:hover::after {
    right: calc( 0rem - 1.1rem);
  }
}
.psdr #home .btn__rounded::before {
  transform: translate(-3rem, -2.6rem);
}
.psdr #home .btn__rounded::after {
  transform: translate(-3rem, -2.6rem) rotate(45deg);
}
@media screen and (hover: hover) {
  .psdr #home .btn__rounded:hover {
    background-color: #6b6b6b;
    color: #fff;
  }
  .psdr #home .btn__rounded:hover::before {
    border-color: #fff;
  }
  .psdr #home .btn__rounded:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .psdr #home .btn__rounded {
    width: 100%;
    height: 6rem;
    padding: 0 5.3333333333vw 0 0;
  }
}