@charset "UTF-8";
img {
  height: auto;
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.sub-mv::after {
  background-image: url(../img/sub-mv-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#errormsg_確認 {
  text-align: center;
}

.button {
  color: var(--black);
  padding-right: 110px;
  display: block;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
@media (hover) {
  .button:hover::before {
    scale: 0 1;
  }
  .button:hover::after {
    scale: 0.4;
    background: var(--black);
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 14px;
    padding-right: 50px;
    margin-top: 30px;
  }
}
.button::before {
  content: "";
  transition: scale 0.3s;
  transform-origin: right top;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 1px;
  width: 72px;
  display: block;
  background: var(--black);
}
@media screen and (max-width: 767px) {
  .button::before {
    width: 36px;
    right: 10px;
  }
}
.button::after {
  transition: scale 0.3s 0.1s, background 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: block;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 9999px;
  border: solid 1px var(--black);
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 20px;
  }
}

.anchor-area {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .anchor-area {
    margin-bottom: 60px;
  }
}
.anchor-area__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  border: solid 1px var(--black);
  position: relative;
  transition: color 0.3s 0.1s, background 0.3s 0.1s;
}
@media screen and (max-width: 767px) {
  .anchor-area__link {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (hover) {
  .anchor-area__link:hover {
    color: var(--white);
    background: var(--black);
  }
  .anchor-area__link:hover::after {
    scale: 1 0;
  }
}
.anchor-area__link::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 60px;
  width: 1px;
  background: var(--black);
  transform-origin: top center;
  transition: scale 0.3s;
}
@media screen and (max-width: 767px) {
  .anchor-area__link::after {
    bottom: -30px;
    height: 40px;
  }
}

.content {
  background: linear-gradient(to bottom right, #e3e8ef, #bcc2c9, #e3e8ef);
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 60px;
  }
}
.content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-bottom-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.requirement {
  position: relative;
  z-index: 5;
  padding-top: 90px;
  padding-bottom: 500px;
  background: linear-gradient(to bottom right, #e3e8ef, #bcc2c9, #e3e8ef);
}
@media screen and (max-width: 767px) {
  .requirement {
    padding-bottom: 80px;
    padding-top: 45px;
  }
}
.requirement.thanks {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .requirement.thanks {
    padding-bottom: 30px;
  }
}
.requirement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-top-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.requirement::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-bottom-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.requirement__button {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .requirement__button {
    margin-top: 30px;
  }
}
.requirement__inner {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.requirement__title {
  font-size: 32px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .requirement__title {
    font-size: 24px;
  }
}
.requirement__title--center {
  text-align: center;
}
.requirement__list {
  padding: 50px 100px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .requirement__list {
    padding: 25px 5%;
  }
}
.requirement__thanks {
  padding: 35px 100px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .requirement__thanks {
    margin-top: -15px;
    font-size: 14px;
    padding: 20px 30px;
  }
}
.requirement__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .requirement__item {
    flex-direction: column;
  }
}
.requirement__item:not(:first-child) .requirement__item-left {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .requirement__item:not(:first-child) .requirement__item-left {
    padding-top: 20px;
  }
}
.requirement__item:not(:first-child) .requirement__item-right {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .requirement__item:not(:first-child) .requirement__item-right {
    padding-top: 20px;
  }
}
.requirement__item:not(:last-child) .requirement__item-left {
  padding-bottom: 40px;
  border-bottom: solid 2px #1d242b;
}
@media screen and (max-width: 767px) {
  .requirement__item:not(:last-child) .requirement__item-left {
    width: fit-content;
    padding-bottom: 20px;
  }
}
.requirement__item:not(:last-child) .requirement__item-right {
  padding-bottom: 40px;
  border-bottom: solid 2px #ccc;
}
@media screen and (max-width: 767px) {
  .requirement__item:not(:last-child) .requirement__item-right {
    width: 100%;
    border-bottom: unset;
    border-top: solid 1px #ccc;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .requirement__item:first-child .requirement__item-right {
    padding-top: 20px;
  }
  .requirement__item:last-child .requirement__item-left {
    width: fit-content;
    padding-bottom: 20px;
    border-bottom: solid 2px #000;
  }
  .requirement__item:last-child .requirement__item-right {
    border-top: solid 1px #ccc;
  }
}
.requirement__item-left {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .requirement__item-left {
    min-width: unset;
    font-size: 14px;
  }
}
.requirement__item-left p {
  margin-top: 4px;
}
.requirement__item-right {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .requirement__item-right {
    font-size: 14px;
    width: 100%;
  }
}
.requirement__item-right ul li {
  padding-left: 4.1em;
  text-indent: -4.1em;
}

.question {
  position: relative;
  z-index: 10;
  background: #1d242b;
  padding: 150px 0;
  clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 30px);
  margin-top: -350px;
}
@media screen and (max-width: 767px) {
  .question {
    margin-top: 0px;
    padding: 60px 0 75px;
  }
}
.question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-top-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  background-position: 30% 50%;
}
.question__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 900px;
}
.question__title {
  color: var(--white);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .question__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  color: var(--white);
  border-bottom: solid 1px #fff;
}
.accordion.is-active .accordion__head-inner::after {
  rotate: 0deg;
}
.accordion__head {
  display: block;
}
.accordion__head::marker {
  display: none;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
.accordion__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion__head-inner {
    padding: 20px 12px;
    font-size: 14px;
  }
}
.accordion__head-inner::before, .accordion__head-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  height: 1px;
  width: 21px;
  background: var(--white);
  transition: rotate 0.3s;
}
.accordion__head-inner::after {
  rotate: -90deg;
}
.accordion__body {
  overflow: hidden;
}
.accordion__body-inner {
  padding: 0px 24px 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner {
    font-size: 14px;
    padding: 0px 24px 20px;
  }
}

