  @charset "UTF-8";
/* ============================================ */
/* short-story
/* ============================================ */
@media screen and (min-width: 769px) {
  #main {
    padding-bottom: 250px;
  }
}
/* ===== top-area ===== */
#top-area {
  width: 100%;
  height: calc(100vh - 75px + 100px);
  height: calc(100svh - 75px + 100px);
  margin: 0 0 200px;
}
#top-area .out-wrap {
  height: 100%;
}
#top-area .text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  height: calc(100% - 100px);
  z-index: 1;
}
#top-area .title-wrap {
  padding: 0 80px 0 0;
}
#top-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 580px);
  min-width: 560px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#top-area .catch {
  width: 330px;
  padding: 0 50px 0 0;
}
#top-area .short-story {
  position: relative;
  left: -50px;
  display: block;
  width: 240px;
}
#top-area .title {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: fit-content;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 600;
  margin: 0 0 0 auto;
}
#top-area .title .number {
  font-size: 75%;
  font-family: var(--fontfamily-en);
  font-weight: 500;
  margin: 0 0.5em 0 0;
}
#top-area .text {
  color: var(--color-category);
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  padding: 0 80px 0 0;
}
#top-area .text .bg-white {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 0.5em;
}
#top-area .text .bg-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 110%;
  background: var(--color-white);
}
#top-area .text .bg-white .inner {
  position: relative;
}

