@charset "UTF-8";
/* ============================================ */
/*  project story
/* ============================================ */
#main {
  background: var(--color-blue);
}

/* ===== top-area  ===== */
#top-area {
  position: relative;
  width: 100%;
  max-width: 1500px;
  height: 100svh;
  min-height: 700px;
  margin: 0 auto;
}
#top-area .img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 140%;
  transform: translate(-50%, 0);
}
#top-area .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 0;
}
#top-area .text-wrap {
  z-index: 1;
}
#top-area .page-title {
  font-size: 18px;
  font-size: 1.125rem;
}
#top-area .page-title .en {
  display: block;
  width: 200px;
}
#top-area .page-title .ja {
  display: block;
  margin: 0.3em 0 0;
}
#top-area .catch {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.5;
  margin: 0.8em 0 0.3em !important;
}
#top-area .logo {
  display: block;
  width: 200px;
}

@media screen and (max-width: 1024px) {
  #top-area {
    height: auto;
    min-height: auto;
    margin: 0 0 100px;
  }
  #top-area .img {
    position: relative;
  }
  #top-area .wrap {
    height: auto;
    padding: 0;
    margin: -22vw auto 0;
    max-width: 670px;
  }
  #top-area .catch {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top-area {
    margin: 0 0 80px;
  }
  #top-area .page-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top-area .page-title .en {
    display: block;
    width: 140px;
  }
  #top-area .page-title .ja {
    display: block;
    margin: 0.3em 0 0;
  }
  #top-area .catch {
    font-size: 32px;
    font-size: 2rem;
  }
  #top-area .logo {
    width: 140px;
  }
}
@media screen and (max-width: 600px) {
  #top-area .page-title .ja {
    display: block;
    margin: 0.3em 0 0;
  }
  #top-area .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* ===== bg  ===== */
.bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.bg::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 280%;
  max-width: 5000px;
  height: calc(103% + 260px);
  height: 103%;
  display: block;
  background: url(../img/job-people/project-story/bg.png);
  background-size: 100%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .bg::before {
    bottom: -150px;
    width: 200%;
    height: calc(95% + 150px);
  }
}
/* ===== section共通 ===== */
.section .section-title {
  display: flex;
  align-items: center;
  gap: 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-black);
}

@media screen and (max-width: 768px) {
  .section .section-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title {
    flex-direction: column;
  }
}
/* ===== outline ===== */
#outline {
  color: var(--color-white);
  font-weight: 500;
  line-height: 2;
}
#outline .wrap {
  max-width: 670px;
}
#outline .section-title {
  margin: 0 0 40px;
}
#outline .section-title .img {
  width: 210px;
}

@media screen and (max-width: 768px) {
  #outline .section-title .img {
    width: 147px;
  }
}
/* ===== member ===== */
#member {
  margin: 110px 0 200px;
  color: var(--color-white);
}
#member .wrap {
  max-width: 670px;
}
#member .section-title {
  margin: 0 0 50px;
}
#member .section-title .img {
  width: 200px;
}
#member .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
#member .member-item {
  width: 30%;
  max-width: 180px;
}
#member .member-item .img {
  position: relative;
  width: 100%;
  height: 150px;
  max-width: 180px;
}
#member .member-item .profile {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 0;
}
#member .member-item .profile .en {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 1.1em;
}
#member .member-item .profile .text {
  margin: 1em 0 0;
}

@media screen and (max-width: 1024px) {
  #member {
    margin: 110px 0;
  }
  #member .flex-wrap {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  #member {
    margin: 80px 0;
  }
  #member .flex-wrap {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin: 40px auto 0;
  }
  #member .section-title .img {
    width: 140px;
  }
  #member .member-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: none;
  }
  #member .member-item .img {
    position: relative;
    width: 160px;
    height: 130px;
  }
  #member .member-item .profile {
    width: calc(100% - 200px);
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #member .member-item .profile .en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  #member .flex-wrap {
    gap: 30px 0;
  }
  #member .member-item {
    flex-direction: column;
    width: 80%;
    max-width: 180px;
  }
  #member .member-item .profile {
    width: 100%;
    margin: 5px 0 0;
  }
}
/* ===== member個別設定 ===== */
.story01 #member .member01 .img::before {
  background-image: url(../img/job-people/project-story/01/member01.jpg);
}
.story01 #member .member02 .img::before {
  background-image: url(../img/job-people/project-story/01/member02.jpg);
}
.story01 #member .member03 .img::before {
  background-image: url(../img/job-people/project-story/01/member03.jpg);
}

