@charset "UTF-8";
/* CSS Document */

.other img {
  object-position: 80% 50%;
}

.recruit__wapper {
  margin-bottom: 100px;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

.list {
  padding: 100px 0;
  background: #333333;
  color: #FFFFFF;
}

.list__wapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.list .list__wapper li {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 150px;
  width: 100%;
}

.list .list__wapper li div {
  flex: 1;
}

.list__wapper li img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.list__wapper li h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.list__wapper li a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  width: 120px;
  padding: 10px 0;
  border-radius: 100px;
  border: solid 1px #FFFFFF;
  text-align: center;
  font-size: 1.3rem;
}

.list__wapper li a:hover {
  background: #FFFFFF;
  color: #222222;
  opacity: 1;
}

.description {
  padding: 100px 0;
}

.description .wapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.description h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.description p {
  width: 90%;
  margin: 0 auto;
  font-weight: 400;
}

.buttonarea {
  position: relative;
  background-image: url(../images/recruit/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  margin: 0;
}

.buttonarea a {
  display: block;
  width: 90%;
  max-width: 570px;
  margin: 0 auto;
}

.buttonarea a:hover {
  opacity: 1;
}

.buttonarea a img {
  transition: 0.75s;
}

.buttonarea a img:hover {
  opacity: 0.5;
}

@media (max-width: 1025px) {}

@media (max-width: 600px) {
  .list__wapper li {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }

  .list__wapper li img {
    width: 100%;
  }

  .recruit__wapper p {
    text-align: left;
  }

  .list__wapper li h3 {
    font-size: 2.4rem;
  }

  .list__wapper li a {
    display: block;
    width: 170px;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
  }

  .description h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .spbr {
    display: none;
  }

  .list .list__wapper li {
    height: auto;
    gap: 0;
  }

  .list ul li img {
    aspect-ratio: 2/1;
  }

}


.list {
  padding: 100px 0;
  background: #333333;
}

.list p {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 80px;
}

.list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.list ul li {
  width: calc(100% / 3 - 13.5px);
  margin-bottom: 30px;
  text-align: center;
  color: #FFFFFF;
}

.list ul li img {
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}

.list ul li small {
  display: block;
  margin-bottom: 5px;
}

.list ul li h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.list ul li a {
  display: block;
  width: 110px;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 600;
  border: solid 1px #FFFFFF;
  border-radius: 100px;
  transition: 0.75;
}

.list ul li a:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #333333;
}


.member {
  margin-bottom: 200px;
}

.member__ul__li {
  padding-top: 120px;
}

.member__ul__li__top {
  position: relative;
  margin-bottom: 50px;
}

.member__ul__li__top__image {
  aspect-ratio: 16/9;
  max-height: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.member__ul__li__top__text {
  position: absolute;
  right: 0;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.member__ul__li__top__text small {
  display: block;
  background: #FFFFFF;
  padding: 5px 30px 5px 15px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.member__ul__li__top__text h2 {
  display: block;
  background: #FFFFFF;
  padding: 5px 30px 5px 15px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.member__ul__li__top__text h2 span {
  margin-left: 20px;
  color: #766CA7;
  font-size: 1.5rem;
  font-weight: 400;
}

.q1 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.q1__line {
  width: 5%;
  height: 1px;
  background: #999999;
  display: block;
}

.q1__title {
  font-size: 2.1rem;
  font-weight: 600;
  color: #999999;
}

.q1__maintext {
  width: calc(90% - 40px);
  margin: 0 auto;
  font-size: 3.3rem;
  font-weight: 600;
  margin-bottom: 130px;
}

.q2 {
  display: flex;
  margin-bottom: 80px;
}

.q2 img {
  width: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}

.q2 div {
  height: fit-content;
  padding: 40px 0;
  margin-top: -80px;
  margin-left: -10%;
  width: 60%;
  background: #FFFFFF;
}

.q2 div p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}

.q3 {
  display: flex;
}

.q3 img {
  width: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}

.q3 div {
  z-index: 1;
  height: fit-content;
  padding: 40px 0;
  margin-top: -80px;
  margin-right: -10%;
  width: 60%;
  background: #FFFFFF;
}

.q3 div p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}

@media (max-width: 1025px) {

  .member__ul__li__top__text small,
  .member__ul__li__top__text h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {
  .list ul li {
    width: calc(100% / 2 - 10px);
  }

  .member__ul {
    width: 100%;
  }

  .member__ul__li__top__image {
    border-radius: 0;
    aspect-ratio: 4/3;
  }

  .member__ul__li__top__text small,
  .member__ul__li__top__text h2 {
    font-size: 2rem;
  }

  .q1 {
    width: 95%;
    margin: 0 auto 40px;
  }

  .q1__line {
    width: 80px;
  }

  .q1__maintext {
    font-size: 2.8rem;
    width: 90%;
    margin-bottom: 50px;
  }

  .q2 {
    flex-direction: column;
  }

  .q2 img {
    width: 100%;
    border-radius: 0;
    aspect-ratio: none;
  }

  .q2 div {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .q3 {
    flex-direction: column-reverse;
  }

  .q3 img {
    width: 100%;
    border-radius: 0;
    aspect-ratio: none;
  }

  .q3 div {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
}