@charset "UTF-8";
/* CSS Document */
section h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3rem; }
  @media screen and (max-width: 991px) {
    section h2 {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media screen and (max-width: 575px) {
    section h2 {
      font-size: 30px;
      font-size: 3rem; } }
  section h2 span {
    display: block;
    font-family: "Saira", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #009CDE; }
    @media screen and (max-width: 991px) {
      section h2 span {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media screen and (max-width: 575px) {
      section h2 span {
        font-size: 24px;
        font-size: 2.4rem; } }
section h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  color: #304B9B;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 2rem; }
  @media screen and (max-width: 991px) {
    section h3 {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media screen and (max-width: 767px) {
    section h3 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.5;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 575px) {
    section h3 {
      font-size: 23px;
      font-size: 2.3rem; } }
section h4 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #304B9B;
  letter-spacing: 0.1em;
  border-left: solid 6px #304B9B;
  padding-left: 1em;
  margin-bottom: 2rem;
  line-height: 1.3; }
  @media screen and (max-width: 991px) {
    section h4 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 1399px) {
    section h4 {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.05em;
      border-left: solid 4px #304B9B;
      line-height: 1.5; } }

#ul-header {
  background-image: url(../img/top-recruit.jpg); }

#mainimg-area .swiper-top {
  width: 100%;
  height: 540px;
  position: relative;
  margin-bottom: 10px; }
  @media screen and (max-width: 1199px) {
    #mainimg-area .swiper-top {
      height: 450px; } }
  @media screen and (max-width: 991px) {
    #mainimg-area .swiper-top {
      height: 350px; } }
  @media screen and (max-width: 767px) {
    #mainimg-area .swiper-top {
      height: 260px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 575px) {
    #mainimg-area .swiper-top {
      height: 180px; } }
#mainimg-area .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
#mainimg-area img.challenge {
  position: absolute;
  top: 65px;
  height: 380px;
  right: 10%;
  z-index: 2; }
  @media screen and (max-width: 1199px) {
    #mainimg-area img.challenge {
      top: 55px;
      height: 310px; } }
  @media screen and (max-width: 991px) {
    #mainimg-area img.challenge {
      top: 40px;
      height: 240px; } }
  @media screen and (max-width: 767px) {
    #mainimg-area img.challenge {
      top: 35px;
      height: 170px; } }
  @media screen and (max-width: 575px) {
    #mainimg-area img.challenge {
      top: 25px;
      height: 100px; } }
#mainimg-area p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-family: "Saira", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 1199px) {
    #mainimg-area p {
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (max-width: 991px) {
    #mainimg-area p {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media screen and (max-width: 767px) {
    #mainimg-area p {
      font-size: 27px;
      font-size: 2.7rem; } }
  @media screen and (max-width: 767px) {
    #mainimg-area p {
      font-size: 20px;
      font-size: 2rem; } }
#mainimg-area .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #mainimg-area .image-grid {
      gap: 5px;
      margin-bottom: 5px; } }
#mainimg-area .image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

