@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
/* ========================= /
/  description
/* =========================*/
.description__content {
  margin-top: 46px;
  padding-block: 40px;
  font-size: 3rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .description__content {
    margin-top: 32px;
    padding-block: 30px;
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
.description-slide {
  margin-top: 100px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .description-slide {
    margin-top: 30px;
  }
}
.description-slide__wrapper {
  display: flex;
  animation: scroll 40s linear infinite;
}
.description-slide__item {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .description-slide__item {
    width: 40%;
  }
}
.description-slide__item img {
  width: 100%;
}

/* アニメーション */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ========================= /
/  feature
/* =========================*/
.feature-list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .feature-list {
    flex-wrap: wrap;
  }
}
.feature-list__item {
  text-align: center;
}
.feature-list__image {
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .feature-list__image {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.feature-list__ttl {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: bold;
}
.feature-list__txt {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

/* ========================= /
/  business
/* =========================*/
.business__txt {
  margin-bottom: 20px;
  padding: 34px 0;
  font-size: 2.8rem;
  font-weight: bold;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business__txt {
    margin-bottom: 15px;
    padding: 20px 0;
    font-size: 2rem;
  }
}

/* ========================= /
/  job-type
/* =========================*/
.job-type__innser {
  max-width: 1240px;
}
.job-type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .job-type-list {
    gap: 10px;
  }
}
.job-type-list__item {
  min-width: 190px;
  padding: 36px 0;
  text-align: center;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .job-type-list__item {
    min-width: 160px;
    padding: 10px 0;
  }
}

/* ========================= /
/  contents
/* =========================*/
.contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .contents-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contents-list__item {
  flex: 1;
  background: #fff;
}
.contents-list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .contents-list__item a {
    padding: 17px;
  }
}
.contents-list__icon {
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #005EAA;
  color: #fff;
  text-align: center;
  border-radius: 36px;
}

/* ========================= /
/  subject
/* =========================*/
.subject-content {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .subject-content {
    font-size: 1.8rem;
  }
}
.subject-content:last-child {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .subject-content:last-child {
    margin-top: 20px;
  }
}
.subject-content__th {
  padding-block: 23px;
  background: #b9dffd;
  border: 1px solid #005EAA;
}
@media screen and (max-width: 768px) {
  .subject-content__th {
    padding-block: 16px;
    border-bottom: none;
  }
}
.subject-content__td {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-bottom: 1px solid #005EAA;
}
@media screen and (max-width: 768px) {
  .subject-content__td {
    grid-template-columns: repeat(1, 1fr);
    border: 1px solid #005EAA;
  }
}
.subject-content__txt {
  padding-block: 38px;
  border-left: 1px solid #005EAA;
}
@media screen and (max-width: 768px) {
  .subject-content__txt {
    padding-block: 20px;
    border-left: none;
    border-bottom: 1px solid #005EAA;
  }
}
.subject-content__txt:last-child {
  border-right: 1px solid #005EAA;
}
@media screen and (max-width: 768px) {
  .subject-content__txt:last-child {
    border-right: none;
    border-bottom: none;
  }
}

/* ========================= /
/  company-feature
/* =========================*/
.company-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .company-feature-list {
    gap: 15px;
  }
}
.company-feature-list__item {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company-feature-list__item {
    padding: 20px 0;
  }
}

/* ========================= /
/  purchase
/* =========================*/
.purchase__sub {
  position: relative;
  margin-bottom: 100px;
  padding: 36px 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.4rem;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .purchase__sub {
    margin-bottom: 50px;
    padding: 20px 10px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.purchase__sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 15px;
  background-color: #f5ff00;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .purchase__sub::after {
    height: 13px;
    bottom: 18px;
  }
}
.purchase__image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .purchase__image {
    width: 80%;
    margin-bottom: 20px;
  }
}
.purchase__txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .purchase__txt {
    margin-bottom: 50px;
  }
}
.purchase__area {
  padding-block: 36px;
  background: #005EAA;
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4.6rem;
}
@media screen and (max-width: 768px) {
  .purchase__area {
    padding-block: 20px;
    font-size: 2.2rem;
  }
}

/* ========================= /
/  induction
/* =========================*/
.induction {
  background-color: #f5f5f5;
}
.induction__inner {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .induction__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.induction__left-content {
  min-width: 300px;
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .induction__left-content {
    flex: 0 0 80%;
    margin-bottom: 34px;
  }
}
.induction__right-content {
  max-width: 460px;
}
.induction__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.induction__txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.induction__link {
  max-width: 250px;
  background: #005EAA;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .induction__link {
    margin: auto;
  }
}
.induction__link.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.induction__link:hover {
  opacity: 0.6;
}

.support {
  padding-bottom: 50px;
}
.support-list {
  margin-bottom: 36px;
}

.introduction__image {
  max-width: 534px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .introduction__image {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.introduction-list {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .introduction-list {
    margin: 0 auto 30px;
  }
}/*# sourceMappingURL=for-partner.css.map */