@charset 'utf-8';


/***** 404 *****/
.box40401 {
  padding: 50px 0;
}
@media all and (max-width: 640px){
  .box40401 {
    padding: 0;
  }
}

/*
.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;
}
@media all and (max-width: 640px){
  .page404 .boxBaseTop .boxBaseCom {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
    margin-top: -40%;
    padding: 5% 10% 5% 10%;
    letter-spacing: normal;
    text-align: left;
    font-size: 1.15rem;
    font-size: 3.7vw;
  }
}
*/


/***** Album *****/
.boxAlbum {
  margin-bottom: 70px;
}

.boxAlbum01Wrap .ttlBase13 {
  margin-bottom: 27px;
}

.boxAlbum01Wrap .boxBaseCom {
  text-align: center;
  color: #e27401;
}

.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: #e27401;
}
.boxAlbum01 .boxPagination .page-numbers {
  margin-left: auto;
  margin-right: auto;
}


/***** Blog *****/
.boxBlogSearch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 20px 65px;
  background-color: #eae6e2;
}
@media all and (max-width: 640px){
  .boxBlogSearch {
    display: block;
    margin-bottom: 10%;
    padding: 5% 0;
  }
}

.boxBlogSearchL {
  width: 50%;
}
@media all and (max-width: 640px){
  .boxBlogSearchL {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
}

.boxBlogSearchR {
  width: 50%;
}
@media all and (max-width: 640px){
  .boxBlogSearchR {
    width: 90%;
    margin: 0 auto;
  }
}

.boxBlogSearch .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 640px){
  .boxBlogSearch .dl01 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.boxBlogSearch .dl01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 225px;
  height: 40px;
  padding: 0 0 0 10px;
  border: 1px #000 solid;
  background-color: transparent;
  background-image: url(./../../images/blog/blog-search-icn-arrow01.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxBlogSearch .dl01 select {
    width: 100%;
    height: 8vw;
    padding: 0 0 0 5%;
    background-image: url(./../../images_sp/blog/sp-blog-search-icn-arrow01.png);
    background-position: 93% center;
    background-size: 7% auto;
    letter-spacing: 0.03em;
    font-size: 4.0vw;
  }
}

.boxBlogSearch .dl01 select::-ms-expand {
  display: none;
}

.boxBlogSearch .dl01 > dt {
  margin-right: 30px;
  letter-spacing: 0.13em;
  font-size: 1.9rem;
}
@media all and (max-width: 640px){
  .boxBlogSearch .dl01 > dt {
    width: 40%;
    margin-right: 0;
    letter-spacing: 0.03em;
    font-size: 5.0vw;
  }
}

.boxBlogSearch .dl01 > dd {
  margin-left: 10px;
}
@media all and (max-width: 640px){
  .boxBlogSearch .dl01 > dd {
    width: 60%;
    margin-left: 0;
  }
}

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

.boxBlog01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxList {
    display: block;
  }
}

.boxBlog01 .boxListOne {
  position: relative;
  width: 33.2%;
  margin-right: 0.2%;
  margin-bottom: 63px;
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}

.boxBlog01 .boxListOne.typeA {
  background-image: url('./../../images/blog/blog-bg01.png');
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne.typeA {
    background-image: url('./../../images_sp/blog/sp-blog-bg01.png');
  }
}

.boxBlog01 .boxListOne.typeB {
  background-image: url('./../../images/blog/blog-bg02.png');
  color: #000;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne.typeB {
    background-image: url('./../../images_sp/blog/sp-blog-bg02.png');
  }
}

.boxBlog01 .boxListOne:nth-child(3n) {
  margin-right: 0;
}

.boxBlog01 .boxListOne .boxListImg {
  position: relative;
}

.boxBlog01 .boxListOne .boxListImg .icnBlogNew01 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.boxBlog01 .boxListOne .boxListImgIn {
  overflow: hidden;
  position: relative;
  padding-top: 230px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListImgIn {
    padding-top: 70%;
  }
}

.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: auto;
}

.boxBlog01 .boxListOne .boxListImgIn img.horizontalImg {
  width: auto;
  height: 100%;
}

.boxBlog01 .boxListOne .boxListImgIn img.verticalImg {
  width: 100%;
  height: auto;
}


.boxBlog01 .boxListOne .btnReadMore {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .btnReadMore {
    bottom: 3vw;
    width: 90%;
  }
}

.boxBlog01 .boxListCont {
  padding: 16px 24px 50px 24px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListCont {
    padding: 4vw 5% 12vw 5%;
  }
}

.boxBlog01 .ulListCat,
.boxBlogS01 .ulListCat,
.boxBlogS01 .ulSingleCat {
  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: 13px;
}
@media all and (max-width: 640px){
  .boxBlog01 .ulListCat,
  .boxBlogS01 .ulListCat,
  .boxBlogS01 .ulSingleCat {
    margin-bottom: 3%;
  }
}

.boxBlog01 .ulListCat > li,
.boxBlogS01 .ulListCat > li,
.boxBlogS01 .ulSingleCat > li {
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 6px 9px 5px 8px;
  border: 1px rgba(255,255,255,0.5) solid;
  background-color: #4a88af;
  font-size: 0.95rem;
  /*font-style: italic;*/
  color: #fff;
}
.boxBlog01 .boxListOne.typeB .ulListCat > li {
  border: 1px #000 solid;
  background-color: #b4cad9;
  font-weight: 700;
}
.boxBlogS01 .ulListCat > li,
.boxBlogS01 .ulSingleCat > li {
  /*border: 1px #2a6a9d solid;*/
  border: 0;
}
@media all and (max-width: 640px){
  .boxBlog01 .ulListCat > li,
  .boxBlogS01 .ulListCat > li,
  .boxBlogS01 .ulSingleCat > li {
    margin-right: 0.5em;
    margin-bottom: 2%;
    padding: 2% 0.5em 1.5% 0.5em;
    font-size: 3.5vw;
  }
}

.boxBlog01 .boxListDate,
.boxBlogS01 .boxSingleDate {
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
.boxBlogS01 .boxSingleDate {
  margin-right: 13px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListDate,
  .boxBlogS01 .boxSingleDate {
    margin-bottom: 5%;
    font-size: 4.0vw;
  }
}

.boxBlog01 .ttlList,
.boxBlogS01 .ttlSingle {
  margin-bottom: 11px;
  border-bottom: 1px rgba(0,0,0,0.5) solid;
  line-height: 1.3;
  font-size: 1.6rem;
}
.boxBlog01 .boxListOne.typeB .ttlList {
  border-bottom: 1px #000 solid;
}
.boxBlogS01 .ttlSingle {
  margin-bottom: 37px;
  border-bottom: 0;
}
@media all and (max-width: 640px){
  .boxBlog01 .ttlList,
  .boxBlogS01 .ttlSingle {
    margin-bottom: 5%;
    font-size: 6.0vw;
  }
}

.boxBlog01 .ttlList > span,
.boxBlogS01 .ttlSingle > span {
  display: block;
  margin-bottom: 12px;
  /*padding: 0 0 0 13px;*/
  /*border-left: 5px #fff solid;*/
}
.boxBlogS01 .ttlSingle > span {
  /*border-left: 5px #000 solid;*/
}
@media all and (max-width: 640px){
  .boxBlog01 .ttlList > span,
  .boxBlogS01 .ttlSingle > span {
    margin-bottom: 3%;
    /*padding: 0 0 0 4%;*/
  }
}

.boxBlog01 .ttlList a {
  /*color: #000;*/
}
.boxBlog01 .boxListOne.typeB .ttlList a {
  color: #000;
}

.boxBlog01 .boxBaseCom {
  line-height: 1.45;
}

.boxBlog01 .boxPagination {
  margin-top: -47px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxPagination {
    margin-top: 0;
  }
}

/***** Blog Single *****/
.boxBlogS01 .boxSingleMeta {
  display: -webkit-flex;
  display: flex;
  /*-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxBlogS01 .boxSingleImg {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxBlogS01 .boxSingleImg {
    margin-bottom: 6%;
  }
}

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

.boxBlogS01Wrap .boxSingleToArchive {
  margin-bottom: 80px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBlogS01Wrap .boxSingleToArchive {
    margin-bottom: 15%;
  }
  .boxBlogS01Wrap .boxSingleToArchive img {
    width: 80%;
  }
}
/*
.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 */
.boxCompany01Wrap .ttlBase13,
.boxCompanyMessageWrap .ttlBase13,
.boxCompany03Wrap .ttlBase13 {
  margin-bottom: 40px;
}
.boxCompanyProfileWrap .ttlBase13,
.boxCompanyHistoryWrap .ttlBase13,
.boxCompany03Wrap .ttlBase13,
.boxCompany05Wrap .ttlBase13 {
  margin-bottom: 57px;
}
@media all and (max-width: 640px){
  .boxCompany01Wrap .ttlBase13,
  .boxCompanyMessageWrap .ttlBase13,
  .boxCompanyProfileWrap .ttlBase13,
  .boxCompanyHistoryWrap .ttlBase13,
  .boxCompany03Wrap .ttlBase13,
  .boxCompany05Wrap .ttlBase13 {
    margin-bottom: 8%;
  }
}

.boxCompany01 .boxBaseCom.no01,
.boxCompanyMessage .boxBaseCom.no01 {
  margin-bottom: 32px;
  padding: 21px 0;
  background-image: url('./../../images/company/company-ttl-bg01.png'),url('./../../images/company/company-ttl-bg01.png');
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: auto auto,auto auto;
  text-align: center;
  line-height: 1.6;
  font-size: 1.65rem;
}
@media all and (max-width: 640px){
  .boxCompany01 .boxBaseCom.no01,
  .boxCompanyMessage .boxBaseCom.no01 {
    margin-bottom: 8%;
    padding: 7% 0;
    background-image: url('./../../images_sp/company/sp-company-ttl-bg01.png'),url('./../../images_sp/company/sp-company-ttl-bg01.png');
    background-size: 100% auto,100% auto;
    font-size: 4.8vw;
  }
}

.boxCompany01 .boxBaseCom.no02,
.boxCompanyMessage .boxBaseCom.no02,
.boxCompanyMessage .boxBaseCom.no03,
.boxCompanyMessage .boxBaseCom.no04,
.boxCompanyMessage .boxBaseCom.no05 {
  margin-bottom: 38px;
  line-height: 2.3;
  font-size: 1.0rem;
}
.boxCompanyMessage .boxBaseCom.no02 {
  margin-bottom: 55px;
}
.boxCompanyMessage .boxBaseCom.no04 {
  letter-spacing: 0.15em;
}
.boxCompanyMessage .boxBaseCom.no05 {
  padding-left: 46px;
}
@media all and (max-width: 640px){
  .boxCompany01 .boxBaseCom.no02,
  .boxCompanyMessage .boxBaseCom.no02,
  .boxCompanyMessage .boxBaseCom.no03,
  .boxCompanyMessage .boxBaseCom.no04,
  .boxCompanyMessage .boxBaseCom.no05 {
    margin-bottom: 8%;
    line-height: 1.8;
    font-size: 4.3vw;
  }
  .boxCompanyMessage .boxBaseCom.no02 {
    margin-bottom: 10%;
  }
  .boxCompanyMessage .boxBaseCom.no04 {
    font-size: 3.8vw;
  }
  .boxCompanyMessage .boxBaseCom.no05 {
    padding-left: 0;
  }
}

.boxCompanyMessage .boxBaseCom.no02 > p {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxCompanyMessage .boxBaseCom.no02 > p {
    margin-bottom: 8%;
  }
}

@media all and (max-width: 640px){
  .boxCompany01 > .btnAccordionSp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 15vw;
    margin-bottom: 5%;
    background-image: url('./../../images_sp/company/sp-company01-accordion-bg01.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 15vw;
  }
}

@media all and (max-width: 640px){
  .boxCompany01 > .btnAccordionSp .accordionStr {
    width: 60%;
    padding-left: 7%;
    letter-spacing: 0.1em;
    font-size: 5.0vw;
    font-weight: 700;
    color: #fff;
  }
}

@media all and (max-width: 640px){
  .boxCompany01 > .btnAccordionSp .accordionImg {
    width: 38%;
    text-align: center;
  }
}

@media all and (max-width: 640px){
  .boxCompany01 > .btnAccordionSp .accordionImg img {
    height: 4.5vw;
  }
}



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

.boxCompany01 .ul01 > li {
  margin-bottom: 15px;
  margin-left: 2.2em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: -2.2em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxCompany01 .ul01 > li {
    margin-bottom: 4%;
    line-height: 1.8;
    font-size: 4.0vw;
  }
}

.boxCompany01 .ul01 > li:before {
  content: '一.';
  margin-right: 0.7em;
}

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


/**NEW**/
.boxCompany0102 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxCompany0102 {
    display: block;
    margin-bottom: 5%;
  }
}

.boxCompany0102One {
  width: 46.7%;
}
@media all and (max-width: 640px){
  .boxCompany0102One {
    width: 100%;
  }
  .boxCompany0102One.no01 {
    margin-bottom: 10%;
  }
}

.boxCompany0102One .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  margin-bottom: 32px;
  /*padding: 19px 0;*/
  background-image: url(./../../images/company/company-ttl-bg02.png),url(./../../images/company/company-ttl-bg02.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: auto auto,auto auto;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxCompany0102One .ttl {
    display: block;
    height: auto;
    margin-bottom: 7%;
    padding: 6% 0;
    background-image: url(./../../images_sp/company/sp-company-ttl-bg02.png),url(./../../images_sp/company/sp-company-ttl-bg02.png);
    background-size: 100% auto,100% auto;
    letter-spacing: 0.05em;
    font-size: 4.6vw;
  }
}

.boxCompany0102One.no01 .ttl02,
.boxCompany0102One.no02 .ttl03 {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 1.24rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany0102One.no01 .ttl02,
  .boxCompany0102One.no02 .ttl03 {
    margin-bottom: 5vw;
  }
}

.boxCompany0102One.no01 .ol01 > li,
.boxCompany0102One.no02 .ol01 > li {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media all and (max-width: 640px){
  .boxCompany0102One.no01 .ol01 > li,
  .boxCompany0102One.no02 .ol01 > li {
    margin-bottom: 5vw;
    padding-left: 0;
    letter-spacing: normal;
    font-size: 0.87rem;
  }
}

.boxCompany0102One.no02 .ttl02 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany0102One.no02 .ttl02 {
    margin-bottom: 5vw;
  }
}


.boxCompany0103 {
  height: 242px;
  margin-bottom: 80px;
  padding: 26px 39px 0 39px;
  background-image: url('./../../images/company/company01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCompany0103 {
    height: 73vw;
    margin-bottom: 15%;
    padding: 7% 6% 0 6%;
    background-image: url('./../../images_sp/company/sp-company01-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxCompany0103 .ttl {
  margin-bottom: 29px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.53rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCompany0103 .ttl {
    margin-bottom: 7%;
    font-size: 4.8vw;
  }
}

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

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

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

.boxCompanyMessage01One {
  width: 46.7%;
}
@media all and (max-width: 640px){
  .boxCompanyMessage01One {
    width: 100%;
  }
  .boxCompanyMessage01One.no01 {
    margin-bottom: 10%;
  }
}

.boxCompanyMessage01One .ttl,
.boxCompanyMessage04 .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 120px;
  margin-bottom: 32px;
  /*padding: 19px 0;*/
  background-image: url(./../../images/company/company-ttl-bg02.png),url(./../../images/company/company-ttl-bg02.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: auto auto,auto auto;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
}
.boxCompanyMessage04 .ttl {
  height: 80px;
  background-repeat: repeat-x,repeat-x;
}
@media all and (max-width: 640px){
  .boxCompanyMessage01One .ttl,
  .boxCompanyMessage04 .ttl {
    display: block;
    height: auto;
    margin-bottom: 7%;
    padding: 6% 0;
    background-image: url(./../../images_sp/company/sp-company-ttl-bg02.png),url(./../../images_sp/company/sp-company-ttl-bg02.png);
    background-size: 100% auto,100% auto;
    letter-spacing: 0.05em;
    font-size: 4.6vw;
  }
}

.boxCompanyMessage03 {
  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: 80px;
}
@media all and (max-width: 640px){
  .boxCompanyMessage03 {
    display: block;
    margin-bottom: 13%;
  }
}

.boxCompanyMessage03L {
  width: 457px;
}
@media all and (max-width: 640px){
  .boxCompanyMessage03L {
    width: 100%;
    margin-bottom: 8%;
  }
}

.boxCompanyMessage03R {
  position: relative;
  width: 523px;
}
@media all and (max-width: 640px){
  .boxCompanyMessage03R {
    width: 100%;
  }
}

.boxCompanyMessage03R .boxCont01 {
  margin-bottom: 23px;
  padding: 40px 0 30px 45px;
  border-bottom: 1px #4082ab solid;
}
@media all and (max-width: 640px){
  .boxCompanyMessage03R .boxCont01 {
    margin-bottom: 6%;
    padding: 0 0 5% 6%;
  }
}

.boxCompanyMessage03R .boxCont01 .boxJobPosi {
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanyMessage03R .boxCont01 .boxJobPosi {
    margin-bottom: 2%;
    font-size: 3.7vw;
  }
}

@media all and (max-width: 640px){
  .boxCeoName img {
    width: 72%;
  }
}

.boxCompanyMessage03R .imgCompnay02TxtSign01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 640px){
  .boxCompanyMessage03R .imgCompnay02TxtSign01 {
    width: 50%;
  }
}

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

.boxCompanyMessage04 .boxImg {
  padding: 120px 0 0 0;
  background-image: url('./../../images/company/company-message04-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: auto auto;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCompanyMessage04 .boxImg {
    padding: 18vw 0 0 0;
    background-image: url('./../../images_sp/company/sp-company-message04-icn-arrow01.png');
    background-position: center 5vw;
    background-size: 40% auto;
  }
}

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

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

.boxCompany0301Wrap > .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 51%;
  min-height: 40px;
  margin-left: auto;
  margin-bottom: -57px;
  padding: 0 0 0 47px;
  background-image: url('./../../images/company/company03-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto auto;
  letter-spacing: 0.17em;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany0301Wrap > .ttl {
    width: 100%;
    min-height: 10vw;
    margin-left: 0;
    margin-bottom: 6%;
    padding: 0 0 0 5%;
    background-image: url('./../../images_sp/company/sp-company03-ttl-bg01.png');
    background-position: left top;
    background-size: auto 10vw;
  }
}

.boxCompany0301Wrap > .ttl .ttlNum {
  margin-right: 9px;
  font-size: 1.55rem;
  color: #adc660;
}
@media all and (max-width: 640px){
  .boxCompany0301Wrap > .ttl .ttlNum {
    margin-right: 1.3%;
    font-size: 5.0vw;
  }
}

.boxCompany0301Wrap > .ttl .ttlStr {
  font-size: 1.25rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCompany0301Wrap > .ttl .ttlStr {
    font-size: 4.7vw;
  }
}

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

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

.boxCompany0301R {
  width: 50.3%;
  padding: 83px 0 0 0;
}
@media all and (max-width: 640px){
  .boxCompany0301R {
    width: 100%;
    padding: 0;
  }
}

.boxCompany0301R .boxBaseCom {
  margin-bottom: 0;
  padding: 0 0 0 42px;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxCompany0301R .boxBaseCom {
    padding: 0;
    font-size: 4.0vw;
  }
}

.boxCompanyProfile,
.boxCompanyHistory {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile,
  .boxCompanyHistory {
    margin-bottom: 13%;
  }
}

.boxCompanyProfile .dl01,
.boxCompanyHistory .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.8;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01,
  .boxCompanyHistory .dl01 {
    line-height: 1.8;
  }
}

.boxCompanyProfile .dl01.last {
  margin-bottom: 62px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01.last {
    margin-bottom: 10%;
  }
}

.boxCompanyProfile .dl01 > dt,
.boxCompanyHistory .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 18.5%;
  padding: 15px 0;
  border-bottom: 1px #fff solid;
  background-color: #eae6e2;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  /*color: #e27401;*/
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dt,
  .boxCompanyHistory .dl01 > dt {
    width: 23%;
    padding: 3% 0;
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-size: 3.3vw;
  }
  .boxCompanyHistory .dl01 > dt {
    width: 28%;
  }
}