#recruit-message {
  margin-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #recruit-message {
      margin-bottom: 8rem; } }
  #recruit-message .recruit-message {
    position: relative;
    height: 460px;
    background-image: url("../img/recruit-img-04.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-bottom: 8rem; }
    @media screen and (max-width: 1199px) {
      #recruit-message .recruit-message {
        height: 400px; } }
    @media screen and (max-width: 991px) {
      #recruit-message .recruit-message {
        height: 300px;
        margin-bottom: 6rem; } }
    @media screen and (max-width: 767px) {
      #recruit-message .recruit-message {
        height: 260px;
        margin-bottom: 4rem;
        background-position: right -10rem center; } }
    @media screen and (max-width: 767px) {
      #recruit-message .recruit-message {
        height: 260px;
        margin-bottom: 4rem;
        background-position: right -14rem center; } }
  #recruit-message .recruit-message__inner {
    height: 100%;
    display: flex;
    align-items: center; }
  #recruit-message .recruit-message__text {
    max-width: 530px; }
    @media screen and (max-width: 991px) {
      #recruit-message .recruit-message__text {
        max-width: 410px; } }
    @media screen and (max-width: 575px) {
      #recruit-message .recruit-message__text {
        max-width: none;
        text-align: justify; } }
    @media screen and (max-width: 575px) {
      #recruit-message .recruit-message__text h3 {
        text-shadow: 1px 1px #fff; } }
    #recruit-message .recruit-message__text p {
      line-height: 1.9;
      padding-right: 1rem;
      margin-bottom: 0;
      text-shadow: 1px 1px #fff; }
      @media screen and (max-width: 575px) {
        #recruit-message .recruit-message__text p {
          line-height: 1.75;
          padding: 0; } }
  #recruit-message .skillup .skillup__inner {
    margin: 0 auto;
    display: flex;
    position: relative; }
    @media screen and (max-width: 767px) {
      #recruit-message .skillup .skillup__inner {
        display: block; } }
    #recruit-message .skillup .skillup__inner .skillup__image {
      flex: 0 0 270px; }
      @media screen and (max-width: 991px) {
        #recruit-message .skillup .skillup__inner .skillup__image {
          flex: 0 0 190px; } }
      #recruit-message .skillup .skillup__inner .skillup__image img {
        width: 100%;
        height: auto;
        display: block; }
    #recruit-message .skillup .skillup__inner .skillup__content {
      flex: 1;
      background-color: #E5F5FC;
      padding: 6rem 7rem; }
      @media screen and (max-width: 1199px) {
        #recruit-message .skillup .skillup__inner .skillup__content {
          padding: 4rem 5rem; } }
      @media screen and (max-width: 991px) {
        #recruit-message .skillup .skillup__inner .skillup__content {
          padding: 2rem 3rem; } }
      @media screen and (max-width: 767px) {
        #recruit-message .skillup .skillup__inner .skillup__content {
          padding-bottom: 6rem; } }
      @media screen and (max-width: 575px) {
        #recruit-message .skillup .skillup__inner .skillup__content {
          padding: 2rem 2rem 5rem; } }
      @media screen and (max-width: 991px) {
        #recruit-message .skillup .skillup__inner .skillup__content h3 {
          margin-bottom: 1rem; } }
    #recruit-message .skillup .skillup__inner .skillup__spell {
      position: absolute;
      left: 1em;
      bottom: -5rem;
      font-family: "Saira", sans-serif;
      font-size: 120px;
      font-size: 12rem;
      font-weight: 100;
      color: #304B9B;
      letter-spacing: 0.08em;
      line-height: 01; }
      @media screen and (max-width: 1199px) {
        #recruit-message .skillup .skillup__inner .skillup__spell {
          left: 0.5em;
          bottom: -4rem;
          font-size: 100px;
          font-size: 10rem; } }
      @media screen and (max-width: 991px) {
        #recruit-message .skillup .skillup__inner .skillup__spell {
          left: 1rem;
          bottom: -4rem;
          font-size: 90px;
          font-size: 9rem; } }
      @media screen and (max-width: 767px) {
        #recruit-message .skillup .skillup__inner .skillup__spell {
          bottom: -3rem;
          font-size: 70px;
          font-size: 7rem; } }
      @media screen and (max-width: 767px) {
        #recruit-message .skillup .skillup__inner .skillup__spell {
          bottom: -2rem;
          font-size: 45px;
          font-size: 4.5rem; } }
    #recruit-message .skillup .skillup__inner > img {
      position: absolute;
      right: -3rem;
      bottom: -5rem;
      width: 520px; }
      @media screen and (max-width: 1199px) {
        #recruit-message .skillup .skillup__inner > img {
          width: 460px; } }
      @media screen and (max-width: 991px) {
        #recruit-message .skillup .skillup__inner > img {
          width: 360px; } }
      @media screen and (max-width: 767px) {
        #recruit-message .skillup .skillup__inner > img {
          bottom: -4rem;
          width: 250px; } }
      @media screen and (max-width: 575px) {
        #recruit-message .skillup .skillup__inner > img {
          right: -1rem;
          bottom: -2rem;
          width: 160px; } }

