  @charset "UTF-8";
/* ============================================ */
/* cross-talk
/* ============================================ */
.screen {
  position: relative;
}
.screen::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/screen.jpg);
}

/* ===== 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%;
  max-width: 1800px;
  height: 100%;
}
#top-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/top-area.jpg);
  background-position: 75% center;
}
#top-area .page-title {
  position: absolute;
  left: 5%;
  top: 5%;
}
#top-area .page-title .en,
#top-area .page-title .ja {
  display: block;
  color: var(--color-black);
}
#top-area .page-title .en {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  margin: 0.3em 0 0;
}
#top-area .page-title .ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.2em 0 0;
}

@media screen and (max-width: 1024px) {
  #top-area {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top-area {
    height: 350px;
  }
  #top-area .page-title .en {
    font-size: 40px;
    font-size: 2.5rem;
  }
  #top-area .page-title .ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #top-area {
    height: 250px;
  }
  #top-area .page-title .en {
    font-size: 32px;
    font-size: 2rem;
  }
  #top-area .page-title .ja {
    font-size: 16px;
    font-size: 1rem;
    margin: 0.2em 0 0;
  }
}
/* ===== intro ===== */
#intro {
  position: relative;
  padding: 0 0 120px;
}
#intro .catch-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 40px;
}
#intro .catch {
  max-width: 900px;
}
#intro .text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.2;
  text-align: justify;
}

@media screen and (min-width: 1201px) {
  #intro .catch-wrap {
    left: -50px;
  }
}
@media screen and (max-width: 1024px) {
  #intro {
    padding: 60px 0 120px;
  }
  #intro .catch-wrap {
    height: auto;
    margin: 0;
  }
  #intro .text {
    margin: 2em 0 0;
  }
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 40px 0 80px;
  }
  #intro .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #intro {
    padding: 30px 0 60px;
  }
  #intro .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* ===== member ===== */
#member {
  position: relative;
  padding: 50px 0 90px;
  background: rgba(0, 25, 117, 0.1);
}
#member .title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  margin: 0 0 1em;
}
#member .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  gap: 0 50px;
}
#member .member-item {
  width: 40%;
}
#member .member-item .img {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 300px;
}
#member .member-item .profile {
  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;
}
#member .member01 .img::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/member01.jpg);
}
#member .member02 .img::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/member02.jpg);
}

@media screen and (max-width: 1200px) {
  #member .flex-wrap {
    flex-direction: column;
    align-items: center;
  }
  #member .member-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
  }
  #member .member-item:nth-child(n+2) {
    margin: 60px 0 0;
  }
  #member .member-item .img {
    position: relative;
    width: 210px;
    height: 180px;
  }
  #member .member-item .profile {
    width: calc(100% - 250px);
  }
}
@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:nth-child(n+2) {
    margin: 30px 0 0;
  }
  #member .member-item .img {
    width: 100%;
  }
  #member .member-item .profile {
    width: 100%;
    margin: 10px 0 0;
  }
  #member .member-item .profile .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* ===== theme¹²Í¨ ===== */
.theme {
  position: relative;
}
.theme .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--color-category);
  font-weight: 600;
  margin: 0 0 130px;
}
.theme .title .number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 80px;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: var(--fontfamily-en);
  line-height: 1;
}
.theme .title .number::before {
  content: "TALK THEME";
  white-space: pre;
  display: block;
  font-size: 35%;
  white-space: nowrap;
  margin: 0 0 0.2em;
}
.theme .title .catch {
  width: calc(100% - 120px);
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}
.theme .talk .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px;
}
.theme .talk .talk-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
}
.theme .talk .talk-item + .talk-item {
  margin: 40px 0 0;
}
.theme .talk .talk-item .member-img {
  position: relative;
  padding: 10px 0 0;
}
.theme .talk .talk-item .member-img::before {
  content: "";
  display: block;
  width: 80px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.theme .talk .talk-item .member-img::after {
  content: "";
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0.3em 0 0;
}
.theme .talk .talk-item .member-img.member01::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/member01.jpg);
}
.theme .talk .talk-item .member-img.member01::after {
  content: "M.R";
}
.theme .talk .talk-item .member-img.member02::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/member02.jpg);
}
.theme .talk .talk-item .member-img.member02::after {
  content: "I.K";
}
.theme .talk .talk-item .text {
  width: calc(100% - 120px);
  line-height: 2;
}
.theme .talk .lastly-message {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-category);
  margin: 90px 0 65px 120px;
}
.theme .talk .lastly .member-img-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.theme .talk .lastly .text {
  width: calc(100% - 220px);
}

