@charset 'utf-8';


/***** 404 *****/
.page404 .ttlBase01 .ttlEn{
  letter-spacing: normal;
}
.boxBaseTop .boxBaseCom.page404{
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 980px;
  text-align: left;
  font-size: 1.15rem;
}


/***** Album *****/
.boxAlbum {
  margin-bottom: 70px;
}
.boxAlbum01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.boxAlbum01 .boxListOne {
  width: 24.7%;
  margin-right: 0.4%;
  margin-bottom: 4px;
}
.boxAlbum01 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
.boxAlbum01 .boxListOne .boxPopupCont {
  display: none;
  text-align: center;
  padding: 60px 88px;
}
.boxAlbum01 .boxListOne .boxPopupContIn {
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 79%;
  max-height: 90%;
}
.boxAlbum01 .boxListOne .boxPopupContIn .imgMain {
  display: block;
  max-height: 55vh;/*80%;*/
  margin: 0 auto;
}
.boxAlbum01 .boxListOne .boxPopupCont.isCaption .boxPopupContIn .imgMain {
  margin-bottom: 20px;
}
.boxAlbum01 .boxListOne .boxBtnPopupClose {
  padding: 0 2.5% 0 0;
  background-image: url('./../../images/album/album-btn-close01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17% auto;
  color: #1a368d;
}
.boxAlbum01 .boxPagination .page-numbers {
  margin-left: auto;
  margin-right: auto;
}


/***** Beginner *****/
.boxBeginnerTopWrap {
  background-image: url('./../../images/beginner/beginner00-bg01.png');
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxBeginnerTopWrap {
    background-image: url('./../../images_sp/beginner/sp-beginner00-bg01.png');
    background-position: center 7vw;
    background-size: 100% auto;
  }
}

.boxBeginnerTop {
  position: relative;
  height: 358px;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxBeginnerTop {
    height: auto;
    padding-top: 150%;
    margin-bottom: 10%;
  }
}

.boxBeginnerTop > .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxBeginnerTop > .ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.3;
    font-size: 8.0vw;
  }
}

.boxBeginnerTop .ul01 > li {
  position: absolute;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media all and (max-width: 640px){
  .boxBeginnerTop .ul01 > li {
    font-size: 4.0vw;
  }
}

.boxBeginnerTop .ul01 > li:nth-child(1) {
  top: 160px;
  left: 70px;
}
@media all and (max-width: 640px){
  .boxBeginnerTop .ul01 > li:nth-child(1) {
    top: 45vw;
    left: 12%;
  }
}

.boxBeginnerTop .ul01 > li:nth-child(2) {
  top: 210px;
  left: 410px;
}
@media all and (max-width: 640px){
  .boxBeginnerTop .ul01 > li:nth-child(2) {
    top: 82vw;
    left: 51%;
  }
}

.boxBeginnerTop .ul01 > li:nth-child(3) {
  top: 145px;
  left: 690px;
}
@media all and (max-width: 640px){
  .boxBeginnerTop .ul01 > li:nth-child(3) {
    top: 112vw;
    left: 12%;
  }
}

.boxBeginner .boxBaseCom {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
  font-weight: 400;
}
@media all and (max-width: 640px){
  .boxBeginner .boxBaseCom {
    line-height: 1.8;
    font-size: 4.0vw;
  }
}

.boxBeginner01 {
  margin-bottom: 55px;
}
@media all and (max-width: 640px){
  .boxBeginner01 {
    margin-bottom: 12%;
  }
}

.boxBeginner01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxBeginner01 .ttl {
    margin-bottom: 8%;
    font-size: 7.0vw;
  }
}

.boxBeginner01 .boxBaseCom {
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBeginner01 .boxBaseCom {
    text-align: left;
  }
}

.boxBeginner02,
.boxBeginner03,
.boxExperience01 {
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxBeginner02,
  .boxBeginner03,
  .boxExperience01 {
    margin-bottom: 13%;
  }
}

@media all and (max-width: 640px){
  .boxBeginner03 > .ttlBase11 {
    margin-bottom: 7%;
  }
}

.boxBeginner03 > .ttl,
.boxBeginner03R > .ttl02 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.75rem;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxBeginner03 > .ttl,
  .boxBeginner03R > .ttl02 {
    margin-bottom: 7%;
    font-size: 6.0vw;
  }
}

.boxBeginner03R > .ttl02 {
  margin-bottom: 13px;
}
@media all and (max-width: 640px){
  .boxBeginner03R > .ttl02 {
    margin-bottom: 5%;
  }
}

.boxExperience01 > .ttl {
  margin-bottom: 32px;
  padding: 23px 0 23px 0;
  background-color: #359842;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f2df37;
}
@media all and (max-width: 640px){
  .boxExperience01 > .ttl {
    margin-bottom: 0;
    padding: 4% 0 4% 0;
    line-height: 1.3;
    font-size: 5.5vw;
  }
}

.boxBeginner0301 {
  margin-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxBeginner0301 {
    margin-bottom: 10%;
  }
}

.boxBeginner02LR,
.boxBeginner03LR,
.boxExperience01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxBeginner02LR,
  .boxBeginner03LR,
  .boxExperience01LR {
    display: block;
    margin-bottom: 10%;
  }
}

.boxBeginner02L,
.boxBeginner03L,
.boxExperience01L {
  width: 51%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBeginner02L,
  .boxBeginner03L,
  .boxExperience01L {
    width: 100%;
    margin-bottom: 5%;
  }
}

.boxBeginner02R,
.boxBeginner03R,
.boxExperience01R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxBeginner02R,
  .boxBeginner03R,
  .boxExperience01R {
    width: 90%;
    margin: 0 auto;
  }
}

/*
.boxBeginner02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
*/

.boxBeginner02R .boxBaseCom p,
.boxBeginner03R .boxBaseCom p,
.boxExperience01R .boxBaseCom p {
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  .boxBeginner02R .boxBaseCom p,
  .boxBeginner03R .boxBaseCom p,
  .boxExperience01R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxBeginner02R .boxBaseCom p:last-child,
.boxBeginner03R .boxBaseCom p:last-child,
.boxExperience01R .boxBaseCom p:last-child {
  margin-bottom: 0;
}

.boxBeginner0201 .boxImg {
  margin-bottom: 18px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .boxImg {
    margin-bottom: 10%;
  }
}

.boxBeginner0201 .boxImg.no02 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .boxImg.no02 {
    margin-bottom: 8%;
  }
  .boxBeginner0201 .boxImg.no02 img {
    width: 30%;
  }
}

.boxBeginner0201 .boxBaseCom {
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .boxBaseCom {
    margin-bottom: 8%;
  }
}

.boxBeginner0201 .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .ul01 {
    display: block;
    margin-bottom: 10%;
  }
}

.boxBeginner0201 .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 321px;
  height: 101px;
  background-image: url('./../../images/beginner/beginner02-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.4;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .ul01 > li {
    width: 80%;
    height: 25.6vw;
    margin: 0 auto;
    margin-bottom: 5%;
    background-image: url('./../../images_sp/beginner/sp-beginner02-bg01.png');
    background-size: 100% auto;
    font-size: 6.0vw;
  }
}

.boxBeginner0201 .ul01 > li .large {
  font-size: 2.1rem;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .ul01 > li .large {
    font-size: 6.3vw;
  }
}

/*
.boxBeginner0201 .boxBaseCom.no02 {
  line-height: 1.6;
  font-size: 1.8rem;
}*/
.boxBeginner0201 .boxBaseCom.no03 {
  margin-bottom: 48px;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .boxBaseCom.no03 {
    margin-bottom: 8%;
    text-align: left;
  }
}

.boxBeginner05 {
  margin-bottom: 96px;
}
@media all and (max-width: 640px){
  .boxBeginner05 {
    margin-bottom: 15%;
  }
}

.boxBeginner05 .ttlBase11 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxBeginner05 .ttlBase11 {
    margin-bottom: 0;
  }
}

.boxBeginner0501,
.boxExperienced0501 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 270px;
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxBeginner0501,
  .boxExperienced0501 {
    background-size: 100% auto;
    min-height: 48vw;
    margin-bottom: 7%;
  }
}

.boxBeginner0501L,
.boxExperienced0501L {
  width: 48%;
}

.boxBeginner0501R,
.boxExperienced0501R {
  width: 50.5%;
}
/*
.boxBeginner0501R .boxWorkPlace {
  margin-bottom: 5px;
}

.boxBeginner0501R .boxJobPosi {
  margin-bottom: 10px;
}
*/

.boxBeginner0501R .boxName,
.boxExperienced0501R .boxName {
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px #359842 solid;
  font-size: 2.8rem;
}
@media all and (max-width: 640px){
  .boxBeginner0501R .boxName,
  .boxExperienced0501R .boxName {
    margin-bottom: 5%;
    padding-bottom: 5%;
    font-size: 7.5vw;
  }
}

.boxBeginner0501R .dlFormerJob,
.boxExperienced0501R .dlFormerJob {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 2.1rem;
}
@media all and (max-width: 640px){
  .boxBeginner0501R .dlFormerJob,
  .boxExperienced0501R .dlFormerJob {
    font-size: 4.3vw;
  }
}

.boxBeginner0501R .dlFormerJob > dt,
.boxBeginner0501R .dlFormerJob > dd,
.boxExperienced0501R .dlFormerJob > dt,
.boxExperienced0501R .dlFormerJob > dd {
  line-height: 1.2;
}

.boxBeginner0501R .dlFormerJob > dt,
.boxExperienced0501R .dlFormerJob > dt {
  width: 18%;
}
@media all and (max-width: 640px){
  .boxBeginner0501R .dlFormerJob > dt,
  .boxExperienced0501R .dlFormerJob > dt {
    width: 28%;
  }
}

.boxBeginner0501R .dlFormerJob > dd,
.boxExperienced0501R .dlFormerJob > dd {
  width: 82%;
}
@media all and (max-width: 640px){
  .boxBeginner0501R .dlFormerJob > dd,
  .boxExperienced0501R .dlFormerJob > dd {
    width: 72%;
  }
}

.boxBeginner0501R .dlFormerJob > dt:after,
.boxExperienced0501R .dlFormerJob > dt:after {
  content: '：';
}

.boxBeginner0501R .dlFormerJob > dd .txtFormerJob,
.boxExperienced0501R .dlFormerJob > dd .txtFormerJob {
  display: inline-block;
}

.boxBeginnerFaq,
.boxExperiencedFaq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
}
@media all and (max-width: 640px){
  .boxBeginnerFaq,
  .boxExperiencedFaq {
    display: block;
    margin-bottom: 0;
  }
}

.boxBeginnerFaqOne,
.boxExperiencedFaqOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxBeginnerFaqOne,
  .boxExperiencedFaqOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}

.boxBeginnerFaqOne.w100,
.boxExperiencedFaqOne.w100 {
  width: 100%;
  margin-right: 0;
}

.boxBeginnerFaqOne:nth-child(2n),
.boxExperiencedFaqOne:nth-child(2n) {
  margin-right: 0;
}

.boxBeginnerFaqOne .ttl,
.boxExperiencedFaqOne .ttl {
  display: table;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  /*padding: 20px 0 0 75px;*/
  padding: 0 0 0 75px;
  background-image: url('./../../images/experience/experience-icn-faq-q01.png'),url('./../../images/experience/experience-faq-q-bg01.png');
  background-repeat: no-repeat,repeat;
  background-position: left top,left top;
  background-size: auto auto,auto auto;
  line-height: 1.3;
  font-size: 1.45rem;
  font-weight: 500;
  color: #359842;
}
@media all and (max-width: 640px){
  .boxBeginnerFaqOne .ttl,
  .boxExperiencedFaqOne .ttl {
    min-height: 13vw;
    margin-bottom: 4%;
    padding: 0 0 0 16vw;
    background-image: url('./../../images_sp/experience/sp-experience-icn-faq-q01.png'),url('./../../images_sp/experience/sp-experience-faq-q-bg01.png');
    background-repeat: no-repeat,repeat;
    background-position: left top,left top;
    background-size: auto 13vw,auto auto;
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 5.0vw;
  }
}

.boxBeginnerFaqOne .ttl span,
.boxExperiencedFaqOne .ttl span {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 640px){
  .boxBeginnerFaqOne .boxBaseCom,
  .boxExperiencedFaqOne .boxBaseCom {
    overflow: hidden;
    position: relative;
    height: 30vw;
  }
  .boxBeginnerFaqOne .boxBaseCom .boxCover01,
  .boxExperiencedFaqOne .boxBaseCom .boxCover01{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
  .boxBeginnerFaqOne .boxBaseCom .boxBtnOpen,
  .boxExperiencedFaqOne .boxBaseCom .boxBtnOpen {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    padding: 3.5% 0;
    background-color: #359842;
    text-align: center;
    line-height: 1.0;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
  }
}

.boxExperiencePlan > .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  margin-bottom: 30px;
  padding-left: 125px;
  background-image: url('./../../images/experience/experience-plan-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #359842;
}
@media all and (max-width: 640px){
  .boxExperiencePlan > .ttl02 {
    height: 17.4vw;
    margin-bottom: 7%;
    padding-left: 29%;
    background-image: url('./../../images_sp/experience/sp-experience-plan-ttl-bg01.png');
    background-size: 100% auto;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 5.8vw;
  }
}

.boxExperiencePlan01 {
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 {
    margin-bottom: 13%;
  }
}

.boxExperiencePlan01 > .ttl03 {
  margin-bottom: 32px;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 > .ttl03 {
    margin-bottom: 8%;
  }
}

.boxExperiencePlan01 .btnAccordion {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  border-bottom: 1px #359842 solid;
  font-weight: 500;
  font-size: 2.2rem;
  color: #359842;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .btnAccordion {
    height: 20vw;
    background-color: #359842;
    padding: 0 15% 0 0;
    font-size: 6.0vw;
    color: #fff;
  }
}

.boxExperiencePlan01 .btnAccordion .icnAccordion {
  position: absolute;
  top: 50%;
  right: 5%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .btnAccordion .icnAccordion {
    width: 10%;
  }
}

.boxExperiencePlan01 .boxCont01Wrap {
  background-color: #f2f2f2;
  padding: 28px 30px;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .boxCont01Wrap {
    padding: 7% 5% 5% 5%;
  }
}

.boxExperiencePlan01 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .boxCont01 {
    display: block;
  }
}

.boxExperiencePlan01 .boxCont01One {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 30px;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .boxCont01One {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}

.boxExperiencePlan01 .boxCont01One:nth-child(2n) {
  margin-right: 0;
}

.boxExperiencePlan01 .boxCont01One > .ttl04 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #f2f2f2;
}

.boxExperiencePlan01 .boxCont01One > .ttl04 .ttlNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #359842;
  font-size: 1.8rem;
  color: #ffe744;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .boxCont01One > .ttl04 .ttlNum {
    width: 10vw;
    height: 10vw;
    font-size: 6.0vw;
  }
}

.boxExperiencePlan01 .boxCont01One > .ttl04 .ttlStr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 11px;
  font-size: 1.43rem;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .boxCont01One > .ttl04 .ttlStr {
    padding-left: 3%;
    font-size: 5.5vw;
  }
}

.boxExperiencePlan01 .boxCont01One .boxBaseCom {
  margin-bottom: 0;
  padding: 20px 25px 20px 25px;
  letter-spacing: normal;
  line-height: 1.7;
}
@media all and (max-width: 640px){
  .boxExperiencePlan01 .boxCont01One .boxBaseCom {
    padding: 4% 5% 4% 5%;
  }
}

.boxExperienceBottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media all and (max-width: 640px){
  .boxExperienceBottom {
    display: block;
    margin-bottom: 13%;
  }
}

@media all and (max-width: 640px){
  .boxExperienceBottom a:first-child img {
    margin-bottom: 10%;
  }
}


/***** Blog *****/
.boxBlog01 .boxListMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.boxBlog01 .ulListCat li,
.boxBlogS01L .ulListCat li {
  display: inline-block;
  margin-right: 0.65em;
  padding: 0.3em 0.6em 0.2em 0.6em;
  letter-spacing: 0.1em;
}
.boxBlog01 .ulListCat li:last-child,
.boxBlogS01L .ulListCat li:last-child {
  /*margin-right: 0;*/
}
.boxBlog01 .ulListCat li.typeCat,
.boxBlogS01L .ulListCat li.typeCat {
  background-color: #5acac0;
  color: #fff;
}
.boxBlog01 .ulListCat li.typeTag,
.boxBlogS01L .ulListCat li.typeTag {
  background-color: #f5d524;
  color: #fff;
}

