@charset "UTF-8";
/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.keyimage {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1599px) {
  .keyimage {
    margin-bottom: 3.625rem;
  }
}
.keyimage .bx-wrapper {
  position: relative;
  z-index: -1;
}
.keyimage .absolute {
  width: 9.8684210526%;
  position: absolute;
  right: 20%;
  top: 2.3125rem;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .keyimage .absolute {
    width: 9.8684210526%;
    top: 1rem;
    left: auto;
    right: 1rem;
    z-index: 999;
  }
}
@media only screen and (max-width: 736px) {
  .keyimage .absolute {
    width: 9.8684210526%;
    top: 1rem;
    left: auto;
    right: 1rem;
    z-index: 999;
  }
}

.carousel {
  display: flex;
  max-width: 1440px;
  width: 100%;
  height: 600px;/
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 72px;
}
.carousel__bg {
  width: 40%;
  height: 100%;
  background-image: url("/recruit/img/img01.jpg");
  background-position-x: 50%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .carousel__bg {
    background-position-x: 53%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel__bg {
    width: 0;
  }
}
.carousel__items {
  z-index: 3;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
  background-size: cover;
  background-image: url("/img/slide03.jpg");
}
@media only screen and (max-width: 768px) {
  .carousel__items {
    width: 100%;
  }
}

.category {
  display: grid;
  justify-content: space-between;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  grid-gap: 0 3rem;
  margin-bottom: 72px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .category {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem 0;
  }
}
@media only screen and (max-device-width: 320px) and (orientation: portrait) {
  .category {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem 0;
  }
}
.category > a {
  transition: 0.5s ease-in-out;
  box-shadow: 6px 5px 8px 1px rgba(51, 51, 51, 0.25);
}
.category > a:hover {
  transform: scale(1.18) translateY(-10px);
  border: 1px solid #333;
  box-shadow: 10px 5px 8px 1px rgba(51, 51, 51, 0.5);
}
.category__content {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.category__content__img {
  width: 100%;
}
.category__content__img img {
  max-width: 100%;
  min-height: 300px;
  object-fit: fill;
}
@media only screen and (max-device-width: 320px) and (orientation: portrait) {
  .category__content__img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .category__content__img img {
    min-height: 200px;
  }
}
.category__content__img.object img {
  object-fit: none;
  object-position: -100px;
}
@media only screen and (max-width: 768px) {
  .category__content__img.object img {
    object-position: 0px;
  }
}
@media screen and (max-width: 480px) {
  .category__content__img.object img {
    object-position: -100px;
  }
}
.category__content__txt {
  position: relative;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .category__content__txt {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
.category__content__txt::after {
  content: "»";
  color: #E60012;
  font-size: 3rem;
  position: absolute;
  top: 17%;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .category__content__txt::after {
    top: -10%;
  }
}

.news {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 4.75rem;
}
@media only screen and (max-width: 1599px) {
  .news {
    margin-bottom: 2.875rem;
  }
}
@media only screen and (max-width: 736px) {
  .news {
    margin-left: 0;
  }
}
.news section {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.news section h2 {
  margin-bottom: 2.3125rem;
  text-align: center;
  font-size: 2.285714285rem;
  font-weight: 400;
  margin-bottom: 1.714285714rem;
  text-decoration: underline;
  text-decoration-color: rgba(230, 0, 16, 0.62);
}
@media only screen and (max-width: 768px) {
  .news section h2 {
    font-size: 3.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .news section h2 {
    font-size: 5.5555555556vw;
  }
}
.news section table {
  width: 100%;
}
.news section table tr {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .news section table tr {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.news section table tr th, .news section table tr td {
  font-size: 1.1875rem;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  .news section table tr th, .news section table tr td {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 736px) {
  .news section table tr th, .news section table tr td {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 736px) {
  .news section table tr th, .news section table tr td {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .news section table tr th {
    font-weight: 500;
  }
}
.news section table tr td {
  padding-left: 1.875rem;
}
@media only screen and (max-width: 1599px) {
  .news section table tr td {
    padding-left: 1.125rem;
  }
}
@media only screen and (max-width: 736px) {
  .news section table tr td {
    padding-left: 0;
    padding-bottom: 1em;
  }
}
.news section p {
  font-size: 1.0625rem;
  text-align: right;
}
@media only screen and (max-width: 1599px) {
  .news section p {
    font-size: 0.875rem;
  }
}
.news th, .news td {
  font-size: 1.1875rem;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  .news th, .news td {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 736px) {
  .news th, .news td {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 736px) {
  .news th, .news td {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .news th {
    font-weight: 500;
  }
}
.news td {
  padding-left: 1.875rem;
}
@media only screen and (max-width: 1599px) {
  .news td {
    padding-left: 1.125rem;
  }
}
@media only screen and (max-width: 736px) {
  .news td {
    padding-left: 0;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=index.css.map */