/* 横幅1025px以上で、高さ750px以下の場合 */
@media (min-width: 1024px) and (max-height: 750px) {
  #top-area .catch {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #top-area {
    height: 600px;
  }
  #top-area .text-wrap {
    height: 100%;
  }
  #top-area .title-wrap {
    padding: 0 40px 0 0;
  }
  #top-area .catch {
    width: 240px;
    padding: 0 25px 0 0;
  }
  #top-area .short-story {
    left: -30px;
    width: 200px;
  }
  #top-area .title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #top-area .text {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 0 40px 0 0;
  }
  #top-area .img {
    width: calc(100% - 300px);
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #top-area {
    height: 450px;
    margin: 0 0 120px;
  }
  #top-area .title-wrap {
    padding: 0 40px 0 0;
  }
  #top-area .catch {
    width: 200px;
    padding: 0 25px 0 0;
  }
  #top-area .short-story {
    left: -25px;
    width: 180px;
  }
  #top-area .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  #top-area .text {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #top-area .img {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 600px) {
  #top-area {
    height: 320px;
    margin: 0 0 80px;
  }
  #top-area .title-wrap {
    padding: 0 20px 0 0;
  }
  #top-area .short-story {
    left: -15px;
    width: 140px;
  }
  #top-area .title {
    font-size: 32px;
    font-size: 2rem;
  }
  #top-area .text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  #top-area .img {
    width: 100%;
    min-width: auto;
  }
}
/* ===== 共通 ===== */
.block .text {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  gap: 2em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-category);
  flex-shrink: 0;
}
.block .text .text-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 2em;
  flex-shrink: 0;
}
.block .text p {
  writing-mode: vertical-rl;
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.block .text .catch {
  position: absolute;
  left: -120px;
  width: 65px;
}
.block .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.overlay-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: fit-content;
  color: #e2e2e2;
  font-weight: 600;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
.overlay-title .number {
  font-size: 70%;
  font-family: var(--fontfamily-en);
  font-weight: 500;
  margin: 0 0.5em 0 0;
}

@media screen and (min-width: 769px) {
  .block .text p {
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .block .text {
    font-size: 16px;
    font-size: 1rem;
  }
  .block .text .catch {
    left: -75px;
    width: 45px;
  }
}
@media screen and (max-width: 600px) {
  .block .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .block .text .text-block {
    gap: 1.5em;
  }
  .block .text .catch {
    left: -55px;
    width: 30px;
  }
}
/* ===== b01 ===== */
.b01 .text {
  margin: 0 auto 180px;
  justify-content: center;
}
.b01 .in-wrap {
  margin: 0 0 0 auto;
  padding: 0 0 150px;
}
.b01 .img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.b01 .img01 {
  width: 30%;
  border-radius: 10px 0 0 10px;
}
.b01 .img02 {
  width: 60%;
  margin: 180px 0 0;
}
.b01 .overlay-title {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 190px;
  font-size: 11.875rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .b01 .text {
    margin: 0 auto 120px;
  }
  .b01 .in-wrap {
    padding: 0 0 80px;
  }
  .b01 .img02 {
    margin: 100px 0 0;
  }
  .b01 .overlay-title {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .b01 .text {
    margin: 0 auto 80px;
  }
  .b01 .in-wrap {
    padding: 0 0 60px;
  }
  .b01 .overlay-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .b01 .text {
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
    margin: 0 auto 50px;
  }
  .b01 .in-wrap {
    padding: 0 0 45px;
  }
  .b01 .img-wrap {
    flex-direction: column;
  }
  .b01 .img01 {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .b01 .img02 {
    width: 80%;
    margin: 50px 0 0;
  }
  .b01 .overlay-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
/* ===== b02 ===== */
.b02 {
  margin: 80px 0 0;
}
.b02 .in-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10%;
  margin: 0 0 0 auto;
}
.b02 .text {
  width: 55%;
}
.b02 .img {
  width: 35%;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 600px) {
  .b02 .in-wrap {
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
  }
  .b02 .text {
    width: 100%;
    padding: 0 10vw 0 0;
  }
  .b02 .img {
    width: 100%;
    max-width: 360px;
  }
}
/* ===== b03 ===== */
.b03 {
  margin: 300px 0 0;
}
.b03 .in-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 10%;
}
.b03 .text {
  width: 55%;
  flex-direction: row;
}
.b03 .img {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .b03 {
    margin: 200px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .b03 {
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .b03 {
    margin: 100px 0 0;
  }
  .b03 .in-wrap {
    flex-direction: column;
    gap: 50px;
  }
  .b03 .text {
    width: 100%;
    padding: 0 0 0 10vw;
  }
  .b03 .img {
    width: 100%;
    max-width: 360px;
  }
}
/* ===== b04 ===== */
.b04 {
  margin: 300px 0 0;
  padding: 0 0 10%;
}
.b04 .text {
  margin: 0 0 90px auto;
}
.b04 .img {
  position: relative;
  top: 70%;
  width: 40%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .b04 {
    margin: 200px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .b04 {
    margin: 100px 0 0;
  }
  .b04 .img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 320px;
    margin: 50px 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .b04 {
    margin: 100px 0 0;
  }
  .b04 .text {
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
    margin: 0 0 50px auto;
  }
}
/* ===== bottom-area ===== */
#bottom-area {
  margin: 50px 0 0;
}
#bottom-area .overlay-title {
  font-size: 140px;
  font-size: 8.75rem;
  margin: 0 0 0.2em;
}
#bottom-area .img {
  position: relative;
  width: 100%;
  height: 740px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #bottom-area .overlay-title {
    font-size: 100px;
    font-size: 6.25rem;
  }
  #bottom-area .img {
    height: 540px;
  }
}
@media screen and (max-width: 768px) {
  #bottom-area .overlay-title {
    font-size: 100px;
    font-size: 6.25rem;
  }
  #bottom-area .img {
    height: 460px;
  }
}
@media screen and (max-width: 600px) {
  #bottom-area .overlay-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #bottom-area .img {
    height: 260px;
  }
}
/* ===== テキスト高さ指定 ===== */
.story01 .b01 .text-block {
  height: 400px;
}
.story01 .b01 .text-block.t01 {
  width: 275px !important;
}
.story01 .b01 .text-block.t02 {
  width: 365px !important;
}
.story01 .b02 .text-block {
  height: 420px;
}
.story01 .b02 .text-block.t01 {
  width: 365px !important;
}
.story01 .b03 .text-block {
  height: 420px;
}
.story01 .b03 .text-block.t01 {
  width: 320px !important;
}
.story01 .b04 .text-block {
  height: 330px;
}
.story01 .b04 .text-block.t01 {
  width: 445px !important;
}

