@charset "UTF-8";
/* -------------------- Mixins -------------------- */
/* -------------------- Noto Sans Japanese -------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&amp;subset=japanese");
/* -------------------- Hanken Grotesk Regular -------------------- */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
main {
  position: relative;
}
@media screen and (min-width: 768px) {
  main::after {
    content: "";
    position: absolute;
    right: 0;
    top: 261px;
    display: block;
    width: 184px;
    height: 320px;
    background: url(/recruit/new_employee/assets/img/information/faq/mv-deco.svg) no-repeat center center/contain;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
}
/* -------------------- メインビジュアル -------------------- */
.main-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-visual {
    width: 100%;
    height: auto;
    padding-inline: 15px;
    aspect-ratio: 1440/450;
  }
}
@media screen and (min-width: 1441px) {
  .main-visual {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(250 / 390 * 100vw);
  }
}
.main-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .main-visual__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/450;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__image {
    aspect-ratio: auto;
  }
}
.main-visual__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/450;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .main-visual__image img {
    aspect-ratio: auto;
  }
}
.main-visual__title {
  width: 100%;
  margin-inline: auto;
  color: var(--c-white);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .main-visual__title {
    max-width: 1275px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    margin-left: calc(20 / 390 * 100vw);
  }
}
.main-visual__title-en {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main-visual__title-en {
    font-size: 2.375rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title-en {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title-en {
    font-size: calc(20 / 390 * 100vw);
  }
}
.main-visual__title-jp {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main-visual__title-jp {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title-jp {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title-jp {
    font-size: calc(13 / 390 * 100vw);
  }
}
.main-visual__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .main-visual__catch {
    max-width: 1275px;
    margin-block: 2.09375rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__catch {
    margin-left: 20px;
    margin-top: 15.55px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__catch {
    margin-left: calc(20 / 390 * 100vw);
    margin-top: calc(15.55 / 390 * 100vw);
  }
}
.main-visual__catch-label {
  display: inline-block;
  border: 1px solid var(--c-white);
  color: var(--c-white);
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .main-visual__catch-label {
    font-size: 1.625rem;
    padding: 0.5rem 1.5625rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__catch-label {
    padding: 5.75px 17.5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__catch-label {
    padding: calc(5.75 / 390 * 100vw) calc(17.5 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}

/* -------------------- アンカーリンク -------------------- */
.anchor-links {
  max-width: 965px;
  margin-block: 3.75rem 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anchor-links {
    max-width: 100%;
    margin-block: calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
    margin-inline: calc(20 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .anchor-links a {
    padding: calc(7 / 390 * 100vw) calc(2 / 390 * 100vw) calc(16 / 390 * 100vw) calc(2 / 390 * 100vw);
  }
  .anchor-links a::after {
    bottom: calc(5 / 390 * 100vw);
    width: 8.4px;
    height: 7px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .anchor-links a span {
    display: flex;
    align-items: center;
    height: 2.85em;
    font-size: calc(10 / 390 * 100vw);
  }
}

/* -------------------- コンテンツ -------------------- */
.faq-contents {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .faq-contents {
    position: relative;
  }
  .faq-contents::before {
    content: "";
    position: absolute;
    top: 41%;
    left: 0rem;
    display: block;
    width: 11.25rem;
    height: 23.75rem;
    background: url(/recruit/new_employee/assets/img/information/faq/sec-deco.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .faq-contents {
    padding-inline: calc(20 / 390 * 100vw);
  }
}
.faq-contents__inner {
  position: relative;
  z-index: 1;
  max-width: 965px;
  margin-inline: auto;
}
.faq-section__title {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .faq-section__title {
    margin-bottom: 1.4375rem;
    padding-left: 1.5625rem;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-section__title {
    padding-left: calc(17.5 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0;
  }
  .JS .faq-section__title {
    margin-bottom: calc(15 / 390 * 100vw);
  }
}
.faq-section__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--c-red);
}
@media screen and (max-width: 767px) {
  .faq-section__title::before {
    width: calc(7 / 390 * 100vw);
    height: calc(7 / 390 * 100vw);
  }
}

.faq-trigger {
  cursor: pointer;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq-trigger {
    padding-inline: 1.4375rem 1.625rem;
    padding-block: 2rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-trigger {
    padding-inline: calc(16 / 390 * 100vw) calc(50 / 390 * 100vw);
    padding-block: calc(28 / 390 * 100vw) calc(27 / 390 * 100vw);
  }
}
.faq-trigger::before, .faq-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8125rem;
  width: 0.9375rem;
  display: block;
  height: 1px;
  background: black;
  transition: 0.3s;
}
.faq-trigger::after {
  transform: rotate(90deg);
}
.faq-trigger.is-open::before {
  display: none;
}
.faq-trigger.is-open::after {
  transform: rotate(180deg);
}
.faq-trigger__mark {
  position: relative;
  font-family: var(--ff-hanken);
  font-weight: 500;
  color: var(--c-red);
}
.faq-trigger__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.0625rem;
  height: 1.5625rem;
  background-color: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .faq-trigger__mark {
    padding-right: 1.375rem;
    font-size: 2.25rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .faq-trigger__mark {
    padding-right: calc(15 / 390 * 100vw);
    font-size: calc(25 / 390 * 100vw);
  }
}
.faq-trigger__text i {
  display: inline;
  color: var(--c-gray);
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .faq-trigger__text i {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-trigger__text i {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .faq-trigger__text {
    flex-grow: 1;
    padding-left: 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--c-gray);
  }
}
@media screen and (max-width: 767px) {
  .faq-trigger__text {
    padding-left: calc(17.5 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.5;
  }
}

.faq-content {
  display: flex;
  align-items: flex-start;
  border-top: dashed 1px var(--c-gray);
}
@media screen and (min-width: 768px) {
  .faq-content {
    padding-inline: 1.625rem;
    padding-block: 2.625rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content {
    padding-inline: calc(16 / 390 * 100vw) calc(30 / 390 * 100vw);
    padding-block: calc(28 / 390 * 100vw) calc(27 / 390 * 100vw);
  }
}
.faq-content__mark {
  position: relative;
  font-family: var(--ff-hanken);
  font-weight: 500;
  color: var(--c-gray);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-content__mark {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__mark {
    font-size: calc(25 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .faq-content__body {
    padding-left: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__body {
    padding-left: calc(25 / 390 * 100vw);
  }
}
.faq-content__text {
  font-weight: 400;
  color: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .faq-content__text {
    flex-grow: 1;
    font-size: 1.0125rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__text {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.8;
  }
}
.faq-content__text-link {
  color: var(--c-red);
  text-decoration: underline;
  font-weight: bold;
}
@media (any-hover: hover) {
  .faq-content__text-link:hover {
    text-decoration: none;
  }
}
.faq-content__text-link:focus-visible {
  text-decoration: none;
}
.faq-content__note {
  font-weight: 400;
  color: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .faq-content__note {
    margin-top: 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__note {
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.6;
  }
}
.faq-content__figure {
  display: block;
}
.faq-content__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .faq-content__figure {
    width: 100%;
    max-width: 51.25rem;
    margin-block: 3.3125rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__figure {
    width: 100%;
    margin-top: calc(23 / 390 * 100vw);
  }
}
.faq-content__button {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .faq-content__button {
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
}
.faq-content__button .btn {
  border: 1px solid var(--c-gray);
}
@media screen and (min-width: 768px) {
  .faq-content__button .btn {
    width: auto;
    padding-block: 0.84375rem 0.59375rem;
    -webkit-padding-end: 4.0625rem;
            padding-inline-end: 4.0625rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__button .btn {
    width: calc(253.4 / 390 * 100vw);
    padding: calc(13 / 390 * 100vw) calc(10 / 390 * 100vw) calc(11 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
    line-height: 1;
  }
  .faq-content__button .btn::after {
    right: calc(15 / 390 * 100vw);
    width: calc(6.4 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
    background-size: contain;
  }
  .faq-content__button .btn::before {
    right: calc(13.7 / 390 * 100vw);
    width: calc(8 / 390 * 100vw);
    height: calc(1 / 390 * 100vw);
  }
}
.faq-content__step {
  display: flex;
  gap: 3.75rem;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .faq-content__step {
    margin-block: 3.4375rem 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__step {
    flex-direction: column;
    gap: 0;
    width: calc(270 / 390 * 100vw);
    margin-block: calc(24 / 390 * 100vw) calc(30 / 390 * 100vw);
    margin-inline: auto;
  }
}
.faq-content__list {
  display: flex;
  gap: 2.5rem;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .faq-content__list {
    flex-direction: column;
    gap: calc(24 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
  }
}
.faq-content__list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c-red);
  border-radius: 5px;
  color: var(--c-red);
  font-weight: bold;
}
.faq-content__list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.625rem);
  transform: translateY(-50%);
  height: 3.125rem;
  width: 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #FFCCD4;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .faq-content__list-item {
    width: 10.6382978723%;
    height: auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__list-item {
    height: calc(41 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
  }
  .faq-content__list-item::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + (6 / 390 * 100vw));
    width: calc(35 / 390 * 100vw);
    height: calc(14 / 390 * 100vw);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.faq-content__list-item:last-child {
  background-color: var(--c-red);
  color: var(--c-white);
}
@media screen and (max-width: 767px) {
  .faq-content__list-item:last-child::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .faq-content__svg {
    flex: 1 1 auto;
    max-width: 20.3647416413%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__svg {
    display: flex;
    align-items: flex-end;
    width: 80%;
    margin-top: calc(30 / 390 * 100vw);
    margin-inline: auto;
  }
}
.faq-content__svg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .faq-content__svg img {
    width: calc(72.8 / 390 * 100vw);
  }
}
.faq-content__svg figcaption {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .faq-content__svg figcaption {
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content__svg figcaption {
    margin-top: calc(0 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
}

/* -------------------- トグル -------------------- */
.toggle-section {
  background-color: var(--c-white);
  border: 1px solid var(--c-gray);
  /* トリガーにアイコンを配置 */
}
@media screen and (min-width: 768px) {
  .toggle-section {
    margin-bottom: 1.25rem;
    border-radius: 6px;
  }
  .toggle-section:last-child {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .toggle-section {
    margin-bottom: calc(15 / 390 * 100vw);
    border-radius: 6px;
  }
  .toggle-section:last-child {
    margin-bottom: calc(33 / 390 * 100vw);
  }
}
.toggle-section .has-icon {
  /* 開いた状態 */
}
.js-toggle-trigger {
  cursor: pointer;
  outline: none;
}

/* スライドアニメーション用 */
/*# sourceMappingURL=faq.css.map */