.boxCompanyProfile .dl01 > dt .str2,
.boxCompanyHistory .dl01 > dt .str2 {
  letter-spacing: 1.0em;
}

.boxCompanyProfile .dl01 > dd,
.boxCompanyHistory .dl01 > dd {
  width: 81.5%;
  padding: 15px 0 15px 30px;
  border-bottom: 1px #eae6e2 solid;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd,
  .boxCompanyHistory .dl01 > dd {
    width: 77%;
    padding: 3% 0 3% 3%;
    letter-spacing: 0.07em;
    font-size: 3.3vw;
  }
  .boxCompanyHistory .dl01 > dd {
    width: 72%;
  }
}

@media all and (max-width: 640px){
  .boxAddress {
    margin-bottom: 2vw;
    line-height: 1.4;
  }
}

.boxCompanyProfile .dl01 > dd .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .boxTelFax {
    display: block;
  }
}

.boxCompanyProfile .dl01 > dd .boxTelFax .dlTelno,
.boxCompanyProfile .dl01 > dd .boxTelFax .dlFaxno {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCompanyProfile .dl01 > dd .boxTelFax .dlTelno:after {
  content: '/';
  margin: 0 20px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .boxTelFax .dlTelno:after {
    content: none;
  }
}

.boxCompanyProfile .dl01 > dd .boxTelFax .dlTelno > dt:after,
.boxCompanyProfile .dl01 > dd .boxTelFax .dlFaxno > dt:after {
  content: '：';
  margin: 0 5px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .boxTelFax .dlTelno > dt:after,
  .boxCompanyProfile .dl01 > dd .boxTelFax .dlFaxno > dt:after {
    content: '：';
    margin: 0 1vw;
  }
}

.boxCompanyProfile .dl01 > dd .ulRoute {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .ulRoute {
    margin-bottom: 3vw;
  }
}

.boxCompanyProfile .dl01 > dd .ulRoute > li {
  padding-left: 20px;
  background-image: url('./../../images/common/footer-contact-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: 5px 0.7em;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .ulRoute > li {
    margin-bottom: 3vw;
    padding-left: 3vw;
    background-position: left 0.5em;
    background-size: 1.3vw auto;
    line-height: 1.4;
    font-size: 3.3vw;
  }
}

@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .ul01 > li,
  .boxCompanyHistory .dl01 > dd .ul01 > li {
    margin-bottom: 4%;
    line-height: 1.3;
    font-size: 3.3vw;
  }
}

.boxCompanyProfile .dl01 > dd a {
  text-decoration: underline;
  color: #4082ab;
}

.boxCompanyProfile .dl01 > dd .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .boxTelFax {
    display: block;
    margin-bottom: 3%;
  }
}

.boxCompanyProfile .dl01 > dd .mapEmbed {
  padding-top: 14.1%;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .mapEmbed {
    padding-top: 38.1%;
  }
}

.boxCompanyProfile .dl01 > dd .dl02,
.boxCompanyProfile .dl01 > dd .dl03,
.boxCompanyProfile .dl01 > dd .dl04 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl03,
  .boxCompanyProfile .dl01 > dd .dl04 {
    display: block;
  }
  .boxCompanyProfile .dl01 > dd .dl03.no01 {
    margin-bottom: 4%;
  }
}

.boxCompanyProfile .dl01 > dd .dl02.no01:after {
  content: '／';
  margin: 0 5px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl02.no01:after {
    content: none;
  }
}

.boxCompanyProfile .dl01 > dd .dl02 > dt {
  margin-right: 5px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl02 > dt {
    margin-right: 0;
  }
}

.boxCompanyProfile .dl01 > dd .dl03 > dt {
  padding-left: 13px;
  background-image: url('./../../images/company/company04-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl03 > dt {
    padding-left: 4%;
    background-image: url('./../../images_sp/company/sp-company04-icn-circle01.png');
    background-size: 2% auto;
  }
}

.boxCompanyProfile .dl01 > dd .dl03 > dt:after {
  content: '／';
  margin: 0 5px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl03 > dt:after {
    content: none;
  }
}

.boxCompanyProfile .dl01 > dd .dl04 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl04 {
    margin-bottom: 4%;
  }
}

.boxCompanyProfile .dl01 > dd .dl04 > dt {
  width: 7%;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl04 > dt {
    display: inline;
    width: auto;
  }
}

.boxCompanyProfile .dl01 > dd .dl04 > dd {
  width: 93%;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .dl04 > dd {
    display: inline;
    width: auto;
  }
}

@media all and (max-width: 640px){
  .boxCompanyProfile .dl01 > dd .p01 {
    margin-bottom: 4%;
  }
}

.boxCompanyProfile .boxCont01 {
  height: 430px;
  padding: 7px 0 0 0;
  background-image: url('./../../images/company/company-profile-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .boxCont01 {
    height: 47vw;
    padding: 3% 3% 0 3%;
  }
}

.boxCompanyProfile .boxCont01 .boxImg {
  margin-bottom: 20px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .boxCont01 .boxImg {
    margin-bottom: 5%;
  }
}

.boxCompanyProfile .boxCont01 .p01 {
  width: 96%;
  margin: 0 auto;
  padding-left: 18px;
  background-image: url('./../../images/company/company-profile-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 0.97rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanyProfile .boxCont01 .p01 {
    width: 100%;
    padding-left: 7%;
    background-position: 2% center;
    background-size: 2% auto;
    font-size: 3.8vw;
  }
}

.boxCompany05Wrap {
  margin-bottom: 78px;
}
@media all and (max-width: 640px){
  .boxCompany05Wrap {
    margin-bottom: 14%;
  }
}

.boxCompany05 .ttl {
  margin-bottom: 23px;
  padding-left: 31px;
  background-image: url(./../../images/company/company-ttl-border01.png);
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.45rem;
  color: #4082ab;
}
@media all and (max-width: 640px){
  .boxCompany05 .ttl {
    margin-bottom: 6%;
    padding-left: 8%;
    background-image: url(./../../images_sp/company/sp-company-ttl-border01.png);
    background-position: left 0.7em;
    background-size: 4.5% auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 4.5vw;
  }
}

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



.boxCompany02Wrap .ttlBase13 {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxCompany02Wrap .ttlBase13 {
    margin-bottom: 8%;
  }
}

