/*----------------------
common 
-----------------------*/
.yes_recruit_contents a:focus {
  text-decoration: none;
}

.section {
  padding: 80px 0 0;
}

.section__ttl-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.section__ttl {
  font-size: 32px;
  display: inline-block;
  min-width: 164px;
  border-bottom: solid 3px;
  padding: 0 0 5px;
}
.section__ttl span {
  display: block;
  margin-bottom: 5px;
}

/*----------------------
mv 
-----------------------*/
.mv {
  background: url(/jp/about/company/yes/recruit_gradu/img/field/bg_ttl_main_pc.jpg) no-repeat center /cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*----------------------
intro 
-----------------------*/
.intro {
  background: url(/jp/about/company/yes/recruit_gradu/img/field/bg_intro.jpg) no-repeat center /cover;
  text-align: center;
  padding: 100px 0 150px;
}

.intro__txt {
  font-size: 20px;
  font-weight: bold;
}


/*----------------------
field 
-----------------------*/
.field {
  margin-top: 25px;
  padding-bottom: 80px;
}

.field__head {
  background: url(/jp/about/company/yes/recruit_gradu/img/field/bg_feald.png) no-repeat top center /100% 90%;
  text-align: center;
  margin-bottom: 80px;
}

.field__ttl {
  margin-bottom: 30px;
}

.field__head-sub {
  display: inline-block;
  font-size: 22px;
  color: #FFF;
  background: #000;
  padding: 11px 20px;
  margin-bottom: 30px;
  position: relative;
}

.field__head-sub::before,
.field__head-sub::after  {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 21px solid #000000;
  border-right: 0;
  position: absolute;
  right: -20px;
  top: 0;
}

.field__head-sub::after {
  left: -20px;
  transform: rotate(180deg);
}

.field__head-txt {
  color: #FFF;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
}

.field__head-txt {
  font-size: 16px;
}

.field__head-row {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.field__unit01 {
  background: #FFF;
  border: solid 2px #DC1E37;
  box-sizing: border-box;
  padding: 0px 20px 15px;
  width: 31.5%;
}

.field__unit01-img {
  margin: -50px 0 30px;
}

.field__unit01 dt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}

.field__unit01 dt span {
  font-size: 18px;
}

.field__unit01 dd {
  text-align: left;
}

.field__body {
  position: relative;
  padding: 50px 0 50px;
}

.field__body::before {
  content: '';
  width: 57%;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
}

.field__body-ttl {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}

/*----------------------
accordion 
-----------------------*/
.accordion {
  position: relative;
  margin-bottom: 0;
  min-height: 670px;
}

.accordion__item {
  width: 45.6%;
}

.accordion__unit {
  background: #FFF;
  padding: 12px 21px;
}

.accordion__unit  .list-link-01 {
  margin-bottom: 0;
}

.accordion__item:nth-of-type(1) .accordion__contents {
  display: block;
}

.accordion__item.active {
  border-color: #DC1E37;
}

.accordion__ttl {
  font-size: 24px;
  padding: 19px 30px 19px 0;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
  font-weight: 700;
  color: #DC1E37;
}

.accordion__ttl::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  background: url(/jp/about/company/yes/recruit_gradu/img/field/icon_plus.svg) no-repeat center /contain;
}

.accordion__item.active .accordion__ttl::after {
  display: none;
}

.accordion__ttl span {
  margin-right: 20px;
  position: relative;
}

.accordion__ttl span::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #DC1E37;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.accordion__item.active .accordion__ttl {
  cursor: auto;
  pointer-events: none;
}

.accordion__item.active .accordion__ttl span::after {
  display: none;
}

.accordion__contents-head {
  border-bottom: solid 2px #DC1E37;
  padding-bottom: 10px;
  margin: 0px 0 10px;
  position: relative;
}

.accordion__contents-head figure {
  width: 18%;
  opacity: 0;
  transition: opacity 1s .3s ease;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.accordion__contents figure.active {
  opacity: 1;
}

.accordion__contents-head figcaption {
  text-align: center;
}

.accordion__contents figcaption {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.3;
}

.accordion__ttl-sub {
  font-size: 20px;
  font-weight: 500;
  width: 79%;
  padding-right: 20px;
}

.accordion__txt {
  padding-bottom: 30px;
}

.accordion__contents {
  display: none;
}

..accordion__img {
  position: relative;
}

.accordion__img::after {
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #DC1E37 transparent;
  border-width: 0 0 60px 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .8;
}

.accordion__img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.9);
  padding: 20px 20px;
  max-width: 343px;
  width: 70%;
}

