main .contents {
  padding-bottom: max(35%, 500px);
  background-image: url(/jp/about/company/yag/recruit/img/faq/bg.png);
  background-size: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  position: relative;
}
main .contents::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 72, 143) 0%, rgb(0, 61, 134) 100%);
}
main .contents .maintit {
  padding: 100px 0 80px;
  text-align: center;
}
main .contents .maintit .sub {
  font-size: 24px;
  color: #dc1e37;
  font-weight: 600;
  letter-spacing: 0.1em;
}
main .contents .maintit h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.15em;
  filter: drop-shadow(0 0 15px #0270b8);
}
main .contents #faq {
  position: relative;
  overflow: hidden;
}
main .contents #faq dl {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
main .contents #faq dl + dl {
  margin-top: 20px;
}
main .contents #faq dl dt {
  display: flex;
  align-items: center;
  gap: 0 12px;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  background-color: #fff;
  overflow: hidden;
}
main .contents #faq dl dt:hover::after {
  opacity: 0.9;
}
main .contents #faq dl dt.active::before {
  transform: rotate(-180deg);
}
main .contents #faq dl dt::before, main .contents #faq dl dt::after {
  position: absolute;
  content: "";
  top: 0;
}
main .contents #faq dl dt::before {
  width: 18px;
  height: 12px;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url(/jp/about/company/yag/recruit/img/faq/arrow.png);
  background-size: cover;
  transition: 0.3s;
}
main .contents #faq dl dt::after {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dc1e37;
  transition: 0.3s;
  z-index: -1;
}
main .contents #faq dl dt .en {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
main .contents #faq dl dt .txt {
  font-size: 18px;
  line-height: 1.4;
}
main .contents #faq dl dd {
  display: none;
  background-color: #fff;
}
main .contents #faq dl dd div {
  display: flex;
  gap: 0 10px;
  padding: 22px 20px 18px;
}
main .contents #faq dl dd div .en {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #dc1e37;
  margin-top: 2px;
}
main .contents #faq dl dd div .txt {
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  main .contents {
    padding-bottom: 40vw;
    background-position: 40% 100%;
  }
  main .contents .maintit {
    padding: 8vw 0 10vw;
  }
  main .contents .maintit .sub {
    font-size: clamp(1.25rem, 1rem + 1.07vw, 1.5rem);
  }
  main .contents .maintit h1 {
    font-size: clamp(1.5rem, 1.125rem + 1.6vw, 1.875rem);
  }
  main .contents #faq dl dt {
    padding: 10px 45px 10px 10px;
  }
  main .contents #faq dl dt::before {
    right: 15px;
  }
  main .contents #faq dl dt .en {
    font-size: clamp(1.625rem, 1.375rem + 1.07vw, 1.875rem);
  }
  main .contents #faq dl dt .txt {
    font-size: clamp(1rem, 0.875rem + 0.53vw, 1.125rem);
  }
  main .contents #faq dl dd div {
    padding: 12px 10px 10px;
  }
  main .contents #faq dl dd div .en {
    font-size: clamp(1.625rem, 1.375rem + 1.07vw, 1.875rem);
  }
  main .contents #faq dl dd div .txt {
    font-size: clamp(0.938rem, 0.75rem + 0.8vw, 1.125rem);
  }
}
/*# sourceMappingURL=faq.css.map */