@charset "UTF-8";
* {
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

h2 {
  font-size: 105px;
  line-height: 1.2;
}
h2 span.span__h2--jp {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 70px;
  }
}

h3 {
  font-size: clamp(2.125rem, calc(-0.063rem + 2.73vw), 2.563rem);
  line-height: 1.8;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 30px;
    text-align: justify;
    line-height: 1.3;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.8;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 25px;
  }
}

body {
  width: 100%;
}

header .top_slider {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  font-size: 45px;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  header .top_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  header .top_slider {
    height: 300px;
  }
}
header .top_slider .slick-slide {
  display: block;
  position: relative;
  margin: 0 20px;
}
header .top_slider .slick-slide:nth-of-type(3n-2) {
  width: 500px;
}
@media only screen and (max-width: 900px) {
  header .top_slider .slick-slide:nth-of-type(3n-2) {
    width: 300px;
  }
}
header .top_slider .slick-slide:nth-of-type(3n-1) {
  width: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  header .top_slider .slick-slide:nth-of-type(3n-1) {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  header .top_slider .slick-slide:nth-of-type(3n-1) {
    margin-top: 50px;
  }
}
header .top_slider .slick-slide:nth-of-type(3n) {
  width: 400px;
  margin-top: 200px;
}
@media only screen and (max-width: 900px) {
  header .top_slider .slick-slide:nth-of-type(3n) {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  header .top_slider .slick-slide:nth-of-type(3n) {
    margin-top: 100px;
  }
}
header .top_slider .slick-slide div {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
header .top_slider .slick-slide div::before {
  content: "";
  display: block;
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: white;
  z-index: 5;
  transform: translateX(0);
  transition: 0.3s;
}
header .top_slider .slick-slide.is-visible div::before {
  transform: translateX(100%);
}
header .top_slider .slick-slide.is-visible img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

span.line-break {
  display: block;
}

section {
  margin-top: 100px;
  padding: 2%;
}
section:nth-of-type(1) {
  margin-top: 0;
}
section .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  section .wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  section .wrapper {
    margin-top: 50px;
  }
}
section .wrapper h3 {
  width: 100%;
}
section .wrapper .paragraph {
  font-size: clamp(1.313rem, calc(1rem + 0.39vw), 1.375rem);
  line-height: 2;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  width: 100%;
}
section .wrapper .content__wrapper--left {
  width: 50%;
  min-width: 0;
}
@media only screen and (max-width: 900px) {
  section .wrapper .content__wrapper--left {
    width: 100%;
  }
}
section .wrapper .content__wrapper--left .paragraph {
  line-break: strict;
  word-break: break-all;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  section .wrapper .content__wrapper--left .paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--left .paragraph {
    width: 100%;
    margin-top: 30px;
  }
}
section .wrapper .content__wrapper--left .recruit-area__wrapper {
  margin-top: 30px;
}
section .wrapper .content__wrapper--left .recruit-area__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--left .recruit-area__wrapper ul {
    padding: 0;
    gap: 10px;
  }
}
section .wrapper .content__wrapper--left .recruit-area__wrapper ul li {
  font-size: 20px;
  font-weight: 400;
  padding: 3px 16px;
  border: 1px solid #000;
  border-radius: 30px;
}
section .wrapper .content__wrapper--left .recruit-info__wrapper {
  margin-top: 30px;
}
section .wrapper .content__wrapper--left .recruit-info__wrapper ul.recruit-info {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--left .recruit-info__wrapper ul.recruit-info {
    padding: 0;
  }
}
section .wrapper .content__wrapper--left .recruit-info__wrapper ul.recruit-info li {
  font-size: clamp(1.313rem, calc(1rem + 0.39vw), 1.375rem);
  padding-top: 20px;
}
section .wrapper .content__wrapper--left .recruit-info__wrapper ul.recruit-info li:nth-of-type(1) {
  padding-top: 0;
}
section .wrapper .content__wrapper--right {
  display: block;
  position: relative;
  width: 45%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  section .wrapper .content__wrapper--right {
    width: 80%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--right {
    width: 100%;
    margin-top: 30px;
  }
}

.section__about {
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section__about {
    width: 95%;
  }
}

.section__movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .section__movie {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .section__movie {
    height: 300px;
  }
}
.section__movie .section__movie_wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .section__movie .section__movie_wrapper {
    height: 450px;
  }
}
@media only screen and (max-width: 600px) {
  .section__movie .section__movie_wrapper {
    height: 350px;
  }
}
.section__movie .section__movie_wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__recruit {
  max-width: 1400px;
  margin: 100px auto;
}
.section__recruit:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .section__recruit {
    width: 95%;
  }
}
@media only screen and (max-width: 900px) {
  .section__recruit .content__wrapper--right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .section__recruit .content__wrapper--right {
    margin-top: 60px;
  }
}
.section__recruit .content__wrapper--right ul {
  display: block;
  flex-wrap: wrap;
  width: 100%;
}
.section__recruit .content__wrapper--right ul li {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section__recruit .content__wrapper--right ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 5;
  transform: translateX(0);
  transition: 0.3s;
}
.section__recruit .content__wrapper--right ul li.is-visible::before {
  transform: translateX(100%);
}
.section__recruit .content__wrapper--right ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.section__recruit .content__wrapper--right ul li:nth-of-type(1) {
  width: 80%;
  margin-bottom: 20px;
}
.section__recruit .content__wrapper--right ul li:nth-of-type(2) {
  width: 50%;
  margin: 0 0 0 auto;
}

.content__wrapper--03 {
  margin: 50px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .content__wrapper--03 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content__wrapper--03 {
    margin-top: 60px;
  }
}
.content__wrapper--03 ul {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .content__wrapper--03 ul {
    padding: 0;
  }
}
.content__wrapper--03 ul li {
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .content__wrapper--03 ul li {
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
}
.content__wrapper--03 ul li::before {
  font-size: 20px;
  color: white;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding: 5px 20px;
  background-color: #547bcd;
  border-radius: 50px;
  z-index: 5;
  transform: translateX(0);
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  .content__wrapper--03 ul li::before {
    display: inline;
    width: 100%;
    margin-bottom: 20px;
  }
}
.content__wrapper--03 ul li:nth-of-type(1)::before {
  content: "第1次試験";
}
.content__wrapper--03 ul li:nth-of-type(2)::before {
  content: "第2次試験";
}
.content__wrapper--03 .part-time-job__container {
  margin-top: 50px;
}
.content__wrapper--03 .part-time-job__container p {
  font-size: 18px;
}

.section__entry {
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 0;
}
.section__entry p.section__entry__description {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 600px;
  margin: 50px auto 30px auto;
}
.section__entry p.section__entry__description span {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .section__entry p.section__entry__description {
    width: 360px;
  }
}
.section__entry .wrapper {
  text-align: center;
  display: block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .section__entry .wrapper {
    height: 150px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .section__entry .wrapper {
    height: 100px;
  }
}
.section__entry .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dad74e;
  z-index: 1;
  transition: 0.3s;
  transform: translateX(-100%);
}
@media only screen and (max-width: 900px) {
  .section__entry .wrapper::before {
    transform: translateX(0);
  }
}
.section__entry .wrapper:hover::before {
  transform: translateX(0);
}
.section__entry .wrapper a {
  font-size: 42px;
  font-weight: 700;
  color: #424B8E;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  .section__entry .wrapper a {
    color: #424B8E;
  }
}
@media only screen and (max-width: 600px) {
  .section__entry .wrapper a {
    font-size: 30px;
  }
}

/* アニメーション */
.animate-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.paragraph.animate-fadeup {
  transition-delay: 0.5s;
}