.boxCompany02 .boxBaseCom.no01 {
  margin-bottom: 45px;
  padding: 21px 0;
  background-image: url('./../../images/company/company-ttl-bg01.png'),url('./../../images/company/company-ttl-bg01.png');
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: auto auto,auto auto;
  text-align: center;
  line-height: 1.6;
  font-size: 1.65rem;
}
@media all and (max-width: 640px){
  .boxCompany02 .boxBaseCom.no01 {
    margin-bottom: 8%;
    padding: 7% 0;
    background-image: url('./../../images_sp/company/sp-company-ttl-bg01.png'),url('./../../images_sp/company/sp-company-ttl-bg01.png');
    background-size: 100% auto,100% auto;
    font-size: 4.3vw;
  }
}

.boxCompany0201 {
  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: 80px;
}
@media all and (max-width: 640px){
  .boxCompany0201 {
    display: block;
    margin-bottom: 13%;
  }
}

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

.boxCompany0201R {
  position: relative;
  width: 46%;
  /*padding-bottom: 100px;*/
}
@media all and (max-width: 640px){
  .boxCompany0201R {
    width: 100%;
    /*padding-bottom: 17%;*/
  }
}

.boxCompany0201R .imgCompnay02TxtSign01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 640px){
  .boxCompany0201R .imgCompnay02TxtSign01 {
    width: 50%;
  }
}



.boxCompanyFamilyWrap {
  padding-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxCompanyFamilyWrap {
    margin-bottom: 12vw;
  }
}

.boxCompanyFamilyWrap .ttlBase13 {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxCompanyFamilyWrap .ttlBase13 {
    margin-bottom: 8%;
  }
}

.boxCompanyFamily .boxSign {
  text-align: right;
}

@media all and (max-width: 640px){
  .boxCompanyFamily .boxSign img {
    width: 50%;
  }
}


.boxCompanyWelfare01Wrap .ttlBase13 {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxCompanyWelfare01Wrap .ttlBase13 {
    margin-bottom: 8%;
  }
}

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

.boxCompanyWelfare0101 .ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.boxCompanyWelfare0101F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxCompanyWelfare0101F {
    display: block;
  }
}

.boxCompanyWelfare0101FOne {
  width: 30.6%;
  min-height: 296px;
  margin-right: 4.1%;
  margin-bottom: 30px;
  padding: 10px 0 0 0;
  background-image: url('./../../images/welfare/welfare-bg01.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCompanyWelfare0101FOne {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 10%;
    padding: 4% 4% 4% 4%;
    background-image: url('./../../images_sp/welfare/sp-welfare-bg01.png');
    background-size: 100% auto;
  }
}

.boxCompanyWelfare0101FOne:nth-child(3n) {
  margin-right: 0;
}

.boxCompanyWelfare0101FOne .boxImg {
  margin-bottom: 12px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCompanyWelfare0101FOne .boxImg {
    margin-bottom: 3%;
  }
}

.boxCompanyWelfare0101FOne .ttl02 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanyWelfare0101FOne .ttl02 {
    margin-bottom: 2vw;
    padding: 0;
    font-size: 4.6vw;
  }
}

.boxCompanyWelfare0101FOne .boxBaseCom {
  margin-bottom: 0;
  padding: 0 10px;
}
@media all and (max-width: 640px){
  .boxCompanyWelfare0101FOne .boxBaseCom {
    padding: 0;
    line-height: 1.5;
  }
}




/* 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: 2.0em 0;
  border-bottom: 1px #eee 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 {
  letter-spacing: 0.5em;
}
.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: 1.6em 0.7em 1.6em 0.7em;
  line-height: 1.0;
  font-size: 0.965rem;
  font-weight: 700;
}
.formContact dt .markRequired{
  background-color: #e27401;
  color: #fff;
}
.formContact dt .markNotRequired{
  background-color: #c3c3c3;
  color: #fff;
}
.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: block;
  padding-left: 20px;
  vertical-align: top;
  letter-spacing: 0.15em;
  font-size: 0.97rem;
}
@media all and (max-width: 640px){
  .formContact dd .txtCaution {
    padding-left: 0;
    font-size: 3.8vw;
  }
}

.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 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 .radioWrap {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 1.12rem;
}
.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: 8px;
  vertical-align: middle;
}
@media all and (max-width: 640px){
  .formContact dd .ulContSelect li input,
  .formContact dd .ulJobcatSelect li input {
    margin-right: 2%;
  }
}

.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: 30px 0;
  margin: 0 auto;
  margin-bottom: 60px;
  /*border: 1px #0d0d0d solid;*/
  background-color: #fcf7f2;
  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: #e27401;
}
.boxContactCheckPrivacyP02 span{
  font-weight: bold;
}

.boxContactSubmitBtn{
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxContactSubmitBtn{
    margin-bottom: 8%;
  }
}

.boxContactSubmitBtn .btnContact01 {
  width: 345px;
  margin: 0 auto;
  padding: 0.8em 1.9em 0.8em 0;
  border: 0;
  border-radius: 0;
  background-color: #e27401;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: auto auto;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxContactSubmitBtn .btnContact01 {
    -webkit-appearance: none;
    width: 100%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow02.png');
    background-position: 91% center;
    background-size: 8% auto;
    font-size: 5.0vw;
  }
}

.boxContactSubmitBtn .btnContact02{
  width: 345px;
  margin: 0 auto;
  padding: 0.7em 1.0em 0.7em 0;
  border: 0;
  border-radius: 0;
  background-color: #e27401;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto auto;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxContactSubmitBtn .btnContact02{
    -webkit-appearance: none;
    width: 100%;
    margin-bottom: 5%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow02.png');
    background-position: 90% center;
    background-size: 10% auto;
    font-size: 5.0vw;
  }
}

.boxContactSubmitBtn .btnContactBack{
  width: 345px;
  margin: 0 auto;
  padding: 0.7em 0 0.7em 1.0em;
  border: 0;
  border-radius: 0;
  background-color: #757575;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow04.png');
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: auto auto;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxContactSubmitBtn .btnContactBack{
    -webkit-appearance: none;
    width: 100%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow04.png');
    background-position: 10% center;
    background-size: 10% auto;
    font-size: 5.0vw;
  }
}

.boxContactSubmitBtnIn {
  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;
  width: 790px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxContactSubmitBtnIn {
    display: block;
    width: 100%;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxContactThanks {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.boxContactThanks > .ttl {
  margin-bottom: 55px;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxContactThanks > .ttl{
    margin-bottom: 7%;
    font-size: 5.0vw;
  }
}

.boxContactThanks > .ttl > span {
  display: inline-block;
  padding: 1px 0 1px 62px;
  background-image: url('./../../images/recruit/recruit-s-thanks-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxContactThanks > .ttl > span {
    padding: 3% 15% 3% 17%;
    background-image: url('./../../images/recruit/recruit-s-thanks-icn-mail01.png');
    background-size: 17% auto;
    line-height: 1.5;
  }
}

.boxContactThanksIn {
  padding: 26px 30px 32px 30px;
  background-color: #f2f1f1;
  line-height: 1.8;
}
@media all and (max-width: 640px){
  .boxContactThanksIn {
    padding: 5% 5% 5% 5%;
  }
}

.boxContactThanksIn .boxBaseCom {
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxContactThanksIn .boxBaseCom {
    text-align: left;
    font-size: 4.0vw;
  }
}

.boxContactThanksIn .boxBaseCom p {
  margin-bottom: 17px;
}
@media all and (max-width: 640px){
  .boxContactThanksIn .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxContactThanksIn .boxRecruitSTelno {
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxContactThanksIn .boxRecruitSTelno {
    /*width: 100% !important;*/
  }
  .boxContactThanksIn .boxRecruitSTelnoL .dl01 > dd {
    font-size: 6.8vw;
  }
  .boxContactThanksIn .boxRecruitSTelnoR .dl01 {
    letter-spacing: normal;
    font-size: 3.5vw;
  }
}
/* /Contact */


/* Download */
.boxDownload .ttlBase13 {
  margin-bottom: 30px;
}

.pageDownload .ttlEntry01 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.55rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .pageDownload .ttlEntry01 {
    margin-bottom: 6%;
    font-size: 5.5vw;
  }
}

.pageDownload .pageThanks .ttlBase02 {
  margin-bottom: 25px;
}
.pageDownload .boxContactThanks {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
}

.pageDownload .boxContactThanksIn {
  margin-bottom: 50px;
  background-color: transparent;
  text-align: center;
  color: #4082AB;
}
@media all and (max-width: 640px){
  .pageDownload .boxContactThanksIn {
    margin-bottom: 7%;
    text-align: left;
  }
}

.pageDownload .boxContactThanksIn p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .pageDownload .boxContactThanksIn p {
    font-size: 4.3vw;
  }
}

.pageDownload .boxLinkDLFile01 {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}

.pageDownload .boxLinkDLFile01 .linkDLFile01 {
  height: 100px;
  margin-bottom: 15px;
  background-color: #df054d;
  font-size: 2.1rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .pageDownload .boxLinkDLFile01 .linkDLFile01 {
    height: 25vw;
    margin-bottom: 3%;
    line-height: 1.3;
    font-size: 6.0vw;
  }
}

.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 */
.boxEntryTop {
  margin-bottom: 100px;
}
@media all and (max-width: 640px){
  .boxEntryTop {
    margin-bottom: 15%;
  }
}

.boxEntryTop > .ttl {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxEntryTop > .ttl {
    margin-bottom: 8%;
    letter-spacing: 0.1em;
    font-size: 6.2vw;
  }
}

.boxEntryTop > .ttl .small {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 640px){
  .boxEntryTop > .ttl .small {
    font-size: 4.0vw;
  }
}

.boxEntryTop .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxEntryTop .ul01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.boxEntryTop .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 18%;
  height: 178px;
  border: 1px #333 solid;
  text-align: center;
  line-height: 1.8;
  font-size: 1.0rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntryTop .ul01 > li {
    width: 31%;
    height: 29vw;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    letter-spacing: 0;
    font-size: 3.0vw;
  }
  .boxEntryTop .ul01 > li:nth-child(3n),
  .boxEntryTop .ul01 > li:last-child {
    margin-right: 0;
  }
}

.boxEntry01Wrap .ttlBase13,
.boxEntry02Wrap .ttlBase13,
.boxEntry03Wrap .ttlBase13 {
  margin-bottom: 48px;
}
@media all and (max-width: 640px){
  .boxEntry01Wrap .ttlBase13,
  .boxEntry02Wrap .ttlBase13,
  .boxEntry03Wrap .ttlBase13 {
    margin-bottom: 10%;
    font-size: 6.2vw;
  }
}

.boxEntry01,
.boxEntry02,
.boxEntry03 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxEntry01,
  .boxEntry02,
  .boxEntry03 {
    margin-bottom: 12%;
  }
}

.boxEntry0101,
.boxEntry0201,
.boxEntry0301 {
  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: 65px;
}
@media all and (max-width: 640px){
  .boxEntry0101,
  .boxEntry0201,
  .boxEntry0301 {
    display: block;
    margin-bottom: 12%;
  }
}

.boxEntry0101L,
.boxEntry0201L,
.boxEntry0301L {
  width: 50%;
}
@media all and (max-width: 640px){
  .boxEntry0101L,
  .boxEntry0201L,
  .boxEntry0301L {
    width: 100%;
  }
}

.boxEntry0101R,
.boxEntry0201R,
.boxEntry0301R {
  width: 46.5%;
}
@media all and (max-width: 640px){
  .boxEntry0101R,
  .boxEntry0201R,
  .boxEntry0301R {
    width: 100%;
    margin-bottom: 8%;
  }
}

.boxEntry0101R .ttl,
.boxEntry0201R .ttl,
.boxEntry0301R .ttl {
  margin-bottom: 25px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  font-size: 1.53rem;
}
@media all and (max-width: 640px){
  .boxEntry0101R .ttl,
  .boxEntry0201R .ttl,
  .boxEntry0301R .ttl {
    margin-bottom: 8%;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.07em;
    font-size: 5.1vw;
  }
  .boxEntry0301R .ttl {
    letter-spacing: 0.03em;
    font-size: 4.9vw;
  }
}

.boxEntry0101R .boxBaseCom p,
.boxEntry0201R .boxBaseCom p,
.boxEntry0301R .boxBaseCom p {
  margin-bottom: 26px;
}
@media all and (max-width: 640px){
  .boxEntry0101R .boxBaseCom p,
  .boxEntry0201R .boxBaseCom p,
  .boxEntry0301R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxEntry0101R .boxBaseCom p:last-child,
.boxEntry0201R .boxBaseCom p:last-child,
.boxEntry0301R .boxBaseCom p:last-child {
  margin-bottom: 0;
}

.boxEntry0102,
.boxEntry0103 {
  margin-bottom: 63px;
}
@media all and (max-width: 640px){
  .boxEntry0102,
  .boxEntry0103 {
    margin-bottom: 12%;
  }
}

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

.boxEntry0102 > .ttl,
.boxEntry0202 > .ttl,
.boxEntry0302 > .ttl {
  position: relative;
  z-index: 2;
  margin-bottom: -132px;
}
@media all and (max-width: 640px){
  .boxEntry0102 > .ttl,
  .boxEntry0202 > .ttl,
  .boxEntry0302 > .ttl {
    margin-bottom: 8%;
  }
}

.boxEntry0102In,
.boxEntry0202In,
.boxEntry0302In {
  padding-left: 160px;
}
@media all and (max-width: 640px){
  .boxEntry0102In,
  .boxEntry0202In,
  .boxEntry0302In {
    padding-left: 0;
  }
}

.boxEntry0102In .boxCont01,
.boxEntry0202In .boxCont01,
.boxEntry0302In .boxCont01 {
  position: relative;
  margin-bottom: 55px;
  padding: 24px 20px 22px 80px;
  background-color: #fcf7f2;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01,
  .boxEntry0202In .boxCont01,
  .boxEntry0302In .boxCont01 {
    margin-bottom: 12%;
    padding: 5% 5% 5% 5%;
  }
}

.boxEntry0202In .boxCont01 {
  margin-bottom: 0;
  padding: 26px 20px 24px 80px;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01 {
    padding: 5% 5% 5% 5%;
  }
}

.boxEntry0202In .boxCont01.no01 {
  padding-top: 31px;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01.no01 {
    padding-top: 5%;
  }
}

@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01.no02 {
    padding-bottom: 10%;
  }
}

