  @charset "UTF-8";
/* ============================================ */
/* project-story
/* ============================================ */
/* ===== top-area ===== */
#top-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px - 200px);
  height: calc(100svh - 75px - 200px);
  overflow: hidden;
}
#top-area .wrap {
  width: 100%;
  height: 100%;
  max-width: 1800px;
}
#top-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top-area .title-wrap {
  position: absolute;
  top: 5%;
  left: 0;
}
#top-area .page-cate {
  color: var(--color-black);
  margin: 0 0 1em 30%;
}
#top-area .page-cate.wh {
  color: var(--color-white);
}
#top-area .page-title {
  width: 130%;
  padding-left: 30%;
}
#top-area .page-title.bk {
  color: var(--color-black);
}
#top-area .page-title.wh {
  color: var(--color-white);
}
#top-area .page-title.bg-blur {
  position: relative;
  backdrop-filter: blur(12px);
}
#top-area .page-title.bg-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-black);
  opacity: 0.2;
}
#top-area .page-title .project-story,
#top-area .page-title .number {
  display: block;
  font-family: var(--fontfamily-en);
  font-weight: 700;
}
#top-area .page-title .project-story {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
#top-area .page-title .number {
  font-size: 160px;
  font-size: 10rem;
  line-height: 0.7;
  margin-top: 0.1em;
}

@media screen and (max-width: 1024px) {
  #top-area {
    height: 450px;
  }
  #top-area .page-title .project-story {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #top-area .page-title .number {
    font-size: 120px;
    font-size: 7.5rem;
  }
  #top-area .text {
    position: relative;
    left: auto;
    bottom: auto;
    height: auto;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-area {
    height: 350px;
  }
  #top-area .page-title .project-story {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #top-area .page-title .number {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 600px) {
  #top-area {
    height: 250px;
  }
  #top-area .page-title .project-story {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #top-area .page-title .number {
    font-size: 80px;
    font-size: 5rem;
  }
}
/* ===== intro ===== */
#intro {
  position: relative;
  padding: 0 0 160px;
}
#intro .out-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#intro .catch-wrap {
  position: relative;
  width: calc(100% - 10vw);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 40px;
}
#intro .catch-wrap .project-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 0.5em;
}
#intro .catch-wrap .catch {
  width: 100%;
  max-width: 1000px;
}
#intro .catch-wrap .catch svg {
  fill: var(--color-black);
  stroke: var(--color-black);
  stroke-miterlimit: 4;
  stroke-width: 0.5px;
}
#intro .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#intro .text {
  width: calc(100% - 500px);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.2;
  text-align: justify;
}
#intro .img {
  position: relative;
  width: 400px;
  flex-shrink: 0;
}

@media screen and (max-width: 1800px) {
  #intro .img {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 1201px) {
  #intro .catch-wrap {
    left: -50px;
  }
}
@media screen and (max-width: 1024px) {
  #intro {
    padding: 40px 0 160px;
  }
  #intro .catch-wrap {
    height: auto;
    margin: 0;
  }
  #intro .flex-wrap {
    flex-direction: column;
  }
  #intro .text {
    width: calc(100% - 10vw);
    margin: 2em 0 0;
  }
  #intro .img {
    width: 80%;
    max-width: 460px;
    margin: 50px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 40px 0 80px;
  }
  #intro .catch-wrap .project-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #intro .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #intro {
    padding: 20px 0 80px;
  }
  #intro .catch-wrap .project-name {
    font-size: 16px;
    font-size: 1rem;
  }
  #intro .catch-wrap .catch {
    max-width: 270px;
  }
  #intro .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #intro .img {
    margin: 30px 0 0 auto;
  }
}
/* ===== member ===== */
#member {
  position: relative;
  padding: 50px 0 90px;
  background: var(--color-lightgray);
}
#member .title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
}
#member .asterisk {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0 0;
}
#member .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
#member .member-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}
#member .member-item:nth-child(n+3) {
  margin: 40px 0 0;
}
#member .member-item .img {
  position: relative;
  width: 210px;
  height: 180px;
}
#member .member-item .profile {
  width: calc(100% - 250px);
  line-height: 2;
}
#member .member-item .profile .name {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}
#member .member-item .profile .department {
  font-weight: 500;
  color: var(--color-category);
  margin: 0 0 0.5em;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  #member .flex-wrap {
    flex-direction: column;
    align-items: center;
  }
  #member .member-item {
    width: 80% !important;
  }
  #member .member-item:nth-child(n+2) {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #member .member-item .img {
    width: 160px;
    height: 140px;
  }
  #member .member-item .profile {
    width: calc(100% - 200px);
  }
  #member .member-item .profile .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #member {
    padding: 30px 0 60px;
  }
  #member .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #member .member-item {
    flex-direction: column;
    width: 80%;
    max-width: 240px;
  }
  #member .member-item .img {
    width: 100%;
  }
  #member .member-item .profile {
    width: 100%;
    margin: 10px 0 0;
  }
}
/* ===== capture共通 ===== */
.chapter {
  margin: 180px 0 0;
}
.chapter .title {
  position: relative;
  width: 80%;
  margin: 0 0 85px;
}
.chapter .title .number {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--fontfamily-en);
  font-weight: 500;
  margin: 0 0 0.5em;
}
.chapter .title .catch {
  position: relative;
  background: var(--color-category);
  padding: 30px;
}
.chapter .title .catch img {
  width: 100%;
  max-width: 940px;
}
.chapter .title .catch::before {
  content: "";
  position: absolute;
  top: 0;
  width: 10vw;
  height: 100%;
  background: var(--color-category);
}
.chapter .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.chapter .text {
  line-height: 2;
  text-align: justify;
}
.chapter .text p + p {
  margin: 1.5em 0 0;
}
.chapter .text .asterisk {
  font-size: 14px;
  font-size: 0.875rem;
}
.chapter .img {
  position: relative;
}
.chapter .img02 {
  width: 80%;
}