.entry {
  padding: 150px 0 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 75px 0 0;
  }
}
.entry__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.entry__top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .entry__top {
    flex-direction: column;
    gap: 20px;
  }
}
.entry__top-right p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.entry__top-right p:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .entry__top-right p {
    font-size: 14px;
  }
}
.entry__title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  min-width: 335px;
}
@media screen and (max-width: 767px) {
  .entry__title {
    font-size: 24px;
  }
}
.entry__scroll-area {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 70px;
  height: 200px;
  padding: 25px 40px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border: solid 1px var(--black);
  background: var(--white);
}
@media screen and (max-width: 767px) {
  .entry__scroll-area {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 25px 20px;
    font-size: 14px;
  }
}

.file-upload {
  position: relative;
  width: 298px;
  border: 1px solid #dddddd;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.file-upload:hover, .file-upload.dragover {
  border-color: #007bff;
  background-color: #f8f9fa;
}
.file-upload .file-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  height: 50px;
  gap: 10px;
  cursor: pointer;
}
.file-upload .file-label p {
  word-break: break-all;
  text-align: left;
}
.file-upload .icon {
  width: 19px;
}
.file-upload .file-input {
  display: none;
}
.file-upload #file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.form__inner {
  background: var(--white);
  padding: 80px 100px;
}
@media screen and (max-width: 1120px) {
  .form__inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .form__inner {
    padding: 40px 5%;
  }
}
.form__wrap {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .form__wrap {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
}
.form__left {
  min-width: 325px;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .form__left {
    min-width: 220px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .form__left {
    justify-content: flex-start;
    gap: 5px;
  }
}
.form__left-title {
  font-weight: 500;
}
.form__left-tag {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 10px;
  height: 20px;
  width: 40px;
  color: var(--white);
  background: #ff1e43;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
}
.form__left-tag--any {
  background: #1e83ff;
}
.form__right {
  width: calc(100% - 325px);
}
@media screen and (max-width: 1120px) {
  .form__right {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .form__right {
    width: 100%;
  }
}
.form__right input[type=text],
.form__right input[type=email],
.form__right textarea {
  display: block;
  width: 100%;
  background: var(--white);
  height: 50px;
  padding: 5px 15px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form__right textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 165px;
}
.form__right .anno-text {
  margin-top: 6px;
}
@media screen and (max-width: 1120px) {
  .form__right .anno-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.form__right .anno-text a {
  text-decoration: underline;
  color: #1e83ff;
}
.form__confirm {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .form__confirm {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .form__confirm p {
    font-size: 13px;
  }
}
.form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 190px;
  height: 40px;
  color: var(--white);
  background: #001be7;
  margin-top: 25px;
}

/*# sourceMappingURL=style.css.map */