.boxBlog01 .boxListTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #fff;
}
.boxBlog01 .boxEyecatchWrap,
.boxBlogS01R .boxEyecatchWrap {
  overflow: hidden;
  position: relative;
}
.boxBlog01 .boxListTop .imgBg,
.boxBlog01 .boxEyecatchWrap .imgEyecatch,
.boxBlogS01R .boxEyecatchWrap .imgEyecatch {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
  width: auto;
  max-width: none;
  height: 100%;
  background-color: #ccc;
}
.boxBlog01 .boxListTop .imgBg.horizontalImg,
.boxBlog01 .boxEyecatchWrap .imgEyecatch.horizontalImg,
.boxBlogS01R .boxEyecatchWrap .imgEyecatch.horizontalImg {
  display: block;
  width: auto;
  height: 100%;
}
.boxBlog01 .boxListTop .imgBg.verticalImg,
.boxBlog01 .boxEyecatchWrap .imgEyecatch.verticalImg,
.boxBlogS01R .boxEyecatchWrap .imgEyecatch.verticalImg {
  display: block;
  width: 100%;
  height: auto;
}
.boxBlog01 .boxListTop .linkAll {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.boxBlog01 .boxListTop .linkAll.modeDisp {
  display: block;
}
.boxBlog01 .boxListContTop {
  position: absolute;
  bottom: 5%;
  left: 6%;
  width: 88%;
}
.boxBlog01 .boxListContTop .boxListMeta {
  margin-bottom: 5%;
}
.boxBlog01 .boxListContTop .boxListMeta .boxListDate {
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000,1px 1px 1px #000,1px 1px 3px #000;
}
.boxBlog01 .boxListContTop .ttlList {
  display: inline-block;
  text-shadow: 0 0 10px #000,1px 1px 1px #000,1px 1px 3px #000;
}
.boxBlog01 .boxListContTop .ttlList span {
  padding-right: 1.3em;
  background-image: url('./../../images/blog/blog-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.boxBlog01 .boxListTopL {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-top: 50%;
}
.boxBlog01 .boxListTopL .boxListMeta .ulListCat li {
  font-size: 1.65rem;
}
.boxBlog01 .boxListTopL .boxListMeta .boxListDate {
  letter-spacing: 0.1em;
  font-size: 1.75rem;
}
.boxBlog01 .boxListTopL .ttlList {
  line-height: 1.4;
  font-size: 2.1rem;
}
.boxBlog01 .boxListTopL .ttlList span {
  background-size: auto auto;
}

.boxBlog01 .boxListTopR {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
}
.boxBlog01 .boxListTopROne {
  overflow: hidden;
  position: relative;
  width: 50%;
}
.boxBlog01 .boxListTopROne .boxListMeta {
  display: block;
}
.boxBlog01 .boxListTopROne .boxListMeta .ulListCat {
  margin-bottom: 3%;
}
.boxBlog01 .boxListTopROne .boxListMeta .ulListCat li {
  font-size: 1.0rem;
}
.boxBlog01 .boxListTopROne .boxListMeta .boxListDate {
  font-size: 1.1rem;
}
.boxBlog01 .boxListTopROne .ttlList {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 700;
}
.boxBlog01 .boxListTopROne .ttlList span {
  background-size: 2% auto;
}

.boxBlog01 .linkToBlogArchive01 {
  display: block;
  width: 325px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 13px 0;
  background-color: #359842;
  /*
  background-image: url('./../../images/blog/blog-btn-bg01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  */
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.55rem;
  color: #fff;
}

.boxBlog01 .boxCatMenu {
  margin-bottom: 60px;
  padding: 28px 0;
  background-color: #f7f7f7;
}
.boxBlog01 .ulCatMenu > li,
.boxBlogS01R .ulCatMenu > li {
  display: inline-block;
  margin-right: 0.65em;
  padding: 0.45em 0.6em 0.35em 0.6em;
  letter-spacing: 0.1em;
  background-color: #f5d524;
  color: #fff;
}
.boxBlog01 .ulCatMenu > li a,
.boxBlogS01R .ulCatMenu > li a {
  color: #fff;
}
.boxBlog01 .ulCatMenu > li:last-child,
.boxBlogS01R .ulCatMenu > li:last-child {
  margin-right: 0;
}

.boxBlog01 .boxListOne {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px #eee solid;
}
.boxBlog01 .boxListOne .boxListImg {
  position: relative;
  bottom: -6px;
  background-color: #a09d9d;
}
.boxBlog01 .boxListOne .boxListImg .icnBlogNew01 {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}
.boxBlog01 .boxListOne .boxListImgIn {
  overflow: hidden;
  right: 6px;
  top: -6px;
  position: relative;
  width: 195px;
  padding-top: 195px;
}
.boxBlog01 .boxListOne .boxListImgIn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.boxBlog01 .boxListOne .imgBg.horizontalImg {
  width: auto;
  height: 100%;
}
.boxBlog01 .boxListOne .imgBg.verticalImg {
  width: 100%;
  height: auto;
}
.boxBlog01 .boxListOne .boxListCont {
  width: 70%;
}
.boxBlog01 .boxListOne .boxListMeta,
.boxBlogS01L .boxListMeta {
  display: block;
  margin-bottom: 15px;
}
.boxBlog01 .boxListOne .boxListMeta .ulListCat,
.boxBlogS01L .boxListMeta .ulListCat {
  margin-bottom: 15px;
}
.boxBlog01 .boxListOne .boxListMeta .ulListCat li,
.boxBlogS01L .boxListMeta .ulListCat li {
  padding: 0.45em 0.6em 0.35em 0.6em;
}
.boxBlog01 .boxListOne .boxListMeta .boxListDate,
.boxBlogS01L .boxListMeta .boxListDate {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a368d;
}
.boxBlog01 .boxListOne .ttlList,
.boxBlogS01L .ttlList {
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 700;
}
.boxBlog01 .boxListOne .ttlList span {
  padding-right: 30px;
  background-image: url('./../../images/blog/blog-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
}

.boxBlog01 .boxPagination {
  border: 0;
}
.boxBlog01 .boxPagination ul.page-numbers {
  margin-left: auto;
}

.boxBlog02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 758px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
}
.boxBlog02 a {
  display: block;
  width: 350px;
  padding: 12px 15px;
  border: 4px #FFE957 solid;
  background-image: url('./../../images/blog/blog-icn-arrow04.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  color: #329949;
}
.boxBlog02 a .txt01 {
  display: block;
  margin-bottom: 5px;
  font-size: 2.1rem;
  font-weight: 700;
}
.boxBlog02 a .txt01 .small {
  font-size: 1.75rem;
}
.boxBlog02 a .txt02 {
  font-size: 1.0rem;
  font-weight: 700;
}

/***** Blog Single *****/
.boxBlogS01Wrap {
  margin-bottom: 90px;
  padding-bottom: 60px;
  border-bottom: 1px #eee solid;
}
.boxBlogS01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxBlogS01L {
  width: 720px;
}
.boxBlogS01L .ttlList {
  margin-bottom: 20px;
}
.boxBlogS01L .boxListImg {
  margin-bottom: 30px;
  text-align: center;
}

.boxBlogS01R {
  width: 260px;
}
.boxBlogS01R .logoBlogSide01 {
  margin-bottom: 23px;
}
.boxBlogS01R .boxBaseCom.no01 {
  margin-bottom: 29px;
  padding-bottom: 23px;
  border-bottom: 1px #eee solid;
  font-size: 1.1rem;
  font-weight: 700;
}
.boxBlogS01R .boxBaseCom.no01 p {
  line-height: 1.5;
}
.boxBlogS01R .boxSideSearch {
  margin-bottom: 31px;
}
.boxBlogS01R .boxSideSearch .btnSearch {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  margin-bottom: -39px;
  border: 0;
  background: none;
  background-image: url('./../../images/blog/blog-icn-search01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  cursor: pointer;
}
.boxBlogS01R .boxSideSearch input {
  width: 100%;
  padding: 5px 5px 3px 40px;
  font-size: 1.2rem;
  font-weight: 700;
}
.boxBlogS01R .ulCatMenu {
  margin-bottom: 29px;
  padding-bottom: 23px;
  border-bottom: 1px #eee solid;
}
.boxBlogS01R .boxSide01 {
  margin-bottom: 31px;
  padding-bottom: 29px;
  border-bottom: 1px #eee solid;
}
.boxBlogS01R .boxSide01 .ttlSide01 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.45rem;
  font-weight: 700;
}
.boxBlogS01R .boxListOneSide {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
}
.boxBlogS01R .boxListOneSide:last-child {
  margin-bottom: 0;
}
.boxBlogS01R .boxListImgSide {
  width: 90px;
  padding-top: 90px;
}
.boxBlogS01R .boxListContSide {
  width: 157px;
}
.boxBlogS01R .boxListDateSide {
  margin-bottom: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1a368d;
}
.boxBlogS01R .ttlListSide {
  line-height: 1.2;
  font-size: 0.95rem;
  font-weight: 700;
}


/* Career */
/** Common **/
.ttlBaseCareer01{
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.65rem;
}
/** /Common **/

.boxCareerWrap .ttlBase02{
  margin-bottom: 43px;
}
.boxCareer01{
  width: 980px;
  margin: 0 auto;
}
.boxCareer01 .boxBaseCom{
  margin-bottom: 65px;
  text-align: center;
  font-size: 1.3rem;
}
.boxCareer01LR{
  display: table;
  width: 100%;
  margin-bottom: 90px;
}
.boxCareer01L{
  display: table-cell;
  width: 52.5%;
  padding-right: 60px;
  vertical-align: top;
}
.boxCareer01R{
  position: relative;
  display: table-cell;
  width: 47.5%;
  vertical-align: top;
}
.boxCareer01LR .ttl2{
  position: relative;
  width: 466px;
  margin-bottom: 30px;
  padding-top: 16.0944206%;
  background-image: url('./../../images/career/career-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.boxCareer01LR .ttl2In{
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
}
.boxCareer01LR .ttl2In .number{
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 2.5rem;
  font-weight: 500;
}
.boxCareer01LR .ttlEn{
  display: table-cell;
  width: 30%;
  padding: 11px 0 0 30px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.boxCareer01LR .ttlJa{
  display: table-cell;
  width: 70%;
  padding: 7px 0 0 10px;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.13em;
  font-size: 1.7rem;
}
.boxCareer01LR .boxCont{
  padding: 0 25px;
}
.boxCareer01LR .boxBaseCom{
  text-align: justify;
  font-size: 1.2rem;
}
.boxCareer01L .boxBaseCom{
  margin-bottom: 20px;
}

.boxCareer02{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.boxCareer02F{
  overflow: hidden;
}
.boxCareer02FOne{
  float: left;
  width: 27.5%;
  margin-right: 8.75%;
}
.boxCareer02FOne:last-child{
  margin-right: 0;
}
.boxCareer02FOne img{
  margin-bottom: 20px;
}
.boxCareer02FOne .ttl{
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.0;
  letter-spacing: 0.15em;
  font-size: 1.7rem;
}
.boxCareer02FOne .boxFor{
  margin-bottom: 17px;
  padding: 12px 0;
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-align: center;
}
.boxCareer02FOne li{
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.boxCareer02FOne li:before{
  content: '■';
  margin-right: 5px;
  color: #269cc8;
}
.boxCareer02LR{
  display: table;
  width: 100%;
}
.boxCareer02L{
  display: table-cell;
  width: 50%;
  padding-right: 2%;
  vertical-align: top;
}
.boxCareer02R{
  display: table-cell;
  width: 50%;
  padding-left: 2%;
  vertical-align: top;
}
.boxCareer02LR .boxCont01{
  margin-bottom: 20px;
  border: 1px #39a446 solid;
}
.boxCareer02LR .boxCont01 .ttl{
  width: 210px;
  margin: 0 auto;
  margin-top: -22px;
  margin-bottom: 36px;
  padding: 11px 0;
  padding-left: 0.1em;
  background-color: #39a446;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.boxCareer02LR .boxCont01 .boxImg{
  margin-bottom: 36px;
  text-align: center;
}
.boxCareer02LR .boxCont01In{
  display: table;
  width: 100%;
  background-color: #39a446;
}
.boxCareer02LR .boxCont01InTbc{
  display: table-cell;
  width: 100%;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxCareer02LR .icnCareerArrow00{
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}
.boxCareer02LR .boxCont02{
  padding: 15px 0;
  border: 1px #39a446 solid;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.37rem;
  font-weight: bold;
}

.boxCareer03Wrap{
  margin-bottom: 120px;
}
.boxCareer03{
  padding: 20px 0 0 0;
  background-image: url('./../../images/career/career-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.boxCareer03In{
  position: relative;
  width: 980px;
  margin: 0 auto;
  /*margin-bottom: 28px;*/
  /*padding-top: 90px;
  border: 1px #7e7065 solid;*/
  background-color: #fff;
}
.boxCareer03In .ttlBase07{
  margin-bottom: 40px;
  font-size: 1.65rem;
}
.boxCareer03In .boxImg{
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.boxCareer03In .boxImg .icnCareerExample{
  position: absolute;
  cursor: pointer;
}
.boxCareer03In .boxImg .icnCareerExample.no01{
  top: 142px;
  left: 61%;
}
.boxCareer03In .boxImg .icnCareerExample.no02{
  top: 246px;
  left: 33.5%;
}
.boxCareer03In .boxImg .icnCareerExample.no03{
  top: 365px;
  left: 33.5%;
}
.boxCareer03In .boxImg .icnCareerExample.no04{
  top: 465px;
  left: 33.5%;
}
.boxCareer03In .boxImg .icnCareerExample.no05{
  top: 465px;
  left: 61%;
}
.boxCareer03In .boxImg .icnCareerExample.no06{
  top: 465px;
  left: 88.5%;
}
.boxCareer03In .boxImg .icnCareerExample.no07{
  top: 565px;
  left: 33.5%;
}
.boxCareer03In .boxImg .icnCareerExample.no08{
  top: 565px;
  left: 61%;
}
.boxCareer03In .boxImg .icnCareerExample.no09{
  top: 565px;
  left: 88.5%;
}
.boxCareer03In .boxCareerExample{
  display: none;
}
.boxCareer03In .boxCareerExample .ttl{
  display: table;
  width: 100%;
  height: 50px;
  margin-bottom: 5%;
  font-size: 1.3rem;
}
.boxCareer03In .boxCareerExample .ttl .txtHead{
  display: table-cell;
  width: 12%;
  background-color: #0d6913;
  vertical-align: middle;
  text-align: center;
}
.boxCareer03In .boxCareerExample .ttl .txtBody{
  display: table-cell;
  width: 88%;
  padding-left: 3%;
  background-color: #39a446;
  vertical-align: middle;
  text-align: left;
}
.boxCareer03In .boxCareerExample .ttl .small{
  font-size: 1.1rem;
}
.boxCareer03In .boxCareerExample .boxExampleContIn{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px #39a446 dashed;
  text-align: left;
  font-weight: bold;
}
.boxCareer03In .boxCareerExample .boxExampleContIn .ttl2{
  letter-spacing: 0.1em;
  font-size: 1.7rem;
}
.boxCareer03In .boxCareerExample dl{
  display: table;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.boxCareer03In .boxCareerExample dt{
  display: table-cell;
}
.boxCareer03In .boxCareerExample dt:after{
  content: '：';
}
.boxCareer03In .boxCareerExample dd{
  display: table-cell;
}

.boxCareer03In02{
  width: 980px;
  margin: 0 auto;
}
.boxCareer03In02 li{
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.boxCareer04{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.boxCareer04 .boxBaseCom{
  margin-bottom: 34px;
}
.boxCareerTb table{
  width: 980px;/*100%*/
  margin: 0 auto;
  margin-bottom: 26px;
  border-collapse: collapse;
}
.boxCareerTb table th{
  height: 38px;
  vertical-align: middle;
  font-weight: normal;
}
.boxCareerTb table tr:first-child th{
  border-left: 1px #fff solid;
  background-color: #0d0d0d;
  text-align: center;
}
.boxCareerTb table tr:nth-child(2) th,
.boxCareerTb table tr:nth-child(2) td,
.boxCareerTb table tr:nth-child(4) th,
.boxCareerTb table tr:nth-child(4) td,
.boxCareerTb table tr:nth-child(6) th,
.boxCareerTb table tr:nth-child(6) td,
.boxCareerTb table tr:nth-child(8) th,
.boxCareerTb table tr:nth-child(8) td,
.boxCareerTb table tr:nth-child(10) th,
.boxCareerTb table tr:nth-child(10) td,
.boxCareerTb table tr:nth-child(12) th,
.boxCareerTb table tr:nth-child(12) td{
  background-color: #fff;
}
.boxCareerTb table tr:nth-child(3) th,
.boxCareerTb table tr:nth-child(3) td,
.boxCareerTb table tr:nth-child(5) th,
.boxCareerTb table tr:nth-child(5) td,
.boxCareerTb table tr:nth-child(7) th,
.boxCareerTb table tr:nth-child(7) td,
.boxCareerTb table tr:nth-child(9) th,
.boxCareerTb table tr:nth-child(9) td,
.boxCareerTb table tr:nth-child(11) th,
.boxCareerTb table tr:nth-child(11) td{
  background-color: #e1e1e1;
}
.boxCareerTb table tr:first-child th:first-child{
  width: 30%;
  border-left: 1px #0d0d0d solid;
}
.boxCareerTb table tr:first-child th:nth-child(2){
  width: 17%;
}
.boxCareerTb table tr:first-child th:last-child{
  width: 53%;
  border-right: 1px #e8f0ff solid;
}
.boxCareerTb table tr:not(:first-child) th{
  padding-left: 3%;
  border-left: 1px #d6d6d6 solid;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  /*background-color: #e8f0ff;*/
  text-align: left;
}
.boxCareerTb table tr td{
  padding-left: 3%;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  text-align: left;
  vertical-align: middle;
}
.boxCareerTb table tr td:nth-child(2){
  padding-right: 5.5%;
  text-align: right;
}
.ulCareerTb{
  margin-bottom: 80px;
}
.ulCareerTb li{
  margin-bottom: 5px;
}

.boxCareer05Wrap{
  margin-bottom: 130px;
}
.boxCareer05Wrap .ttlBaseCareer01{
  margin-bottom: 45px;
}
.boxCareer05Wrap .boxBaseCom{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.boxCareer05{
  background-image: url('./../../images/career/career-bg02.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.boxCareer05LR{
  display: table;
  width: 980px;
  margin: 0 auto;
}
.boxCareer05L{
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}
.boxCareer05R{
  position: relative;
  display: table-cell;
  width: 60%;
  padding-top: 73px;
  vertical-align: top;
}
.boxCareer05R .boxCont01{
  position: absolute;
  top: 70px;
  left: 0;
  width: 82px;
  min-height: 301px;
  background-image: url('./../../images/career/career-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1.0;
  letter-spacing: 0.15em;
  font-size: 1.65rem;
  font-weight: bold;
}
.boxCareer05R .boxCont01 img{
  position: absolute;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.boxCareer05R .boxCont01 span.writeModeLR{
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 100%;
}
.boxCareer05R .boxCont02{
  margin-bottom: 50px;
  padding-left: 100px;
}
.boxCareer05R .boxCont02In{
}
.boxCareer05R .boxYear6,
.boxCareer05R .boxYear5,
.boxCareer05R .boxYear4,
.boxCareer05R .boxYear3,
.boxCareer05R .boxArrow02{
  display: table;
  width: 100%;
}
.boxCareer05R .boxYear6 .txt01,
.boxCareer05R .boxYear5 .txt01,
.boxCareer05R .boxYear4 .txt01,
.boxCareer05R .boxYear3 .txt01,
.boxCareer05R .boxArrow02 .txt01{
  display: table-cell;
  width: 32%;
  border-bottom: 1px #39a446 dashed;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxCareer05R .boxArrow02 .txt01{
  border: 0;
}
.boxCareer05R .boxYear6 .txt01:before,
.boxCareer05R .boxYear5 .txt01:before,
.boxCareer05R .boxYear4 .txt01:before,
.boxCareer05R .boxYear3 .txt01:before{
  content: '■';
  margin-right: 5px;
  font-size: 1.3rem;
  color: #269cc8;
}
.boxCareer05R .boxYear6 .txt01 .large,
.boxCareer05R .boxYear5 .txt01 .large,
.boxCareer05R .boxYear4 .txt01 .large,
.boxCareer05R .boxYear3 .txt01 .large{
  line-height: 1.0;
  font-size: 2.2rem;
}
.boxCareer05R .boxYear6 .txt02,
.boxCareer05R .boxYear5 .txt02,
.boxCareer05R .boxYear4 .txt02,
.boxCareer05R .boxYear3 .txt02,
.boxCareer05R .boxArrow02 .txt02{
  display: table-cell;
  width: 68%;
  margin-bottom: -1px;
  padding: 3px;
  background-color: #39a446;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxCareer05R .boxYear5 .txt02,
.boxCareer05R .boxYear4 .txt02,
.boxCareer05R .boxArrow02 .txt02{
  background-color: #7e7066;
}
.boxCareer05R .boxArrow02 .txt02{
  position: relative;
}
.boxCareer05R .boxYear3 .txt02{
  background: none;
}
.boxCareer05R .boxYear5 .txt02 .small,
.boxCareer05R .boxYear4 .txt02 .small{
  display: inline-block;
  margin-left: 2px;
  font-size: 1.1rem;
}
.boxCareer05R .boxYear6 .txt02In,
.boxCareer05R .boxYear5 .txt02In,
.boxCareer05R .boxYear4 .txt02In,
.boxCareer05R .boxYear3 .txt02In{
  display: inline-block;
  margin-right: 15px;
  padding: 6px 1px 6px 10px;
  line-height: 1.0;
  letter-spacing: 0.5em;
  background-color: #fff;
}
.boxCareer05R .boxArrow02 .txt02In{
  display: inline-block;
  height: 35px;
  width: 70px;
  background-image: url('./../../images/career/career-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.boxCareer05R .boxYear3 .txt02In{
  margin-left: -3px;
  margin-bottom: -3px;
  border: 3px #39a446 solid;
}
.boxCareer05R .boxArrow02 .txt02In02{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 2px;
  padding: 5px 10px;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxCareer05R .boxArrow02 .txt02In02 .icnCareerFukidashi01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
}
.boxCareer05R .boxArrow01,
.boxCareer05R .boxArrow03{
  height: 40px;
  background-image: url('./../../images/career/career-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: left 180px center;
}
.boxCareer05R .ulCareer05R li{
  margin-bottom: 5px;
}
/* /Career */


/* Career Plan */
.boxCareerplan {

}
.boxCareerplan .boxBaseCom {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
  font-weight: 700;
}
.boxCareerplan01 .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 70px;
  margin-bottom: 60px;
  background-image: url('./../../images/careerplan/careerplan-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: left;
}
.boxCareerplan01 .ttl .ttlSub {
  width: 127px;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
}
.boxCareerplan01 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.boxCareerplan0101 {
  margin-bottom: 52px;
}
.boxCareerplan0101 .ttl02 {
  text-align: center;
}
.boxCareerplan0101 .ttl02 > span {
  display: inline-block;
  margin-bottom: 22px;
  padding: 0 35px 27px 35px;
  text-align: center;
  border-bottom: 4px #f2df37 solid;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 700;
}
.boxCareerplan0101 .boxBaseCom {
  text-align: center;
}

.boxCareerplan0102 {
  margin-bottom: 90px;
}
.boxCareerplan0102 .boxContTop01 {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.boxCareerplan0102 .boxContTop01 .ttl03 {
  display: table-cell;
  width: 270px;
  height: 270px;
  background-image: url('./../../images/careerplan/careerplan-bg01.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.boxCareerplan0102 .boxContTop01 .ttl03 .ttlJa {
  margin-bottom: 24px;
  letter-spacing: 0.07em;
  font-size: 2.2rem;
}
.boxCareerplan0102 .boxContTop01 .ttl03 .ttlEn {
  font-size: 1.0rem;
}
.boxCareerplan0102 .boxContTop01 .ttl03 .ttlEn .first {
  font-size: 1.3rem;
}
.boxCareerplan0102 .boxContTop01 .boxBaseCom {
  display: table-cell;
  width: 770px;
  padding: 0 42px;
  vertical-align: middle;
  line-height: 1.9;
  letter-spacing: normal;
  font-size: 1.15rem;
  font-weight: 400;
}
.boxCareerplan0102 .ttl0302 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 30px 10px 0;
  border-bottom: 1px #fbdd92 solid;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a368d;
}
.boxCareerplan0102 .ttl0302 .icnAccordion.forPc {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxCareerplan0102 .ttl0302.statusOpen {
  margin-bottom: 0;
}
.boxCareerplan0102 .ttl0302.typeTxt {
  padding: 30px 50px 30px 0;
}


.boxCareerplan0102 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #f6f6f6;
  margin-bottom: 60px;
  padding: 30px 30px 30px 30px;
}
.boxCareerplan0102 .boxCont01One {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 30px;
  background-color: #fff;
}
.boxCareerplan0102 .boxCont01One:nth-child(2n) {
  margin-right: 0;
}
.boxCareerplan0102 .boxCont01One .ttl04 {
  display: table;
  width: 100%;
  height: 35px;
  font-weight: 700;
}
.boxCareerplan0102 .boxCont01One .ttl04 .ttlNum {
  display: table-cell;
  width: 35px;
  padding-top: 2px;
  background-color: #5acac0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.9rem;
  color: #f2df37;
}
.boxCareerplan0102 .boxCont01One .ttl04 .ttlMain {
  display: table-cell;
  padding: 2px 5px 0 11px;
  background-color: #f6f6f6;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  color: #1a368d;
}
.boxCareerplan0102 .boxCont01One .ttl04 .ttlSub {
  display: table-cell;
  width: 133px;
  padding-top: 3px;
  background-image: url('./../../images/careerplan/careerplan-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 1.15rem;
  color: #1a368d;
}
.boxCareerplan0102 .boxCont01 .boxBaseCom {
  margin-bottom: 0;
  padding: 22px 25px 22px 25px;
  line-height: 1.7;
}
/* /Career Plan */


/* Company */
.boxCompanyLogo{
  margin-bottom: 52px;
  padding-top: 45px;
  text-align: center;
}
.boxCompany01 > .ttl{
  margin-bottom: 47px;
  padding-top: 40px;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 2.8rem;
}
.boxCompany01 > .ttl .txtMarkL{
  display: inline-block;
  margin-right: 18px;
  font-style: italic;
}
.boxCompany01 > .ttl .txtMarkR{
  display: inline-block;
  margin-left: 5px;
  font-style: italic;
}
.pageCompany .breadcrumb{
  padding-right: 41.5%;
}
.boxCompany01 > .boxBaseCom{
  margin-bottom: 95px;
  text-align: center;
  letter-spacing: 0.36em;
  font-size: 1.4rem;
}
.boxCompany0101LR{
  display: table;
  width: 100%;
  margin-bottom: 100px;
}
.boxCompany0101L{
  display: table-cell;
  width: 52.5%;
  vertical-align: top;
}
.boxCompany0101R{
  position: relative;
  display: table-cell;
  width: 47.5%;
  vertical-align: top;
}
.boxCompany0101R .boxBaseCom p{
  margin-bottom: 27px;
}
.boxCompany0101R .btnHideSp01{
  display: none;
}

/****************/
.boxCompany0102LR{
  display: table;
  width: 100%;
  margin-bottom: 75px;
}
.boxCompany0102L{
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.boxCompany0102LR .ttlMissionV01,
.boxCompany0102LR .ttlMissionV02 {
  position: relative;
  width: 100%;
  margin-bottom: 7%;
  padding-top: 16%;
  background-image: url('./../../images/company/company-ttl-bg04.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.boxCompany0102LR .ttlMissionV02 {
  margin-bottom: 35px;
}
.boxCompany0102LR .ttlMissionV01 .ttl2In,
.boxCompany0102LR .ttlMissionV02 .ttl2In {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  display: table;
  width: 95%;
  padding-left: 0.5%;
}
.boxCompany0102LR .ttlMissionV02 .ttl2In {
  display: block;
}

.boxCompany0102LR .ttlMissionV01 .ttlEn{
  display: table-cell;
  width: 31%;
  padding-left: 3%;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 700;
}
.boxCompany0102LR .ttlMissionV02 .ttlEn{
  display: block;
  width: 100%;
  padding-left: 8%;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 700;
}

.boxCompany0102LR .ttlMissionV01 .ttlJa{
  display: table-cell;
  width: 69%;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 2.15rem;
}

.boxCompany0102LR .ttlMissionV02 .ttlJa{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 70px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.15rem;
}

.boxCompany0102LR .ttl {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxCompany0102LR .ttl {
    margin-bottom: 5%;
    font-size: 5.5vw;
  }
}

/****************/
.boxCompany0102LR .boxCont{
  padding: 0 20px;
}
.boxCompany0102LR .boxContIn {
  margin-bottom: 30px;
}
.boxCompany0102LR .boxBaseCom{
  font-size: 1.0rem;
}

.boxCompany0102LR .ol01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxCompany0102LR .ol01 > li {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 5%;
  }
}

.boxCompany0102LR .ol01 > li .txtNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-color: #359842;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCompany0102LR .ol01 > li .txtNum {
    width: 10%;
    height: 8vw;
    margin-right: 5%;
  }
}

@media all and (max-width: 640px){
  .boxCompany0102LR .ol01 > li .txtStr {
    width: 90%;
  }
}

.boxCompany0102LR .boxContLR{
  display: table;
  width: 100%;
  height: 80px;
  margin-bottom: 22px;
  text-align: left;
}
.boxCompany0102LR .boxContL{
  display: table-cell;
  width: 12%;
  vertical-align: middle;
}
.boxCompany0102LR .boxContR{
  display: table-cell;
  width: 88%;
  vertical-align: middle;
  letter-spacing: 0.15em;
  font-size: 1.28rem;
  font-weight: bold;
}
.boxCompany0102LR .boxContLR .txtNum{
  display: inline-block;
  width: 35px;
  padding: 8px 0;
  text-align: center;
  line-height: 1.0;
  font-size: 1.4rem;
  font-weight: bold;
}

.boxCompany02Wrap{
  min-height: 1000px;
  margin-bottom: 90px;
  padding: 72px 0 50px 0;
}
.boxCompany02{
  position: relative;
  min-height: 100vh;
  background-color: #ece9e6;
}
.boxCompany02LR{
  display: table;
  width: 980px;
  margin: 0 auto;
}
.boxCompany02L{
  position: relative;
  display: table-cell;
  width: 510px;
  vertical-align: top;
}
.boxCompany02L > .boxImg{
  position: absolute;
  top: -72px;
  left: 0;
  width: 466px;
}
.boxCompany02R{
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 470px;
  margin: 0 auto;
  padding: 78px 0 150px 0;
}
.boxCompany02R > .ttlBase02{
  margin-bottom: 46px;
}
.boxCompany02R > .ttlBase03{
}
.boxCompany02R > .boxBaseCom p{
  margin-bottom: 23px;
}
.boxCompany02R .boxBaseSign{
  bottom: 40px;
}
.boxCompany02R .boxBaseSign .txtCompanyName {
  line-height: 1.5;
}

.boxCompany03{
  margin-bottom: 100px;
}
.boxCompany0301{
  height: 411px;
  background-image: url('./../../images/company/company-bg02.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.boxCompany0302{
  height: 411px;
  background-image: url('./../../images/company/company-bg03.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.boxCompany0303{
  height: 470px;
  border-bottom: 1px #d3d3d4 solid;
}
.boxCompany0301In,
.boxCompany0302In,
.boxCompany0303In{
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
}
.boxCompany0302In{
  padding-top: 45px;
  padding-left: 545px;
}
.boxCompany0301In > .ttl,
.boxCompany0302In > .ttl,
.boxCompany0303In > .ttl{
  display: table;
  width: 100%;
  height: 66px;
  margin-bottom: 24px;
  background-image: url('./../../images/company/company-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 450px auto;
}
.boxCompany0301In > .ttl .ttlIn,
.boxCompany0302In > .ttl .ttlIn,
.boxCompany0303In > .ttl .ttlIn{
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 0 0 18px 83px;
  vertical-align: bottom;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.05rem;
}
.boxCompany0301In > .ttl .txtNumber,
.boxCompany0302In > .ttl .txtNumber,
.boxCompany0303In > .ttl .txtNumber{
  position: absolute;
  left: 9px;
  bottom: 14px;
  letter-spacing: normal;
  font-size: 2.5rem;
}
.boxCompany0301In > .ttl .small,
.boxCompany0302In > .ttl .small,
.boxCompany0303In > .ttl .small{
  font-size: 1.8rem;
}
.boxCompany0301In > .boxCont,
.boxCompany0302In > .boxCont{
  width: 450px;
}
.boxCompany0303In > .boxCont{
  position: relative;
  padding-bottom: 120px;
}
.boxCompany0303In .boxBaseSign .txtCompanyName {
  line-height: 1.5;
}

.boxCompany04{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 85px;
}
.boxCompany04LR{
  display: table;
  width: 70%;
  margin: 0 auto;
}
.boxCompany04L,
.boxCompany04R{
  display: table-cell;
  width: 100%;
}
.boxCompany04L{
  padding-right: 2.5%;
}
.boxCompany04R{
  display: none;
  padding-left: 2.5%;
}
.boxCompany04LR dl{
  display: table;
  width: 100%;
  margin-bottom: 14px;
}
.boxCompany04LR dt{
  display: table-cell;
  width: 25%;
  padding-left: 1.8em;
  padding-bottom: 14px;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  text-indent: -1.8em;
}
.boxCompany04LR dt span:before{
  content: '■';
  margin-left: 3px;
  margin-right: 8px;
  font-size: 0.9rem;
  color: #f2df37;
}
.boxCompany04LR dd{
  display: table-cell;
  width: 75%;
  padding-bottom: 14px;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 2.0;
}
.boxCompany04LR dd .linkGoogleMap,
.boxCompany04LR dd .linkHomepage {
  text-decoration: underline;
}
.boxCompany04LR dd .linkGoogleMap:hover,
.boxCompany04LR dd .linkHomepage:hover {
  text-decoration: none;
}
.boxCompany04LR dd dl.dl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.0;
}
.boxCompany04LR dd dl.dl02.no01 {
  margin-top: -1.4em;
}
.boxCompany04LR dd dl.dl02 > dt,
.boxCompany04LR dd dl.dl02 > dd {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  text-indent: 0;
  line-height: 1.0;
}
.boxCompany04LR dd dl.dl02 > dt:after {
  content: '：';
  margin: 0 10px;
}
.boxCompany04LR dd .decoMark01{
  display: inline-block;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.boxCompany04LR dd .decoMark01:before{
  content: '●';
  margin-right: 5px;
  margin-left: 2px;
  font-size: 0.8rem;
  color: #d3d3d4;
}

.boxCompany05{
  width: 980px;
  margin: 0 auto;
  padding-bottom: 98px;
}
.boxCompany05 .ttlBase03{
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px #9f3b42 solid;
}
.boxCompany05 .ttlBase03 .icnCompanyPlus{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.boxCompany05 .btnHideSp01{
  display: none;
}
.boxCompany05In{
  display: none;
}
.boxCompany05In dl{
  display: table;
  width: 100%;
}
.boxCompany05In dt{
  display: table-cell;
  width: 33%;
  padding: 16px 0 16px 1.8em;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 93% 1px;
  text-indent: -1.8em;
  vertical-align: middle;
}
.boxCompany05In dt span:before{
  content: '■';
  margin-left: 3px;
  margin-right: 8px;
  font-size: 0.9rem;
  color: #269cc8;
}
.boxCompany05In dd{
  position: relative;
  display: table-cell;
  width: 67%;
  padding: 16px 100px 16px 0;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  vertical-align: middle;
}
.boxCompany05In dd .oneLine:first-child{
  margin-bottom: 5px;
}
.boxCompany05In dd .linkCompanyMap{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 92px;
  padding: 11px 0;
  background-color: #0d0d0d;
  color: #fff;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.15em;
  font-size: 1.3rem;
  font-weight: bold;
}



.boxCompany06{
  width: 980px;
  margin: 0 auto;
  padding-bottom: 86px;
}
.boxCompany06 .ttlBase03{
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px #9f3b42 solid;
}
.boxCompany06 .ttlBase03 .icnCompanyPlus{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.boxCompany06 .btnHideSp01{
  display: none;
}
.boxCompany06In{
  display: none;
}
.boxCompany06In dl{
  display: table;
  width: 100%;
  min-height: 78px;
}
.boxCompany06In dt{
  display: table-cell;
  width: 20%;
  padding: 16px 30px 16px 0;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: no-repeat;
  background-position: right 25px bottom;
  background-size: 30% 1px;
  vertical-align: middle;
  text-align: left;
}
.boxCompany06In dt.firstMonth{
  background-size: 100% 1px;
}
.boxCompany06In dt.firstMonth span:before{
  content: '■';
  margin-left: 3px;
  margin-right: 8px;
  font-size: 0.9rem;
  color: #269cc8;
}
.boxCompany06In dd{
  position: relative;
  display: table-cell;
  width: 80%;
  padding: 16px 100px 16px 0;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  vertical-align: middle;
}
.boxCompany06In dd .oneLine:first-child{
  margin-bottom: 5px;
}


.boxDlPdf{
  display: table;
  width: 740px;
  margin: 0 auto;
  margin-bottom: 128px;
  padding: 16px 20px;
  background-color: #d3d3d4;
}
.boxDlPdfL{
  display: table-cell;
  width: 25.5%;
  vertical-align: middle;
}
.boxDlPdfR{
  display: table-cell;
  width: 74.5%;
  vertical-align: middle;
}
.boxDlPdfR .boxBaseCom{
  margin-bottom: 0;
  letter-spacing: 0.07em;
  font-size: 1.0rem;
}
/* /Company */



/* Contact */
.boxContactFormWrap{
  width: 84.5%;
  margin: 0 auto;
}
.boxContactFormWrap.pageThanks{
  width: 100%;
}
.boxContactTopCom{
  margin-bottom: 20px;
  padding-top: 0;
  text-align: center;
  color: #0000ff;
}
.formContact dl {
  display: table;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px #0d0d0d solid;
  font-size: 1.12rem;
}
.formContact .dlCont,
.formContact dl.beforePrivacy {
  margin-bottom: 60px;
  /*border: 0;*/
}
.formContact.modeConfirm dl{
  padding: 30px 0;
}
.formContact.modeConfirm dl.last{
  margin-bottom: 60px;
}
.formContact.modeConfirm .dlCont,
.formContact.modeConfirm dl.beforePrivacy {
  margin-bottom: 0;
  /*border: 0;*/
}
.formContact dt{
  position: relative;
  display: table-cell;
  width: 33%;
  padding-left: 80px;
  vertical-align: middle;
  letter-spacing: 0.15em;
}
.formContact dt .str2{
  margin-right: -2.0em;
  letter-spacing: 2.0em;
}
.formContact.modeConfirm dt{
  width: 35%;
}
.formContact dt .markRequired,
.formContact dt .markNotRequired{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  padding: 3px 7px 5px 7px;
  line-height: 1.0;
  font-size: 0.95rem;
}
.formContact dt .markRequired{
  background-color: #359842;
  color: #f2df37;
}
.formContact dt .markNotRequired{
  border: 1px #359842 solid;
  background-color: #fff;
  color: #359842;
}
.formContact dt .strSepa{
  /*margin-right: -1.1em;
  letter-spacing: 1.1em;*/
}
.formContact.modeConfirm dt .markRequired,
.formContact.modeConfirm dt .markNotRequired{
  /*display: none;*/
}
.formContact dd{
  display: table-cell;
  width: 67%;
  vertical-align: middle;
  font-size: 1.0rem;
}
.formContact dd .ulContSelect {
  display: inline-block;
}
.formContact dd .txtCaution {
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
  letter-spacing: 0.15em;
  font-size: 0.97rem;
}
.formContact dd .ulContSelect li,
.formContact dd .ulJobcatSelect li {
  /*float: left;*/
  width: 100%;
  margin-right: 0;/*30px;*/
  margin-bottom: 10px;
}
.formContact dd .txtCom01{
  padding-top: 5px;
}
.formContact.modeConfirm dd{
  width: 65%;
}
.formContact.modeConfirm dd .txtCom01{
  display: none;
}
.formContact dd .txtCaution{
  display: inline-block;
  margin-left: 7px;
  letter-spacing: 0.15em;
  font-size: 0.97rem;
}
.formContact dd input,
.formContact dd select,
.formContact dd textarea{
  box-sizing: border-box;
  padding: 10px;
  border: 1px #cdc5bf solid;
  border-radius: 0;
  font-size: 0.96rem;
  color: #4c4948;
}
.formContact dd input[type="file"]{
  padding: 0;
  border: 0;
}
.formContact dd input[name="del_attach0"]{
  border: 0;
  background: 0;
  cursor: pointer;
  font-size: 1.3rem;
}
.formContact dd label[for="del_attach0"]{
  cursor: pointer;
}
.formContact dd .ulJobcatSelect{
  margin-bottom: 25px;
}
.formContact dd .ulJobcatSelect:last-child{
  margin-bottom: 0;
}
.formContact dd .ulContSelect li,
.formContact dd .ulJobcatSelect li{
  float: left;
  margin-right: 30px;
}
.formContact dd .ulJobcatSelect li{
  margin-bottom: 5px;
}
.formContact dd .ulContSelect li input,
.formContact dd .ulJobcatSelect li input{
  margin-right: 3px;
  vertical-align: middle;
}
.formContact dd .boxJobcatTtl{
  margin-bottom: 7px;
}
.formContact dd .boxJobcatTtl:before{
  content: '■';
  margin-right: 5px;
  margin-left: -2px;
  color: #269cc8;
}

.formContact input[name="my_name"],
.formContact input[name="my_name_kana"]{
  width: 250px;
}
.formContact input[name="email"]{
  width: 300px;
}
.formContact input[name="telno"],
.formContact input[name="faxno"]{
  width: 170px;
}
.formContact input[name="company_name"]{
  width: 100%;
}
.formContact input[name="zipcode1"],
.formContact input[name="zipcode2"]{
  width: 80px;
  margin: 0 4px;
}
.formContact input[name="zipcode"],
.formContact select[name="pref"]{
  width: 170px;
  margin-bottom: 15px;
}
.formContact input[name="gender"]{
  margin-right: 5px;
  vertical-align: middle;
}
.formContact label[for="gender_m"]{
  margin-right: 20px;
}
.formContact select[name="birth_year"],
.formContact select[name="birth_month"],
.formContact select[name="birth_day"]{
  width: 80px;
  margin-right: 13px;
}
.formContact select[name="birth_month"],
.formContact select[name="birth_day"]{
  margin-left: 18px;
}
.formContact input[name="address"],
.formContact textarea[name="cont"]{
  width: 100%;
}
.formContact textarea[name="cont"]{
  height: 200px;
}
.formContact select[name="cont_select"]{
  width: 225px;
  margin-bottom: 15px;
}
.boxPopupPrivacyP{
  display: none;
  padding: 30px 30px 0 30px;
  text-align: left;
}
.boxPopupPrivacyP .ttl{
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.boxPopupPrivacyP .ttl2{
  padding: 30px 0 10px 0;
  font-size: 1.0rem;
  font-weight: bold;
}
.boxPopupPrivacyP ul.last{
  padding-bottom: 50px;
}
.boxContactCheckPrivacyP{
}
.boxContactCheckPrivacyP > .ttl{
  display: inline-block;
  width: 100%;
  padding: 23px 0;
  margin-bottom: 30px;
  border-bottom: 1px #ccc solid;
  font-size: 1.2rem;
  text-align: center;
}
.boxContactCheckPrivacyP01{
  width: 84%;
  height: 260px;
  padding-right: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow-y: scroll;
  font-size: 0.85rem;
}
.boxContactPrivacyPOne{
  margin-bottom: 30px;
}
.boxContactPrivacyPOne > .ttl{
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.boxContactPrivacyPOne > .ttl:before{
  content: '〇';
}
.boxContactCheckPrivacyP01 p{
  margin-bottom: 14px;
}
.boxContactCheckPrivacyP02{
  width: 100%;
  padding: 32px 0;
  margin: 0 auto;
  margin-bottom: 60px;
  border: 1px #0d0d0d solid;
  background-color: #d3d3d4;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em;
}
.boxContactCheckPrivacyP02 a{
  display: inline-block;
  border-bottom: 1px #0d0d0d solid;
  line-height: 1.2;
}
.boxContactCheckPrivacyP02 .txtExternalLink:after{
  content: '\f08e';
  font-family: FontAwesome;
  color: #1a368d;
}
.boxContactCheckPrivacyP02 span{
  font-weight: bold;
}
.boxContactSubmitBtn{
  position: relative;
  min-height: 72px;
  margin-bottom: 25px;
  text-align: center;
}
.boxContactSubmitBtn .btnContact01{
  width: 391px;
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color: #359842;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow06.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 13px auto;
/*
  background-image: url('./../../images/recruit/recruit-s-btn-submit.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
*/
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  color: #fff;
}
.boxContactSubmitBtn .btnContact02{
  position: absolute;
  top: 0;
  right: 0;
  width: 391px;
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color: #359842;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow06.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 13px auto;
/*
  background-image: url('./../../images/recruit/recruit-s-btn-submit2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
*/
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  color: #fff;
}
.boxContactSubmitBtn .btnContactBack{
  position: absolute;
  top: 0;
  left: 0;
  width: 391px;
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color: #999;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow07.png');
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 13px auto;
/*
  background-image: url('./../../images/recruit/recruit-s-btn-back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
*/
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  color: #fff;
}
.boxFormErrorParts{
  padding: 5px 0 0 0;
}
.boxFormErrorParts.type02{
  padding: 5px 0 10px 0;
}
.boxFormErrorParts .txtErrmsg{
  font-size: 0.9rem;
  color: #ff0000;
}
.boxContactThanks{
  margin-bottom: 40px;
  margin-top: 50px;
  padding: 42px 60px 0 60px;
  border: 2px #1a368d solid;
}
.boxContactThanks > .ttlBase02{
  margin-bottom: 37px;
  padding-bottom: 30px;
  letter-spacing: 0.17em;
  font-size: 1.6rem;
}
.boxContactThanks > .ttl{
  margin-bottom: 55px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.boxContactThanksIn{
  margin-bottom: 42px;
}
.boxContactThanksIn p{
  margin-bottom: 17px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
}
/* /Contact */


/* Download */
.pageDownload .ttlEntry01 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.55rem;
  font-weight: 700;
}
.pageDownload .pageThanks .ttlBase02 {
  margin-bottom: 25px;
}
.pageDownload .boxContactThanks {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
}
.pageDownload .boxContactThanksIn {
  margin-bottom: 50px;
}
.pageDownload .boxContactThanksIn p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
}
.pageDownload .boxLinkDLFile01 {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.pageDownload .boxLinkDLFile01 .linkDLFile01 {
  height: 100px;
  margin-bottom: 15px;
  background-color: #ce0000;
  font-size: 2.1rem;
  color: #fff;
}
.pageDownload .boxLinkDLFile01 .pBaseOne {
  font-size: 1.1rem;
}
.pageDownload .boxThanksPageBottomNavi {
  width: 85%;
  margin: 0 auto;
}
.pageDownload .boxThanksPageBottomNavi a {
  width: 47%;
  height: 73px;
  background-color: #292929;
  font-size: 1.7rem;
  color: #fff;
}
.pageDownload .boxThanksPageBottomNavi .linkToTop {
  float: left;
}
.pageDownload .boxThanksPageBottomNavi .linkToArchive {
  float: right;
}
/* /Download */


/* Entry */
.pageEntry .ttlBase02.long{
  margin-bottom: 17px;
  font-size: 2.4rem;
}
.pageEntry .ttlEntry01{
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.6rem;
}
.boxEntry01{
  width: 980px;
  margin: 0 auto;
  padding: 72px 0 60px 0;
}
.boxEntry01 .txt01{
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.35rem;
}
.boxEntry01 .boxBaseCom{
  margin-bottom: 0;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.13em;
}
.boxEntryBg01{
  height: 232px;
  margin-bottom: 72px;
  background-image: url('./../../images/entry/entry-img01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.boxEntry02{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.boxEntry02 .ttl0{
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxEntry02F{
  overflow: hidden;
  margin-bottom: 75px;
}
.boxEntry02FOne{
  position: relative;
  float: left;
  width: 28%;
  min-height: 300px;
  margin-right: 8%;
  border: 1px #ccc solid;
}
.boxEntry02FOne:last-child{
  margin-right: 0;
}
.boxEntry02FOne .ttl{
  position: relative;
  margin-bottom: 18px;
  padding-top: 25.9259259%;
  background-image: url('./../../images/entry/entry-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
}
.boxEntry02FOne .ttlIn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 0 0 30px;
}
.boxEntry02FOne .ttl .txtEn{
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: bottom;
  line-height: 1.0;
}
.boxEntry02FOne .ttl .txtNum{
  margin-left: 3px;
  font-size: 1.5rem;
}
.boxEntry02FOne .ttl .txtTtl{
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}
.boxEntry02FOne .ttl2{
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.boxEntry02FOne .ttl2 span{
  display: inline-block;
  width: 70%;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 3px #359842 solid;
  line-height: 1.2;
}
.boxEntry02FOne ul{
  width: 87%;
  margin: 0 auto;
}
.boxEntry02FOne li{
  margin-bottom: 10px;
  line-height: 1.3;
}
.boxEntry02FOne li:before{
  content: '■';
  margin-right: 5px;
  color: #f2df37;
}
.boxEntry02FOne .boxR{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.boxEntry02FOne .icnEntryArrow01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -52px;
}
.linkToEntryForm{
  display: block;
  width: 395px;
  margin: 0 auto;
  padding: 23px 0;
  background-image: url('./../../images/entry/entry-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 92% center;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #fff;
}

.boxEntry03{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 53px;
}
.boxEntry03LR{
  display: table;
  width: 100%;
}
.boxEntry03L{
  display: table-cell;
  width: 45%;
  vertical-align: top;
}
.boxEntry03R{
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.boxEntry03R .ttl{
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-size: 1.373rem;/*1.32rem;*/
}
.boxEntry03R .boxBaseCom{
  line-height: 2.0;
}
.boxEntry03R .boxBaseCom p{
  margin-bottom: 30px;
}
.boxEntry03R .boxBaseCom p:last-child{
  margin-bottom: 0;
}
.boxBtnEntry03R{
  display: none;
}

.boxEntry04{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.boxEntry04 .boxCont{
  margin-bottom: 43px;
}
.boxEntry04 .boxCont.last{
  margin-bottom: 65px;
}
.boxEntry04 .ttl{
  min-height: 34px;
  margin-bottom: 15px;
  padding-left: 45px;
  background-image: url('./../../images/interview/interview-s-icn-q.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
}
.boxEntry04 .boxBaseCom{
  margin-bottom: 50px;
  padding-left: 45px;
}
.boxEntry04 .boxBaseCom.no1{
  margin-bottom: 22px;
}
.boxEntry04 .boxCont02{
  padding-left: 45px;
}
.boxEntry04 dl{
  display: table;
  width: 100%;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px #0d0d0d solid;
  line-height: 1.7;
}
.boxEntry04 dl.last{
  margin-bottom: 55px;
}
.boxEntry04 dt{
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.boxEntry04 dt:before{
  content: '■';
  margin-right: 5px;
  color: #f2df37;
}
.boxEntry04 dd{
  display: table-cell;
  width: 75%;
  vertical-align: top;
}

.boxEntry05Wrap{
  margin-bottom: 115px;
  padding: 60px 0 30px 0;
  background-color: #f0f0f0;
}
.boxEntry05{
  width: 980px;
  margin: 0 auto;
}
.boxEntry05 .ttlBase05{
  margin-bottom: 60px;
}
.boxEntry05F {
  width: 60%;
  margin: 0 auto;
}
.boxEntry05FIn{
  float: left;
  width: 40%;
  margin-right: 20%;
}
.boxEntry05FIn:last-child{
  margin-right: 0;
}
.boxEntry05FIn .boxStepTtl{
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  background-color: #fff;
  background-image: url('./../../images/entry/entry-step-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.boxEntry05FIn .boxStepTtl .txtStepTtl{
  display: table-cell;
  width: 100%;
  padding-left: 55px;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.boxEntry05FIn .boxStepTtl .txtStep{
  position: absolute;
  bottom: 5px;
  left: 5px;
  line-height: 1.0;
  font-size: 0.95rem;
}
.boxEntry05FIn .boxStepTtl .txtNum{
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.9rem;
}
.boxEntry05FIn .boxStepTtl .icnEntryArrow04{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20px;
}
.boxEntry0501{
  position: relative;
  top: -30px;
  text-align: center;
}
.boxEntry0501 img{
  margin-bottom: 30px;
}
.boxEntry0501 .boxContWrap{
  width: 456px;
  margin: 0 auto;
}
.boxEntry0501 .boxCont{
  position: relative;
  width: 100%;
  padding-top: 18.6403509%;
  background-image: url('./../../images/entry/entry-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
}
.boxEntry0501 .boxContIn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxEntry0501 .txtStemNum{
  position: absolute;
  top: 12px;
  left: 22px;
}
.boxEntry0501 .txtStep{
  font-size: 0.95rem;
}
.boxEntry0501 .txtNum{
  font-size: 1.9rem;
}
.boxEntry0501 .txtStepTtl{
  position: absolute;
  bottom: 12px;
  left: 22px;
  font-size: 2.0rem;
}
.boxEntry0501 .boxCom{
  padding-top: 27px;
  padding-left: 150px;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 1.3rem;
}

.boxEntry06{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.boxEntry06LR{
  display: table;
  width: 100%;
}
.boxEntry06L{
  display: table-cell;
  width: 45%;
  padding-top: 10px;
  vertical-align: top;
}
.boxEntry06R{
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.boxEntry06R .ttl{
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-size: 1.373rem;/*1.32rem;*/
}
.boxEntry06R .boxBaseCom{
  line-height: 2.0;
}
.boxEntry06R .boxBaseCom p{
  margin-bottom: 30px;
}
.boxEntry06R .boxBaseCom p:last-child{
  margin-bottom: 0;
}
.boxEntry06RIn{
  position: relative;
  padding: 15px 22px;
  border-bottom: 14px  #329949 solid;
  background-color: #f0f0f0;
}
.boxEntry06RIn .ttl2{
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: bold;
}
.boxEntry06RIn .ttl2 .txtTtl{
  display: inline-block;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px #1a368d solid;
}
.boxEntry06RIn .ttl2 .small{
  font-size: 1.2rem;
}
.boxEntry06RIn li{
  margin-bottom: 10px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.boxEntry06RIn li:before{
  content: '■';
  margin-right: 5px;
  color: #f2df37;
}
.boxEntry06RIn .imgEntry05{
  position: absolute;
  bottom: 0;
  right: -15px;
}

.boxEntry07{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.boxEntry07 .ttl0{
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxEntry07FWrap{
  width: 75%;
  margin: 0 auto;
}
.boxEntry07F{
  overflow: hidden;
  margin-bottom: 75px;
}
.boxEntry07FOne{
  position: relative;
  float: left;
  width: 42%;
  min-height: 260px;
  margin-right: 16%;
  border: 1px #ccc solid;
}
.boxEntry07FOne:last-child{
  margin-right: 0;
}
.boxEntry07FOne .ttl{
  position: relative;
  margin-bottom: 18px;
  padding-top: 32.46753246%;
  background-image: url('./../../images/entry/entry-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
}
.boxEntry07FOne .ttlIn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px 0 30px;
  line-height: 1.0;
}
.boxEntry07FOne .ttl .txtEn{
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.boxEntry07FOne .ttl .txtNum{
  margin-left: 3px;
  font-size: 1.5rem;
}
.boxEntry07FOne .ttl .txtTtl{
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}
.boxEntry07FOne .ttl .txtTtl.short{
  letter-spacing: 0.05em;
}
.boxEntry07FOne ul{
  width: 84%;
  margin: 0 auto;
}
.boxEntry07FOne li{
  margin-bottom: 10px;
  margin-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.boxEntry07FOne li:before{
  content: '■';
  margin-right: 5px;
  color: #f2df37;
}
.boxEntry07FOne .boxR{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.boxEntry07FOne .icnEntryArrow01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -85px;
}

.boxEntry08{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.boxEntry08 .ttlEntry01{
  margin-bottom: 5px;
}
/* /Entry */


/***** Experienced *****/
.boxExperienced .boxBaseCom {
  line-height: 2.2;
  font-size: 0.98rem;
}
@media all and (max-width: 640px){
  .boxExperienced .boxBaseCom {
    font-size: 4.0vw;
  }
}

.boxExperienced01Wrap {
  margin-bottom: 53px;
}
@media all and (max-width: 640px){
  .boxExperienced01Wrap {
    margin-bottom: 12%;
  }
}

.boxExperienced01Wrap > .ttl,
.boxExperienced02Wrap > .ttl,
.boxExperienced0401 > .ttl,
.boxExperienced0502 > .ttl {
  margin-bottom: 22px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxExperienced01Wrap > .ttl,
  .boxExperienced02Wrap > .ttl,
  .boxExperienced0401 > .ttl,
  .boxExperienced0502 > .ttl {
    margin-bottom: 8%;
    font-size: 7.0vw;
  }
  .boxExperienced0401 > .ttl {
    font-size: 6.0vw;
  }
}

.boxExperienced01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 640px){
  .boxExperienced01 {
    display: block;
    text-align: center;
  }
}

.boxExperienced01 .logo01Experienced01 {
  position: absolute;
  left: 700px;
  top: 0;
}
@media all and (max-width: 640px){
  .boxExperienced01 .logo01Experienced01 {
    position: static;
    left: auto;
    top: auto;
    width: 40%;
    margin-bottom: 7%;
  }
}

.boxExperienced01L {
  width: 52%;
}
@media all and (max-width: 640px){
  .boxExperienced01L {
    width: 100%;
    margin-bottom: 5%;
  }
}

.boxExperienced01R {
  width: 46.1%;
  padding: 150px 0 0 0;
}
@media all and (max-width: 640px){
  .boxExperienced01R {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.boxExperienced0201 {
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxExperienced0201 {
    margin-bottom: 13%;
  }
}

.boxExperienced0201 .ul01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 130px;
}
@media all and (max-width: 640px){
  .boxExperienced0201 .ul01 {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}

.boxExperienced0201 .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 322px;
  padding-top: 3px;
  background-image: url('./../../images/experienced/experienced02-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.3;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxExperienced0201 .ul01 > li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 7%;
    padding-top: 32%;
    background-image: url('./../../images_sp/experienced/sp-experienced02-bg01.png');
    background-size: 100% auto;
    font-size: 5.0vw;
  }
}

@media all and (max-width: 640px){
  .boxExperienced0201 .ul01 > li > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10%;
  }
}

.boxExperienced0202 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media all and (max-width: 640px){
  .boxExperienced0202 {
    display: block;
    margin-bottom: 12%;
  }
}

.boxExperienced0202L {
  width: 48%;
}
@media all and (max-width: 640px){
  .boxExperienced0202L {
    width: 100%;
    margin-bottom: 7%;
  }
}

.boxExperienced0202R {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 48.7%;
}
@media all and (max-width: 640px){
  .boxExperienced0202R {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}

.boxExperienced0202R img {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxExperienced0202R img {
    margin-bottom: 5%;
  }
}

@media all and (max-width: 640px){
  .boxExperienced0202R a {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .boxExperienced0202R a:nth-child(2n) {
    margin-right: 0;
  }
}

.boxExperienced03 {
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxExperienced03 {
    margin-bottom: 10%;
  }
}

.boxExperienced03 .ttlBase11 {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxExperienced03 .ttlBase11 {
    margin-bottom: 5%;
  }
}

.boxExperienced03 .boxBaseCom.no01 {
  margin-bottom: 48px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced03 .boxBaseCom.no01 {
    margin-bottom: 10%;
    text-align: left;
  }
}

@media all and (max-width: 640px){
  .boxExperienced04 .ttlBase11 {
    margin-bottom:7%;
  }
}

.boxExperienced0301 > .ttl,
.boxExperienced0402 > .ttl,
.boxExperienced0403 > .ttl,
.boxExperienced0404 > .ttl {
  margin-bottom: 30px;
  padding: 10px 0;
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxExperienced0301 > .ttl,
  .boxExperienced0402 > .ttl,
  .boxExperienced0403 > .ttl,
  .boxExperienced0404 > .ttl {
    margin-bottom: 7%;
    padding: 2vw 0;
    font-size: 5.5vw;
  }
  .boxExperienced0403 > .ttl {
    margin-bottom: 0;
  }
}

.boxExperienced0301LR,
.boxExperienced0402LR {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 640px){
  .boxExperienced0301LR,
  .boxExperienced0402LR {
    display: block;
  }
}

.boxExperienced0402LR {
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxExperienced0402LR {
    margin-bottom: 7%;
  }
}

.boxExperienced0301LR .icnExperienced03Arrow01,
.boxExperienced0402LR .icnExperienced04Arrow01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media all and (max-width: 640px){
  .boxExperienced0301LR .icnExperienced03Arrow01,
  .boxExperienced0402LR .icnExperienced04Arrow01 {
    width: 30%;
  }
  .boxExperienced0301LR .icnExperienced03Arrow01 {
  -ms-transform: translateX(-50%) translateY(-120%);
  transform: translateX(-50%) translateY(-120%);
  }
}

.boxExperienced0301L,
.boxExperienced0401L {
  width: 47%;
}
@media all and (max-width: 640px){
  .boxExperienced0301L,
  .boxExperienced0401L {
    width: 100%;
    margin-bottom: 18%;
  }
}

.boxExperienced0301R,
.boxExperienced0401R {
  width: 47%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxExperienced0301R,
  .boxExperienced0401R {
    width: 100%;
    text-align: center;
  }
}

.boxExperienced0401 > .ul01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 130px;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxExperienced0401 > .ul01 {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 0;
  }
}

.boxExperienced0401 > .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 322px;
  margin: 0 20px;
  padding-top: 3px;
  background-image: url(./../../images/experienced/experienced02-bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.3;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxExperienced0401 > .ul01 > li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 7%;
    padding-top: 32%;
    background-image: url(./../../images_sp/experienced/sp-experienced02-bg01.png);
    background-size: 100% auto;
    font-size: 5.0vw;
  }
}

@media all and (max-width: 640px){
  .boxExperienced0401 > .ul01 > li > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10%;
  }
}

.boxExperienced0401 .boxBaseCom {
  margin-bottom: 52px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxBaseCom {
    margin-bottom: 12%;
    text-align: left;
  }
}

@media all and (max-width: 640px){
  .boxExperienced0402L {
    margin-bottom: 20%;
  }
}

.boxExperienced0402 .boxBaseCom {
  margin-bottom: 52px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced0402 .boxBaseCom {
    margin-bottom: 12%;
    text-align: left;
  }
}

.boxExperienced0403LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxExperienced0403LR {
    display: block;
    margin-bottom: 12%;
  }
}

.boxExperienced0403L {
  width: 52%;
}
@media all and (max-width: 640px){
  .boxExperienced0403L {
    width: 100%;
    margin-bottom: 5%;
  }
}

.boxExperienced0403R {
  width: 46.1%;
}
@media all and (max-width: 640px){
  .boxExperienced0403R {
    width: 100%;
  }
}

.boxExperienced0404 .boxBaseCom {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced0404 .boxBaseCom {
    margin-bottom: 12%;
    text-align: left;
  }
}

.boxExperienced0404 .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxExperienced0404 .ul01 {
    display: block;
    margin-bottom: 15%;
  }
  .boxExperienced0404 .ul01 > li {
    margin-bottom: 8%;
  }
}

.boxExperienced0502 .boxBaseCom {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced0502 .boxBaseCom {
    margin-bottom: 12%;
    text-align: left;
  }
}
/*
.boxExperienced01 {
  margin-bottom: 80px;
}
.boxExperienced .boxBaseCom {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
  font-weight: 700;
}
.boxExperienced01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
}
.boxExperienced01 .boxBaseCom {
  text-align: center;
}
.boxExperienced02 {
  margin-bottom: 75px;
}
.boxExperienced02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
.boxExperienced02L {
  width: 51%;
  text-align: center;
}
.boxExperienced02R {
  width: 46%;
}
.boxExperienced02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
.boxExperienced02R .boxBaseCom p {
  margin-bottom: 35px;
}
.boxExperienced02R .boxBaseCom p:last-child {
  margin-bottom: 0;
}
.boxExperienced0201 .boxImg {
  margin-bottom: 25px;
  text-align: center;
}
.boxExperienced0201 .boxBaseCom {
  text-align: center;
}

.boxExperienced03 {
}
.boxExperienced03 .ttlBase11 {
  margin-bottom: 30px;
}
.boxExperienced0301 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 270px;
  margin-bottom: 60px;
}
.boxExperienced0301L {
  width: 48%;
}
.boxExperienced0301R {
  width: 50.5%;
}
.boxExperienced0301R .boxWorkPlace {
  margin-bottom: 5px;
}
.boxExperienced0301R .boxJobPosi {
  margin-bottom: 10px;
}
.boxExperienced0301R .boxName {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #1a368d solid;
  font-size: 2.9rem;
}
.boxExperienced0301R .dlFormerJob {
  font-size: 2.2rem;
}
.boxExperienced0301R .dlFormerJob > dt,
.boxExperienced0301R .dlFormerJob > dd {
  display: inline-block;
}
.boxExperienced0301R .dlFormerJob > dt:after {
  content: '：';
}
*/
/*
.boxExperiencedFaq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
}
.boxExperiencedFaqOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 22px;
}
.boxExperiencedFaqOne:nth-child(2n) {
  margin-right: 0;
}
.boxExperiencedFaqOne .ttl {
  display: table;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 0 0 0 75px;
  background-image: url('./../../images/experienced/experienced-icn-faq-q01.png'),url('./../../images/experienced/experienced-faq-q-bg01.png');
  background-repeat: no-repeat,repeat;
  background-position: left top,left top;
  background-size: auto auto,auto auto;
  font-size: 1.5rem;
  font-weight: 700;
}
.boxExperiencedFaqOne .ttl span {
  display: table-cell;
  vertical-align: middle;
}
*/
/*
.boxExperienced04 {
  margin-bottom: 85px;
  padding-top: 5px;
  text-align: center;
}
*/

/* Interview */
.boxInterviewWrap{
  padding-top: 100px;
  background-image: url('./../../images/interview/interview-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.boxInterview{
  width: 980px;
  margin: 0 auto;
}
.boxInterviewList{
  padding-left: 10px;
}
.boxInterviewOneWrap{
  margin-bottom: 60px;
}
.boxInterviewOne{
  position: relative;
  top: -10px;
  left: -10px;
  min-height: 290px;
  border: 1px #ce0000 solid;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
}
.boxInterviewNum{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  padding: 24px 0 0 75px;
  background-image: url('./../../images/interview/interview-bg01.png');
  background-repeat: no-repeat;
  background-position: left 38px top;
  font-size: 1.9rem;
}
.boxInterviewOne .boxCont{
  width: 70%;
  padding-top: 97px;
  text-align: center;
}
.boxInterviewOne .ttl{
  display: block;
  margin-bottom: 27px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.62rem;
}
.boxInterviewOne .boxJobCatPlace{
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.boxInterviewOne .txtJobCat{
  display: inline-block;
  margin-right: 15px;
}
.boxInterviewOne .boxInterviewName{
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxInterviewOne .btnInterviewReadmore{
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.boxInterviewS01{
  position: relative;
  width: 980px;
  margin: 0 auto;
  margin-top: -145px;
  margin-bottom: 76px;
}
.boxInterviewS01 .ttlBase02{
  margin-bottom: 25px;
}
.boxInterviewS01 .boxImgWrap{
  width: 870px;
  margin-top: 10px;
  margin-left: 110px;
}
.boxInterviewS01 .boxImg{
  overflow: hidden;
  position: relative;
  top: -10px;
  left: -110px;
  width: 970px;
  height: 433px;
}
.boxInterviewS01 .boxImg img{
  position: absolute;
  top: 0;
  right: 0;
  height: 433px;
}
.boxInterviewS01 .boxCont{
  position: absolute;
  top: 25px;
  left: 0;
  width: 60%;
  min-height: 450px;
  text-align: center;
}
.boxInterviewS01 .ttl{
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 1.62rem;
}
.boxInterviewS01 .boxName{
  margin-bottom: 1px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.boxInterviewS01 .boxName .txtJobCat{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.boxInterviewProf{
  position: absolute;
  top: 270px;
  left: 60px;
  width: 465px;
  border: 1px #0d0d0d solid;
  background-color: #fff;
}
.boxInterviewProf .ttl2{
  display: block;
  /*width: 100%;*/
  height: 50px;
  padding: 17px 0 0 48px;
  background-image: url('./../../images/interview/interview-s-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1.2rem;
}
.boxInterviewProf .boxCont2{
  padding: 0 0 10px 40px;
}
.boxInterviewProf dl{
  display: table;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
  font-size: 1.0rem;
}
.boxInterviewProf dt{
  display: table-cell;
  width: 38%;
  vertical-align: top;
  letter-spacing: 0.07em;
}
.boxInterviewProf dt:before{
  content: '■';
  margin-right: 5px;
  color: #f2df37;
}
.boxInterviewProf dd{
  display: table-cell;
  width: 62%;
  vertical-align: top;
  letter-spacing: 0.07em;
}

.boxInterviewS02{
  width: 980px;
  margin: 0 auto;
}
.boxInterviewS02LR{
  display: table;
  width: 100%;
}
.boxInterviewS02L{
  display: table-cell;
  width: 48%;
  vertical-align: top;
}
.boxInterviewS02L .boxImg{
  overflow: hidden;
  width: 420px;
}
.boxInterviewS02R{
  display: table-cell;
  width: 52%;
  vertical-align: top;
}
.boxInterviewS02R .boxCont{
  margin-bottom: 43px;
}
.boxInterviewS02R .ttl2{
  min-height: 34px;
  margin-bottom: 15px;
  padding-left: 45px;
  padding-top: 0.1em;
  background-image: url('./../../images/interview/interview-s-icn-q.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
}

.boxInterviewS03Wrap{
  padding: 55px 0 125px 0;
  background-image: url('./../../images/common/common-bg01.png');
  background-repeat: repeat-y;
  background-position: center top;
}
.boxInterviewS03{
  width: 980px;
  margin: 0 auto;
}
.boxInterviewS03 .boxCont{
  margin-bottom: 43px;
}
.boxInterviewS03 .ttl{
  min-height: 34px;
  margin-bottom: 15px;
  padding-left: 45px;
  padding-top: 0.1em;
  background-image: url('./../../images/interview/interview-s-icn-q.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
}

.boxInterviewS04{
  position: relative;
  width: 980px;
  height: 300px;
  margin: 0 auto;
  margin-top: -120px;
  margin-bottom: 65px;
}
.boxInterviewS04.noInterview03 {
  margin-top: 40px;
}
.boxInterviewS04In{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1260px;
}
.boxInterviewS04In li{
  float: left;
  width: 420px;
  height: 300px;
  overflow: hidden;
}
.boxInterviewS04In li img{
  width: 100%;
  height: auto;
}

.boxInterviewS05{
  width: 980px;
  margin: 0 auto;
}
.boxInterviewS05LR{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.boxInterviewS05L{
  width: 47.5%;
}
.boxInterviewS05R{
  width: 47.5%;
}
.boxInterviewS05 .boxCont{
  margin-bottom: 50px;
}
.boxInterviewS05 .ttl{
  min-height: 34px;
  margin-bottom: 15px;
  padding-left: 45px;
  padding-top: 0.1em;
  background-image: url('./../../images/interview/interview-s-icn-q.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
}
.boxInterviewS06{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 110px;
}
.boxInterviewS06 .ttlBase06{
  margin-bottom: 35px;
}

.boxInterviewS07{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.boxInterviewS07In{
  position: relative;
  border-bottom: 1px #0d0d0d solid;
  padding: 15px 20px 15px 190px;
}
.imgInterviewS01{
  position: absolute;
  bottom: 0;
  left: 10px;
}
.boxInterviewS07In .ttl{
  display: block;
  width: 87%;
  margin-left: auto;
  margin-bottom: 27px;
  font-size: 1.6rem;
}
.boxInterviewS07In .ttl .txtTtl02{
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px #4c4948 solid;
  line-height: 1.3;
}
.boxInterviewS07In .ttl .small{
  font-size: 1.2rem;
}
.boxInterviewS07LR{
  display: table;
  width: 100%;
}
.boxInterviewS07L{
  display: table-cell;
  width: 45%;
  padding-right: 4%;
  vertical-align: top;
}
.boxInterviewS07L .boxBaseCom{
  margin-bottom: 0;
  line-height: 1.5;
}
.boxInterviewS07R{
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.boxInterviewS07R .linkToInterviewArchive{
  display: block;
  padding: 20px 50px 20px 90px;
  background-image: url('./../../images/interview/interview-s-icn01.png'),url('./../../images/interview/interview-s-icn-arrow01.png');
  background-repeat: no-repeat,no-repeat;
  background-position: left 25px center,right 20px center;
  font-size: 1.45rem;
}

.boxInterviewS08{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.boxInterviewS08 .ttl{
  position: relative;
  height: 75px;
  margin-bottom: 50px;
  background-image: url('./../../images/interview/interview-s-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.boxInterviewS08 .ttl .txtMore{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 23px;
  font-size: 1.4rem;
  font-weight: bold;
}
.boxInterviewS08 .ttl .txtTtl{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 155px;
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
.boxInterviewS08FOne{
  position: relative;
  float: left;
  width: 22.5%;
  margin-right: 3.3333333%;
  border: 1px #ddd solid;
}
.boxInterviewS08FOne:nth-child(4){
  margin-right: 0;
}
.boxInterviewS08FOne .boxImg{
  overflow: hidden;
  position: relative;
  height: 293px;
}
.boxInterviewS08FOne .boxImg img{
  position: absolute;
  top: 0;
  right: -20%;
  height: 293px;
  max-width: none;
}
.boxInterviewS08FOne .boxNum{
  position: absolute;
  top: -7px;
  left: 7px;
  width: 55px;
  height: 81px;
  background-image: url('./../../images/interview/interview-s-list-num.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.boxInterviewS08FOne .boxNum .txtNum{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2.2rem;
}
.boxInterviewS08FOne .boxCont{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 18px;
  background-color: rgba(255,255,255,0.8);
}
.boxInterviewS08FOne .boxCont .txtJobCat{
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  letter-spacing: normal;
  font-size: 1.3rem;
}
.boxInterviewS08FOne .boxCont .txtName{
  display: block;
  width: 100%;
  line-height: 1.0;
  font-size: 1.3rem;
}
.boxInterviewS08FOne .boxCont .txtNameKana{
  display: inline-block;
  width: 100%;
  line-height: 1.0;
  font-size: 0.85rem;
}
.boxInterviewS08FOne .linkToMore{
  display: block;
  height: 35px;
  padding: 9px 30px 0 0;
  border-top: 1px #ddd solid;
  background-image: url('./../../images/interview/interview-s-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: right;
  font-size: 0.8rem;
}
.boxInterviewS09{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 130px;
  text-align: center;
}
.boxInterviewS09 .linkToArchive{
  display: inline-block;
  width: 235px;
  padding: 15px 0;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 13px auto;
  letter-spacing: 0.13em;
  font-size: 1.1rem;
  /*font-weight: bold;*/
}
/* /Interview */



/* Recruit */
.boxRRTSearchWrap{
  position: relative;
  min-height: 592px;
  padding: 33px 0 85px 0;
  /*
  border-top: 1px #9f3b42 solid;*/
  border-bottom: 1px #eee solid;
  /*
  background-image: url('./../../images/recruit/recruit-search-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  */
  /*
  background-color: #d3d3d4;*/
}
.boxRRTSearchLR{
  display: table;
  width: 100%;
}
.boxRRTSearchL{
  display: table-cell;
  width: 50%;
  padding-right: 2.5%;
  vertical-align: top;
}
.boxRRTSearchL01{
  margin-bottom: 45px;
}
.boxRRTSearchL01 .ttl{
  min-height: 33px;
  margin-bottom: 18px;
  /*padding-left: 48px;*/
  padding-top: 10px;
  /*
  background-image: url('./../../images/recruit/recruit-icn-search.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  */
  vertical-align: bottom;
  line-height: 1.1;
  letter-spacing: 0.13em;
  font-size: 2.2rem;
}
.boxRRTSearchL01 .ttl .small {
  font-size: 1.4rem;
}
.boxFormRRTSearch01L{
  float: left;
  width: 80%;
}
.boxFormRRTSearch01R{
  float: left;
  width: 18%;
  margin-left: 2%;
}
.boxRRTSearchL02{
  width: 466px;
  min-height: 540px;
  background-image: url('./../../images/recruit/recruit-search-bg01.png'), url('./../../images/recruit/recruit-search-bg02.png');
  background-repeat: no-repeat, repeat-y;
  background-position: left top, left top;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
}
.boxRRTSearchL02 > .boxCont{
  position: relative;
}
.boxRRTSearchL02 > .boxCont .boxTtl{
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  padding: 8px 0 0 20px;
}
.boxRRTSearchL02 > .boxCont .txtNumber{
  display: inline-block;
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 2.7rem;
}
.boxRRTSearchL02 > .boxCont .ttl{
  display: inline-block;
  width: 100%;
  padding-left: 3px;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
}
.boxRRTSearchL02 > .boxCont .ttl2{
  padding: 35px 0 20px 145px;
  letter-spacing: 0.22em;
  font-size: 1.7rem;
}
.boxRRTSearchL02 > .boxCont .ttl2 .large{
  font-size: 2.17rem;
}
.boxRRTSearchL02 > .boxCont .ulJobCat{
  padding: 0 18px;
}
.boxRRTSearchL02 > .boxCont li{
  margin-bottom: 5px;
  border: 1px #9f3b42 solid;
  background-image: url('./../../images/recruit/recruit-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.17rem;
}
.boxRRTSearchL02 > .boxCont li a{
  display: inline-block;
  width: 100%;
  padding: 7px 5px 7px 30px;
}
.boxRRTSearchL02 > .boxCont li a:hover{
  opacity: 1;
}
.boxRRTSearchL02 > .boxCont li:nth-child(2n){
  margin-right: 0;
}
.boxFormRRTSearch01R .btnSubmit01{
  width: 88px;
  height: 93px;
  border: 0;
  background-image: url('./../../images/recruit/recruit-btn-search.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0;
}
.formRRTSearch01 select[name="search_job_cat"],
.formRRTSearch01 select[name="search_job_place"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 42px;
  padding: 9px 18px 9px 18px;
  border-radius: 0;
  border: 1px #eee solid;
  background-image: url('./../../images/recruit/recruit-icn-search-arrow01.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #2b2723;
}
.formRRTSearch01 select[name="search_job_cat"]::-ms-expand,
.formRRTSearch01 select[name="search_job_place"]::-ms-expand {
  display: none;
}
.formRRTSearch01 select[name="search_job_cat"]{
  margin-bottom: 8px;
}

.boxRRTSearchR{
  display: table-cell;
  width: 50%;
  padding-left: 2.5%;
  vertical-align: top;
}
.boxRRTSearchR01 .ttl{
  min-height: 33px;
  margin-bottom: 18px;
  /*padding-left: 48px;*/
  padding-top: 10px;
  /*
  background-image: url('./../../images/recruit/recruit-icn-search.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  */
  vertical-align: bottom;
  line-height: 1.1;
  letter-spacing: 0.13em;
  font-size: 2.0rem;
}
.boxRRTSearchR01 .ttl .small {
  font-size: 1.4rem;
}
.formRRTSearch02 input[name="search_keyword"]{
  width: 374px;
  height: 42px;
  padding: 11px 18px 11px 18px;
  border-radius: 0;
  border: 1px #eee solid;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #2b2723;
}
.formRRTSearch02 .btnSubmit02 {
  width: 111px;
  height: 43px;
  margin-left: 4px;
  border: 0;
  background-image: url('./../../images/recruit/recruit-btn-search02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  vertical-align: middle;
  font-size: 0;
}
.boxRRTSearchR02{
  width: 466px;
  height: 100%;
  min-height: 540px;
  background-image: url('./../../images/recruit/recruit-search-bg0102.png'), url('./../../images/recruit/recruit-search-bg02.png');
  background-repeat: no-repeat, repeat-y;
  background-position: left top, left top;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
}
.boxRRTSearchR02 > .boxCont{
  position: relative;
}
.boxRRTSearchR02 > .boxCont .imgRRTSearchArea{
  position: absolute;
  top: 0;
  left: 0;
}
.boxRRTSearchR02 > .boxCont .boxTtl{
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  padding: 8px 0 0 20px;
}
.boxRRTSearchR02 > .boxCont .txtNumber{
  display: inline-block;
  width: 100%;
  letter-spacing: 0.08em;
  font-size: 2.7rem;
}
.boxRRTSearchR02 > .boxCont .ttl{
  display: inline-block;
  width: 100%;
  padding-left: 3px;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
}
.boxRRTSearchR02 > .boxCont .ttl2{
  padding: 35px 0 20px 145px;
  letter-spacing: 0.22em;
  font-size: 1.7rem;
}
.boxRRTSearchR02 > .boxCont .ttl2 .large{
  font-size: 2.17rem;
}

.boxRecruit {
  margin-bottom: 20px;
}
.boxRecruitList{
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.boxRecruitOne{
  margin-bottom: 35px;
  padding-top: 20px;
  background-image: url('./../../images/recruit/recruit-one-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.boxRecruitOneLR{
  display: table;
  width: 100%;
}
.boxRecruitOneL{
  position: relative;
  display: table-cell;
  width: 27%;
  padding-right: 4.2%;
  vertical-align: top;
}
.boxRecruitOneL .icnRecruitNew{
  position: absolute;
  z-index: 5;
  top: -17px;
  left: 177px;
  /*mix-blend-mode: multiply;*/
}
.boxRecruitOneL .boxImg img{
  width: 100%;
  height: auto;
  border-radius: 0;
}
.boxRecruitOneR{
  display: table-cell;
  width: 73%;
  vertical-align: top;
}
.boxRecruitOneR .ttl{
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.65rem;
}
.boxRecruitOneR dl{
  display: table;
  width: 100%;
  margin-bottom: 13px;
  line-height: 1.8;
  font-size: 1.0rem;
}
.boxRecruitOneR dl.last{
  margin-bottom: 22px;
}
.boxRecruitOneR dt{
  display: table-cell;
  width: 16%;
  padding-bottom: 14px;
  padding-right: 3%;
  background-image: url('./../../images/recruit/recruit-border01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80% 1px;
  vertical-align: top;
}
.boxRecruitOneR dt span:before{
  content: '■';
  margin-right: 5px;
  font-size: 0.9rem;
  color: #359842;
}
.boxRecruitOneR dd{
  display: table-cell;
  width: 84%;
  padding-bottom: 14px;
  background-image: url('./../../images/recruit/recruit-border02.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  vertical-align: top;
}
.boxRecruitOneR .boxBtnReadMore{
  margin-bottom: 10px;
  text-align: right;
}


/***Recruit Single***/
.boxBaseTop .boxRecruitSTop{
  position: static;
  top: auto;
  left: auto;
  margin-top: 0;
}
.boxRecruitSTop > .ttl{
  margin-bottom: 15px;
  padding-right: 270px;
  letter-spacing: 0.13em;
  font-size: 2.2rem;
}
.boxRecruitTopCat{
  display: block;
  padding-right: 280px;
}
.boxRecruitTopCat .txtRecruitCat{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 23px;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
}
.boxRecruitTopCat .txtRecruitPlace{
  display: inline-block;
  margin-bottom: 3px;
  padding-left: 65px;
  background-image: url('./../../images/recruit/recruit-s-ttl-deco01.png');
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: auto auto;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.13em;
  font-size: 1.38rem;
}
.boxBaseTop .boxRecruitTopImg {
  position: absolute;
  top: 13px;
  right: 0;
  min-height: 350px;
  padding: 23px 0 36px 31px;
  background-image: url('./../../images/recruit/recruit-s-img-bg01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
.boxRecruitTopImg img{
  max-width: 265px;
}
.pageRecruit .boxBreadcrumb .breadcrumb{
  padding-right: 360px;
}
.pageRecruit .ttlBase01 .ttlJa{
  max-width: 400px;
  line-height: 1.1;
  font-size: 1.4rem;
}
.boxRecruitVM{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 125px;
}
.boxRecruitVM .ttlBase02{
  margin-bottom: 17px;
}
.boxRecruitVM .ttlBase03{
  margin-bottom: 50px;
}
.boxRecruitVMLR{
  display: table;
  width: 100%;
}
.boxRecruitVML{
  display: table-cell;
  width: 52%;
  vertical-align: top;
}
.boxRecruitVMR{
  position: relative;
  display: table-cell;
  width: 48%;
  padding-bottom: 140px;
  vertical-align: top;
}
.boxRecruitVMR .boxBaseCom.no1{
  margin-bottom: 37px;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.2rem;
}
.boxRecruitVMR .boxBaseCom.no2 p{
  margin-bottom: 25px;
}
.boxRecruitVMR .boxBaseSign {
  bottom: 20px;
}
.boxRecruitVMR .boxBaseSign .txtCompanyName {
  line-height: 1.5;
}
/****************/
.boxRecruitTag{
  margin-bottom: 85px;
}
/****************/
.boxRecruitS01 {
  margin-bottom: 120px;
}
@media all and (max-width: 640px){
  .boxRecruitS01 {
    margin-bottom: 10%;
  }
}

.boxRecruitS0101{
  width: 980px;
  margin: 0 auto;
}
.boxRecruitS01 .ttlBase02{
  margin-bottom: 17px;
}
.boxRecruitS01 .ttlBase03{
  margin-bottom: 50px;
}
.boxRecruitS0102{
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 31%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 31%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 31%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.boxRecruitS0102In{
  width: 980px;
  margin: 0 auto;
  padding-top: 130px;
}
.boxRecruitS01LR{
  display: table;
  width: 100%;
  padding: 30px 45px 0 13px;
  border: 1px #359842 solid;
  background-color: #fff;
  /*background-image: url('./../../images/recruit/recruit-s-list-bg01.png');*/
  background-repeat: no-repeat;
  background-position: right top;
}
.boxRecruitS01LR.no1{
  margin-bottom: 109px;
}
.boxRecruitS01LR.no2{
  margin-bottom: 50px;
}
.boxRecruitS01L{
  position: relative;
  display: table-cell;
  width: 34%;
  vertical-align: top;
}
.boxRecruitS01L > .boxImg{
  position: absolute;
  top: -80px;
  left: 0;
  width: 257px;
  height: 256px;
  background-image: url('./../../images/recruit/recruit-s-img-bg01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
.boxRecruitS01L .boxImgIn{
  overflow: hidden;
  position: absolute;
  bottom: 13px;
  left: 13px;
  width: 257px;
  height: 256px;
}
.boxRecruitS01L .boxImgIn img{
  max-width: none;
  height: 100%;
}
.boxRecruitS01R{
  display: table-cell;
  width: 66%;
  vertical-align: top;
}
.boxRecruitS01R .boxCont01{
  display: block;
  margin-bottom: 13px;
}
.boxRecruitS01R .boxCont01 > .txtRecruitCat{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
  padding: 3px 23px 1px 23px;
  vertical-align: middle;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
}
.boxRecruitS01R .boxCont01 > .ttl{
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.13em;
  font-size: 1.1rem;
}
.boxRecruitS01R .boxCont02{
  margin-bottom: 20px;
}



.boxRecChara {
  border: 1px #359842 solid;
  background-color: #fff;
}

.boxRecChara01 {
  display: table;
  width: 100%;
  margin-bottom: 60px;
  padding: 30px 45px 0 13px;
  /*background-color: #fff;*/
  /*background-image: url('./../../images/recruit/recruit-s-list-bg01.png');
  background-repeat: no-repeat;
  background-position: right top;*/
}
@media all and (max-width: 640px){
  .boxRecChara01 {
    position: relative;
    display: block;
    margin-bottom: 10%;
    padding: 0;
    /*background-image: url('./../../images/recruit/recruit-s-list-bg01.png');
    background-repeat: no-repeat;
    background-position: right top;*/
  }
}

.boxRecChara01L{
  position: relative;
  display: table-cell;
  width: 34%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxRecChara01L{
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 10%;
    /*padding-right: 13px;*/
  }
}

.boxRecChara01L > .boxImg{
  position: absolute;
  top: -80px;
  left: 0;
  width: 257px;
  height: 256px;
  background-image: url('./../../images/recruit/recruit-s-img-bg01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media all and (max-width: 640px){
  .boxRecChara01L > .boxImg{
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-top: -15%;
    padding-top: 60%;
    /*padding-right: 13px;*/
    background-image: url('./../../images/recruit/recruit-s-img-bg01.png');
    background-size: contain;
    box-shadow: 1px 1px 10px 0 #ccc;
  }
}

.boxRecChara01L .boxImgIn{
  overflow: hidden;
  position: absolute;
  bottom: 13px;
  left: 13px;
  width: 257px;
  height: 256px;
}
@media all and (max-width: 640px){
  .boxRecChara01L .boxImgIn{
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.boxRecChara01L .boxImgIn img {
  max-width: none;
  height: 100%;
}
@media all and (max-width: 640px){
  .boxRecChara01L .boxImgIn img {
    width: 100%;
    height: auto;
  }
}

.boxRecChara01R {
  display: table-cell;
  width: 66%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxRecChara01R {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.boxRecChara01R .boxCont01{
  display: block;
  margin-bottom: 13px;
}
@media all and (max-width: 640px){
  .boxRecChara01R .boxCont01{
    overflow: hidden;
    margin-bottom: 5%;
  }
}

.boxRecChara01R .boxCont01 > .txtRecruitCat{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
  padding: 3px 23px 1px 23px;
  vertical-align: middle;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxRecChara01R .boxCont01 > .txtRecruitCat{
    margin-right: 0;
    margin-bottom: 3%;
    padding: 2% 3% 1% 3%;
    line-height: 1.0;
    font-size: 4.0vw;
  }
}

.boxRecChara01R .boxCont01 > .ttl{
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.13em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxRecChara01R .boxCont01 > .ttl{
    margin-bottom: 0;
    padding-left: 0;
    letter-spacing: 0.05em;
    font-size: 4.4vw;
  }
}

.boxRecChara01R .boxCont02{
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxRecChara01R .boxCont02{
    margin-bottom: 20px;
  }
}


.boxRecCharaSlide {
  margin-bottom: 85px;
  padding: 0 90px 0 90px;
}
@media all and (max-width: 640px){
  .boxRecCharaSlide {
    margin-bottom: 0;
    padding: 0 3% 0 3%;
  }
}

.boxRecCharaSlide .boxSlideOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 640px){
  .boxRecCharaSlide .boxSlideOneIn {
    display: block;
  }
}

.boxRecCharaSlide .boxSlideOneIn .boxImg {
  width: 48.5%;
}
@media all and (max-width: 640px){
  .boxRecCharaSlide .boxSlideOneIn .boxImg {
    width: 100%;
    margin-bottom: 7%;
  }
}

.boxRecCharaSlide .boxSlideOneIn .boxCont01 {
  width: 48.5%;
}
@media all and (max-width: 640px){
  .boxRecCharaSlide .boxSlideOneIn .boxCont01 {
    width: 100%;
  }
}

.boxRecCharaSlide .boxSlideOneIn .boxCont01 .ttl {
  margin-bottom: 17px;
  line-height: 1.3;
  font-size: 1.55rem;
}
@media all and (max-width: 640px){
  .boxRecCharaSlide .boxSlideOneIn .boxCont01 .ttl {
    margin-bottom: 5%;
    font-size: 5.0vw;
  }
}

.boxRecCharaSlide .boxSlideOneIn .boxCont01 .boxBaseCom {
  line-height: 1.7;
  letter-spacing: 0.05em;
}



.boxRecruitS02Wrap{
  display: table;
  width: 100%;
  margin-bottom: 125px;
  padding: 10px 0;
}
.boxRecruitS02{
  display: table-cell;
  width: 100%;
  height: 100px;
  padding: 12px 0;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  vertical-align: middle;
}
.boxRecruitS02LR{
  display: table;
  width: 980px;
  margin: 0 auto;
}
.boxRecruitS02L{
  display: table-cell;
  width: 24%;
  padding-right: 4%;
  vertical-align: middle;
  text-align: center;
}
.boxRecruitS02L > .ttl{
  display: inline-block;
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom: 1px #fff solid;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: bold;
}
.boxRecruitS02L > .txtCom01{
  display: inline-block;
  width: 100%;
  letter-spacing: 0.12em;
  font-size: 1.12rem;
}
.boxRecruitS02R{
  display: table-cell;
  width: 76%;
  vertical-align: middle;
}
.boxRecruitS02R > .boxBaseCom{
  position: relative;
  margin-bottom: 0;
  padding: 12px 22px;
  border: 1px #fff solid;
}
.boxRecruitS02R > .boxBaseCom p{
  margin-bottom: 0;
}
.partsRecruitFukidashi{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -15px;
}

.boxRecruitS0201{
  position: relative;
  width: 980px;
  margin: 0 auto;
  margin-bottom: 125px;
  padding: 10px;
  border: 1px #3aa4cc solid;
  /*
  background-image: url('./../../images/recruit/recruit-s-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  */
}
.boxRecruitS0201 .imgRecruitS02{
  position: absolute;
  bottom: 0;
  left: -25px;
}
.boxRecruitS0201 .boxBaseLR{
  display: table;
  width: 100%;
}
.boxRecruitS0201 .boxBaseL{
  display: table-cell;
  width: 64.5%;
  vertical-align: top;
}
.boxRecruitS0201 .boxBaseLIn{
  overflow: hidden;
  padding-left: 130px;
  padding-top: 7px;
}
.boxRecruitS0201 .boxBaseL .txt00{
  float: left;
  width: 50%;
  vertical-align: middle;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-size: 1.15rem;
}
.boxRecruitS0201 .boxBaseL .txt00 .large{
  font-size: 1.7rem;
}
.boxRecruitS0201 .boxBaseL .txt01{
  float: right;
  width: 50%;
  padding-top: 2px;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-size: 1.05rem;
}
.boxRecruitS0201 .boxBaseR{
  display: table-cell;
  width: 35.5%;
  padding-left: 1.3%;
  vertical-align: top;
}
.boxRecruitS0201 .boxBaseR a{
  display: block;
  padding: 23px 15px 21px 0;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow05.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.55rem;
  font-weight: bold;
}

.boxRecruitS03{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.boxRecruitS03L,
.boxRecruitS03C,
.boxRecruitS03R{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.boxRecruitS03LR .boxRecruitS03L{
  width: 32%;
  margin-right: 2.4%;
}
.boxRecruitS03LR .boxRecruitS03R{
  width: 32%;
}
.boxRecruitS03R{
  margin-right: 0;
}
.boxRecruitS03LCR,
.boxRecruitS03LR{
  margin-bottom: 33px;
}
.boxRecruitS03LCR .ttl,
.boxRecruitS03LR .ttl{
  position: relative;
  display: table;
  width: 100%;
  height: 57px;
  margin-bottom: 27px;
  background-repeat: no-repeat;
  background-position: left top;
}
.boxRecruitS03LCR .ttl.no01{
  background-image: url('./../../images/recruit/recruit-s-detail01-bg.jpg');
}
.boxRecruitS03LCR .ttl.no02{
  background-image: url('./../../images/recruit/recruit-s-detail02-bg.jpg');
}
.boxRecruitS03LCR .ttl.no03{
  background-image: url('./../../images/recruit/recruit-s-detail03-bg.jpg');
}
.boxRecruitS03LCR .ttl.no04{
  background-image: url('./../../images/recruit/recruit-s-detail04-bg.jpg');
}
.boxRecruitS03LCR .ttl.no05{
  background-image: url('./../../images/recruit/recruit-s-detail05-bg.jpg');
}
.boxRecruitS03LCR .ttl.no06{
  background-image: url('./../../images/recruit/recruit-s-detail06-bg.jpg');
}
.boxRecruitS03LCR .ttl.no07{
  background-image: url('./../../images/recruit/recruit-s-detail07-bg.jpg');
}
.boxRecruitS03LCR .ttl.no08{
  background-image: url('./../../images/recruit/recruit-s-detail08-bg.jpg');
}
.boxRecruitS03LCR .ttl.no09{
  background-image: url('./../../images/recruit/recruit-s-detail09-bg.jpg');
}
.boxRecruitS03LCR .ttl.no10{
  background-image: url('./../../images/recruit/recruit-s-detail10-bg.jpg');
}
.boxRecruitS03LCR .ttl.no11{
  background-image: url('./../../images/recruit/recruit-s-detail11-bg.jpg');
}
.boxRecruitS03LCR .ttl.no12{
  background-image: url('./../../images/recruit/recruit-s-detail12-bg.jpg');
}
.boxRecruitS03LCR .ttl .txtL01,
.boxRecruitS03LR .ttl .txtL01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 70px;
  line-height: 1.2;
}
.boxRecruitS03LCR .ttl .txtNumber,
.boxRecruitS03LR .ttl .txtNumber{
  letter-spacing: 0.07em;
  font-size: 1.5rem;
}
.boxRecruitS03LCR .ttl .txtTtl01,
.boxRecruitS03LR .ttl .txtTtl01{
  letter-spacing: 0.07em;
}
.boxRecruitS03LCR .ttl .txtR01,
.boxRecruitS03LR .ttl .txtR01{
  display: table-cell;
  width: 100%;
  padding-left: 180px;
  padding-right: 20px;
  vertical-align: middle;
  text-align: right;
  line-height: 1.1;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}
.boxRecruitS03LR .boxRecruitS03L .boxCont ul{
  float: left;
  /*width: 33.33333333%;*/
}
.boxRecruitS03LCR .boxCont li,
.boxRecruitS03LR .boxCont li{
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.boxRecruitS03LCR .boxCont li:before,
.boxRecruitS03LR .boxCont li:before{
  content: '■';
  margin-right: 5px;
  font-size: 0.9rem;
  color: #269cc8;
}

.boxRecruitS04Wrap{
  margin-bottom: 123px;
  padding: 60px 0;
  background-image: url(./../../images/common/common-bg01.png);
  background-repeat: repeat-y;
  background-position: center center;
}
.boxRecruitS04{
  width: 980px;
  margin: 0 auto;
}
.boxRecruitS04 .ttlBase05{
  margin-bottom: 60px;
}
.boxRecruitS04F.typeCol3 {
  width: 80%;
  margin: 0 auto;
}
.boxRecruitS04FIn{/* col5 */
  float: left;
  width: 17.5%;
  margin-right: 3.125%;
}
.boxRecruitS04F.typeCol3 .boxRecruitS04FIn {
  width: 30%;
  margin-right: 5%;
}
.boxRecruitS04F.typeCol5 .boxRecruitS04FIn {
  width: 17.5%;
  margin-right: 3.125%;
}
.boxRecruitS04FIn:last-child,
.boxRecruitS04F.typeCol3 .boxRecruitS04FIn:last-child,
.boxRecruitS04F.typeCol5 .boxRecruitS04FIn:last-child {
  margin-right: 0;
}
.boxRecruitS04FIn .boxStepTtl{
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  background-color: #fff;
  background-image: url('./../../images/recruit/recruit-s-step-bg.png'),url('./../../images/recruit/recruit-s-icn-arrow01.png');
  background-repeat: no-repeat,no-repeat;
  background-position: left center, right 7px center;
}
.boxRecruitS04FIn .boxStepTtl.last{
  background-image: url('./../../images/recruit/recruit-s-step-bg.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.boxRecruitS04FIn .boxStepTtl .txtStepTtl{
  display: table-cell;
  width: 100%;
  padding-left: 65px;
  padding-right: 23px;
  vertical-align: middle;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.boxRecruitS04FIn .boxStepTtl .txtStepTtl.str2{
  padding-right: 17px;
  letter-spacing: 1.1em;
}
.boxRecruitS04FIn .boxStepTtl .txtStep{
  position: absolute;
  bottom: 5px;
  left: 5px;
  line-height: 1.0;
  font-size: 0.95rem;
}
.boxRecruitS04FIn .boxStepTtl .txtNum{
  font-size: 1.7rem;
}
.boxRecruitS04FIn .boxStepCont{
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}

.boxRecruitS05{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 123px;
}
.boxRecruitS05 .ttlBase05{
  margin-bottom: 45px;
}
.boxRecruitS0501{
  margin-bottom: 61px;
  line-height: 1.7;
}
.boxRecruitS0501 dl{
  display: table;
  width: 100%;
  letter-spacing: 0.1em;
}
.boxRecruitS0501 dt{
  display: table-cell;
  width: 20%;
  padding-top: 14px;
  padding-bottom: 14px;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 88% 1px;
  vertical-align: middle;
}
.boxRecruitS0501 dt:before{
  content: '■';
  margin-left: 3px;
  margin-right: 5px;
  font-size: 0.9rem;
  color: #359842;
}
.boxRecruitS0501 dd{
  display: table-cell;
  width: 80%;
  padding-top: 14px;
  padding-bottom: 14px;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  vertical-align: middle;
}
.boxRecruitS0501 dd a{
  display: inline-block;
  border-bottom: 1px #6f6f6f solid;
  line-height: 1.2;
}

.boxRecruitS0502{
  width: 980px;
  margin: 0 auto;
}
.boxRecruitS0502LR{
  display: table;
  width: 100%;
  padding: 20px;
}
.boxContactThanks .boxRecruitS0502LR{
  padding: 20px 10px;
}
.boxRecruitS0502L{
  display: table-cell;
  width: 60%;
  padding-right: 20px;
  vertical-align: middle;
}
.boxContactThanks .boxRecruitS0502L{
  width: 64%;
  padding-right: 5px;
}
.boxRecruitS0502L dl{
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.boxRecruitS0502L dt{
  display: table-cell;
  width: 40%;
  padding: 0 40px 0 0;
  background-image: url('./../../images/recruit/recruit-s-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15% auto;
  vertical-align: middle;
  font-size: 1.15rem;
}
.boxRecruitS0502L dt span{
  display: inline-block;
  padding: 8px 10px 8px 15px;
}
.boxRecruitS0502L dd{
  display: table-cell;
  width: 60%;
  padding-left: 12px;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 2.9rem;
}
.boxContactThanks .boxRecruitS0502L dd{
  font-size: 2.8rem;
}
.boxRecruitS0502L p{
  letter-spacing: 0.1em;
}
.boxRecruitS0502R{
  display: table-cell;
  width: 40%;
  border-left: 1px #fff solid;
  vertical-align: middle;
}
.boxContactThanks .boxRecruitS0502R{
  width: 36%;
}
.boxRecruitS0502R dl{
  display: table;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.5;
}
.boxRecruitS0502R dl.last{
  margin-bottom: 0;
}
.boxRecruitS0502R dt{
  display: table-cell;
  width: 31%;
  padding-left: 20px;
  vertical-align: top;
  letter-spacing: 0.15em;
}
.boxContactThanks .boxRecruitS0502R dt{
  width: 33%;
  padding-left: 5px;
}
.boxRecruitS0502R dt:before{
  content: '■';
  margin-left: 3px;
  margin-right: 5px;
  font-size: 0.9rem;
  color: #f2df37;
}
.boxRecruitS0502R dd{
  display: table-cell;
  width: 69%;
  padding-left: 0.8em;
  vertical-align: top;
  letter-spacing: 0.09em;
  text-indent: -0.8em;
}
.boxContactThanks .boxRecruitS0502R dd{
  width: 67%;
}
.boxRecruitS0502R dd .str2{
  margin-right: -1.2em;
  letter-spacing: 1.2em;
}
.boxRecruitS0502R dd a{
  display: inline-block;
  border-bottom: 1px #000 solid;
  line-height: 1.2;
}

.boxRecruitS06{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.boxRecruitS06.modeConfirm{
  margin-top: 50px;
}
.boxRecruitS06.pageThanks{
  margin-bottom: 50px;
}
.boxRecruitS06 .ttlBase05{
  margin-bottom: 35px;
}

.boxRRTBackToArchive{
  margin-bottom: 130px;
  text-align: center;
}
.boxRRTBackToArchive .linkToArchive{
  display: inline-block;
  width: 235px;
  padding: 15px 0;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 4% auto;
  letter-spacing: 0.13em;
  font-size: 1.1rem;
  /*font-weight: bold;*/
}
.boxRRTBackToArchive.pageThanks .linkToArchive{
  width: 520px;
  padding: 20px 0;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow07.png');
  background-position: 10% center;
  background-size: 13px auto;
  font-size: 1.6rem;
}

.boxRecruitS07{
  width: 830px;
  margin: 0 auto;
  padding: 35px 0;
}
.boxRecruitS07F{
  width: 100%;
}
.boxRecruitS07FIn{
  float: left;
  width: 23%;
  margin-right: 2.6666666%;
  text-align: center;
}
.boxRecruitS07FIn:last-child{
  margin-right: 0;
}
.boxRecruitS07FIn .boxImg{
  display: inline-block;
  width: 160px;
  margin-bottom: 10px;
}
.boxRecruitS07FIn .ttl{
  display: inline-block;
  width: 160px;
  text-align: left;
}
.boxRecruitS07FIn .ttl a:before{
  content: '■';
  margin-right: 5px;
}

.boxRecruitS08 {
  /*margin-bottom: 50px;*/
}
.boxRecruitS08 .ttlBase03 {
  margin-bottom: 48px;
}
.boxRecruitS0802Wrap {
  min-height: 874px;
  background-image: url('./../../images/recruit/recruit-s-work-bg0101.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.boxRecruitS0802 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 874px;
  padding: 60px 0;
}
.boxRecruitS0802L {
  width: 320px;
}
.boxRecruitS0802L .boxImg {
  margin-bottom: 48px;
  text-align: center;
}
.boxRecruitS0802L01 {
  position: relative;
  margin-top: 19px;
  padding: 10px;
  border: 1px #fff solid;
}
.boxRecruitS0802L01 .ttl {
  position: absolute;
  top: -19px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 170px;
  padding: 9px 0;
  background-color: #f2df37;
  text-align: center;
  font-size: 1.5rem;
  color: #1f404c;
}
.boxRecruitS0802L01 .boxCont01 {
  padding: 43px 18px 28px 18px;
  background-color: #fff;
}
.boxRecruitS0802L01 .boxCont01 .ul01 {
  margin-bottom: 16px;
  padding-bottom: 22px;
  border-bottom: 1px #eee solid;
}
.boxRecruitS0802L01 .boxCont01 .ul01 > li{
  margin-bottom: 14px;
  color: #1f404c;
}
.boxRecruitS0802L01 .boxCont01 .ul01 > li:last-child {
  margin-bottom: 0;
}
.boxRecruitS0802L01 .boxCont01 .boxBaseCom {
  margin: 0;
  line-height: 1.6;
}
.boxRecruitS0802R {
  width: 655px;
}
.boxRecruitS0802R01 {
  margin-bottom: 30px;
}
.boxRecruitS0802R .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 16px;
}
.boxRecruitS0802R .ttl .ttlNum {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding-top: 0.1em;
  background-color: #f2df37;
  text-align: center;
  font-size: 1.5rem;
  color: #1f404c;
}
.boxRecruitS0802R .ttl .ttlStr {
  font-size: 1.7rem;
  color: #fff;
}
.boxRecruitS0802R .boxBaseCom {
  margin: 0;
  padding: 17px 27px;
  background-color: #fff;
  line-height: 1.6;
}


.boxRecruitSLink {
  margin-bottom: 8em;
}
@media all and (max-width: 640px){
  .boxRecruitSLink {
    margin-bottom: 3em;
  }
}

.boxRecruitSLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 500px;
  height: 80px;
  margin: 0 auto;
  background-color: #359842;
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRecruitSLink a {
    max-width: 90%;
    height: 20vw;
    font-size: 1.8rem;
  }
}

/*** /Recruit Single ***/
/* /Recruit */


/***** Search *****/
.boxSearch {
  margin-top: 0;/*5em;*/
  margin-bottom: 3em;
}

.boxSearchTopTxt {
  margin-top: 2em;
  line-height: 1.4;
}


/* Welfare */
.pageWelfare .boxBaseTop .boxBaseCom{
  /*top: 270px;*/
  letter-spacing: 0.15em;
}
.boxWelfare01Wrap{
  min-height: 326px;
  margin-bottom: 80px;
  padding-top: 80px;
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 31%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 31%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 31%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  /*background-image: url('./../../images/welfare/welfare-bg01.jpg');*/
  border-bottom: 1px #eeeeee solid;
  /*
  background-repeat: no-repeat;
  background-position: center top;
  */
}
.boxWelfare01{
  width: 980px;
  margin: 0 auto;
}
.boxWelfare01 .ttl{
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.15em;
  font-size: 2.15rem;
}
.boxWelfare01 .boxBaseCom{
  text-align: center;
  line-height: 1.9;
  font-size: 1.3rem;
}
.boxWelfare02{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.boxWelfare02LR{
  display: table;
  width: 100%;
  margin-bottom: 80px;
}
.boxWelfare02L{
  display: table-cell;
  width: 48%;
  vertical-align: top;
}
.boxWelfare02L .ttl{
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.boxWelfare02L .ttl.no01{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0201.jpg');
}
.boxWelfare02L .ttl.no02{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0202.jpg');
}
.boxWelfare02L .ttl.no03{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0203.jpg');
}
.boxWelfare02L .ttl.no04{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0204.jpg');
}
.boxWelfare02L .ttl.no05{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0205.jpg');
}
.boxWelfare02L .ttl.no06{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0206.jpg');
}
.boxWelfare02L .ttl.no07{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0207.jpg');
}
.boxWelfare02L .ttl.no08{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0208.jpg');
}
.boxWelfare02L .ttl.no09{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0209.jpg');
}
.boxWelfare02L .ttl.no10{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0210.jpg');
}
.boxWelfare02L .ttl.no11{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0211.jpg');
}
.boxWelfare02L .ttl .txtL01{
  position: absolute;
  top: 13px;
  left: 22px;
  color: #fff;
}
.boxWelfare02L .ttl .txtNumber{
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.0;
  letter-spacing: 0.07em;
  font-size: 2.8rem;
}
.boxWelfare02L .ttl .txtTtl01{
  letter-spacing: 0.07em;
  font-size: 1.2rem;
}
.boxWelfare02L .ttl .txtR01{
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 135px;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.18em;
  font-size: 2.2rem;
}
.boxWelfare02L .ttl .txtR01.txtShort{
  letter-spacing: normal;
}
.boxWelfare02R{
  display: table-cell;
  width: 52%;
  vertical-align: top;
}
.boxWelfare02R li{
  margin-bottom: 30px;
  line-height: 1.3;
}
.boxWelfare02R li:last-child{
  margin-bottom: 0;
}
.boxWelfare02R li .ttl2{
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxWelfare02R li .ttl2:before{
  content: '■';
  margin-right: 8px;
  color: #f2df37;
}
.boxWelfare02R li .ttl2 .btnWelfare02R{
  display: none;
}
.boxWelfare02R li .txt01{
  letter-spacing: 0.1em;
}
.boxWelfareTb{
  margin-bottom: 100px;
}
.boxWelfareTb .ttl{
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.boxWelfareTbL{
  display: none;
}
/* /Welfare */