.boxEntry0202In .boxCont01.no03 {
  padding-bottom: 33px;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01.no03 {
    padding-bottom: 8%;
  }
}

.boxEntry0102In .boxCont01 .ttl02,
.boxEntry0202In .boxCont01 .ttl02,
.boxEntry0302In .boxCont01 .ttl02 {
  margin-bottom: 30px;
  padding: 0 0 12px 0;
  border-bottom: 1px #e27401 solid;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ttl02,
  .boxEntry0202In .boxCont01 .ttl02,
  .boxEntry0302In .boxCont01 .ttl02 {
    margin-bottom: 7%;
    padding: 0 0 5% 0;
  }
}

.boxEntry0202In .boxCont01 .ttl02 {
  padding: 0 0 9px 0;
  margin-bottom: 25px;
}

.boxEntry0102In .boxCont01 .ttl02 .ttlEn,
.boxEntry0302In .boxCont01 .ttl02 .ttlEn {
  display: inline-block;
  padding: 5px 15px 3px 10px;
  /*border-left: 5px #2a6a9d solid;*/
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #001928;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ttl02 .ttlEn,
  .boxEntry0302In .boxCont01 .ttl02 .ttlEn {
    padding: 0.5em 1.0em 0.5em 0;
    letter-spacing: 0.07em;
    font-size: 3.2vw;
  }
  .boxEntry0302In .boxCont01 .ttl02 .ttlEn {
    display: block;
    margin-bottom: 3%;
  }
}

.boxEntry0102In .boxCont01 .ttl02 .ttlJa,
.boxEntry0202In .boxCont01 .ttl02 .ttlJa,
.boxEntry0302In .boxCont01 .ttl02 .ttlJa {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.36rem;
  font-weight: 700;
  color: #001928;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ttl02 .ttlJa,
  .boxEntry0202In .boxCont01 .ttl02 .ttlJa,
  .boxEntry0302In .boxCont01 .ttl02 .ttlJa {
    font-size: 5.0vw;
  }
  .boxEntry0302In .boxCont01 .ttl02 .ttlJa {
    /*padding-left: 3%;*/
  }
}

.boxEntry0202In .boxCont01 .ttl02 .ttlJa {
  padding: 9px 0 5px 42px;
  background-image: url('./../../images/entry/entry02-icn-q01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01 .ttl02 .ttlJa {
    padding: 2% 0 2% 13%;
    background-image: url('./../../images_sp/entry/sp-entry02-icn-q01.png');
    background-size: 10% auto;
    line-height: 1.4;
    font-size: 4.3vw;
  }
}

.boxEntry0102In .boxCont01 .ttl02 .ttlJa .small,
.boxEntry0202In .boxCont01 .ttl02 .ttlJa .small,
.boxEntry0302In .boxCont01 .ttl02 .ttlJa .small {
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ttl02 .ttlJa .small,
  .boxEntry0202In .boxCont01 .ttl02 .ttlJa .small,
  .boxEntry0302In .boxCont01 .ttl02 .ttlJa .small {
    font-size: 3.5vw;
  }
}

.boxEntry0102In .boxCont01 .ttl02 .ttlJa02 {
  display: inline-block;
  padding-left: 55px;
  background-image: url('./../../images/entry/entry01-ttl-border01.png');
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: auto auto;
  vertical-align: middle;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ttl02 .ttlJa02 {
    display: none;
  }
}

.boxEntry0202In .boxCont01 .boxBaseCom {
  padding: 0 2%;
  font-size: 1.0rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01 .boxBaseCom {
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 4.0vw;
  }
}

.boxEntry0102In .boxCont01 .ul02,
.boxEntry0302In .boxCont01 .ul02 {
  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;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ul02,
  .boxEntry0302In .boxCont01 .ul02 {
    display: block;
  }
}

.boxEntry0102In .boxCont01 .ul02 > li,
.boxEntry0302In .boxCont01 .ul02 > li {
  width: 50%;
  margin-bottom: 11px;
  padding: 0 0 0 30px;
  background-image: url('./../../images/entry/entry01-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: 15px 0.3em;
  background-size: auto auto;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .ul02 > li,
  .boxEntry0302In .boxCont01 .ul02 > li {
    width: 100%;
    margin-bottom: 5%;
    padding: 0 0 0 5%;
    background-image: url('./../../images_sp/entry/sp-entry01-icn-circle01.png');
    background-position: left 0.3em;
    background-size: 2% auto;
  }
}

.boxEntry0102In .boxCont01 .txtEtc,
.boxEntry0302In .boxCont01 .txtEtc {
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .txtEtc,
  .boxEntry0302In .boxCont01 .txtEtc {
    right: 5%;
    bottom: 8vw;
  }
}

.boxEntry0102In .boxCont01 .icnEntryArrow01,
.boxEntry0302In .boxCont01 .icnEntryArrow01 {
  position: absolute;
  bottom: -38px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 640px){
  .boxEntry0102In .boxCont01 .icnEntryArrow01,
  .boxEntry0302In .boxCont01 .icnEntryArrow01 {
    bottom: -7.5vw;
    width: 13%;
  }
}

.boxEntry0202In .boxCont01 .dl01 {
  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: 11px;
  padding: 0 5%;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01 .dl01 {
    display: block;
    margin-bottom: 9%;
    padding: 0;
  }
}

.boxEntry0202In .boxCont01 .dl01 > dt {
  width: 37%;
  padding: 0 0 0 15px;
  background-image: url(./../../images/entry/entry01-icn-circle01.png);
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01 .dl01 > dt {
    width: 100%;
    margin-bottom: 3%;
    padding: 0 0 0 6%;
    background-image: url(./../../images_sp/entry/sp-entry01-icn-circle01.png);
    background-size: 2% auto;
    color: #2a6a9d;
  }
}

.boxEntry0202In .boxCont01 .dl01 > dd {
  width: 63%;
  padding-left: 45px;
  background-image: url('./../../images/entry/entry02-icn-dot01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxEntry0202In .boxCont01 .dl01 > dd {
    width: 100%;
    padding-left: 6%;
    background: none;
  }
}

.boxEntry01 .boxLink01,
.boxEntry02 .boxLink01,
.boxEntry03 .boxLink01 {
  text-align: center;
}

.boxEntry01 .link01,
.boxEntry02 .link01,
.boxEntry03 .link01 {
  display: inline-block;
  background-color: #e27401;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxEntry01 .link01,
  .boxEntry02 .link01,
  .boxEntry03 .link01 {
    display: block;
  }
}

.boxEntry01 .link01 span,
.boxEntry02 .link01 span,
.boxEntry03 .link01 span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  padding: 0 73px 0 37px;
  background-image: url('./../../images/entry/entry-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: auto auto;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxEntry01 .link01 span,
  .boxEntry02 .link01 span,
  .boxEntry03 .link01 span {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 24vw;
    padding: 0 15% 0 7%;
    background-image: url('./../../images_sp/entry/sp-entry-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 9% auto;
    text-align: left;
    line-height: 1.4;
    font-size: 5.0vw;
  }
  .boxEntry02 .link01 span,
  .boxEntry03 .link01 span {
    height: 18vw;
  }
}

.boxEntry02 .link01 span {
  background-position: 92% center;
}
@media all and (max-width: 640px){
  .boxEntry02 .link01 span {
    background-position: 94% center;
  }
}

.boxEntry03 .link01 span {
  background-position: 91% center;
}
@media all and (max-width: 640px){
  .boxEntry03 .link01 span {
    background-position: 94% center;
  }
}


/*
.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 #1a368d 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.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.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 #1a368d 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 {
  margin-bottom: 120px;
}
@media all and (max-width: 640px){
  .boxEntry08{
    margin-bottom: 20%;
  }
}

.boxEntry08 .ttlEntry01{
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxEntry08 .ttlEntry01{
    margin-bottom: 5%;
    font-size: 5.0vw;
  }
}


/***** Experienced Beginner*****/
.boxExperiencedTop,
.boxBeginnerTop {
  margin-bottom: 73px;
  padding-top: 35px;
}
@media all and (max-width: 640px){
  .boxExperiencedTop,
  .boxBeginnerTop {
    margin-bottom: 10%;
    padding-top: 3%;
  }
}

.boxExperiencedTop > .ttl,
.boxBeginnerTop > .ttl {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxExperiencedTop > .ttl,
  .boxBeginnerTop > .ttl {
    margin-bottom: 5%;
    line-height: 1.4;
    font-size: 6.5vw;
  }
}

.boxExperiencedTop .ul01,
.boxBeginnerTop .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 55px;
  padding: 0 20px 77px 20px;
  background-image: url('./../../images/experienced/experienced-top-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
.boxBeginnerTop .ul01 {
  background-image: url('./../../images/beginner/beginner-top-icn-arrow01.png');
}
@media all and (max-width: 640px){
  .boxExperiencedTop .ul01,
  .boxBeginnerTop .ul01 {
    position: relative;
    display: block;
    margin-bottom: 12%;
    padding: 150% 0 0 0;
    background-image: url('./../../images_sp/experienced/sp-experienced-top-bg01.png'),url('./../../images/experienced/experienced-top-icn-arrow01.png');
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto,auto auto;
  }
  .boxBeginnerTop .ul01 {
    background-image: url('./../../images_sp/beginner/sp-beginner-top-bg01.png'),url('./../../images/beginner/beginner-top-icn-arrow01.png');
  }
}

.boxExperiencedTop .ul01 > li,
.boxBeginnerTop .ul01 > li {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 27%;
  height: 236px;
  /*padding-top: 65px;*/
  background-image: url('./../../images/experienced/experienced-top-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.9;
  text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,2px 2px 0 #fff,-2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff;
  font-size: 1.1rem;
}
.boxBeginnerTop .ul01 > li {
  background-image: url('./../../images/beginner/beginner-top-bg01.png');
}
/*
.boxBeginnerTop .ul01 > li:nth-child(1) {
  padding-top: 73px;
}
.boxBeginnerTop .ul01 > li:nth-child(2) {
  padding-top: 63px;
}
.boxBeginnerTop .ul01 > li:nth-child(3) {
  padding-top: 80px;
}*/
@media all and (max-width: 640px){
  .boxExperiencedTop .ul01 > li,
  .boxBeginnerTop .ul01 > li {
    position: absolute;
    display: block;
    width: 60%;
    height: auto;
    padding-top: 0;
    background: none;
    font-size: 3.5vw;
  }
  .boxExperiencedTop .ul01 > li:nth-child(1) {
    top: 18vw;
    left: 0;
    width: 57%;
  }
  .boxExperiencedTop .ul01 > li:nth-child(2) {
    top: 49vw;
    left: auto;
    right: 0;
    width: 58%;
  }
  .boxExperiencedTop .ul01 > li:nth-child(3) {
    top: 90vw;
    left: 2%;
  }
  .boxBeginnerTop .ul01 > li:nth-child(1) {
    top: 96vw;
    left: 2%;
    padding-top: 0;
  }
  .boxBeginnerTop .ul01 > li:nth-child(2) {
    top: 50vw;
    left: auto;
    right: 0;
    width: 56%;
    padding-top: 0;
  }
  .boxBeginnerTop .ul01 > li:nth-child(3) {
    top: 24vw;
    left: 0;
    width: 49%;
    padding-top: 0;
  }
}

.boxExperiencedTop .ul01 > li .large,
.boxBeginnerTop .ul01 > li .large {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxExperiencedTop .ul01 > li .large,
  .boxBeginnerTop .ul01 > li .large {
    font-size: 4.0vw;
  }
}

.boxExperiencedTop > .ttl02,
.boxBeginnerTop > .ttl02 {
  margin-bottom: 38px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
}
@media all and (max-width: 640px){
  .boxExperiencedTop > .ttl02,
  .boxBeginnerTop > .ttl02 {
    margin-bottom: 6%;
    line-height: 1.6;
    font-size: 5.5vw;
  }
}

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

.boxExperienced01Wrap .ttlBase13,
.boxExperienced02Wrap .ttlBase13,
.boxExperienced03Wrap .ttlBase13,
.boxExperienced04Wrap .ttlBase13,
.boxBeginner01Wrap .ttlBase13,
.boxBeginner02Wrap .ttlBase13,
.boxBeginner04Wrap .ttlBase13 {
  margin-bottom: 48px;
}
@media all and (max-width: 640px){
  .boxExperienced01Wrap .ttlBase13,
  .boxExperienced02Wrap .ttlBase13,
  .boxExperienced03Wrap .ttlBase13,
  .boxExperienced04Wrap .ttlBase13,
  .boxBeginner01Wrap .ttlBase13,
  .boxBeginner02Wrap .ttlBase13,
  .boxBeginner04Wrap .ttlBase13 {
    margin-bottom: 9%;
  }
}

.boxExperienced0101,
.boxExperienced0201,
.boxExperienced0301,
.boxExperienced0402In,
.boxBeginner0101,
.boxBeginner0201LR,
.boxBeginner0202 {
  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: 88px;
}
.boxBeginner0101,
.boxBeginner0201LR {
  margin-bottom: 54px;
}
@media all and (max-width: 640px){
  .boxExperienced0101,
  .boxExperienced0201,
  .boxExperienced0301,
  .boxExperienced0402In,
  .boxBeginner0101,
  .boxBeginner0201LR,
  .boxBeginner0202 {
    display: block;
    margin-bottom: 12%;
  }
}

.boxExperienced0402 > .ttl {
  min-height: 64px;
  margin-bottom: 48px;
  padding-top: 21px;
  background-image: url('./../../images/experienced/experienced04-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxExperienced0402 > .ttl {
    min-height: 24vw;
    margin-bottom: 8%;
    padding-top: 5%;
    background-image: url('./../../images_sp/experienced/sp-experienced04-ttl-bg01.png');
    background-size: 100% 24vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 4.6vw;
  }
}

.boxExperienced0101L,
.boxExperienced0201L,
.boxExperienced0301L,
.boxExperienced0402InL,
.boxBeginner0101L,
.boxBeginner0201L,
.boxBeginner0202L {
  width: 50%;
}
@media all and (max-width: 640px){
  .boxExperienced0101L,
  .boxExperienced0201L,
  .boxExperienced0301L,
  .boxExperienced0402InL,
  .boxBeginner0101L,
  .boxBeginner0201L,
  .boxBeginner0202L {
    width: 100%;
    margin-bottom: 7%;
  }
}

.boxExperienced0101R,
.boxExperienced0201R,
.boxExperienced0301R,
.boxExperienced0402InR,
.boxBeginner0101R,
.boxBeginner0201R,
.boxBeginner0202R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxExperienced0101R,
  .boxExperienced0201R,
  .boxExperienced0301R,
  .boxExperienced0402InR,
  .boxBeginner0101R,
  .boxBeginner0201R,
  .boxBeginner0202R {
    width: 100%;
  }
}

.boxBeginner0102 {
  text-align: center;
}
.boxBeginner0102 .boxImg.no01 {
  margin-bottom: 42px;
}

.boxBeginner0102 .boxBaseCom.no01 {
  margin-bottom: 57px;
  text-align: center;
  letter-spacing: 0.15em;
}
@media all and (max-width: 640px){
  .boxBeginner0102 .boxBaseCom.no01 {
    margin-bottom: 10%;
    text-align: left;
  }
}

.boxBeginner0102 .boxImg.no02 {
  margin-bottom: 48px;
}
@media all and (max-width: 640px){
  .boxBeginner0102 .boxImg.no02 {
    margin-bottom: 10%;
    text-align: center;
  }
  .boxBeginner0102 .boxImg.no02 img {
    width: 30%;
  }
}

.boxBeginner0102 .boxImg.no03 {
  margin-bottom: 89px;
}
@media all and (max-width: 640px){
  .boxBeginner0102 .boxImg.no03 {
    margin-bottom: 10%;
  }
}

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

.boxBeginner0201 > .ttl {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxBeginner0201 > .ttl {
    margin-bottom: 7%;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 6.0vw;
  }
}

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

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

.boxBeginnerProgram > .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  background-image: url('./../../images/beginner/beginner02-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxBeginnerProgram > .ttl02 {
    height: 15vw;
    background-image: url('./../../images_sp/beginner/sp-beginner02-ttl-bg01.png');
    background-size: 100% 15vw;
  }
}

.boxBeginnerProgram > .ttl02 .ttlStr {
  width: 80%;
  padding-left: 31px;
  letter-spacing: 0.15em;
  font-size: 1.38rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBeginnerProgram > .ttl02 .ttlStr {
    width: 60%;
    padding-left: 7%;
    letter-spacing: 0.1em;
    font-size: 5.0vw;
  }
}

.boxBeginnerProgram > .ttl02 .ttlImg {
  width: 19%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBeginnerProgram > .ttl02 .ttlImg {
    width: 38%;
  }
}

@media all and (max-width: 640px){
  .boxBeginnerProgram > .ttl02 .ttlImg img {
    height: 4.5vw;
  }
}

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

.boxBeginnerProgramCont .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.7;
}

.boxBeginnerProgramCont .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 20%;
  padding: 0 0 0 15px;
  border-bottom: 1px #fff solid;
  background-color: #f2f1f1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #e27401;
}
@media all and (max-width: 640px){
  .boxBeginnerProgramCont .dl01 > dt {
    -webkit-justify-content: center;
    justify-content: center;
    width: 26%;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 3.7vw;
  }
}

