@charset "UTF-8";
@keyframes slide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ******************************
#index_eyeacatch
****************************** */
section#index_eyecatch {
  background: #fff;
}
section#index_eyecatch > div {
  position: relative;
}
section#index_eyecatch > div > div {
  position: relative;
}
section#index_eyecatch > div > div > div {
  width: 100%;
  height: 0;
  padding-top: 125%;
}
@media screen and (min-width: 481px) {
  section#index_eyecatch > div > div > div {
    padding-top: 50%;
  }
}
section#index_eyecatch > div > div > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* animation: slide 30s linear infinite; */
  opacity: 0;
  /*
  &:nth-of-type(1){
  	animation-delay: 0s;
  }
  &:nth-of-type(2){
  	animation-delay: 5s;
  }
  &:nth-of-type(3){
  	animation-delay: 10s;
  }
  &:nth-of-type(4){
  	animation-delay: 15s;
  }
  &:nth-of-type(5){
  	animation-delay: 20s;
  }
  &:nth-of-type(6){
  	animation-delay: 25s;
  }
  */
}
section#index_eyecatch > div > div > div > div img {
  width: 100%;
  height: 100%;
}
section#index_eyecatch > div > img {
  left: 50%;
  max-width: 620px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 480px) {
  section#index_eyecatch > div > img {
    max-width: 70%;
  }
}

/* ******************************
#index_recruit
****************************** */
section#index_recruit {
  background: #BAE3F7;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (min-width: 481px) {
  section#index_recruit {
    padding: 6rem 0 6rem 6rem;
  }
}
section#index_recruit > div {
  background: #fff;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 481px) {
  section#index_recruit > div {
    padding: 1rem 6rem 1rem 0;
  }
}
section#index_recruit > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section#index_recruit > div > h2 {
    font-size: 1.5rem;
  }
}
section#index_recruit > div > h2::before {
  content: "RECRUIT";
  color: #BAE3F7;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#index_recruit > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#index_recruit > div > h2 > span {
  color: #666;
}
section#index_recruit > div > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section#index_recruit > div > h2 {
    text-align: center;
    margin-top: -1.75rem;
  }
}
section#index_recruit > div ul {
  margin-top: 1rem;
}
@media screen and (min-width: 481px) {
  section#index_recruit > div ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin: 2rem auto;
    max-width: 1000px;
  }
}
section#index_recruit > div ul li + li {
  margin-top: 0.25rem;
}
@media screen and (min-width: 481px) {
  section#index_recruit > div ul li + li {
    margin-top: 0;
  }
}
section#index_recruit > div ul li a {
  background: linear-gradient(90deg, #ffe8e0 0%, #2EDAFF 50%, #2EDAFF 100%);
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
section#index_recruit > div ul li a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section#index_recruit > div ul li a:hover {
    opacity: 0.75;
  }
  section#index_recruit > div ul li a:hover::after {
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  section#index_recruit > div ul li a {
    padding: 3rem 0;
  }
}

/* ******************************
#index_information
****************************** */
section#index_information {
  background: #BAE3F7;
  margin: 0 0 3rem;
  padding: 3rem 0 0;
}
@media screen and (min-width: 481px) {
  section#index_information {
    padding: 0;
  }
}
section#index_information > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section#index_information > h2 {
    font-size: 1.5rem;
  }
}
section#index_information > h2::before {
  content: "INFORMATION";
  color: #fff;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#index_information > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#index_information > h2 > span {
  color: #666;
}
section#index_information > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section#index_information > h2 {
    text-align: center;
  }
}
section#index_information > div {
  background: #fff;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#index_information > div {
    margin-top: -2.5rem;
  }
}
section#index_information > div > ul {
  padding: 3.5rem 1rem 0 1rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#index_information > div > ul {
    padding: 3.5rem 0 0;
  }
}
@media screen and (min-width: 481px) {
  section#index_information > div > ul {
    display: grid;
    grid-template: 1fr 1fr/1fr 1fr 1fr;
    grid-gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
  }
}
section#index_information > div > ul > li {
  position: relative;
  z-index: 1;
}
section#index_information > div > ul > li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 481px) {
  section#index_information > div > ul > li + li {
    margin: 0;
  }
}
section#index_information > div > ul > li:nth-of-type(even) > a::after {
  left: -0.5rem;
}
section#index_information > div > ul > li:last-child > a > span {
  letter-spacing: 0;
}
section#index_information > div > ul > li > a {
  background: #2EDAFF;
  color: #fff;
  display: flex;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  section#index_information > div > ul > li > a {
    transition: opacity 0.5s;
  }
  section#index_information > div > ul > li > a:hover {
    opacity: 0.5;
  }
}
section#index_information > div > ul > li > a::after {
  background: #ffe8e0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section#index_information > div > ul > li > a::after {
    display: none;
  }
}
section#index_information > div > ul > li > a > span {
  letter-spacing: 0.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  order: 2;
  padding-right: 1rem;
  text-align: center;
  width: 35%;
}
section#index_information > div > ul > li > a > img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  flex: 1;
  object-fit: cover;
  order: 1;
}
@media screen and (max-width: 480px) {
  section#index_information > div > ul > li > a > img {
    max-height: 6rem;
  }
}
@media screen and (min-width: 481px) {
  section#index_information > div > ul > li > a > img {
    max-height: 9rem;
  }
}
section#index_information > div > p {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#index_information > div > p {
    max-width: 38%;
    margin: 3rem auto 6rem;
  }
}
section#index_information > div > p > a {
  background: #FDAF94;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
section#index_information > div > p > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section#index_information > div > p > a:hover {
    opacity: 0.75;
  }
  section#index_information > div > p > a:hover::after {
    margin-right: -0.25rem;
  }
}

/* ******************************
#index_link
****************************** */
section#index_link {
  background: #eee;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (min-width: 481px) {
  section#index_link {
    padding: 3rem 0;
  }
}
section#index_link > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#index_link > div > div + div {
  margin: 1rem 0 0;
}
@media screen and (min-width: 481px) {
  section#index_link > div > div:nth-of-type(1) {
    width: 1000px;
    display: flex;
    justify-content: center;
  }
  section#index_link > div > div:nth-of-type(1) > ul:nth-of-type(1) {
    width: 62%;
  }
  section#index_link > div > div:nth-of-type(1) > ul:nth-of-type(1) > li {
    width: 100%;
  }
  section#index_link > div > div:nth-of-type(2) > ul > li {
    min-width: 75px;
  }
}
section#index_link > div > div:nth-of-type(2) > ul > li > a > img {
  max-width: 50px;
  height: auto;
}
@media screen and (min-width: 481px) {
  section#index_link > div > div:nth-of-type(2) > ul > li > a > img {
    max-width: 75px;
  }
}
section#index_link > div > div > ul {
  display: flex;
}
section#index_link > div > div > ul > li {
  width: 50%;
}
section#index_link > div > div > ul > li + li {
  margin: 0 0 0 0.5rem;
}
section#index_link > div > div > ul > li > a {
  display: block;
}
section#index_link > div > div > ul > li > a > img {
  height: 100%;
  width: 100%;
}