.story02 #member .member01 .img::before {
  background-image: url(../img/job-people/project-story/02/member01.jpg);
}
.story02 #member .member02 .img::before {
  background-image: url(../img/job-people/project-story/02/member02.jpg);
}

/* ===== theme ===== */
.theme + .theme {
  margin: 200px 0 0;
}
.theme .text {
  position: relative;
  background-color: var(--color-white);
  padding: 90px 65px 80px;
  z-index: 1;
}
.theme .text p + p {
  margin-top: 2em;
}
.theme .img {
  position: relative;
  z-index: 2;
}
.theme .g-catch {
  margin: 0 0 3em;
}
.theme .flex-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .theme + .theme {
    margin-top: 80px !important;
  }
  .theme .flex-wrap {
    display: flex;
    flex-direction: column;
  }
  .theme .text {
    padding: 80px 65px 100px;
  }
  .theme .img {
    position: relative !important;
    top: auto !important;
    margin-top: -40px !important;
  }
  .theme .img .round-l,
.theme .img .round-r {
    border-radius: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .theme + .theme {
    margin-top: 50px !important;
  }
  .theme .text {
    padding: 50px 30px 70px;
  }
  .theme .g-catch {
    margin: 0 0 1.5em;
  }
}
/* ===== theme01 ===== */
#theme01 .flex-wrap {
  align-items: flex-end;
}
#theme01 .text {
  width: 70%;
}
#theme01 .img {
  position: absolute;
  left: 0;
  top: -80px;
  width: calc(30% + 25px);
}

@media screen and (max-width: 1024px) {
  #theme01 .text {
    width: 100%;
  }
  #theme01 .img {
    left: -65px;
    width: calc(100% - 130px);
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #theme01 .img {
    left: -30px;
    width: calc(100% - 60px);
  }
}
/* ===== theme02 ===== */
#theme02 .text {
  width: 65%;
}
#theme02 .img {
  position: absolute;
  right: 0;
  top: -55px;
  width: calc(35% + 25px);
}

@media screen and (max-width: 1024px) {
  #theme02 .text {
    width: 90%;
  }
  #theme02 .img {
    left: 65px;
    width: calc(90% - 130px);
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #theme02 .img {
    left: 30px;
    width: calc(90% - 60px);
  }
}
/* ===== theme03 ===== */
#theme03 .flex-wrap {
  align-items: flex-end;
}
#theme03 .text {
  width: 65%;
}
#theme03 .img {
  position: absolute;
  left: 0;
  top: -80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  width: calc(35% + 25px);
}
#theme03 .img img:nth-of-type(2) {
  width: 75%;
  max-width: 360px;
}

@media screen and (max-width: 1024px) {
  #theme03 .text {
    width: 90%;
  }
  #theme03 .img {
    left: -65px;
    width: calc(90% - 130px);
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #theme03 .img {
    left: -30px;
    width: calc(90% - 60px);
  }
}
/* ===== theme04 ===== */
#theme04 {
  margin-top: 140px;
}
#theme04 .flex-wrap {
  align-items: center;
}
#theme04 .logo {
  position: absolute;
  right: 65px;
  top: 65px;
  width: 270px;
}
#theme04 .text {
  padding-bottom: 170px;
}
#theme04 .img {
  margin: -120px auto 0;
  top: calc(100% - 120px);
  width: calc(100% - 130px);
}

@media screen and (max-width: 1024px) {
  #theme04 .flex-wrap {
    align-items: center;
  }
  #theme04 .logo {
    width: 120px;
  }
  #theme04 .text {
    padding-bottom: 80px;
  }
  #theme04 .logo {
    position: relative;
    top: -30px;
    right: auto;
    width: 180px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #theme04 .img {
    width: calc(100% - 60px);
  }
  #theme04 .logo {
    top: -20px;
    width: 140px;
  }
}

/*# sourceMappingURL=project-story.css.map */