.boxBeginnerProgramCont .dl01 > dd {
  width: 80%;
  padding: 16px 30px 16px 30px;
  border-bottom: 1px #eee solid;
}
@media all and (max-width: 640px){
  .boxBeginnerProgramCont .dl01 > dd {
    width: 74%;
    padding: 5% 2% 5% 5%;
    font-size: 3.7vw;
  }
}

.boxBeginner0202R > .ttl {
  margin-bottom: 32px;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}

.boxExperienced0401 .boxImg,
.boxBeginner0401 .boxImg {
  min-height: 300px;
  margin-bottom: -290px;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxImg,
  .boxBeginner0401 .boxImg {
    min-height: auto;
    margin-bottom: -12.5vw;
  }
}

.boxExperienced0401 .boxProfile,
.boxBeginner0401 .boxProfile {
  position: relative;
  z-index: 2;
  width: 396px;
  height: 314px;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 30px 29px 0 29px;
  background-image: url('./../../images/experience/experience-interview-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxProfile,
  .boxBeginner0401 .boxProfile {
    width: 100%;
    height: 71vw;
    margin-left: 0;
    margin-bottom: 12%;
    padding: 5.5% 7% 0 6%;
    background-image: url('./../../images_sp/experience/sp-experience-interview-bg01.png');
    background-size: 97% auto;
  }
}

.boxExperienced0401 .boxProfile .boxName,
.boxBeginner0401 .boxProfile .boxName {
  margin-bottom: 26px;
  padding: 0 0 17px 17px;
  border-bottom: 1px #2b5e87 solid;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxProfile .boxName,
  .boxBeginner0401 .boxProfile .boxName {
    margin-bottom: 5%;
    padding: 0 0 5% 0;
  }
}

.boxExperienced0401 .boxProfile .boxName .txtNameJa,
.boxBeginner0401 .boxProfile .boxName .txtNameJa {
  margin-right: 7px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxProfile .boxName .txtNameJa,
  .boxBeginner0401 .boxProfile .boxName .txtNameJa {
    margin-right: 2%;
    font-size: 5.5vw;
  }
}

.boxExperienced0401 .boxProfile .dl01,
.boxBeginner0401 .boxProfile .dl01 {
  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: 9px;
  line-height: 1.6;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxProfile .dl01,
  .boxBeginner0401 .boxProfile .dl01 {
    margin-bottom: 3%;
    font-size: 3.8vw;
  }
}

.boxExperienced0401 .boxProfile .dl01 > dt,
.boxBeginner0401 .boxProfile .dl01 > dt {
  width: 43%;
  padding-left: 15px;
  background-image: url('./../../images/experience/experience-interview-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxExperienced0401 .boxProfile .dl01 > dt,
  .boxBeginner0401 .boxProfile .dl01 > dt {
    padding-left: 4%;
    background-image: url('./../../images_sp/experience/sp-experience-interview-icn-circle01.png');
    background-size: 5% auto;
  }
}

.boxExperienced0401 .boxProfile .dl01 > dd,
.boxBeginner0401 .boxProfile .dl01 > dd {
  width: 57%;
}

.boxExperienced0402InR {
  position: relative;
  padding-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxExperienced0402InR {
    padding-bottom: 0;
  }
}

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

.boxExperienced0402InR .link01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxExperienced0402InR .link01 {
    position: static;
    bottom: auto;
    right: auto;
    text-align: center;
  }
}

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

.boxExperiencedFaqOne,
.boxBeginnerFaqOne {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 40px;
  border-bottom: 1px #2b5e87 solid;
}
@media all and (max-width: 640px){
  .boxExperiencedFaqOne,
  .boxBeginnerFaqOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
    border-bottom: 0;
  }
}

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

.boxExperiencedFaqOne .ttl,
.boxBeginnerFaqOne .ttl {
  display: table;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  padding: 0 0 0 57px;
  background-image: url('./../../images/experience/experience-interview-icn-q01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #001928;
}
@media all and (max-width: 640px){
  .boxExperiencedFaqOne .ttl,
  .boxBeginnerFaqOne .ttl {
    min-height: auto;
    margin-bottom: 3%;
    padding: 0 0 0 14%;
    background-image: url('./../../images_sp/experience/sp-experience-interview-icn-q01.png');
    background-size: 10% auto;
    letter-spacing: 0.07em;
    font-size: 5.0vw;
  }
}

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


@media all and (max-width: 640px){
  .boxExperiencedFaqOne .btnAccordionSp,
  .boxBeginnerFaqOne .btnAccordionSp {
    margin-bottom: 3%;
  }
}


.boxExperiencedFaqOne .boxBaseCom,
.boxBeginnerFaqOne .boxBaseCom {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxExperiencedFaqOne .boxBaseCom,
  .boxBeginnerFaqOne .boxBaseCom {
    margin-bottom: 0;
  }
}



/* 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 */


/* Newgraduates */
.boxNewgraduates01Wrap .ttlBase13 {
  margin-bottom: 42px;
}
@media all and (max-width: 640px){
  .boxNewgraduates01Wrap .ttlBase13 {
    margin-bottom: 8%;
  }
}

.boxNewgraduates01Wrap .boxBaseCom.no01 {
  margin-bottom: 42px;
}
@media all and (max-width: 640px){
  .boxNewgraduates01Wrap .boxBaseCom.no01 {
    margin-bottom: 8%;
  }
}

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

.boxNewgraduates0101One {
  width: 465px;
  padding-top: 10px;
  background-image: url('./../../images/newgraduates/newgraduates01-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxNewgraduates0101One {
    width: 100%;
    margin-bottom: 8%;
    padding: 5% 5% 1% 5%;
    background-image: url('./../../images_sp/newgraduates/sp-newgraduates01-bg01.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}

.boxNewgraduates0101One .boxImg {
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxNewgraduates0101One .boxImg {
    margin-bottom: 5%;
  }
}

.boxNewgraduates0101One .boxBaseCom {
  padding: 0 10px;
}
@media all and (max-width: 640px){
  .boxNewgraduates0101One .boxBaseCom {
    padding: 0;
  }
}

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

.boxNewgraduates02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 45px 0 37px 0;
}
@media all and (max-width: 640px){
  .boxNewgraduates02 {
    display: block;
    padding: 10% 0 10% 0;
  }
}

.boxNewgraduates02L {
  width: 52.5%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxNewgraduates02L {
    width: 100%;
    margin-bottom: 8%;
  }
}

.boxNewgraduates02L .ttl {
  margin-bottom: 25px;
}
@media all and (max-width: 640px){
  .boxNewgraduates02L .ttl {
    margin-bottom: 5%;
  }
  .boxNewgraduates02L .ttl img {
    height: 7vw;
  }
}

.boxNewgraduates02L .boxBaseCom {
  text-align: center;
  font-size: 1.15rem;
}
@media all and (max-width: 640px){
  .boxNewgraduates02L .boxBaseCom {
    font-size: 4.3vw;
  }
}

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

@media all and (max-width: 640px){
  .boxNewgraduates02R a {
    width: 46%;
  }
}

.boxNewgraduates02R a:first-child {
  margin-right: 48px;
}
@media all and (max-width: 640px){
  .boxNewgraduates02R a:first-child {
    margin-right: 0;
  }
}

.boxNewgraduates0301 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxNewgraduates0301 {
    display: block;
    margin-bottom: 13%;
  }
}

.boxNewgraduates0301One {
  width: 31%;
  margin-right: 3.5%;
}
@media all and (max-width: 640px){
  .boxNewgraduates0301One {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}

.boxNewgraduates0301One:last-child {
  margin-right: 0;
}

.boxNewgraduates0301One .boxBaseCom {
  margin-bottom: 8px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media all and (max-width: 640px){
  .boxNewgraduates0301One .boxBaseCom {
    margin-bottom: 3%;
    letter-spacing: 0.1em;
    font-size: 3.7vw;
  }
}

/* Recruit */
.boxRRTSearchWrap {
  position: relative;
  padding: 0 0 43px 0;
  border-bottom: 1px #eee solid;
}
@media all and (max-width: 640px){
  .boxRRTSearchWrap {
    padding: 0 0 5% 0;
    border-bottom: 0;
  }
}

.boxRRTSearchWrap .ttlBase13 {
  margin-bottom: 28px;
}
@media all and (max-width: 640px){
  .boxRRTSearchWrap .ttlBase13 {
    margin-bottom: 4%;
  }
}

.boxRRTSearchWrap .boxBaseCom.no01 {
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.05rem;
  font-weight: 700;
  color: #e27401;
}
@media all and (max-width: 640px){
  .boxRRTSearchWrap .boxBaseCom.no01 {
    margin-bottom: 5%;
    letter-spacing: 0.05em;
    font-size: 3.8vw;
  }
}

.boxRRTSearch .boxRecSearch01 {
  position: relative;
  margin-bottom: 55px;
}
.boxRRTSearch .boxRecSearch01.typeBusiness {
  margin-bottom: 75px;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 {
    margin-bottom: 10%;
  }
  .boxRRTSearch .boxRecSearch01.typeBusiness {
    margin-bottom: 12%;
  }
}

.boxRRTSearch .boxRecSearch01.typeCat,
.boxRRTSearch .boxRecSearch01.typeBusiness {
  min-height: 208px;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeCat,
  .boxRRTSearch .boxRecSearch01.typeBusiness {
    min-height: auto;
  }
}

.boxRRTSearch .boxRecSearch01.typePlace {
  min-height: 257px;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typePlace {
    min-height: auto;
  }
}

.boxRRTSearch .boxRecSearch01 > .ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 180px;
  padding: 63px 0 0 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .ttl {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 48px 0 0 0;
    background-size: 100% auto;
  }
}

.boxRRTSearch .boxRecSearch01.typeCat > .ttl {
  background-image: url('./../../images/recruit/recruit-search-cat-bg01.png');
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeCat > .ttl {
    padding-top: 23%;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-cat-bg01.png');
  }
}

.boxRRTSearch .boxRecSearch01.typePlace > .ttl {
  background-image: url('./../../images/recruit/recruit-search-place-bg01.png');
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typePlace > .ttl {
    padding-top: 23.2%;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-place-bg01.png');
  }
}

.boxRRTSearch .boxRecSearch01.typeBusiness > .ttl {
  background-image: url('./../../images/recruit/recruit-search-business-bg01.png');
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeBusiness > .ttl {
    padding-top: 23%;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-business-bg01.png');
  }
}

@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .ttl .ttlIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeCat > .ttl .ttlIn,
  .boxRRTSearch .boxRecSearch01.typePlace > .ttl .ttlIn,
  .boxRRTSearch .boxRecSearch01.typeBusiness > .ttl .ttlIn {
    padding: 6.5% 0 0 0;
  }
}

.boxRRTSearch .boxRecSearch01 > .ttl .ttlJa {
  display: block;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  font-size: 1.93rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .ttl .ttlJa {
    margin-bottom: 2%;
    font-size: 5.5vw;
  }
}

.boxRRTSearch .boxRecSearch01 > .ttl .ttlJa .small {
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .ttl .ttlJa .small {
    font-size: 5.3vw;
  }
}

.boxRRTSearch .boxRecSearch01 > .ttl .ttlEn {
  display: block;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .ttl .ttlEn {
    font-size: 3.0vw;
  }
}

.boxRRTSearch .boxRecSearch01 > .ttl .ttlEn > span {
  display: inline-block;
  padding-right: 23px;
  background-image: url('./../../images/recruit/recruit-search-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .ttl .ttlEn > span {
    padding-right: 0;
    background: none;
  }
}

.boxRRTSearch .boxRecSearch01 > .boxCont {
  padding: 33px 0 0 0;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01 > .boxCont {
    padding: 0;
  }
}

.boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat,
.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness {
  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;
  width: 800px;/*861px;*/
  margin-left: auto;
  padding: 33px 0 13px 100px;
  background-image: url('./../../images/recruit/recruit-search-cat-bg02.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 95% auto;
}
.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness {
  background-image: url('./../../images/recruit/recruit-search-business-bg02.png');
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat,
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 6% 5% 6% 5%;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-cat-bg02.png');
    background-size: 100% auto;
  }
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness {
    background-image: url('./../../images_sp/recruit/sp-recruit-search-business-bg02.png');
  }
}

.boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat > li,
.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li {
  width: 47.9%;
  margin-right: 4.2%;
  margin-bottom: 20px;
  background-image: url('./../../images/recruit/recruit-search-cat-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  /*border: 1px #2a6a9d solid;*/
  background-color: #585858;
  font-size: 1.2rem;
  font-weight: 700;
}
.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li {
  border: 1px #000 solid;
  background-color: #fff;
  background-image: url('./../../images/recruit/recruit-search-business-icn-arrow01.png');
  background-position: 97% center;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat > li,
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-cat-icn-arrow01.png');
    background-position: 95% center;
    background-size: 6.5% auto;
    font-size: 4.0vw;
  }
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li {
    background-image: url('./../../images_sp/recruit/sp-recruit-search-business-icn-arrow01.png');
  }
  .boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat > li:last-child,
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li:last-child {
    margin-bottom: 0;
  }
}

.boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat > li:nth-child(2n),
.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li:nth-child(2n) {
  margin-right: 0;
}

.boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat > li a {
  display: block;
  padding: 19px 0 19px 22px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeCat > .boxCont .ulJobCat > li a {
    display: block;
    padding: 4% 13% 4% 6%;
  }
}

.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 62px;
  padding: 0 0 0 11px;
  color: #000;
}
@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .ulSearchBusiness > li a {
    height: 14vw;
    padding: 0 0 0 2%;
  }
}

