.header {
  max-width: 1440px;
  height: 101px;
  background-color: white;
}
.header a {
  color: #333333;
}

.fv {
  max-width: 1440px;
  position: relative;
  height: 917px;
  padding-top: 101px;
}
@media screen and (max-width: 376px) {
  .fv {
    max-width: 375px;
  }
}

.designer-fv__content {
  width: 1240px;
  height: 434px;
  text-align: center;
  background: url(../../img/designer.jpg);
  background-position: 0 -100px;
  background-repeat: no-repeat;
  margin-inline: auto;
  background-size: cover;
}
@media screen and (max-width: 376px) {
  .designer-fv__content {
    max-width: 375px;
    background-size: cover;
    background-position: -70px 0px;
  }
}

.designer__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 1240px;
  height: 434px;
}
@media screen and (max-width: 376px) {
  .designer__inner {
    max-width: 375px;
  }
}

.section-title {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 376px) {
  .section-title {
    top: 60%;
  }
}

.section-title__span {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #FFB800;
}
@media screen and (max-width: 376px) {
  .section-title__span {
    font-size: 30px;
  }
}

.fv-title {
  font-size: 42px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 9px;
}
@media screen and (max-width: 376px) {
  .fv-title {
    font-size: 30px;
  }
}

.designer-text__content {
  background-color: #E9DBB5;
  width: 100%;
  height: 612px;
  position: absolute;
  top: 305px;
  z-index: -1;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 376px) {
  .designer-text__content {
    height: 530px;
  }
}

.designer-fv__text {
  position: absolute;
  top: 313px;
  left: 345px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  height: 750px;
  width: 750px;
}
@media screen and (max-width: 376px) {
  .designer-fv__text {
    font-size: 10px;
    top: 277px;
    left: 0;
    width: 375px;
    height: 0;
    padding: 0 10px;
  }
}

.requirements {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 376px) {
  .requirements {
    max-width: 375px;
  }
}

.requirement__inner {
  margin-inline: auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__title {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
}

.requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1122px;
  border-top: solid 1px rgb(231, 231, 231);
  text-align: left;
  margin-left: 158px;
}
@media screen and (max-width: 376px) {
  .requirements__list {
    max-width: 375px;
    margin-left: 0;
  }
}

.requirements__list:last-child {
  border-bottom: solid 1px rgb(231, 231, 231);
}

.sub__title {
  background-color: rgb(245, 245, 245);
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  padding-left: 20px;
}
@media screen and (max-width: 376px) {
  .sub__title {
    font-size: 10px;
    width: 100px;
    padding-left: 10px;
  }
}

.requirements__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 376px) {
  .requirements__item {
    font-size: 10px;
    padding-left: 10px;
    width: 300px;
  }
}

.apply__span {
  font-weight: 700;
}

.entry-banner {
  margin-top: 188px;
}/*# sourceMappingURL=designer_style.css.map */