@media screen and (max-width: 1024px) {
  .theme .talk .flex-wrap {
    flex-direction: column;
  }
  .theme .img01 {
    margin: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .theme .title {
    margin: 0 0 80px;
  }
  .theme .title .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .theme .talk .lastly-message {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 70px 0 40px 120px;
  }
  .theme .talk .lastly .member-img-wrap {
    flex-direction: column;
  }
  .theme .talk .lastly .text {
    width: calc(100% - 120px);
  }
  .theme .img01 {
    margin: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .theme .title {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 50px;
  }
  .theme .title .number {
    font-size: 24px;
    font-size: 1.5rem;
    flex-direction: row;
    margin: 0 0 0.5em;
  }
  .theme .title .number::before {
    font-size: 75%;
    margin: 0 0.5em 0 0;
  }
  .theme .title .catch {
    width: 100%;
  }
  .theme .talk .talk-item + .talk-item {
    margin: 30px 0 0;
  }
  .theme .talk .talk-item .member-img::before {
    width: 60px;
    height: 55px;
  }
  .theme .talk .talk-item .member-img::after {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .theme .talk .talk-item .text {
    width: calc(100% - 80px);
  }
  .theme .talk .lastly-message {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 50px 0 30px;
  }
  .theme .talk .lastly .text {
    width: calc(100% - 80px);
  }
  .theme .img01 {
    margin: 40px 0 0;
  }
}
/* ===== theme01/theme03 ===== */
#theme01 .talk .flex-wrap .item-wrap,
#theme03 .talk .flex-wrap .item-wrap {
  width: calc(100% - 560px);
}
#theme01 .img01,
#theme03 .img01 {
  width: 460px;
}

#theme01 {
  padding: 100px 0 0;
}
#theme01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 12vw;
  max-height: 200px;
  background: #e6e8f1;
}
#theme01 .img02 {
  width: 80%;
  margin: 200px 0 0 auto;
}

#theme03 {
  padding: 200px 0 0;
}
#theme03 .img02 {
  width: 100%;
  margin: 200px 0 0;
}

@media screen and (max-width: 1200px) {
  #theme01 .talk .flex-wrap .item-wrap,
#theme03 .talk .flex-wrap .item-wrap {
    width: calc(100% - 380px);
  }
  #theme01 .img01,
#theme03 .img01 {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #theme01 .talk .flex-wrap,
#theme03 .talk .flex-wrap {
    align-items: flex-end;
  }
  #theme01 .talk .flex-wrap .item-wrap,
#theme03 .talk .flex-wrap .item-wrap {
    width: 100%;
  }
  #theme01 .img01,
#theme03 .img01 {
    width: 80%;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #theme01 .img02,
#theme03 .img02 {
    margin: 80px 0 0 auto;
  }
  #theme01 {
    padding: 80px 0 0;
  }
  #theme03 {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #theme01 .img02 {
    width: 100%;
  }
  #theme03 {
    padding: 80px 0 0;
  }
}
/* ===== theme02 ===== */
#theme02 {
  padding: 200px 0;
  background: #e6e8f1;
}
#theme02 .talk {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#theme02 .talk .flex-wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
}
#theme02 .talk .flex-wrap .item-wrap {
  width: calc(100% - 700px);
}
#theme02 .img01 {
  width: 600px;
}

@media screen and (max-width: 1800px) {
  #theme02 .img01 {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  #theme02 .talk .flex-wrap .item-wrap {
    width: calc(100% - 480px);
  }
  #theme02 .img01 {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #theme02 .talk .flex-wrap {
    flex-direction: column;
  }
  #theme02 .talk .flex-wrap .item-wrap {
    width: 100%;
    padding: 0 0 0 10vw;
  }
  #theme02 .talk .item-wrap {
    padding: 0 0 0 10vw;
  }
  #theme02 .img01 {
    width: 80%;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #theme02 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 600px) {
  #theme02 {
    padding: 80px 0;
  }
}
/* ===== theme03 ===== */
#theme03 .img02 {
  position: relative;
}
#theme03 .img02 .btn-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#theme03 .img02 .btn-title .en,
#theme03 .img02 .btn-title .ja {
  display: block;
  color: var(--color-black);
  line-height: 1;
}
#theme03 .img02 .btn-title .en {
  font-size: 65px;
  font-size: 4.0625rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
}
#theme03 .img02 .btn-title .ja {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.2em 0 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #theme03 .img02 .btn-title .en {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  #theme03 .img02 .btn-title .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  #theme03 .img02 .btn-title .en {
    font-size: 40px;
    font-size: 2.5rem;
  }
  #theme03 .img02 .btn-title .ja {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 600px) {
  #theme03 .img02 .btn-title .en {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  #theme03 .img02 .btn-title .ja {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*# sourceMappingURL=newgrads_cross-talk.css.map */
