@charset "UTF-8";
#recruit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #121212;
}
#recruit img {
  width: 100%;
}
#recruit .head-ttl {
  background-image: url("../assets/img/recruit/recruit-head-sp.jpeg");
  background-size: cover;
  height: 70px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1080px) {
  #recruit .head-ttl {
    background-image: url("../assets/img/recruit/recruit-head-pc.jpeg");
  }
}
#recruit .head-ttl h1 {
  color: #fff;
  line-height: 70px;
  margin-left: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  #recruit .head-ttl h1 {
    max-width: 700px;
    padding-left: 3rem;
    margin: 0 auto;
  }
}
#recruit .header-wrp {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1080px) {
  #recruit .header-wrp {
    margin-bottom: 15rem;
  }
}
#recruit .top- p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  left: 3rem;
  color: #fff;
}
#recruit .top-wrp {
  padding: 0 3rem;
  margin-top: 5rem;
  margin-bottom: 8rem;
  max-width: 700px;
}
@media screen and (min-width: 1080px) {
  #recruit .top-wrp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    margin-top: 8rem;
    margin-bottom: 9rem;
  }
}
#recruit .top-title {
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 5rem;
  letter-spacing: 2px;
  line-height: 1.5em;
  background-image: -webkit-gradient(linear, left top, right top, from(#E78181), to(#81E79D));
  background-image: linear-gradient(90deg, #E78181, #81E79D);
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: txt-gradation 10s infinite;
          animation: txt-gradation 10s infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1080px) {
  #recruit .top-title {
    font-size: 7rem;
  }
}
#recruit .top-title .top-title-border {
  border-bottom: 3px solid #E78181;
  line-height: 1.4em;
  display: inline-block;
}
#recruit .top-txt-wrp div {
  margin-bottom: 3rem;
}
#recruit .top-txt-wrp p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.8em;
  letter-spacing: 1px;
}
@media screen and (min-width: 1080px) {
  #recruit .top-txt-wrp p {
    margin-bottom: 3px;
  }
}
#recruit .top-img-wrp {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1080px) {
  #recruit .top-img-wrp {
    height: 53%;
    overflow: hidden;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    z-index: -5;
  }
}
#recruit .top-img-wrp::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 101%;
  height: 100%;
}
#recruit .recruit-read-btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
#recruit .recruit-read-btn a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  border: 1px solid #121212;
  border-radius: 30px;
  padding: 4px 15px 6px;
  padding-right: 3rem;
  color: #121212;
}
#recruit .recruit-read-btn a:visited {
  color: #121212;
}
#recruit .recruit-read-btn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
}
#recruit .recruit-txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 4rem;
}
#recruit .recruit-meet {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-meet {
    margin-bottom: 14rem;
  }
}
#recruit .recruit-meet-top-wrp {
  padding: 0 3rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-meet-top-wrp {
    padding: 0;
  }
}
#recruit .recruit-meet .recruit-txt {
  max-width: 650px;
}
#recruit .recruit-meet-img-wrp li {
  width: 80%;
}
#recruit .recruit-meet-img-wrp li:first-child {
  margin-left: auto;
  text-align: right;
  margin-bottom: 4rem;
}
#recruit .recruit-meet-img-wrp li:first-child figure div {
  position: relative;
  overflow: hidden;
}
#recruit .recruit-meet-img-wrp li:first-child figure div p {
  position: absolute;
  bottom: -12px;
  right: 0;
  font-size: 48px;
  color: #000;
  opacity: 0.3;
  width: 280px;
}
#recruit .recruit-meet-img-wrp li:first-child img {
  border-radius: 25px 0 0 25px;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-meet-img-wrp li:first-child img {
    border-radius: 25px;
  }
}
#recruit .recruit-meet-img-wrp li:first-child figcaption {
  font-size: 1.2rem;
  margin-top: 0.5em;
  margin-right: 1em;
}
#recruit .recruit-meet-img-wrp li:last-child {
  margin-right: auto;
  text-align: left;
}
#recruit .recruit-meet-img-wrp li:last-child figure div {
  position: relative;
  overflow: hidden;
}
#recruit .recruit-meet-img-wrp li:last-child figure div p {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 48px;
  color: #fff;
  opacity: 0.3;
}
#recruit .recruit-meet-img-wrp li:last-child img {
  border-radius: 0 25px 25px 0;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-meet-img-wrp li:last-child img {
    border-radius: 25px;
    margin-top: 10rem;
  }
}
#recruit .recruit-meet-img-wrp li:last-child figcaption {
  font-size: 1.2rem;
  margin-top: 0.5em;
  margin-left: 1em;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-meet-img-wrp li {
    width: 46%;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-meet-img-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#recruit .recruit-h2-ttl {
  font-size: 6.5vw;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-h2-ttl {
    font-size: 3.2rem;
  }
}
#recruit .recruit-sub-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #68d355;
  margin-bottom: 4rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
}
#recruit .recruit-environment {
  background-color: #121212;
  padding: 5rem 3rem 3rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-environment {
    padding: 12rem 3rem 12rem;
  }
}
#recruit .recruit-environment .recruit-txt {
  color: #fff;
}
#recruit .recruit-environment .recruit-h2-ttl {
  color: #fff;
}
#recruit .recruit-environment .recruit-sub-ttl {
  color: #db5d5d;
}
#recruit .recruit-environment .recruit-meet-txt {
  color: #fff;
}
#recruit .recruit-environment-wrp li {
  width: 100%;
  background-color: #f3f3f3;
  margin-bottom: 1.5rem;
  padding: 1rem 3rem 2.5rem 2rem;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-environment-wrp li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 3rem 2rem 2rem;
  }
}
#recruit .recruit-environment-num {
  font-size: 3.2rem;
  color: #d8d8d8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-environment-num {
    margin-right: 3rem;
  }
}
#recruit .recruit-environment-txt-01 {
  font-size: 7vw;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-environment-txt-01 {
    font-size: 3rem;
    margin-bottom: 2px;
  }
}
#recruit .recruit-environment-txt-02 {
  font-size: 1.6rem;
  font-weight: 700;
}
#recruit .recruit-environment-txt-03 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #db5d5d;
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  opacity: 0.4;
  font-family: "Poppins", sans-serif;
}
#recruit .recruit-member {
  padding: 5rem 3rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-member {
    padding: 12rem 0;
  }
}
#recruit .recruit-member .recruit-sub-ttl {
  color: #436ddb;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-member-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#recruit .recruit-member-interview > li {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-member-interview > li {
    margin-right: 1.5rem;
    height: 400px;
  }
  #recruit .recruit-member-interview > li:last-child {
    margin-right: 0;
  }
}
#recruit .recruit-member-interview .interview-img-wrp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-135deg, transparent 0 40%, #000 100%);
}
#recruit .recruit-member-interview .interview-img-01 {
  background-image: url("../assets/img/recruit/iterview_01_0922-min.jpeg");
}
@media screen and (min-width: 800px) {
  #recruit .recruit-member-interview .interview-img-01 {
    background-position: 70%;
  }
}
#recruit .recruit-member-interview .interview-img-02 {
  background-image: url("../assets/img/recruit/iterview_02_0920-min.jpeg");
}
@media screen and (min-width: 800px) {
  #recruit .recruit-member-interview .interview-img-02 {
    background-position: 50%;
  }
}
#recruit .recruit-member-interview .interview-img-03 {
  background-image: url("../assets/img/recruit/iterview_03_0920-min.jpeg");
}
@media screen and (min-width: 800px) {
  #recruit .recruit-member-interview .interview-img-03 {
    background-position: 30%;
  }
}
#recruit .recruit-member-interview-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-member-interview-inner {
    padding: 0 1.5rem 1.5rem;
  }
}
#recruit .recruit-member-interview-inner li:first-child {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-member-interview-inner li:first-child {
    font-size: 1.2rem;
    line-height: 1.8em;
    letter-spacing: 0.05rem;
  }
}
#recruit .recruit-member-interview-inner li:nth-child(2) {
  font-size: 6vw;
  color: #121212;
  font-weight: 700;
  opacity: 0.98;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-member-interview-inner li:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-member-interview-inner li:nth-child(2) {
    font-size: 2.2rem;
  }
}
#recruit .recruit-member-interview-inner li:nth-child(2) p {
  display: inline-block;
  background: #fff;
  margin-bottom: 1rem;
  padding: 1px 6px;
}
#recruit .recruit-member-interview-inner li:last-child {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  letter-spacing: 1px;
}
#recruit .recruit-member-interview-inner li:last-child a {
  position: relative;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 4px 15px 6px;
  padding-right: 3rem;
  color: #fff;
}
#recruit .recruit-member-interview-inner li:last-child a:visited {
  color: #fff;
}
#recruit .recruit-member-interview-inner li:last-child a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
}
#recruit .recruit-project {
  margin-top: 7rem;
}
#recruit .recruit-project .recruit-sub-ttl {
  color: #b74dc8;
}
#recruit .recruit-project-top {
  padding: 0 3rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-project-top {
    padding: 0;
  }
}
#recruit .recruit-project-wrp {
  margin-top: 10rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-project-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit .recruit-project-wrp li {
  position: relative;
  width: 90%;
  width: 90%;
  margin-left: 10%;
  margin-bottom: 7rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-project-wrp li {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-project-wrp li {
    width: 45%;
    margin-left: 10%;
    margin-right: 0;
  }
  #recruit .recruit-project-wrp li:nth-child(odd) {
    margin-left: 0;
  }
}
#recruit .recruit-project-tag {
  color: #fff;
  width: 90px;
  border-radius: 90px;
  background-color: #121212;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: -30px;
  left: -30px;
  font-family: "Poppins", sans-serif;
}
#recruit .recruit-project-explanation {
  -webkit-transform: translate(-2px, -40px);
          transform: translate(-2px, -40px);
}
#recruit .recruit-project-ttl {
  background: #fff;
  width: 83%;
  padding-top: 1.5rem;
}
#recruit .recruit-project-ttl p:first-child {
  font-size: 6.5vw;
  color: #121212;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-project-ttl p:first-child {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
