@charset "UTF-8";
/* リクルート */
.s_rec09 {
  /* ボタン */
}
@media screen and (max-width: 768px) {
  .s_rec09 {
    width: 190%;
    margin-left: -45%;
    padding: 16% 0 !important;
  }
}
.s_rec09 .dummy-inview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_rec09 .rec09_inner {
  position: relative;
  /* リクルート_扉 */
  /* リクルート_内側 */
  /* マスコット */
}
.s_rec09 .rec09_inner .rec09_door {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1204px;
  z-index: 1;
  position: relative;
  transition: 1s all;
  pointer-events: none;
}
.s_rec09 .rec09_inner .rec09_door.is-start + .rec09_contents {
  transform: scale(1);
}
.s_rec09 .rec09_inner .rec09_door.is-start + .rec09_contents + .rec09_chara {
  left: 80%;
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_door.is-start + .rec09_contents + .rec09_chara {
    left: 75%;
    bottom: unset;
    top: 85%;
  }
}
.s_rec09 .rec09_inner .rec09_door.is-start + .rec09_contents + .rec09_chara img {
  transform: scale(0.7);
}
.s_rec09 .rec09_inner .rec09_door.is-start + .rec09_contents .rec09_bg_circle {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_door.is-start + .rec09_contents .rec09_bg_circle {
    width: 75%;
  }
}
.s_rec09 .rec09_inner .rec09_door.is-start .rec09_door_l img {
  transform: rotateY(60deg);
  box-shadow: 3px 0 0 black;
  border-radius: 0 6.5% 6.5% 0;
}
.s_rec09 .rec09_inner .rec09_door.is-start .rec09_door_r img {
  transform: rotateY(-60deg);
  box-shadow: -3px 0 0 black;
  border-radius: 6.5% 0 0 6.5%;
}
.s_rec09 .rec09_inner .rec09_door .rec09_door_l,
.s_rec09 .rec09_inner .rec09_door .rec09_door_r {
  width: 602px;
  width: 50%;
  perspective: 1200px;
  perspective-origin: center;
}
.s_rec09 .rec09_inner .rec09_door .rec09_door_l img,
.s_rec09 .rec09_inner .rec09_door .rec09_door_r img {
  width: 602px;
  width: 100%;
  text-align: center;
  transition: 0.4s all ease;
}
.s_rec09 .rec09_inner .rec09_door .rec09_door_l img {
  transform-origin: left;
  margin-left: 0.175%;
}
.s_rec09 .rec09_inner .rec09_door .rec09_door_r img {
  transform-origin: right;
  margin-left: -0.175%;
}
.s_rec09 .rec09_inner .rec09_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.7);
  transition: 1.8s all ease;
}
.s_rec09 .rec09_inner .rec09_contents .rec09_bg_circle {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  transition: 1s all;
}
.s_rec09 .rec09_inner .rec09_contents .rec09_bg_circle img {
  width: 100%;
  height: auto;
  animation: 30s rotate linear infinite;
}
.s_rec09 .rec09_inner .rec09_contents .rec09_detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* テキスト */
}
@media screen and (max-width: 1000px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title {
    margin-bottom: 10px;
  }
}
.s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title p {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title p {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
.s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title h2 {
  font-family: Futura;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 100px;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_top .rec_title h2 {
    font-size: 32px;
    line-height: 64px;
  }
}
.s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text_s {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text_s {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text_s {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
.s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text_s .rec09_link {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text_s .rec09_link {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_contents .rec09_detail .rec09_text_s .rec09_link {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.s_rec09 .rec09_inner .rec09_chara {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 70%;
  transform: translateX(-50%);
  transform-origin: right bottom;
  transition: 2s all;
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_chara {
    left: 62%;
  }
}
.s_rec09 .rec09_inner .rec09_chara.is-start {
  animation: knock 2s ease-in-out infinite;
  animation-iteration-count: 1;
}
.s_rec09 .rec09_inner .rec09_chara img {
  width: 225px;
  transition: 2s all;
}
@media screen and (max-width: 768px) {
  .s_rec09 .rec09_inner .rec09_chara img {
    width: 116px;
  }
}
.s_rec09 .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .btn_wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .btn_wrapper {
    margin-bottom: 20px;
  }
}
.s_rec09 .btn_wrapper .more_btn {
  width: 274px;
}
@media screen and (max-width: 768px) {
  .s_rec09 .btn_wrapper .more_btn {
    width: 260px;
  }
}
.s_rec09 .btn_wrapper .more_btn .Fu_inner {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .s_rec09 .btn_wrapper .more_btn .Fu_inner {
    font-size: 19px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 768px) {
  .s_rec09 .btn_wrapper .more_btn .Fu_inner {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.s_rec09 .btn_wrapper .more_btn .more_chara {
  right: 24px;
}

@keyframes knock {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  5% {
    transform: translateX(-50%) rotate(-5deg);
  }
  10% {
    transform: translateX(-50%) rotate(0deg);
  }
  15% {
    transform: translateX(-50%) rotate(-5deg);
  }
  20% {
    transform: translateX(-50%) rotate(0deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=recruit.css.map */