.story02 .b01 .text-block {
  height: 400px;
}
.story02 .b01 .text-block.t01 {
  width: 400px !important;
}
.story02 .b01 .text-block.t02 {
  width: 185px !important;
}
.story02 .b02 .text-block {
  height: 460px;
}
.story02 .b02 .text-block.t01 {
  width: 445px !important;
}
.story02 .b03 .text-block {
  height: 420px;
}
.story02 .b03 .text-block.t01 {
  width: 355px !important;
}
.story02 .b04 .text-block {
  height: 330px;
}
.story02 .b04 .text-block.t01 {
  width: 490px !important;
}

.story03 .b01 .text-block {
  height: 440px;
}
.story03 .b01 .text-block.t01 {
  width: 445px !important;
}
.story03 .b02 .text-block {
  height: 420px;
}
.story03 .b02 .text-block.t01 {
  width: 320px !important;
}
.story03 .b03 .text-block {
  height: 480px;
}
.story03 .b03 .text-block.t01 {
  width: 400px !important;
}
.story03 .b04 .text-block {
  height: 420px;
}
.story03 .b04 .text-block.t01 {
  width: 480px !important;
}

@media screen and (max-width: 768px) {
  .story01 .b01 .text-block.t01 {
    width: 180px !important;
  }
  .story01 .b01 .text-block.t02 {
    width: 250px !important;
  }
  .story01 .b02 .text-block.t01 {
    width: 285px !important;
  }
  .story01 .b03 .text-block.t01 {
    width: 250px !important;
  }
  .story01 .b04 .text-block.t01 {
    width: 320px !important;
  }
  .story02 .b01 .text-block.t01 {
    width: 285px !important;
  }
  .story02 .b01 .text-block.t02 {
    width: 145px !important;
  }
  .story02 .b02 .text-block.t01 {
    width: 320px !important;
  }
  .story02 .b03 .text-block {
    height: 320px;
  }
  .story02 .b03 .text-block.t01 {
    width: 320px !important;
  }
  .story02 .b04 .text-block.t01 {
    width: 320px !important;
  }
  .story03 .b01 .text-block.t01 {
    width: 320px !important;
  }
  .story03 .b02 .text-block {
    height: 290px;
  }
  .story03 .b02 .text-block.t01 {
    width: 295px !important;
  }
  .story03 .b03 .text-block.t01 {
    width: 320px !important;
  }
  .story03 .b04 .text-block.t01 {
    width: 355px !important;
  }
}
@media screen and (max-width: 600px) {
  .story01 .b01 .text-block {
    height: 300px;
  }
  .story01 .b01 .text-block.t01 {
    width: 190px !important;
  }
  .story01 .b01 .text-block.t02 {
    width: 250px !important;
  }
  .story01 .b02 .text-block {
    height: 370px;
  }
  .story01 .b02 .text-block.t01 {
    width: 250px !important;
  }
  .story01 .b03 .text-block {
    height: 300px;
  }
  .story01 .b03 .text-block.t01 {
    width: 220px !important;
  }
  .story01 .b04 .text-block {
    height: 390px;
  }
  .story01 .b04 .text-block.t01 {
    width: 210px !important;
  }
  .story02 .b01 .text-block {
    height: 300px;
  }
  .story02 .b01 .text-block.t01 {
    width: 265px !important;
  }
  .story02 .b01 .text-block.t02 {
    width: 130px !important;
  }
  .story02 .b02 .text-block {
    height: 410px;
  }
  .story02 .b02 .text-block.t01 {
    width: 275px !important;
  }
  .story02 .b03 .text-block {
    height: 320px;
  }
  .story02 .b03 .text-block.t01 {
    width: 240px !important;
  }
  .story02 .b04 .text-block {
    height: 420px;
  }
  .story02 .b04 .text-block.t01 {
    width: 180px !important;
  }
  .story03 .b01 .text-block {
    height: 280px;
  }
  .story03 .b01 .text-block.t01 {
    width: 395px !important;
  }
  .story03 .b02 .text-block {
    height: 240px;
  }
  .story03 .b02 .text-block.t01 {
    width: 285px !important;
  }
  .story03 .b03 .text-block {
    height: 280px;
  }
  .story03 .b03 .text-block.t01 {
    width: 335px !important;
  }
  .story03 .b04 .text-block {
    height: 360px;
  }
  .story03 .b04 .text-block.t01 {
    width: 305px !important;
  }
}
@media screen and (max-width: 480px) {
  .story03 .b01 .text-block {
    height: 420px;
  }
  .story03 .b01 .text-block.t01 {
    width: 265px !important;
  }
  .story03 .b02 .text-block {
    height: 280px;
  }
  .story03 .b02 .text-block.t01 {
    width: 220px !important;
  }
  .story03 .b03 .text-block {
    height: 400px;
  }
  .story03 .b03 .text-block.t01 {
    width: 260px !important;
  }
  .story03 .b04 .text-block {
    height: 480px;
  }
  .story03 .b04 .text-block.t01 {
    width: 230px !important;
  }
}
/* 横幅1025px以上で、高さ750px以下の場合 */
@media (min-width: 1024px) and (max-height: 750px) {
  .block .text {
    font-size: 16px;
    font-size: 1rem;
  }
  .story01 .b01 .text-block {
    height: 300px;
  }
  .story01 .b01 .text-block.t01 {
    width: 280px !important;
  }
  .story01 .b01 .text-block.t02 {
    width: 365px !important;
  }
  .story01 .b02 .text-block {
    height: 300px;
  }
  .story01 .b02 .text-block.t01 {
    width: 440px !important;
  }
  .story01 .b03 .text-block {
    height: 300px;
  }
  .story01 .b03 .text-block.t01 {
    width: 325px !important;
  }
  .story01 .b04 .text-block {
    height: 300px;
  }
  .story01 .b04 .text-block.t01 {
    width: 440px !important;
  }
  .story02 .b01 .text-block {
    height: 300px;
  }
  .story02 .b01 .text-block.t01 {
    width: 355px !important;
  }
  .story02 .b01 .text-block.t02 {
    width: 200px !important;
  }
  .story02 .b02 .text-block {
    height: 300px;
  }
  .story02 .b02 .text-block.t01 {
    width: 550px !important;
  }
  .story02 .b03 .text-block {
    height: 300px;
  }
  .story02 .b03 .text-block.t01 {
    width: 395px !important;
  }
  .story02 .b04 .text-block {
    height: 300px;
  }
  .story02 .b04 .text-block.t01 {
    width: 450px !important;
  }
  .story03 .b01 .text-block {
    height: 300px;
  }
  .story03 .b01 .text-block.t01 {
    width: 550px !important;
  }
  .story03 .b02 .text-block {
    height: 300px;
  }
  .story03 .b02 .text-block.t01 {
    width: 325px !important;
  }
  .story03 .b03 .text-block {
    height: 300px;
  }
  .story03 .b03 .text-block.t01 {
    width: 515px !important;
  }
  .story03 .b04 .text-block {
    height: 300px;
  }
  .story03 .b04 .text-block.t01 {
    width: 510px !important;
  }
}
/* ===== 画像設定 ===== */
.story01 #top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/01/top-img.jpg);
  background-position: left center;
}
.story01 #bottom-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/01/bottom-img.jpg);
}

.story02 #top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/02/top-img.jpg);
}
.story02 #bottom-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/02/bottom-img.jpg);
}

.story03 #top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/03/top-img.jpg);
  background-position: 20% center;
}
.story03 #bottom-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/03/bottom-img.jpg);
}

/*# sourceMappingURL=newgrads_short-story.css.map */