/*----------------------
project 
-----------------------*/
.project {
  background: #333333;
  color: #FFF;
  padding: 0 0 10px;
}

.project__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.project__lead {
  font-size: 24px;
  text-align: center;
  border-bottom: solid 3px #FFF;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.project__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}

.project__block::before {
  content: '';
  width: 120vw;
  height: 100%;
  background: url(/jp/about/company/yes/recruit_gradu/img/field/bg_project_block.png) no-repeat center /100% 100%;
  position: absolute;
  top: -15%;
  left: -10vw;
}

.project__block:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.project__block:nth-of-type(odd)::before {
  transform: scale(1,-1);
}

.project__block-num {
  display: flex;
  align-items: center;
}

.project__block-btn {
  margin-left: 20px;
}

.project__block-btn a {
  display: flex;
  align-items: center;
  background: #FFF;
  border: solid 2px #DC1E37;
  padding: 7px 15px;
  font-weight: 600;
  transition: opacity .5s ease;
}

.project__block-btn a i {
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.project__block-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.project__block-unit {
  width: 49%;
  max-width: 540px;
  position: relative;
}

.project__block-img {
  width: 49%;
  text-align: right;
}

.project__block:nth-of-type(odd) .project__block-img {
  text-align: left;
}

.project__block-img figure {
  position: relative;
  max-width: 490px;
}

.project__block-img figure::after {
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #DC1E37 transparent;
  border-width: 0 0 60px 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .8;
}

.project__block-link a {
  margin-bottom: 10px;
   margin-right: 20px;
}
  
.project__block-ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*----------------------
strengths 
-----------------------*/
.strengths {
  padding-bottom: 100px;
}

.strengths__ttl {
  margin-bottom: 40px;
}

.strengths__ttl-sub {
  display: inline-block;
  font-size: 32px;
  border-bottom: solid 3px;
  padding-bottom: 5px;
}

.strengths__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.strengths__unit {
  width: 49%;
}

.strengths__img {
  width: 49%;
  max-width: 540px;
}

/*----------------------
report 
-----------------------*/
.report {
  padding: 80px 0 20px;
  background: #F5F5F5;
}

.report .lyt-column-01 .column .link-title {
  font-size: 100%;
} 

/*----------------------
lbox 
-----------------------*/
#lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

#lbox .lbox-inr {
  max-width: 90%;
  height: auto;
  position: relative;
  top: 10px;
  z-index: 1001;
  text-align: center;
}

#lbox .lbox-img {
  max-height: 90vh;
  width: auto;
  position: relative;
  overflow-y: auto;
  z-index: 10001;
}

#lbox .lbox-img img {
  max-width: 800px;
}

#lbox #close {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 44px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10002;
  border: solid 3px #DC1E37;
  border-radius: 50%;
  background: #FFF;
}

#lbox #close:hover {
  cursor: pointer;
}

#lbox #close:before, #lbox #close:after {
  content: '';
  display: block;
  width: 3px;
  height: 45%;
  background: #DC1E37;
  position: absolute;
  top: 28%;
  left: 48%;
}

#lbox #close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#lbox #close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#lbox #clickable {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: .3;
}

@media screen and (min-width: 1000px) {
  /*----------------------
  accordion 
  -----------------------*/
  .accordion__img.sp {
    display: none !important;
  }
  .accordion__item:nth-of-type(n+2) .accordion__img {
    display: none;
  }
  .accordion__item {
    border: solid 2px #FFF;
    margin-bottom: 12px;
}
  .accordion__img {
    position: absolute;
    top: -80px;
    right: 0;
    width: 50%;
    max-width: 540px;
  }
}


