@charset "utf-8";
main {
  overflow: clip;
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  padding: 0 32px;
  color: #fff;
}

.fv .title-group {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
  container-type: inline-size;
}

.fv .deco {
  position: absolute;
  width: min(76.5625cqw,980px);
  top: min(3.515625cqw, 45px);
  left: max(-14.453125cqw, -185px);
}

@media (max-width: 768px) {
  .fv .deco {
    width: 443px;
    top: 78px;
    left: -125px;
  }
}

.fv .title-group .title {
  font-family: var(--text-sippori);
  font-size: 3.187250996015936cqw;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 22.31075697211155cqw 0 0;
}

@media (max-width: 768px) {
  .fv .title-group .title {
    text-align: center;
    font-size: 2.6rem;
    padding: 127px 0 0;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ recruit ↓↓↓ */
.recruit {
  padding: 0 32px;
  margin-top: 20px;
  color: #fff;
  z-index: 2;
}

.recruit .inner {
  max-width: 1004px;
  margin: 0 auto;
  container-type: inline-size;
}

.recruit .inner .list .item {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 2.3904382470119523cqw 0;
}

.recruit .inner .list .item .theme {
  min-width: 22.90836653386454cqw;
  font-family: var(--text-sippori);
  font-size: 1.9920318725099602cqw;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.recruit .inner .list .item .text {
  text-align: justify;
  word-break: break-all;
  font-size: 1.4940239043824701cqw;
  line-height: 1.8;
}

.recruit .inner .list .item .text+.text {
  margin-top: 1em;
}

.recruit .inner .list .item .text+.point {
  margin-top: 1em;
}

.recruit .inner .list .item .point {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4940239043824701cqw;
}

.recruit .inner .list .item .point::before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ recruit ↓↓↓ */
@media (max-width: 768px) {
  .recruit {
    padding: 0 28px;
    margin-top: 10px;
  }

  .recruit .inner .list .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
  }

  .recruit .inner .list .item .theme {
    min-width: initial;
    font-size: 1.8rem;
  }

  .recruit .inner .list .item .text {
    font-size: 1.4rem;
  }

  .recruit .inner .list .item .point {
    font-size: 1.4rem;
  }

  .recruit .inner .list .item .point+.text {
    margin-top: 0.5em;
  }

  .recruit .inner .list .item .point::before {
    top: 0.4em;
  }
}

/* ↑↑↑ recruit ↑↑↑ */

/* ↓↓↓ faq ↓↓↓ */
.faq {
  margin-top: 120px;
  padding: 0 32px 120px;
  color: #fff;
}

.faq .inner {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
  container-type: inline-size;
}

.faq .inner .deco {
  position: absolute;
  width: 80.57768924302789cqw;
  top: -16.53386454183267cqw;
  left: -30.1792828685259cqw;
}

.faq .title {
  font-family: var(--text-sippori);
  font-size: 3.187250996015936cqw;
  font-weight: 600;
}

.faq .block {
  margin-top: 24px;
}

.faq .accordion {
  cursor: pointer;
  position: relative;
  padding: 11px 23px;
  background-color: #678667;
}

.faq .accordion::before,
.faq .accordion::after {
  content: '';
  position: absolute;
  top: 4.482071713147411cqw;
  right: 2.3904382470119523cqw;
  width: 2.589641434262948cqw;
  height: 1px;
  background-color: #fff;
  transition: rotate 300ms ease;
}

.faq .accordion.-active::before {
  rotate: 360deg;
}

.faq .accordion.-active::after {
  rotate: 270deg;
}

.faq .accordion+.accordion {
  margin-top: 2.3904382470119523cqw;
}

.faq .accordion .q-wrap {
  position: relative;
  display: flex;
  padding-bottom: 0.9960159362549801cqw;
}

.faq .accordion .q-wrap .icon {
  position: relative;
  font-family: var(--text-cg);
  font-size: 3.9840637450199203cqw;
  font-weight: 700;
  font-style: italic;
  padding-right: 1em;
}

.faq .accordion .q-wrap .icon::after {
  content: '';
  position: absolute;
  transform-origin: top right;
  top: 1.4940239043824701cqw;
  right: 15%;
  width: 1px;
  height: 4.780876494023905cqw;
  background-color: #fff;
  rotate: 20deg;
}

.faq .accordion .q-wrap .theme {
  font-family: var(--text-sippori);
  font-size: 1.9920318725099602cqw;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 1em;
}

.faq .accordion .a-wrap {
  display: none;
  padding: 2.3904382470119523cqw 0.9960159362549801cqw;
  border-top: 1px solid #fff;
}

.faq .accordion .a-wrap .text {
  text-align: justify;
  word-break: break-all;
  font-size: 1.4940239043824701cqw;
  line-height: 1.8;
}

.faq .entry-btn {
  position: relative;
  max-width: 100rem;
  width: 100%;
  height: 219px;
  display: grid;
  place-content: center;
  font-family: var(--text-cg);
  font-size: 4.581673306772909cqw;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  overflow: hidden;
  margin: 7.171314741035857cqw auto 0;
}

.faq .entry-btn::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 100, 29, 1) 0%, rgba(0, 150, 87, 1) 50%, rgba(3, 100, 29, 1) 100%);
  transition: translate 300ms ease;
}