#interview {
  position: relative;
  padding-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    #interview {
      padding-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #interview {
      padding-bottom: 6rem; } }
  #interview article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem; }
    #interview article:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #interview article {
        display: block; } }
    @media screen and (max-width: 575px) {
      #interview article {
        margin-bottom: 5rem; } }
    #interview article .interview__img {
      width: 45%; }
      @media screen and (max-width: 1199px) {
        #interview article .interview__img {
          width: 40%; } }
      @media screen and (max-width: 991px) {
        #interview article .interview__img {
          width: 37%; } }
      @media screen and (max-width: 767px) {
        #interview article .interview__img {
          width: 100%;
          margin-bottom: 3rem; } }
      #interview article .interview__img img {
        filter: drop-shadow(18px 18px 0 #009CDE); }
        @media screen and (max-width: 991px) {
          #interview article .interview__img img {
            filter: drop-shadow(10px 10px 0 #009CDE); } }
        @media screen and (max-width: 767px) {
          #interview article .interview__img img {
            width: 100%; } }
    #interview article .interview__contents {
      width: 55%; }
      @media screen and (max-width: 1399px) {
        #interview article .interview__contents {
          width: 53%; } }
      @media screen and (max-width: 1199px) {
        #interview article .interview__contents {
          width: 55%; } }
      @media screen and (max-width: 991px) {
        #interview article .interview__contents {
          width: 57%; } }
      @media screen and (max-width: 767px) {
        #interview article .interview__contents {
          width: 100%; } }
      #interview article .interview__contents .interview__header {
        position: relative;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 575px) {
          #interview article .interview__contents .interview__header {
            font-size: 16px;
            font-size: 1.6rem; } }
        #interview article .interview__contents .interview__header .interview__group {
          display: inline-block;
          color: #fff;
          background-color: #304B9B;
          padding: 0.5rem 1.5em;
          margin-bottom: 0.5rem;
          margin-top: 2rem; }
          @media screen and (max-width: 991px) {
            #interview article .interview__contents .interview__header .interview__group {
              padding: 0.5rem 1em;
              margin-top: 1rem; } }
          @media screen and (max-width: 767px) {
            #interview article .interview__contents .interview__header .interview__group {
              padding: 0.5rem 1em;
              margin-top: 0; } }
        #interview article .interview__contents .interview__header .interview__join {
          margin-bottom: 4rem; }
          @media screen and (max-width: 1199px) {
            #interview article .interview__contents .interview__header .interview__join {
              margin-bottom: 3rem; } }
          @media screen and (max-width: 991px) {
            #interview article .interview__contents .interview__header .interview__join {
              margin-bottom: 1rem; } }
        #interview article .interview__contents .interview__header .interview__number {
          position: absolute;
          top: -2rem;
          right: 0;
          font-family: "Saira", sans-serif;
          font-size: 120px;
          font-size: 12rem;
          font-weight: 100;
          color: #009CDE;
          line-height: 1; }
          @media screen and (max-width: 991px) {
            #interview article .interview__contents .interview__header .interview__number {
              font-size: 100px;
              font-size: 10rem; } }
          @media screen and (max-width: 767px) {
            #interview article .interview__contents .interview__header .interview__number {
              top: 0;
              font-size: 90px;
              font-size: 9rem; } }
          @media screen and (max-width: 575px) {
            #interview article .interview__contents .interview__header .interview__number {
              font-size: 70px;
              font-size: 7rem; } }
      #interview article .interview__contents .interview__title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6; }
        @media screen and (max-width: 991px) {
          #interview article .interview__contents .interview__title {
            font-size: 26px;
            font-size: 2.6rem;
            margin-bottom: 1.5rem; } }
        @media screen and (max-width: 575px) {
          #interview article .interview__contents .interview__title {
            font-size: 23px;
            font-size: 2.3rem;
            line-height: 1.5; } }
      #interview article .interview__contents .interview__text {
        width: 500px;
        margin-bottom: 0;
        text-align: justify; }
        @media screen and (max-width: 991px) {
          #interview article .interview__contents .interview__text {
            width: auto; } }
  #interview .interview__bg {
    position: absolute;
    inset: 0;
    background: #E5F5FC;
    /* 薄い青 */
    clip-path: polygon(0 65%, 100% 85%, 100% 100%, 0 100%);
    z-index: -1;
    bottom: 0; }

