@charset "utf-8";

@media screen and (max-width: 768px) {
  .header .logo-wrap .logo {
    position: relative;
  }

  .header .logo-wrap .logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/logo_sp.png) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 300ms ease;
  }

  .header.-active .logo-wrap .logo::after {
    opacity: 1; 
  }

  .header .logo-wrap .sub {
    color: #000;
    transition: color 300ms ease;
  }

  .header.-active .logo-wrap .sub {
    color: #fff;
  }

  .header .menu-btn span:nth-of-type(1),
  .header .menu-btn span:nth-of-type(2),
  .header .menu-btn span:nth-of-type(3) {
    background-color: #000;
  }

  .header .menu-btn.-active span:nth-of-type(1),
  .header .menu-btn.-active span:nth-of-type(2),
  .header .menu-btn.-active span:nth-of-type(3) {
    background-color: #fff;
  }
}

/* ↓↓↓ bg ↓↓↓ */
.bg {
  width: 100%;
  height: max-content;
  background: #FFFFFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(216, 232, 221, 1) 70%);
}
/* ↑↑↑ bg ↑↑↑ */

/* ↓↓↓ requirements ↓↓↓ */
.requirements {
  width: 100%;
  padding-top: min(15.625vw, 200px);
}

@media screen and (max-width: 768px) {
  .requirements {
    width: 100%;
    padding-top: 136px;
  }
}

.requirements .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  container-type: inline-size;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .requirements .inner {
    width: 100%;
    max-width: 100%;
  }
}

.requirements .inner::after {
  content: '';
  position: absolute;
  top: -3.125cqw;
  left: 1.40625cqw;
  width: 80.859375cqw;
  height: 13.515625cqw;
  background: url(../img/recruit/recruit-txt.svg) no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .requirements .inner::after {
    content: '';
    position: absolute;
    translate: -50% 0;
    top: -16px;
    left: 50%;
    width: 372px;
    height: 62px;
    background: url(../img/recruit/recruit-txt_sp.svg) no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

.requirements .inner .title {
  font-size: 2.5cqw;
  letter-spacing: 0.04rem;
  margin-left: 11.015625cqw;
}

@media screen and (max-width: 768px) {
  .requirements .inner .title {
    font-size: 2.6rem;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-left: 0;
  }
}

.requirements .inner .content {
  width: 78.125cqw;
  margin: 3.90625cqw auto 0;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content {
    width: 85.0666666%;
    margin: 55px auto 0;
  }
}

.requirements .inner .content .tab-wrap {
  display: flex;
  width: 100%;
}

.requirements .inner .content .tab-wrap .tab {
  width: 26.015625cqw;
  height: 5.3125cqw;
  display: grid;
  justify-items: center;
  align-items: center;
  font-size: 1.71875cqw;
  letter-spacing: 0.04rem;
  color: #fff;
  border: 1px solid #2F7048;
  background-color: #2F7048;
  cursor: pointer;
  transition: color 300ms ease, background-color 300ms ease, opacity 300ms ease;
}

@media screen and (min-width: 769px) {
  .requirements .inner .content .tab-wrap .tab:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .tab-wrap .tab {
    width: 33.22884012539185%;
    height: 80px;
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    line-height: 1.25;
    text-align: center;
  }
}

.requirements .inner .content .tab-wrap .tab:nth-of-type(1) {
  width: 26.09375cqw;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .tab-wrap .tab:nth-of-type(1) {
    width: 33.5423197492163%;
  }
}

.requirements .inner .content .tab-wrap .tab.-active {
  color: #2F7048;
  background-color: #fff;
  border-bottom: #fff;
}

.requirements .inner .content .tab-wrap .tab:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.requirements .inner .content .tab-wrap:has(.tab:nth-of-type(1).-active) .tab:nth-of-type(2) {
  border-left: 1px solid #2F7048;
}

.requirements .inner .content .tab-wrap:has(.tab:nth-of-type(2).-active) .tab:nth-of-type(2) {
  border-left: 1px solid #2F7048;
  border-right: 1px solid #2F7048;
}

.requirements .inner .content .tab-wrap:has(.tab:nth-of-type(3).-active) .tab:nth-of-type(2) {
  border-right: 1px solid #2F7048;
}

.requirements .inner .content .block {
  width: 100%;
  padding: 6.25cqw 4.921875cqw;
  border: 1px solid #2F7048;
  border-top: none;
  background-color: #fff;
  display: none;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .block {
    width: 100%;
    padding: 32px 23px 40px;
    border: 1px solid #2F7048;
    border-top: none;
  }
}

.requirements .inner .content .block.-active {
  display: block;
}

.requirements .inner .content .block .item {
  display: flex;
  position: relative;
  column-gap: 3.125cqw;
  padding: 1.875cqw 0;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .block .item {
    flex-direction: column;
    position: relative;
    row-gap: 8px;
    padding: 24px 0;
  }
}

.requirements .inner .content .block .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2F7048;
}

.requirements .inner .content .block .item:first-of-type {
  padding-top: 0;
}

.requirements .inner .content .block .item .head {
  width: 14.296875cqw;
  font-size: max(10px, 1.40625cqw);
  color: #2F7048;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .block .item .head {
    width: 100%;
    font-size: 1.8rem;
  }
}