@media (min-width: 769px) {
  .faq .entry-btn:hover::before {
    translate: 0 0;
  }
}

.faq .entry-btn::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 8px;
  left: 50%;
  width: calc(100% - 9px * 2);
  height: calc(100% - 8px);
  border: 1px solid #fff;
}

.faq .entry-btn .txt {
  position: relative;
  z-index: 1;
}

.faq .entry-btn .arrow {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 5.577689243027888cqw;
  width: 4.780876494023905cqw;
  height: 3.187250996015936cqw;
  border-radius: 3.187250996015936cqw;
  background-color: #fff;
  z-index: 1;
}

.faq .entry-btn .arrow::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.7928286852589643cqw;
  height: 1.1952191235059761cqw;
  mask-image: url(../img/job-description/arrow.svg);
  mask-size: cover;
  background-color: #2E7048;
}

@media (max-width: 768px) {
  .faq {
    margin-top: 58px;
    padding: 0 28px 72px;
  }

  .faq .inner .deco {
    position: absolute;
    width: 343px;
    top: -69px;
    left: -100px;
  }

  .faq .title {
    text-align: center;
    font-size: 2.6rem;
  }

  .faq .block {
    margin-top: 26px;
  }

  .faq .accordion {
    padding: 16px 19px 16px;
  }

  .faq .accordion::before,
  .faq .accordion::after {
    top: 50px;
    right: 16px;
    width: 26px;
  }

  .faq .accordion+.accordion {
    margin-top: 24px;
  }

  .faq .accordion .q-wrap {
    padding-bottom: 8px;
    align-items: center;
  }

  .faq .accordion .q-wrap .icon {
    font-size: 4rem;
  }

  .faq .accordion .q-wrap .icon::after {
    top: 15px;
    height: 48px;
  }

  .faq .accordion .q-wrap .theme {
    font-size: 1.6rem;
    padding-top: 0.7em;
    padding-right: 28px;
    letter-spacing: 0;
  }

  .faq .accordion .a-wrap {
    padding: 24px 5px;
  }

  .faq .accordion .a-wrap .text {
    font-size: 1.4rem;
  }

  .faq .entry-btn {
    height: 118px;
    font-size: 3.2rem;
    margin: 56px auto 0;
  }

  .faq .entry-btn::after {
    top: 4px;
    width: calc(100% - 5px * 2);
    height: calc(100% - 4px);
  }

  .faq .entry-btn .arrow {
    right: 24px;
    width: 38px;
    height: 25px;
    border-radius: 25px;
  }

  .faq .entry-btn .arrow::before {
    width: 14px;
    height: 10px;
  }
}

/* ↑↑↑ faq ↑↑↑ */

@media (min-width: 1281px) {}

@media (max-width: 1280px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (max-width: 375px) {}