#date {
  margin-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    #date {
      margin-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #date {
      margin-bottom: 6rem; } }
  #date.anchor {
    margin-top: 0;
    padding-top: 0; }
    @media screen and (max-width: 575px) {
      #date.anchor {
        margin-top: -20px;
        padding-top: 20px; } }
  #date .date__bg {
    background-color: #009CDE; }
    #date .date__bg .container {
      padding-top: 10rem;
      padding-bottom: 10rem; }
      @media screen and (max-width: 991px) {
        #date .date__bg .container {
          padding-top: 8rem;
          padding-bottom: 8rem; } }
      @media screen and (max-width: 575px) {
        #date .date__bg .container {
          padding-top: 6rem;
          padding-bottom: 6rem; } }
  #date h2 {
    color: #fff; }
    #date h2 span {
      color: #fff; }
  #date .date__area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 575px) {
      #date .date__area {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px; } }
  #date .date__box {
    background-color: #fff;
    padding: 3rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #date .date__box {
        padding: 2rem 1rem; } }
    #date .date__box h5 {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 500;
      color: #009CDE;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        #date .date__box h5 {
          font-size: 21px;
          font-size: 2.1rem; } }
    #date .date__box img {
      width: 270px; }
    #date .date__box p {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        #date .date__box p {
          font-size: 21px;
          font-size: 2.1rem; } }
      #date .date__box p span {
        font-size: 16px;
        font-size: 1.6rem;
        margin-left: 1rem; }
    #date .date__box:nth-child(2) p {
      line-height: 1.3; }

#requirements {
  margin-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    #requirements {
      margin-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #requirements {
      margin-bottom: 6rem; } }
  #requirements h2 {
    margin-bottom: 4rem; }
  #requirements table {
    width: 100%;
    margin-bottom: 6rem; }
    @media screen and (max-width: 575px) {
      #requirements table {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4rem; } }
    #requirements table tr {
      border-top: solid 1px rgba(109, 109, 109, 0.25); }
      #requirements table tr:last-child {
        border-bottom: solid 1px rgba(109, 109, 109, 0.25); }
    #requirements table th {
      color: #6d6d6d;
      font-weight: 400;
      width: 13%;
      padding: 1rem 0;
      vertical-align: top; }
      @media screen and (max-width: 1199px) {
        #requirements table th {
          width: 15%; } }
      @media screen and (max-width: 767px) {
        #requirements table th {
          width: 17%; } }
      @media screen and (max-width: 575px) {
        #requirements table th {
          width: 25%; } }
    #requirements table td {
      padding: 1rem 0;
      text-align: justify; }
  #requirements h4 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #304B9B;
    letter-spacing: 0.1em;
    border-left: solid 6px #304B9B;
    padding-left: 1em;
    margin-bottom: 2rem; }
    @media screen and (max-width: 575px) {
      #requirements h4 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 1rem; } }
  #requirements .requirements__entry {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      #requirements .requirements__entry {
        margin-bottom: 5rem; } }
    #requirements .requirements__entry a {
      display: inline-block;
      width: 270px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: 0.3s; }
    #requirements .requirements__entry .requirements__entry__newgrad {
      border: solid 1px #333;
      padding: 1em; }
      #requirements .requirements__entry .requirements__entry__newgrad:hover {
        opacity: 0.6; }
    #requirements .requirements__entry .requirements__entry__career {
      font-size: 20px;
      font-size: 2rem;
      background-color: #009CDE;
      color: #fff;
      letter-spacing: 0.1em;
      padding: 0 1em;
      margin-top: auto; }
      #requirements .requirements__entry .requirements__entry__career i {
        font-size: 30px;
        font-size: 3rem; }
      #requirements .requirements__entry .requirements__entry__career:hover {
        background-color: #304B9B; }
  #requirements .requirements__flow h5 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #304B9B;
    margin-bottom: 2rem; }
    @media screen and (max-width: 575px) {
      #requirements .requirements__flow h5 {
        font-size: 18px;
        font-size: 1.8rem; } }
  #requirements .requirements__flow img {
    width: 210px; }
    @media screen and (max-width: 575px) {
      #requirements .requirements__flow img {
        width: 180px; } }