@media screen and (min-width: 1401px) {
  .chapter .title .catch::before {
    width: calc(100% - (100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .chapter .flex-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .chapter {
    margin: 120px 0 0;
  }
  .chapter .title {
    margin: 0 0 60px;
  }
  .chapter .title .catch {
    padding: 20px;
  }
  .chapter .img02 {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .chapter {
    margin: 80px 0 0;
  }
  .chapter .title {
    width: 100%;
    margin: 0 0 40px;
  }
  .chapter .title .number {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .chapter .title .catch {
    padding: 15px;
  }
}
/* ===== capture01/capture03 ===== */
#chapter01 .title .catch::before,
#chapter03 .title .catch::before {
  left: 100%;
}
#chapter01 .title,
#chapter03 .title {
  left: 20%;
}
#chapter01 .text,
#chapter03 .text {
  order: 2;
  width: calc(100% - 500px);
}
#chapter01 .img01,
#chapter03 .img01 {
  order: 1;
  width: 450px;
}
#chapter01 .img02,
#chapter03 .img02 {
  margin: 150px 0 0 auto;
}

@media screen and (max-width: 1024px) {
  #chapter01 .text,
#chapter03 .text {
    order: 1;
    width: 100%;
  }
  #chapter01 .img01,
#chapter03 .img01 {
    width: 45%;
    order: 2;
    margin: 50px 0 0;
  }
  #chapter01 .img02,
#chapter03 .img02 {
    margin: 50px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #chapter01 .img01,
#chapter03 .img01 {
    margin: 30px 0 0;
  }
  #chapter01 .img02,
#chapter03 .img02 {
    margin: 30px 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #chapter01 .title,
#chapter03 .title {
    left: 0;
  }
  #chapter01 .img01,
#chapter03 .img01 {
    width: 60%;
  }
}
/* ===== capture02/capture04 ===== */
#chapter02 .title .catch::before,
#chapter04 .title .catch::before {
  right: 100%;
}
#chapter02 .out-wrap,
#chapter04 .out-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#chapter02 .text,
#chapter04 .text {
  width: calc(100% - 680px);
}
#chapter02 .img01,
#chapter04 .img01 {
  width: 630px;
}
#chapter02 .img02,
#chapter04 .img02 {
  margin: 150px 0 0;
}

@media screen and (max-width: 1024px) {
  #chapter02 .text,
#chapter04 .text {
    width: calc(100% - 10vw);
  }
  #chapter02 .img01,
#chapter04 .img01 {
    width: 45%;
    margin: 50px 0 0 auto;
  }
  #chapter02 .img02,
#chapter04 .img02 {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #chapter02 .img01,
#chapter04 .img01 {
    margin: 30px 0 0 auto;
  }
  #chapter02 .img02,
#chapter04 .img02 {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  #chapter02 .title,
#chapter04 .title {
    width: calc(100% - 10vw);
  }
  #chapter02 .img01,
#chapter04 .img01 {
    width: 60%;
  }
}
/* ===== ページ独自設定== */
.story01 #member .group01 h3,
.story01 #member .group02 h3 {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 10px 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 290px;
}
.story01 #member .member01,
.story01 #member .member02 {
  margin-top: 25px;
}
.story01 #chapter03 .img01,
.story01 #chapter04 .img01 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.story01 #chapter04 .img01 > div:nth-child(2) {
  width: 80%;
  margin: 0 0 0 auto;
}

.story03 #member .member-item {
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .story01 #member .group01 {
    order: 1;
  }
  .story01 #member .group02 {
    order: 4;
    margin-top: 50px;
  }
  .story01 #member .member01 {
    order: 2;
  }
  .story01 #member .member02 {
    order: 5;
  }
  .story01 #member .member03 {
    order: 3;
  }
  .story01 #member .member04 {
    order: 6;
  }
}
@media screen and (max-width: 1024px) {
  .story01 #chapter03 .img01,
.story01 #chapter04 .img01 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  .story01 #chapter03 .img01 > div,
.story01 #chapter04 .img01 > div {
    width: 48% !important;
  }
}
@media screen and (max-width: 600px) {
  .story01 #member .group01 h3,
.story01 #member .group02 h3 {
    padding: 10px 15px;
  }
}
/* ===== 画像指定 ===== */
.story01 #top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/01/top-img.jpg);
}
.story01 #member .member01 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/01/member01.jpg);
}
.story01 #member .member02 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/01/member02.jpg);
}
.story01 #member .member03 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/01/member03.jpg);
}
.story01 #member .member04 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/01/member04.jpg);
}

.story02 #top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/02/top-img.jpg);
}
.story02 #member .member01 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/02/member01.jpg);
}
.story02 #member .member02 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/02/member02.jpg);
}

.story03 #top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/03/top-img.jpg);
  background-position: 70%;
}
.story03 #member .member01 .img::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/03/member01.jpg);
}

/*# sourceMappingURL=newgrads_project-story.css.map */