#recruit .recruit-project-txt {
  font-size: 1.4rem;
  line-height: 1.9em;
  width: 90%;
  margin-bottom: 1.5rem;
}
#recruit .recruit-project-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#recruit .recruit-project-btn a {
  position: relative;
  padding: 5px 15px 7px;
  border: 1px solid #121212;
  border-radius: 50px;
  padding-right: 3.5rem;
  color: #121212;
}
#recruit .recruit-project-btn a:visited {
  color: #121212;
}
#recruit .recruit-project-btn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
}
#recruit .recruit-mission {
  background-image: url("../assets/img/recruit/mission-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-mission {
    padding-bottom: 12rem;
    background-image: url("../assets/img/recruit/mission-bg-pc.png");
  }
}
#recruit .recruit-mission-bg {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#recruit .recruit-mission-ttl {
  font-size: 5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-mission-ttl {
    margin-left: 15rem;
  }
}
#recruit .recruit-mission-ttl img {
  width: 300px;
  opacity: 25%;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-mission-ttl img {
    width: auto;
  }
}
#recruit .recruit-mission-wrp {
  padding: 0 3rem;
  position: relative;
  z-index: 10;
  font-family: "Zen Old Mincho", serif;
}
#recruit .recruit-mission h2 {
  font-size: 7.5vw;
  line-height: 1.8em;
  margin-bottom: 5rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-mission h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-mission h2 {
    font-size: 2.8rem;
    margin-top: 6rem;
  }
}
#recruit .recruit-mission .recruit-mission-txt {
  margin-bottom: 6rem;
}
#recruit .recruit-mission .recruit-mission-txt p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  line-height: 1.9em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-mission .recruit-mission-txt p {
    line-height: 1.8em;
  }
}
#recruit .recruit-fellow {
  padding-top: 7rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow {
    padding-top: 12rem;
    margin-bottom: 12rem;
  }
}
#recruit .recruit-fellow .recruit-sub-ttl {
  color: #f48d2d;
}
#recruit .recruit-fellow-group {
  margin: 5rem 0 8rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-fellow-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow-group {
    margin: 5rem auto 8rem;
    max-width: none;
  }
}
#recruit .recruit-fellow-group-item {
  width: 80%;
  margin: 0 auto 1rem;
  text-align: center;
  border-radius: 17px;
  padding: 1rem 2rem 2rem;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow-group-item {
    width: 92%;
  }
}
#recruit .recruit-fellow .fellow-img-box {
  width: 95%;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow .fellow-img-box {
    width: 92%;
    margin: 0 auto 2rem;
  }
}
#recruit .recruit-fellow-txt-wrp p:first-child {
  font-size: 1.4rem;
  color: #a7a7a7;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow-txt-wrp p:first-child {
    font-size: 1.2rem;
  }
}
#recruit .recruit-fellow-txt-wrp p:nth-child(2) {
  font-size: 6vw;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-fellow-txt-wrp p:nth-child(2) {
    font-size: 2rem;
  }
}
#recruit .recruit-fellow .slick-slide {
  height: auto;
}
#recruit .recruit-fellow .slick-prev {
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow .slick-prev {
    left: -3rem;
  }
}
#recruit .recruit-fellow .slick-prev:before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 2px solid #121212;
  border-left: 2px solid #121212;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