.boxRRTSearch .boxRecSearch01.typePlace > .boxCont .imgRecruitSearchPlace01 {
  display: block;
  margin-left: auto;
}


.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .boxBlandName {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .boxBlandName .boxImg {
  padding-right: 10px;
}

@media all and (max-width: 640px){
  .boxRRTSearch .boxRecSearch01.typeBusiness > .boxCont .boxBlandName .boxImg img {
    max-height: 10vw;
  }
}


.boxRRTSearchLR {
  display: table;
  width: 100%;
}
@media all and (max-width: 640px){
  .boxRRTSearchLR{
    display: block;
  }
}

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

.boxRRTSearchL{
  display: table-cell;
  width: 50%;
  padding-right: 2.5%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxRRTSearchL{
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

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

.boxRRTSearchL01 .ttl {
  min-height: 33px;
  margin-bottom: 18px;
  padding-top: 10px;
  vertical-align: bottom;
  line-height: 1.1;
  letter-spacing: 0.13em;
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL01 .ttl{
    min-height: auto;
    margin-bottom: 6%;
    padding-top: 3%;
    letter-spacing: 0.06em;
    font-size: 6.0vw;
  }
}

.boxRRTSearchL01 .ttl .small {
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL01 .ttl .small {
    font-size: 5.5vw;
  }
}

.boxFormRRTSearch01L{
  float: left;
  width: 80%;
}
@media all and (max-width: 640px){
  .boxFormRRTSearch01L{
    width: 71%;
  }
}

.boxFormRRTSearch01R{
  float: left;
  width: 18%;
  margin-left: 2%;
}
@media all and (max-width: 640px){
  .boxFormRRTSearch01R{
    width: 27%;
  }
}

.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);
}
@media all and (max-width: 640px){
  .boxRRTSearchL02{
    width: 100%;
    min-height: 100%;
    margin-bottom: 10%;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-bg01.png'), url('./../../images_sp/recruit/sp-recruit-search-bg02.png');
    background-size: cover, contain;
  }
}

.boxRRTSearchL02 > .boxCont{
  position: relative;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont{
    padding-bottom: 5%;
  }
}

.boxRRTSearchL02 > .boxCont .boxTtl{
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  padding: 8px 0 0 20px;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont .boxTtl{
    left: 5%;
    padding: 2% 0 0 5%;
  }
}

.boxRRTSearchL02 > .boxCont .txtNumber{
  display: inline-block;
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont .txtNumber{
    line-height: 1.0;
    letter-spacing: 0.12em;
    font-size: 10.0vw;
  }
}

.boxRRTSearchL02 > .boxCont .ttl{
  display: inline-block;
  width: 100%;
  padding-left: 3px;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont .ttl{
    padding-left: 0;
    font-size: 4.5vw;
  }
}

.boxRRTSearchL02 > .boxCont .ttl2{
  padding: 35px 0 20px 145px;
  letter-spacing: 0.22em;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont .ttl2{
    padding: 9% 0 5% 37%;
    font-size: 5.5vw;
  }
}

.boxRRTSearchL02 > .boxCont .ttl2 .large{
  font-size: 2.17rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont .ttl2 .large{
    font-size: 7.5vw;
  }
}

.boxRRTSearchL02 > .boxCont .ulJobCat{
  padding: 0 18px;
}
@media all and (max-width: 640px){
  .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;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    background-image: url('./../../images/recruit/recruit-icn-arrow02.png');
    background-position: left 14px center;
    font-size: 1.17rem;
  }
}

.boxRRTSearchL02 > .boxCont li a{
  display: inline-block;
  width: 100%;
  padding: 7px 5px 7px 30px;
}
@media all and (max-width: 640px){
  .boxRRTSearchL02 > .boxCont li a{
    padding: 7px 5px 7px 30px;
  }
}

.boxRRTSearchL02 > .boxCont li a:hover{
  opacity: 1;
}

.boxRRTSearchL02 > .boxCont li:nth-child(2n){
  margin-right: 0;
}


.boxFormRRTSearch01R .btnSubmit01 {
  width: 83px;
  height: 98px;
  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;
}
@media all and (max-width: 640px){
  .boxFormRRTSearch01R .btnSubmit01{
    width: 100%;
    height: auto;
    border-radius: 0;
    padding-top: 112.048193%;
    background-image: url('./../../images_sp/recruit/sp-recruit-btn-search.png');
  }
}

.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 #e27401 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;
  font-weight: 700;
  color: #e27401;
}
@media all and (max-width: 640px){
  .formRRTSearch01 select[name="search_job_cat"],
  .formRRTSearch01 select[name="search_job_place"]{
    height: auto;
    padding: 5.5% 3% 5.5% 3%;
    background-color: #fff;
    background-image: url('./../../images_sp/recruit/sp-recruit-icn-arrow02-b.png');
    background-position: 97% center;
    background-size: 7%;
    text-align: left;
    font-size: 4.3vw;
  }
}

.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: 14px;
}
@media all and (max-width: 640px){
  .formRRTSearch01 select[name="search_job_cat"]{
    margin-bottom: 2.5%;/*8px;*/
  }
}

.boxRRTSearchR{
  display: table-cell;
  width: 50%;
  padding-left: 2.5%;
  vertical-align: top;
}
.boxRRTSearchR01 .ttl {
  min-height: 33px;
  margin-bottom: 18px;
  padding-top: 10px;
  vertical-align: bottom;
  line-height: 1.1;
  letter-spacing: 0.13em;
  font-size: 1.5rem;
}
.boxRRTSearchR01 .ttl .small {
  font-size: 1.5rem;
}
.formRRTSearch02 input[name="search_keyword"]{
  width: 373px;
  height: 42px;
  padding: 11px 18px 11px 18px;
  border-radius: 0;
  border: 1px #e27401 solid;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #e27401;
}

.formRRTSearch02 input[name="search_keyword"]:placeholder-shown {
  color: #e27401;
  font-weight: 700;
}
.formRRTSearch02 input[name="search_keyword"]::-webkit-input-placeholder {
  color: #e27401;
  font-weight: 700;
}
.formRRTSearch02 input[name="search_keyword"]:-moz-placeholder {
  color: #e27401;
  font-weight: 700;
}
.formRRTSearch02 input[name="search_keyword"]::-moz-placeholder {
  color: #e27401;
  font-weight: 700;
}
.formRRTSearch02 input[name="search_keyword"]:-ms-input-placeholder {
  color: #e27401;
  font-weight: 700;
}

.formRRTSearch02 .btnSubmit02 {
  width: 83px;
  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;
}
@media all and (max-width: 640px){
  .formRRTSearch02 .btnSubmit02 {
    float: left;
    width: 27%;
    height: auto;
    margin-left: 2%;
    border: 0;
    border-radius: 0;
    padding-top: 13.5%;
    background-color: #000;
    background-image: url('./../../images_sp/recruit/sp-recruit-btn-search02.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    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 .ttlBase13 {
  margin-bottom: 15px;
}
@media all and (max-width: 640px){
  .boxRecruit .ttlBase13 {
    margin-bottom: 0;
  }
}

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

.boxRecruitListIn {
  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){
  .boxRecruitListIn {
    display: block;
  }
}

.boxRecruitOne {
  position: relative;
  width: 49.9%;
  margin-right: 0.2%;
  margin-bottom: 80px;
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxRecruitOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    background-size: 100% auto;
  }
}

.boxRecruitOneIn {
  padding-bottom: 63px;
}
@media all and (max-width: 640px){
  .boxRecruitOneIn {
    padding-bottom: 20%;
  }
}

.boxRecruitOne.typeA {
  background-image: url('./../../images/recruit/recruit-one-bg01.png');
}
@media all and (max-width: 640px){
  .boxRecruitOne.typeA {
    background-image: url('./../../images_sp/recruit/sp-recruit-one-bg01.png');
  }
}

.boxRecruitOne.typeB {
  bottom: -25px;
  background-image: url('./../../images/recruit/recruit-one-bg02.png');
}
@media all and (max-width: 640px){
  .boxRecruitOne.typeB {
    bottom: 0;
    background-image: url('./../../images_sp/recruit/sp-recruit-one-bg02.png');
  }
}

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

.boxRecruitOne .boxImg {
  overflow: hidden;
  position: relative;
  height: 336px;/*358px;*/
  margin-bottom: 25px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxImg {
    height: auto;
    margin-bottom: 5%;
  }
}

.boxRecruitOne .boxImg .imgMain {
  width: 100%;
}

.boxRecruitOne .icnRecruitNew{
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  /*mix-blend-mode: multiply;*/
}
@media all and (max-width: 640px){
  .boxRecruitOne .icnRecruitNew{
    width: 20%;
  }
}

.boxRecruitOne .boxCont01 {
  padding: 0 24px;
  color: #000;
}
.boxRecruitOne.typeA .boxCont01 {
  color: #000;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 {
    padding: 0 5%;
  }
}

