@charset "utf-8";

/* *****************************************************************************

  recruit style

***************************************************************************** */
/* page-title */
.page-title.-yellow::after{
  background-color: #fffaa0;
}

/* page-title-recruit */
.page-title-recruit{
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.page-title-recruit > .-primary{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 52.3758%;
}
.page-title-recruit > .-img{
  width: 47.6242%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.page-title-recruit > .-img > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* page-title-recruit */
  .page-title-recruit > .-primary{
    justify-content: flex-start;
  }
}

@media print, screen and (max-width: 760px){
  /* page-title-recruit */
  .page-title-recruit > .-primary{
    width: 100%;
  }
  .page-title-recruit > .-img{
    display: none;
  }
}

/* page-title-recruit-heading */
.page-title-recruit-heading > .-en{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 12px;
}
.page-title-recruit-heading > .-main{
  font-size: 2rem;
  font-weight: 700;
  color: #182d94;
  line-height: 1.75;
}

@media print, screen and (max-width: 760px){
  /* page-title-recruit-heading */
  .page-title-recruit-heading > .-en{
    font-size: 4.6rem;
    margin-bottom: 1rem;
  }
  .page-title-recruit-heading > .-main{
    font-size: 1.9rem;
  }
}

/* page-title-recruit-catch */
.page-title-recruit-catch{
  font-family: 'Outfit', sans-serif;
}
.page-title-recruit-catch > .-sub{
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 5px;
}
.page-title-recruit-catch > .-main{
  font-size: 6rem;
  font-weight: 900;
  color: #182d94;
  line-height: 1;
  white-space: nowrap;
}
.page-title-recruit-catch > .-main > span{
  background: linear-gradient(transparent 50%, #fcee21 50%);
}

@media print, screen and (max-width: 1000px){
  /* page-title-recruit-catch */
  .page-title-recruit-catch{
    margin-top: 4.5rem;
  }
  .page-title-recruit-catch > .-sub{
    font-size: 4vw;
  }
  .page-title-recruit-catch > .-main{
    font-size: 6vw;
  }
}

@media print, screen and (max-width: 760px){
  /* page-title-recruit-catch */
  .page-title-recruit-catch{
    display: none;
  }
}

/* page-title-recruit-sp */
.page-title-recruit-sp{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* page-title-recruit-sp */
  .page-title-recruit-sp{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-title-recruit-sp > .-primary{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 52.3758%;
  }
  .page-title-recruit-sp > .-img{
    width: 47.6242%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .page-title-recruit-sp > .-img > img{
    width: 100%;
  }
}

@media print, screen and (max-width: 540px){
  /* page-title-recruit-sp */
  .page-title-recruit-sp{
    display: block;
    margin-top: 4.5rem;
  }
  .page-title-recruit-sp > .-primary{
    display: block;
  }
  .page-title-recruit-sp > .-img{
    width: 100%;
    display: block;
    margin-top: 3rem;
  }
}

/* page-title-recruit-catch-sp */
.page-title-recruit-catch-sp{
  font-family: 'Outfit', sans-serif;
  margin-bottom: 0.4rem;
}
.page-title-recruit-catch-sp > .-sub{
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.page-title-recruit-catch-sp > .-main{
  font-size: 6vw;
  font-weight: 900;
  color: #182d94;
  line-height: 1;
  white-space: nowrap;
}
.page-title-recruit-catch-sp > .-main > span{
  background: linear-gradient(transparent 50%, #fcee21 50%);
}

@media print, screen and (max-width: 540px){
  /* page-title-recruit-catch-sp */
  .page-title-recruit-catch-sp{
    margin-bottom: 0;
  }
  .page-title-recruit-catch-sp > .-sub{
    font-size: 7vw;
  }
  .page-title-recruit-catch-sp > .-main{
    font-size: 10.5vw;
  }
}

/* contents-recruit */
.contents-recruit{
  overflow: hidden;
}

/* section-recruit-heading */
.section-recruit-heading.-center{
  text-align: center;
}
.section-recruit-heading > .-en{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 16px;
}
.section-recruit-heading > .-en > br{
  display: none;
}
.section-recruit-heading > .-main{
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: #182d94;
}

@media print, screen and (max-width: 760px){
  /* section-recruit-heading */
  .section-recruit-heading > .-en{
      font-size: 5rem;
      margin-bottom: 12px;
  }
  .section-recruit-heading > .-en > br{
    display: inline;
  }
  .section-recruit-heading > .-main{
      font-size: 1.6rem;
  }
}

/* section-recruit-catch */
.section-recruit-catch{
  margin-top: 25px;
}
.section-recruit-catch > p{
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444;
  color: #182d94;
}

@media print, screen and (max-width: 760px){
  /* section-recruit-catch */
  .section-recruit-catch{
    margin-top: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-recruit-catch > p{
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media print, screen and (max-width: 560px){
  /* section-recruit-catch */
  .section-recruit-catch > p{
    text-align: left;
  }
}

@media print, screen and (max-width: 560px){
  /* section-recruit-catch */
  .section-recruit-catch > p{
    font-size: 5.3vw;
  }
}

/* section-recruit-text */
.section-recruit-text{
  margin-top: 30px;
}
.section-recruit-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media print, screen and (max-width: 760px){
  /* section-recruit-text */
  .section-recruit-text{
    margin-top: 3rem;
  }
  .section-recruit-text > p{
    font-size: 1.5rem;
  }
}

/* section-recruit-button */
.section-recruit-button{
  margin-top: 35px;
}
.section-recruit-button.-center{
  text-align: center;
}
.section-recruit-button > a{
  width: 100%;
  max-width: 247px;
  text-align: left;
  display: inline-block;
  color: #ffffff;
  font-size: 1.6rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
}
.section-recruit-button > a:hover{
  opacity: 0.75;
}
.section-recruit-button > a > span{
  background:url(/assets/images/arrow-link-white.svg) right center no-repeat;
  background-size: 8px auto;
  display: inline-block;
  width: 100%;
  padding-right: 38px;
}

@media print, screen and (max-width: 760px){
  /* section-recruit-button */
  .section-recruit-button{
    text-align: center;
    margin-top: 3.5rem;
  }
  .section-recruit-button > a{
    max-width: 240px;
    font-size: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 56px;
  }
  .section-recruit-button > a:hover{
    opacity: 1;
  }
  .section-recruit-button > a > span{
    background:url(/assets/images/arrow-link-white.svg) right center no-repeat;
    background-size: 7px auto;
    padding-right: 32px;
  }
}

/* section-recruit-message */
.section-recruit-message{
  margin-top: 150px;
  background: url(/assets/images/recruit/text-message.svg) center top 22px no-repeat;
  background-size: 720px auto;
}

@media print, screen and (max-width: 1000px){
  /* section-recruit-message */
  .section-recruit-message{
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-recruit-message */
  .section-recruit-message{
    margin-top: 80px;
    background: url(/assets/images/recruit/text-message.svg) center top 22px no-repeat;
    background-size: 100% auto;
  }
}

/* section-recruit-workflow */
.section-recruit-workflow{
  margin-top: 120px;
  width: 100%;
  height: 500px;
  position: relative;
  background-color: #fffaa0;
  display: flex;
  justify-content: flex-end;
}
.section-recruit-workflow::before{
  width: 48.4722%;
  height: 500px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/recruit/img-workflow.jpg) center center no-repeat;
  background-size: cover;
}
.section-recruit-workflow > .-inner{
  width: 51.5278%;
  height: 500px;
  display: flex;
  align-items: center;
  padding-left: 6.7361%;
  padding-right: 6.7361%;
}
.section-recruit-workflow > .-inner > .-primary{
  position: relative;
}
.section-recruit-workflow > .-inner > .-primary::before{
  content: "";
  width: 820px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(/assets/images/recruit/text-workflow.svg) center center no-repeat;
  background-size: 820px auto;
}
.section-recruit-workflow-primary{
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 1000px){
  /* section-recruit-workflow */
  .section-recruit-workflow{
    margin-top: 100px;
  }
  .section-recruit-workflow > .-inner{
      padding-left: 40px;
      justify-content: flex-start;
  }
}

@media print, screen and (max-width: 760px){
  /* section-recruit-workflow */
  .section-recruit-workflow{
      margin-top: 80px;
      height: auto;
      padding-top: 300px;
  }
  .section-recruit-workflow::before{
      width: 100%;
      height: 300px;
  }
  .section-recruit-workflow > .-inner{
      padding: 60px 0;
      width: 100%;
      height: auto;
      display: block;
  }
  .section-recruit-workflow > .-inner > .-primary::before{
    width: 100%;
    height: 100%;
    background: url(/assets/images/recruit/text-workflow.svg) center top no-repeat;
    background-size: 100% auto;
  }
  .section-recruit-workflow-primary{
      text-align: center;
  }
  .section-recruit-workflow-primary > .section-recruit-heading{
    padding-left: 20px;
    padding-right: 20px;    
  }
  .section-recruit-workflow-primary > .section-recruit-text{
    padding-left: 20px;
    padding-right: 20px;    
  }
}

/* section-recruit-interview */
.section-recruit-interview{
  padding: 120px 60px;
}
.section-recruit-interview > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section-recruit-interview > .-inner::after{
  content: "";
  width: 915px;
  height: 255px;
  position: absolute;
  top: 24px;
  left: 0;
  background: url(/assets/images/recruit/text-interview.svg) left center no-repeat;
  background-size: 915px auto;
}
.section-recruit-interview-primary{
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 1000px){
  /* section-recruit-interview */
  .section-recruit-interview{
    padding: 100px 40px;
  }
}

@media print, screen and (max-width: 900px){
  /* section-recruit-interview */
  .section-recruit-interview > .-inner{
    display: block;
  }
}

@media print, screen and (max-width: 760px){
  /* section-recruit-interview */
  .section-recruit-interview{
    padding: 80px 20px;
  }
  .section-recruit-interview > .-inner{
    display: block;
  }
  .section-recruit-interview > .-inner::after{
    width: 732px;
    height: 204px;
    background: url(/assets/images/recruit/text-interview.svg) left center no-repeat;
    background-size: 732px auto;
  }
}

/* interview-img */
.interview-img{
  width: 48.2143%;
  position: relative;
  z-index: 1;
}
.interview-img > img{
  width: 100%;
}

@media print, screen and (max-width: 900px){
  /* interview-img */
  .interview-img{
    margin-top: 60px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 760px){
  /* interview-img */
  .interview-img{
    width: 100%;
  }
}

/* interview-img */
.interview-img{
  width: 48.2143%;
}
.interview-img > img{
  width: 100%;
}

@media print, screen and (max-width: 900px){
  /* interview-img */
  .interview-img{
    margin-top: 60px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 760px){
  /* interview-img */
  .interview-img{
    width: 100%;
  }
}

/* section-recruit-numbers */
.section-recruit-numbers{
  background-color: #fafaf0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.section-recruit-numbers::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #ffffff;
}
.section-recruit-numbers > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: url(/assets/images/home/text-numbers.svg) left top 25px no-repeat;
  background-size: 424px auto;
}

@media print, screen and (max-width: 1000px){
  /* section-recruit-numbers */
  .section-recruit-numbers{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-recruit-numbers */
  .section-recruit-numbers{
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-recruit-numbers::after{
    height: 85px;
  }
}

/* numbers-box */
.numbers-box{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 760px){
  /* numbers-box */
  .numbers-box{
    display: block;
  }
}

/* numbers-primary */
.numbers-primary{
  margin-top: 40px;
  width: 43.3036%;
  position: relative;
}
.numbers-primary::after{
  content: "";
  width: 680px;
  height: 120px;
  position: absolute;
  top: 18px;
  left: 10px;
  background: url(/assets/images/recruit/text-numbers.svg) center center no-repeat;
}
.numbers-primary > div{
  position: relative;
  z-index: 1;
}
.numbers-primary > .-text{
  margin-top: 52px;
}

@media print, screen and (max-width: 760px){
  /* numbers-primary */
  .numbers-primary{
    width: 100%;
    position: static;
    text-align: center;
  }
  .numbers-primary::after{
    width: 100%;
    height: 100%;
    top: 20px;
    left: 0;
    background: url(/assets/images/recruit/text-numbers.svg) center top no-repeat;
  }
}

/* numbers-img */
.numbers-img{
  width: 48.0357%;
  position: relative;
}
.numbers-img > .-item:nth-child(2){
  text-align: right;
}
.numbers-img > .-item > img{
  width: 81.9703%;
  display: inline;
}

@media print, screen and (max-width: 760px){
  /* numbers-img */
  .numbers-img{
    display: none;
  }
}

/* numbers-img-sp */
.numbers-img-sp{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* numbers-img-sp */
  .numbers-img-sp{
    display: block;
    background-color: #fafaf0;
    padding-top: 60px;
  }
  .numbers-img-sp > .-item:nth-child(2){
    text-align: right;
  }
  .numbers-img-sp > .-item > img{
    width: 81.9703%;
    display: inline;
  }
}

/* section-recruit-link */
.section-recruit-link{
  background-color: #fafaf0;
  padding: 120px 60px 100px;
}
.section-recruit-link > .-inner{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.section-recruit-link > .-inner > div{
  width: 50%;  
}

@media print, screen and (max-width: 1000px){
  /* section-recruit-link */
  .section-recruit-link{
    background-color: #fafaf0;
    padding: 100px 40px;
  }
}

@media print, screen and (max-width: 900px){
  /* section-recruit-link */
  .section-recruit-link > .-inner{
    display: block;
  }
  .section-recruit-link > .-inner > div{
    width: 100%;  
  }
  .section-recruit-link > .-inner > div:nth-child(1){
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-recruit-link */
  .section-recruit-link{
    padding: 80px 20px;
  }
  .section-recruit-link > .-inner > div:nth-child(1){
    margin-bottom: 80px;
  }
}

/* section-recruit-faq */
.section-recruit-faq{
  background: #fffaa0 url(/assets/images/recruit/text-faq.svg) center center no-repeat;
  background-size: 342px auto;
  height: 200px;
}
.section-recruit-faq > .-inner{
  display: flex;
  align-items: center;
  height: 200px;
}
.section-recruit-faq > .-inner > .-item{
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.section-recrui-faq-heading{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-recrui-faq-heading > .-en{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 5.4rem;
  line-height: 1;
  padding-right: 32px;
}
.section-recrui-faq-heading > .-main{
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: #182d94;
}
.section-recruit-faq .section-recruit-button{
  width: 100%;
  margin-top: 0
}

@media print, screen and (max-width: 760px){
  /* section-recruit-faq */
  .section-recruit-faq{
    height: auto;
    padding: 80px 20px;
    background: #fffaa0 url(/assets/images/recruit/text-faq.svg) center top 100px no-repeat;
    background-size: 300px auto;
  }
  .section-recruit-faq > .-inner{
    display: block;
    height: auto;
  }
  .section-recruit-faq > .-inner > .-item{
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .section-recrui-faq-heading{
    display: block;
    text-align: center;
  }
  .section-recrui-faq-heading > .-en{
      font-size: 5rem;
      margin-bottom: 12px;
      padding-right: 0;
  }
  .section-recrui-faq-heading > .-main{
      font-size: 1.6rem;
  }
  .section-recruit-faq .section-recruit-button{
    margin-top: 3.5rem;
  }
}

/* *****************************************************************************

  /recruit/message.html

***************************************************************************** */
/* message-name */
.message-name{
  margin-top: 70px;
  font-weight: 500;
}
.message-name > .-position{
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  display: inline-block;
}
.message-name > .-name{
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  padding-left: 1em;
  display: inline-block;
}

@media screen and (max-width: 760px){
  /* message-name */
  .message-name{
    margin-top: 50px;
  }
  .message-name > .-position{
    font-size: 2rem;
  }
  .message-name > .-name{
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 400px){
  /* message-name */
  .message-name > .-position{
    display: block;
    line-height: 1;
  }
  .message-name > .-name{
    display: block;
    padding-left: 0;
  }
}

/* message-text  */
.message-text{
  margin-top: 56px;
  margin-bottom: 75px;
}
.message-text  > p{
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 2.1em;
}
.message-text  > p:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 760px){
  /* .message-text  */
  .message-text{
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .message-text  > p{
      font-size: 1.7rem;
  }
}

/* *****************************************************************************

  /recruit/workflow.html

***************************************************************************** */
/* workflow-list */
.workflow-list{
  counter-reset: workflow-list;
}
.workflow-list > .-item{
  position: relative;
  padding-left: 80px;
  padding-bottom: 70px;
}
.workflow-list > .-item:last-child{
  padding-bottom: 0;
}
.workflow-list > .-item::before{
  counter-increment: workflow-list;
  content: counter(workflow-list,decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  font-size: 1.8rem;
  color: #17288a;
  background-color: #fffaa0;
  width: 50px;
  height: 50px;
  border: 1px solid #17288a;
  z-index: 1;
}
.workflow-list > .-item::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #17288a;
  top: 24px;
  left: 24px;
}
.workflow-list > .-item:last-child::after{
  display: none;
}

@media screen and (max-width: 1000px){
  /* workflow-list */
  .workflow-list > .-item{
    padding-left: 70px;
  }
}

@media screen and (max-width: 760px){
  /* workflow-list */
  .workflow-list > .-item{
    padding-left: 60px;
    padding-bottom: 60px;  
  }
  .workflow-list > .-item::before{
    line-height: 40px;
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
  }
}

/* workflow-heading */
.workflow-heading{
  padding-top: 3px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #17288a;
}

@media screen and (max-width: 1000px){
  /* workflow-heading */
  .workflow-heading{
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 760px){
  /* workflow-heading */
  .workflow-heading{
    font-size: 2.3rem;
  }
}

/* workflow-data */
.workflow-data{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4.7281%;
  margin-top: 22px;
  margin-bottom: 10px;
}
.workflow-data > .-item{
  margin-bottom: 1rem;
}
.workflow-data-sub{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4.7281%;
  margin-top: 22px;
  margin-bottom: 10px;
}
.workflow-data-sub > .-item{
  margin-bottom: 1rem;
}

@media screen and (max-width: 760px){
  /* workflow-data */
  .workflow-data{
    column-gap: 4%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .workflow-data-sub{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

/* workflow-data-title */
.workflow-data-title > span{
  display: inline-block;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #17288a;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 8px;
}
.workflow-data-title-sub{
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #17288a;
  position: relative;
  padding-left: 48px;
}
.workflow-data-title-sub::before{
  content: "";
  width: 32px;
  height: 2px;
  background-color: #17288a;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 760px){
  /* workflow-data-title */
  .workflow-data-title > span{
    font-size: 1.5rem;
    padding-left: 6px;
    padding-right: 6px;
  }
  .workflow-data-title-sub{
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 700;
    color: #17288a;
    position: relative;
    padding-left: 38px;
  }
  .workflow-data-title-sub::before{
    content: "";
    width: 25px;
    height: 2px;
    background-color: #17288a;
    position: absolute;
    top: 10px;
    left: 0;
  }
}

/* workflow-data-position */
.workflow-data-position{
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.6;
}

@media screen and (max-width: 760px){
  /* workflow-data-position */
  .workflow-data-position{
    font-size: 1.9rem;
  }
}

/* workflow-data-button */
.workflow-data-button > a{
  display: inline-block;
  background-color: #fffaa0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  padding: 6px 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.workflow-data-button > a:hover{
  background-color: #17288a;
  color: #ffffff;
}
.workflow-data-button > a > span{
  padding-right: 35px;
  display: inline-block;
  background: url(/assets/images/arrow-link-black.svg) right 9px no-repeat;
  background-size: 8px auto;
}
.workflow-data-button > a:hover > span{
  background: url(/assets/images/arrow-link-white.svg) right 9px no-repeat;
  background-size: 8px auto;
}

@media screen and (max-width: 760px){
  /* workflow-data-button */
  .workflow-data-button > a{
    font-size: 1.5rem;
    padding: 4px 20px;
  }
  .workflow-data-button > a:hover{
    background-color: #fffaa0;
    color: #000000;
  }
  .workflow-data-button > a > span{
    padding-right: 24px;
    background: url(/assets/images/arrow-link-black.svg) right 8px no-repeat;
    background-size: 7px auto;
  }
  .workflow-data-button > a:hover > span{
    background: url(/assets/images/arrow-link-black.svg) right 8px no-repeat;
    background-size: 7px auto;
  }
}

/* workflow-text */
.workflow-text > p{
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 760px){
  /* workflow-text */
  .workflow-text > p{
    font-size: 1.5rem;
  }
}

/* workflow-list-section */
.workflow-list-section{
  margin-top: 10px;
}
.workflow-list-section:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 760px){
  /* workflow-list-section */
  .workflow-list-section{
    margin-top: 25px;
  }
}

/* *****************************************************************************

  interview list style

***************************************************************************** */
/* interview-list */
.interview-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview-list > .-item{
  width: 48.1641%;
  display: flex;
  margin-top: 60px;
}
.interview-list > .-item:nth-child(-n+2){
  margin-top: 0;
}
.interview-list > .-item > a{
  background-color: #fafaf0;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 760px){
  /* interview-list */
  .interview-list > .-item{
    width: 50%;
    margin-top: 40px;
  }
  .interview-list > .-item:nth-child(odd){
    padding-right: 10px;
  }
  .interview-list > .-item:nth-child(even){
    padding-left: 10px;
  }
}

@media screen and (max-width: 620px){
  /* interview-list */
  .interview-list{
    display: block;
  }
  .interview-list > .-item{
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .interview-list > .-item:nth-child(2){
    margin-top: 20px;
  }
  .interview-list > .-item:nth-child(odd){
    padding-right: 0;
  }
  .interview-list > .-item:nth-child(even){
    padding-left: 0;
  }
}

/* interview-list-img */
.interview-list-img{
  overflow: hidden;
  width: 100%;
}
.interview-list-img > img{
  width: 100%;
  display: block;
    transition-duration: 0.5s;
}
a:hover > .interview-list-img > img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

@media screen and (max-width: 760px){
  /* interview-list-img */
  a:hover > .interview-list-img > img{
    transform: scale(1);    
  }
}

/* interview-list-box */
.interview-list-box{
  padding: 22px 20px;
}
.interview-list-box > .-text > p{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444;
  color: #17288a;
}
.interview-list-box > .-position{
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 14px;
}
.interview-list-box > .-data{
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.interview-list-box > .-data > .-date{
  padding-right: 4.9261%;
}
.interview-list-box > .-data > .-date > span{
  display: inline-block;
  background-color: #fffaa0;
  line-height: 22px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}
.interview-list-box > .-data > .-career > span{
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  line-height: 22px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}

@media screen and (max-width: 760px){
  /* interview-list-box */
  .interview-list-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .interview-list-box > .-text > p{
    font-size: 1.7rem;
  }
  .interview-list-box > .-position{
    font-size: 1.3rem;
    margin-top: 12px;
  }
  .interview-list-box > .-data{
    margin-top: 5px;
  }
  .interview-list-box > .-data > .-date > span{
    font-size: 1.3rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .interview-list-box > .-data > .-career > span{
    font-size: 1.3rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 720px){
  /* interview-list-box */
  .interview-list-box > .-text > p > br.-break{
    display: none;
  }
}

@media screen and (max-width: 620px){
    /* interview-list-box */
  .interview-list-box > .-text > p > br.-break{
    display: inline;
  }
}

@media screen and (max-width: 380px){
  /* interview-list-box */
  .interview-list-box > .-text > p > br.-break{
    display: none;
  }
}

/* *****************************************************************************

  interview detail style

***************************************************************************** */
/* page-title */
.page-title.-interview{
  overflow: hidden;
  padding-bottom: 114px;
}
.page-title.-interview > .-inner{
  padding-top: 80px;
}

@media print, screen and (max-width: 1000px){
  /* page-title */
  .page-title.-interview{
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 760px){
  /* page-title */
  .page-title.-interview{
    padding-bottom: 80px;
  }
}

/* page-title-interview */
.page-title-interview{
  position: relative;
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
.page-title-interview::after{
  aspect-ratio: 723/256;
  content: "";
  position: absolute;
  top: 20.6349%;
  left: 0;
  width: 78.0776%;
  background: url(/assets/images/recruit/interview/text-page-title-interview.svg) center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.page-title-interview > .-primary{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.page-title-interview > .-primary{
  padding-top: 145px;
}
.page-title-interview > .-primary > .-text{
  position: relative;
  z-index: 1;
}
.page-title-interview > .-primary > .-text > p{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3125;
  color: #17288a;
}
.page-title-interview > .-primary > .-img-sp{
  display: none;
}
.page-title-interview > .-primary > .-position{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-top: 56px;
}
.page-title-interview > .-primary > .-data{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 12px;
}
.page-title-interview > .-primary > .-data > .-date{
  padding-right: 2.1598%;
}
.page-title-interview > .-primary > .-data > .-date > span{
  display: inline-block;
  background-color: #fffaa0;
  line-height: 26px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}
.page-title-interview > .-primary > .-data > .-career > span{
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  line-height: 26px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}
.page-title-interview > .-img{
  width: 51.1008%;
  position: relative;
  z-index: 2;
}
.page-title-interview > .-img > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* page-title-interview */
  .page-title-interview > .-primary{
    padding-top: 17.5%;
  }
  .page-title-interview > .-primary > .-position{
    padding-top: 10%;
  }
  .page-title-interview > .-primary > .-data{
    padding-top: 2%;
  }
}

@media print, screen and (max-width: 760px){
  /* page-title-interview */
  .page-title-interview{
    display: block;
  }
  .page-title-interview::after{
    width: 632px;
    top: -40px;
  }
  .page-title-interview > .-primary{
    position: static;
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .page-title-interview > .-primary > .-text{
    padding-bottom: 5px;
  }
  .page-title-interview > .-primary > .-text > p{
    font-size: 2.8rem;
    white-space: nowrap;
  }
  .page-title-interview > .-primary > .-img-sp{
    display: block;
  }
  .page-title-interview > .-primary > .-img-sp > img{
    width: 100%;
  }
  .page-title-interview > .-primary > .-position{
    padding-top: 25px;
  }
  .page-title-interview > .-primary > .-data{
    padding-top: 10px;
  }
  .page-title-interview > .-img{
    display: none;
  }
}

@media print, screen and (max-width: 420px){
  /* page-title-interview */
  .page-title-interview > .-primary > .-text > p{
    font-size: 6.65vw;
  }
}

/* interview-box */
.interview-box > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.interview-box-02{
  padding-top: 107px;  
}
.interview-box-01 > .-inner{
  flex-direction: row-reverse;
}
.interview-box-01 > .-inner > .-primary{
  width: 48.0357%;
  padding-right: 8.6607%;
}
.interview-box-02 > .-inner > .-primary{
  width: 48.0357%;
  padding-left: 8.6607%;
}
.interview-box > .-inner > .-primary > .-heading{
  color: #17288a;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;  
}
.interview-box > .-inner > .-primary > .-text{
  margin-top: 24px;
}
.interview-box > .-inner > .-primary > .-text > p{
  font-size: 1.6rem;
  line-height: 2;
}
.interview-box > .-inner > .-img{
  padding-top: 48px;
}
.interview-box-01 > .-inner > .-img{
  width: 43.3036%;
}
.interview-box-02 > .-inner > .-img{
  width: 43.3036%;
  padding-right: 8.6607%;
}
.interview-box > .-inner > .-img > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* interview-box */
  .interview-box-02{
    padding-top: 100px;  
  }
  .interview-box-01 > .-inner > .-primary{
    padding-right: 40px;
    width: 50%;
  }
  .interview-box-02 > .-inner > .-primary{
    padding-left: 40px;
    width: 50%;
  }
  .interview-box > .-inner > .-img{
    padding-top: 40px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .interview-box-02 > .-inner > .-img{
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 940px){
  /* interview-box */
  .interview-box{
    padding-left: 40px;
    padding-right: 40px;
  }
  .interview-box > .-inner{
    display: block;
  }
  .interview-box-01 > .-inner > .-primary{
    padding-right: 0;
    width: 100%;
  }
  .interview-box-02 > .-inner > .-primary{
    padding-left: 0;
    width: 100%;
  }
  .interview-box-02 > .-inner > .-img{
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px){
  /* interview-box */
  .interview-box{
    padding-left: 20px;
    padding-right: 20px;
  }
  .interview-box-02{
    padding-top: 80px;  
  }
  .interview-box > .-inner > .-img{
    width: 100%;
  }
}

/* interview-back-button */
.interview-back-button{
  margin-top: 120px;
  margin-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media print, screen and (max-width: 1000px){
  /* interview-back-button */
  .interview-back-button{
    margin-top: 100px;
    margin-bottom: 160px;
  }
}

@media print, screen and (max-width: 760px){
  /* interview-back-button */
  .interview-back-button{
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

/* interview-back-button-main */
.interview-back-button-main{
  text-align: center;
}
.interview-back-button-main > a{
  width: 100%;
  max-width: 280px;
  text-align: left;
  display: inline-block;
  font-size: 1.6rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 30px;
  padding-right: 30px;
}
.interview-back-button-main.-interview > a{
  background-color: #000000;
  color: #ffffff;
}
.interview-back-button-main.-interview > a:hover{
  background-color: #17288a;
  color: #ffffff;
}
.interview-back-button-main.-workflow{
  margin-top: 10px;
}
.interview-back-button-main.-workflow > a{
  background-color: #fffaa0;
  color: #000000;
}
.interview-back-button-main.-workflow > a:hover{
  background-color: #17288a;
  color: #ffffff;
}
.interview-back-button-main > a > span{
  display: inline-block;
  width: 100%;
  padding-left: 38px;
}
.interview-back-button-main.-interview > a > span{
  background:url(/assets/images/arrow-link-back-white.svg) left center no-repeat;
  background-size: 8px auto;
}
.interview-back-button-main.-workflow > a > span{
  background:url(/assets/images/arrow-link-back-black.svg) left center no-repeat;
  background-size: 8px auto;
}
.interview-back-button-main.-workflow > a:hover > span{
  background:url(/assets/images/arrow-link-back-white.svg) left center no-repeat;
  background-size: 8px auto;
}

@media print, screen and (max-width: 760px){
  /* interview-back-button-main */
  .interview-back-button-main{
    text-align: center;
    margin-top: 3.5rem;
  }
  .interview-back-button-main > a{
    max-width: 240px;
    font-size: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 56px;
  }
  .interview-back-button-main > a:hover{
    opacity: 1;
  }
  .interview-back-button-main > a > span{
    padding-left: 32px;
  }
  .interview-back-button-main.-interview > a > span{
    background:url(/assets/images/arrow-link-back-white.svg) left center no-repeat;
    background-size: 7px auto;
  }
  .interview-back-button-main.-workflow > a > span{
    background:url(/assets/images/arrow-link-back-black.svg) left center no-repeat;
    background-size: 7px auto;
  }
  .interview-back-button-main.-workflow > a:hover > span{
    background:url(/assets/images/arrow-link-back-white.svg) left center no-repeat;
    background-size: 7px auto;
  }
}

/* *****************************************************************************

  /recruit/numbers.html

***************************************************************************** */
/* numbers-list */
.numbers-list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.6718%;
}
.numbers-list > .-item{
  width: 48.1641%;
  margin-bottom: 3.6%;
}
.numbers-list > .-item:last-child{
  width: 100%;
  margin-bottom: 0;
}
.numbers-list > .-item > img{
  width: 100%;
}
.numbers-list > .-item:last-child > img:nth-child(2){
  display: none;
}

@media print, screen and (max-width: 760px){
  /* numbers-list */
  .numbers-list{
    column-gap: normal;
  }
  .numbers-list > .-item{
    width: 50%;
    margin-bottom: 20px;
  }
  .numbers-list > .-item:nth-child(odd){
    padding-right: 10px;
  }
  .numbers-list > .-item:nth-child(even){
    padding-left: 10px;
  }
  .numbers-list > .-item:last-child{
    padding: 0;
  }
}

@media print, screen and (max-width: 680px){
  /* numbers-list */
  .numbers-list{
    display: block;
  }
  .numbers-list > .-item{
    width: 100%;
  }
  .numbers-list > .-item:nth-child(odd){
    padding-right: 0;
  }
  .numbers-list > .-item:nth-child(even){
    padding-left: 0;
  }
  .numbers-list > .-item:last-child > img:nth-child(1){
    display: none;
  }
  .numbers-list > .-item:last-child > img:nth-child(2){
    display: inline;
  }
}

/* *****************************************************************************

  graduate style

***************************************************************************** */
/* graduate-table */
.graduate-table > tbody > tr > th{
  width: 180px;
}

@media screen and (max-width: 760px){
  /* graduate-table */
  .graduate-table > tbody > tr > th{
    width: 160px;
  }
}

@media screen and (max-width: 640px){
  /* graduate-table */
  .graduate-table > tbody > tr > th{
    width: 100%;
  }
}

/* entry-button */
.entry-button{
  margin-top: 60px;
}
.entry-button > a{
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.8rem;
  background-color: #182d94;
  padding-left: 80px;
  padding-right: 80px;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #ffffff;
  width: 100%;
  max-width: 360px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-weight: 700;
}
.entry-button > a:hover{
  opacity: 0.75;
}
.entry-button > a > span{
  display: inline-block;
  padding-right: 40px;
  background: url(/assets/images/icon-window-white.svg) right center no-repeat;
  background-size: 22px auto;
}

@media print, screen and (max-width: 760px){
  /* entry-button */
  .entry-button{
    margin-top: 40px;
  }
  .entry-button > a{
    font-size: 1.6rem;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 320px;
    height: 70px;
  }
  .entry-button > a{
    opacity: 1;
  }
  .entry-button > a > span{
    padding-right: 30px;
    background: url(/assets/images/icon-window-white.svg) right center no-repeat;
    background-size: 18px auto;
  }
}

/* *****************************************************************************

  faq style

***************************************************************************** */
/* faq-list */
.faq-list-box{
  border-bottom: 1px solid #e8e8e8;
}
.faq-list-box:nth-child(1){
  border-top: 1px solid #e8e8e8;
}
.faq-list-heading{
  padding: 30px 50px 30px 5px;
}
.faq-list-heading{
  cursor: pointer;
  display: block;
  position: relative;
}
.faq-question{
  display: flex;
  justify-content: space-between;
}
.faq-question-text{
  flex: 1;
}
.faq-question-mark{
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #182d94;
  margin-top: 5px;
  width: 46px;
}
.faq-question-text > p{
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
  color: #182d94;
}
.faq-list-mark{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #182d94
}
.faq-list-mark::before,
.faq-list-mark::after{
  position: absolute;
  background-color: #ffffff;
  content: '';
}
.faq-list-mark::before{
  top: 8px;
  left: 14px;
  width: 2px;
  height: 14px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.faq-list-open .faq-list-mark::before{
  -webkit-ransform: scaleY(0);
  transform: scaleY(0);
}
.faq-list-mark::after{
  top: 14px;
  left: 8px;
  width: 14px;
  height: 2px;
}
.faq-list-main{
  display: none;
  padding-left: 5px;
  padding-bottom: 30px;
}
.faq-answer{
  display: flex;
  justify-content: space-between;
}
.faq-answer-mark{
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #182d94;
  margin-top: 5px;
  width: 46px;
}
.faq-answer-text{
  flex: 1;
  padding-top: 2px;
}
.faq-answer-text > p{
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 760px){
  /* faq-list */
  .faq-list-heading{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .faq-question-mark{
    font-size: 2.4rem;
    width: 40px;
  }
  .faq-question-text > p{
    font-size: 1.9rem;
  }
  .faq-list-main{
    padding-bottom: 25px;
  }
  .faq-answer-text > p{
    font-size: 1.5rem;
  }
  .faq-answer-mark{
    font-size: 2.4rem;
    width: 40px;
  }
}