@charset "UTF-8";

/* 
// jobs-index
// jobs (detail page)
// sp style
*/

/* 
// jobs-index
*/

.jobs-index .mv--wrap{
  /*background: var(--color-yellow);*/
  position: relative;
  width: 100%;
}

.jobs-index .mv--wrap:before{
  background: var(--color-yellow);
  content:'';
  height: 47.5rem;
  left:-100%;
  position: absolute;
  top:0;
  width: 100%;
}

.jobs-index .mv{
  height: 47.5rem;
  margin: auto;
  position: relative;
  width: var(--width-pc);
}

.jobs-index .mv__image--wrap{
  height: 47.5rem;
  overflow: hidden;
  position: absolute;
  left: -42rem;
  top:0;
  width: 0;
}

.jobs-index .mv__image{
  height: 47.5rem;
  max-width: none;
  position: absolute;
  left:0;
  top:0;
  width: 110.4rem;
}

.jobs-index .mv__item{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 47.5rem;
  justify-content: center;
  margin: 0 0 0 68.4rem;
  padding: 1rem 0 0 4rem;
}

.jobs-index .mv__item__title--jp{
  font-size:2.078rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
}

.jobs-index .mv__item__title--en{
  border-bottom: 0.2rem solid #000;
  font-size:5.197rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.5rem;
  padding: 0 0 0.8rem;
  width: fit-content;
}

.jobs-index .mv__item__description{
  font-size:1.7rem;
  line-height: 1.65;
}

.jobs-index .message{
  padding: 11rem 0 11.5rem;
}

.jobs-index .message__heading{
  font-size:3.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1em;
  text-align: center;
}

.jobs-index .message__description{
  font-size:2rem;
  margin: 0 0 7rem;
  text-align: center;
}
/*
.jobs-index .message__scroll{
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.jobs-index .message__scroll:after{
  animation: scrollArrow 1.5s ease infinite;
  background: url(../images/common/arrow--scroll.svg) no-repeat center top/100% auto;
  content:'';
  display: block;
  height: 7.077rem;
  margin: 0.8rem auto 0;
  width: 0.95rem;
}*/

.jobs-index .message__nav{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 88.2rem;
}

.jobs-index .message__nav a{
  align-items: center;
  background: #fff;
  border:0.1rem solid #000;
  border-radius: 2.6rem;
  color:#000;
  display: flex;
  font-size: 1.8;
  height: 5.2rem;
  justify-content: center;
  margin: 0 0 1.8rem;
  position: relative;
  width: 28.2rem;
}

.jobs-index .message__nav a:after{
  background: url("../images/common/arrow--anchor-link.svg") no-repeat center center/100% auto;
  content:'';
  height: 0.8rem;
  position: absolute;
  right:1.5rem;
  top:50%;
  transform: translateY(-50%);
  width: 1.4rem;
}

.jobs-index .message__nav a:hover{
  background: #000;
  color: #fff;
}

.jobs-index .message__nav a:hover:after{
  background: url("../images/common/arrow--anchor-link--white.svg") no-repeat center center/100% auto;
}


.jobs-index .jobs__list--wrap{
  margin: 0 auto 6rem;
  overflow-x: hidden;
}

.jobs-index .jobs__list{
  height: 51.3rem;
  margin: 0 auto 7.5rem;
  padding: 7rem 0 0;
  position: relative;
  width: var(--width-pc);
}

.jobs-index .jobs__list:before{
  background: #f2f2f2;
  content:'';
  height: 51.3rem;
  position: absolute;
  top:0;
  z-index: -1;
}

.jobs-index .jobs__list--01:before,
.jobs-index .jobs__list--05:before{
  right: 25.8rem;
  width: 124rem;
}

.jobs-index .jobs__list--03:before{
  right: -41.2rem;
  width: 120.5rem;
}

.jobs-index .jobs__list--inner{
  margin: -0.4em 0 0;
  width: 47.2rem;
}

.jobs-index .jobs__list--02  .jobs__list--inner,
.jobs-index .jobs__list--04  .jobs__list--inner{
  margin: -0.4em 0 0 60.8rem;
}

.jobs-index .jobs__list__heading{
  font-size:3.5rem;
  font-weight: 500;
  margin: 0 0 1.8rem;
  position: relative;
}

.jobs-index .jobs__list__heading:before,
.jobs-index .jobs__list__heading:after{
  bottom:0;
  content:'';
  height: 0.1rem;
  left:-100%;
  position: absolute;
  width: 100%;
}

.jobs-index .jobs__list__heading:before{
  background: #000;
}