.boxRecruitOne .boxCont01 .ttl {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px #e27401 solid;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
  font-weight: 700;
}
.boxRecruitOne.typeB .boxCont01 .ttl {
  border-bottom: 1px #e27401 solid;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .ttl {
    margin-bottom: 6%;
    padding-bottom: 5%;
    font-size: 4.5vw;
  }
}

.boxRecruitOne.typeA .boxCont01 .ttl a {
  color: #e27401;
}
.boxRecruitOne.typeB .boxCont01 .ttl a {
  color: #e27401;
}

.boxRecruitOne .boxCont01 .ttl .txt01 {
  display: inline-block;
  margin-bottom: 5px;
  /*padding: 0 0 0 11px;
  border-left: 5px #fff solid;*/
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .ttl .txt01 {
    margin-bottom: 2%;
    /*padding: 0 0 0 2.5vw;*/
  }
}

.boxRecruitOne .boxCont01 .ttl .txt02 {
  display: inline-block;
  /*padding: 0 0 0 16px;*/
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .ttl .txt02 {
    /*padding: 0 0 0 3.5vw;*/
  }
}

.boxRecruitOne .boxCont01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
  line-height: 1.5;
}
.boxRecruitOne.typeB .boxCont01 .dl01 {
  /*font-weight: 700;*/
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .dl01 {
    margin-bottom: 7%;
    font-size: 3.5vw;
  }
}

.boxRecruitOne .boxCont01 .dl01.last {
  margin-bottom: 32px;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .dl01.last {
    margin-bottom: 7%;
  }
}

.boxRecruitOne .boxCont01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 19%;
  border: 1px #333 solid;
  font-weight: 700;
  background-color: #ded8d2;
}
.boxRecruitOne.typeB .boxCont01 .dl01 > dt {
  border: 1px #333 solid;
  background-color: #f2f1f1;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .dl01 > dt {
    width: 22%;
  }
}

.boxRecruitOne .boxCont01 .dl01 > dd {
  width: 81%;
  padding: 5px 0 5px 22px;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .dl01 > dd {
    width: 78%;
    padding: 1% 0 1% 5%;
  }
}

.boxRecruitOne .boxCont01 .ulBaseTag01 > li {
  margin-right: 5px;
  margin-bottom: 6px;
  padding-left: 32px;
  border: 0;
  background-color: #e5c3b8;
  background-image: url(./../../images/recruit/recruit-icn-tag01.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto auto;
  font-size: 0.95rem;
  font-weight: 700;
  color: #e87159;
}
.boxRecruitOne.typeB .boxCont01 .ulBaseTag01 > li {
  background-color: #e5c3b8;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxCont01 .ulBaseTag01 > li {
    margin-right: 2vw;
    margin-bottom: 2vw;
    padding-left: 8vw;
    background-image: url(./../../images_sp/recruit/sp-recruit-icn-tag01.png);
    background-position: 1vw center;
    background-size: 5.5vw auto;
    font-size: 3.5vw;
  }
}

.boxRecruitOne .boxLink {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
  padding: 0 5%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxRecruitOne .boxLink {
    bottom: 5vw;
  }
}


.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: -1px;
  left: 0;
  /*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: 14px;
}
.boxRecruitOneR dl.last{
  margin-bottom: 23px;
}
.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: #f2df37;
}
.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***/
.boxRecruitSTop {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxRecruitSTop {
    display: block;
    margin-bottom: 8%;
  }
}

.boxRecruitSTopL {
  width: 44.5%;
  padding-top: 48px;
}
@media all and (max-width: 640px){
  .boxRecruitSTopL {
    width: 100%;
    padding-top: 0;
  }
}

.boxRecruitSTopL .ttl {
  margin-bottom: 13px;
  line-height: 1.2;
  font-size: 2.1rem;
}
@media all and (max-width: 640px){
  .boxRecruitSTopL .ttl {
    margin-bottom: 3%;
    font-size: 6.0vw;
  }
}

.boxRecruitTopCat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px #e27401 solid;
}
@media all and (max-width: 640px){
  .boxRecruitTopCat {
    margin-bottom: 7%;
    padding-bottom: 5%;
  }
}

.boxRecruitTopCat .txtRecruitCat {
  margin-bottom: 7px;
  margin-right: 10px;
  padding: 7px 15px 6px 15px;
  letter-spacing: 0.07em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxRecruitTopCat .txtRecruitCat {
    margin-bottom: 2vw;
    margin-right: 3vw;
    padding: 1.3vw 3.5vw 1.7vw 3.5vw;
    font-size: 4.3vw;
  }
}

.boxRecruitTopCat .txtRecruitPlace {
  margin-bottom: 7px;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxRecruitTopCat .txtRecruitPlace {
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }
}

.boxRecruitSTopL .boxRecruitTag {
  margin-bottom: 0;
}
.boxRecruitSTopL .boxRecruitTag .ulBaseTag01 {
  margin-bottom: 0;
}
.boxRecruitSTopL .boxRecruitTag .ulBaseTag01 > li {
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 6px 7px 5px 35px;
  border: 0;
  background-color: #e5c3b8;
  background-image: url('./../../images/recruit/recruit-s-icn-tag01.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto auto;
  font-size: 1.0rem;
  color: #e87159;
}
@media all and (max-width: 640px){
  .boxRecruitSTopL .boxRecruitTag .ulBaseTag01 > li {
    margin-bottom: 2vw;
    margin-right: 2vw;
    padding: 0.5em 0.6em 0.4em 8vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-tag01.png');
    background-position: 1vw center;
    background-size: 5.5vw auto;
    font-size: 3.8vw;
  }
}

.boxRecruitSTopR {
  width: 50%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxRecruitSTopR {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
}


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

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

.boxRecruitSWork > .ttl {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
@media all and (max-width: 640px){
  .boxRecruitSWork > .ttl {
    margin-bottom: 5%;
    line-height: 1.8;
    font-size: 3.8vw;
  }
}

.boxRecruitSWork01 {
  position: relative;
  min-height: 445px;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 {
    min-height: auto;
    margin-bottom: 15%;
  }
}

.boxRecruitSWork01 .boxRecruitSModel {
  position: absolute;
  top: 37px;
  right: 0;
  width: 396px;
  height: 358px;
  background-image: url('./../../images/recruit/recruit-s-work-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 .boxRecruitSModel {
    position: relative;
    top: auto;
    right: auto;
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top: -15vw;
    padding-top: 94%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-work-bg01.png');
    background-size: 100% auto;
  }
}

.boxRecruitSWork01 .boxRecruitSModelIn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 35px 0 30px;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 .boxRecruitSModelIn {
    padding: 6% 5% 0 5%;
  }
}

.boxRecruitSWork01 .boxRecruitSModelIn > .ttl {
  margin-bottom: 1.3em;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #e27401;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 .boxRecruitSModelIn > .ttl {
    margin-bottom: 0.8em;
    font-size: 6.0vw;
  }
}


.boxRecruitSWork01 .boxRecruitSModelIn .ul01 {
  margin-bottom: 28px;
  padding: 0 5px 30px 5px;
  border-bottom: 1px #e27401 solid;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 .boxRecruitSModelIn .ul01 {
    margin-bottom: 4%;
    padding: 0 2% 5% 2%;
  }
}

.boxRecruitSWork01 .boxRecruitSModelIn .ul01 > li {
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 .boxRecruitSModelIn .ul01 > li {
    margin-bottom: 5%;
    font-size: 3.8vw;
  }
}

.boxRecruitSWork01 .boxRecruitSModelIn .ul01 > li:last-child {
  margin-bottom: 0;
}

.boxRecruitSWork01 .boxRecruitSModelIn .boxBaseCom {
  margin: 0;
  padding: 0 5px;
  line-height: 1.8;
  font-size: 0.98rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxRecruitSWork01 .boxRecruitSModelIn .boxBaseCom {
    padding: 0 2%;
    font-size: 4.0vw;
  }
}

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

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

.boxRecruitSWork0201 > .ttl {
  position: relative;
  z-index: 2;
  width: 200px;
  margin-bottom: -90px;
  padding: 16px 0 43px 0;
  background-color: #e27401;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow01.png'), url('./../../images/recruit/recruit-s-work-bg02.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center 82%, left top;
  background-size: auto auto, auto auto;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxRecruitSWork0201 > .ttl {
    width: 55%;
    margin-bottom: -5vw;
    padding: 4vw 0 8vw 0;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow01.png'), url('./../../images/recruit/recruit-s-work-bg02.png');
    background-size: 16% auto, 100% auto;
  }
}

.boxRecruitSWork0201 > .ttl .ttlNum {
  display: block;
  margin-bottom: 0.4em;
  letter-spacing: 0.07em;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRecruitSWork0201 > .ttl .ttlNum {
    margin-bottom: 0.3em;
    font-size: 7.0vw;
  }
}

.boxRecruitSWork0201 > .ttl .ttlStr {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRecruitSWork0201 > .ttl .ttlStr {
    font-size: 5.5vw;
  }
}

.boxRecruitSWork0201 .boxBaseCom {
  width: 84.5%;
  margin-left: auto;
  min-height: 150px;
  padding: 25px 30px 25px 83px;
  background-color: #f2f1f1;
}
@media all and (max-width: 640px){
  .boxRecruitSWork0201 .boxBaseCom {
    width: 95%;
    min-height: auto;
    margin-left: auto;
    padding: 10% 5% 5% 5%;
  }
}

.boxRecruitSWork03 {
  text-align: center;
}

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

.boxRecruitSCharaWrap .ttlBase13 {
  margin-bottom: 54px;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaWrap .ttlBase13 {
    margin-bottom: 11%;
  }
}

.boxRecruitSCharaF {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaF {
    display: block;
  }
}

.boxRecruitSCharaFOne {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 46px;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaFOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}

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

.boxRecruitSCharaFOne .ttl {
  margin-bottom: 12px;
  padding-left: 31px;
  background-image: url('./../../images/recruit/recruit-s-chara-ttl-border01.png');
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-size: auto auto;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.55rem;
  color: #e27401;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaFOne .ttl {
    margin-bottom: 5%;
    padding-left: 6%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-chara-ttl-border01.png');
    background-position: left 0.5em;
    background-size: 4% auto;
    letter-spacing: normal;
    font-size: 4.7vw;
  }
}

.boxRecruitSCharaFOne .boxCont01 {
  min-height: 365px;
  padding: 10px 10px 10px 10px;
  background-image: url('./../../images/recruit/recruit-s-chara-bg01.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaFOne .boxCont01 {
    min-height: auto;
    padding: 5%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-chara-bg01.png');
    background-size: 100% auto;
  }
}

.boxRecruitSCharaFOne .boxCont01 .boxImg {
  margin-bottom: 14px;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaFOne .boxCont01 .boxImg {
    margin-bottom: 5%;
  }
}

.boxRecruitSCharaFOne .boxCont01 .boxBaseCom {
  width: 99%;
  margin: 0 auto;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxRecruitSCharaFOne .boxCont01 .boxBaseCom {
    width: 100%;
    font-weight: 500;
  }
}


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

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

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

.boxRecruitSDetail dl{
  display: table;
  width: 100%;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxRecruitSDetail dl{
    display: block;
  }
}

.boxRecruitSDetail dt{
  display: table-cell;
  width: 17%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px #fff solid;
  background-color: #eae6e2;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  /*color: #4082ab;*/
}
@media all and (max-width: 640px){
  .boxRecruitSDetail dt{
    display: block;
    width: 100%;/*23%;*/
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 3.5vw;
  }
}

.boxRecruitSDetail dd{
  display: table-cell;
  width: 77%;
  padding: 14px 0 14px 30px;
  border-bottom: 1px #e9ebf0 solid;
  vertical-align: middle;
}
@media all and (max-width: 640px){
  .boxRecruitSDetail dd{
    display: block;
    width: 100%;/*83%;*/
    padding: 2vw 3% 6vw 3%;
    font-size: 3.5vw;
  }
}

.boxRecruitSDetail dd a{
  display: inline-block;
  border-bottom: 1px #6f6f6f solid;
  line-height: 1.2;
}

.boxRecruitSTelno {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 32px;
  border: 1px #e27401 solid;
}
@media all and (max-width: 640px){
  .boxRecruitSTelno {
    display: block;
    padding: 7% 5%;
  }
}

.boxRecruitSTelnoL {
  width: 42%;
  border-right: 1px #000 solid;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoL {
    width: 100%;
    margin-bottom: 5%;
    border-right: 0;
  }
}

.boxRecruitSTelnoL .dl01 > dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoL .dl01 > dt {
    margin-bottom: 5%;
    text-align: center;
    font-size: 6.0vw;
  }
}

.boxRecruitSTelnoL .dl01 > dd {
  padding: 5px 0 3px 60px;
  background-image: url('./../../images/recruit/recruit-s-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  line-height: 1.0;
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoL .dl01 > dd {
    padding: 4% 0 4% 20%;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-tel01.png');
    background-position: left center;
    background-size: 15% auto;
    font-size: 7.5vw;
  }
}

.boxRecruitSTelnoR {
  width: 53.3%;
  padding-top: 10px;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoR {
    width: 100%;
    padding-top: 0;
  }
}

.boxRecruitSTelnoR .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoR .dl01 {
    margin-bottom: 4.5%;
    font-size: 3.5vw;
  }
}