.requirements .inner .content .block .item .text-wrap {
  width: 50.703125cqw;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .block .item .text-wrap {
    width: 100%;
  }
}

.requirements .inner .content .block .item .text-wrap .text {
  font-size: max(10px, 1.25cqw);
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .block .item .text-wrap .text {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: 0.1em;
  }
}

.requirements .inner .content .block .item .text-wrap .attention {
  font-size: max(10px, 1.09375cqw);
  line-height: 1.85;
  letter-spacing: 0.08em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .requirements .inner .content .block .item .text-wrap .attention {
    font-size: 1.2rem;
    line-height: 1.666;
    padding-left: 0em;
    text-indent: 0em;
  }
}
/* ↑↑↑ requirements ↑↑↑ */

/* ↓↓↓ faq ↓↓↓ */
.faq {
  width: 100%;
  margin: min(120px, 9.375vw) auto 0;
  padding-bottom: min(120px, 9.375vw);
}

@media screen and (max-width: 768px) {
  .faq {
    width: 100%;
    margin: 64px auto 0;
    padding-bottom: 72px;
  }
}

.faq .inner {
  max-width: 1280px;
  margin: 0 auto;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .faq .inner {
    width: 100%;
    margin: 0 auto;
    container-type: inline-size;
  }
}

.faq .inner .title {
  font-size: 2.5cqw;
  letter-spacing: 0.04rem;
  margin-left: 11.015625cqw;
}

@media screen and (max-width: 768px) {
  .faq .inner .title {
    font-size: 2.6rem;
    text-align: center;
    margin-left: 0;
  }
}

.faq .inner .container {
  width: 78.4375cqw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faq .inner .container {
    width: 85.0666666%;
    margin: 0 auto;
  }
}

.faq .inner .container .block {
  width: 100%;
  margin-top: 1.875cqw;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block {
    margin-top: 24px;
  }
}

.faq .inner .container .block .question {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5.390625cqw;
  column-gap: 3.125cqw;
  background-color: #2F7048;
  padding-left: 2.734375cqw;
  transition: opacity 300ms ease;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .faq .inner .container .block .question:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .question {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: max-content;
    column-gap: 30px;
    background-color: #2F7048;
    padding: 16px 58px 16px 16px;
  }
}

.faq .inner .container .block .question::before,
.faq .inner .container .block .question::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 1.875cqw;
  width: 2.03125cqw;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .question::before,
  .faq .inner .container .block .question::after {
    right: 16px;
    width: 26px;
    height: 2px;
  }
}

.faq .inner .container .block .question::after {
  rotate: 90deg;
  transition: rotate 300ms ease;
}

.faq .inner .container .block.-active .question::after {
  rotate: 0deg;
}

.faq .inner .container .block .question .icon {
  position: relative;
  font-size: 3.125cqw;
  font-family: var(--text-barlow);
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.625cqw;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .question .icon {
    font-size: 4.0rem;
    margin-bottom: 0;
  }
}

.faq .inner .container .block .question .icon::after {
  content: '';
  position: absolute;
  top: -0.234375cqw;
  right: -1.40625cqw;
  width: 1px;
  height: 4.21875cqw;
  background-color: #fff;
  rotate: 25deg;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .question .icon::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -10px;
    width: 1px;
    height: 54px;
    background-color: #fff;
    rotate: 25deg;
  }
}

.faq .inner .container .block .question .text {
  font-size: 1.5625cqw;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .question .text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.faq .inner .container .block .answer {
  border: 2px solid #2F7048;
  padding: 1.71875cqw 2.34375cqw;
  display: none;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .answer {
    padding: 22px 22px 30px;
  }
}

.faq .inner .container .block .answer .text {
  font-size: max(10px, 1.171875cqw);
  color: #2E7048;
  line-height: 1.86;
  text-align: justify;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .faq .inner .container .block .answer .text {
    font-size: 1.5rem;
    line-height: 1.86;
  }
}

.faq .inner .entry {
  position: relative;
  width: 78.125cqw;
  aspect-ratio: 1000 / 219;
  height: auto;
  background-color: #2E7048;
  font-size: 3.59375cqw;
  font-weight: 500;
  color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 9.375cqw auto 0;
  transition: opacity 300ms ease;
}

@media screen and (min-width: 769px) {
  .faq .inner .entry:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .faq .inner .entry {
    position: relative;
    width: 85.0666666%;
    height: 143px;
    font-size: 3.2rem;
    margin: 56px auto 0;
  }
}

.faq .inner .entry::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 5.46875cqw;
  width: 1.171875cqw;
  height: 2.109375cqw;
  background: url(../img/recruit/arrow.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .faq .inner .entry::after {
    right: 22px;
    width: 11px;
    height: 20px;
  }
}
/* ↑↑↑ faq ↑↑↑ */

/* ↓↓↓ common ↓↓↓ */
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ common ↓↓↓ */
/* ↑↑↑ common ↑↑↑ */