@media screen and (min-width: 661px) {
  /*----------------------
  strengths 
  -----------------------*/
  .strengths__row {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 999px) {
  /*----------------------
  field 
  -----------------------*/
  .field__body::before {
    width: 100%;
  }

  .field__body .yes_recruit_inner {
    max-width: 580px;
  }

  /*----------------------
  accordion 
  -----------------------*/
  .accordion__img.pc {
    display: none !important;
  }

  .accordion__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .accordion__ttl {
    font-size: 22px;
    padding: 20px 30px 20px 0em;
  }

  .accordion__ttl span {
    margin-right: 10px;
    display: inline-block;
    width: 40px;
  }

  .accordion__ttl::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }

  .accordion__ttl-sub {
    font-size: 18px;
    padding-right: 10px;
  }

  .accordion__img {
    position: relative;
  }

  .accordion__img.pc {
    opacity: 1;
    width: 15%;
    min-width: 60px;
  }

  .accordion__contents-head figcaption {
    font-size: 10px;
  }

  .accordion__img.sp {
    display: block !important;
  }

  .accordion__img::after {
    border-width: 0 0 40px 40px;
  }

  .accordion__img figcaption  {
    padding: 10px 10px;
    bottom: 0;
    font-size: 11px;
  }

  .accordion__txt {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .accordion__contents-head {
    margin: 0px 0 10px; 
  }
}

@media screen and (max-width: 660px) {
 /*----------------------
  common 
 -----------------------*/
  .cmn-ttl01-top {
    height: auto;
  }
  .cmn-ttl01 {
    margin-top: 0;
    font-size: 12px;
  }

  .section {
    padding: 40px 0 0;
  }

  .yes_recruit_contents .lyt-column-01 .column .image figcaption {
    font-size: 86%;
  }

 /*----------------------
  mv 
 -----------------------*/
  .mv {
    height: 40vw;
    min-height: 200px;
    background: url(/jp/about/company/yes/recruit_gradu/img/field/bg_ttl_main_sp.jpg) no-repeat center /cover;
  }

 /*----------------------
  intro 
 -----------------------*/
  .intro {
    padding: 60px 0 90px;
  }

  .intro__txt {
    font-size: 14px;
  }

 /*----------------------
  field 
 -----------------------*/
  .field {
    padding-bottom: 50px;
  }

  .field__head-sub {
    font-size: 17px;
    padding: 11px 10px;
  }

  .field__head-sub::before, .field__head-sub::after {
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
  }
  
  .field__unit01 {
    width: 100%;
    margin-bottom: 70px;
  }

  .field__unit01:last-of-type {
    margin-bottom: 0;
  }

  .field__unit01-img {
    margin: -50px auto 20px;
    width: 150px;
  }

  .field__unit01 dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .field__unit01 dd {
    font-size: 14px;
  }

  .field__body-ttl {
    font-size: 20px;
  }

 /*----------------------
  project 
 -----------------------*/
  .project__lead {
    font-size: 16px;
  }

  .project__block {
    margin-bottom: 50px;
  }

  .project__block::before {
    background: url(/jp/about/company/yes/recruit_gradu/img/field/bg_project_block.png) no-repeat center /100% 60%;
  }

  .project__block-num .num {
    width: 130px;
  }

  .project__block-btn a {
    font-size: 14px;
    padding: 7px 10px;
  }

  .project__block-unit {
    width: 100%;
    margin-bottom: 50px;
  }

  .project__block-img {
    width: 100%;
  }

  .project__block-ttl {
    font-size: 20px;
  }

  .project__block-unit p {
    font-size: 14px;
  }

  .project__block-link {
    text-align:center;
  }
  
  .project__block-link a {
    margin-right: 0;
  }

 /*----------------------
  strengths 
 -----------------------*/
  .strengths {
    padding-bottom: 60px;
  }

  .strengths__ttl {
    margin-bottom: 20px;
  }

  .strengths__ttl-sub {
    font-size: 20px;
  }

  .strengths__unit {
    width: 100%;
  }

  .strengths__img {
    width: 100%;
    margin-bottom: 30px;
  }

  .strengths__unit-btn {
    text-align: center;
  }

 /*----------------------
  report 
 -----------------------*/
  .report {
    padding: 30px 0;
  }

 /*----------------------
  lbox 
 -----------------------*/
  #lbox .lbox-img img {
    max-width: 600px;
  }

  #lbox #close {
    right: -14px;
    width: 34px;
    height: 34px;
  }
  
  #lbox #close:before, #lbox #close:after {
    left: 45%;
  }
}