.boxRecruitSTelnoR .dl01.last {
  margin-bottom: 15px;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoR .dl01.last {
    margin-bottom: 5%;
  }
}

.boxRecruitSTelnoR .dl01 > dt {
  padding: 0 0 0 15px;
  background-image: url('./../../images/recruit/recruit-s-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoR .dl01 > dt {
    padding: 0 0 0 4vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-circle01.png');
    background-size: 2vw auto;
  }
}

.boxRecruitSTelnoR .dl01 > dt:after {
  content: '/';
  margin: 0 0.4em;
}

.boxRecruitSTelnoR .pCaution {
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  color: #598388;
}
@media all and (max-width: 640px){
  .boxRecruitSTelnoR .pCaution {
    line-height: 1.5;
    font-size: 3.5vw;
  }
}

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

.boxRecruitSFormWrap .ttlBase13 {
  margin-bottom: 1.0em;
}
@media all and (max-width: 640px){
  .boxRecruitSFormWrap .ttlBase13 {
    margin-bottom: 1.0em;
  }
}
/*
.boxBaseTop .boxRecruitSTop{
  position: static;
  top: auto;
  left: auto;
  margin-top: -20px;
}
.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;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.13em;
  font-size: 1.38rem;
}
*/
.boxBaseTop .boxRecruitTopImg{
  position: absolute;
  top: 185px;
  right: 0;
  padding: 0 12px 12px 0;
  background-image: url('./../../images/recruit/recruit-s-img-bg01.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 95% 94%;
}
.boxRecruitTopImg img{
  max-width: 265px;
}
.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: 30px;
}
/****************/
.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 #1a368d 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;
}

.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: #f2df37;
}
.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: 80px;
  text-align: center;
}
.boxRRTBackToArchive .linkToArchive {
  display: inline-block;
  width: 270px;
  padding: 0.9em 0 0.9em 2.4em;
  background-color: #4f4f4f;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: 14% center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRRTBackToArchive .linkToArchive {
    display: inline-block;
    width: 86%;
    padding: 0.9em 0 0.9em 2.0em;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow03.png');
    background-position: 1.4em center;
    background-size: 7% auto;
    font-size: 4.3vw;
  }
}

.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 {
  background-color: #1b368d;
  background-image: url('./../../images/recruit/recruit-s-work-bg0101.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 874px;
}
.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;
  font-weight: 700;
  color: #1a368d;
}
.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;
  font-weight: 700;
  color: #1a368d;
}
.boxRecruitS0802L01 .boxCont01 .ul01 > li:last-child {
  margin-bottom: 0;
}
.boxRecruitS0802L01 .boxCont01 .boxBaseCom {
  margin: 0;
  line-height: 1.6;
  font-weight: 700;
}
.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;
  font-weight: 700;
  color: #1a368d;
}
.boxRecruitS0802R .ttl .ttlStr {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
.boxRecruitS0802R .boxBaseCom {
  margin: 0;
  padding: 17px 27px;
  background-color: #fff;
  line-height: 1.6;
  font-weight: 700;
}
/*** /Recruit Single ***/
/* /Recruit */


/***** Search *****/
.boxSearch {
  margin-bottom: 30px;
}


/* Welfare */
.boxWelfare01Wrap .ttlBase13,
.boxWelfare02Wrap .ttlBase13,
.boxWelfare03Wrap .ttlBase13,
.boxWelfare04Wrap .ttlBase13,
.boxWelfare05Wrap .ttlBase13 {
  margin-bottom: 57px;
}
@media all and (max-width: 640px){
  .boxWelfare01Wrap .ttlBase13,
  .boxWelfare02Wrap .ttlBase13,
  .boxWelfare03Wrap .ttlBase13,
  .boxWelfare04Wrap .ttlBase13,
  .boxWelfare05Wrap .ttlBase13 {
    margin-bottom: 10%;
  }
}

.boxWelfare01 .ttl,
.boxWelfare02 .ttl,
.boxWelfare03 .ttl {
  margin-bottom: 23px;
  padding-left: 31px;
  background-image: url('./../../images/welfare/welfare-ttl-border01.png');
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.45rem;
  color: #4082ab;
}
@media all and (max-width: 640px){
  .boxWelfare01 .ttl,
  .boxWelfare02 .ttl,
  .boxWelfare03 .ttl {
    margin-bottom: 6%;
    padding-left: 8%;
    background-image: url('./../../images_sp/welfare/sp-welfare-ttl-border01.png');
    background-position: left 0.7em;
    background-size: 4.5% auto;
    line-height: 1.5;
    font-size: 4.5vw;
  }
}

.boxWelfare0102 .ttl02,
.boxWelfare03 .ttl02 {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.25rem;
  color: #4082ab;
}
@media all and (max-width: 640px){
  .boxWelfare0102 .ttl02,
  .boxWelfare03 .ttl02 {
    margin-bottom: 3%;
    padding-left: 20%;
    text-align: left;
    font-size: 4.5vw;
  }
}

@media all and (max-width: 640px){
  .boxWelfare02 .ttl03 {
    margin-bottom: 3%;
    line-height: 1.6;
    font-weight: 700;
    font-size: 4.3vw;
    color: #4082ab;
  }
}

.boxWelfare0102 .ttl02 .icnWelfare01Num,
.boxWelfare03 .ttl02 .icnWelfare03Num {
  position: absolute;
  top: -15px;
  left: 0;
}
@media all and (max-width: 640px){
  .boxWelfare0102 .ttl02 .icnWelfare01Num,
  .boxWelfare03 .ttl02 .icnWelfare03Num {
    top: 1vw;
    width: 15%;
  }
}

.boxWelfare0101,
.boxWelfare0102,
.boxWelfare0201 {
  margin-bottom: 70px;
}
.boxWelfare0301 {
  margin-bottom: 90px;
}
@media all and (max-width: 640px){
  .boxWelfare0101,
  .boxWelfare0102,
  .boxWelfare0201,
  .boxWelfare0202 {
    margin-bottom: 13%;
  }
  .boxWelfare0301 {
    margin-bottom: 13%;
  }
}

.boxWelfare0101 .boxBaseCom02.no01,
.boxWelfare0201 .boxBaseCom.no01 {
  margin-bottom: 23px;
}
.boxWelfare0102 .boxBaseCom02.no01,
.boxWelfare0301 .boxBaseCom.no01 {
  margin-bottom: 47px;
}
@media all and (max-width: 640px){
  .boxWelfare0101 .boxBaseCom02.no01,
  .boxWelfare0201 .boxBaseCom.no01 {
    margin-bottom: 5%;
  }
  .boxWelfare0102 .boxBaseCom02.no01,
  .boxWelfare0301 .boxBaseCom.no01 {
    margin-bottom: 7%;
  }
}

.boxWelfare0101F,
.boxWelfare0102F,
.boxWelfare0201F,
.boxWelfare0301F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxWelfare0101F,
  .boxWelfare0102F,
  .boxWelfare0201F,
  .boxWelfare0301F {
    display: block;
  }
}

.boxWelfare0101FOne,
.boxWelfare0102FOne,
.boxWelfare0201FOne,
.boxWelfare0301FOne {
  width: 30.6%;
  min-height: 296px;
  margin-right: 4.1%;
  padding: 10px 0 0 0;
  background-image: url('./../../images/welfare/welfare-bg01.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
}
.boxWelfare0102FOne,
.boxWelfare0301FOne {
  padding: 0;
  background: none;
}
@media all and (max-width: 640px){
  .boxWelfare0101FOne,
  .boxWelfare0102FOne,
  .boxWelfare0201FOne,
  .boxWelfare0301FOne {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 10%;
    padding: 4% 4% 4% 4%;
    background-image: url('./../../images_sp/welfare/sp-welfare-bg01.png');
    background-size: 100% auto;
  }
  .boxWelfare0102FOne,
  .boxWelfare0301FOne {
    padding: 0;
    background: none;
  }
}

.boxWelfare0101FOne:last-child,
.boxWelfare0102FOne:last-child,
.boxWelfare0201FOne:last-child,
.boxWelfare0301FOne:last-child {
  margin-right: 0;
}

.boxWelfare0102FOneIn,
.boxWelfare0301FOneIn {
  min-height: 343px;
  padding: 10px 0 10px 0;
  background-image: url('./../../images/welfare/welfare-bg01.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxWelfare0102FOneIn,
  .boxWelfare0301FOneIn {
    min-height: none;
    padding: 4% 4% 4% 4%;
    background-image: url('./../../images_sp/welfare/sp-welfare-bg01.png');
    background-size: 100% auto;
  }
}

.boxWelfare0101FOne .boxImg,
.boxWelfare0102FOne .boxImg,
.boxWelfare0201FOne .boxImg,
.boxWelfare0301FOne .boxImg {
  margin-bottom: 12px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxWelfare0101FOne .boxImg,
  .boxWelfare0102FOne .boxImg,
  .boxWelfare0201FOne .boxImg,
  .boxWelfare0301FOne .boxImg {
    margin-bottom: 3%;
  }
}

.boxWelfare0101FOne .boxBaseCom,
.boxWelfare0102FOne .boxBaseCom,
.boxWelfare0201FOne .boxBaseCom,
.boxWelfare0301FOne .boxBaseCom {
  margin-bottom: 0;
  padding: 0 10px;
}
@media all and (max-width: 640px){
  .boxWelfare0101FOne .boxBaseCom,
  .boxWelfare0102FOne .boxBaseCom,
  .boxWelfare0201FOne .boxBaseCom,
  .boxWelfare0301FOne .boxBaseCom {
    padding: 0;
  }
}

.boxWelfare01 .boxLinkBtn,
.boxWelfare02 .boxLinkBtn,
.boxWelfare03 .boxLinkBtn {
  margin-bottom: 90px;
}
@media all and (max-width: 640px){
  .boxWelfare01 .boxLinkBtn,
  .boxWelfare02 .boxLinkBtn,
  .boxWelfare03 .boxLinkBtn {
    margin-bottom: 13%;
  }
}

.boxWelfare01 .boxLinkBtn .linkBtn,
.boxWelfare02 .boxLinkBtn .linkBtn,
.boxWelfare03 .boxLinkBtn .linkBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 500px;
  height: 60px;
  margin: 0 auto;
  background-color: #4082ab;
  background-image: url('./../../images/welfare/welfare-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 86% center;
  background-size: auto auto;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxWelfare01 .boxLinkBtn .linkBtn,
  .boxWelfare02 .boxLinkBtn .linkBtn,
  .boxWelfare03 .boxLinkBtn .linkBtn {
    width: 100%;
    height: 16vw;
    padding-right: 10%;
    background-image: url('./../../images_sp/welfare/sp-welfare-icn-arrow01.png');
    background-position: 93% center;
    background-size: 6% auto;
    letter-spacing: 0.1em;
    font-size: 4.8vw;
  }
}

.boxWelfare0401,
.boxWelfare0501 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 65px;
}
@media all and (max-width: 640px){
  .boxWelfare0401,
  .boxWelfare0501 {
    display: block;
    margin-bottom: 15%;
  }
}

.boxWelfare0401One,
.boxWelfare0501One {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 30.7%;
  height: 93px;
  margin-right: 3.95%;
  margin-bottom: 25px;
  padding: 0 2px 0 10px;
  background-image: url('./../../images/welfare/welfare04-bg01.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
.boxWelfare0501One {
  background-image: url('./../../images/welfare/welfare05-bg01.png');
}
@media all and (max-width: 640px){
  .boxWelfare0401One,
  .boxWelfare0501One {
    width: 100%;
    height: 16vw;
    margin-right: 0;
    margin-bottom: 6%;
    padding: 0 0.5% 0 1.5%;
    background-image: url('./../../images_sp/welfare/sp-welfare04-bg01.png');
    background-size: 100% auto;
  }
  .boxWelfare0501One {
    background-image: url('./../../images_sp/welfare/sp-welfare05-bg01.png');
  }
}

.boxWelfare0401One:nth-child(3n),
.boxWelfare0501One:nth-child(3n) {
  margin-right: 0;
}

.boxWelfare0401OneL,
.boxWelfare0501OneL {
  width: 40%;
}
@media all and (max-width: 640px){
  .boxWelfare0401OneL,
  .boxWelfare0501OneL {
    width: 22%;
  }
}

.boxWelfare0401OneR,
.boxWelfare0501OneR {
  width: 56.5%;
}
@media all and (max-width: 640px){
  .boxWelfare0401OneR,
  .boxWelfare0501OneR {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 75%;
  }
}

.boxWelfare0401OneR .boxNum,
.boxWelfare0501OneR .boxNum {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  color: #4082ab;
}
@media all and (max-width: 640px){
  .boxWelfare0401OneR .boxNum,
  .boxWelfare0501OneR .boxNum {
    margin-bottom: 0;
    margin-right: 2%;
    letter-spacing: 0.05em;
    font-size: 4.3vw;
  }
}

.boxWelfare0401OneR .boxCont,
.boxWelfare0501OneR .boxCont {
  /*letter-spacing: 0.08em;*/
  line-height: 1.3;
  font-size: 1.2rem;/*1.25rem;*/
}
@media all and (max-width: 640px){
  .boxWelfare0401OneR .boxCont,
  .boxWelfare0501OneR .boxCont {
    font-size: 4.3vw
  }
}