#recruit .recruit-fellow .slick-prev:after {
  content: "";
}
#recruit .recruit-fellow .slick-next {
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-fellow .slick-next {
    right: -3rem;
  }
}
#recruit .recruit-fellow .slick-next:before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
#recruit .recruit-fellow .slick-next:after {
  content: "";
}
#recruit .recruit-info {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-info {
    margin-bottom: 15rem;
  }
}
#recruit .recruit-info-head {
  background-color: #121212;
  color: #fff;
  padding: 3rem;
}
#recruit .recruit-info-head h2 {
  font-size: 6.5vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-info-head h2 {
    font-size: 2.8rem;
  }
}
#recruit .recruit-info-head p {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
}
#recruit .recruit-info-head .inner-width {
  max-width: 750px;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-info-head .inner-width {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-info-head .inner-width {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 800px) {
  #recruit .recruit-message {
    margin-bottom: 5rem;
  }
}
#recruit .recruit-message-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-message-wrp {
    margin-bottom: 6rem;
  }
}
#recruit .recruit-message-wrp li {
  padding: 2rem;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-message-wrp li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 350px;
  }
}
#recruit .recruit-message-img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-message-img {
    position: absolute;
    -webkit-transform: translate(5rem, -50%);
            transform: translate(5rem, -50%);
    top: 50%;
  }
}
#recruit .recruit-message-img img:first-child {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}
#recruit .recruit-message-img img:last-child {
  position: absolute;
  top: 0;
  right: -3rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: auto;
}
#recruit .recruit-message-inner {
  background: #f8f8f8;
  -webkit-transform: translateY(-7.5rem);
          transform: translateY(-7.5rem);
  position: relative;
  z-index: 5;
  border-radius: 1.5rem;
  padding: 10rem 3rem 5rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-message-inner {
    padding: 3rem;
    padding-left: 13rem;
    text-align: left;
    width: 78%;
    margin-left: auto;
    margin-right: 5rem;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-message-inner {
    padding-left: 13%;
  }
}
#recruit .recruit-message-shop {
  display: inline-block;
  background: #121212;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 5rem;
}
#recruit .recruit-message-name {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
#recruit .recruit-message-txt {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8em;
}
#recruit .recruit-message-link {
  border-bottom: 1px solid #121212;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-message-link {
    margin-left: 0;
    margin-right: auto;
  }
}
#recruit .recruit-message-link a {
  position: relative;
  color: #121212;
  padding-right: 2rem;
}
#recruit .recruit-message-link a:visited {
  color: #121212;
}
#recruit .recruit-message-link a:after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  right: 0.5rem;
  top: 50%;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  -webkit-transform: translateY(-45%) rotate(45deg);
          transform: translateY(-45%) rotate(45deg);
}
#recruit .recruit-message .slick-slide {
  height: auto;
}
#recruit .recruit-message .slick-prev {
  left: 1rem;
  width: 3rem;
  height: 3rem;
  background: #121212;
  border-radius: 50%;
  z-index: 10;
}
#recruit .recruit-message .slick-prev:before {
  content: "";
}
#recruit .recruit-message .slick-prev:after {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}
#recruit .recruit-message .slick-next {
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: #121212;
  border-radius: 50%;
  z-index: 10;
}
#recruit .recruit-message .slick-next:before {
  content: "";
}
#recruit .recruit-message .slick-next:after {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
}
#recruit .recruit-journey {
  background-image: url("../assets/img/recruit/journey-bg-sp.png");
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 3rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-journey {
    background-image: url("../assets/img/recruit/journey-bg-pc.png");
  }
}
#recruit .recruit-journey div:first-child {
  position: relative;
  z-index: 10;
}
#recruit .recruit-journey .recruit-journey-ttl {
  z-index: 10;
  -webkit-transform: translate(-3rem, -3rem);
          transform: translate(-3rem, -3rem);
}
#recruit .recruit-journey .recruit-journey-ttl img {
  opacity: 0.15;
  max-width: 300px;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-journey .recruit-journey-ttl img {
    margin-left: 15rem;
  }
}
#recruit .recruit-journey .recruit-journey-txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
#recruit .recruit-journey .recruit-journey-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-journey .recruit-journey-item {
    margin-top: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#recruit .recruit-journey .recruit-journey-item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#recruit .recruit-journey .recruit-journey-item p {
  margin-left: 2rem;
}
@media screen and (min-width: 1080px) {
  #recruit .recruit-journey .recruit-journey-item p {
    margin-left: 2.5rem;
  }
}
#recruit .recruit-journey .recruit-journey-item p span {
  display: block;
  font-size: 2rem;
}
#recruit .recruit-journey .recruit-journey-btn {
  width: 100%;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  border: none;
  margin-bottom: 7rem;
  background: none;
  padding: 0;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-journey .recruit-journey-btn {
    max-width: 450px;
    margin: 0 auto 10rem;
    display: block;
  }
}
#recruit .recruit-journey .recruit-journey-btn a {
  display: block;
  color: #121212;
  background: #fff;
  padding: 1.5rem 1rem;
  position: relative;
}
#recruit .recruit-journey .recruit-journey-btn a:visited {
  color: #121212;
}
#recruit .recruit-journey .recruit-journey-btn a:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #121212;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#recruit .recruit-journey .recruit-journey-btn a:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#recruit .recruit-journey .recruit-journey-btn a:hover {
  opacity: 0.7;
}
#recruit .recruit-journey .recruit-h2-ttl {
  color: #fff;
  font-size: 7.5vw;
  line-height: 1.8em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-journey .recruit-h2-ttl {
    font-size: 3.2rem;
  }
}
#recruit .recruit-journey-bg {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.recruit-faq {
  padding: 7rem 3rem 5rem;
}
@media screen and (min-width: 1080px) {
  .recruit-faq {
    padding-top: 12rem;
  }
}
.recruit-faq .recruit-sub-ttl {
  color: #699dec;
  margin-bottom: 2rem;
}
.recruit-faq ul li {
  border-bottom: 1px solid #121212;
  padding: 3rem 0;
}
.recruit-faq ul li:last-child {
  border: none;
}
.recruit-faq ul li p {
  font-size: 1.6rem;
}
.recruit-faq ul li p:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#recruit .recruit-link {
  padding: 3rem 3rem 5rem;
}
#recruit .recruit-link li {
  margin-bottom: 3rem;
}
@media screen and (min-width: 800px) {
  #recruit .recruit-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #recruit .recruit-link ul li {
    width: 48%;
  }
}
#recruit hr {
  border: 1px solid #2a2c2f;
}

