@charset "utf-8";

/* *****************************************************************************

  story list style

***************************************************************************** */
.project-list-area{
  margin-top: 8rem;
  margin-bottom: 20rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  z-index: 1;
}
.project-list-area > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px){
  /* project-list-area */
  .project-list-area{
    margin-top: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 18rem;
  }
}

@media screen and (max-width: 760px){
  /* project-list-area */
  .project-list-area{
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 12rem;
  }
}

/* project-list */
.project-list > .-item{
  margin-top: 4rem;
  overflow: hidden;
}
.project-list > .-item:nth-child(1){
  margin-top: 0;
}
.project-list > .-item > a{
  display: block;
  width: 100%;
  height: 330px;
  position: relative;
}
.project-list > .-item > a::before,
.project-list > .-item > a::after{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.project-list > .-item > a::before{
  left: 0;
}
.project-list > .-item > a::after{
  right: 0;
}
.project-list > .-item.project-list-01 > a::before{
  background: url(/recruit/assets/images/story/img-list-project-01-01.jpg) center center no-repeat;
  background-size: cover;
}
.project-list > .-item.project-list-01 > a::after{
  background: url(/recruit/assets/images/story/img-list-project-01-02.jpg) center center no-repeat;
  background-size: cover;
}
.project-list > .-item.project-list-02 > a::before{
  background: url(/recruit/assets/images/story/img-list-project-02-01.jpg) center center no-repeat;
  background-size: cover;
}
.project-list > .-item.project-list-02 > a::after{
  background: url(/recruit/assets/images/story/img-list-project-02-02.jpg) center center no-repeat;
  background-size: cover;
}


@media screen and (max-width : 760px){
  /* project-list */
  .project-list > .-item{
    margin-top: 2rem;
  }
  .project-list > .-item > a{
    height: auto;
    aspect-ratio: 1/1;
  }
  .project-list > .-item.project-list-01 > a::before{
    background: url(/recruit/assets/images/story/img-list-project-01-01-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .project-list > .-item.project-list-01 > a::after{
    background: url(/recruit/assets/images/story/img-list-project-01-02-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .project-list > .-item.project-list-02 > a::before{
    background: url(/recruit/assets/images/story/img-list-project-02-01-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .project-list > .-item.project-list-02 > a::after{
    background: url(/recruit/assets/images/story/img-list-project-02-02-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

/* project-list-cover */
.project-list-cover{
  width: 100%;
  height: 100%;
}
.project-list-cover::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #002584;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.project-list-cover:hover::before{
  opacity: 0.4;
}

/* project-list-text */
.project-list-text{
  position: absolute;
  left: 4rem;
  bottom: 3.2rem;
  z-index: 2;
}
.project-list-text > .-number{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  white-space: nowrap;
}
.project-list-text > .-number > span{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #002584;
  background-color: #ffffff;
  line-height: 2.2rem;
  display: inline-block;
  padding: 0.1rem 0.8rem;
}
.project-list-text > .-sub{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.8rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.project-list-text > .-sub > span{
  color: #002584;
  background-color: #ffffff;
  line-height: 2.6rem;
  display: inline-block;
  padding: 0.1rem 0.8rem;
}
.project-list-text > .-main{
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.4615;
}
.project-list-text > .-main > span{
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.5rem 1rem;
  background-color: #002584;
}
.project-list-text > .-main > span > .-sp{
  display: none;
}

@media screen and (max-width: 1000px){
  /* project-list-text */
  .project-list-text{
    left: 2rem;
    bottom: 2.4rem;
  }
  .project-list-text > .-number > span{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .project-list-text > .-sub > span{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .project-list-text > .-main{
    font-size: 2.4rem;
  }
  .project-list-text > .-main > span{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 760px){
  /* project-list-text */
  .project-list-text{
    left: 4%;
    bottom: 4.2%;
  }
  .project-list-text > .-number{
    font-size: 3vw;
  }
  .project-list-text > .-number > span{
    padding: 1.5% 2.5%;
    line-height: 1;
  }
  .project-list-text > .-sub{
    font-size: 3.3vw;
    margin-bottom: 5%;
  }
  .project-list-text > .-sub > span{
    padding: 1.5% 2.5%;
    line-height: 1;
  }
  .project-list-text > .-main{
    font-size: 4.8vw;
    line-height: 1.55;
  }
  .project-list-text > .-main > span{
    padding: 1% 2.5%;
  }
  .project-list-text > .-main > span > .-sp{
    display: inline;
  }
}

/* project-list-number */
.project-list-number{
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  top: 3.4rem;
  left: 4.2rem;
  z-index: 2;
}

@media screen and (max-width : 760px){
  /* project-list-number */
  .project-list-number{
    top: 4.2105%;
    left: 5.0746%;
    font-size: 12.25vw;
  }
}

/* *****************************************************************************

  story detail style

***************************************************************************** */
/* page-title-story */
.page-title-story{
  width: 100%;
  margin-top: 5rem;
  padding-top: 50rem;
  position: relative;
}
.page-title-story-1::before,
.page-title-story-1::after,
.page-title-story-2::before,
.page-title-story-2::after{
  content: "";
  width: 50%;
  height: 500px;
  position: absolute;
  top: 0;
}
.page-title-story-1::before{
  background: url(/recruit/assets/images/story/project1/img-main-story-01.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
}
.page-title-story-1::after{
  background: url(/recruit/assets/images/story/project1/img-main-story-02.jpg) center center no-repeat;
  background-size: cover;
  right: 0;
}
.page-title-story-2::before{
  background: url(/recruit/assets/images/story/project2/img-main-story-01.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
}
.page-title-story-2::after{
  background: url(/recruit/assets/images/story/project2/img-main-story-02.jpg) center center no-repeat;
  background-size: cover;
  right: 0;
}

@media print, screen and (max-width: 760px){
  /* page-title-story */
  .page-title-story{
    margin-top: 0;
    padding-top: 0;
  }
  .page-title-story-1::before,
  .page-title-story-1::after,
  .page-title-story-2::before,
  .page-title-story-2::after{
    display: none;
  }
}

/* page-title-story-box */
.page-title-story-box{
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  z-index: 1;
}
.page-title-story-box > .-inner{
  background-color: #002584;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
  padding: 3.8rem 4rem 4rem;
}
.page-title-story-box > .-inner > .-heading{
  text-align: center;
  margin-bottom: 1.8rem;
}
.page-title-story-box > .-inner > .-heading > .-en{
  line-height: 1;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  margin-bottom: 1rem;
}
.page-title-story-box > .-inner > .-heading > .-main{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.page-title-story-box > .-inner > .-heading > .-main > span{
  color: #002584;
  background-color: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.3rem 1rem;
}
.page-title-story-box > .-inner > .-catch{
  text-align: center;
}
.page-title-story-box > .-inner > .-catch > p{
  font-size: 2.8rem;
  line-height: 1.7143;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.page-title-story-box > .-inner > .-catch > p > .-tablet{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* page-title-story-box */
  .page-title-story-box{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .page-title-story-box > .-inner > .-catch > p > .-tablet{
    display: inline;
  }
}

@media print, screen and (max-width: 760px){
  /* page-title-story-box */
  .page-title-story-box{
    padding-left: 0;
    padding-right: 0;
  }
  .page-title-story-box > .-inner{
    margin-top: 0;
    padding: 3.5rem 2rem;
  }
  .page-title-story-box > .-inner > .-catch{
    text-align: left
  }
  .page-title-story-box > .-inner > .-catch > p{
    font-size: 2.2rem;
  }
  .page-title-story-box > .-inner > .-catch > p > .-tablet{
    display: none;
  }
}

/* img-page-title-story */
.img-page-title-story{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* img-page-title-story */
  .img-page-title-story{
    display: block;
  }
  .img-page-title-story > img{
    width: 100%;
  }
}

/* story-about */
.story-about{
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.story-about > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* story-about */
  .story-about{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media print, screen and (max-width: 760px){
  /* story-about */
  .story-about{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* story-about-box */
.story-about-box{
  display: flex;
}

@media print, screen and (max-width: 1000px){
  /* story-about-box */
  .story-about-box{
    display: block;
  }
}

/* story-about-primary */
.story-about-primary{
  flex: 1;
  padding-right: 4.8rem;
}
.story-about-primary > .-heading{
  font-size: 1.6rem;
  line-height: 1;
  color: #002584;
  border-bottom: 1px solid #002584;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}
.story-about-primary > .-heading > span{
  padding-right: 0.5em;
}
.story-about-primary > .-text > p{
  font-size: 1.6rem;
  line-height: 2;
}

@media print, screen and (max-width: 1000px){
  /* story-about-primary */
  .story-about-primary{
    padding-right: 0;
  }
}

/* story-about-profile */
.story-about-profile{
  display: flex;
  align-items: center;
  width: 38.75%;
}
.story-about-profile > .-img > img{
  width: 100%;
  border-radius: 50%;
}
.story-about-profile > .-text{
  flex: 1;
  padding-left: 2.8rem;
}
.story-about-profile > .-text > .-item{
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  white-space: nowrap;
}

@media print, screen and (max-width: 1000px){
  /* story-about-profile */
  .story-about-profile{
    margin-top: 4rem;
    width: 372px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 460px){
  /* story-about-profile */
  .story-about-profile{
    display: block;
    width: 100%;
  }
  .story-about-profile > .-img{
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .story-about-profile > .-text{
    margin-top: 2rem;
    padding-left: 0;
    text-align: center;
  }
}

/* story-img-box */
.story-img-box{
  padding-left: 6rem;
  padding-right: 6rem;
}
.story-img-box > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.story-img-box > .-inner > .-item{
  width: 47.5%;
}
.story-img-box > .-inner > .-item > img{
  width: 100%;
}

@media screen and (max-width: 1000px){
  /* story-img-box */
  .story-img-box{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* story-img-box */
  .story-img-box{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .story-img-box > .-inner{
    display: block;
  }
  .story-img-box > .-inner > .-item{
    width: 100%;
  }
  .story-img-box > .-inner > .-item:nth-child(2){
    margin-top: 2rem;
  }
}

/* story-img-box-01 */
.story-img-box-01{
  margin-bottom: 14rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1095px){
  /* story-img-box-01 */
  .story-img-box-01{
    margin-bottom: 13vw;
  }
}

@media screen and (max-width: 760px){
  /* story-img-box-01 */
  .story-img-box-01{
  }
}

/* contents-story */
.contents-story{
  padding-bottom: 20rem;
  overflow: hidden;
}

@media screen and (max-width: 760px){
  /* contents-story */
  .contents-story{
    padding-bottom: 15rem;
  }
}

/* bg-story */
.bg-story{
  position: relative;
  margin-top: -26.5rem;
  margin-bottom: -26.5rem;
}
.bg-story::before{
  content: "";
  background-color: #e5e8f1;
  position: absolute;
  top: 0;
  left: 0;
  width: 77.5%;
  max-width: 1350px;
  height: 100%;
}
.bg-story > .-bg-text{
  position: absolute;
  top: 5.2rem;
  left: 0;
  font-size: 15rem;
  line-height: 1;
  opacity: 0.1;
  color: #002584;
  white-space: nowrap;
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}
.bg-story > .-inner{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1095px){
  /* bg-story */
  .bg-story{
    margin-top: -24.2vw;
    margin-bottom: -26.5vw;
  }
}

@media screen and (max-width: 760px){
  /* bg-story */
  .bg-story{
    margin-top: -37.5vw;
    margin-bottom: -55vw;
  }
  .bg-story > .-bg-text{
    font-size: 7.75rem;
    top: 22vw;
  }
}

/* story-box-one-column */
.story-box-one-column{
  padding-left: 2rem;
  padding-right: 2rem;
}
.story-box-one-column > .-inner{
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 760px){
  /* story-box-one-column */
  .story-box-one-column > .-inner{
    max-width: none;
  }
}

/* story-box-01 */
.story-box-01{
  padding-top: 26.5rem;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}

/* story-box-two-column */
.story-box-two-column{
  padding-left: 6rem;
  padding-right: 6rem;
}
.story-box-two-column > .-inner{
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.story-box-two-column.-reverse > .-inner{
  flex-direction: row-reverse;
}
.story-box-two-column > .-inner > .-primary{
  width: 59.0909%;
  position: relative;
  z-index: 1;
}
.story-box-two-column > .-inner > .-img{
  width: 36.3636%;
  position: relative;
  z-index: 1;
}
.story-box-two-column > .-inner > .-img > img{
  width: 100%;
}

@media screen and (max-width: 1000px){
  /* story-box-two-column */
  .story-box-two-column{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* story-box-two-column */
  .story-box-two-column{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .story-box-two-column > .-inner{
    display: block;
  }
  .story-box-two-column > .-inner > .-primary{
    width: 100%;
  }
  .story-box-two-column > .-inner > .-img{
    width: 100%;
    margin-top: 4rem;
  }
}

/* story-box-02 */
.story-box-02{
  margin-bottom: 12rem;
}
.story-box-02 > .-inner{
  position: relative;
}
.story-box-02 > .-inner::after{
  content: "";
  background: url(/recruit/assets/images/story/bg-story-box.svg) center center;
  background-size: 400px auto;
  position: absolute;
  top: -20rem;
  right: -20rem;
  width: 400px;
  height: 400px;
}

@media screen and (max-width: 760px){
  /* story-box-02 */
  .story-box-02{
    margin-bottom: 8rem;
  }
  .story-box-02 > .-inner::after{
    top: auto;
    bottom: -15rem;
    background: url(/recruit/assets/images/story/bg-story-box.svg) center center;
    background-size: 300px auto;
    width: 300px;
    height: 300px;
  }
}

/* story-box-03 */
.story-box-03{
  margin-bottom: 12rem;
  padding-bottom: 26.5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px){
  /* story-box-03 */
  .story-box-03{
    padding-bottom: 38.5vw;
  }
}

/* story-img-box-02 */
.story-img-box-02{
  margin-bottom: 12rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px){
  /* story-img-box-02 */
  .story-img-box-02{
    padding-top: 8vw;
    margin-bottom: 8rem;
  }
}

/* story-box-heading */
.story-box-heading{
  font-size: 2.8rem;
  line-height: 1.85;
  margin-bottom: 2.8rem;
}
.story-box-heading.-nowrap{
  white-space: nowrap;
}
.story-box-heading > .-marker{
  color: #ffffff;
  background-color: #002584;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.3rem 1rem;
}
.story-box-heading > .-marker > .-question{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.5em;
}

@media screen and (max-width: 760px){
  /* story-box-heading */
  .story-box-heading{
    font-size: 2.4rem;
  }
  .story-box-heading.-nowrap{
    white-space: normal;
  }
}

/* story-box-text */
.story-box-text > p{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

/* story-box-04 */
.story-box-04{
  margin-bottom: 10rem;
}

@media screen and (max-width: 760px){
  /* story-box-04 */
  .story-box-04{
    margin-bottom: 6rem;
  }
}