.jobs-index .jobs__list__heading:after{
  background: linear-gradient(90deg,var(--color-yellow) 9rem,#000 9rem);
}

.jobs-index .jobs__list__title{
  font-size:2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 0 0 1.5rem;
}

.jobs-index .jobs__list__description{
  font-size:1.6rem;
  margin: 0 0 2rem;
}

.jobs-index .jobs__list__image--wrap{
  height: 36.9rem;
  left:54rem;
  overflow:hidden;
  position: absolute;
  top:7rem;
  width: 0rem;
}

.jobs-index .jobs__list__image{
  height: 36.9rem;
  left:0;
  max-width: none;
  position: absolute;
  top:0;
  width: 96.1rem;
}

.jobs-index .jobs__list--02 .jobs__list__image--wrap,
.jobs-index .jobs__list--04 .jobs__list__image--wrap{
  left:-42rem;
}

.jobs__area{
  border-bottom: 0.1rem solid #000;
  border-top: 0.1rem solid #000;
  padding: 6rem 0 7.5rem;
}

.jobs__area__heading{
  font-size:3.5rem;
  margin: 0 0 6.5rem;
  text-align: center;
}

.jobs__area__list--wrap{
  
}
.jobs__area__list-heading{
  font-size:2rem;
  margin: 0 0 2.5rem;
  text-align: center;
}

.jobs__area__list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 5.5rem;
  width: 97.2rem;
}

.jobs__area__list a{
  align-items: center;
  background: #fff;
  border: 0.1rem solid #000;
  color:#000;
  display: flex;
  font-size:1.8rem;
  height: 5.2rem;
  justify-content: center;
  margin: 0 1.8rem 1.8rem 0;
  padding: 0 2rem 0 0;
  position: relative;
  width: 31.2rem;
}

.jobs__area__list a:nth-child(3n){
  margin: 0 0 1.8rem 0;
}

.jobs__area__list a:after{
  background: url("../images/common/arrow--link-btn--black.svg") no-repeat center center/100% auto;
  content:'';
  height: 1.4rem;
  position: absolute;
  right:1.5rem;
  top:50%;
  transform: translateY(-50%);
  width: 0.6rem;
}

.jobs__area__list a:hover{
  background: #000;
  color:#fff;
}

.jobs__area__list a:hover:after{
  background: url("../images/common/arrow--link-btn--white.svg") no-repeat center center/100% auto;
}

.jobs__area__link{
  align-items: center;
  background: #000;
  border:0.1rem solid #000;
  color:#fff;
  display: flex;
  font-size: 1.8rem;
  height: 5.2rem;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 36.4rem; 
}

.jobs__area__link:after{
  background: url("../images/common/arrow--link-btn--white.svg") no-repeat center center/100% auto;
  content:'';
  height: 1.4rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
}

.jobs__area__link:hover{
  background: #fff;
  color:#000;
}

.jobs__area__link:hover:after{
  background: url("../images/common/arrow--link-btn--black.svg") no-repeat center center/100% auto;
}



/* 
// jobs (detail page)
*/

.jobs{}
    