#recruit-form {
  padding: 3rem 4rem;
  max-width: 750px;
  margin: 0 auto;
}
#recruit-form .recruit-form-ttl {
  border: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 4px 15px;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
#recruit-form .recruit-form-item {
  border-bottom: 1px solid #000;
  padding: 2rem 0;
}
#recruit-form .recruit-form-item p:first-child {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #979797;
  letter-spacing: 0.05rem;
}
#recruit-form .recruit-form-item p:last-child {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.recruit-form-entry-btn {
  max-width: 520px;
  margin: 0 auto;
}
.recruit-form-entry-btn label {
  width: 85%;
  background-color: #121212;
  color: #fff;
  font-size: 2rem;
  padding: 1.5rem 1rem;
  display: block;
  margin: 0 auto 5rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 800px) {
  .recruit-form-entry-btn label {
    width: 100%;
  }
}
.recruit-form-entry-btn label:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  border: 1px solid #fff;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
}
.recruit-form-entry-btn label:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2.7rem;
  right: 2.8rem;
}
.recruit-form-entry-btn label:hover {
  opacity: 0.8;
}
.recruit-form-entry-btn input {
  display: none;
}
.recruit-form-entry-btn input:checked + label:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 2.9rem;
}

.recruit-form-entry-wrp {
  display: none;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .recruit-form-entry-wrp {
    max-width: 520px;
  }
}
.recruit-form-entry-wrp input,
.recruit-form-entry-wrp textarea {
  padding: 1rem 0.5rem;
  border: 2px solid #777;
  border-radius: 2px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.recruit-form-entry-wrp label {
  display: block;
}
.recruit-form-entry-wrp select {
  padding: 1rem 3rem;
  margin-top: 0.5rem;
  border: 2px solid #777;
}
.recruit-form-entry-wrp input[type=submit] {
  padding: 1.8rem 7rem;
  background: #121212;
  color: #fff;
  border: none;
  border-radius: 5rem;
  margin: 0 auto;
  display: block;
  width: 220px;
}
.recruit-form-entry-wrp.contact-submit {
  display: block;
  margin: 10rem auto;
}

.contact-submit p {
  font-size: 1.6rem;
}
.contact-submit a {
  text-decoration: underline;
}
.contact-submit dd {
  padding: 1rem;
  border: 2px solid #777;
  border-radius: 2px;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  background: #fafafa;
}
.contact-submit .recruit-form-7-tokki {
  display: none;
}
.contact-submit input,
.contact-submit textarea {
  border: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
}
.contact-submit-end a {
  color: #2c70f5;
  text-decoration: underline;
}
.contact-submit-end a:visited {
  color: #2c70f5;
}
.contact-submit-end p {
  margin-bottom: 1rem;
}

.recruit-form-entry-txt {
  text-align: center;
  line-height: 2em;
  margin-bottom: 2rem;
}
.recruit-form-entry-txt a {
  color: #2c70f5;
  text-decoration: underline;
}
.recruit-form-entry-txt a:visited {
  color: #2c70f5;
}

#recruit-form-7-wrp dl {
  margin-bottom: 2rem;
}

.recruit-form-7-tokki {
  display: block;
  font-weight: 400;
}

.inner-width {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .recruit-br {
    display: none;
  }
}

.recruit-br-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .recruit-br-pc {
    display: block;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
          transform: translate(0, 2rem);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.typeText {
  opacity: 0;
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.typeText.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 1080px) {
  .sp-active {
    display: none;
  }
}

.pc-active {
  display: none;
}
@media screen and (min-width: 1080px) {
  .pc-active {
    display: block;
  }
}

@-webkit-keyframes txt-gradation {
  0%, 100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes txt-gradation {
  0%, 100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}