@charset "UTF-8";
/* ----------------------------------------------------------------
ブレークポイント設定
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
カラー
----------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .sp_contents {
    display: block; } }
@media only screen and (min-width: 1025px) {
  .sp_contents {
    display: none; } }

.pc_contents {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .pc_contents {
      display: block; } }

.header-sp {
  background: none; }
  .header-sp .header-sp_inner .logo {
    display: none; }
  .header-sp .header-sp_inner .menu-btn {
    margin: 20px 0 0 auto;
    position: relative; }
    .header-sp .header-sp_inner .menu-btn::before {
      background: url(../img/hsp-nav_open_white.svg) no-repeat; }
    .header-sp .header-sp_inner .menu-btn::after {
      width: 70px;
      height: 70px;
      background: #FA208D;
      border-radius: 100%;
      content: "";
      position: absolute;
      right: -2px;
      top: -20px;
      z-index: -2; }
  .header-sp .header-sp_inner .btn-open::before {
    background: url(../img/hsp-nav_close.svg) no-repeat; }
  .header-sp .header-sp_inner .btn-open::after {
    opacity: 0; }

.bottom-menu_li_entry {
  width: 210px; }
  @media only screen and (min-width: 1281px) {
    .bottom-menu_li_entry {
      width: 310px; } }

.header-pc_bottom {
  justify-content: space-between; }
  .header-pc_bottom .logo {
    margin-left: 40px; }
    @media only screen and (min-width: 1281px) {
      .header-pc_bottom .logo {
        margin-left: 90px; } }
  .header-pc_bottom .header-pc_bottom_inner {
    padding-right: 3vw;
    justify-content: flex-end; }
    .header-pc_bottom .header-pc_bottom_inner .bottom-menu {
      max-width: 1130px;
      margin-left: 5%; }
    .header-pc_bottom .header-pc_bottom_inner .bottom-menu_li {
      font-size: 1.8rem; }
      @media only screen and (min-width: 1281px) {
        .header-pc_bottom .header-pc_bottom_inner .bottom-menu_li {
          font-size: 2rem; } }

.float-menu {
  display: none; }

.recruit {
  background: #FFF505; }
  .recruit * {
    box-sizing: border-box; }
  .recruit .recruit_head {
    height: calc(100vh - 164px);
    height: 100vh;
    background: url(../img/recruit/bg_main_sp.jpg) no-repeat center center/cover;
    position: relative; }
    @media only screen and (min-width: 769px) {
      .recruit .recruit_head {
        background-position: center top -400px; } }
    @media only screen and (min-width: 1025px) {
      .recruit .recruit_head {
        height: 1076px;
        background: url(../img/recruit/bg_main_pc.jpg) no-repeat center center/cover;
        background-position: center center; } }
    .recruit .recruit_head .recruit_head_inner {
      width: 154px;
      height: 160px;
      background: #FA208D;
      border-radius: 0 0 60px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (min-width: 1025px) {
        .recruit .recruit_head .recruit_head_inner {
          width: auto;
          height: auto;
          background: none;
          top: 47px; } }
      .recruit .recruit_head .recruit_head_inner .recruit_head_title {
        width: 100px;
        margin-bottom: 8px;
        align-self: flex-end; }
        @media only screen and (min-width: 1025px) {
          .recruit .recruit_head .recruit_head_inner .recruit_head_title {
            width: 20vw;
            max-width: 405px;
            position: absolute;
            left: 5vw;
            top: 47px; } }
      .recruit .recruit_head .recruit_head_inner .recruit_head_application {
        width: 95px;
        height: 40px;
        align-self: flex-start; }
        @media only screen and (min-width: 1025px) {
          .recruit .recruit_head .recruit_head_inner .recruit_head_application {
            width: 310px;
            height: 58px;
            position: absolute;
            right: 5vw;
            top: 15px;
            z-index: 2; } }
        .recruit .recruit_head .recruit_head_inner .recruit_head_application a {
          height: 100%;
          background: #fff;
          border-radius: 10px;
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
          border: 1px solid #FA208D;
          color: #FA208D;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: fot-udmarugo-large-pr6n, sans-serif; }
          @media only screen and (min-width: 1025px) {
            .recruit .recruit_head .recruit_head_inner .recruit_head_application a {
              font-size: 2.8rem; } }
    .recruit .recruit_head .recruit_head_txt01 {
      width: 30px;
      position: absolute;
      top: 90px;
      right: 35px; }
      @media only screen and (min-width: 1025px) {
        .recruit .recruit_head .recruit_head_txt01 {
          width: 75px;
          margin: 0;
          position: absolute;
          right: 5vw;
          top: 154px; } }
          
    .recruit .recruit_head .recruit_head_txt02 {
      width: 280px;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 115px; }
      @media only screen and (min-width: 1025px) {
        .recruit .recruit_head .recruit_head_txt02 {
          width: 30vw;
          max-width: 603px;
          margin: 0;
          position: absolute;
          left: 5vw;
          top: 10vw; } }
      @media only screen and (min-width: 1281px) {
        .recruit .recruit_head .recruit_head_txt02 {
          top: 120px; } }

    .recruit .recruit_head .recruit_head_txt03 {
        width: 90%;
        margin: 0; /* 左寄せのためmargin: autoを削除 */
        position: absolute;
        right: auto; /* rightを無効化 */
        bottom: 75px; /* txt02の下に配置するため調整 */
      }

      @media only screen and (min-width: 1025px) {
        .recruit .recruit_head .recruit_head_txt03 {
          width: 35vw;
          margin: 0;
          position: absolute;
          left: 0vw; /* PCでも左寄せ */
          top: 30vw; /* txt02の下に配置するため調整 */
        }
      } 
      @media only screen and (min-width: 2025px) {
        .recruit .recruit_head .recruit_head_txt03 {
          width: 708px;
          top: 500px; } }

    .recruit .recruit_head .recruit_head_btn01 {
      width: 360px;
      margin: auto;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 999; }
    .recruit .recruit_head .recruit_head_btn02 {
      width: 320px;
      height: 60px;
      margin: auto;
      box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
      border-radius: 23px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -85px; }
      @media only screen and (min-width: 1025px) {
        .recruit .recruit_head .recruit_head_btn02 {
          width: 496px;
          height: 93px;
          bottom: 185px; } }
      .recruit .recruit_head .recruit_head_btn02 a {
        height: 100%;
        background: #FA208D;
        border-radius: 23px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .recruit .recruit_head .recruit_head_btn02 a img {
          width: 270px; }
          @media only screen and (min-width: 1025px) {
            .recruit .recruit_head .recruit_head_btn02 a img {
              width: 410px; } }
  .recruit .popup {
    width: 90%;
    max-height: calc(100vh - 60px);
    /* ビューポートの高さから余白を引いた値 */
    height: auto;
    /* 明示的に高さを指定しない */
    margin: auto;
    padding: 16px 16px 16px 16px;
    background: #fff;
    border-radius: 23px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    /* 外にはみ出ないようにする */
    z-index: 9999; }
    .recruit .popup .popup_content {
      max-height: calc(100vh - 220px);
      /* 全体の高さからCloseボタン分のスペースを引く */
      overflow-y: auto;
      /* スクロールを有効化 */
      padding: 16px; }
    .recruit .popup .popup_close {
      width: 40px;
      cursor: pointer;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 22px; }
  .recruit .message {
    padding: 50px 16px 85px; }
    .recruit .message .message_title {
      margin-bottom: 45px;
      color: #FA208D;
      font-family: bc-alphapipe, sans-serif;
      font-size: 3.2rem;
      text-align: center; }
    .recruit .message .message_txt {
      width: 100%;
      max-width: 294px;
      margin: 0 auto 40px; }
      @media only screen and (min-width: 1025px) {
        .recruit .message .message_txt {
          max-width: 760px; } }
    .recruit .message .message_logo {
      width: 153px;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (min-width: 1025px) {
        .recruit .message .message_logo {
          width: 190px; } }
      .recruit .message .message_logo img:last-child {
        width: 77px;
        margin: 10px auto 0; }
  @media only screen and (min-width: 1025px) {
    .recruit .application {
      max-width: 1000px;
      max-height: 580px;
      padding: 40px; } }
  @media only screen and (min-width: 1025px) {
    .recruit .application .application_box {
      display: flex;
      flex-wrap: wrap;
      position: relative; } }
  .recruit .application .application_title {
    width: 100%;
    margin-bottom: 10px;
    color: #FA208D;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-size: 1.4rem; }
    @media only screen and (min-width: 1025px) {
      .recruit .application .application_title {
        font-size: 2.2rem;
        text-align: center; } }
  .recruit .application .application_subtitle {
    width: 100%;
    margin-bottom: 15px;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-size: 1.4rem; }
    @media only screen and (min-width: 1025px) {
      .recruit .application .application_subtitle {
        font-size: 2.2rem;
        text-align: center; } }
  .recruit .application .application_icon {
    width: 63px;
    margin: 0 auto 24px; }
    @media only screen and (min-width: 1025px) {
      .recruit .application .application_icon {
        width: 45%;
        margin-bottom: 0;
        padding-right: 40px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media only screen and (min-width: 1025px) {
      .recruit .application .application_icon img {
        width: 127px; } }
  .recruit .application .application_outline {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    border-top: solid 1px #D6D6D6; }
    @media only screen and (min-width: 1025px) {
      .recruit .application .application_outline {
        height: 350px;
        overflow-y: scroll; } }
    @media only screen and (max-width: 767px) {
      .recruit .application .application_outline {
        max-width: 100%;
        height: 400px;
        overflow-y: scroll; } }
    .recruit .application .application_outline dt {
      width: 200px;
      padding: 10px 0 10px 15px;
      border-bottom: solid 1px #D6D6D6;
      background: #f4f4f494;
      font-size: 1.8rem; }
      .recruit .application .application_outline dt:last-of-type {
        border-bottom: none;
        width: 100%;
        text-align: center;
        padding: 30px 0 10px 0;
        background: none; }
      @media only screen and (max-width: 767px) {
        .recruit .application .application_outline dt {
          width: 30%;
          padding: 10px 0 10px 10px;
          font-size: 1.2rem; } }
      .recruit .application .application_outline dt .btn_rct {
        font-size: 2.0rem;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .recruit .application .application_outline dt .btn_rct {
            font-size: 1.2rem; } }
        .recruit .application .application_outline dt .btn_rct a {
          display: block;
          color: #fff;
          background-color: #d8007f;
          border-radius: 50px;
          line-height: 40px;
          width: 200px; }
      .recruit .application .application_outline dt .btn_close {
        text-align: center;
        margin: 20px 0 0 0; }
        .recruit .application .application_outline dt .btn_close span {
          font-size: 2.0rem;
          display: inline-block;
          color: #fff;
          background-color: #000000;
          border-radius: 50px;
          line-height: 40px;
          width: 200px;
          cursor: pointer; }
          @media only screen and (max-width: 767px) {
            .recruit .application .application_outline dt .btn_close span {
              font-size: 1.2rem; } }
    .recruit .application .application_outline dd {
      width: calc(100% - 200px);
      padding: 10px 5px 10px 15px;
      border-bottom: solid 1px #D6D6D6;
      font-size: 1.6rem;
      font-weight: normal; }
      .recruit .application .application_outline dd:last-of-type {
        border-bottom: none; }
      @media only screen and (max-width: 767px) {
        .recruit .application .application_outline dd {
          width: 70%;
          padding: 10px 5px 10px 10px;
          font-size: 1.2rem; } }
      .recruit .application .application_outline dd span {
        font-weight: bold; }
        .recruit .application .application_outline dd span:not(:first-child) {
          margin: 10px 0 0 0; }
  @media only screen and (min-width: 1025px) {
    .recruit .application .popup_close {
      height: 46px;
      margin: 0;
      left: inherit;
      top: -100px;
      right: 0;
      bottom: inherit; } }
  .recruit .application .req_close {
    width: 40px;
    cursor: pointer;
    position: absolute;
    height: 46px;
    margin: 0;
    left: inherit;
    top: 25px;
    right: 20px;
    bottom: inherit; }
    @media only screen and (min-width: 1025px) {
      .recruit .application .req_close {
        top: -100px; } }
  .recruit #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* 半透明の黒 */
    backdrop-filter: blur(5px);
    /* ぼかし効果 */
    z-index: 9998;
    /* ポップアップの下 */ }
  .recruit .merit {
    margin-bottom: 50px;
    padding: 135px 25px 60px; }
    @media only screen and (min-width: 1025px) {
      .recruit .merit {
        margin-bottom: 0;
        padding-top: 56px; } }
    .recruit .merit .merit_title {
      width: 297px;
      margin: 0 auto 15px; }
      @media only screen and (min-width: 1025px) {
        .recruit .merit .merit_title {
          width: 513px;
          margin-bottom: 56px; } }
    .recruit .merit .merit_slide {
      max-width: 450px;
      margin: 0 auto; }
      .recruit .merit .merit_slide img {
        margin-bottom: 10px;
        display: block; }
      .recruit .merit .merit_slide p {
        line-height: 1.6; }
    .recruit .merit .merit_pc {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      .recruit .merit .merit_pc .merit_pc_title {
        margin-bottom: 45px;
        text-align: center; }
        .recruit .merit .merit_pc .merit_pc_title img {
          width: auto;
          max-width: 100%;
          margin: 0 auto; }
      .recruit .merit .merit_pc > img {
        margin-bottom: 100px; }
  .recruit .idea {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    white-space: nowrap; }
    .recruit .idea .idea_txt {
      color: #FA208D;
      display: inline-block;
      font-family: ab-clip-medium, sans-serif;
      font-size: 4.3rem;
      position: relative;
      animation: marquee 10s linear infinite;
      white-space: nowrap; }
      @media only screen and (min-width: 769px) {
        .recruit .idea .idea_txt {
          width: fit-content;
          margin: 0 auto;
          display: block;
          animation: inherit;
          text-align: center; } }
      @media only screen and (min-width: 1025px) {
        .recruit .idea .idea_txt {
          margin-bottom: 15px;
          position: relative;
          z-index: 1; } }
      @media only screen and (min-width: 1025px) {
        .recruit .idea .idea_txt::after {
          width: 100%;
          height: 13px;
          background: #fff;
          content: "";
          position: absolute;
          left: 0;
          bottom: 18px;
          z-index: -1; } }
@keyframes marquee {
  from {
    transform: translateX(100%);
    /* 画面外右からスタート */ }
  to {
    transform: translateX(-100%);
    /* 画面外左に到達 */ } }
    .recruit .idea .idea_container {
      height: 254px;
      padding-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 100px;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 769px) {
        .recruit .idea .idea_container {
          gap: 140px; } }
      .recruit .idea .idea_container img {
        width: 100px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1; }
        @media only screen and (min-width: 769px) {
          .recruit .idea .idea_container img {
            width: 125px; } }
      .recruit .idea .idea_container .idea_btn {
        margin-left: 25px;
        position: relative;
        font-size: 24px;
        color: #ff0099;
        cursor: pointer;
        font-family: ab-clip-medium, sans-serif;
        font-size: 5.1rem;
        letter-spacing: -5px; }
        .recruit .idea .idea_container .idea_btn input {
          display: none; }
        .recruit .idea .idea_container .idea_btn .circle {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 126px;
          height: 126px;
          background-color: white;
          border-radius: 50%;
          opacity: 0;
          transition: opacity 0.3s ease-in-out;
          pointer-events: none;
          z-index: -1; }
        .recruit .idea .idea_container .idea_btn input:checked + .circle {
          opacity: 1; }
  .recruit .work .work_title_main {
    width: 333px;
    height: 157px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0; }
    @media only screen and (min-width: 1025px) {
      .recruit .work .work_title_main::after {
        width: 100%;
        content: "WORK";
        color: #fff;
        position: absolute;
        top: 0;
        font-family: bc-alphapipe, sans-serif;
        font-size: 18.5vw;
        line-height: 1;
        text-align: center;
        z-index: -1; } }
    .recruit .work .work_title_main img {
      width: 145px;
      position: absolute;
      left: 0;
      top: 0; }
    .recruit .work .work_title_main .work_title {
      margin-left: 100px; }
  .recruit .work .work_title {
    width: fit-content;
    padding: 0 10px;
    color: #FA208D;
    font-family: ab-clip-medium, sans-serif;
    font-size: 3.1rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 1; }
    .recruit .work .work_title::after {
      width: 100%;
      height: 13px;
      background: #fff;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
  .recruit .work_box {
    margin-bottom: 52px;
    position: relative;
    z-index: 1; }
    .recruit .work_box.work_box_left {
      padding-right: 24px; }
    .recruit .work_box.work_box_right {
      padding-left: 24px; }
      .recruit .work_box.work_box_right p {
        padding-right: 24px;
        text-align: right; }
    .recruit .work_box img {
      margin-bottom: 30px; }
    .recruit .work_box p {
      padding-left: 24px;
      color: #FA208D;
      font-family: ab-clip-medium, sans-serif;
      font-size: 3rem;
      line-height: 1.6; }
    .recruit .work_box.work_box_bg {
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 1025px) {
        .recruit .work_box.work_box_bg {
          padding-top: 50px; } }
      .recruit .work_box.work_box_bg::before {
        width: 100%;
        height: 25%;
        background: #fff;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1; }
        @media only screen and (min-width: 1025px) {
          .recruit .work_box.work_box_bg::before {
            display: none; } }
  .recruit .flow {
    margin-bottom: 60px; }
    .recruit .flow .work_title {
      margin: 0 auto 38px;
      font-size: 2.8rem; }
    .recruit .flow .flow_slide {
      max-width: 890px;
      margin: 0 auto;
      display: none; }
      .recruit .flow .flow_slide.slick-initialized {
        display: block; }
      .recruit .flow .flow_slide .slick-slide {
        padding: 0 8px;
        transition: all 0.3s ease; }
        .recruit .flow .flow_slide .slick-slide video {
          width: 100%;
          height: 100%;
          border-radius: 30px;
          object-fit: contain; }
        .recruit .flow .flow_slide .slick-slide:not(.slick-current) {
          opacity: 0.6;
          transform: scale(0.8); }
      .recruit .flow .flow_slide .slick-current {
        opacity: 1;
        transform: scale(1); }
        .recruit .flow .flow_slide .slick-current video {
          object-fit: contain; }
  .recruit .work_contents .work_title {
    margin: 0 auto 45px; }
  .recruit .work_contents .work_contents_img_sp {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 24px 45px; }
  .recruit .work_contents .work_contents_img_pc {
    max-width: 1813px;
    margin: 0 auto 110px;
    padding: 0 80px; }
  @media only screen and (min-width: 1025px) {
    .recruit .work_box {
      max-width: 1813px;
      padding: 0 80px;
      display: flex;
      align-items: center; } }
  @media only screen and (min-width: 1025px) {
    .recruit .work_box img {
      width: 50%;
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .recruit .work_box p {
      width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .recruit .work_box.work_box_right img {
      order: 2; } }
  @media only screen and (min-width: 1025px) {
    .recruit .work_box.work_box_right p {
      padding: 0 80px 0 0;
      order: 1; } }
  @media only screen and (min-width: 1025px) {
    .recruit .work_box.work_box_left p {
      padding: 0 0 0 80px; } }
  .recruit .br_pc {
    display: none; }
    @media only screen and (min-width: 1025px) {
      .recruit .br_pc {
        display: block; } }
  .recruit .history {
    padding: 65px 24px;
    background: #fff;
    position: relative; }
    .recruit .history::before {
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 22px 52px 0 52px;
      border-color: #FFF505 transparent;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
    .recruit .history .history_head {
      max-width: 1000px;
      margin: 0 auto 16px;
      display: flex;
      align-items: end; }
      .recruit .history .history_head .history_head_sub {
        width: 140px;
        height: 35px;
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid #FA208D;
        border-radius: 100px;
        color: #FA208D;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: bc-alphapipe, sans-serif;
        font-size: 2.1rem; }
      .recruit .history .history_head .history_head_title {
        font-family: fot-udmarugo-large-pr6n, sans-serif;
        font-size: 3.2rem; }
      .recruit .history .history_head img {
        width: 101px;
        display: block; }
        @media only screen and (min-width: 1025px) {
          .recruit .history .history_head img {
            margin-left: 95px; } }
    .recruit .history .history_box {
      max-width: 1000px;
      margin: 0 auto; }
      @media only screen and (min-width: 769px) {
        .recruit .history .history_box {
          display: flex; } }
    .recruit .history .history_slide {
      margin-bottom: 25px; }
      @media only screen and (min-width: 769px) {
        .recruit .history .history_slide {
          width: 50%; } }
      .recruit .history .history_slide img {
        border-radius: 20px; }
    @media only screen and (min-width: 769px) {
      .recruit .history .history_inner {
        width: 50%;
        padding-left: 50px; } }
    @media only screen and (min-width: 1025px) {
      .recruit .history .history_inner {
        padding-left: 75px; } }
    .recruit .history .history_inner .history_inner_txt {
      margin-bottom: 16px;
      font-family: fot-udmarugo-large-pr6n, sans-serif;
      font-size: 1.5rem; }
    .recruit .history .history_inner .history_representative {
      display: flex;
      align-items: center;
      justify-content: center; }
      .recruit .history .history_inner .history_representative .history_representative_txt {
        padding-right: 40px;
        font-family: fot-udmarugo-large-pr6n, sans-serif;
        font-size: 1.3rem; }
      .recruit .history .history_inner .history_representative img {
        width: 93px;
        display: block; }
  .recruit .happy {
    margin-bottom: 60px;
    padding: 0 24px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1025px) {
      .recruit .happy::after {
        width: 100%;
        margin: auto;
        content: "SO HAPPY";
        color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        font-family: bc-alphapipe, sans-serif;
        font-size: 18.5vw;
        line-height: 1;
        text-align: center;
        z-index: -1; } }
    .recruit .happy img {
      max-width: 560px;
      margin: 0 auto; }
  .recruit .evaluation {
    padding: 120vw 24px 0;
    background: url(../img/recruit/bg_evaluation.jpg) no-repeat center top/320% auto;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 769px) {
      .recruit .evaluation {
        padding-top: 70vw;
        background-size: 200% auto; } }
    @media only screen and (min-width: 1025px) {
      .recruit .evaluation {
        padding-top: 40vw;
        background-size: cover; } }
    @media only screen and (min-width: 1281px) {
      .recruit .evaluation {
        padding-bottom: 520px; } }
    .recruit .evaluation::after {
      width: 100%;
      height: 55px;
      background: #FFF505;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
    .recruit .evaluation .evaluation_box {
      padding: 0 18px 48px 18px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); }
      @media only screen and (min-width: 1281px) {
        .recruit .evaluation .evaluation_box {
          padding: 0;
          background: none;
          box-shadow: none; } }
    .recruit .evaluation .evaluation_title {
      width: 244px;
      margin: 0 auto;
      position: relative;
      top: -30px; }
      @media only screen and (min-width: 1281px) {
        .recruit .evaluation .evaluation_title {
          position: absolute;
          left: 0;
          right: 0;
          top: 600px; } }
    .recruit .evaluation .evaluation_txt {
      font-family: fot-udmarugo-large-pr6n, sans-serif;
      font-size: 1.5rem; }
      @media only screen and (min-width: 1281px) {
        .recruit .evaluation .evaluation_txt {
          width: 28%;
          color: #fff;
          position: absolute;
          right: 5vw;
          top: 470px; } }
  .recruit .post {
    padding: 55px 24px 50px; }
    @media only screen and (min-width: 1281px) {
      .recruit .post {
        margin-top: -15vw;
        position: relative;
        z-index: 1;
        padding: 0 0 50px; } }
    @media only screen and (min-width: 1281px) {
      .recruit .post .post_slide {
        max-width: 1446px;
        margin: 0 auto; } }
    .recruit .post .post_slide_box {
      background: #fff;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
      border-radius: 30px;
      position: relative; }
      .recruit .post .post_slide_box:before {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(45deg);
        position: absolute;
        top: 45%;
        right: 30px;
        bottom: 0;
        margin: auto; }
        @media only screen and (max-width: 767px) {
          .recruit .post .post_slide_box:before {
            top: 50%; } }
      @media only screen and (min-width: 769px) {
        .recruit .post .post_slide_box {
          margin: 0 10px; } }
      @media only screen and (min-width: 1281px) {
        .recruit .post .post_slide_box {
          margin: 0 20px; } }
      .recruit .post .post_slide_box > .post_slide_outline {
        margin: 0;
        padding: 0 28px; }
      .recruit .post .post_slide_box .post_slide_img {
        margin-bottom: 10px;
        position: relative; }
        .recruit .post .post_slide_box .post_slide_img img {
          border-radius: 30px 30px 0 0;
          display: block; }
        .recruit .post .post_slide_box .post_slide_img .post_slide_img_txt {
          width: 100%;
          margin: auto;
          color: #fff;
          font-family: bc-alphapipe, sans-serif;
          font-size: 4rem;
          line-height: 1;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          text-align: center; }
      .recruit .post .post_slide_box .post_slide_title {
        padding: 0 28px 10px;
        font-family: ab-clip-medium, sans-serif;
        text-align: center;
        line-height: 1.4; }
        .recruit .post .post_slide_box .post_slide_title span {
          display: block;
          font-size: 1.3rem; }
        .recruit .post .post_slide_box .post_slide_title em {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2.8rem; }
          .recruit .post .post_slide_box .post_slide_title em span {
            font-size: 1.6rem; }
      .recruit .post .post_slide_box .post_slide_outline dt {
        font-family: ab-clip-medium, sans-serif;
        font-size: 1.3rem; }
      .recruit .post .post_slide_box .post_slide_outline dd {
        margin-bottom: 12px;
        font-family: fot-udmarugo-large-pr6n, sans-serif;
        font-size: 1.5rem; }
        .recruit .post .post_slide_box .post_slide_outline dd.post_height {
          min-height: 70px; }
        .recruit .post .post_slide_box .post_slide_outline dd span {
          font-size: 2.3rem; }
      .recruit .post .post_slide_box .post_slide_inner {
        padding: 0 28px;
        display: flex; }
        .recruit .post .post_slide_box .post_slide_inner:not(:last-child) {
          justify-content: space-between; }
        .recruit .post .post_slide_box .post_slide_inner:last-child .post_slide_outline:not(:last-child) {
          margin-right: 40px; }
  .recruit .benefits .benefits_title_sp {
    width: 294px;
    margin: 0 auto -45px;
    position: relative;
    z-index: 1; }
  .recruit .benefits .benefits_title {
    padding-right: 24px; }
    @media only screen and (min-width: 1025px) {
      .recruit .benefits .benefits_title {
        width: 795px;
        margin: 0 auto 70px;
        padding-right: 0; } }
  .recruit .benefits .benefits_wrap {
    margin: -80px 0 0;
    padding-bottom: 50px; }
    @media only screen and (min-width: 1025px) {
      .recruit .benefits .benefits_wrap {
        max-width: 1090px;
        margin: 0 auto;
        padding-bottom: 80px;
        display: flex; } }
  .recruit .benefits .benefits_box {
    padding: 0 24px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1025px) {
      .recruit .benefits .benefits_box {
        width: calc(100% / 3);
        margin: 0;
        padding: 0 20px; } }
  .recruit .benefits .benefits_list {
    max-width: 460px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); }
    @media only screen and (min-width: 1025px) {
      .recruit .benefits .benefits_list {
        max-width: inherit; } }
    .recruit .benefits .benefits_list .benefits_btn {
      width: 100%;
      height: 130px;
      padding-right: 35px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .recruit .benefits .benefits_list .benefits_btn::after {
        width: 15px;
        height: 8px;
        margin: auto;
        background: url(../img/recruit/icon_benefits_arrow.png) no-repeat left top/100% 100%;
        content: "";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0; }
      .recruit .benefits .benefits_list .benefits_btn.active::after {
        transform: scale(1, -1); }
      .recruit .benefits .benefits_list .benefits_btn .benefits_btn_img {
        width: 71px; }
        .recruit .benefits .benefits_list .benefits_btn .benefits_btn_img img {
          width: auto;
          max-width: 100%;
          margin: 0 auto; }
      .recruit .benefits .benefits_list .benefits_btn .benefits_btn_txt {
        width: 195px;
        color: #FA208D;
        font-family: ab-clip-medium, sans-serif;
        font-size: 2.7rem;
        line-height: 1.4;
        text-align: center;
        white-space: nowrap; }
    .recruit .benefits .benefits_list .benefits_inner {
      padding: 0 28px 28px;
      font-family: fot-udmarugo-large-pr6n, sans-serif;
      font-size: 1.5rem;
      display: none; }
  .recruit .recruit_footer_application {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    padding: 60px 0;
    border-radius: 10px; }
    .recruit .recruit_footer_application a {
      width: 100%;
      height: 58px;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #FA208D;
      box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
      color: #FA208D;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: fot-udmarugo-large-pr6n, sans-serif;
      font-size: 2rem; }
      @media only screen and (min-width: 1025px) {
        .recruit .recruit_footer_application a {
          font-size: 2.8rem; } }
  .recruit .recruit_footer_entry {
    max-width: 330px;
    margin: 0 auto;
    padding-bottom: 80px; }
    @media only screen and (min-width: 1025px) {
      .recruit .recruit_footer_entry {
        max-width: 500px; } }
  .recruit .recruit_footer_img {
    padding: 0 24px; }
    @media only screen and (min-width: 769px) {
      .recruit .recruit_footer_img {
        display: none; } }
    .recruit .recruit_footer_img img {
      border-radius: 40px; }

#rct-form {
  background: #FFF505; }
  #rct-form .sec-title {
    color: #FA208D;
    font-size: 2.2rem; }
  #rct-form .rct-form_inner {
    background: #fff; }
  #rct-form .item {
    display: flex !important;
    align-items: center; }
  #rct-form .required {
    width: 30px;
    height: 18px;
    margin-left: 8px;
    background: #DC0105;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem; }
  @media only screen and (min-width: 769px) {
    #rct-form .form-item_birth {
      display: flex; } }
  #rct-form .form-item_birth > .select {
    width: 100px !important; }
  #rct-form .form-item_birth_inner {
    padding-top: 12px;
    display: flex; }
    @media only screen and (min-width: 769px) {
      #rct-form .form-item_birth_inner {
        padding: 0 0 0 12px; } }
    #rct-form .form-item_birth_inner .select {
      width: 80px !important; }
    #rct-form .form-item_birth_inner span {
      padding: 0 12px;
      font-size: 1.7rem; }
  #rct-form .privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important; }
    #rct-form .privacy label {
      margin-bottom: 0 !important;
      padding-left: 10px; }
    #rct-form .privacy a {
      color: #FA208D;
      text-decoration: underline; }
  #rct-form .textarea textarea {
    height: 150px; }
  #rct-form .radiobtn span {
    margin-right: -20px;
    padding-left: 5px;
    display: inline-block;
    font-size: 1rem; }
  #rct-form .error {
    color: #DC0105;
    font-size: 1.4rem !important; }
  #rct-form .submit:hover {
    background: #EF8DC6 !important; }

input.error, select.error, textarea.error {
  border: 1px solid #ff0000 !important; }

input.valid, select.valid, textarea.valid {
  border: 1px solid #2DB427 !important; }

.form_confirm {
  display: none; }
  .form_confirm .form_confirm_btn {
    display: block; }
    .form_confirm .form_confirm_btn .submit_back {
      margin: 0 auto 30px;
      background: none;
      border: none;
      text-align: center;
      font-size: 1.6rem;
      text-decoration: underline;
      cursor: pointer;
      display: block;
      font-family: fot-udmarugo-large-pr6n, sans-serif; }
      .form_confirm .form_confirm_btn .submit_back:hover {
        color: #FA208D; }
  .form_confirm .form_confirm_txt {
    color: #FA208D; }

.form-item_birth {
  position: relative; }

.form-item_birth .error {
  display: block;
  color: red;
  font-size: 12px;
  margin-top: 5px; }

.campaign {
  display: none; }