.jobs .mv{
  color:#fff;
  height: 51.4rem;
  margin: 0 0 5.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.jobs .mv:before{
  background: linear-gradient(90deg, rgba(0,20,51,0.4), rgba(0,20,51,0.4));
  content:'';
  height: 100%;
  left:0;
  position: absolute;
  top:0;
  width: 100%;
}

.jobs .mv__image{
  height: 100%;
  position: absolute;
  left: calc(50%);
  max-width: none;
  top:0;
  transform: translateX(-50%);
  width: 192rem !important;
  z-index: -1;
}

.jobs .mv__item{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 51.4rem;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 2;
}

.jobs .mv__item__job--en{
  font-size:6.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.2em;
}

.jobs .mv__item__job--jp{
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  margin: 0 auto 0.8em;
}

.jobs .mv__job--jp__text{
  font-size:2.9rem;
}

.jobs .mv__job--jp__icon{
  align-items: center;
  border:0.1rem solid #fff;
  display: flex;
  font-size:1.925rem;
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 0.5em 0 0;
  min-width: 12.69rem;
  padding: 0 1em;
  text-align: center;
}

.jobs .mv__item__job__description{
  font-size:1.8rem;
}

.jobs .team{
  margin: auto;
  width:var(--width-pc);
}

.jobs .team__figure{
  margin: 0 auto 5rem;
  width: 100%;
}

.jobs .team__group{
  margin: auto;
  width:var(--width-pc_contents);
}

.jobs .team__group__title{
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  text-align: center;
}

.jobs .team__group__list{
  border:0.1rem solid var(--color-black);
  border-radius: 1rem;
  margin: 0 auto 5rem;
  padding: 2.8rem 2.3rem;
  text-align: center;
}

.jobs .team__group__list dt{
  align-items: center;
  background: var(--color-yellow);
  border-radius: 1.7rem;
  display: flex;
  font-size:2.2rem;
  font-weight: bold;
  height: 3.4rem;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 81.3rem;
}

.jobs .team__group__list dt.last-child{
  margin: 0 auto;
}

.jobs .team__group__list dd{
  border-bottom: 0.1rem solid var(--color-black);
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  padding: 0 0 2.5rem;
}

.jobs .team__group__list dd:last-child{
  border-bottom:none;
  margin: 0;
  padding: 0;
}

.jobs .tasks{
  margin: 0 0 5.5rem;
}

.jobs .tasks__title{}

.jobs .tasks__description{
  margin: 0 auto 4rem;
  max-width:var(--width-pc_contents);
  width: fit-content;
}

.jobs .tasks__list{
  margin: 0 auto 10.5rem;
}

.jobs .tasks__list__heading{
  margin: 0 auto 2.5rem;
  position: relative;
}

.jobs .tasks__list__heading:before{
  background: var(--color-black);
  content:'';
  height: 0.1rem;
  left:0;
  position: absolute;
  top:50%;
  width: 100%;
  z-index: -1;
}

.jobs .tasks__list__heading > h3{
  background: #fff;
  display: block;
  font-size:2.6rem;
  font-weight: 700;
  margin: auto;
  padding: 0 0.5em;
  text-align: center;
  width: fit-content;
}

.jobs .tasks__list__description{
  max-width:var(--width-pc_contents);
  margin: 0 auto 6rem;
}

.jobs .tasks__list__description:last-child{
  margin: 0 auto;
}

.jobs .jobs__entry{
  margin: 0 auto 7rem;
}

.jobs .jobs__entry__btn{
  align-items: center;
  background: var(--color-yellow);
  border-radius: 7.3rem;
  display: flex;
  flex-direction: column;
  height: 14.6rem;
  justify-content: center;
  line-height: 1;
  margin: auto;
  width: 79.6rem;
}

.jobs .jobs__entry__btn:hover{
  background: radial-gradient(rgba(255,255,255,1),rgba(0,0,0,0.025));
  border:0.4rem solid var(--color-yellow);
}

.jobs .jobs__entry__btn__text--en{
  font-size:5.797rem;
  font-variation-settings: 'wght' 572;
  position: relative;
}

.jobs .jobs__entry__btn__text--en:after{
  background: url("../images/common/arrow--entry-btn.svg") no-repeat center center/100% auto;
  bottom:0.15em;
  content:'';
  height: 1.735rem;
  position: absolute;
  right:calc((6.816rem + 0.2em) * -1);
  width: 6.816rem;
}

.jobs .jobs__entry__btn__text--jp{
  font-size:1.617rem;
  font-weight: 500;
}

.jobs .organization{
  margin: 0 0 13.5rem;
}

.jobs .organization__title{}

.jobs .organization__item{}

.jobs .organization__item > dl{
  margin: 0 0 7.5rem;
}

.jobs .organization__item > dl:last-child{
  margin: 0;
}

.jobs .organization__item > dl > dt{
  margin: 0 0 4rem;
  position: relative;
}

.jobs .organization__item > dl > dt:before{
  background: var(--color-black);
  content:'';
  height: 0.1rem;
  left:0;
  position: absolute;
  top:50%;
  width: 100%;
  z-index: -1;
}

.jobs .organization__item > dl > dt h3{
  background: #fff;
  font-size:2.6rem;
  font-weight: 700;
  margin: auto;
  padding: 0 0.5em;
  text-align: center;
  width: fit-content;
}

.jobs .organization__item > dl > dd{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width:var(--width-pc_contents);
}

.jobs .organization__item > dl:nth-child(odd) > dd{
  flex-direction: row-reverse; 
}

.jobs .organization__item > dl > dd > img,
.jobs .organization__item > dl > dd > picture > img{
  width: 42.9rem;
}

.jobs .organization__item > dl > dd > p,
.jobs .organization__item > dl > dd > div{
  font-size:2.0rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.65;
  text-align: justify;
  width: 46.8rem;
}

.jobs .organization__item__description__text_small{
  display: block;
  font-size:1.7rem;
  font-weight: 400;
}

/* newbusiness */

.jobs .newbusiness__organization__item__description__text__detail > dl > dt{
  border-bottom: 0.2rem solid #000;
  font-size:1.7rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 0.4em;
  padding: 0 0 0.3em;
}
  
.jobs .newbusiness__organization__item__description__text__detail > dl > dd{
  font-size:1.6rem;
  letter-spacing: -0.06em;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0 0 0.2em;
}

.jobs .newbusiness__organization__item__description__text__detail > dl > dd > a{
  border-bottom: 0.1rem solid #0071bc;
  color:#0071bc;
  display: inline-block;
  line-height: 1.1;
}

.jobs .newbusiness__organization__item__description__text__detail__table{
  border:0.1em solid #000;
  line-height: 1.35;
  padding: 0.5em;
}

.jobs .newbusiness__organization__item__description__text__detail__table + .newbusiness__organization__item__description__text__detail__table{
  border-top:none;
  margin: 0 0 0.5em;
}



.jobs .details{}

.jobs .details__title{
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.jobs .details__contents{
  background: var(--color-exLightGray);
  margin: -2.5rem 0 5rem;
  padding: 4.5rem 0 3.5rem;
}

.jobs .details__contents__title{
  font-size:2.6rem;
  font-weight: 500;
  margin: 0 0 5.5rem;
  text-align: center;
}

.jobs .details__contents__header{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 4.5rem;
  max-width: 112rem;
}

.jobs .details__contents__header li{
  margin: 0 7.2rem 2.5rem 0;
  text-align: center;
}

.jobs .details__contents__header li:first-child{
  margin: 0 7.2rem 2.5rem 4rem;
}

.jobs .details__contents__header__icon{
  display: block;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0 0.3em;
  position: relative;
}

.jobs .details__contents__header__icon:before{
  background-image:radial-gradient(#000 30%, transparent 30%);
  background-size: 0.8rem 0.8rem;
  background-position: center center;
  content:'';
  height: 0.8rem;
  top:50%;
  position: absolute;
  left:-6.8rem;
  width: 7.2rem;
}

.jobs .details__contents__header li:first-child .details__contents__header__icon:before{
  content:none;
}

.jobs .details__contents__header__text{
  font-size:1.9rem;
  font-weight: 500;
  display: block;
  line-height: 1.25;
}

.jobs .details__contents__header__text__text_small{
  font-size:1.5rem;
}

.jobs .details__contents__list{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width:var(--width-pc_contents);
}

.jobs .details__contents__list li{
  margin: 0 0 3rem;
  width: 45rem;
}

.jobs .details__contents__list img{
  margin: 0 0 2rem;
  width: 100%;
}

.jobs .details__contents__list__title--wrap{
  margin: 0 0 1.5rem;
  position: relative;
}

.jobs .details__contents__list__title--wrap:before{
  background: var(--color-black);
  bottom:0.4em;
  content:'';
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.jobs .details__contents__list__title{
  background: var(--color-exLightGray);
  font-size:2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0.5em 0 0.3em;
  position: relative;
  width: fit-content;
  z-index: 2;
}

.jobs .details__contents__list__title__icon{
  font-size:4.578rem;
  font-weight: normal;
  margin: 0 0.2em 0 0;
}

.jobs .details__contents__list p{
  font-size:1.6rem;
  line-height: 1.5;
  text-align: justify;
}

.jobs .details__contents__list p .details__contents__list__description__text_small{
  font-size:1.5rem;
}


/* corporate */

.jobs .details__contents__image--corporate{
  margin: 3rem auto 6rem;
  width: 108rem;
}

.jobs .details__contents__list--corporate{
  display: block;
}

.jobs .details__contents__list--corporate > dt{
  margin: 0 0 1rem;
  position:relative;
}

.jobs .details__contents__list--corporate > dt:before{
  background: var(--color-black);
  content: '';
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}

.jobs .details__contents__list--corporate > dt > span{
  background: var(--color-exLightGray);
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0.5em 0 0;
  position: relative;
  width: fit-content;
  z-index: 2;
}

.jobs .details__contents__list--corporate > dd{
  font-size: 1.6rem;
  margin: 0 0 4rem;
}



.jobs .voice{
  padding: 10rem 0 0;
}
.jobs .voice__title{
  font-size:7.5rem;
  font-variation-settings: 'wght' 572;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  margin: 7rem;
}

.jobs .voice__group--wrap{}

.jobs .voice__group{
  align-items: center;
  border:0.285rem solid var(--color-yellow);
  border-radius: 6.5rem;
  display: flex;
  font-size:2.8rem;
  font-weight: 700;
  height: 13rem;
  justify-content: center;
  letter-spacing: -0.06em;
  line-height: 1.25;
  margin: 0 auto 2.5rem;
  text-align: center;
  width: 67.4rem;
}

.jobs .voice__group-title{
  border-bottom:0.1rem solid var(--color-black);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 auto 1.5rem;
  padding: 0 0 4.5rem;
  text-align: center;
}

.jobs .voice__list{
  margin: 0 auto 8.5rem;
}

.jobs .voice__list li{
  padding: 4.5rem 0;
}

.jobs .voice__list li:nth-child(even){
  /*background: var(--color-yellow);*/
}

.jobs .voice__list__interview{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width:var(--width-pc_contents);
}

.jobs .voice__list__interview--inner{
  
}

.jobs .voice__list__interview__title{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 2.5rem;
}

.voice__list__interview__flowing-line{
  background: #000;
  height: 0.1rem;
  overflow-x: hidden;
  position: relative;
  width: 19.8rem;
}

.voice__list__interview__flowing-line:before{
  background:var(--color-yellow);
  content:'';
  height: 0.1rem;
  left:-4.8rem;
  position: absolute;
  top:0;
  width: 4.8rem;
}

.jobs .voice__list li:nth-child(even) .voice__list__interview__flowing-line:before{
  /*background: #fff;*/
}

.jobs .voice__list__interview__name{
  margin: 0 0 1.5rem;
  overflow: hidden;
  padding: 2.5rem 0 0;
  position: relative;
}

.jobs .voice__list__interview__name--jp{
  font-size: 2.6rem;
  font-weight: 500;
}

.jobs .voice__list__interview__name--en{
  font-size: 1.6rem;
  margin: 0 0 0 1em;
}

.jobs .voice__list__interview__profile{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.35;
}

.jobs .voice__list__interview img{
  width: 48.3rem;
}

.jobs .voice__list__interview__movie{
  height: calc(48.3rem * (9/16));
  position: relative;
  width: 48.3rem;
}

.jobs .voice__list__interview__movie iframe{
  height: 100%;
  left:0;
  position: absolute;
  top:0;
  width: 100%;
}

.jobs .voice__list__interview__movie__comingsoon{
  align-items: center;
  background: #ddd;
  color:#fff;
  display: flex;
  font-size:2.8rem;
  font-style: italic;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.jobs .voice__list__conversation{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
  width:var(--width-pc_contents);
}

.jobs .voice__list__conversation--inner{
  
}

.jobs .voice__list__conversation__title{
  margin: 0 0 2.5rem;
}

.jobs .voice__list__conversation__title--en{
  font-size: 2.9rem;
}

.jobs .voice__list__conversation__title--jp{
  font-size: 1.764rem;
  font-weight: 500;
  margin: 0 0 0 0.4em;
}

.jobs .voice__list__conversation__name{
  font-size:2.0rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  overflow-x: hidden;
  padding: 2.5rem 0 0;
  position: relative;
}

.jobs .voice__list__conversation__name:before,
.jobs .voice__list__conversation__name:after{
  content:'';
  display: block;
  height: 0.1rem;
  position: absolute;
  top:0;
  width: 19.8rem;
}

.jobs .voice__list__conversation__name:before{
  background: var(--color-black);
  left:0%;
}

.jobs .voice__list__conversation__name:after{
  background: linear-gradient(90deg,var(--color-black) 15.1rem,var(--color-yellow) 15.1rem);
  left:-100%;
}

.jobs .voice__list li:nth-child(even) .voice__list__conversation__name:after{
  /*background: linear-gradient(90deg,var(--color-black) 15.1rem,#fff 15.1rem);
  left:-100%;*/
}

.jobs .voice__list__conversation__profile{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.35;
}

.jobs .voice__list__conversation__movie{
  height: calc(48.3rem * (9/16));
  position: relative;
  width: 48.3rem;
}

.jobs .voice__list__conversation__movie iframe{
  height: 100%;
  left:0;
  position: absolute;
  top:0;
  width: 100%;
}

.jobs .voice__list__conversation img{
  width: 48.3rem;
}



.jobs .person{
  padding: 4rem 0 0;
}

.jobs .person__title{
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.jobs .person__item--wrap{
  background: var(--color-exLightGray);
  margin: -2.5rem 0 0;
  padding: 8rem 0 5rem;
}

.jobs .person__item{
  align-items: flex-start;
  display: flex;
  margin: 0 auto 4rem;
  justify-content: space-between;
  width: var(--width-pc_contents);
}

.jobs .person__description{
  font-size:1.7rem;
  line-height: 1.65;
  width: 57rem;
}

.jobs .person__item__image{
  width: 34.7rem;
}

.jobs .person__link{
  
}


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

// sp style

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

@media screen and (max-width:767px){
  
  /* 
  // jobs-index
  */
  .jobs-index .mv--wrap{
    background: none;
    overflow: hidden;
    height: 103rem;
    width: 100%;
  }
  
  .jobs-index .mv--wrap:before{
    height: 40.6rem;
    top:62.5rem;
  }

  .jobs-index .mv{
    height: auto;
    width: var(--width-sp);
  }

  .jobs-index .mv__image--wrap{
    height: 62.5rem;
    position: relative;
    left:0;
    top:auto;
    width: 0%;
  }

  .jobs-index .mv__image{
    height: 62.5rem;
    width: 75rem;
  }

  .jobs-index .mv__item{
    display: block;
    height: auto;
    margin: 0;
    padding: 4.5rem 0 6rem;
    text-align: center;
  }

  .jobs-index .mv__item__title--jp{
    font-size:3rem;
  }

  .jobs-index .mv__item__title--en{
    border-bottom: 0.2rem solid #000;
    font-size:6.6rem;
    margin: 0 auto 3rem;
    padding: 0 0 0.8rem;
  }

  .jobs-index .mv__item__description{
    font-size:2.7rem;
  }

  .jobs-index .message{
    padding: 7.5rem 0 6.5rem;
  }

  .jobs-index .message__heading{
    font-size:4.5rem;
    line-height: 1.5;
    margin: 0 0 1em;
    text-align: center;
  }

  .jobs-index .message__description{
    font-size:2.7rem;
    line-height: 1.5;
    margin: 0 auto 8.5rem;
    text-align: left;
    width: var(--width-sp_contents);
  }
  
  /*
  .jobs-index .message__scroll{
    font-size: 3rem;
  }

  .jobs-index .message__scroll:after{
    animation: scrollArrow--sp 1.5s ease infinite;
    height: 7.726rem;
    margin: 0.8rem auto 0;
    width: 1.064rem;
  }*/
  
  .jobs-index .message__nav{
    width: 100%;
  }

  .jobs-index .message__nav a{
    border:0.2rem solid #000;
    border-bottom: none;
    border-radius: 0;
    font-size: 3.2rem;
    height: 12rem;
    justify-content: flex-start;
    line-height: 1.35;
    margin: 0;
    padding: 0 0 0 4.5rem;
    width: 50%;
  }
  
  .jobs-index .message__nav a:nth-child(2n){
    border-left:none;
  }
  
  .jobs-index .message__nav a:nth-child(5),
  .jobs-index .message__nav a:nth-child(6){
    border-bottom:0.2rem solid #000;
  }

  .jobs-index .message__nav a:after{
    height: 1.2rem;
    position: absolute;
    right: 3.5rem;
    width: 2.8rem;
  }

  .jobs-index .jobs__list--wrap{
    overflow-x: hidden;
  }

  .jobs-index .jobs__list{
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    margin: 0 auto;
    padding: 0 0 9.5rem;
    width: var(--width-sp);
  }
  
  .jobs-index .jobs__list:nth-child(odd){
    background: #f2f2f2;
  }

  .jobs-index .jobs__list--01:before,
  .jobs-index .jobs__list--03:before,
  .jobs-index .jobs__list--05:before{
    content:none;
  }

  .jobs-index .jobs__list--inner{
    margin: 0 auto;
    padding: 5rem 0 0;
    width: 59.2rem;
  }

  .jobs-index .jobs__list--02 .jobs__list--inner,
  .jobs-index .jobs__list--04 .jobs__list--inner{
    margin: 0 auto;
  }

  .jobs-index .jobs__list__heading{
    font-size:3.8rem;
    margin: 0 0 2.5rem;
    padding: 0 0 1rem;
    text-align: center;
  }

  .jobs-index .jobs__list__heading:before,
  .jobs-index .jobs__list__heading:after{
    height: 0.2rem;
  }


  .jobs-index .jobs__list__title{
    font-size:3.3rem;
    letter-spacing: 0.04em;
    line-height: 1.35;
    margin: 0 0 1.5rem;
    text-align: center;
  }

  .jobs-index .jobs__list__description{
    font-size:2.7rem;
    line-height: 1.5;
    margin: 0 0 3rem;
  }
  
  .jobs-index .jobs__list__image--wrap{
    height: 50rem;
    left: auto;
    position: relative;
    top: auto;
    width: 0%;
  }

  .jobs-index .jobs__list__image{
    height: 50rem;
    max-width: none;
    width: 75rem;
  }

  .jobs-index .jobs__list--02 .jobs__list__image--wrap,
  .jobs-index .jobs__list--04 .jobs__list__image--wrap{
    left:0rem;
  }
  
  .jobs-index .jobs__list__link{
    margin: auto;
  }
  
  .jobs__area{
    border-bottom: none;
    border-top: none;
    padding: 5.5rem 0 11.5rem;
  }

  .jobs__area__heading{
    font-size:3.8rem;
    margin: 0 0 4.5rem;
  }

  .jobs__area__list--wrap{

  }
  
  .jobs__area__list-heading{
    font-size:3rem;
    margin: 0 0 3.5rem;
  }

  .jobs__area__list{
    display: block;
    margin: 0 auto 9.5rem;
    width: 62.5rem;
  }

  .jobs__area__list a{
    border:0.2rem solid #000;
    border-bottom: none;
    font-size: 3.4rem;
    height: 9.5rem;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 3rem;
    width: 100%;
  }
  
  .jobs__area__list a:nth-child(3n){
    margin: 0;
  }
  
  .jobs__area__list a:last-child{
    border-bottom:0.2rem solid #000;
  }

  .jobs__area__list a:after{
    height: 2.61rem;
    right: 3.5rem;
    width: 1.12rem;
  }

  .jobs__area__link{
    border: 0.2rem solid #000;
    font-size: 3.4rem;
    height: 9.5rem;
    padding: 0 3rem 0 0;
    position: relative;
    width: 62.5rem; 
  }

  .jobs__area__link:after{
    height: 2.61rem;
    right: 3.5rem;
    width: 1.12rem;
  }


  
  
  
  
  /* 
  // jobs (detail page)
  */
  
  .jobs{}
    
  .jobs .mv{
    background: linear-gradient(90deg, rgba(0,20,51,0.4), rgba(0,20,51,0.4));
    height: 46rem;
    margin: 0;
    width: 100%;
  }
  
  .jobs .mv__image{
    left: 0;
    top:0;
    transform: translateX(0%);
    width: 100% !important;
  }

  .jobs .mv__item{
    height: 46rem;
  }

  .jobs .mv__item__job--en{
    font-size:6.6rem;
    margin: 0 0 0.2em;
  }

  .jobs .mv__item__job--jp{
    margin: 0 auto 0.5em;
  }

  .jobs .mv__job--jp__text{
    font-size:3.5rem;
  }

  .jobs .mv__job--jp__icon{
    border:0.1rem solid #fff;
    font-size:2.5rem;
    font-weight: 700;
    height: 3.6rem;
    min-width: 12.6rem;
  }

  .jobs .mv__item__job__description{
    background: #fff;
    color:var(--color-black);
    font-size:2.5rem;
    font-weight: 500;
    line-height: 1.85;
    padding: 2.5rem 1em 8rem;
    text-align: center;
  }

  .jobs .team{
    width:var(--width-sp);
  }

  .jobs .team__figure{
    margin: 0 auto 6.5rem;
  }

  .jobs .team__group{
    width:var(--width-sp_contents);
  }

  .jobs .team__group__title{
    font-size: 3rem;
    line-height: 1.5;
    margin: 0 0 2rem;
  }

  .jobs .team__group__list{
    border:0.2rem solid var(--color-black);
    border-radius: 1rem;
    margin: 0 auto 7.5rem;
    padding: 3rem 2.5rem;
  }

  .jobs .team__group__list dt{
    border-radius: 2.75rem;
    font-size:3rem;
    font-weight: 700;
    height: 5.5rem;
    margin: 0 auto 1.5rem;
    width: 100%;
  }

  .jobs .team__group__list dd{
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 0 2.5rem;
    padding: 0 0 2.5rem;
    text-align: left;
  }

  .jobs .tasks{
    margin: 0 0 5.5rem;
  }

  .jobs .tasks__title{}

  .jobs .tasks__description{
    line-height: 1.6;
    margin: 0 auto 6rem;
    max-width: unset;
    width:var(--width-sp_contents);
  }
  
  .jobs .tasks__list{
    margin: 0 auto 7rem;
  }

  .jobs .tasks__list__heading{
    margin: 0 auto 3.5rem;
  }

  .jobs .tasks__list__heading:before{
    height: 0.2rem;
  }

  .jobs .tasks__list__heading > h3{
    font-size:3.3rem;
    line-height: 1.35;
  }

  .jobs .tasks__list__description{
    line-height: 1.6;
    max-width:var(--width-sp_contents);
    margin: 0 auto 7.5rem;
  }

  .jobs .jobs__entry{
    margin: 0 auto 17rem;
    width:var(--width-sp_contents);
  }

  .jobs .jobs__entry__btn{
    border-radius: 7rem;
    height: 16rem;
    width: 100%;
  }

  .jobs .jobs__entry__btn__text--en{
    font-size:7.5rem;
  }

  .jobs .jobs__entry__btn__text--en:after{
    background: url("../images/common/arrow--entry-btn.svg") no-repeat center center/100% auto;
    bottom:0.15em;
    height: 1.735rem;
    right:calc((6.816rem + 0.2em) * -1);
    width: 6.816rem;
  }

  .jobs .jobs__entry__btn__text--jp{
    font-size:2.7rem;
  }

  .jobs .organization{
    margin: 0 0 12.5rem;
  }

  .jobs .organization__title{}

  .jobs .organization__item{}

  .jobs .organization__item > dl{
    margin: 0 0 8.5rem;
  }
  
  .jobs .organization__item > dl > dt{
    margin: 0 0 4rem;
  }

  .jobs .organization__item > dl > dt:before{
  }

  .jobs .organization__item > dl > dt h3{
    font-size:3.3rem;
  }

  .jobs .organization__item > dl > dd{
    display: block;
    width:var(--width-sp_contents);
  }

  .jobs .organization__item > dl > dd > img,
  .jobs .organization__item > dl > dd > picture > img{
    margin: 0 0 2.5rem;
    width: 100%;
  }

  .jobs .organization__item > dl > dd > p,
  .jobs .organization__item > dl > dd > div{
    font-size:2.7rem;
    line-height: 1.5;
    width: 100%;
  }
  
  .jobs .organization__item__description__text_small{
    font-size:2.5rem;
  }

  /* newbusiness */

  .jobs .newbusiness__organization__item__description__text__detail > dl > dt{
    border-bottom: 0.14rem solid #000;
    font-size:3rem;
    text-align: center;
  }

  .jobs .newbusiness__organization__item__description__text__detail > dl > dd{
    font-size:2.7rem;
    letter-spacing: -0.06em;
    line-height: 1.5;
    margin: 0 0 2em;
    padding: 0 0 0.2em;
  }
  
  .jobs .newbusiness__organization__item__description__text__detail > dl > dd > dl{
    margin: 0 0 1.5em;
  }
  
  .jobs .newbusiness__organization__item__description__text__detail > dl > dd > dl:last-child{
    margin: 0;
  }
  
  .jobs .newbusiness__organization__item__description__text__detail__table-title{
    text-align: center;
  }

  .jobs .newbusiness__organization__item__description__text__detail__table{
    border:0.1em solid #000;
    line-height: 1.35;
    padding: 0.5em;
  }

  .jobs .newbusiness__organization__item__description__text__detail__table + .newbusiness__organization__item__description__text__detail__table{
    border-top:none;
    margin: 0 0 0.5em;
  }

  
  


  .jobs .details{}

  .jobs .details__title{
  }

  .jobs .details__contents{
    margin: -3.6rem 0 0rem;
    padding: 6rem 0 6rem;
  }

  .jobs .details__contents__title{
    font-size:3rem;
    margin: 0 0 5.5rem;
  }

  .jobs .details__contents__header{
    margin: 0 auto 8.5rem;
    max-width: 96%;
  }

  .jobs .details__contents__header li{
    margin: 0 6rem 2.5rem 0;
  }
  
  .jobs .details__contents__header li:first-child{
     margin: 0 6rem 2.5rem 0;
  }

  
  .jobs .details__contents__header li:nth-child(4),
  .jobs .details__contents__header li:nth-child(6){
    margin: 0 0 2.5rem 0;
  }

  .jobs .details__contents__header__icon{
    font-size: 9.6rem;
    margin: 0 0 1rem;
    padding: 0 0.3em;
  }

  .jobs .details__contents__header__icon:before{
    background-image:radial-gradient(#000 30%, transparent 30%);
    background-size: 0.8rem 0.8rem;
    background-position: center center;
    height: 0.8rem;
    left: -6rem;
    width: 6rem;
  }

  .jobs .details__contents__header li:nth-child(5) .details__contents__header__icon:before{
    content:none;
  }

  .jobs .details__contents__header__text{
    font-size:2.3rem;
  }
  
  .jobs .details__contents__header__text__text_small{
    font-size:2rem;
  }

  .jobs .details__contents__list{
    width:var(--width-sp_contents);
  }

  .jobs .details__contents__list li{
    margin: 0 0 8.5rem;
    width: 100%;
  }
  
  .jobs .details__contents__list li:last-child{
    margin: 0;
  }

  .jobs .details__contents__list img{
    margin: 0 0 2rem;
  }

  .jobs .details__contents__list__title--wrap{
    margin: 0 0 1.5rem;
  }

  .jobs .details__contents__list__title--wrap:before{
    bottom:0.4em;
    height: 0.1rem;
  }

  .jobs .details__contents__list__title{
    font-size:3rem;
    padding: 0 0.5em 0 0.3em;
  }

  .jobs .details__contents__list__title__icon{
    font-size:6.7rem;
  }

  .jobs .details__contents__list p{
    font-size:2.4rem;
  }
  
  .jobs .details__contents__list p .details__contents__list__description__text_small{
    font-size:2.1rem;
  }
  
  /* corporate */

  .jobs .details__contents__image--corporate{
    margin: 1rem auto 4rem;
    width: 66rem;
  }

  .jobs .details__contents__list--corporate > dt{
    margin: 0 0 1rem;
    position:relative;
  }

  .jobs .details__contents__list--corporate > dt > span{
    font-size: 3.3rem;
  }

  .jobs .details__contents__list--corporate > dd{
    font-size: 2.7rem;
    margin: 0 0 4rem;
  }



  .jobs .voice{
    padding: 10rem 0 0;
  }
  
  .jobs .voice__title{
    font-size:7.5rem;
    margin: 7rem;
  }

  .jobs .voice__group--wrap{}

  .jobs .voice__group{
    border:0.285rem solid var(--color-yellow);
    border-radius: 6.5rem;
    font-size:3.2rem;
    font-weight: 700;
    height: 13rem;
    line-height: 1.5;
    margin: 0 auto 2.5rem;
    width: var(--width-sp_contents);
  }

  .jobs .voice__group-title{
    border-bottom:0.1rem solid var(--color-black);
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 1em 5.5rem;
  }

  .jobs .voice__list{
    margin: 0 auto 8.5rem;
  }

  .jobs .voice__list li{
    padding: 5.5rem 0;
  }

  .jobs .voice__list li:nth-child(even){
  }

  .jobs .voice__list__interview{
    display: block;
    margin: 0 auto;
    width:var(--width-sp_contents);
  }

  .jobs .voice__list__interview--inner{
  }

  .jobs .voice__list__interview__title{
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.35;
    margin: 0 0 2rem;
  }
  
  .voice__list__interview__flowing-line{
    height: 0.2rem;
    width: 24.8rem;
  }

  .voice__list__interview__flowing-line:before{
    height: 0.2rem;
    width: 4.8rem;
  }


  .jobs .voice__list__interview__name{
    margin: 0 0 1.5rem;
    padding: 2.5rem 0 0;
    position: relative;
  }

  .jobs .voice__list__interview__name--jp{
    font-size: 3rem;
  }

  .jobs .voice__list__interview__name--en{
    font-size: 2rem;
    margin: 0 0 0 0.5em;
  }

  .jobs .voice__list__interview__profile{
    font-size: 2.2rem;
    margin: 0 0 2.5rem;
  }

  .jobs .voice__list__interview img{
    width: 100%;
  }
  
  .jobs .voice__list__interview__movie{
    height: calc(66rem * (9/16));
    width: 66rem;
  }
  
  .jobs .voice__list__interview__movie__comingsoon{
    font-size:3.2rem;
  }

  .jobs .voice__list__conversation{
    display: block;
    margin: 5.5rem auto 0;
    width:var(--width-sp_contents);
  }

  .jobs .voice__list__conversation--inner{
  }

  .jobs .voice__list__conversation__title{
    margin: 0 0 2.5rem;
  }

  .jobs .voice__list__conversation__title--en{
    font-size: 3.2rem;
  }

  .jobs .voice__list__conversation__title--jp{
    font-size: 2.5rem;
    margin: 0 0 0 0.4em;
  }

  .jobs .voice__list__conversation__name{
    margin: 0 0 1.5rem;
    padding: 2rem 0 0;
    font-size:3.0rem;
  }

  .jobs .voice__list__conversation__name:before,
  .jobs .voice__list__conversation__name:after{
    height: 0.2rem;
    width: 24.8rem;
  }
  
  .jobs .voice__list__conversation__name:after{
    background: linear-gradient(90deg,var(--color-black) 20.1rem,var(--color-yellow) 20.1rem);
  }

  .jobs .voice__list li:nth-child(even) .voice__list__conversation__name:after{
    /*background: linear-gradient(90deg,var(--color-black) 20.1rem,#fff 20.1rem);*/
  }

  .jobs .voice__list__conversation__profile{
    font-size: 2.2rem;
    margin: 0 0 2.5rem;
  }
  
  .jobs .voice__list__conversation__movie{
    height: calc(66rem * (9/16));
    width: 66rem;
  }

  .jobs .voice__list__conversation img{
    width: 100%;
  }
  
  
  
  .jobs .person{
    padding: 6rem 0 0;
  }

  .jobs .person__item--wrap{
    margin: -3.6rem 0 0;
    padding: 6rem 0 8.5rem;
  }

  .jobs .person__item{
    flex-direction: column-reverse;
    margin: 0 auto 4.5rem;
    justify-content: center;
    width: var(--width-sp_contents);
  }

  .jobs .person__description{
    font-size:2.4rem;
    line-height: 1.5;
    width: 100%;
  }

  .jobs .person__item__image{
    margin: 0 0 2rem;
    width: 100%;
  }
}