/* 新卒採用エントリー
=========================================================================
=========================================================================*/
/* Page title
-----------------------------------------------------------*/
.title {
  position: relative;
  padding: 75px 15px 80px;
  text-align: center;
  background-color: #21B856;
}

.title h1 {
  overflow: visible !important;
  margin: 0 auto;
  width: fit-content;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  color: #FFF;
}

.title h1 span:nth-child(1) {
  display: block;
  margin-bottom: .25em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.title h1 span:nth-child(2) {
  display: block;
  margin-bottom: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
}

/* Banner
-----------------------------------------------------------*/
.banner {
  padding: 40px 0 155px;
}

.banner .inner {
  margin: 0 auto;
  max-width: 734px;
}

@media screen and (max-width:764px) {
  .banner .inner {
    padding: 0 15px;
  }
}

.banner .inner p {
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.banner .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 68px calc(30 / 734 * 100%);
}

.banner .inner ul li {
  width: calc(352 / 734 * 100%);
}

.banner ul li a {
  overflow: hidden;
  display: block;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .12);
  border: 1px solid #EDEDED;
  transition: 0.3s;
}

@media(hover: hover) {
  .banner ul li a:hover {
    background-color: #D5FFDD;
    border: 1px solid #D5FFDD;
  }
}

.banner .inner ul li:last-child {
  width: 100%;
}

.banner .inner ul li:last-child a {
  background-color: #F2F2F2;
  box-shadow: none;
  border: 1px solid #EDEDED;
  transition: 0.3s;
}

@media(hover: hover) {
  .banner ul li:last-child a:hover {
    background-color: #D5FFDD;
    border: 1px solid #D5FFDD;
  }
}

.banner ul li a img {
  display: block;
}



/*  1150px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:1150px) {

}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
  /* Page title
  -----------------------------------------------------------*/
  .title {
    padding: 54px 15px;
  }

  .title h1 {
    font-size: 22px;
  }

  .title h1 span:nth-child(1) {
    font-size: 48px;
  }

  .title h1 span:nth-child(2) {
    font-size: 13px;
  }

  /* Banner
  -----------------------------------------------------------*/
  .banner {
    padding: 40px 0 80px;
  }

  .banner .inner p {
    margin: 0 auto 40px;
    font-size: 16px;
  }

  .banner .inner ul {
    gap: 20px 0;
  }

  .banner .inner ul li {
    width: 100%;
  }

  .banner .inner ul li:last-child {
    margin-top: 38px;
  }
}

/*  スマホ（360px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:360px) {

}
