@charset "UTF-8";
/* ---------------------------------------
	Recruit
-----------------------------------------*/
.person__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width > 1400px) {
  .person__wrapper {
    gap: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .person__wrapper {
    gap: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .person__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.person__title {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-block: var(--trim-leading);
}
@media screen and (width > 1400px) {
  .person__title {
    font-size: 2.25rem;
  }
}
@media screen and (width <= 1400px) {
  .person__title {
    font-size: 36px;
    font-size: 2.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .person__title {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.person__text {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .person__text {
    font-size: 1.125rem;
    margin-top: 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .person__text {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 4vw;
  }
}
@media screen and (width <= 768px) {
  .person__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 7.4666666667vw;
  }
}
.person__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (width > 1400px) {
  .person__img {
    width: 23.75rem;
  }
}
@media screen and (width <= 1400px) {
  .person__img {
    width: 27.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .person__img {
    width: 100%;
  }
}
.person__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.work__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width > 1400px) {
  .work__list {
    gap: 3.75rem;
  }
}
@media screen and (width <= 1400px) {
  .work__list {
    gap: 4.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .work__list {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.work__img {
  width: 100%;
}
.work__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.work__title {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (width > 1400px) {
  .work__title {
    font-size: 1.875rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .work__title {
    font-size: 30px;
    font-size: 2.1428571429vw;
    margin-top: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .work__title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.1333333333vw;
  }
}
.work__text {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .work__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 1400px) {
  .work__text {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 0.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .work__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}

@media screen and (width > 1400px) {
  .benefits {
    padding-bottom: 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .benefits {
    padding-bottom: 4vw;
  }
}
@media screen and (width <= 768px) {
  .benefits {
    padding-bottom: 8.5333333333vw;
  }
}
.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width > 1400px) {
  .benefits__list {
    margin-inline: 2.5rem;
    gap: 3.75rem;
  }
}
@media screen and (width <= 1400px) {
  .benefits__list {
    margin-inline: 2.8571428571vw;
    gap: 4.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .benefits__list {
    margin-inline: 0;
    gap: 8.5333333333vw;
  }
}
@media screen and (width > 1400px) {
  .benefits__list-item {
    width: 22.5rem;
  }
}
@media screen and (width <= 1400px) {
  .benefits__list-item {
    width: 25.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .benefits__list-item {
    width: 100%;
  }
}
.benefits__img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .benefits__img {
    width: 9.375rem;
  }
}
@media screen and (width <= 1400px) {
  .benefits__img {
    width: 10.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .benefits__img {
    width: 26.6666666667vw;
  }
}
.benefits__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__title {
  font-weight: var(--font-bold);
  text-align: center;
  border-bottom: var(--cl-text) 1px solid;
}
@media screen and (width > 1400px) {
  .benefits__title {
    font-size: 1.5rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .benefits__title {
    font-size: 24px;
    font-size: 1.7142857143vw;
    margin-top: 1.1428571429vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .benefits__title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.benefits__text {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .benefits__text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .benefits__text {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .benefits__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}

.certificate__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width > 1400px) {
  .certificate__main-wrapper {
    gap: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__main-wrapper {
    gap: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.certificate__main-text {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .certificate__main-text {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__main-text {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__main-text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.certificate__main-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (width > 1400px) {
  .certificate__main-img {
    width: 23.75rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__main-img {
    width: 27.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__main-img {
    width: 100%;
  }
}
.certificate__main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificate__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: var(--font-bold);
}
@media screen and (width > 1400px) {
  .certificate__heading {
    gap: 1.5rem;
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__heading {
    gap: 1.7142857143vw;
    font-size: 36px;
    font-size: 2.5714285714vw;
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__heading {
    gap: 2.1333333333vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.certificate__heading::before, .certificate__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--cl-text);
}
@media screen and (width > 1400px) {
  .certificate__heading::before, .certificate__heading::after {
    max-width: 10.625rem;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}
@media screen and (width <= 1400px) {
  .certificate__heading::before, .certificate__heading::after {
    max-width: 12.1428571429vw;
    -webkit-transform: translateY(0.1428571429vw);
            transform: translateY(0.1428571429vw);
  }
}
@media screen and (width <= 768px) {
  .certificate__heading::before, .certificate__heading::after {
    max-width: 9.6vw;
    -webkit-transform: translateY(0.5333333333vw);
            transform: translateY(0.5333333333vw);
  }
}
.certificate__block {
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .certificate__block {
    margin-top: 4.5rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__block {
    margin-top: 5.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__block {
    margin-top: 16vw;
    width: 100%;
  }
}
.certificate__list {
  display: grid;
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .certificate__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.certificate__img {
  width: 100%;
}
.certificate__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificate__title {
  font-weight: var(--font-bold);
}
@media screen and (width > 1400px) {
  .certificate__title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .certificate__title {
    font-size: 24px;
    font-size: 1.7142857143vw;
    margin-top: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .certificate__title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.1333333333vw;
  }
}

@media screen and (width > 1400px) {
  .staff {
    padding-bottom: 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .staff {
    padding-bottom: 4vw;
  }
}
@media screen and (width <= 768px) {
  .staff {
    padding-bottom: 8.5333333333vw;
  }
}
.staff__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width > 1400px) {
  .staff__wrapper {
    gap: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .staff__wrapper {
    gap: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .staff__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.staff__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (width > 1400px) {
  .staff__img {
    width: 23.75rem;
  }
}
@media screen and (width <= 1400px) {
  .staff__img {
    width: 27.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .staff__img {
    width: 53.3333333333vw;
    margin-inline: auto;
  }
}
.staff__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.staff__name {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .staff__name {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .staff__name {
    font-size: 16px;
    font-size: 1.1428571429vw;
    margin-top: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .staff__name {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.staff__name span {
  font-weight: inherit;
}
@media screen and (width > 1400px) {
  .staff__name span {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .staff__name span {
    font-size: 24px;
    font-size: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .staff__name span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.staff__dl dt {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .staff__dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .staff__dl dt {
    font-size: 24px;
    font-size: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .staff__dl dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.staff__dl dt::before {
  content: "＿";
}
.staff__dl dt:not(:first-of-type) {
  margin-top: 3rem;
}
.staff__dl dd {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .staff__dl dd {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .staff__dl dd {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .staff__dl dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}

.schedule__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width > 1400px) {
  .schedule__wrapper {
    gap: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .schedule__wrapper {
    gap: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .schedule__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.schedule__table {
  width: 100%;
}
.schedule__table th,
.schedule__table td {
  text-align: left;
  border-bottom: #d8d8d8 1px solid;
}
@media screen and (width > 1400px) {
  .schedule__table th,
  .schedule__table td {
    padding: 1rem 2.5rem;
  }
}
@media screen and (width <= 1400px) {
  .schedule__table th,
  .schedule__table td {
    padding: 1.1428571429vw 2.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .schedule__table th,
  .schedule__table td {
    padding: 4.2666666667vw;
    display: block;
  }
}
.schedule__table th {
  border-bottom: var(--cl-text) 1px solid;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .schedule__table th {
    width: 17.5rem;
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .schedule__table th {
    width: 20vw;
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .schedule__table th {
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw;
    background-color: #d8d8d8;
  }
}
.schedule__table td {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .schedule__table td {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .schedule__table td {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .schedule__table td {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.schedule__imgarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (width > 1400px) {
  .schedule__imgarea {
    width: 23.75rem;
    gap: 2.625rem;
  }
}
@media screen and (width <= 1400px) {
  .schedule__imgarea {
    width: 27.1428571429vw;
    gap: 3vw;
  }
}
@media screen and (width <= 768px) {
  .schedule__imgarea {
    width: 100%;
    gap: 6.4vw;
  }
}
.schedule__imgarea img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.requirement__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (width > 1400px) {
  .requirement__list {
    gap: 2.5rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__list {
    gap: 2.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__list {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.requirement__list-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--cl-white);
}
@media screen and (width > 1400px) {
  .requirement__list-inner {
    padding: 3.75rem 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__list-inner {
    padding: 4.2857142857vw 4vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__list-inner {
    padding: 10.6666666667vw;
  }
}
.requirement__list-title {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (width > 1400px) {
  .requirement__list-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__list-title {
    font-size: 24px;
    font-size: 1.7142857143vw;
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__list-title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.requirement__list-title span {
  display: block;
  font-weight: var(--font-thin);
}
@media screen and (width > 1400px) {
  .requirement__list-title span {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__list-title span {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__list-title span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (width > 1400px) {
  .requirement__list-btn-wrapper {
    margin-top: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__list-btn-wrapper {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__list-btn-wrapper {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (width > 1400px) {
  .requirement__list-btn {
    height: 3.75rem;
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__list-btn {
    height: 3.5714285714vw;
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__list-btn {
    height: 13.3333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (width > 1400px) {
  .requirement__table th,
  .requirement__table td {
    padding: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__table th,
  .requirement__table td {
    padding: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__table th,
  .requirement__table td {
    padding: 2.1333333333vw;
  }
}
@media screen and (width > 1400px) {
  .requirement__table th {
    width: 12.5rem;
    font-size: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__table th {
    width: 14.2857142857vw;
    font-size: 16px;
    font-size: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__table th {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (width > 1400px) {
  .requirement__table td {
    font-size: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .requirement__table td {
    font-size: 16px;
    font-size: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .requirement__table td {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}