@charset 'utf-8';



/***** Album *****/
.boxAlbum {
  margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxAlbum {
    margin-bottom: 10%;
  }
}

.boxAlbum01 .boxCatMenu {
  margin-bottom: 2.0em;
  padding: 2.0em 2.0em 1.5em 2.0em;
  background-color: #f7f7f7;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxCatMenu {
    padding: 1.0em 1.0em 0.7em 1.0em;
  }
}

.boxAlbum01 .ulCatMenu > li,
.boxAlbumS01R .ulCatMenu > li {
  display: inline-block;
  margin-right: 0.65em;
  margin-bottom: 0.5em;
  padding: 0.45em 0.6em 0.35em 0.6em;
  letter-spacing: 0.1em;
  background-color: #e8282e;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxAlbum01 .ulCatMenu > li,
  .boxAlbumS01R .ulCatMenu > li {
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    padding: 0.5em 0.7em 0.4em 0.7em;
    letter-spacing: 0.05em;
    font-size: 3.5vw;
  }
}

.boxAlbum01 .ulCatMenu > li.current,
.boxAlbumS01R .ulCatMenu > li.current {
  background-color: #016b5f;
}

.boxAlbum01 .ulCatMenu > li a,
.boxAlbumS01R .ulCatMenu > li a {
  color: #fff;
}

.boxAlbum01 .ulCatMenu > li:last-child,
.boxAlbumS01R .ulCatMenu > li:last-child {
  margin-right: 0;
}

.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;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxList {
    margin-bottom: 10%;
  }
}

.boxAlbum01 .boxListOne {
  width: 24.7%;
  margin-right: 0.4%;
  margin-bottom: 4px;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne {
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 1.7%;
  }
}

.boxAlbum01 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne:nth-child(4n) {
    margin-right: 1.7%;
  }
}

@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne:nth-child(3n) {
    margin-right: 0;
  }
}

.boxAlbum01 .boxListOne .boxPopupCont {
  display: none;
  text-align: center;
  padding: 60px 88px;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne .boxPopupCont {
    padding: 10% 10%;
  }
}

.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%;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne .boxPopupContIn {
    -webkit-overflow-scrolling: touch;
    max-height: 80%;
    padding: 10% 0;
  }
}

.boxAlbum01 .boxListOne .boxPopupContIn .imgMain {
  display: block;
  max-height: 55vh;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne .boxPopupContIn .imgMain {
    max-height: 40vh;
  }
}

.boxAlbum01 .boxListOne .boxPopupCont.isCaption .boxPopupContIn .imgMain {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne .boxPopupCont.isCaption .boxPopupContIn .imgMain {
    margin-bottom: 5%;
  }
}

.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: #151515;
}
@media all and (max-width: 640px){
  .boxAlbum01 .boxListOne .boxBtnPopupClose {
    padding: 0 6vw 0 0;
    background-image: url('./../../images_sp/album/sp-album-btn-close01.png');
    background-size: 3.5vw auto;
  }
}

.boxAlbum01 .boxPagination .page-numbers {
  margin-left: auto;
  margin-right: auto;
}



/*##### Beginner Experienced #####*/
.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;
  color: #e05625;
}
@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;
  width: 27%;
  height: 246px;
  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: 75px;
}
.boxBeginnerTop .ul01 > li:nth-child(3) {
  padding-top: 63px;
}
@media all and (max-width: 640px){
  .boxExperiencedTop .ul01 > li,
  .boxBeginnerTop .ul01 > li {
    position: absolute;
    width: 60%;
    height: auto;
    padding-top: 0;
    background: none;
    font-size: 3.5vw;
  }
  .boxExperiencedTop .ul01 > li:nth-child(1) {
    top: 18vw;
    left: 0;
    width: 53%;
  }
  .boxExperiencedTop .ul01 > li:nth-child(2) {
    top: 48vw;
    left: auto;
    right: 0;
    width: 57%;
  }
  .boxExperiencedTop .ul01 > li:nth-child(3) {
    top: 94vw;
    left: 2%;
  }
  .boxBeginnerTop .ul01 > li:nth-child(1) {
    top: 95vw;
    left: 2%;
    padding-top: 0;
  }
  .boxBeginnerTop .ul01 > li:nth-child(2) {
    top: 53vw;
    left: auto;
    right: 1vw;
    width: 56%;
    padding-top: 0;
  }
  .boxBeginnerTop .ul01 > li:nth-child(3) {
    top: 21vw;
    left: 0;
    width: 52%;
    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;
  }
}


/***** Beginner *****/
.boxBeginner .boxBaseCom {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBeginner .boxBaseCom {
    line-height: 1.9;
    font-size: 4.3vw;
  }
}

@media all and (max-width: 640px){
  .boxBeginner .boxBaseCom.small {
    letter-spacing: 0.03em;
    font-size: 3.5vw;
  }
}

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

.boxBeginner01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxBeginner01 .ttl {
    margin-bottom: 5%;
    letter-spacing: 0.1em;
    font-size: 7.5vw;
  }
}

.boxBeginner01 .boxBaseCom {
  text-align: center;
}

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

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

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

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

.boxBeginner02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBeginner02R .ttl02 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5.7vw;
  }
}

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

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

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

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

@media all and (max-width: 640px){
  .boxBeginner0201 .boxImg .icnBeginnerArrow01 {
    width: 33%;
  }
}

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

.boxBeginner0201 .boxBaseCom.no02 {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxBeginner0201 .boxBaseCom.no02 {
    line-height: 1.8;
    letter-spacing: -0.05em;
    font-size: 4.9vw;
    text-align: center;
  }
}

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

.boxBeginner03 .ttlBase11 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxBeginner03 .ttlBase11 {
    margin-bottom: 0;
    letter-spacing: -0.05em;
  }
}

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

.boxBeginner0301L {
  width: 48%;
}
@media all and (max-width: 640px){
  .boxBeginner0301L {
    margin-top: -44%;
    width: 48%;
  }
}

.boxBeginner0301R {
  width: 50.5%;
}
@media all and (max-width: 640px){
  .boxBeginner0301R {
    margin-top: -44%;
    width: 50.5%;
  }
}

.boxBeginner0301R .boxWorkPlace {
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxBeginner0301R .boxWorkPlace {
    margin-bottom: 2%;
    line-height: 1.1;
    font-size: 3.5vw;
  }
}

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

.boxBeginner0301R .boxName {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #151515 solid;
  font-size: 2.9rem;
}
@media all and (max-width: 640px){
  .boxBeginner0301R .boxName {
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px #1a368d solid;
    font-size: 7.0vw;
  }
}

.boxBeginner0301R .dlFormerJob {
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxBeginner0301R .dlFormerJob {
    font-size: 4.3vw;
  }
}

.boxBeginner0301R .dlFormerJob > dt,
.boxBeginner0301R .dlFormerJob > dd {
  display: inline-block;
}

.boxBeginner0301R .dlFormerJob > dt:after {
  content: '：';
}

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

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

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

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

.boxBeginnerFaqOne .ttl {
  display: table;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 0 0 0 75px;
  background-image: url('./../../images/experienced/experienced-icn-faq-q01.png'),url('./../../images/experienced/experienced-faq-q-bg01.png');
  background-repeat: no-repeat,repeat;
  background-position: left top,left top;
  background-size: auto auto,auto auto;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBeginnerFaqOne .ttl {
    min-height: 12.5vw;
    margin-bottom: 5%;
    padding: 0 0 0 17.5%;
    background-image: url('./../../images_sp/experienced/sp-experienced-icn-faq-q01.png'), url('./../../images_sp/experienced/sp-experienced-faq-q-bg01.png');
    background-size: 14% auto, auto auto;
    line-height: 1.2;
    font-size: 5.0vw;
  }
}

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

@media all and (max-width: 640px){
  .boxBeginnerFaqOne .boxBaseCom {
    overflow: hidden;
    position: relative;
    height: 30vw;
  }
}

@media all and (max-width: 640px){
  .boxBeginnerFaqOne .boxBaseCom .boxCover01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
}

@media all and (max-width: 640px){
  .boxBeginnerFaqOne .boxBaseCom .boxBtnOpen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    padding: 3.5% 0;
    background-color: #1a368d;
    text-align: center;
    line-height: 1.0;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
  }
}


.boxBeginner04 {
  margin-bottom: 85px;
  padding-top: 5px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBeginner04 {
    margin-bottom: 15%;
    padding-top: 0;
  }
}

.boxBeginner05Wrap {
  margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxBeginner05Wrap {
    margin-bottom: 15vw;
  }
}

.boxBeginner05 .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: 25px;
  background-image: url('./../../images/experience/experience-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxBeginner05 .ttl {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 7%;
    padding-top: 18%;
    background-image: url('./../../images_sp/experience/sp-experience-ttl-bg01.png');
    background-size: 100% auto;
  }
}

.boxBeginner05 .ttl .ttlSub {
  width: 127px;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBeginner05 .ttl .ttlSub {
    position: absolute;
    top: 50%;
    left: 1%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.8vw;
  }
}

.boxBeginner05 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxBeginner05 .ttl .ttlMain {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 71%;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 4.3vw;
  }
}

.boxBeginner .boxBeginner0501 .boxBaseCom {
  text-align: center;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxBeginner .boxBeginner0501 .boxBaseCom {
    margin-bottom: 5vw;
    text-align: left;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

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

.boxBeginner0501FOne {
  width: 29.8%;
  margin-right: 5.3%;
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

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

.boxBeginner0501FOne .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 57px;
  margin-bottom: 30px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ttl02 {
    height: 20.5vw;
    margin-bottom: 5vw;
    background-size: 100% auto;
  }
}

.boxBeginner0501FOne:nth-child(1) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0101.png');
}
.boxBeginner0501FOne:nth-child(2) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0102.png');
}
.boxBeginner0501FOne:nth-child(3) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0103.png');
}
.boxBeginner0501FOne:nth-child(4) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0104.png');
}
.boxBeginner0501FOne:nth-child(5) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0105.png');
}
.boxBeginner0501FOne:nth-child(6) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0106.png');
}
.boxBeginner0501FOne:nth-child(7) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0107.png');
}
.boxBeginner0501FOne:nth-child(8) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0108.png');
}
.boxBeginner0501FOne:nth-child(9) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0109.png');
}
.boxBeginner0501FOne:nth-child(10) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0110.png');
}
.boxBeginner0501FOne:nth-child(11) .ttl02 {
  background-image: url('./../../images/beginner/beginner0501-bg0111.png');
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne:nth-child(1) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0101.png');
  }
  .boxBeginner0501FOne:nth-child(2) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0102.png');
  }
  .boxBeginner0501FOne:nth-child(3) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0103.png');
  }
  .boxBeginner0501FOne:nth-child(4) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0104.png');
  }
  .boxBeginner0501FOne:nth-child(5) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0105.png');
  }
  .boxBeginner0501FOne:nth-child(6) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0106.png');
  }
  .boxBeginner0501FOne:nth-child(7) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0107.png');
  }
  .boxBeginner0501FOne:nth-child(8) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0108.png');
  }
  .boxBeginner0501FOne:nth-child(9) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0109.png');
  }
  .boxBeginner0501FOne:nth-child(10) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0110.png');
  }
  .boxBeginner0501FOne:nth-child(11) .ttl02 {
    background-image: url('./../../images_sp/beginner/sp-beginner0501-bg0111.png');
  }
}

.boxBeginner0501FOne .ttl02 .icnAccordionSp02 {
  position: absolute;
  top: 50%;
  right: 2vw;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8vw;
}

.boxBeginner0501FOne .ttl02 .ttlSub {
  width: 45%;
  padding-left: 65px;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ttl02 .ttlSub {
    width: 47%;
    padding-left: 24vw;
  }
}

.boxBeginner0501FOne .ttl02 .ttlSub .ttlNum {
  display: block;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ttl02 .ttlSub .ttlNum {
    font-size: 1.5rem;
  }
}

.boxBeginner0501FOne .ttl02 .ttlSub .ttlStr {
  display: block;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ttl02 .ttlSub .ttlStr {
    letter-spacing: -0.03em;
    font-size: 3.0vw;
  }
}

.boxBeginner0501FOne .ttl02 .ttlMain {
  width: 55%;
  padding-right: 20px;
  text-align: right;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}
.boxBeginner0501FOne .ttl02 .ttlMain.short {
  letter-spacing: -0.05em;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ttl02 .ttlMain {
    width: 53%;
    padding-right: 11vw;/*5vw;*/
  }
}

.boxBeginner0501FOne .ul01 > li {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ul01 > li {
    margin-bottom: 3vw;
  }
}

.boxBeginner0501FOne .ul01 > li:before {
  content: '■';
  margin-right: 7px;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxBeginner0501FOne .ul01 > li:before {
    margin-right: 1vw;
  }
}


/***** Blog *****/
.boxBlog01 .boxListMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxBlog01 .ulListCat li,
.boxBlogS01L .ulListCat li {
  display: inline-block;
  margin-right: 0.65em;
  padding: 0.3em 0.6em 0.2em 0.6em;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxBlog01 .ulListCat li,
  .boxBlogS01L .ulListCat li {
    margin-right: 0.5em;
    padding: 0.15em 0.5em 0.2em 0.5em;
    letter-spacing: 0.05em;
    font-size: 3.5vw;
  }
}

.boxBlog01 .ulListCat li.typeTag,
.boxBlogS01L .ulListCat li.typeTag {
  background-color: #151515;
  color: #fff;
}

.boxBlog01 .boxListTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTop {
    display: block;
    margin-bottom: 13%;
  }
}

.boxBlog01 .boxEyecatchWrap,
.boxBlogS01R .boxEyecatchWrap {
  overflow: hidden;
  position: relative;
}

.boxBlog01 .boxListTop .imgBg,
.boxBlog01 .boxEyecatchWrap .imgEyecatch,
.boxBlogS01R .boxEyecatchWrap .imgEyecatch {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: none;
  height: 100%;
  background-color: #ccc;
}

.boxBlog01 .boxListTop .imgBg.horizontalImg,
.boxBlog01 .boxEyecatchWrap .imgEyecatch.horizontalImg,
.boxBlogS01R .boxEyecatchWrap .imgEyecatch.horizontalImg {
  display: block;
  width: auto;
  height: 100%;
}

.boxBlog01 .boxListTop .imgBg.verticalImg,
.boxBlog01 .boxEyecatchWrap .imgEyecatch.verticalImg,
.boxBlogS01R .boxEyecatchWrap .imgEyecatch.verticalImg {
  display: block;
  width: 100%;
  height: auto;
}

.boxBlog01 .boxListTop .linkAll {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.boxBlog01 .boxListTop .linkAll.modeDisp {
  display: block;
}

.boxBlog01 .boxListContTop {
  position: absolute;
  bottom: 5%;
  left: 6%;
  width: 88%;
}

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

.boxBlog01 .boxListContTop .boxListMeta .boxListDate {
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000,1px 1px 1px #000,1px 1px 3px #000;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListContTop .boxListMeta .boxListDate {
    letter-spacing: 0.05em;
  }
}

.boxBlog01 .boxListContTop .ttlList {
  display: inline-block;
  text-shadow: 0 0 10px #000,1px 1px 1px #000,1px 1px 3px #000;
}

.boxBlog01 .boxListContTop .ttlList span {
  padding-right: 1.3em;
  background-image: url('./../../images/blog/blog-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListContTop .ttlList span {
    background-image: url('./../../images_sp/blog/sp-blog-icn-arrow01.png');
  }
}

.boxBlog01 .boxListTopL {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-top: 50%;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopL {
    width: 100%;
    padding-top: 100%;
  }
}

.boxBlog01 .boxListTopL .boxListMeta .ulListCat li {
  font-size: 1.65rem;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopL .boxListMeta .ulListCat li {
    font-size: 4.0vw;
  }
}

.boxBlog01 .boxListTopL .boxListMeta .boxListDate {
  letter-spacing: 0.1em;
  font-size: 1.75rem;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopL .boxListMeta .boxListDate {
    letter-spacing: 0.05em;
    font-size: 4.0vw;
  }
}

.boxBlog01 .boxListTopL .ttlList {
  line-height: 1.4;
  font-size: 2.1rem;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopL .ttlList {
    font-size: 4.3vw;
  }
}

.boxBlog01 .boxListTopL .ttlList span {
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopL .ttlList span {
    background-size: 2.1vw auto;
  }
}

.boxBlog01 .boxListTopR {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopR {
    display: block;
    width: 100%;
  }
}

.boxBlog01 .boxListTopROne {
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne {
    width: 100%;
    padding-top: 100%;
  }
}

.boxBlog01 .boxListTopROne .boxListMeta {
  display: block;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne .boxListMeta {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

.boxBlog01 .boxListTopROne .boxListMeta .ulListCat {
  margin-bottom: 3%;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne .boxListMeta .ulListCat {
    margin-bottom: 0;
  }
}

.boxBlog01 .boxListTopROne .boxListMeta .ulListCat li {
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne .boxListMeta .ulListCat li {
    font-size: 4.0vw;
  }
}

.boxBlog01 .boxListTopROne .boxListMeta .boxListDate {
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne .boxListMeta .boxListDate {
    font-size: 4.0vw;
  }
}

.boxBlog01 .boxListTopROne .ttlList {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne .ttlList {
    font-size: 4.3vw;
  }
}

.boxBlog01 .boxListTopROne .ttlList span {
  background-size: 2% auto;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListTopROne .ttlList span {
    background-size: 2.1vw auto;
  }
}

.boxBlog01 .linkToBlogArchive01 {
  display: block;
  width: 325px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 13px 0;
  background-color: #151515;
  background-image: url('./../../images/blog/blog-btn-bg01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.55rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBlog01 .linkToBlogArchive01 {
    position: relative;
    z-index: 2;
    width: 90%;
    margin-bottom: 13%;
    padding: 3% 0;
    background-image: url('./../../images_sp/blog/sp-blog-btn-bg01.png');
    font-size: 7.0vw;
  }
}

@media all and (max-width: 640px){
  .boxLinkToBlogArchive01 .linkToBlogArchive01 {
    position: relative;
    z-index: 2;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 13%;
    padding: 3% 0;
    background-image: url('./../../images_sp/blog/sp-blog-btn-bg01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 7.0vw;
    color: #fff;
  }
}

.boxBlog01 .boxCatMenu {
  display: none;
  margin-bottom: 60px;
  padding: 28px 0;
  background-color: #f7f7f7;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxCatMenu {
    margin-bottom: 13%;
    padding: 6% 0;
  }
}

.boxBlog01 .ulCatMenu > li,
.boxBlogS01R .ulCatMenu > li {
  display: inline-block;
  margin-right: 0.65em;
  margin-bottom: 0.5em;
  padding: 0.45em 0.6em 0.35em 0.6em;
  letter-spacing: 0.1em;
  background-color: #94090b;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBlog01 .ulCatMenu > li,
  .boxBlogS01R .ulCatMenu > li {
    margin-right: 0.5em;
    padding: 0.15em 0.5em 0.2em 0.5em;
    letter-spacing: 0.05em;
    font-size: 3.5vw;
  }
}

.boxBlog01 .ulCatMenu > li a,
.boxBlogS01R .ulCatMenu > li a {
  color: #fff;
}

.boxBlog01 .ulCatMenu > li:last-child,
.boxBlogS01R .ulCatMenu > li:last-child {
  margin-right: 0;
}

.boxBlog01 .boxListOne {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px #5a5957 solid;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne {
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
}

.boxBlog01 .boxListOne .boxListImg {
  position: relative;
  bottom: -6px;
  background-color: #a09d9d;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListImg {
    bottom: -1vw;
    width: 30%;
    padding-top: 30%;
  }
}

.boxBlog01 .boxListOne .boxListImg .icnBlogNew01 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -2px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListImg .icnBlogNew01 {
    top: -1%;
    left: -1%;
    width: 40%;
  }
}

.boxBlog01 .boxListOne .boxListImgIn {
  overflow: hidden;
  right: 6px;
  top: -6px;
  position: relative;
  width: 195px;
  padding-top: 195px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListImgIn {
    right: 3%;
    top: -4.2%;
    position: absolute;
    width: 100%;
    padding-top: 100%;
  }
}

.boxBlog01 .boxListOne .boxListImgIn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}

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

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

.boxBlog01 .boxListOne .boxListCont {
  width: 70%;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListCont {
    width: 60%;
  }
}

.boxBlog01 .boxListOne .boxListMeta,
.boxBlogS01L .boxListMeta {
  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;
  margin-bottom: 15px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListMeta,
  .boxBlogS01L .boxListMeta {
    margin-bottom: 4%;
  }
}

.boxBlog01 .boxListOne .boxListMeta .ulListCat li,
.boxBlogS01L .boxListMeta .ulListCat li {
  padding: 0.45em 0.6em 0.35em 0.6em;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListMeta .ulListCat li,
  .boxBlogS01L .boxListMeta .ulListCat li {
    padding: 0.15em 0.5em 0.2em 0.5em;
  }
}

.boxBlog01 .boxListOne .boxListMeta .boxListDate,
.boxBlogS01L .boxListMeta .boxListDate {
  margin-right: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListMeta .boxListDate,
  .boxBlogS01L .boxListMeta .boxListDate {
    margin-bottom: 1vw;
    font-size: 3.7vw;
  }
}

.boxBlog01 .boxListOne .ttlList,
.boxBlogS01L .ttlList {
  line-height: 1.6;
  font-size: 1.69rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .ttlList,
  .boxBlogS01L .ttlList {
    font-size: 4.3vw;
  }
}

.boxBlog01 .boxListOne .ttlList span {
  padding-right: 30px;
  background-image: url('./../../images/blog/blog-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .ttlList span {
    padding-right: 10%;
    background-image: url('./../../images_sp/blog/sp-blog-icn-arrow03.png');
    background-size: 2.1vw auto;
  }
}

.boxBlog01 .boxPagination {
  border: 0;
}

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

.boxBlog02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 758px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
}
@media all and (max-width: 640px){
  .boxBlog02 {
    display: block;
    width: 90%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.boxBlog02 a {
  display: block;
  width: 350px;
  padding: 12px 15px;
  border: 4px #151515 solid;
  background-image: url('./../../images/blog/blog-icn-arrow04.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxBlog02 a {
    width: 100%;
    padding: 3% 5% 4% 5%;
    background-image: url('./../../images_sp/blog/sp-blog-icn-arrow04.png');
    background-position: 94% center;
    background-size: 3% auto;
  }
}

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

.boxBlog02 a .txt01 {
  display: block;
  margin-bottom: 5px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlog02 a .txt01 {
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 10.0vw;
  }
}

.boxBlog02 a .txt01 .small {
  font-size: 1.75rem;
}
@media all and (max-width: 640px){
  .boxBlog02 a .txt01 .small {
    font-size: 8.0vw;
  }
}

.boxBlog02 a .txt02 {
  font-size: 1.0rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlog02 a .txt02 {
    font-size: 4.3vw;
  }
}

/*##### Blog Single #####*/
.boxBlogS01Wrap {
  margin-bottom: 90px;
}
@media all and (max-width: 640px){
  .boxBlogS01Wrap {
    margin-bottom: 10%;
  }
}

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

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

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

.boxBlogS01L .boxListImg {
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBlogS01L .boxListImg {
    margin-bottom: 7%;
  }
}

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

.boxBlogS01R .logoBlogSide01 {
  display: block;
  margin: 0 auto;
  margin-bottom: 23px;
}
@media all and (max-width: 640px){
  .boxBlogS01R .logoBlogSide01 {
    margin-bottom: 7%;
  }
}

.boxBlogS01R .boxBaseCom.no01 {
  margin-bottom: 29px;
  padding-bottom: 23px;
  border-bottom: 1px #dedede solid;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxBaseCom.no01 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 4.3vw;
  }
}

.boxBlogS01R .boxBaseCom.no01 p {
  line-height: 1.5;
}

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

.boxBlogS01R .boxSideSearch .btnSearch {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  margin-bottom: -39px;
  border: 0;
  background-color: transparent;
  background-image: url('./../../images/blog/blog-icn-search01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxSideSearch .btnSearch {
    width: 8%;
    height: 11vw;
    margin-bottom: -13%;
    background-image: url('./../../images/blog/blog-icn-search01.png');
    background-position: 43% center;
    background-size: 50% auto;
  }
}

.boxBlogS01R .boxSideSearch input {
  width: 100%;
  padding: 5px 5px 3px 40px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxSideSearch input {
    height: 11vw;
    padding: 2% 2% 2% 13%;
    font-size: 4.5vw;
  }
}

.boxBlogS01R .ulCatMenu {
  margin-bottom: 29px;
  padding-bottom: 23px;
  border-bottom: 1px #eee solid;
}
@media all and (max-width: 640px){
  .boxBlogS01R .ulCatMenu {
    margin-bottom: 8%;
    padding-bottom: 7%;
  }
}

.boxBlogS01R .boxSide01 {
  margin-bottom: 31px;
  padding-bottom: 29px;
  border-bottom: 1px #dedede solid;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxSide01 {
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
}

.boxBlogS01R .boxSide01 .ttlSide01 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.45rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxSide01 .ttlSide01 {
    margin-bottom: 7%;
    font-size: 6.0vw;
  }
}

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

.boxBlogS01R .boxListOneSide:last-child {
  margin-bottom: 0;
}

.boxBlogS01R .boxListImgSide {
  width: 90px;
  padding-top: 90px;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxListImgSide {
    width: 30%;
    padding-top: 30%;
  }
}

.boxBlogS01R .boxListContSide {
  width: 157px;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxListContSide {
    width: 67%;
  }
}

.boxBlogS01R .boxListDateSide {
  margin-bottom: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxListDateSide {
    margin-bottom: 2%;
    letter-spacing: 0.05em;
  }
}

.boxBlogS01R .ttlListSide {
  line-height: 1.4;
  font-size: 0.95rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBlogS01R .ttlListSide {
    line-height: 1.5;
    font-size: 4.3vw;
  }
}


/* Career */
.ttlBaseCareer01 {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.65rem;
}
@media all and (max-width: 640px){
  .ttlBaseCareer01 {
    margin-bottom: 10%;
    font-size: 4.5vw;
  }
}

.boxCareerWrap .ttlBase02 {
  margin-bottom: 43px;
}
@media all and (max-width: 640px){
  .pageCareer .ttlBase02 {
    background-image: url('./../../images/company/company-border01.png');
  }
}

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

@media all and (max-width: 640px){
  .boxCareer01 .ttlBaseCareer01 {
    font-size: 6.5vw;
  }
}

.boxCareer01 .boxBaseCom {
  margin-bottom: 65px;
  text-align: center;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxCareer01 .boxBaseCom {
    margin-bottom: 13%;
    text-align: left;
    font-size: 4.2vw;
  }
}

.boxCareer01LR {
  display: table;
  width: 100%;
  margin-bottom: 90px;
}
@media all and (max-width: 640px){
  .boxCareer01LR {
    display: block;
    margin-bottom: 20%;
  }
}

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

.boxCareer01R {
  position: relative;
  display: table-cell;
  width: 47.5%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxCareer01R {
    display: block;
    width: 100%;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer01LR .ttl2 {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 16%;
    background-image: url('./../../images_sp/career/sp-career-ttl-bg01.png');
    background-size: contain;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer01LR .ttl2In .number {
    font-size: 7.0vw;
  }
}

.boxCareer01LR .ttlEn {
  display: table-cell;
  width: 30%;
  padding: 11px 0 0 30px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxCareer01LR .ttlEn {
    margin-bottom: 0;
    padding: 1.5% 0 0 7%;
    letter-spacing: 0.05em;
    font-size: 3.3vw;
    font-weight: 700;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer01LR .ttlJa {
    padding: 1.5% 0 0 2%;
    font-size: 5.0vw;
  }
}

.boxCareer01LR .boxCont {
  padding: 0 25px;
}
@media all and (max-width: 640px){
  .boxCareer01LR .boxCont {
    padding: 0 5%;
  }
}

.boxCareer01LR .boxBaseCom {
  text-align: justify;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxCareer01LR .boxBaseCom {
    font-size: 4.2vw;
  }
}

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

.boxCareer02 {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media all and (max-width: 640px){
  .boxCareer02{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20%;
  }
}

.boxCareer02F {
  overflow: hidden;
}
@media all and (max-width: 640px){
  .boxCareer02F {
    overflow: visible;
  }
}

.boxCareer02FOne {
  float: left;
  width: 27.5%;
  margin-right: 8.75%;
}
@media all and (max-width: 640px){
  .boxCareer02FOne {
    float: none;
    width: 100%;
    margin-bottom: 20%;
    margin-right: 0;
  }
}

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

.boxCareer02FOne img {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxCareer02FOne img {
    display: block;
    margin: 0 auto;
    margin-bottom: 7%;
  }
}

.boxCareer02FOne .ttl {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.0;
  letter-spacing: 0.15em;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxCareer02FOne .ttl {
    margin-bottom: 5%;
    font-size: 7.0vw;
  }
}

.boxCareer02FOne .boxFor {
  margin-bottom: 17px;
  padding: 12px 0;
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCareer02FOne .boxFor {
    margin-bottom: 5%;
    padding: 5% 0;
    font-size: 5.5vw;
  }
}

.boxCareer02FOne li {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxCareer02FOne li {
    margin-bottom: 2%;
    margin-left: 1.2em;
    text-indent: -1.2em;
    font-size: 4.7vw;
  }
}

.boxCareer02FOne li:before {
  content: '■';
  margin-right: 5px;
  color: #269cc8;
}
@media all and (max-width: 640px){
  .boxCareer02FOne li:before {
    content: '■';
    margin-right: 1%;
  }
}

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

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

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

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

.boxCareer02LR .boxCont01{
  margin-bottom: 20px;
  border: 1px #39a446 solid;
}
@media all and (max-width: 640px){
  .boxCareer02LR .boxCont01{
    margin-bottom: 5%;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer02LR .boxCont01 .ttl {
    width: 70%;
    margin: 0 auto;
    margin-top: -7vw;
    margin-bottom: 9%;
    padding: 3% 0;
    font-size: 5.0vw;
  }
}

.boxCareer02LR .boxCont01 .boxImg {
  margin-bottom: 36px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCareer02LR .boxCont01 .boxImg {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 36px;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer02LR .boxCont01InTbc {
    height: auto;
    padding: 7% 0;
    font-size: 5.0vw;
  }
}

.boxCareer02LR .icnCareerArrow00 {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}
@media all and (max-width: 640px){
  .boxCareer02LR .icnCareerArrow00 {
    width: 8%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}

.boxCareer02LR .boxCont02 {
  padding: 15px 0;
  border: 1px #39a446 solid;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.37rem;
  font-weight: bold;
}
@media all and (max-width: 640px){
  .boxCareer02LR .boxCont02 {
    padding: 5%;
    letter-spacing: 0.1em;
    font-size: 4.5vw;
  }
}

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

.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;
}
@media all and (max-width: 640px){
  .boxCareer03 {
    padding: 4% 0 0 0;
    background-image: url('./../../images/career/career-bg01.jpg');
  }
}

.boxCareer03In {
  position: relative;
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxCareer03In {
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 7%;
  }
}

.boxCareer03In .ttlBase07 {
  margin-bottom: 40px;
  font-size: 1.65rem;
}
@media all and (max-width: 640px){
  .boxCareer03In .ttlBase07 {
    margin-bottom: 10%;
    font-size: 5.3vw;
  }
}

.boxCareer03In .boxImg {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg {
    margin-bottom: 7%;
    padding: 0;
    border: 0;
  }
}

.boxCareer03In .boxImg .icnCareerExample {
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample {
    width: 15%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no01 {
  top: 142px;
  left: 61%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no01 {
    top: 30vw;
    left: 59%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no02 {
  top: 246px;
  left: 33.5%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no02 {
    top: 51vw;
    left: 35.5%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no03 {
  top: 365px;
  left: 33.5%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no03 {
    top: 68vw;
    left: 35.5%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no04 {
  top: 465px;
  left: 33.5%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no04 {
    top: 84vw;
    left: 35.5%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no05 {
  top: 465px;
  left: 61%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no05 {
    top: 84vw;
    left: 62%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no06 {
  top: 465px;
  left: 88.5%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no06 {
    top: 84vw;
    left: 89%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no07 {
  top: 565px;
  left: 33.5%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no07 {
    top: 99vw;
    left: 35.5%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no08 {
  top: 565px;
  left: 61%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no08 {
    top: 99vw;
    left: 62%;
  }
}

.boxCareer03In .boxImg .icnCareerExample.no09 {
  top: 565px;
  left: 88.5%;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxImg .icnCareerExample.no09 {
    top: 99vw;
    left: 89%;
  }
}

.boxCareer03In .boxCareerExample {
  display: none;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxCareerExample {
    display: none;
  }
}

.boxCareer03In .boxCareerExample .ttl {
  display: table;
  width: 100%;
  height: 50px;
  margin-bottom: 5%;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxCareerExample .ttl {
    height: 12vw;
    font-size: 5.0vw;
  }
}

.boxCareer03In .boxCareerExample .ttl .txtHead {
  display: table-cell;
  width: 12%;
  background-color: #0d6913;
  vertical-align: middle;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxCareerExample .ttl .txtHead {
    width: 12%;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxCareerExample .ttl .small {
    font-size: 4.0vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxCareerExample .boxExampleContIn .ttl2 {
    letter-spacing: 0.1em;
    font-size: 6.0vw;
  }
}

.boxCareer03In .boxCareerExample dl {
  display: table;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxCareer03In .boxCareerExample dl {
    font-size: 5.0vw;
  }
}

.boxCareer03In .boxCareerExample dt {
  display: table-cell;
}

.boxCareer03In .boxCareerExample dt:after {
  content: '：';
}

.boxCareer03In .boxCareerExample dd {
  display: table-cell;
}

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

.boxCareer03In02 li {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxCareer03In02 li{
    margin-bottom: 3%;
  }
}

.boxCareer04 {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media all and (max-width: 640px){
  .boxCareer04 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20%;
  }
}

.boxCareer04 .boxBaseCom {
  margin-bottom: 34px;
}
@media all and (max-width: 640px){
  .boxCareer04 .boxBaseCom {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 34px;
  }
}

.boxCareerTb table {
  width: 100%;
  margin-bottom: 26px;
  border-collapse: collapse;
}
@media all and (max-width: 640px){
  .boxCareerTb table {
    margin: 0 auto;
    margin-bottom: 26px;
  }
}

@media all and (max-width: 640px){
  .boxWelfareTbR .boxCareerTb table {
    width: 100%;
  }
}

.boxCareerTb table th {
  height: 38px;
  vertical-align: middle;
  font-weight: normal;
}
@media all and (max-width: 640px){
  .boxCareerTb table th {
    height: 10vw;
    line-height: 1.1;
  }
}

@media all and (max-width: 640px){
  .boxWelfareTbR .boxCareerTb table th:first-child{
    display: none;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareerTb table tr:first-child th:first-child {
    width: 100%;
  }
}

@media all and (max-width: 640px){
  .boxWelfareTbR .boxCareerTb table tr:first-child th:first-child {
    width: 45%;
  }
}

.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;
  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;
}
@media all and (max-width: 640px){
  .boxCareerTb table tr td {
    line-height: 1.1;
  }
}

@media all and (max-width: 640px){
  .boxWelfareTbR table tr td {
    height: 10vw;
  }
}

.boxCareerTb table tr td:nth-child(2) {
  padding-right: 5.5%;
  text-align: right;
}

@media all and (max-width: 640px){
  .boxCareerTb table tr:nth-child(4) th,
  .boxCareerTb table tr:nth-child(7) th {
    height: 14vw;
  }
}

@media all and (max-width: 640px){
  .boxWelfareTbR .boxCareerTb table tr:nth-child(4) td,
  .boxWelfareTbR .boxCareerTb table tr:nth-child(7) td {
    height: 14vw;
  }
}

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

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

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

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

.boxCareer05Wrap .boxBaseCom {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  .boxCareer05Wrap .boxBaseCom {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}

.boxCareer05 {
  background-image: url('./../../images/career/career-bg02.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media all and (max-width: 640px){
  .boxCareer05 {
    padding: 7% 0;
    background-image: url('./../../images/career/career-bg02.jpg');
  }
}

.boxCareer05LR {
  display: table;
  width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxCareer05LR {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.boxCareer05L {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}
@media all and (max-width: 640px){
  .boxCareer05L {
    display: block;
    width: 100%;
    margin-bottom: 15%;
    text-align: center;
  }
}

.boxCareer05R {
  position: relative;
  display: table-cell;
  width: 60%;
  padding-top: 73px;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxCareer05R {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxCont01 {
    top: 0;
    left: 0;
    width: 13%;
    min-height: auto;
    padding-top: 70%;
    background-image: url('./../../images_sp/career/sp-career-icn-arrow01.png');
    background-size: 70%;
    font-size: 1.65rem;
  }
}

.boxCareer05R .boxCont01 img {
  position: absolute;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxCont01 img {
    width: 40%;
  }
}

.boxCareer05R .boxCont01 span.writeModeLR {
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 100%;
}

.boxCareer05R .boxCont02 {
  margin-bottom: 50px;
  padding-left: 100px;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxCont02 {
    margin-bottom: 7%;
    padding-left: 15%;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxYear6 .txt01,
  .boxCareer05R .boxYear5 .txt01,
  .boxCareer05R .boxYear4 .txt01,
  .boxCareer05R .boxYear3 .txt01,
  .boxCareer05R .boxArrow02 .txt01 {
    width: 26%;
    letter-spacing: 0.05em;
    font-size: 4.3vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxYear6 .txt01:before,
  .boxCareer05R .boxYear5 .txt01:before,
  .boxCareer05R .boxYear4 .txt01:before,
  .boxCareer05R .boxYear3 .txt01:before {
    content: '■';
    margin-right: 1%;
    font-size: 4.2vw;
  }
}

.boxCareer05R .boxYear6 .txt01 .large,
.boxCareer05R .boxYear5 .txt01 .large,
.boxCareer05R .boxYear4 .txt01 .large,
.boxCareer05R .boxYear3 .txt01 .large {
  line-height: 1.0;
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxYear6 .txt01 .large,
  .boxCareer05R .boxYear5 .txt01 .large,
  .boxCareer05R .boxYear4 .txt01 .large,
  .boxCareer05R .boxYear3 .txt01 .large {
    font-size: 6.0vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxYear6 .txt02,
  .boxCareer05R .boxYear5 .txt02,
  .boxCareer05R .boxYear4 .txt02,
  .boxCareer05R .boxYear3 .txt02,
  .boxCareer05R .boxArrow02 .txt02 {
    width: 74%;
    padding: 1%;
    letter-spacing: 0.05em;
    font-size: 4.0vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxYear5 .txt02 .small,
  .boxCareer05R .boxYear4 .txt02 .small {
    margin-left: 1%;
    letter-spacing: -0.03em;
    font-size: 3.2vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxYear6 .txt02In,
  .boxCareer05R .boxYear5 .txt02In,
  .boxCareer05R .boxYear4 .txt02In,
  .boxCareer05R .boxYear3 .txt02In {
    margin-right: 3%;
    padding: 3% 0 3% 0.2em;
    letter-spacing: 0.2em;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxArrow02 .txt02In {
    height: 30px;
    width: 19%;
    background-image: url('./../../images_sp/career/sp-career-icn-arrow03.png');
    background-position: 50% center;
    background-size: 40%;
  }
}

.boxCareer05R .boxYear3 .txt02In {
  margin-left: -3px;
  margin-bottom: -3px;
  border: 3px #39a446 solid;
}

.boxCareer05R .boxArrow02 .txt02In02 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxArrow02 .txt02In02 {
    left: 23%;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 1%;
    padding: 1% 2%;
    letter-spacing: normal;
    font-size: 4.0vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCareer05R .boxArrow01,
  .boxCareer05R .boxArrow03 {
    height: 30px;
    background-image: url('./../../images_sp/career/sp-career-icn-arrow02.png');
    background-position: 33% center;
    background-size: 5.5%;
  }
}

.boxCareer05R .ulCareer05R li {
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxCareer05R .ulCareer05R li {
    margin-bottom: 3%;
  }
}


/* Career Plan */
.boxCareerplan {
  margin-bottom: 50px;
}
.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/experience/experience-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: 18px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
}
.boxCareerplan01 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #151515;
}

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

.boxCareerplan0101FOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxCareerplan0101FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
}

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

.boxCareerplan0101FOne .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 56px;
  margin-bottom: 20px;
  padding-left: 20px;
  background-image: url('./../../images/careerplan/careerplan0101-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCareerplan0101FOne .ttl02 {
    height: 15vw;
    margin-bottom: 5vw;
    padding-left: 5vw;
    background-image: url('./../../images_sp/careerplan/sp-careerplan0101-bg01.png');
    background-size: auto 15vw;
    font-size: 1.35rem;
  }
}

@media all and (max-width: 640px){
  .boxCareerplan0101FOne .ttl02.btnAccordionSp {
    position: relative;
    border: 0;
    color: #000;
  }
}

@media all and (max-width: 640px){
  .boxCareerplan0101FOne .ttl02 .icnAccordionSp {
    position: absolute;
    right: 7vw;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6vw;
  }
}

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

.boxCareerplan0101FOne .ul01 > li {
  margin-bottom: 15px;
  padding-left: 20px;
}
@media all and (max-width: 640px){
  .boxCareerplan0101FOne .ul01 > li {
    margin-bottom: 5vw;
    padding-left: 3vw;
  }
}

.boxCareerplan0101FOne .ul01 > li:before {
  content: '■';
  margin-right: 10px;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxCareerplan0101FOne .ul01 > li:before {
    margin-right: 2vw;
  }
}

/*
.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 #94090b solid;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #151515;
}
.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;
  color: #0d2252;
}
.boxCareerplan0102 .boxContTop01 .ttl03 .ttlJa {
  margin-bottom: 24px;
  letter-spacing: 0.07em;
  font-size: 2.2rem;
}
.boxCareerplan0102 .boxContTop01 .ttl03 .ttlEn {
  font-size: 0.8rem;
}
.boxCareerplan0102 .boxContTop01 .ttl03 .ttlEn .first {
  font-size: 1.2rem;
}
.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 #ccc solid;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #151515;
}
.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: #002c53;
  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: #151515;
}
.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: #151515;
}
.boxCareerplan0102 .boxCont01 .boxBaseCom {
  margin-bottom: 0;
  padding: 22px 25px 22px 25px;
  line-height: 1.7;
}
/* /Career Plan */


/***** Company *****/
/*##### Company Logo #####*/
.boxCompanyLogo {
  margin-bottom: 88px;
  padding-top: 17px;
  text-align: center;
}

/*##### Company Message #####*/
.boxCompanyMessageWrap {
  min-height: 1000px;
  margin-bottom: 90px;
  padding: 72px 0 50px 0;
}
@media all and (max-width: 640px){
  .boxCompanyMessageWrap {
    min-height: 100%;
    margin-bottom: 20%;
    padding: 0;
  }
}

.boxCompanyMessage {
  position: relative;
  min-height: 100vh;
  background-color: #e2f6f4;
}
@media all and (max-width: 640px){
  .boxCompanyMessage {
    position: relative;
    min-height: 100vh;
  }
}

.boxCompanyMessageLR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxCompanyMessageLR {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.boxCompanyMessageL {
  position: relative;
  width: 510px;
}
@media all and (max-width: 640px){
  .boxCompanyMessageL {
    display: none;
    width: 100%;
    vertical-align: top;
  }
}

.boxCompanyMessageL > .boxImg {
  position: absolute;
  top: 80px;/*-72px;*/
  left: 0;
  width: 466px;
}

.boxCompanyMessageR {
  position: relative;
  width: 470px;
  margin: 0 auto;
  padding: 78px 0 150px 0;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15% 0 15% 0;
    vertical-align: top;
  }
}

.boxCompanyMessageR > .ttlBase02 {
  margin-bottom: 46px;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR > .ttlBase02 {
    margin-bottom: 8%;
  }
}

.boxCompanyMessageR .ttl01 {
  margin-bottom: 1.0em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #006b6b;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR .ttl01 {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 640px){
  .boxCompanyMessageR .boxBaseCom.no01 {
    text-align: center;
    font-size: 4.6vw;
    font-weight: 700;
  }
}

.boxCompanyMessageR > .boxBaseCom p {
  margin-bottom: 23px;
}

@media all and (max-width: 640px){
  .boxCompanyMessageR > .boxImg.dSp {
    margin-bottom: 8%;
  }
}

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

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

.boxCompanyMessageR .boxBaseSign {
  bottom: 70px;
  right: 0;
  left: auto;
  text-align: left;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR .boxBaseSign {
    font-size: 1.0rem;
  }
}

.boxCompanyMessageR .boxBaseSign .txtCompanyName {
  display: inline-block;
  margin-bottom: 0.55em;
}

.boxCompanyMessageR .boxBaseSign .dlCompanyCEO {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.boxCompanyMessageR .boxBaseSign .dlCompanyCEO > dt {
  margin-right: 12px;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR .boxBaseSign .dlCompanyCEO > dt {
    margin-right: 2vw;
    font-size: 0.9rem;
  }
}

.boxCompanyMessageR .boxBaseSign .dlCompanyCEO > dd {
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR .boxBaseSign .dlCompanyCEO > dd {
    font-size: 1.3rem;
  }
}


/**### Company Prof ###**/
.boxCompanyProf {
  margin-bottom: 5em;
}

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

.boxCompanyProf01FOne {
  width: 31%;
}
@media all and (max-width: 640px){
  .boxCompanyProf01FOne {
    width: 100%;
    margin-bottom: 11vw;
  }
}

.boxCompanyProf01FOne .boxImg {
  margin-bottom: 1.2em;
}

@media all and (max-width: 640px){
  .boxCompanyProf01FOne .boxImg img {
    width: 100%;
  }
}

.boxCompanyProf01FOne .boxTxt .ttl01 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #003686;
}

.boxCompanyProf01FOne .boxTxt .ttl01:before {
  content: '■';
  position: relative;
  top: -0.2em;
  margin-right: 0.7em;
  font-size: 0.72rem;
  color: #00a2f0;
}

.boxCompanyProf01FOne .boxTxt .boxAddress {
  margin-bottom: 1.2em;
  line-height: 1.5;
}
@media all and (max-width: 640px){
  .boxCompanyProf01FOne .boxTxt .boxAddress {
    margin-bottom: 1.0em;
  }
}

.boxCompanyProf01FOne .boxTxt .boxAddress .txtZipcode {
  display: block;
}

.boxCompanyProf01FOne .boxTxt .boxAddress .txtAddress {
  display: block;
}

.boxCompanyProf01FOne .boxTxt .boxAddress .txtAddress .txtMap {
  color: #cf1326;
}

.boxCompanyProf01FOne .boxTxt .ttl02 {
  margin-bottom: 1.0em;
  padding: 0.5em 0;
  text-align: center;
  background-color: #dedede;
  font-size: 1.13rem;
  font-weight: 700;
}

.boxCompanyProf01FOne .boxTxt .ul01 > li {
  margin-bottom: 0.5em;
  padding-left: 0.8em;
  background-image: url('./../../images/company/company-prof-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: auto auto;
  line-height: 1.4;
}

.boxCompanyBnWrap {
  margin-bottom: 3em;
}

.boxCompanyBn {
  text-align: center;
}



/**### Company Chara ###**/
.boxCompanyCharaWrap {
  margin-bottom: 7em;
  padding: 7em 0;
  background-color: #DFE9F7;
}
@media all and (max-width: 640px){
  .boxCompanyCharaWrap {
    margin-bottom: 12vw;
    padding: 13vw 0;
  }
}

.boxCompanyChara01FOne {
  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: 5em;
}
@media all and (max-width: 640px){
  .boxCompanyChara01FOne {
    display: block;
    margin-bottom: 3em;
  }
}

.boxCompanyChara01FOne:last-child {
  margin-bottom: 0;
}

.boxCompanyChara01FOne .boxImg {
  width: 35%;
  background-color: #ccc;
}
@media all and (max-width: 640px){
  .boxCompanyChara01FOne .boxImg {
    width: 100%;
    margin-bottom: 1.0em;
  }
}

@media all and (max-width: 640px){
  .boxCompanyChara01FOne .boxImg img {
    width: 100%;
  }
}

.boxCompanyChara01FOne .boxTxt {
  width: 60%;
}
@media all and (max-width: 640px){
  .boxCompanyChara01FOne .boxTxt {
    width: 100%;
  }
}

.boxCompanyChara01FOne .boxTxt .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanyChara01FOne .boxTxt .ttl01 {
    margin-bottom: 0.7em;
    font-size: 1.2rem;
  }
}

.boxCompanyChara01FOne .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxCompanyChara01FOne .boxTxt .boxBaseCom {
    font-size: 1.0rem;
  }
}


/**### Company Cont01 ###**/
.boxCompanyCont01 {
  margin-bottom: 8em;
}
@media all and (max-width: 640px){
  .boxCompanyCont01 {
    margin-bottom: 10vw;
  }
}

.boxCompanyCont01 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 70px;
  margin-bottom: 32px;
  padding: 0.5em 2.0em;
  background-color: #ff8b09;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCompanyCont01 .ttl01 {
    min-height: 15vw;
    margin-bottom: 5vw;
    padding: 0.5em 2.0em;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

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

.boxCompanyCont01LR.type02 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

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

.boxCompanyCont01R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanyCont01R .ttl02 {
    margin-bottom: 3vw;
    font-size: 1.4rem;
  }
}

.boxCompanyCont01R .boxBaseCom p {
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  .boxCompanyCont01R .boxBaseCom p {
    margin-bottom: 5vw;
  }
}

.boxCompanyCont01R .boxBaseCom p:last-child {
  margin-bottom: 0;
}


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

/****************/
.boxCompany0102LR{
  display: table;
  width: 100%;
  margin-bottom: 75px;
}
.boxCompany0102L{
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.boxCompany0102LR .ttlMissionV01,
.boxCompany0102LR .ttlMissionV02 {
  position: relative;
  width: 100%;
  margin-bottom: 7%;
  padding-top: 8%;
  background-image: url('./../../images_sp/company/sp-company-ttl-bg04.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.boxCompany0102LR .ttlMissionV02 {
  margin-bottom: 25px;
}

.boxCompany0102LR .ttlMissionV01 .ttl2In,
.boxCompany0102LR .ttlMissionV02 .ttl2In {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  display: table;
  width: 95%;
  padding-left: 0.5%;
}
.boxCompany0102LR .ttlMissionV02 .ttl2In {
  display: block;
}

.boxCompany0102LR .ttlMissionV01 .ttlEn{
  display: table-cell;
  width: 31%;
  padding-left: 3%;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  /*font-size: 3.5vw;*/
  font-weight: bold;
}
.boxCompany0102LR .ttlMissionV02 .ttlEn{
  display: block;
  width: 100%;
  padding-left: 8%;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  /*font-size: 3.5vw;*/
  font-weight: bold;
}
.boxCompany0102LR .ttlMissionV01 .ttlJa{
  display: table-cell;
  width: 69%;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 2.15rem;
  /*font-size: 6.0vw;*/
}
.boxCompany0102LR .ttlMissionV02 .ttlJa{
  display: block;
  width: 100%;
  margin-bottom: 0;/*5px;*/
  padding-left: 30px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.15rem;
  /*font-size: 6.0vw;*/
}
/****************/
.boxCompany0102LR .boxCont{
  /*width: 466px;*/
  padding: 0 20px;
}
.boxCompany0102LR .boxContIn {
  margin-bottom: 30px;
}
.boxCompany0102LR .boxBaseCom{
  font-size: 1.15rem;
}
.boxCompany0102L .boxBaseCom{
  /*margin-bottom: 20px;*/
}
.boxCompany0102LR .boxContLR{
  display: table;
  width: 100%;
  height: 80px;
  margin-bottom: 22px;
  text-align: left;
}
.boxCompany0102LR .boxContL{
  display: table-cell;
  width: 12%;
  vertical-align: middle;
}
.boxCompany0102LR .boxContR{
  display: table-cell;
  width: 88%;
  vertical-align: middle;
  letter-spacing: 0.15em;
  font-size: 1.28rem;
  font-weight: bold;
}
.boxCompany0102LR .boxContLR .txtNum{
  display: inline-block;
  width: 35px;
  padding: 8px 0;
  text-align: center;
  line-height: 1.0;
  font-size: 1.4rem;
  font-weight: bold;
}



.boxCompany02,
.boxCompany07,
.boxCompany08 {
  margin-bottom: 100px;
}
@media all and (max-width: 640px){
  .boxCompany02,
  .boxCompany07,
  .boxCompany08 {
    margin-bottom: 15vw;
  }
}

.boxCompany07 .boxBaseCom {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.33rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany07 .boxBaseCom {
    /*text-align: left;*/
    font-size: 1.13rem;
  }
}

.boxCompany08 .ttl {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.23rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany08 .ttl {
    margin-bottom: 7vw;
    line-height: 1.4;
    font-size: 1.23rem;
  }
}

.boxCompany08 .ol01 {
  padding: 0 0 0 350px;
}
@media all and (max-width: 640px){
  .boxCompany08 .ol01 {
    padding: 0;
  }
}

.boxCompany08 .ol01 > li {
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  font-size: 1.23rem;
}
@media all and (max-width: 640px){
  .boxCompany08 .ol01 > li {
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}


.boxCompany0201 .boxBaseCom {
  text-align: center;
  line-height: 2.0;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxCompany0201 .boxBaseCom {
    text-align: left;
    line-height: 1.8;
    font-size: 1.0rem;
  }
}

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

.boxCompany0201FOne {
  width: 100%;
  /*margin-right: 10%;*/
  margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}

.boxCompany0201FOne:last-child {
  margin-bottom: 0;
}

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

.boxCompany0201FOne .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;/*466px;*/
  height: 56px;
  margin-bottom: 30px;
  padding-left: 2.0em;
  background-image: url('./../../images/company/company02-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  /*font-style: italic;*/
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne .ttl01 {
    width: 100%;
    height: 14vw;
    margin-bottom: 5vw;
    padding-left: 2em;
    background-image: url('./../../images_sp/company/sp-company02-ttl-bg01.png');
    background-size: 100% auto;
  }
}

.boxCompany0201FOne .ttl01 .ttlEn {
  margin-right: 50px;
  letter-spacing: 0.14em;
  font-size: 1.3rem;
  color: #0b83c7;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne .ttl01 .ttlEn {
    margin-right: 6vw;
    font-size: 0.98rem;
  }
}

.boxCompany0201FOne .ttl01 .ttlJa {
  letter-spacing: 0.2em;
  font-size: 1.9rem;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne .ttl01 .ttlJa {
    font-size: 1.3rem;
  }
}

.boxCompany0201FOne .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne .ttl02 {
    margin-bottom: 5vw;
    font-size: 1.15rem;
  }
}

.boxCompany0201FOne .p01 {
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne .p01 {
    font-size: 1.3rem;
  }
}

.boxCompany0201FOne .boxBaseCom {
  font-size: 1.13rem;
}

.boxCompany0201FOne .ulBase01 > li,
.boxCompany0201FOne .olBase01 > li {
  font-size: 1.13rem;
}

.boxCompany0201FOne .ulBase01 > li:last-child,
.boxCompany0201FOne .olBase01 > li:last-child {
  margin-bottom: 0;
}


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

.boxCompany04 {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 85px;
}
@media all and (max-width: 640px){
  .boxCompany04{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}

.boxCompany04LR {
  display: table;
  width: 87%;
  margin: 0 auto;
}
.boxCompany04L,
.boxCompany04R {
  display: table-cell;
  width: 100%;
}
.boxCompany04L {
  padding-right: 2.5%;
}
.boxCompany04R {
  display: none;
  padding-left: 2.5%;
}

.boxCompany04LR .dl01 {
  display: table;
  width: 100%;
  margin-bottom: 14px;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 {
    display: block;
    margin-bottom: 3vw;
  }
}

.boxCompany04LR .dl01 > dt {
  display: table-cell;
  width: 23%;
  padding-left: 1.8em;
  padding-bottom: 14px;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  /*background-size: 83% 1px;*/
  background-size: 100% 1px;
  text-indent: -1.8em;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dt {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 3vw;
    background-image: url('./../../images/company/company-border02.png');
    text-indent: 0;
  }
}

.boxCompany04LR .dl01 > dt > span:before {
  content: '■';
  margin-left: 3px;
  margin-right: 8px;
  font-size: 0.9rem;
  color: #dcff61;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dt > span:before {
    content: '■';
    margin-left: 3px;
    margin-right: 8px;
    font-size: 0.8rem;
  }
}

.boxCompany04LR .dl01 > dd {
  display: table-cell;
  width: 77%;
  padding-bottom: 14px;
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 2.0;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd {
    display: block;
    width: 100%;
    padding-bottom: 3vw;
    background-image: none;
    /*
    background-image: url('./../../images/company/company-border02.png');
    background-size: 100% 1px;*/
    line-height: 2.0;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd .ulAddress > li {
    font-size: 0.9rem;
  }
}

.boxCompany04LR .dl01 > dd .boxCompanyNameOne.no01 {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd .boxCompanyNameOne.no01 {
    margin-bottom: 5vw;
  }
}

.boxCompany04LR .dl01 > dd .boxCompanyNameOne .ttl {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd .boxCompanyNameOne .ttl {
    margin-bottom: 2vw;
    font-size: 0.95rem;
  }
}

.boxCompany04LR .dl01 > dd .linkGoogleMap,
.boxCompany04LR .dl01 > dd .linkHomepage {
  text-decoration: underline;
}
.boxCompany04LR .dl01 > dd .linkGoogleMap:hover,
.boxCompany04LR .dl01 > dd .linkHomepage:hover {
  text-decoration: none;
}

.boxCompany04LR .dl01 > dd dl.dl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.0;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd dl.dl02 {
    display: block;
  }
}

.boxCompany04LR .dl01 > dd dl.dl02.no01 {
  margin-top: -1.4em;
}

.boxCompany04LR .dl01 > dd dl.dl02 > dt,
.boxCompany04LR .dl01 > dd dl.dl02 > dd {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  text-indent: 0;
  line-height: 2.0;
}

.boxCompany04LR .dl01 > dd dl.dl02 > dt {
  width: 22%;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd dl.dl02 > dt {
    width: 100%;
  }
}

.boxCompany04LR .dl01 > dd dl.dl02 > dt:after {
  content: '';
  margin: 0 10px;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd dl.dl02 > dt:after {
    content: '';
    margin: 0 5vw;
  }
}

.boxCompany04LR .dl01 > dd dl.dl02 > dt .str2 {
  letter-spacing: 3.1em;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd dl.dl02 > dt .str2 {
    letter-spacing: normal;
  }
}

.boxCompany04LR .dl01 > dd dl.dl02 > dt .str3 {
  letter-spacing: 1.05em;
}
@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd dl.dl02 > dt .str3 {
    letter-spacing: normal;
  }
}

@media all and (max-width: 640px){
  .boxCompany04LR .dl01 > dd dl.dl02 > dd {
    padding-left: 1.0em;
  }
}

.boxCompany04LR .dl01 > dd .decoMark01{
  display: inline-block;
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.boxCompany04LR .dl01 > dd .decoMark01:before{
  content: '●';
  margin-right: 5px;
  margin-left: 2px;
  font-size: 0.8rem;
  color: #d3d3d4;
}

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



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



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

.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){
  .boxCompanyHistory .dl01 {
    line-height: 1.8;
  }
}

.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: #f2f2f2;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  /*color: #ea5514;*/
}
@media all and (max-width: 640px){
  .boxCompanyHistory .dl01 > dt {
    width: 28%;
    padding: 3% 0;
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-size: 3.3vw;
  }
}

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

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

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



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



/* Contact */
.boxContactFormWrap {
  width: 80%;
  min-width: 820px;
  max-width: 1040px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxContactFormWrap {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 0 4.5vw;
  }
}

.boxContactFormWrap.pageThanks {
  width: 100%;
  margin-top: 70px;
}
@media all and (max-width: 640px){
  .boxContactFormWrap.pageThanks {
    margin-top: 17vw;
  }
}

.boxContactTopCom {
  margin-top: -30px;
  margin-bottom: 35px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxContactTopCom {
    margin-top: 0;
    margin-bottom: 6vw;
    font-size: 0.85rem;
  }
}

.boxContactTopCom .small {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
}
@media all and (max-width: 640px){
  .boxContactTopCom .small {
    font-size: 0.7rem;
  }
}

.formContact .dlForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 13px 0;
  /*border-bottom: 1px #0d0d0d solid;*/
  font-size: 1.12rem;
}
.pageDownload .formContact .dlForm.beforePrivacy {
  margin-bottom: 1.0em;
}
@media all and (max-width: 640px){
  .formContact .dlForm {
    display: block;
    width: 100%;
    padding: 3% 0 5% 0;
  }
}

.formContact .dlForm.dlCont {
  margin-bottom: 35px;
}
.formContact.modeConfirm .dlForm.dlCont {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .formContact .dlForm.dlCont {
    margin-bottom: 4vw;
  }
}

.formContact.modeConfirm .dlForm {
  padding: 20px 0;
}

.formContact.modeConfirm .dlForm.last{
  margin-bottom: 60px;
}

.formContact .dlForm > dt {
  position: relative;
  width: 20%;
  /*padding-left: 80px;*/
  padding-top: 0.9em;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}
.single-recruit .formContact .dlForm > dt {
  width: 25%;
}
@media all and (max-width: 640px){
  .formContact .dlForm > dt {
    width: 100%;
    margin-bottom: 3.5vw;
    padding-top: 0;
    font-size: 1.0rem;
  }
  .single-recruit .formContact .dlForm > dt {
    width: 100%;
  }
}

.formContact.modeConfirm .dlForm > dt {
  width: 27%;
  padding-top: 0;
}
.single-recruit .formContact.modeConfirm .dlForm > dt {
  width: 25%;
}
@media all and (max-width: 640px){
  .formContact.modeConfirm .dlForm > dt {
    width: 100%;
    margin-bottom: 2%;
  }
  .single-recruit .formContact.modeConfirm .dlForm > dt {
    width: 100%;
  }
}

.formContact .dlForm > dt .str2 {
  letter-spacing: 1.0em;
}

.formContact .dlForm > dt .markRequired,
.formContact .dlForm > dt .markNotRequired {
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
  display: inline-block;
  padding: 5px 7px 5px 7px;
  line-height: 1.0;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .formContact .dlForm > dt .markRequired,
  .formContact .dlForm > dt .markNotRequired{
    padding: 2% 3% 2% 3%;
    font-size: 1.0rem;
  }
}


.formContact .dlForm > dt .markRequired {
  /*background-color: #151515;*/
  color: #cf1326;
}

.formContact .dlForm > dt .markNotRequired {
  border: 2px #151515 solid;
  background-color: #fff;
  color: #151515;
}

.formContact .dlForm > dt .markRequired .str2,
.formContact .dlForm > dt .markNotRequired .str2 {
  letter-spacing: 1.0em;
}

.formContact.modeConfirm .dlForm > dt .markRequired,
.formContact.modeConfirm .dlForm > dt .markNotRequired{
  display: none;
}
@media all and (max-width: 640px){
  .formContact.modeConfirm .dlForm > dt .markRequired,
  .formContact.modeConfirm .dlForm > dt .markNotRequired{
    /*display: none;*/
  }
}

.formContact .dlForm > dd {
  width: 80%;
  font-size: 1.0rem;
}
.single-recruit .formContact .dlForm > dd {
  width: 73%;
}
@media all and (max-width: 640px){
  .formContact .dlForm > dd {
    width: 100%;
    font-size: 1.0rem;
  }
  .single-recruit .formContact .dlForm > dd {
    width: 100%;
  }
}

.formContact.modeConfirm .dlForm > dd {
  width: 73%;
  line-height: 1.5;
}
.single-recruit .formContact.modeConfirm .dlForm > dd {
  width: 73%;
}
@media all and (max-width: 640px){
  .formContact.modeConfirm .dlForm > dd {
    width: 100%;
    font-size: 1.1rem;
  }
  .single-recruit .formContact.modeConfirm .dlForm > dd {
    width: 100%;
  }
}


.formContact .dlForm > dd .boxRadioWrap {
  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;
  padding: 14px 0 0 20px;
  line-height: 1.8;
}
.pageDownload .formContact .dlForm > dd .boxRadioWrap {
  padding: 10px 0 0 20px;
  font-size: 1.25rem;
}
@media all and (max-width: 640px){
  .pageDownload .formContact .dlForm > dd .boxRadioWrap {
    padding: 10px 0 0 20px;
    font-size: 1.25rem;
  }
}

.formContact .dlForm > dd .boxRadioWrap .radioWrap:not(:last-child) {
  margin-right: 30px;
}


.formContact .dlForm > dd .ulContSelect {
  display: inline-block;
  display: block;
}

.formContact .dlForm > dd .txtCaution {
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
  letter-spacing: 0.15em;
  font-size: 0.97rem;
}

.formContact .dlForm > dd .ulContSelect li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.formContact .dlForm > dd .txtCom01 {
  padding-top: 5px;
}

.formContact.modeConfirm .dlForm > dd .txtCom01 {
  display: none;
}

.formContact .dlForm > dd input,
.formContact .dlForm > dd select,
.formContact .dlForm > dd textarea {
  box-sizing: border-box;
  padding: 13px 20px;
  border: 1px #151515 solid;
  background-color: #f9f9f9;
  border-radius: 0;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  color: #151515;
}
@media all and (max-width: 640px){
  .formContact .dlForm > dd input,
  .formContact .dlForm > dd select,
  .formContact .dlForm > dd textarea {
    padding: 1.5vw 3vw;
    font-size: 4.5vw;
  }
}

@media all and (max-width: 640px){
  .formContact .dlForm > dd input[type="text"],
  .formContact .dlForm > dd input[type="email"],
  .formContact .dlForm > dd select,
  .formContact .dlForm > dd textarea {
    width: 100%;
  }
}

.formContact .dlForm > dd input[type="file"] {
  padding: 0;
  border: 0;
}

.formContact .dlForm > dd input[name="del_attach0"] {
  border: 0;
  background: 0;
  cursor: pointer;
  font-size: 1.3rem;
}

.formContact .dlForm > dd label[for="del_attach0"] {
  cursor: pointer;
}

.formContact .dlForm > dd .ulContSelect li {
  float: left;
  margin-right: 30px;
}

.formContact .dlForm > dd .ulContSelect li input {
  margin-right: 3px;
  vertical-align: middle;
}


:placeholder-shown{
  font-family: inherit;
  color: #bbb;
  font-weight: inherit;
}
::-webkit-input-placeholder{
  font-family: inherit;
  color: #bbb;
  font-weight: inherit;
}
:-moz-placeholder{
  font-family: inherit;
  color: #bbb;
  font-weight: inherit;
}
::-moz-placeholder{
  font-family: inherit;
  color: #bbb;
  font-weight: inherit;
}
:-ms-input-placeholder{
  font-family: inherit;
  color: #bbb;
  font-weight: inherit;
}


.formContact input[name="age"]{
  width: 100px;
}
.formContact input[name="my_name"],
.formContact input[name="my_name_kana"]{
  width: 100%;
}
.formContact input[name="email"]{
  width: 100%;
}
.formContact input[name="telno"],
.formContact input[name="faxno"]{
  width: 100%;
}
.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;
}
@media all and (max-width: 640px){
  .formContact textarea[name="cont"]{
    height: 30vw;
  }
}

.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: 15px 0;
  margin: 0 auto;
  margin-bottom: 60px;
  /*border: 1px #0d0d0d solid;*/
  background-color: #eaeaea;
  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: #151515;
}
.boxContactCheckPrivacyP02 span{
  font-weight: bold;
}
.boxContactSubmitBtn{
  position: relative;
  min-height: 72px;
  margin-bottom: 25px;
  text-align: center;
}
.boxContactSubmitBtn .btnContact01{
  width: 440px;
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color: #cf1326;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow06-white.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 8px auto;
/*
  background-image: url('./../../images/recruit/recruit-s-btn-submit.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
*/
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.boxContactSubmitBtn .btnContact02{
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color: #cf1326;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow06-white.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 8px auto;
/*
  background-image: url('./../../images/recruit/recruit-s-btn-submit2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
*/
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.boxContactSubmitBtn .btnContactBack{
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color: #747474;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow07.png');
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 8px auto;
/*
  background-image: url('./../../images/recruit/recruit-s-btn-back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
*/
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  color: #fff;
}
.boxFormErrorParts{
  padding: 5px 0 0 0;
}
.boxFormErrorParts.type02{
  padding: 5px 0 10px 0;
}
.boxFormErrorParts .txtErrmsg{
  font-size: 0.9rem;
  color: #ff0000;
}
.boxContactThanks {
  margin-bottom: 40px;
  margin-top: 50px;
  padding: 42px 60px 0 60px;
  border: 2px #000 solid;
}

.boxContactThanks > .ttlBase02{
  margin-bottom: 37px;
  padding-bottom: 30px;
  letter-spacing: 0.17em;
  font-size: 1.6rem;
  color: #000;
}
@media all and (max-width: 640px){
  .boxContactThanks > .ttlBase02{
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    font-size: 1.5rem;
  }
}

.boxContactThanks > .ttl{
  margin-bottom: 55px;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxContactThanks > .ttl{
    margin-bottom: 7vw;
    font-size: 4.0vw;
  }
}

.boxContactThanksIn{
  margin-bottom: 42px;
}
.boxContactThanksIn p{
  margin-bottom: 17px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
}
/* /Contact */


/*##### Crosstalk #####*/
.boxCrosstalk01TabWrap {
  background-image: url('./../../images/crosstalk/crosstalk01-tab-shadow-bg01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabWrap {
    padding-top: 4.1vw;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab-shadow-bg01.png');
    background-size: 100% auto;
  }
}

.boxCrosstalk01Tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab {
    padding: 0 2%;
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 93px;
  padding: 14px 0 0 62px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01 {
    height: auto;
    background-size: 100% auto;
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01.typeTab01 {
  width: 481px;
  height: 89px;
  margin-right: 18px;
  background-image: url('./../../images/crosstalk/crosstalk01-tab01-bg01.png');
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01.typeTab01 {
    width: 48%;
    height: auto;
    margin-right: 4%;
    padding: 25.1% 0 0 0;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab01-bg01.png');
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01.typeTab01.current {
  background-image: url('./../../images/crosstalk/crosstalk01-tab01-bg01-on.png');
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01.typeTab01.current {
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab01-bg01-on.png');
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01.typeTab02 {
  width: 476px;
  height: 93px;
  background-image: url('./../../images/crosstalk/crosstalk01-tab02-bg01.png');
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01.typeTab02 {
    width: 48%;
    height: auto;
    padding: 26.2% 0 0 0;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab02-bg01.png');
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01.typeTab02.current {
  background-image: url('./../../images/crosstalk/crosstalk01-tab02-bg01-on.png');
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01.typeTab02.current {
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab02-bg01-on.png');
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01 > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 27%;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01.typeTab02 > span {
    padding-top: 28.5%;
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01 .icnCrosstalkTabArrow01 {
  display: none !important;
}

.boxCrosstalk01Tab a.tabCrosstalk01.current .icnCrosstalkTabArrow01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}
.boxCrosstalk01Tab a.tabCrosstalk01.current .icnCrosstalkTabArrow01.dPcInline {
  display: block !important;
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01.current .icnCrosstalkTabArrow01 {
    bottom: -3.0vw;
    width: 4.0vw;
  }
  .boxCrosstalk01Tab a.tabCrosstalk01.current .icnCrosstalkTabArrow01.dSpInline {
    display: block !important;
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01 .txtEn {
  display: block;
  margin-bottom: 0.55em;
  letter-spacing: 0.3em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01 .txtEn {
    padding-left: 10vw;
    font-size: 0.7rem;
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01.typeTab01 .txtEn {
  color: #e6ff8f;
}

.boxCrosstalk01Tab a.tabCrosstalk01.typeTab02 .txtEn {
  color: #dcff61;
}

.boxCrosstalk01Tab a.tabCrosstalk01 .txtJa {
  display: block;
  letter-spacing: 0.12em;
  font-size: 1.82rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01 .txtJa {
    font-size: 0.95rem;
  }
}

.boxCrosstalk01Tab a.tabCrosstalk01 .txtJa .small {
  font-size: 1.65rem;
}
@media all and (max-width: 640px){
  .boxCrosstalk01Tab a.tabCrosstalk01 .txtJa .small {
    font-size: 0.88rem;
  }
}


.boxCrosstalk01TabCont {
  display: none;
}

.boxCrosstalk01TabCont.current {
  display: block;
}

.boxCrosstalk01TabCont .ttl01 {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.25em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.9rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .ttl01 {
    margin-bottom: 0.65em;
    padding-bottom: 0.6em;
    font-size: 1.75rem;
  }
}

.boxCrosstalk01TabCont .ttl01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 23%;
  height: 3px;
  margin: auto;
  background-color: #c30310;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .ttl01:after {
    width: 47.8%;
  }
}

.boxCrosstalk01TabCont.typeTab02 .ttl01:after {
  background-color: #117a81;
}

.boxCrosstalk01TabCont .ttl01 .txtFirst {
  display: inline-block;
  margin-right: 0.1em;
  padding: 0.18em 0.13em 0.08em 0.13em;
  background-color: #e8282e;
  letter-spacing: normal;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .ttl01 .txtFirst {
    padding: 0.18em 0.13em 0.1em 0.13em;
  }
}

.boxCrosstalk01TabCont.typeTab02 .ttl01 .txtFirst {
  background-color: #117a81;
}

.boxCrosstalk01TabCont .ttl01 .small {
  display: inline-block;
  margin-left: 0.07em;
  font-size: 2.5rem;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .ttl01 .small {
    margin-left: 0.05em;
    font-size: 1.4rem;
  }
}

.boxCrosstalk01TabCont .boxBaseCom.no01 {
  margin-bottom: 2.5em;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #c30310;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxBaseCom.no01 {
    margin-bottom: 1.6em;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxBaseCom.no01 {
  color: #1e565d;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxBaseCom.no01 {
    margin-bottom: 1.35em;
  }
}

.boxCrosstalk01TabCont .boxCont01Wrap {
  min-height: 738px;
  padding-top: 57px;
  background-image: url('./../../images/crosstalk/crosstalk01-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont01Wrap {
    min-height: auto;
    padding-top: 10.5vw;
    padding-bottom: 7.7vw;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-bg01.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont01Wrap {
  min-height: 708px;
  background-image: url('./../../images/crosstalk/crosstalk01-tab02-bg0102.png'), url('./../../images/crosstalk/crosstalk01-tab02-bg0101.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: auto auto, auto auto;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont01Wrap {
    min-height: auto;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab02-bg0102.png'), url('./../../images_sp/crosstalk/sp-crosstalk01-tab02-bg0101.png');
    background-size: 95% auto, 100% auto;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont0101 {
  padding: 150px 10px 0 700px;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont0101 {
    padding: 0 0 67% 0;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont0101 .boxBaseCom.no0101 {
  margin-bottom: 0;
  line-height: 2.05;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e565d;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont0101 .boxBaseCom.no0101 {
    line-height: 1.75;
    font-size: 0.74rem;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont0101 .boxBaseCom.no0101 p {
  margin-bottom: 34px;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont0101 .boxBaseCom.no0101 p {
    margin-bottom: 3.8vw;
  }
}

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

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 4.0vw;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne:last-child {
    margin-bottom: 0;
  }
}

.boxCrosstalk01TabCont .boxCont0101FOne .boxImg {
  margin-bottom: 0.3em;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne .boxImg {
    width: 33%;
    margin-bottom: 0;
  }
}

.boxCrosstalk01TabCont .boxCont0101FOne .boxTxt {
  padding: 0.9em 0 0.7em 1.0em;
  border-left: 3px #c30310 solid;
  border-bottom: 1px #c30310 solid;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne .boxTxt {
    width: 61%;
    position: relative;
    padding: 0.8em 0 0 0;/*0.8em 0.8em 0 0;*/
    border-left: 0;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne .boxTxt:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 12.5vw;
    background-color: #c30310;
  }
}

.boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxName {
  margin-bottom: 0.25em;
  letter-spacing: 0.05em;
  font-size: 1.65rem;
  font-weight: 700;
  color: #c30310;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxName {
    margin-bottom: 0.4em;
    font-size: 0.98rem;
  }
}

.boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxProf01 {
  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: 0.7em;
  letter-spacing: 0.07em;
  font-size: 1.1rem
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxProf01 {
    margin-bottom: 0.8em;
    font-size: 0.67rem
  }
}

.boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxProf01 .txt01:after {
  content: '/';
  margin: 0 0.45em;
}

.boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxBaseCom.no02 {
  margin-bottom: 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0101FOne .boxTxt .boxBaseCom.no02 {
    font-size: 0.7rem;
  }
}


.boxCrosstalk01TabCont .boxCont02Wrap {
  padding: 48px 0 42px 0;
  background-image: url('./../../images/crosstalk/crosstalk01-bg02.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: #89121a;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02Wrap {
    padding: 7.8vw 0 6.3vw 0;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-bg02.png');
    /*background-repeat: repeat-y;*/
    background-size: 100% auto;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont02Wrap {
  background-image: url('./../../images/crosstalk/crosstalk01-tab02-bg02.png');
  background-color: #016b5f;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont02Wrap {
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab02-bg02.png');
  }
}

.boxCrosstalk01TabCont .boxCont02Wrap.type02 {
  background-image: url('./../../images/crosstalk/crosstalk01-bg03.png');
  background-color: #fff;
  color: #000;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02Wrap.type02 {
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-bg03.png');
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont02Wrap.type02 {
  background-image: url('./../../images/crosstalk/crosstalk01-tab02-bg03.png');
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont02Wrap.type02 {
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-tab02-bg03.png');
  }
}

.boxCrosstalk01TabCont .boxCont02 .ttl02 {
  margin-bottom: 3.7em;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02 .ttl02 {
    margin-bottom: 2.6em;
  }
}

.boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlImg {
  display: block;
  margin-bottom: 1.7em;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlImg {
    margin-bottom: 1.6em;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlImg img {
    width: 12vw;
  }
}

.boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlStr {
  display: block;
  letter-spacing: 0.11em;
  font-style: italic;
  font-size: 1.97rem;
  font-weight: 700;
  color: #ff8787;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlStr {
    position: relative;
    display: inline-block;
    padding: 0 1.45em 0 1.55em;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont02 .ttl02 .ttlStr {
  color: #e6ff90;
}

.boxCrosstalk01TabCont .boxCont02Wrap.type02 .boxCont02 .ttl02 .ttlStr {
  color: #e8282e;
}

.boxCrosstalk01TabCont.typeTab02 .boxCont02Wrap.type02 .boxCont02 .ttl02 .ttlStr {
  color: #117a81;
}

.boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlStr:before {
  content: '『';
  margin-right: 1.2em;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlStr:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}

.boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlStr:after {
  content: '』';
  margin-left: 1.2em;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont02 .ttl02 .ttlStr:after {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 0;
  }
}

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

.boxCrosstalk01TabCont .boxCont0201FOne {
  position: relative;
  width: 46.5%;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201FOne {
    width: 100%;
    margin-bottom: 6vw;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201FOne:last-child {
    margin-bottom: 0;
  }
}

.boxCrosstalk01TabCont .boxCont0201FOne.typeOneLine {
  width: 100%;
}

.boxCrosstalk01TabCont .boxCont0201FOne:nth-child(1):after {
  content: '';
  position: absolute;
  top: 30px;
  right: -7%;
  width: 1px;
  height: 80%;
  background-color: #bf7f83;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201FOne:nth-child(1):after {
    content: none;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont0201FOne:nth-child(1):after {
  background-color: #6caf7d;
}

.boxCrosstalk01TabCont .boxCont0201FOne.typeOneLine:nth-child(1):after {
  content: none;
}

.boxCrosstalk01TabCont .boxCont02Wrap.type02 .boxCont0201FOne:nth-child(1):after {
  background-color: #c99296;
}

.boxCrosstalk01TabCont.typeTab02 .boxCont02Wrap.type02 .boxCont0201FOne:nth-child(1):after {
  background-color: #80b5af;
}

.boxCrosstalk01TabCont .boxCont0201LR {
  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: 2.8em;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201LR {
    margin-bottom: 6vw;
  }
}

.boxCrosstalk01TabCont .boxCont0201LR:last-child {
  margin-bottom: 0;
}

.boxCrosstalk01TabCont .boxCont0201L {
  width: 16.7%;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201L {
    width: 12.7%;
  }
}

.boxCrosstalk01TabCont .boxCont0201FOne.typeOneLine .boxCont0201L {
  width: 7.76%;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201FOne.typeOneLine .boxCont0201L {
    width: 12.7%;
  }
}

.boxCrosstalk01TabCont .boxCont0201L .boxImg {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201L .boxImg img {
    width: 100%;
  }
}

.boxCrosstalk01TabCont .boxCont0201L .boxImg .boxName {
  display: none;
  padding: 0.6em 0 0.5em 0;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201L .boxImg .boxName {
    padding: 0.7em 0 0.5em 0;
    font-size: 0.5rem;
  }
}

.boxCrosstalk01TabCont .boxCont0201R {
  width: 83.3%;
}

.boxCrosstalk01TabCont .boxCont0201FOne.typeOneLine .boxCont0201R {
  width: 92.24%;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201FOne.typeOneLine .boxCont0201R {
    width: 83.3%;
  }
}

.boxCrosstalk01TabCont .boxCont0201R .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.07rem;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont0201R .boxBaseCom {
    line-height: 1.65;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
  }
}


.boxCrosstalk01TabCont .boxCont03Wrap {
  padding: 54px 0 68px 0;
  background-color: #ececec;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03Wrap {
    padding: 8.5vw 0 9.4vw 0;
  }
}

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

.boxCrosstalk01TabCont .boxCont03L {
  width: 32.2%;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03L {
    position: relative;
    width: 100%;
    margin-bottom: 1.1em;
    text-align: center;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03L:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-color: #0f7474;
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont03L:after {
    background-color: #ed2026;
  }
}

.boxCrosstalk01TabCont .boxCont03L a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.5em;
  border-bottom: 3px #0f7474 solid;
  letter-spacing: 0.09em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #006b6b;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03L a {
    position: relative;
    z-index: 2;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding-bottom: 0;
    padding: 0 0.8em;
    border-bottom: 0;
    background-color: #ececec;
    font-size: 1.02rem;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont03L a {
  border-bottom: 3px #ed2026 solid;
  color: #ed2026;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont03L a {
    border-bottom: 0;
  }
}

.boxCrosstalk01TabCont .boxCont03R {
  width: 63.84%;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03R {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 22.1%;
  }
}

.boxCrosstalk01TabCont .boxCont03R a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 127px;
  padding: 1.45em 0 0 92px;
  background-image: url('./../../images/crosstalk/crosstalk01-bn02-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03R a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3vw 0 0 14vw;
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-bn02-bg01.png');
    background-size: 100% auto;
  }
}

.boxCrosstalk01TabCont.typeTab02 .boxCont03R a {
  background-image: url('./../../images/crosstalk/crosstalk01-bn01-bg01.png');
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont.typeTab02 .boxCont03R a {
    background-image: url('./../../images_sp/crosstalk/sp-crosstalk01-bn01-bg01.png');
  }
}

@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03R a > span {
    position: relative;
    z-index: 2;
  }
}

.boxCrosstalk01TabCont .boxCont03R a .txtEn {
  display: block;
  margin-bottom: 0.55em;
  letter-spacing: 0.3em;
  font-size: 1.6rem;
  color: #dcff61;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03R a .txtEn {
    margin-bottom: 0.65em;
    font-size: 0.83rem;
  }
}

.boxCrosstalk01TabCont .boxCont03R a .txtJa {
  display: block;
  letter-spacing: 0.12em;
  font-size: 2.65rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03R a .txtJa {
    font-size: 1.4rem;
  }
}

.boxCrosstalk01TabCont .boxCont03R a .txtJa .small {
  font-size: 2.4rem;
}
@media all and (max-width: 640px){
  .boxCrosstalk01TabCont .boxCont03R a .txtJa .small {
    font-size: 1.25rem;
  }
}

.boxCont03R a .img01Crosstalk01Bn01 {
  position: absolute;
  bottom: 0;
  right: -24px;
}
@media all and (max-width: 640px){
  .boxCont03R a .img01Crosstalk01Bn01 {
    right: -4vw;
    width: 32vw;
  }
}

.boxCont03R a .img01Crosstalk01Bn02 {
  position: absolute;
  bottom: 0;
  right: -24px;
}
@media all and (max-width: 640px){
  .boxCont03R a .img01Crosstalk01Bn02 {
    right: -3vw;
    width: 31.5vw;
  }
}


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


/**### Download01 ###**/
.boxDownloadWrap {
  margin-bottom: 2em;
  border-bottom: 1px #333 solid;
}
@media all and (max-width: 640px){
  .boxDownloadWrap {
    margin-bottom: 0;
  }
}

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

.boxDownload01FOne {
  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: 5em;
}
@media all and (max-width: 640px){
  .boxDownload01FOne {
    display: block;
    margin-bottom: 10vw;
  }
}

.boxDownload01FOne .boxImg {
  width: 35%;
  background-color: #ccc;
}
@media all and (max-width: 640px){
  .boxDownload01FOne .boxImg {
    width: 100%;
    margin-bottom: 4vw;
  }
}

@media all and (max-width: 640px){
  .boxDownload01FOne .boxImg img {
    width: 100%;
  }
}

.boxDownload01FOne .boxTxt {
  width: 60%;
}
@media all and (max-width: 640px){
  .boxDownload01FOne .boxTxt {
    width: 100%;
  }
}

.boxDownload01FOne .boxTxt .ttl02 {
  margin-bottom: 1.0em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxDownload01FOne .boxTxt .ttl02 {
    margin-bottom: 4vw;
    font-size: 1.3rem;
  }
}

.boxDownload01FOne .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxDownload01FOne .boxTxt .boxBaseCom {
    font-size: 1.0rem;
  }
}


/* Entry */
.pageEntry .ttlBase02.long{
  margin-bottom: 30px;
  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 0 0;/*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;
  color: #006b6b;
}
.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: 74%;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 3px #eadfdb 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: #dcff61;
}
.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: 15px 0;
  background-color: #c30310;
  background-image: url('./../../images/entry/entry-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 92% center;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #fff;
}
.linkToEntryForm.no02 {
  background-position: 95% center;
}

.boxEntry03{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 130px;/*53px;*/
}
.boxEntry03.no01 {
  margin-bottom: 53px;
}
.boxEntry03LR{
  display: table;
  width: 100%;
}
.boxEntry03LR.no02 {
  margin-bottom: 75px;
}
.boxEntry03L{
  display: table-cell;
  display: none;
  width: 45%;
  vertical-align: top;
}
.boxEntry03R{
  display: table-cell;
  width: 100%;/*55%;*/
  vertical-align: top;
}
.boxEntry03R .ttl {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-size: 1.32rem;
  font-weight: 700;
  color: #006b6b;
}
.boxEntry03R .boxBaseCom {
  text-align: center;
  line-height: 2.0;
}
.boxEntry03R .boxBaseCom p {
  margin-bottom: 1.5em;
}
.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/company/company-icn-q01.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: #151515;
}
.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: 55px;
}
.boxEntry06LR{
  display: table;
  width: 100%;
}
.boxEntry06L{
  display: table-cell;
  display: none;
  width: 45%;
  padding-top: 10px;
  vertical-align: top;
}
.boxEntry06R{
  display: table-cell;
  width: 100%;/*55%;*/
  vertical-align: top;
}
.boxEntry06R .ttl {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-size: 1.32rem;
  font-weight: 700;
  color: #006b6b;
}
.boxEntry06R .boxBaseCom {
  text-align: center;
  line-height: 2.0;
}
.boxEntry06R .boxBaseCom p {
  margin-bottom: 1.5em;
}
.boxEntry06R .boxBaseCom p:last-child {
  margin-bottom: 0;
}
.boxEntry06RIn{
  position: relative;
  width: 55%;
  margin: 0 auto;
  padding: 15px 22px;
  /*border-bottom: 14px #151515 solid;*/
  background-color: #e2f6f4;
}
.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 #006b6b solid;
  color: #006b6b;
}
.boxEntry06RIn .ttl2 .small{
  font-size: 1.2rem;
}
.boxEntry06RIn li{
  margin-bottom: 10px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.boxEntry06RIn li:before{
  content: '■';
  margin-right: 5px;
  color: #dcff61;
}
.boxEntry06RIn .imgEntry05{
  position: absolute;
  bottom: 0;
  right: 0;
}

.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%;
  color: #006b6b;
}
.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: #dcff61;
}
.boxEntry07FOne .boxR{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.boxEntry07FOne .icnEntryArrow01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -85px;
}

.boxEntry08{
  margin-bottom: 120px;
  padding-top: 5em;
}

.boxEntry08 .ttlEntry01 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
/* /Entry */


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

.boxExperienced03 {
}
.boxExperienced03 .ttlBase11 {
  margin-bottom: 30px;
}
.boxExperienced0301 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;/*#ccc;*/
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 270px;
  margin-bottom: 60px;
}
.boxExperienced0301L {
  width: 48%;
}
.boxExperienced0301R {
  width: 50.5%;
  color: #151515;
}
.boxExperienced0301R .boxWorkPlace {
  margin-bottom: 5px;
}
.boxExperienced0301R .boxJobPosi {
  margin-bottom: 10px;
}
.boxExperienced0301R .boxName {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #ccc solid;
  font-size: 2.9rem;
}
.boxExperienced0301R .dlFormerJob {
  font-size: 2.2rem;
}
.boxExperienced0301R .dlFormerJob > dt,
.boxExperienced0301R .dlFormerJob > dd {
  display: inline-block;
}
.boxExperienced0301R .dlFormerJob > dt:after {
  content: '：';
}

.boxExperiencedFaq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
}
.boxExperiencedFaqOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 22px;
}
.boxExperiencedFaqOne:nth-child(2n) {
  margin-right: 0;
}
.boxExperiencedFaqOne .ttl {
  display: table;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  /*padding: 20px 0 0 75px;*/
  padding: 0 0 0 75px;
  background-image: url('./../../images/experienced/experienced-icn-faq-q01.png'),url('./../../images/experienced/experienced-faq-q-bg01.png');
  background-repeat: no-repeat,repeat;
  background-position: left top,left top;
  background-size: auto auto,auto auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #151515;
}
.boxExperiencedFaqOne .ttl span {
  display: table-cell;
  vertical-align: middle;
}

.boxExperienced04 {
  margin-bottom: 85px;
  padding-top: 5px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced04 {
    margin-bottom: 15%;
    padding-top: 0;
  }
}

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

.boxExperienced05 {
  margin-bottom: 100px;
}
@media all and (max-width: 640px){
  .boxExperienced05 {
    margin-bottom: 10vw;
  }
}

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

.boxExperienced05 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 68px;
  margin-bottom: 33px;
  padding-left: 26px;
  background-image: url('./../../images/experienced/experienced05-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxExperienced05 .ttl01 {
    position: relative;
    height: 15.5vw;
    margin-bottom: 8vw;
    padding-left: 5vw;
    background-image: url('./../../images/experienced/sp-experienced05-ttl-bg01.png');
    background-size: 100% auto;
    font-size: 1.4rem;
  }
}

@media all and (max-width: 640px){
  .boxExperienced05 .ttl01 .icnAccordionSp {
    position: absolute;
    top: 50%;
    right: 5vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10vw;
  }
}

.boxExperienced05 .boxCont01 {
  height: 400px;
  margin-bottom: 48px;
  padding: 66px 0 0 0;
  background-image: url('./../../images/experienced/experienced05-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01 {
    height: auto;
    margin-bottom: 9vw;
    padding-top: 43%;
    background-image: url('./../../images_sp/experienced/sp-experienced05-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01In {
    margin-top: -43%;
    padding: 4.5vw 0 0 0;
  }
}

.boxExperienced05 .boxCont01 .ttl02 {
  margin-bottom: 110px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2.15rem;
  font-weight: 700;
  color: #666;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01 .ttl02 {
    margin-bottom: 9vw;
    font-size: 1.1rem;
  }
}

@media all and (max-width: 640px){
  .boxExperienced05 .boxBaseCom.no02 {
    margin-bottom: 5vw;
  }
}

.boxExperienced05 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 11.5% 0 11.1%;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01F {
    padding: 0 10% 0 10%;
  }
}

.boxExperienced05 .boxCont01FOne {
  width: 30.5%;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01FOne {
    width: 31.2%;
  }
}

.boxExperienced05 .boxCont01FOne .ttlCont01FOne {
  margin-bottom: 22px;
  text-align: center;
  font-size: 1.54rem;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01FOne .ttlCont01FOne {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
}

.boxExperienced05 .boxCont01FOne .boxBaseCom.no03 {
  padding-left: 0.7em;
  text-align: center;
  line-height: 1.5;
  font-size: 1.14rem;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont01FOne .boxBaseCom.no03 {
    padding-left: 0;
    line-height: 1.7;
    letter-spacing: -0.03em;
    font-size: 0.6rem;
  }
}

.boxExperienced05 .boxCont02 {
  margin-bottom: 40px;
}

.boxExperienced05 .boxCont02 .boxImg {
  margin-bottom: 21px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont02 .boxImg {
    margin-bottom: 4.5vw;
  }
}

.boxExperienced05 .boxCont02 .p01 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  color: #283446;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont02 .p01 {
    line-height: 1.8;
    font-size: 0.95rem;
  }
}

.boxExperienced05 .boxCont03 {
  margin-bottom: 55px;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03 {
    margin-bottom: 7.5vw;
  }
}

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

.boxExperienced05 .boxCont03FOne {
  width: 49%;
  padding-bottom: 18px;
  border: 1px #747474 solid;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne {
    width: 100%;
    margin-bottom: 5.8vw;
    padding-bottom: 4.5vw;
  }
}

.boxExperienced05 .boxCont03FOne:nth-child(2) {
  border: 1px #e15c2d solid;
}

.boxExperienced05 .boxCont03FOne .ttlCont03FOne {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  margin-bottom: 30px;
  background-color: #747474;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.32rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .ttlCont03FOne {
    height: 9vw;
    margin-bottom: 6.5vw;
    font-size: 1.05rem;
  }
}

.boxExperienced05 .boxCont03FOne:nth-child(2) .ttlCont03FOne {
  background-color: #e15c2d;
}

.boxExperienced05 .boxCont03FOne .boxImg {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .boxImg {
    margin-bottom: 4.5vw;
  }
}

@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .boxImg img {
    width: 58.5%;
  }
}

/*
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne:nth-child(2) .boxImg img:not(.img03Experienced05) {
    position: relative;
    left: -6vw;
  }
}
*/

.boxExperienced05 .boxCont03FOne .boxImg .img03Experienced05 {
  position: absolute;
  top: 0;
  right: -50px;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .boxImg .img03Experienced05 {
    top: -9.5vw;/*-4.5vw;*/
    right: -4vw;
    width: 35%;/*40%;*/
  }
}

.boxExperienced05 .boxCont03FOne .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: 7px;
  padding-left: 60px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .dl01 {
    margin-bottom: 1.5vw;
    padding-left: 5vw;
    font-size: 0.83rem;
  }
}

.boxExperienced05 .boxCont03FOne .dl01 > dt {
  width: 32%;
  padding-top: 9px;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .dl01 > dt {
    width: 35%;
    padding-top: 1.6vw;
  }
}

.boxExperienced05 .boxCont03FOne .dl01 > dd {
  width: 68%;
  letter-spacing: 0.15em;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .dl01 > dd {
    width: 65%;
  }
}

.boxExperienced05 .boxCont03FOne .dl01 > dd .txtNum {
  position: relative;
  bottom: -2px;
  margin-left: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont03FOne .dl01 > dd .txtNum {
    bottom: -0.4vw;
    margin-left: 1vw;
    font-size: 1.3rem;
  }
}

.boxExperienced05 .boxCont03FOne:nth-child(1) .dl01 > dd .txtNum {
  color: #747474;
}

.boxExperienced05 .boxCont03FOne:nth-child(2) .dl01 > dd .txtNum {
  color: #e05625;
}

.boxExperienced05 .boxCont04 .boxImg {
  margin-bottom: 41px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont04 .boxImg {
    margin-bottom: 6.5vw;
  }
}

@media all and (max-width: 640px){
  .boxExperienced05 .boxCont04 .boxImg img {
    width: 30%;
  }
}

.boxExperienced05 .boxCont04 .ul01 {
  padding-left: 110px;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont04 .ul01 {
    padding-left: 6.5vw;
  }
}

.boxExperienced05 .boxCont04 .ul01 > li {
  margin-bottom: 15px;
  padding-left: 37px;
  background-image: url('./../../images/experienced/experienced05-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: auto auto;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxExperienced05 .boxCont04 .ul01 > li {
    margin-bottom: 4vw;
    padding: 0 4vw 0 4.3vw;
    background-image: url('./../../images_sp/experienced/sp-experienced05-icn-circle01.png');
    background-position: left 0.65em;
    background-size: 2vw auto;
    line-height: 1.75;
    font-size: 0.95rem;
  }
}


.boxExperienced06Wrap {
  margin-bottom: 100px;
}
@media all and (max-width: 640px){
  .boxExperienced06Wrap {
    margin-bottom: 10vw;
  }
}

.boxExperienced06 .ttl01 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxExperienced06 .ttl01 {
    margin-bottom: 7vw;
    text-align: center;
    font-size: 1.5rem;
  }
}

.boxExperienced06 .boxImg {
  text-align: center;
}



/* Interview */
.pageInterview .ttlBase06 {
  height: 70px;
  background-position: left top;
}
@media all and (max-width: 640px){
  .pageInterview .ttlBase06 {
    height: 17vw;
    background-size: auto 17vw;
  }
}

.pageInterview .ttlBase06 .txtNum {
  top: 17px;
  bottom: auto;
  left: 10px;
  color: #000;
}
@media all and (max-width: 640px){
  .pageInterview .ttlBase06 .txtNum {
    top: 3.5vw;
    left: 2.5vw;
  }
}

.pageInterview .ttlBase06 .txtTtl {
  top: 22px;
  bottom: auto;
  left: 90px;
}
@media all and (max-width: 640px){
  .pageInterview .ttlBase06 .txtTtl {
    top: 4.8vw;
    left: 21vw;
  }
}

.boxInterviewWrap{
  padding-top: 100px;
  background-image: url('./../../images/interview/interview-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.boxInterviewList{
  padding-left: 10px;
}
.boxInterviewOneWrap{
  margin-bottom: 60px;
}
.boxInterviewOne{
  position: relative;
  top: -10px;
  left: -10px;
  min-height: 290px;
  border: 1px #151515 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: 120px;
}
.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 15px 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: #ffcd09;
}
.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-color: #eee;
  /*
  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;
  background-color: #E9EAEA;
}
@media all and (max-width: 640px){
  .boxInterviewS07 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}

.boxInterviewS07In {
  position: relative;
  border-bottom: 1px #0d0d0d solid;
  padding: 15px 20px 15px 20px;
}
@media all and (max-width: 640px){
  .boxInterviewS07In {
    position: relative;
    padding: 5% 5% 5% 5%;
  }
}

.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: 50%;/*45%;*/
  padding-right: 4%;
  vertical-align: top;
}
.boxInterviewS07L .boxBaseCom{
  margin-bottom: 0;
  line-height: 1.5;
}
.boxInterviewS07R{
  display: table-cell;
  width: 50%;/*55%;*/
  vertical-align: top;
}
.boxInterviewS07R .linkToInterviewArchive{
  display: block;
  padding: 20px 50px 20px 90px;
  background-color: #0b83c7;
  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;
  font-weight: 700;
  color: #fff;
}

.boxInterviewS08{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxInterviewS08{
    width: 90%;
    margin-bottom: 15%;
  }
}


.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;
}
@media all and (max-width: 640px){
  .boxInterviewS08 .ttl{
    height: 17vw;
    margin-bottom: 8%;
    background-image: url('./../../images_sp/interview/sp-interview-s-ttl-bg02.png');
    background-size: auto 17vw;
  }
}

.boxInterviewS08 .ttl .txtMore{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 23px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxInterviewS08 .ttl .txtMore{
    left: 4%;
    font-size: 4.0vw;
  }
}

.boxInterviewS08 .ttl .txtTtl{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 155px;
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media all and (max-width: 640px){
  .boxInterviewS08 .ttl .txtTtl{
    left: 24%;
    line-height: 1.1;
    letter-spacing: normal;
    font-size: 5.2vw;
  }
}

.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 15px 10px;
  background-color: #292929;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: 8% center;
  background-size: auto auto;
  letter-spacing: 0.13em;
  font-size: 1.1rem;
  color: #fff;
  /*font-weight: bold;*/
}
/* /Interview */



/*##### Recruit #####*/
.boxRRTSearchWrap {
  padding: 33px 0 28px 0;
  border-bottom: 1px #dedede solid;
}
@media all and (max-width: 640px){
  .boxRRTSearchWrap {
    padding: 8.0vw 0 2.5vw 0;
    border-bottom: 0;
  }
}

.boxRRTSearchLR {
  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: 30px;
}
@media all and (max-width: 640px){
  .boxRRTSearchLR {
    display: block;
    margin-bottom: 12.5vw;
  }
}

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

.boxRRTSearchL .ttl {
  margin-bottom: 18px;
  letter-spacing: 0.13em;
  font-size: 2.0rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL .ttl {
    margin-bottom: 4vw;
    font-size: 1.5rem;
  }
}

.boxRRTSearchL .ttl .small {
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchL .ttl .small {
    font-size: 1.2rem;
  }
}

.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01L {
  width: 80%;
}
@media all and (max-width: 640px){
  .boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01L {
    width: 74.5%;
  }
}

.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R {
  width: 18%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R {
    width: 21.5%;
  }
}

.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R .btnSubmit01 {
  width: 88px;
  height: 93px;
  border: 0;
  border-radius: 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){
  .boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R .btnSubmit01 {
    width: 100%;
    height: auto;
    padding-top: 107.853403%;
    background-image: url('./../../images_sp/recruit/sp-recruit-btn-search.png');
    background-size: 100% auto;
  }
}

.boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"],
.boxRRTSearchL .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 #000 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;
}
@media all and (max-width: 640px){
  .boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"],
  .boxRRTSearchL .formRRTSearch01 select[name="search_job_place"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8vw;
    padding: 0 10vw 0 3vw;
    line-height: 1.2;
    background-image: url('./../../images_sp/recruit/sp-recruit-icn-arrow02-b.png');
    background-position: 95% center;
    background-size: 7% auto;
    font-size: 1.07rem;
  }
}

.boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"] {
  margin-bottom: 8px;
}
@media all and (max-width: 640px){
  .boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"] {
    margin-bottom: 4vw;
  }
}

.boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"]::-ms-expand,
.boxRRTSearchL .formRRTSearch01 select[name="search_job_place"]::-ms-expand {
  display: none;
}

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

.boxRRTSearchR .boxRRTSearchR01 .ttl {
  margin-bottom: 18px;
  letter-spacing: 0.13em;
  font-size: 2.0rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .ttl {
    margin-bottom: 3.5vw;
    font-size: 1.5rem;
  }
}

.boxRRTSearchR .boxRRTSearchR01 .ttl .small {
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .ttl .small {
    font-size: 1.2rem;
  }
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 {
  width: 76%;
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 {
    width: 74.5%;
  }
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"] {
  width: 100%;
  height: 43px;
  padding: 11px 18px 11px 18px;
  border-radius: 0;
  border: 1px #000 solid;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #000;
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"] {
    height: 8.5vw;
    padding: 2vw 3vw 1vw 3vw;
    -webkit-appearance: none;
    letter-spacing: -0.03em;
    font-size: 1.07rem;
  }
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]:placeholder-shown{
  color: #96989f;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]::-webkit-input-placeholder{
  color: #96989f;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]:-moz-placeholder{
  color: #96989f;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]::-moz-placeholder{
  color: #96989f;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]:-ms-input-placeholder{
  color: #96989f;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 {
  width: 24%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 {
    width: 21.5%;
  }
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02 {
  width: 111px;
  height: 43px;
  border: 0;
  border-radius: 0;
  background-color: #003686;
  background-image: url('./../../images/recruit/recruit-btn-search02.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  font-size: 0;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02 {
    width: 100%;
    height: auto;
    padding-top: 43.0%;
    background-color: #ccc;
    background-image: url('./../../images_sp/recruit/sp-recruit-btn-search02.png');
    background-position: center center;
    background-size: 100% auto;
  }
}



/*##### Recruit Search Keyword #####*/
.boxRecSearchAWrap {
  padding: 55px 0 65px 0;
  border-bottom: 1px #004371 solid;
}
@media all and (max-width: 640px){
  .boxRecSearchAWrap {
    padding: 9vw 0 9vw 0;
    border-bottom: 0;
  }
}

.boxRecSearchAWrap.typeBottom {
  margin-bottom: 4.0em;
}
@media all and (max-width: 640px){
  .boxRecSearchAWrap.typeBottom {
    margin-bottom: 1.0em;
  }
}

.boxRecSearchKeyword {
  padding: 28px 36px 36px 36px;
  background-color: #f4f4f4;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword {
    padding: 5.2vw 4.5vw 7.3vw 4.5vw;
  }
}

.boxRecSearchKeyword .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 18px;
  letter-spacing: 0.13em;
  /*font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-style: italic;*/
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .ttl01 {
    margin-bottom: 3.1vw;
  }
}

.boxRecSearchKeyword .ttl01 .ttlNum {
  display: none;
  margin-right: 1.5em;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .ttl01 .ttlNum {
    margin-right: 1.4em;
  }
}

@media all and (max-width: 640px){
  .boxRecSearchKeyword .ttl01 .ttlNum img {
    width: 11vw;
  }
}

.boxRecSearchKeyword .ttl01 .ttlStr {
  font-style: italic;
  font-size: 2.15rem;
  color: #c30310;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .ttl01 .ttlStr {
    font-size: 1.5rem;
  }
}

.boxRecSearchKeyword .ttl01 .small {
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .ttl01 .small {
    font-size: 1.1rem;
  }
}

.boxRecSearchKeyword .formRecSearchKeyword {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 {
  width: 87%;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 {
    width: 74.5%;
  }
}

.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"] {
  width: 100%;
  height: 43px;
  padding: 11px 11px 11px 11px;
  border-radius: 0;
  border: 1px #004371 solid;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"] {
    height: 8.0vw;
    padding: 1.5vw 3vw 1vw 3vw;
    -webkit-appearance: none;
    letter-spacing: -0.03em;
    font-size: 1.07rem;
  }
}

.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]:placeholder-shown{
  color: #aaa;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]:placeholder-shown{
    font-size: 0.9rem;
  }
}
.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]::-webkit-input-placeholder{
  color: #aaa;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]::-webkit-input-placeholder{
    font-size: 0.9rem;
  }
}
.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]:-moz-placeholder{
  color: #aaa;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]:-moz-placeholder{
    font-size: 0.9rem;
  }
}
.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]::-moz-placeholder{
  color: #aaa;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]::-moz-placeholder{
    font-size: 0.9rem;
  }
}
.boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]:-ms-input-placeholder{
  color: #aaa;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput01 input[name="search_keyword"]:-ms-input-placeholder{
    font-size: 0.9rem;
  }
}

.boxRecSearchKeyword .formRecSearchKeyword .boxInput02 {
  width: 13%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput02 {
    width: 22%;
  }
}

.boxRecSearchKeyword .formRecSearchKeyword .boxInput02 .btnSubmit02 {
  width: 111px;
  height: 43px;
  border: 0;
  border-radius: 0;
  background-image: url('./../../images/recruit/recruit-btn-search02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  font-size: 0;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxRecSearchKeyword .formRecSearchKeyword .boxInput02 .btnSubmit02 {
    width: 100%;
    height: auto;
    padding-top: 43.0%;
    background-color: #ccc;
    background-image: url('./../../images_sp/recruit/sp-recruit-btn-search02.png');
    background-position: center center;
    background-size: 100% auto;
  }
}



/*##### Recruit Search Parts #####*/
.boxRecSearch .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 78px;
  margin-bottom: 39px;
  padding-top: 10px;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl {
    height: 16.5vw;
    margin-bottom: 1.5vw;
    padding-top: 0;
  }
}

.boxRecSearch .ttl .ttlNum {
  display: none;
  padding-left: 25px;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlNum {
    padding-left: 5.0vw;
    font-size: 2.2rem;
  }
}

@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlNum img {
    width: 9.0vw;
  }
}

.boxRecSearch .ttl .ttlStr {
  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;
  padding: 3.5em 0 0 6.8em;
  background-repeat: no-repeat;
  background-position: 2.1em 3.0em;
  background-size: auto auto;
  /*font-style: italic;*/
  font-weight: 700;
  color: #c30310;
}
.boxRecSearch .boxRecSearch01 .ttl .ttlStr {
  background-image: url('./../../images/recruit/rec-search-icn-deco01.png');
}
.boxRecSearch .boxRecSearch02 .ttl .ttlStr {
  background-image: url('./../../images/recruit/rec-search-icn-deco02.png');
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr {
    padding: 5vw 0 0 14vw;
    background-position: 1.1em 1.15em;
    background-size: 9vw auto;
  }
  .boxRecSearch .boxRecSearch01 .ttl .ttlStr {
    background-image: url('./../../images_sp/recruit/sp-rec-search-icn-deco01.png');
  }
  .boxRecSearch .boxRecSearch02 .ttl .ttlStr {
    background-image: url('./../../images_sp/recruit/sp-rec-search-icn-deco02.png');
  }
}

.boxRecSearch .ttl .ttlStr .ttlJa {
  order: 1;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr .ttlJa {
    margin-bottom: 1.8vw;
    letter-spacing: 0.13em;
    font-size: 1.5rem;
  }
}

.boxRecSearch .ttl .ttlStr .ttlJa .small {
  font-size: 2.1rem;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr .ttlJa .small {
    margin-left: 0.5vw;
    font-size: 1.3rem;
  }
}

.boxRecSearch .ttl .ttlStr .ttlEn {
  display: none;
  order: 2;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr .ttlEn {
    margin-bottom: 1vw;
    font-size: 0.75rem;
  }
}

.boxRecSearch01,
.boxRecSearch02,
.boxRecSearch04 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 32px;
  /*
  background-image: url(./../../images/recruit/recruit-search-bg04.png),url(./../../images/recruit/recruit-search-bg04-repeat.png);
  background-repeat: no-repeat,repeat-y;
  background-position: left top,left top;
  background-size: auto auto,auto auto;
  */
  background-color: #e1e1e1;
  background-image: url(./../../images/recruit/rec-search-bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
.boxRecSearch02 {
  padding-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxRecSearch01,
  .boxRecSearch02,
  .boxRecSearch04 {
    margin-bottom: 10vw;
    padding-bottom: 4vw;/*10vw;*/
    /*
    background-image: url(./../../images_sp/recruit/sp-recruit-search-bg04.png),url(./../../images_sp/recruit/sp-recruit-search-bg04-repeat.png);
    background-size: 100% auto,100% auto;
    */
    background-image: url(./../../images_sp/recruit/sp-rec-search-bg01.png);
    background-size: 100% auto;
  }
  .boxRecSearch02 {
    margin-bottom: 8vw;
    padding-bottom: 6vw;
  }
}

.boxRecSearch0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 92.5%;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxRecSearch0101 {
    display: block;
    width: 90%;
  }
}

.boxRecSearchBn01 {
  width: 47%;
  /*margin-bottom: 41px;*/
}
@media all and (max-width: 640px){
  .boxRecSearchBn01 {
    width: 100%;
    margin-bottom: 6.3vw;
    padding-bottom: 6.5vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-search-border01.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70% 1px;
  }
}

@media all and (max-width: 640px){
  .boxRecSearch01 .boxAccordionWrap,
  .boxRecSearch02 .boxAccordionWrap {
    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;
  }
  .boxRecSearch01 .btnAccordionSp,
  .boxRecSearch02 .btnAccordionSp {
    order: 2;
    width: 100%;
    padding-top: 5vw;
    text-align: center;
  }
  .boxRecSearch01 .btnAccordionSp .icnAccordionSp,
  .boxRecSearch02 .btnAccordionSp .icnAccordionSp {
    width: 4vw;
  }
  .boxRecSearch01 .boxAccordionSp,
  .boxRecSearch02 .boxAccordionSp {
    order: 1;
    width: 100%;
  }
}

.ulRecSearch01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;/*53.3%;*/
}
@media all and (max-width: 640px){
  .ulRecSearch01 {
    display: block;
    width: 100%;
  }
}

.ulRecSearch01 li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 8px;
  background-color: #fff;
  /*border: 2px #016b5f solid;*/
  background-image: url(./../../images/recruit/recruit-icn-arrow02.png);
  background-repeat: no-repeat;
  background-position: 0.9em center;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .ulRecSearch01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
    background-image: url(./../../images_sp/recruit/sp-recruit-icn-arrow02.png);
    background-position: 4vw center;
    background-size: 1.8vw auto;
    font-size: 1.0rem;
  }
}

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

.ulRecSearch01 li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 9px 5px 9px 35px;
}
@media all and (max-width: 640px){
  .ulRecSearch01 li a {
    padding: 4vw 2vw 4vw 9vw;
  }
}

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

.boxRecSearch0201 .ul01 > li {
  margin-bottom: 12px;
}
@media all and (max-width: 640px){
  .boxRecSearch0201 .ul01 > li {
    margin-bottom: 2vw;
  }
}

.boxRecSearch0201 .ul01 > li > span {
  position: relative;
  display: block;
  padding: 20px 50px 20px 30px;
  border: 1px #bbb solid;
  background-color: #fff;
  background-image: url(./../../images/recruit/recruit-icn-arrow02.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: auto auto;
  font-size: 1.2rem;
  font-weight: 700;
  color: #151515;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxRecSearch0201 .ul01 > li > span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 14vw;
    margin: 0;
    padding: 1vw 2vw 1vw 9vw;
    background-image: url(./../../images_sp/recruit/sp-recruit-icn-arrow02.png);
    background-position: 4vw center;
    background-size: 1.8vw auto;
    font-size: 1.1rem;
  }
}

.boxRecSearch0201 .ul01 > li > span .icnRecruitPlus01 {
  position: absolute;
  top: 12px;
  right: 1.2%;
}
@media all and (max-width: 640px){
  .boxRecSearch0201 .ul01 > li > span .icnRecruitPlus01 {
    top: 2.7vw;
    right: 3vw;
    width: 8vw;
  }
}

.boxRecSearch0201 .ul02 {
  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;
  padding: 23px 0 28px 35px;
}
@media all and (max-width: 640px){
  .boxRecSearch0201 .ul02 {
    display: block;
    padding: 5vw 0 2vw 4.3vw;
  }
}

.boxRecSearch0201 .ul02 > li {
  margin-right: 40px;
  padding-left: 15px;
  background-image: url('./../../images/recruit/recruit-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxRecSearch0201 .ul02 > li {
    margin-right: 0;
    margin-bottom: 4vw;
    padding-left: 4vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-icn-circle01.png');
    background-position: left 0.4em;
    background-size: 2vw auto;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.boxRecSearch0201 .ul02 > li a {
  text-decoration: underline;
  color: #151515;
}


.boxRecSearch0401 {
  padding: 0 40px 0 40px;
}
@media all and (max-width: 640px){
  .boxRecSearch0401 {
    padding: 0 3vw 0 3vw;
  }
}

.boxRecSearch0401 .ul01 {
  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){
  .boxRecSearch0401 .ul01 {
    
  }
}

.boxRecSearch0401 .ul01 > li {
  width: 48%;
  margin-right: 1.85%;
  margin-bottom: 12px;
  text-align: center;
}

/*
.boxRecSearch0401 .ul01 > li.liRecBusiness301 {
  width: 66%;
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxRecSearch0401 .ul01 > li.liRecBusiness301 {
    width: 100%;
  }
}*/

.boxRecSearch0401 .ul01 > li:nth-child(3n) {
  margin-right: 0;
}

.boxRecSearch0401 .ul01 > li a {
  display: block;
  height: auto;
  padding: 0;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxRecSearch0401 .ul01 > li a {
    display: block;
    height: auto;
  }
}




.boxRecruit {
  /*border-bottom: 1px #eee solid;*/
}

.boxRecruitList {
  padding-bottom: 40px;
}
.boxRecruitOne {
  margin-bottom: 35px;
  padding-top: 20px;
  background-image: url('./../../images/recruit/recruit-one-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.boxRecruitOneLR {
  display: table;
  width: 100%;
}
.boxRecruitOneL {
  position: relative;
  display: table-cell;
  width: 25.5%;/*27%;*/
  padding-left: 1.5%;
  padding-right: 4.2%;
  vertical-align: top;
}
.boxRecruitOneL .icnRecruitNew {
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 5px;
  /*mix-blend-mode: multiply;*/
}
@media all and (max-width: 640px){
  .boxRecruitOneL .icnRecruitNew{
    top: 1vw;
    left: 1vw;
    width: 8.5vw;
  }
}


.boxRecruitOneL .boxImg {
  position: relative;
}

.boxRecruitOneL .boxImg .imgMain {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.boxRecruitOneL .imgRecruitCover01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.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;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxRecruitOneR .ttl {
    margin-bottom: 0;
    letter-spacing: 0.06em;
    font-size: 1.13rem;
  }
}

.boxRecruitOneR dl{
  display: table;
  width: 100%;
  margin-bottom: 14px;
  font-weight: 700;
}
.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 {
  padding-left: 1em;
  background-image: url('./../../images/recruit/rec-list-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: left 0.1em;
  background-size: auto auto;
}
/*
.boxRecruitOneR dt span:before {
  content: '■';
  margin-right: 5px;
  font-size: 0.8rem;
}
*/
.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;
  line-height: 1.4;
}
.boxRecruitOneR .boxBtnReadMore{
  margin-bottom: 10px;
  text-align: right;
}


/***Recruit Single***/
.pageRecruit.single .ttlRecS01 {
  margin-bottom: 52px;
}
@media all and (max-width: 640px){
  .pageRecruit.single .ttlRecS01 {
    margin-bottom: 8vw;
  }
}

.pageRecruit.single .ttlRecS01 .ttlJa {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .pageRecruit.single .ttlRecS01 .ttlJa {
    letter-spacing: 0.15em;
    font-size: 1.7rem;
  }
}

.pageRecruit.single .ttlRecS01 .ttlJa .firstStr {
  font-size: 2.4rem;
}
@media all and (max-width: 640px){
  .pageRecruit.single .ttlRecS01 .ttlJa .firstStr {
    font-size: 1.7rem;
  }
}


.pageRecruit .ttlBase01 .ttlJa {
  display: block;
  max-width: none;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .pageRecruit .ttlBase01 .ttlJa {
    max-width: none;
    letter-spacing: -0.08em;
    font-size: 4.0vw;
  }
  .pageRecruit.archive .ttlBase01 .ttlJa {
    padding-left: 0.5vw;
    letter-spacing: 0.1em;
  }
}

.pageRecruit.single .boxBaseTop .ttlBase01 .ttlJa {
  text-align: center;
  /*font-style: italic;*/
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .pageRecruit.single .boxBaseTop .ttlBase01 .ttlJa {
    text-align: left;
    letter-spacing: 0.03em;
    font-style: normal;
    font-size: 1.3rem;
  }
}

@media all and (max-width: 640px){
  .pageRecruit.single .ttlBase01 .ttlJa .txt01 {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 640px){
  .pageRecruit .ttlBase01 .ttlJa .txtCatName,
  .pageRecruit.single .ttlBase01 .ttlJa .txtCatName {
    margin-left: 10px;
  }
}

.boxBaseTop .boxRecruitSTop {
  position: static;
  top: auto;
  left: auto;
  padding-top: 60px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBaseTop .boxRecruitSTop {
    padding-top: 10vw;
  }
}

.boxRecruitSTop > .ttl {
  margin-bottom: 22px;
  letter-spacing: 0.13em;
  font-size: 2.2rem;
  color: #003686;
}

.boxRecruitTopCat {
  margin-bottom: 20px;
}

.boxRecruitTopCat .txtRecruitCat,
.boxRecruitTopCat .txtRecruitBusiness {
  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 .txtRecruitBusiness {
  background-color: #ffa809;
  color: #fff;
}

.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%;
}


/*##### Recruit S Chara #####*/
.boxRecSCharaWrap {
  margin-bottom: 10px;
  padding: 64px 0 56px 0;
}
@media all and (max-width: 640px){
  .boxRecSCharaWrap {
    margin-bottom: 10vw;
    padding: 8vw 0 1vw 0;
  }
}

.boxRecSChara {
  padding: 45px 0;
  background-color: #f4f4f4;
}
@media all and (max-width: 640px){
  .boxRecSChara {
    padding: 10vw 0;
  }
}

.boxRecSCharaFOne {
  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;
}
@media all and (max-width: 640px){
  .boxRecSCharaFOne {
    display: block;
    margin-bottom: 8vw;
  }
}

.boxRecSCharaFOne:last-child {
  margin-bottom: 0;
}

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

.boxRecSCharaFOne .boxTxt {
  width: 60.2%;
}
@media all and (max-width: 640px){
  .boxRecSCharaFOne .boxTxt {
    width: 100%;
  }
}

.boxRecSCharaFOne .ttl {
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxRecSCharaFOne .ttl {
    margin-bottom: 3vw;
    letter-spacing: 0.12em;
    font-size: 1.2rem;
  }
}

.boxRecSCharaFOne .boxBaseCom {
  margin-bottom: 0;
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxRecSCharaFOne .boxBaseCom {
    line-height: 1.8;
    font-size: 1.0rem;
  }
}


/*##### Recruit S Detail #####*/
.boxRecSDetailWrap {
  /*padding-bottom: 80px;*/
  border-bottom: 1px #333 solid;
}
@media all and (max-width: 640px){
  .boxRecSDetailWrap {
    padding-bottom: 12vw;
    border-bottom: 0;
  }
}

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

.boxRecSDetail01 {
  position: relative;
  margin-bottom: 46px;
}
@media all and (max-width: 640px){
  .boxRecSDetail01 {
    margin-bottom: 6.5vw;
  }
}

.boxRecSDetail01 .boxImg {
  height: 335px;
  background-color: #ddd;
}
@media all and (max-width: 640px){
  .boxRecSDetail01 .boxImg {
    height: auto;
    min-height: 50vw;
  }
}

.boxRecSDetail01In {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 28px 38px 0 0;
}
@media all and (max-width: 640px){
  .boxRecSDetail01In {
    padding: 7% 5% 0 0;
  }
}

.boxRecSDetail01In .boxRecSCat {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 450px;
  height: 280px;
  margin-left: auto;
  background-color: #01284f;
  background-image: url('./../../images/recruit/recruit-s-detail-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRecSDetail01In .boxRecSCat {
    width: 59.3%;
    height: auto;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-detail-bg01.png');
    background-size: 100% auto;
    font-size: 1.3rem;
  }
  .boxRecSDetail01In .boxRecSCat .txtRecSCat {
    position: relative;
    width: 100%;
    padding-top: 68%;
  }
  .boxRecSDetail01In .boxRecSCat .txtRecSCatIn {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3%;
  }
}

.boxRecSDetail02 {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxRecSDetail02 {
    margin-bottom: 10vw;
  }
}

.boxRecSDetail02 .ttl02,
.boxRecSDetail03 .ttl02 {
  margin-bottom: 20px;
  padding: 8px 0 5px 30px;
  background-image: url('./../../images/recruit/recruit-s-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxRecSDetail02 .ttl02,
  .boxRecSDetail03 .ttl02 {
    margin-bottom: 1vw;
    padding: 1vw 0 1vw 5vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-deco01.png');
    background-size: 2vw auto;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 640px){
  .boxRecSDetail02 .btnAccordionSp {
    height: auto;
    padding: 0;
    border: 0;
  }
  .boxRecSDetail02 .icnAccordionSp {
    position: static;
    top: 0;
    right: auto;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
}

.boxRecSDetail0201,
.boxRecSDetail0301 {
  padding: 0 0 0 25px;
}
@media all and (max-width: 640px){
  .boxRecSDetail0201,
  .boxRecSDetail0301 {
    padding: 0;
  }
}

.boxRecSDetail0201 .boxBaseCom .boxBtnOpen {
  display: none;
}
@media all and (max-width: 640px){
  .boxRecSDetail0201 .boxBaseCom {
    overflow: hidden;
    position: relative;
    height: 30vw;
  }
  .boxRecSDetail0201 .boxBaseCom .boxCover01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
  .boxRecSDetail0201 .boxBaseCom .boxBtnOpen {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin: auto;
    background-color: #fff;
    text-align: center;
  }
}

.boxRecSDetail0301 .boxCaution {
  margin-bottom: 32px;
  padding: 13px 28px;
  border: 1px #cf1326 solid;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #cf1326;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .boxCaution {
    margin-bottom: 7vw;
    padding: 3vw 5vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 0.97rem;
  }
}

.boxRecSDetail0301 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px #fff solid;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .dl01 {
    display: block;
  }
}

.boxRecSDetail0301 .dl01.dlC01 {
  background-color: #fff;
}
.boxRecSDetail0301 .dl01.dlC02 {
  background-color: #dfe9f7;
}

.boxRecSDetail0301 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 25.5%;
  padding-left: 35px;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  font-weight: 700;
  color: #005dc8;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .dl01 > dt {
    display: block;
    width: 100%;
    padding: 5vw 2vw 1.6vw 5vw;
    font-size: 1.0em;
  }
}

.boxRecSDetail0301 .dl01 > dt span:before {
  content: '―';
  margin-right: 10px;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .dl01 > dt span:before {
    margin-right: 1vw;
  }
}

.boxRecSDetail0301 .dl01 > dd {
  width: 74.5%;
  padding: 20px 30px 20px 0;
  line-height: 1.7;
  font-size: 1.1rem;
  color: #005dc8;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .dl01 > dd {
    width: 100%;
    padding: 1.6vw 4vw 3.5vw 10vw;
    line-height: 1.6;
    font-size: 1.0rem;
  }
}

.boxRecSDetail0301 .dl01 > dd .btnAccordionSp {
  display: none;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .dl01 > dd .btnAccordionSp {
    position: relative;
    overflow: visible;
    display: block;
    height: auto;/*10vw*/
    margin-bottom: 3vw;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-align: left;
    font-size: 1.0rem;
    font-weight: 500;
    color: inherit;
  }
  .boxRecSDetail0301 .dl01 > dd .icnAccordionSp {
    position: absolute;
    right: 0;
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    width: 8vw;
  }
}

.boxRecSDetail0301 .dl01 > dd .boxAccordionSp {
  display: block;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .dl01 > dd .boxAccordionSp {
    display: none;
  }
}

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

.boxRecruitTopImg img {
  max-width: 265px;
}
.pageRecruit .boxBreadcrumb .breadcrumb {
  padding-right: 360px;
}


.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;
}
/****************/
.boxRecSCom01 {
  margin-bottom: 38px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media all and (max-width: 640px){
  .boxRecSCom01 {
    margin-bottom: 7vw;
    line-height: 1.4;
  }
}

.boxRecSCom01.no02 {
  text-align: left;
}

.boxRecruitTag {
  margin-bottom: 75px;
}

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

.boxRecruitTag .ulBaseTag01 > li {
  margin-bottom: 4px;
}
/****************/
.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 #151515 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: 1040px;/*980px;*/
  margin: 0 auto;
}
.boxRecruitS0502LR{
  display: table;
  width: 100%;
  padding: 20px;
  background-color: #eadfdb;
}
.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-color: #000;
  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;
}

.boxContactThanks .boxRecruitS0502L dd a {
  color: #000;
}

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


/*##### Recruit Form #####*/
.boxRecruitSFormWrap {
  padding: 75px 0 0 0;
}
@media all and (max-width: 640px){
  .boxRecruitSFormWrap {
    padding: 13vw 0 0 0;
  }
}

.boxRecruitSForm {
  margin-bottom: 100px;
}
@media all and (max-width: 640px){
  .boxRecruitSForm {
    margin-bottom: 13vw;
  }
}

.boxRecruitSForm.modeConfirm {
  margin-top: 50px;
}
@media all and (max-width: 640px){
  .boxRecruitSForm.modeConfirm {
    margin-top: 0;
  }
}

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


.boxRRTBackToArchive{
  margin-bottom: 85px;/*110px*/
  text-align: center;
}
@media all and (max-width: 640px){
  .boxRRTBackToArchive{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20%;
  }
  .single .boxRRTBackToArchive {
    margin-bottom: 12%;
  }
}

.boxRRTBackToArchive .linkToArchive {
  display: inline-block;
  width: 235px;
  padding: 15px 0;
  background-color: #747474;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 8px auto;
  letter-spacing: 0.13em;
  font-size: 1.1rem;
  /*font-weight: bold;*/
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRRTBackToArchive .linkToArchive {
    width: 100%;
    padding: 5vw 0;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow03.png');
    background-position: 5vw center;
    background-size: 3.5vw auto;
    font-size: 4.5vw;
  }
}

.boxRRTBackToArchive.pageThanks .linkToArchive{
  width: 520px;
  padding: 20px 0;
  background-image: url('./../../images/recruit/recruit-s-icn-arrow07.png');
  background-position: 10% center;
  background-size: 8px auto;
  font-size: 1.6rem;
}
@media all and (max-width: 640px){
  .boxRRTBackToArchive.pageThanks .linkToArchive{
    width: 100%;
    padding: 5vw 0;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-arrow07.png');
    background-position: 8% center;
    background-size: 3.5vw auto;
    font-size: 4.5vw;
  }
}

.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: #151515;
}
.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: #151515;
}
.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: #151515;
}
.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 S Bottom Navi ####*/
.boxRecSBottomNaviWrap {
  margin-bottom: -8px;
  /*border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;*/
  background-image: url('./../../images/recruit/recruit-s-top-navi-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviWrap {
    margin-bottom: 9vw;
    background-color: #cde9ec;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-top-navi-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxRecSBottomNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 216px;
  padding-top: 6px;
}
@media all and (max-width: 640px){
  .boxRecSBottomNavi {
    display: block;
    height: auto;
    padding-top: 0;
  }
}

.boxRecSBottomNaviL {
  width: 39%;
  margin-left: -140px;
  padding: 0;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviL {
    width: 100%;
    margin-left: 0;
    padding: 3vw 5.5vw 4vw 4vw;
    text-align: right;
  }
}

.boxRecSBottomNaviL img {
  max-width: none;
  margin-left: 0;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviL img {
    width: 21vw;
    margin-left: 0;
  }
}

.boxRecSBottomNaviR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 61%;
  padding-top: 20px;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR {
    display: block;
    width: 100%;
    /*margin-top: -13%;*/
    padding-top: 0;
    padding-bottom: 0.5vw;
  }
}

.boxRecSBottomNaviR .boxCont01One {
  width: 30.8%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR .boxCont01One {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}

.boxRecSBottomNaviR .boxCont01One a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  margin-bottom: 15px;
  padding: 0 16px;
  background-color: #d6dbde;
  background-image: url('./../../images/recruit/recruit-s-top-navi-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  line-height: 1.38;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR .boxCont01One a {
    height: 17vw;
    margin-bottom: 2.8vw;
    padding: 0 8vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-top-navi-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 2.3vw auto;
    font-size: 1.13rem;
  }
}

.boxRecSBottomNaviR .boxCont01One .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR .boxCont01One .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxRecSBottomNaviR .boxCont01One .boxBaseCom .txt01 {
}



/* Reform */
@media all and (max-width: 640px){
  .pageReform .boxBaseTop .boxBaseCom {
    display: none;
  }
}

.ttlReformBase01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 68px;
  padding-left: 26px;
  background-image: url('./../../images/reform/reform02-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlReformBase01 {
    height: 15.5vw;
    padding-left: 5vw;
    background-image: url('./../../images_sp/reform/sp-reform02-ttl-bg01.png');
    background-size: 100% auto;
    font-size: 1.4rem;
  }
}

.boxReform .boxBaseCom {
  margin-bottom: 50px;
  line-height: 1.85;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxReform .boxBaseCom {
    margin-bottom: 7.5vw;
    font-size: 0.9rem;
  }
}

.pageReform .boxBaseCom p:not(:last-child) {
  margin-bottom: 16px;
}
@media all and (max-width: 640px){
  .pageReform .boxBaseCom p:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.boxReform .p0001 {
  margin-top: 70px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform .p0001 {
    margin-top: 8vw;
    margin-bottom: 6vw;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}

.boxReform .p0001 .txt01 {
  position: relative;
  font-size: 3.0rem;
  color: #d60000;
}
@media all and (max-width: 640px){
  .boxReform .p0001 .txt01 {
    font-size: 1.7rem;
  }
}

.boxReform .p0001 .txt01 .icnReform00Deco01 {
  position: absolute;
  top: -14px;
  left: 16px;
}
@media all and (max-width: 640px){
  .boxReform .p0001 .txt01 .icnReform00Deco01 {
    top: -2vw;
    left: 3vw;
    width: 16vw;
  }
}

.boxReform .p0001 .txt02 {
  color: #0b83c7;
}


/*##### Reform Navi01 ####*/
.boxReformNavi01Wrap {
  margin-bottom: -8px;
  background-color: #ffcd09;
  background-image: url('./../../images/reform/reform-navi01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxReformNavi01Wrap {
    margin-bottom: 0;
    padding: 7.5vw 0 3vw 0;
    background-image: url('./../../images_sp/reform/sp-reform-navi01-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxReformNavi01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 215px;
  padding-top: 20px;
}
@media all and (max-width: 640px){
  .boxReformNavi01 {
    display: block;
    height: auto;
    padding-top: 0;
  }
}

.boxReformNavi01L {
  width: 27.2%;
  padding-bottom: 10px;
  line-height: 1.65;
  font-size: 1.85rem;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}
@media all and (max-width: 640px){
  .boxReformNavi01L {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5vw;
    padding-bottom: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 1.65rem;
  }
}

.boxReformNavi01L img {
  max-width: none;
  margin-left: -30px;
}
@media all and (max-width: 640px){
  .boxReformNavi01L img {
    max-width: 100%;
    width: 70%;
    margin-left: 20vw;
  }
}

.boxReformNavi01L .txt01 {
  color: #d60000;
}
.boxReformNavi01L .txt02 {
  color: #0b83c7;
}

.boxReformNavi01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 72.8%;
}
@media all and (max-width: 640px){
  .boxReformNavi01R {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}

.boxReformNavi01R .boxCont01One {
  width: 31.4%;
}
@media all and (max-width: 640px){
  .boxReformNavi01R .boxCont01One {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}

.boxReformNavi01R .boxCont01One a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  margin-bottom: 15px;
  padding: 0 16px;
  background-color: #0b83c7;
  background-image: url('./../../images/reform/reform-navi01-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  line-height: 1.38;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxReformNavi01R .boxCont01One a {
    height: 18vw;
    margin-bottom: 2.8vw;
    padding: 0 5vw;
    background-image: url('./../../images_sp/reform/sp-reform-navi01-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 2.2vw auto;
    font-size: 4.5vw;
  }
}

.boxReformNavi01R .boxCont01One .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 0.98rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReformNavi01R .boxCont01One .boxBaseCom {
    font-size: 0.9rem;
  }
}


.boxReform01Wrap {
  background-image: url('./../../images/reform/reform01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxReform01Wrap {
    position: relative;
    padding-top: 151%;
    background-image: url('./../../images_sp/reform/sp-reform01-bg01.jpg');
    background-size: 100% auto;
  }
}

.pageReform003 .boxReform01Wrap {
  background-image: url('./../../images/reform/reform003/reform003-reform01-bg01.jpg');
}
@media all and (max-width: 640px){
  .pageReform003 .boxReform01Wrap {
    background-image: url('./../../images/reform/reform003/sp-reform003-reform01-bg01.jpg');
  }
}

.boxReform01 {
  position: relative;
  height: 549px;
  padding-top: 60px;
}
@media all and (max-width: 640px){
  .boxReform01 {
    position: static;
    margin-top: -148%;
    height: auto;
    padding-top: 7vw;
  }
}

.boxReform01 .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform01 .ttl {
    line-height: 1.4;
    font-size: 1.5rem;
  }
}

.boxReform01 .ttl .txt01 {
  margin: 0 5px;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
  color: #0b83c7;
}
@media all and (max-width: 640px){
  .boxReform01 .ttl .txt01 {
    margin: 0 1vw;
    letter-spacing: 0.02em;
    font-size: 1.8rem;
  }
}

.boxReform01 .p01,
.boxReform01 .p02,
.boxReform01 .p03 {
  position: absolute;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 640px){
  .boxReform01 .p01,
  .boxReform01 .p02,
  .boxReform01 .p03 {
    font-size: 0.7rem;
  }
}

.pageReform003 .boxReform01 .p01,
.pageReform003 .boxReform01 .p02,
.pageReform003 .boxReform01 .p03 {
  font-size: 1.15rem;
}
@media all and (max-width: 640px){
  .pageReform003 .boxReform01 .p01,
  .pageReform003 .boxReform01 .p02,
  .pageReform003 .boxReform01 .p03 {
    font-size: 0.67rem;
  }
}

.boxReform01 .p01 {
  top: 195px;
  left: 270px;
}
@media all and (max-width: 640px){
  .boxReform01 .p01 {
    top: 42.5vw;
    left: 9vw;
  }
}

.boxReform01 .p02 {
  top: 255px;
  left: 563px;
}
@media all and (max-width: 640px){
  .boxReform01 .p02 {
    top: 59vw;
    left: 49vw;
  }
}

.boxReform01 .boxCont01 {
  position: absolute;
  top: 415px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 85px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform01 .boxCont01 {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 20.5vw;
    text-align: center;
  }
}

.boxReform01 .boxCont01 p {
  padding: 5px 35px;
  background-image: url('./../../images/reform/reform01-icn-arrow01.png'), url('./../../images/reform/reform01-icn-arrow01.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto auto, auto auto;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #d60000;
}
@media all and (max-width: 640px){
  .boxReform01 .boxCont01 p {
    padding: 1vw 11.5vw;
    background-image: url('./../../images_sp/reform/sp-reform01-icn-arrow01.png'), url('./../../images_sp/reform/sp-reform01-icn-arrow01.png');
    background-size: 6vw auto, 6vw auto;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}



.boxReform02 {
  padding-top: 55px;
}
@media all and (max-width: 640px){
  .boxReform02 {
    padding-top: 11vw;
  }
}

.boxReform02 .ttl {
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform02 .ttl {
    margin-bottom: 7.3vw;
    font-size: 1.9rem;
  }
}

.boxReform02 .ttl02 {
  margin-bottom: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b83c7;
}
@media all and (max-width: 640px){
  .boxReform02 .ttl02 {
    margin-bottom: 5vw;
    padding-bottom: 3.5vw;
    background-image: url('./../../images_sp/reform/sp-reform02-border01.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 84% auto;
    font-size: 1.45rem;
  }
}

.boxReform02 .ttl02 > span {
  display: inline-block;
  padding: 0 35px 3px 35px;
  border-bottom: 5px #ffcd09 solid;
}
@media all and (max-width: 640px){
  .boxReform02 .ttl02 > span {
    display: inline-block;
    padding: 0;
    border-bottom: 0;
  }
}

.boxReform02 .boxBaseCom.no01 {
  margin-bottom: 31px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.07em;
  font-size: 1.12rem;
}
@media all and (max-width: 640px){
  .boxReform02 .boxBaseCom.no01 {
    margin-bottom: 7.5vw;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxReform02 .boxLink01 {
  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: 58px;
  padding: 0 8.2%;
}
@media all and (max-width: 640px){
  .boxReform02 .boxLink01 {
    margin-bottom: 12vw;
    padding: 0 5%;
  }
}

.boxReform02 .boxLink01 > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 30.6%;
  height: 80px;
  margin-right: 4.1%;
  margin-bottom: 15px;
  padding: 0 16px;
  background-color: #0b83c7;
  background-image: url('./../../images/reform/reform02-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  line-height: 1.38;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxReform02 .boxLink01 > a {
    -webkit-justify-content: center;
    justify-content: center;
    width: 31.5%;
    height: 29vw;
    margin-right: 2.75%;
    margin-bottom: 0;
    padding: 0 0 5vw 0;
    background-image: url('./../../images_sp/reform/sp-reform02-icn-arrow01.png');
    background-position: center 90%;
    background-size: 4vw auto;
    text-align: center;
    line-height: 1.6;
    font-size: 1.0rem;
  }
}

.boxReform02 .boxLink01 > a:last-child {
  margin-right: 0;
}

@media all and (max-width: 640px){
  .boxReform02 .boxLink01 > a .small {
    font-size: 0.9rem;
  }
}

.boxReform0201 {
  margin-bottom: 65px;
}
@media all and (max-width: 640px){
  .boxReform0201 {
    margin-bottom: 0;/*13.5vw;*/
  }
}

.boxReform0201 .ttlReformBase01 {
  margin-bottom: 33px;
}
@media all and (max-width: 640px){
  .boxReform0201 .ttlReformBase01 {
    position: relative;
    margin-bottom: 8vw;
  }
  .boxReform0201 .ttlReformBase01 .icnAccordionSp {
    position: absolute;
    top: 50%;
    right: 5vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10vw;
  }
}

.boxReform0201 .boxCont01 {
  padding: 50px 0 30px 0;
  border: 2px #000 solid;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01 {
    margin-bottom: 13.5vw;
    padding: 6vw 0 4.5vw 0;
  }
}

.boxReform0201 .boxCont01 .ttl04 {
  margin-bottom: 62px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01 .ttl04 {
    margin-bottom: 6.1vw;
  }
}

.boxReform0201 .boxCont01 .ttl04 .ttlEn {
  display: block;
  margin-bottom: 17px;
  letter-spacing: 0.12em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01 .ttl04 .ttlEn {
    margin-bottom: 1.2vw;
    letter-spacing: 0.05em;
    font-size: 1.15rem;
  }
}

.boxReform0201 .boxCont01 .ttl04 .ttlJa {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.83rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01 .ttl04 .ttlJa {
    line-height: 1.45;
    font-size: 1.3rem;
  }
}

.boxReform0201 .boxCont01 .ttl04 .ttlJa > span {
  display: inline-block;
  padding: 0 52px 15px 52px;
  border-bottom: 5px #ffcd09 solid;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01 .ttl04 .ttlJa > span {
    padding: 0 1.6vw 4vw 1.6vw;
  }
}

.boxReform0201 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 70px;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01F {
    display: block;
    padding: 0 5vw;
  }
}

.boxReform0201 .boxCont01FOne {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne {
    width: 100%;
  }
}

@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne:nth-child(1) {
    margin-bottom: 6vw;
  }
}

.boxReform0201 .boxCont01FOne .ttl05 {
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  font-size: 1.46rem;
  font-weight: 700;
  color: #0b83c7;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne .ttl05 {
    margin-bottom: 3.0vw;
    letter-spacing: 0.05em;
    font-size: 1.06rem;
  }
}

.boxReform0201 .boxCont01FOne .p01 {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne .p01 {
    margin-bottom: 3vw;
    letter-spacing: normal;
    font-size: 1.0rem;
  }
}

.boxReform0201 .boxCont01FOne li {
  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: 18px;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne li {
    margin-bottom: 2vw;
    font-size: 0.9rem;
  }
}

.boxReform0201 .boxCont01FOne li .txtNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #b99c73;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne li .txtNum {
    width: 7vw;
    height: 7vw;
    font-size: 1.0rem;
  }
}

.boxReform0201 .boxCont01FOne li .txtStr {
  padding: 3px 0 0 15px;
  letter-spacing: 0.1em;
  font-size: 1.24rem;
}
@media all and (max-width: 640px){
  .boxReform0201 .boxCont01FOne li .txtStr {
    width: 72vw;
    padding: 0.7vw 0 0 3vw;
    font-size: 0.9rem;
  }
}

.boxReform0202 {
  margin-bottom: 52px;
}
@media all and (max-width: 640px){
  .boxReform0202 {
    margin-bottom: 10vw;
  }
}

.boxReform0202 .ttlReformBase01 {
  margin-bottom: 33px;
}
@media all and (max-width: 640px){
  .boxReform0202 .ttlReformBase01 {
    position: relative;
    margin-bottom: 8vw;
  }
  .boxReform0202 .ttlReformBase01 .icnAccordionSp {
    position: absolute;
    top: 50%;
    right: 5vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10vw;
  }
}

.boxReform0202 .boxCont01 {
  /*height: 400px;*/
  margin-bottom: 48px;
  padding: 31px 0 0 0;
  /*background-image: url('./../../images/reform/reform0202-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;*/
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01 {
    /*height: auto;*/
    margin-bottom: 9vw;
    padding-top: 0;
    /*background-image: url('./../../images_sp/reform/sp-reform0202-bg01.jpg');
    background-size: 100% auto;*/
  }
}

@media all and (max-width: 640px){
  .boxReform0202 .boxCont01In {
    padding: 7vw 0 0 0;
  }
}

.boxReform0202 .boxCont01 .ttlReform0202 {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01 .ttlReform0202 {
    margin-bottom: 8vw;
    font-size: 1.1rem;
  }
}

.boxReform0202 .boxCont01 .boxBaseCom.no00 {
  margin-bottom: 0;
}

.boxReform0202 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 10.5% 0 9.9%;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01F {
    display: block;
    padding: 0 2.5% 0 2.7%;
  }
}

.boxReform0202 .boxCont01FOne {
  width: 45%;
  height: 310px;
  padding-top: 35px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01FOne {
    width: 100%;
    height: auto;
    padding-top: 92%;
    background-size: 100% auto;
  }
}

.boxReform0202 .boxCont01FOne:nth-child(1) {
  background-image: url('./../../images/reform/reform0202-bg0101.png');
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01FOne:nth-child(1) {
    background-image: url('./../../images_sp/reform/sp-reform0202-bg0101.png');
  }
}

.boxReform0202 .boxCont01FOne:nth-child(2) {
  background-image: url('./../../images/reform/reform0202-bg0102.png');
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01FOne:nth-child(2) {
    margin-top: -10vw;
    background-image: url('./../../images_sp/reform/sp-reform0202-bg0102.png');
  }
}

.boxReform0202 .boxCont01FOne .ttlCont01FOne {
  margin-bottom: 11px;
  text-align: center;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01FOne .ttlCont01FOne {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
}

.boxReform0202 .boxCont01FOne:nth-child(2) .ttlCont01FOne {
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01FOne:nth-child(2) .ttlCont01FOne {
    margin-bottom: 0;
  }
}

.boxReform0202 .boxCont01FOne .boxBaseCom.no03 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont01FOne .boxBaseCom.no03 {
    margin-top: -80%;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}

.boxReform0202 .boxCont02 {
  margin-bottom: 40px;
}

.boxReform0202 .boxCont02 .boxImg {
  margin-bottom: 21px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont02 .boxImg {
    margin-bottom: 4.5vw;
  }
}

.boxReform0202 .boxCont02 .p01 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  color: #283446;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont02 .p01 {
    line-height: 1.8;
    font-size: 0.95rem;
  }
}

.boxReform0202 .boxCont03 {
  margin-bottom: 55px;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03 {
    margin-bottom: 7.5vw;
  }
}

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

.boxReform0202 .boxCont03FOne {
  width: 49%;
  padding-bottom: 18px;
  border: 1px #295c52 solid;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne {
    width: 100%;
    margin-bottom: 5.8vw;
    padding-bottom: 4.5vw;
  }
}

.boxReform0202 .boxCont03FOne .ttlCont03FOne {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  margin-bottom: 30px;
  background-color: #295c52;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.32rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .ttlCont03FOne {
    height: 9vw;
    margin-bottom: 6.5vw;
    font-size: 1.05rem;
  }
}

.boxReform0202 .boxCont03FOne:nth-child(2) .ttlCont03FOne {
  color: #d4ee82;
}

.boxReform0202 .boxCont03FOne .boxImg {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .boxImg {
    margin-bottom: 4.5vw;
  }
}

@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .boxImg img {
    width: 58.5%;
  }
}

@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne:nth-child(2) .boxImg img:not(.img03Reform0202) {
    position: relative;
    left: -6vw;
  }
}

.boxReform0202 .boxCont03FOne .boxImg .img03Reform0202 {
  position: absolute;
  top: 0;
  right: -50px;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .boxImg .img03Reform0202 {
    top: -4.5vw;
    right: -3vw;
    width: 40%;
  }
}

.boxReform0202 .boxCont03FOne .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: 7px;
  padding-left: 60px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .dl01 {
    margin-bottom: 1.5vw;
    padding-left: 5vw;
    font-size: 0.83rem;
  }
}

.boxReform0202 .boxCont03FOne .dl01 > dt {
  width: 32%;
  padding-top: 9px;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .dl01 > dt {
    width: 35%;
    padding-top: 1.6vw;
  }
}

.boxReform0202 .boxCont03FOne .dl01 > dd {
  width: 68%;
  letter-spacing: 0.15em;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .dl01 > dd {
    width: 65%;
  }
}

.boxReform0202 .boxCont03FOne .dl01 > dd .txtNum {
  position: relative;
  bottom: -2px;
  margin-left: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont03FOne .dl01 > dd .txtNum {
    bottom: -0.4vw;
    margin-left: 1vw;
    font-size: 1.3rem;
  }
}

.boxReform0202 .boxCont03FOne:nth-child(1) .dl01 > dd .txtNum {
  color: #5f7ca7;
}

.boxReform0202 .boxCont03FOne:nth-child(2) .dl01 > dd .txtNum {
  color: #ae0000;
}

.boxReform0202 .boxCont04 .boxImg {
  margin-bottom: 41px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont04 .boxImg {
    margin-bottom: 6.5vw;
  }
}

@media all and (max-width: 640px){
  .boxReform0202 .boxCont04 .boxImg img {
    width: 50%;
  }
}

.boxReform0202 .boxCont04 .ul01 {
  padding-left: 110px;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont04 .ul01 {
    padding-left: 6.5vw;
  }
}

.boxReform0202 .boxCont04 .ul01 > li {
  margin-bottom: 10px;
  padding-left: 190px;
  /*background-image: url('./../../images/reform/reform0202-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-size: auto auto;*/
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .boxReform0202 .boxCont04 .ul01 > li {
    margin-bottom: 2vw;
    padding: 0 4vw 0 4.3vw;
    /*background-image: url('./../../images_sp/reform/sp-reform0202-icn-circle01.png');
    background-size: 2vw auto;*/
    line-height: 1.75;
    font-size: 0.95rem;
  }
}

.boxReform0202 .boxCont04 .ul01 > li:before {
  content: '■';
  margin-right: 5px;
  font-size: 1.0rem;
  color: #ffcd09;
}

.boxReform0203 {
  padding: 72px 0 65px 0;
}
@media all and (max-width: 640px){
  .boxReform0203 {
    padding: 11.5vw 0 0 0;
  }
}

.boxReform0203 .ttlReformBase01 {
  margin-bottom: 34px;
}
@media all and (max-width: 640px){
  .boxReform0203 .ttlReformBase01 {
    position: relative;
    margin-bottom: 8vw;
  }
  .boxReform0203 .ttlReformBase01 .icnAccordionSp {
    position: absolute;
    top: 50%;
    right: 5vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10vw;
  }
}

.boxReform0203 .ttl06 {
  margin-bottom: 30px;
  background-image: url('./../../images/reform/reform0202-border01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxReform0203 .ttl06 {
    margin-bottom: 5vw;
    background-image: url('./../../images_sp/reform/sp-reform0202-border01.png');
    background-size: 90% auto;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxReform0203 .ttl08 {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #ffcd09;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxReform0203 .ttl08 {
    margin-bottom: 5vw;
    padding: 2vw 0;
    font-size: 1.18rem;
  }
}

.boxReform0203 .boxCont02LCR {
  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: 20px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont02LCR {
    display: block;
    margin-bottom: 5vw;
  }
}

.boxReform0203 .boxCont02L,
.boxReform0203 .boxCont02R {
  width: 45%;
  border: 2px #cde5f3 solid;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont02L,
  .boxReform0203 .boxCont02R {
    width: 100%;
  }
}

.boxReform0203 .boxCont02C {
  -webkit-align-self: center;
  align-self: center;
  width: 10%;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont02C {
    width: 100%;
    padding: 5vw 0;
  }
  .boxReform0203 .boxCont02C img {
    width: 15vw;
  }
}

.boxReform0203 .boxCont02LCR .p01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  border-bottom: 2px #cde5f3 solid;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b83c7;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont02LCR .p01 {
    height: 11vw;
    font-size: 1.1rem;
  }
}

.boxReform0203 .boxCont02L .boxImg,
.boxReform0203 .boxCont02R .boxImg {
  padding: 20px 0;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont02L .boxImg,
  .boxReform0203 .boxCont02R .boxImg {
    padding: 2vw 0;
  }
  .boxReform0203 .boxCont02L .boxImg img,
  .boxReform0203 .boxCont02R .boxImg img {
    width: 80%;
  }
}

.boxReform0203 .boxBaseCom.no02 {
  margin-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxBaseCom.no02 {
    margin-bottom: 7vw;
  }
}

.boxReform0203LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxReform0203LR {
    display: block;
    margin-bottom: 10vw;
  }
}

.boxReform0203LR.no02 {
  margin-bottom: 95px;
}
@media all and (max-width: 640px){
  .boxReform0203LR.no02 {
    margin-bottom: 10.5vw;
  }
}

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

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

.boxReform0203R .ttl07 {
  margin-bottom: 13px;
  font-size: 1.55rem;
}
@media all and (max-width: 640px){
  .boxReform0203R .ttl07 {
    /*position: relative;
    top: -59.5vw;
    margin-bottom: -2vw;*/
    font-size: 1.05rem;
  }
}

@media all and (max-width: 640px){
  .boxReform0203LR.no01 .boxReform0203R .boxBaseCom.no03 {
    margin-bottom: 0;/*19.5vw;*/
  }
}

@media all and (max-width: 640px){
  .boxReform0203 .boxCont01 {
    margin-bottom: 25vw;
  }
}

.boxReform0203 .boxCont01 .p01 {
  margin-bottom: 50px;
  padding-bottom: 75px;
  background-image: url('./../../images/reform/reform0203-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont01 .p01 {
    margin-bottom: 10vw;
    padding-bottom: 15.5vw;
    background-image: url('./../../images_sp/reform/sp-reform0203-icn-arrow01.png');
    background-size: 9.3vw auto;
    font-size: 1.1rem;
  }
}

.boxReform0203 .boxCont0101 {
  position: relative;
  height: 305px;
  padding: 62px 0 0 100px;
  background-image: url('./../../images/reform/reform0203-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 {
    height: auto;
    padding: 45% 0 0 0;
    background-image: url('./../../images_sp/reform/sp-reform0203-bg01.png');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101In {
    margin-top: -45%;
    padding: 7.5vw 0 0 6vw;
  }
}

.boxReform0203 .boxCont0101 .ttl07 {
  margin-bottom: 15px;
  font-weight: 700;
  font-style: italic;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .ttl07 {
    margin-bottom: 19vw;
  }
}

.boxReform0203 .boxCont0101 .ttl07 .txt01 {
  display: block;
  margin-bottom: 17px;
  letter-spacing: 0.08em;
  font-size: 2.07rem;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .ttl07 .txt01 {
    margin-bottom: 1.5vw;
    font-size: 1.0rem;
  }
}

.boxReform0203 .boxCont0101 .ttl07 .txt02 {
  display: block;
  letter-spacing: 0.14em;
  font-size: 2.85rem;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .ttl07 .txt02 {
    line-height: 1.4;
    font-size: 1.5rem;
  }
}

.boxReform0203 .boxCont0101 .txt01Reform0203 {
  position: absolute;
  top: -62px;
  left: -32px;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .txt01Reform0203 {
    top: -9.5vw;
    left: auto;
    right: -0.5vw;
    width: 35vw;
  }
}

.boxReform0203 .boxCont0101 .boxBaseCom.no03 {
  margin-bottom: 17px;
  letter-spacing: 0.14em;
  font-size: 1.13rem;
  color: #d60000;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .boxBaseCom.no03 {
    margin-bottom: 17px;
    font-size: 0.85rem;
  }
}


@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .boxLink {
    margin-top: -33vw;
    margin-bottom: 13vw;
  }
}

.boxReform0203 .boxCont0101 .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 282px;
  height: 49px;
  padding-left: 17px;
  background-color: #ffcd09;
  background-image: url('./../../images/reform/reform0203-icn-arrow02.png'), url('./../../images/reform/reform0203-icn-pdf01.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 92% center, 13% center;
  background-size: auto auto, auto auto;
  letter-spacing: 0.17em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .boxLink a {
    width: 56%;
    height: 8.5vw;
    padding-left: 3vw;
    background-image: url('./../../images_sp/reform/sp-reform0203-icn-arrow02.png'), url('./../../images_sp/reform/sp-reform0203-icn-pdf01.png');
    background-position: 92% center, 7% center;
    background-size: 1.3vw auto, 5vw auto;
    letter-spacing: 0.02em;
    font-size: 0.8rem;
  }
}

.boxReform0203 .boxCont0101 .img03Reform0203 {
  position: absolute;
  top: -42px;
  right: -5px;
}
@media all and (max-width: 640px){
  .boxReform0203 .boxCont0101 .img03Reform0203 {
    top: -3.5vw;
    right: -4.5vw;
    width: 38%;
  }
}

.boxReform0204 {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0204 {
    margin-bottom: 8vw;
  }
}

@media all and (max-width: 640px){
  .boxReform0204 .boxImg {
    text-align: center;
  }
  .boxReform0204 .boxImg img {
    width: 90%;
  }
}

@media all and (max-width: 640px){
  .boxReform0301 .btnAccordionSp {
    width: 90%;
    margin: 0 auto;
  }
  .boxReform0301 .boxAccordionSp {
    padding-top: 25vw;
  }
}

.boxReform03 .ttl {
  margin-bottom: 45px;
  padding: 80px 0 0 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform03 .ttl {
    margin-bottom: 5.5vw;
    padding: 9vw 0 0 0;
    font-size: 2.0rem;
  }
}

.boxReform0301 {
  margin-bottom: 47px;
}

.boxReform0301 .ttl02,
.boxReform0302 .ttl02,
.boxReform0303 .ttl02 {
  margin-bottom: 12px;
  padding: 8px 0 9px 58px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0301 .ttl02,
  .boxReform0302 .ttl02,
  .boxReform0303 .ttl02 {
    margin-bottom: 4vw;
    padding: 1.2vw 0 0.5vw 11vw;
    background-size: 7vw auto;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxReform0301 .ttl02.no01 {
  background-image: url('./../../images/reform/reform03-icn-num01.png');
}
.boxReform0302 .ttl02.no02 {
  background-image: url('./../../images/reform/reform03-icn-num02.png');
}
.boxReform0303 .ttl02.no03 {
  background-image: url('./../../images/reform/reform03-icn-num02.png');
}
@media all and (max-width: 640px){
  .boxReform0301 .ttl02.no01 {
    margin-bottom: 3.5vw;/*19vw;*/
    background-image: url('./../../images_sp/reform/sp-reform03-icn-num01.png');
  }
  .boxReform0302 .ttl02.no02 {
    margin-bottom: 3.5vw;
    background-image: url('./../../images_sp/reform/sp-reform03-icn-num02.png');
  }
  .boxReform0303 .ttl02.no03 {
    margin-bottom: 3.5vw;
    background-image: url('./../../images_sp/reform/sp-reform03-icn-num02.png');
  }
}

.boxReform0301 .boxCont01LR {
  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: 22px;
}
@media all and (max-width: 640px){
  .boxReform0301 .boxCont01LR {
    display: block;
    margin-bottom: 22.7vw;
    padding: 0 5vw;
  }
}

@media all and (max-width: 640px){
  .boxReform0301 .boxCont01LR:last-child {
    margin-bottom: 11.5vw;
  }
}

.boxReform0301 .boxCont01L {
  width: 35.5%;
}
@media all and (max-width: 640px){
  .boxReform0301 .boxCont01L {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

.boxReform0301 .boxCont01R {
  width: 64.5%;
  padding-top: 10px;
}
@media all and (max-width: 640px){
  .boxReform0301 .boxCont01R {
    width: 100%;
    padding-top: 10px;
  }
}

.boxReform0301 .boxCont01R .ttl03 {
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 1px #000 solid;
  letter-spacing: 0.17em;
  font-size: 1.35rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0301 .boxCont01R .ttl03 {
    position: relative;
    top: -69vw;
    margin-bottom: -7.5vw;
    padding-bottom: 2vw;
    font-size: 1.05rem;
  }
}

.boxReform0301 .boxCont01R .ttl03:before {
  content: '■';
  position: relative;
  top: -2px;
  margin-right: 8px;
  font-size: 1.1rem;
  color: #ffcd09;
}
@media all and (max-width: 640px){
  .boxReform0301 .boxCont01R .ttl03:before {
    top: 0;
    margin-right: 1.3vw;
    font-size: 0.9rem;
  }
}

.boxReform0302 {
  margin-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxReform0302 {
    margin-bottom: 11.5vw;
  }
}

.boxReform0302 .boxBaseCom.no01 {
  color: #b31717;
}
@media all and (max-width: 640px){
  .boxReform0302 .boxBaseCom.no01 {
    margin-bottom: 6vw;
  }
}

.boxReform0302 .boxCont01 {
  position: relative;
  padding: 65px 0 65px 0;
  border: 2px #c9d63c solid;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxReform0302 .boxCont01 {
    padding: 6vw 3.4vw 6vw 3.4vw;
  }
}

.boxReform0302 .boxCont01 .btn01Reform0301 {
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxReform0302 .boxCont01 .btn01Reform0301 {
    width: 11vw;
  }
}

.boxReform0302 .boxCont01 .btn01Reform0301.no01 {
  top: 230px;
  left: 335px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no02 {
  top: 355px;
  left: 335px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no03 {
  top: 480px;
  left: 335px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no04 {
  top: 230px;
  left: 590px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no05 {
  top: 355px;
  left: 590px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no06 {
  top: 480px;
  left: 590px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no07 {
  top: 230px;
  left: 883px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no08 {
  top: 355px;
  left: 883px;
}
.boxReform0302 .boxCont01 .btn01Reform0301.no09 {
  top: 480px;
  left: 883px
}
@media all and (max-width: 640px){
  .boxReform0302 .boxCont01 .btn01Reform0301.no01 {
    top: 38.5vw;
    left: 30vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no02 {
    top: 66vw;
    left: 30vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no03 {
    top: 88.3vw;
    left: 30vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no04 {
    top: 38.5vw;
    left: 53.5vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no05 {
    top: 66vw;
    left: 53.5vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no06 {
    top: 88.3vw;
    left: 53.5vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no07 {
    top: 38.5vw;
    left: 77.5vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no08 {
    top: 66vw;
    left: 77.5vw;
  }
  .boxReform0302 .boxCont01 .btn01Reform0301.no09 {
    top: 88.3vw;
    left: 77.5vw;
  }
}

.boxReform0303 {
  margin-bottom: 65px;
}
@media all and (max-width: 640px){
  .boxReform0303 {
    margin-bottom: 9vw;
  }
}

.boxReform0303 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 37px;
  line-height: 2.0;
}
@media all and (max-width: 640px){
  .boxReform0303 .dl01 {
    display: block;
    padding: 3.0vw 4.5vw 3.0vw 4.5vw;
    line-height: 1.7;
  }
}

.boxReform0303 .dl01.c01 {
  background-color: #f1f1f1;
}
.boxReform0303 .dl01.c02 {
  background-color: #fff;
}
.boxReform0303 .dl01.c03 {
  background-color: #cbd3da;
}
.boxReform0303 .dl01.c04 {
  background-color: #fff;
}

.boxReform0303 .dl01 > dt {
  width: 18.5%;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxReform0303 .dl01 > dt {
    width: 100%;
    font-size: 0.95rem;
  }
}

.boxReform0303 .dl01 > dt:before {
  content: '―';
  margin-right: 10px;
}
@media all and (max-width: 640px){
  .boxReform0303 .dl01 > dt:before {
    margin-right: 1.3vw;
  }
}

.boxReform0303 .dl01 > dd {
  width: 81.5%;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxReform0303 .dl01 > dd {
    width: 100%;
    padding-left: 5.5vw;
    font-size: 0.95rem;
  }
}


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


/*##### Session #####*/
.pageSession .ulBaseTop0 {
  width: 100%;
}

.pageSession .ulBaseTop0 > li {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
}
@media all and (max-width: 640px){
  .pageSession .ulBaseTop0 > li {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 640px){
  .pageSession .ulBaseTop0 {
    margin-bottom: 7vw;
  }
}

.pageSession .ulBaseTop0 > li:nth-child(4n) {
  margin-right: 0;
}

.pageSession .ulBaseTop0 > li a {
  height: 4em;
}
@media all and (max-width: 640px){
  .pageSession .ulBaseTop0 > li a {
    height: 3em;
  }
}


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

.boxSession01 .p01 {
  margin-bottom: 3em;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxSession01 .p01 {
    margin-bottom: 2em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

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

.boxSession01LR .boxImg {
  width: 39%;
  min-height: 100px;
  background-color: #ddd;
}
@media all and (max-width: 640px){
  .boxSession01LR .boxImg {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .boxSession01LR .boxImg img {
    width: 100%;
  }
}

.boxSession01LR .boxTxt {
  width: 56%;
}
@media all and (max-width: 640px){
  .boxSession01LR .boxTxt {
    width: 100%;
  }
}

.boxSession01LR .boxTxt .boxBaseCom.no01 {
  margin-bottom: 2em;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-size: 1.32rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxSession01LR .boxTxt .boxBaseCom.no01 {
    margin-bottom: 1.5em;
    line-height: 1.6;
    letter-spacing: 0.07em;
    font-size: 1.13rem;
  }
}

.boxSession01LR .boxTxt .dl01 > dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #003686;
}

.boxSession01LR .boxTxt .dl01 > dt:before {
  content: '';
  position: absolute;
  top: 0.16em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ccc;
}


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

.boxSession0201One {
  margin-bottom: 2em;
  border: 1px #ccc solid;
  border-top: 5px #003686 solid;
}
@media all and (max-width: 640px){
  .boxSession0201One {
    margin-bottom: 1.5em;
  }
}

.boxSession0201One .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.0em;
  padding: 1.0em 2.0em;
  background-color: #eee;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxSession0201One .ttl01 {
    padding: 0.5em 1.0em;
  }
}

.boxSession0201One .ttl01 .txt01 {
  margin-bottom: 0.7em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxSession0201One .ttl01 .txt01 {
    margin-bottom: 0.5em;
    font-size: 0.95rem;
  }
}

.boxSession0201One .ttl01 .txt01 .txtNum {
  margin-left: 0.2em;
  font-size: 1.5rem;
}

.boxSession0201One .ttl01 .txt02 {
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxSession0201One .ttl01 .txt02 {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}

.boxSession0201One .boxBaseCom {
  margin-bottom: 1.0em;
  padding: 0 2em;
}
@media all and (max-width: 640px){
  .boxSession0201One .boxBaseCom {
    padding: 0 1em;
  }
}

.boxSession0201One .ul01 {
  margin-bottom: 20px;
  padding-left: 25px;
}
@media all and (max-width: 640px){
  .boxSession0201One .ul01 {
    margin-bottom: 4vw;
    padding-left: 5vw;
  }
}

.boxSession0201One .ul01 > li {
  margin-bottom: 0.3em;
  line-height: 1.4;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxSession0201One .ul01 > li {
    font-size: 1.0rem;
  }
}

.boxSession0201One .ul01 > li:before {
  content: '■';
  margin-right: 0.5em;
  font-size: 1.0rem;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxSession0201One .ul01 > li:before {
    font-size: 0.72rem;
  }
}

.boxSession0201Arrow {
  margin-bottom: 2.0em;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSession0201Arrow {
    margin-bottom: 1.5em;
  }
  .boxSession0201Arrow img {
    width: 30vw;
  }
}

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

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

.boxSession03LR .boxImg {
  width: 37%;
}
@media all and (max-width: 640px){
  .boxSession03LR .boxImg {
    width: 100%;
    margin-bottom: 4vw;
  }
}

@media all and (max-width: 640px){
  .boxSession03LR .boxImg img {
    width: 100%;
  }
}

.boxSession03LR .boxTxt {
  width: 60%;
}
@media all and (max-width: 640px){
  .boxSession03LR .boxTxt {
    width: 100%;
  }
}

.boxSession03LR .boxTxt .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxSession03LR .boxTxt .ttl01 {
    margin-bottom: 4vw;
    font-size: 1.3rem;
  }
}

.boxSession03LR .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxSession03LR .boxTxt .boxBaseCom {
    font-size: 1.0rem;
  }
}


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

.boxSession0401 .tb01 {
  width: 100%;
}

.boxSession0401 .tb01 tr:first-child th {
  height: 4.0em;
  text-align: center;
  vertical-align: middle;
  border-right: 1px #fff solid;
  background-color: #003686;
  letter-spacing: 0.3em;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr:first-child th {
    height: 3.0em;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxSession0401 .tb01 tr:first-child th:last-child {
  border-right: 0;
}

.boxSession0401 .tb01 tr:first-child th:nth-child(1) {
  width: 15%;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr:first-child th:nth-child(1) {
    width: 20%;
  }
}

.boxSession0401 .tb01 tr:first-child th:nth-child(2) {
  width: 15%;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr:first-child th:nth-child(2) {
    width: 21%;
  }
}

.boxSession0401 .tb01 tr:first-child th:nth-child(3) {
  width: 55%;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr:first-child th:nth-child(3) {
    width: 44%;
  }
}

.boxSession0401 .tb01 tr:first-child th:nth-child(4) {
  width: 15%;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr:first-child th:nth-child(4) {
    width: 15%;
  }
}

.boxSession0401 .tb01 tr td {
  padding: 1.5em 1.0em;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #e1e1e1;
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr td {
    padding: 0.7em 0.2em;
    font-size: 0.72rem;
  }
}

.boxSession0401 .tb01 tr.trColor1 td {
  background-color: #e1e1e1;
}

.boxSession0401 .tb01 tr td:last-child {
  border-right: 0;
}

.boxSession0401 .tb01 tr td.tdLink a {
  display: block;
  padding: 1.0em 1.5em;
  background-color: #cf1326;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSession0401 .tb01 tr td.tdLink a {
    width: 80%;
    margin: 0 auto;
    padding: 0.5em 0.2em;
    font-size: 0.7rem;
  }
}

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

.boxSessionForm .ttl01 {
  margin-bottom: 2.5em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSessionForm .ttl01 {
    margin-bottom: 1.5em;
    font-size: 1.2rem;
  }
}

.boxSessionForm .boxBaseCom.no01 {
  margin-bottom: 5.0em;
  padding: 0 10%;
}
@media all and (max-width: 640px){
  .boxSessionForm .boxBaseCom.no01 {
    margin-bottom: 2.0em;
    padding: 0 5%;
  }
}



/* Welfare */
.pageWelfare .boxBaseTop .boxBaseCom{
  /*top: 270px;*/
  letter-spacing: 0.15em;
}
.boxWelfare01Wrap{
  min-height: 326px;
  margin-bottom: 80px;
  padding-top: 80px;
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 31%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 31%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 31%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  /*background-image: url('./../../images/welfare/welfare-bg01.jpg');*/
  border-bottom: 1px #eeeeee solid;
  /*
  background-repeat: no-repeat;
  background-position: center top;
  */
}
.boxWelfare01{
  width: 980px;
  margin: 0 auto;
}
.boxWelfare01 .ttl{
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.15em;
  font-size: 2.15rem;
}
.boxWelfare01 .boxBaseCom{
  text-align: center;
  line-height: 1.9;
  font-size: 1.3rem;
}


.boxWelfare02{
  margin-bottom: 130px;
  padding-top: 80px;
}

.boxWelfare02Bn01 {
  margin-bottom: 100px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxWelfare02Bn01 {
    margin-bottom: 13vw;
  }
}

.boxWelfare02LR{
  display: table;
  width: 100%;
  margin-bottom: 80px;
}
.boxWelfare02L{
  display: table-cell;
  width: 45%;
  vertical-align: top;
}
.boxWelfare02L .ttl{
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.boxWelfare02L .ttl.no01{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0201.jpg');
}
.boxWelfare02L .ttl.no02{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0202.jpg');
}
.boxWelfare02L .ttl.no03{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0203.jpg');
}
.boxWelfare02L .ttl.no04{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0204.jpg');
}
.boxWelfare02L .ttl.no05{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0205.jpg');
}
.boxWelfare02L .ttl.no06{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0206.jpg');
}
.boxWelfare02L .ttl.no07{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0207.jpg');
}
.boxWelfare02L .ttl.no08{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0208.jpg');
}
.boxWelfare02L .ttl.no09{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0209.jpg');
}
.boxWelfare02L .ttl.no10{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0210.jpg');
}
.boxWelfare02L .ttl.no11{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0211.jpg');
}
.boxWelfare02LR .ttl {
	background-size: auto auto;
}
.boxWelfare02L .ttl .txtL01{
  position: absolute;
  top: 18px;
  left: 22px;
  color: #ffa809;
}
.boxWelfare02L .ttl .txtNumber{
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.0;
  letter-spacing: 0.07em;
  font-size: 2.8rem;
}
.boxWelfare02L .ttl .txtTtl01{
  letter-spacing: 0.07em;
  font-size: 1.2rem;
}
.boxWelfare02L .ttl .txtR01{
  display: inline-block;
  position: absolute;
  top: 46px;
  left: 135px;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.18em;
  font-size: 2.2rem;
  color: #fff;
}
.boxWelfare02L .ttl .txtR01.txtShort{
  letter-spacing: normal;
}
.boxWelfare02R{
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.boxWelfare02R li{
  margin-bottom: 30px;
  line-height: 1.3;
}
.boxWelfare02R li:last-child{
  margin-bottom: 0;
}
.boxWelfare02R li .ttl2{
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.boxWelfare02R li .ttl2:before{
  content: '■';
  margin-right: 8px;
  color: #ffa809;
}
.boxWelfare02R li .ttl2 .btnWelfare02R{
  display: none;
}
.boxWelfare02R li .txt01{
  letter-spacing: 0.1em;
}
.boxWelfareTb{
  margin-bottom: 100px;
}
.boxWelfareTb .ttl{
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.boxWelfareTbL{
  display: none;
}


/*##### Work #####*/
body.pageWork .ulBaseTop02 {
  margin-top: 10px;
}
@media all and (max-width: 640px){
  body.pageWork .ulBaseTop02 {
    margin-top: 8vw;
  }
}

body.pageWork .ulBaseTop02 > li {
  width: 220px;
  margin: 0 17px;
  background-color: #e8282e;
}
@media all and (max-width: 640px){
  body.pageWork .ulBaseTop02 > li {
    width: 100%;
    margin: 0 0 3vw 0;
    background-position: 93% center;
    background-size: 5vw auto;
  }
}

@media all and (max-width: 640px){
  body.pageWork .ulBaseTop02 > li a {
    height: 13vw;
    padding: 0 13% 0 7%;
  }
}

.boxWork {
  padding: 36px 0 20px 0;
/*
  background-image: url('./../../images/work/work-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
*/
}
@media all and (max-width: 640px){
  .boxWork {
    padding: 10vw 0 15vw 0;
/*
    background-size: 200% auto;
*/
  }
}

.boxWork01 {
  padding-bottom: 100px;
  background-image: url('./../../images/work/work-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxWork01 {
    padding-bottom: 15vw;
    background-size: 200% auto;
  }
}

.boxWork01.no01,
.boxWork01.no02 {
  margin-bottom: 100px;
}
@media all and (max-width: 640px){
  .boxWork01.no01,
  .boxWork01.no02 {
    margin-bottom: 13vw;
  }
}


.boxWork0101 {
  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: 58px;
}
@media all and (max-width: 640px){
  .boxWork0101 {
    display: block;
    margin-bottom: 8vw;
  }
}

.boxWork0101L {
  width: 50.7%;
  padding-top: 2.0em;
  color: #c30310;
}
@media all and (max-width: 640px){
  .boxWork0101L {
    width: 100%;
    padding-top: 0;
  }
}

.boxWork01.no02 .boxWork0101L {
  color: #eb7500;
}

.boxWork01.no03 .boxWork0101L {
  color: #00443c;
}

.boxWork0101L .ttl01 {
  margin-bottom: 4.0em;
  padding-bottom: 1.4em;
  border-bottom: 3px #c30310 solid;
  font-style: italic;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWork0101L .ttl01 {
    margin-bottom: 2.1em;
  }
}

.boxWork01.no02 .boxWork0101L .ttl01 {
  border-bottom: 3px #eb7500 solid;
}

.boxWork01.no03 .boxWork0101L .ttl01 {
  border-bottom: 3px #00443c solid;
}

.boxWork0101L .ttl01 .ttlMain {
  display: block;
  margin-bottom: 0.27em;
  letter-spacing: 0.13em;
  font-size: 2.5rem;
}
@media all and (max-width: 640px){
  .boxWork0101L .ttl01 .ttlMain {
    margin-bottom: 0.27em;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
}

.boxWork0101L .ttl01 .ttlMain > span {
  display: inline-block;
}

.boxWork0101L .ttl01 .ttlMain > span:first-letter {
  font-size: 3.2rem;
}
@media all and (max-width: 640px){
  .boxWork0101L .ttl01 .ttlMain > span:first-letter {
    font-size: 2.2rem;
  }
}

.boxWork0101L .ttl01 .ttlSub {
  display: block;
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxWork0101L .ttl01 .ttlSub {
    padding-left: 0.4em;
    font-size: 0.9rem;
  }
}

.boxWork0101L .boxCont01 {
  padding: 0 2.5em 0 3.0em;
}
@media all and (max-width: 640px){
  .boxWork0101L .boxCont01 {
    padding: 0 0.5em 0 1.0em;
  }
}

.boxWork0101L .boxCont01 .ttl02 {
  margin-bottom: 0.9em;
  margin-left: -1.45em;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWork0101L .boxCont01 .ttl02 {
    margin-bottom: 0.7em;
    margin-left: -1.0em;
    font-size: 1.1rem;
  }
}

.boxWork0101L .boxCont01 .ttl02:before {
  content: '－';
  margin-right: 0.35em;
  font-weight: 400;
}
@media all and (max-width: 640px){
  .boxWork0101L .boxCont01 .ttl02:before {
    margin-right: 0.1em;
  }
}

.boxWork0101L .boxCont01 .boxBaseCom {
  line-height: 2.1;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWork0101L .boxCont01 .boxBaseCom {
    line-height: 1.8;
    font-size: 0.85rem;
  }
}

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


.boxWork0102 {
  margin-bottom: 2.5em;
}

.boxWork0102 .ttl01,
.boxWork0103 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 1.8em;
  background-color: #dff3f3;
  letter-spacing: 0.12em;
  font-size: 1.55rem;
  font-weight: 700;
  color: #336e7b;
}
@media all and (-ms-high-contrast:none){
  .boxWork0102 .ttl01,
  .boxWork0103 .ttl01 {
    padding-top: 0.4em;
    height: 50px;
  }
}
@media all and (max-width: 640px){
  .boxWork0102 .ttl01,
  .boxWork0103 .ttl01 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: auto;
    margin-bottom: 1.2em;
    padding: 0.4em 0.7em 0.3em 0.7em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

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

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

@media all and (max-width: 640px){
  .boxWork0102FOne:last-child {
    margin-bottom: 0;
  }
}

.boxWork0102FOne .boxImg {
  margin-bottom: 1.65em;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxWork0102FOne .boxImg {
    margin-bottom: 1.0em;
  }
}

@media all and (max-width: 640px){
  .boxWork0102FOne .boxImg img {
    width: 100%;
  }
}

.boxWork0102FOne .boxTxt01 {
  color: #336e7b;
}

.boxWork0102FOne .boxTxt01 .ttl02 {
  position: relative;
  margin-bottom: 0.3em;
  padding: 0.1em 0 0.05em 1.1em;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWork0102FOne .boxTxt01 .ttl02 {
    margin-bottom: 0.4em;
    padding: 0.15em 0 0.05em 1.1em;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}

.boxWork0102FOne .boxTxt01 .ttl02:before {
  content: '';
  position: absolute;
  left: 0.3em;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #336e7b;
}

.boxWork0102FOne .boxTxt01 .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWork0102FOne .boxTxt01 .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxWork0103 {
  margin-bottom: 3.5em;
}
@media all and (max-width: 640px){
  .boxWork0103 {
    margin-bottom: 1.8em;
  }
}

.boxWork0104 {
  text-align: center;
}

.boxWork01.no02 .boxWork0104,
.boxWork01.no03 .boxWork0104 {
  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){
  .boxWork01.no02 .boxWork0104,
  .boxWork01.no03 .boxWork0104 {
    display: block;
  }
}

.boxWork01.no02 .boxWork0104 a,
.boxWork01.no03 .boxWork0104 a {
  margin: 0 2.0em;
}
@media all and (max-width: 640px){
  .boxWork01.no02 .boxWork0104 a,
  .boxWork01.no03 .boxWork0104 a {
    margin: 0;
  }
}

@media all and (max-width: 640px){
  .boxWork01.no02 .boxWork0104 a img,
  .boxWork01.no03 .boxWork0104 a img {
    width: 100%;
    margin: 0 0 1.5em 0;
  }
}


/*##### Work Bus #####*/
.pageWorkBusdriver .ulBaseTop0 {
  width: 100%;
}

.pageWorkBusdriver .ulBaseTop0 > li {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
}
@media all and (max-width: 640px){
  .pageWorkBusdriver .ulBaseTop0 > li {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 640px){
  .pageWorkBusdriver .ulBaseTop0 {
    margin-bottom: 7vw;
  }
}

.pageWorkBusdriver .ulBaseTop0 > li:nth-child(4n) {
  margin-right: 0;
}

.pageWorkBusdriver .ulBaseTop0 > li a {
  height: 4em;
}
@media all and (max-width: 640px){
  .pageWorkBusdriver .ulBaseTop0 > li a {
    height: 3em;
  }
}

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

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

.boxWorkBus0101FOne .boxImg {
  width: 47%;
}
@media all and (max-width: 640px){
  .boxWorkBus0101FOne .boxImg {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .boxWorkBus0101FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkBus0101FOne .boxTxt {
  width: 49%;
}
@media all and (max-width: 640px){
  .boxWorkBus0101FOne .boxTxt {
    width: 100%;
  }
}

.boxWorkBus0101FOne .boxTxt .ttl01 {
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkBus0101FOne .boxTxt .ttl01 {
    margin-bottom: 1.0em;
    line-height: 1.6;
    font-size: 1.1rem;
  }
}

.boxWorkBus0101FOne .boxTxt .boxBaseCom {
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0101FOne .boxTxt .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxWorkBus0101FOne .boxTxt .ol01 > li {
  margin-bottom: 0.7em;
  padding-left: 1.2em;
  line-height: 1.4;
  font-size: 1.1rem;
  text-indent: -1.2em;
}
@media all and (max-width: 640px){
  .boxWorkBus0101FOne .boxTxt .ol01 > li {
    margin-bottom: 0.7em;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 0.9rem;
    text-indent: -1.2em;
  }
}

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

.boxWorkBus0201 {
  margin-bottom: 3em;
}

.boxWorkBus0201 .ttl01,
.boxWorkBus03Top .ttl01,
.boxWorkBus04Top .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 1.5em;
  padding-left: 1.0em;
  background-image: url(./../../images/work-bus/work-bus-ttl-bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  font-size: 2.0rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkBus0201 .ttl01,
  .boxWorkBus03Top .ttl01,
  .boxWorkBus04Top .ttl01 {
    width: 100%;
    height: 15vw;
    margin-bottom: 5vw;
    padding-left: 0.7em;
    background-image: url('./../../images_sp/work-bus/sp-work-bus-ttl-bg01.png');
    background-size: 100% 100%;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.boxWorkBus0201F {
  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;
  padding: 0 8%;
}
@media all and (max-width: 640px){
  .boxWorkBus0201F {
    display: block;
    padding: 0;
  }
}

.boxWorkBus0201FOne {
  width: 45%;
  margin-bottom: 3em;
  margin-right: 10%;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}

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

.boxWorkBus0201FOne .boxImg {
  position: relative;
  margin-bottom: 1.5em;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxImg {
    margin-bottom: 1.5em;
  }
  .boxWorkBus0201FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkBus0201FOne .boxImg .txtStep {
  position: absolute;
  top: -1em;
  left: -1em;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px #003686 solid;
  background-color: #fff;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxImg .txtStep {
    top: -0.5em;
    left: -0.5em;
    width: 13vw;
    height: 13vw;
    border-radius: 13vw;
    border: 0.6vw #003686 solid;
  }
}

.boxWorkBus0201FOne .boxImg .txtStep .txtStr {
  font-size: 0.8rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxImg .txtStep .txtStr {
    font-size: 0.72rem;
  }
}

.boxWorkBus0201FOne .boxImg .txtStep .txtNum {
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxImg .txtStep .txtNum {
    font-size: 1.2rem;
  }
}

.boxWorkBus0201FOne .boxTxt .ttl02 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxTxt .ttl02 {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
  }
}

.boxWorkBus0201FOne .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxTxt .boxBaseCom {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}

.boxWorkBus0201FOne .boxTxt .ul01 > li {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0201FOne .boxTxt .ul01 > li {
    font-size: 0.9rem;
  }
}

.boxWorkBus0202 .ttl01,
.boxWorkBus0301 .ttl02,
.boxWorkBus0302 .ttl02,
.boxWorkBus0401 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  margin-bottom: 1.5em;
  /*padding-left: 1.0em;*/
  background-color: #cf1326;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxWorkBus0202 .ttl01,
  .boxWorkBus0301 .ttl02,
  .boxWorkBus0302 .ttl02,
  .boxWorkBus0401 .ttl01 {
    height: 17vw;
    padding: 0 0.5em;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

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

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

.boxWorkBus0202FOne .boxImg {
  margin-bottom: 1.5em;
}
@media all and (max-width: 640px){
  .boxWorkBus0202FOne .boxImg {
    margin-bottom: 1.5em;
  }
  .boxWorkBus0202FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkBus0202FOne .boxTxt .ttl02 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkBus0202FOne .boxTxt .ttl02 {
    font-size: 1.2rem;
  }
}

.boxWorkBus03Wrap {
  margin-bottom: 8.0em;
}
@media all and (max-width: 640px){
  .boxWorkBus03Wrap {
    margin-bottom: 3.0em;
  }
}

.boxWorkBus03Top {
  margin-bottom: 4em;
}
@media all and (max-width: 640px){
  .boxWorkBus03Top {
    margin-bottom: 2em;
  }
}

.boxWorkBus03Top .boxBaseCom {
  text-align: center;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxWorkBus03Top .boxBaseCom {
    font-size: 1.0rem;
  }
}

.boxWorkBus0301 {
  margin-bottom: 3.0em;
}

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

.boxWorkBus0301FOne {
  width: 31%;
  margin-bottom: 3.0em;
  margin-right: calc((100% - 31% * 3) / 2);
}
@media all and (max-width: 640px){
  .boxWorkBus0301FOne {
    width: 100%;
    margin-bottom: 2.0em;
    margin-right: 0;
  }
}

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

.boxWorkBus0301FOne .ttl03 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkBus0301FOne .ttl03 {
    font-size: 1.2rem;
  }
}

.boxWorkBus0301FOne .boxImg {
  margin-bottom: 1.0em;
}
@media all and (max-width: 640px){
  .boxWorkBus0301FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkBus0301FOne .boxBaseCom {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0301FOne .boxBaseCom {
    font-size: 0.9rem;
  }
}

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

.boxWorkBus0302FOne {
  width: 31%;
  margin-right: calc((100% - 31% * 3) / 2);
}
@media all and (max-width: 640px){
  .boxWorkBus0302FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

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

.boxWorkBus0302FOne .ttl03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 130px;
  margin-bottom: 0.7em;
  /*border: 1px #ccc solid;*/
  background-image: url('./../../images/work-bus/work-bus03-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkBus0302FOne .ttl03 {
    position: relative;
    height: auto;
    margin-bottom: 0.7em;
    padding-top: 32%;
    background-image: url('./../../images_sp/work-bus/sp-work-bus03-bg01.png');
    background-size: 100% auto;
    font-size: 1.2rem;
  }
}

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

.boxWorkBus0302FOne .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0302FOne .boxBaseCom {
    font-size: 0.9rem;
  }
}

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

.boxWorkBus04Top {
  margin-bottom: 3.5em;
}

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

.boxWorkBus04TopFOne {
  width: 40%;
  margin: 0 5%;
}
@media all and (max-width: 640px){
  .boxWorkBus04TopFOne {
    width: 100%;
    margin: 0;
    margin-bottom: 2.0em;
  }
}

@media all and (max-width: 640px){
  .boxWorkBus04TopFOne:last-child {
    margin-bottom: 0;
  }
}

.boxWorkBus04TopFOne .boxImg {
  margin-bottom: 1.5em;
  text-align: center;
}

@media all and (max-width: 640px){
  .boxWorkBus04TopFOne .boxImg img {
    width: 100%;
  }
}

.boxWorkBus04TopFOne .ttl02 {
  margin-bottom: 0.5em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkBus04TopFOne .ttl02 {
    font-size: 1.2rem;
  }
}

.boxWorkBus04TopFOne .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus04TopFOne .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxWorkBus0401FOne {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 269px;
  margin-bottom: 3em;
}
@media all and (max-width: 640px){
  .boxWorkBus0401FOne {
    display: block;
    height: auto;
    margin-bottom: 2em;
  }
}

.boxWorkBus0401FOne:last-child {
  margin-bottom: 0;
}

.boxWorkBus0401FOne .boxImg {
  width: 47%;
}
@media all and (max-width: 640px){
  .boxWorkBus0401FOne .boxImg {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.boxWorkBus0401FOne .boxImg img {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 640px){
  .boxWorkBus0401FOne .boxImg img {
    position: static;
    width: 250%;
    max-width: none;
  }
}

.boxWorkBus0401FOne .boxTxt {
  position: relative;
  z-index: 2;
  width: 49%;
}
@media all and (max-width: 640px){
  .boxWorkBus0401FOne .boxTxt {
    width: 100%;
  }
}

.boxWorkBus0401FOne .boxTxt .ttl02 {
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  border-bottom: 1px #cf1326 solid;
  font-size: 1.5rem;
  font-weight: 700;
  color: #cf1326;
}
@media all and (max-width: 640px){
  .boxWorkBus0401FOne .boxTxt .ttl02 {
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.boxWorkBus0401FOne .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkBus0401FOne .boxTxt .boxBaseCom {
    font-size: 0.9rem;
  }
}



/*##### Work Taxi #####*/
.pageWorkTaxidriver .ulBaseTop0 {
  width: 100%;
}

.pageWorkTaxidriver .ulBaseTop0 > li {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
}
@media all and (max-width: 640px){
  .pageWorkTaxidriver .ulBaseTop0 > li {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 640px){
  .pageWorkTaxidriver .ulBaseTop0 {
    margin-bottom: 7vw;
  }
}

.pageWorkTaxidriver .ulBaseTop0 > li:nth-child(4n) {
  margin-right: 0;
}

.pageWorkTaxidriver .ulBaseTop0 > li a {
  height: 4em;
}
@media all and (max-width: 640px){
  .pageWorkTaxidriver .ulBaseTop0 > li a {
    height: 3em;
  }
}

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

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

.boxWorkTaxi0101FOne .boxImg {
  width: 47%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0101FOne .boxImg {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .boxWorkTaxi0101FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkTaxi0101FOne .boxTxt {
  width: 49%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0101FOne .boxTxt {
    width: 100%;
  }
}

.boxWorkTaxi0101FOne .boxTxt .ttl01 {
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0101FOne .boxTxt .ttl01 {
    margin-bottom: 1.0em;
    line-height: 1.6;
    font-size: 1.1rem;
  }
}

.boxWorkTaxi0101FOne .boxTxt .boxBaseCom {
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0101FOne .boxTxt .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxWorkTaxi0101FOne .boxTxt .ol01 > li {
  margin-bottom: 0.7em;
  padding-left: 1.2em;
  line-height: 1.4;
  font-size: 1.1rem;
  text-indent: -1.2em;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0101FOne .boxTxt .ol01 > li {
    margin-bottom: 0.7em;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 0.9rem;
    text-indent: -1.2em;
  }
}

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

.boxWorkTaxi0201 {
  margin-bottom: 3em;
}

.boxWorkTaxi0201 .ttl01,
.boxWorkTaxi03Top .ttl01,
.boxWorkTaxi04Top .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 1.5em;
  padding-left: 1.0em;
  background-image: url(./../../images/work-taxi/work-taxi-ttl-bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  font-size: 2.0rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201 .ttl01,
  .boxWorkTaxi03Top .ttl01,
  .boxWorkTaxi04Top .ttl01 {
    width: 100%;
    height: 15vw;
    margin-bottom: 5vw;
    padding-left: 0.7em;
    background-image: url('./../../images_sp/work-taxi/sp-work-taxi-ttl-bg01.png');
    background-size: 100% 100%;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.boxWorkTaxi0201F {
  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;
  padding: 0 8%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201F {
    display: block;
    padding: 0;
  }
}

.boxWorkTaxi0201FOne {
  width: 45%;
  margin-bottom: 3em;
  margin-right: 10%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}

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

.boxWorkTaxi0201FOne .boxImg {
  position: relative;
  margin-bottom: 1.5em;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxImg {
    margin-bottom: 1.5em;
  }
  .boxWorkTaxi0201FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkTaxi0201FOne .boxImg .txtStep {
  position: absolute;
  top: -1em;
  left: -1em;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px #003686 solid;
  background-color: #fff;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxImg .txtStep {
    top: -0.5em;
    left: -0.5em;
    width: 13vw;
    height: 13vw;
    border-radius: 13vw;
    border: 0.6vw #003686 solid;
  }
}

.boxWorkTaxi0201FOne .boxImg .txtStep .txtStr {
  font-size: 0.8rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxImg .txtStep .txtStr {
    font-size: 0.72rem;
  }
}

.boxWorkTaxi0201FOne .boxImg .txtStep .txtNum {
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxImg .txtStep .txtNum {
    font-size: 1.2rem;
  }
}

.boxWorkTaxi0201FOne .boxTxt .ttl02 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxTxt .ttl02 {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
  }
}

.boxWorkTaxi0201FOne .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxTxt .boxBaseCom {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}

.boxWorkTaxi0201FOne .boxTxt .ul01 > li {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0201FOne .boxTxt .ul01 > li {
    font-size: 0.9rem;
  }
}

.boxWorkTaxi0202 .ttl01,
.boxWorkTaxi0301 .ttl02,
.boxWorkTaxi0302 .ttl02,
.boxWorkTaxi0401 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  margin-bottom: 1.5em;
  /*padding-left: 1.0em;*/
  background-color: #cf1326;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0202 .ttl01,
  .boxWorkTaxi0301 .ttl02,
  .boxWorkTaxi0302 .ttl02,
  .boxWorkTaxi0401 .ttl01 {
    height: 17vw;
    padding: 0 0.5em;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

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

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

.boxWorkTaxi0202FOne .boxImg {
  margin-bottom: 1.5em;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0202FOne .boxImg {
    margin-bottom: 1.5em;
  }
  .boxWorkTaxi0202FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkTaxi0202FOne .boxTxt .ttl02 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0202FOne .boxTxt .ttl02 {
    font-size: 1.2rem;
  }
}

.boxWorkTaxi03Wrap {
  margin-bottom: 8.0em;
}
@media all and (max-width: 640px){
  .boxWorkTaxi03Wrap {
    margin-bottom: 3.0em;
  }
}

.boxWorkTaxi03Top {
  margin-bottom: 4em;
}
@media all and (max-width: 640px){
  .boxWorkTaxi03Top {
    margin-bottom: 2em;
  }
}

.boxWorkTaxi03Top .boxBaseCom {
  text-align: center;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi03Top .boxBaseCom {
    font-size: 1.0rem;
  }
}

.boxWorkTaxi0301 {
  margin-bottom: 3.0em;
}

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

.boxWorkTaxi0301FOne {
  width: 31%;
  margin-bottom: 3.0em;
  margin-right: calc((100% - 31% * 3) / 2);
}
@media all and (max-width: 640px){
  .boxWorkTaxi0301FOne {
    width: 100%;
    margin-bottom: 2.0em;
    margin-right: 0;
  }
}

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

.boxWorkTaxi0301FOne .ttl03 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0301FOne .ttl03 {
    font-size: 1.2rem;
  }
}

.boxWorkTaxi0301FOne .boxImg {
  margin-bottom: 1.0em;
}

@media all and (max-width: 640px){
  .boxWorkTaxi0301FOne .boxImg img {
    width: 100%;
  }
}

.boxWorkTaxi0301FOne .boxBaseCom {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0301FOne .boxBaseCom {
    font-size: 0.9rem;
  }
}

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

.boxWorkTaxi0302FOne {
  width: 31%;
  margin-right: calc((100% - 31% * 3) / 2);
}
@media all and (max-width: 640px){
  .boxWorkTaxi0302FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

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

.boxWorkTaxi0302FOne .ttl03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 130px;
  margin-bottom: 0.7em;
  /*border: 1px #ccc solid;*/
  background-image: url('./../../images/work-taxi/work-taxi03-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0302FOne .ttl03 {
    position: relative;
    height: auto;
    margin-bottom: 0.7em;
    padding-top: 32%;
    background-image: url('./../../images_sp/work-taxi/sp-work-taxi03-bg01.png');
    background-size: 100% auto;
    font-size: 1.2rem;
  }
}

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

.boxWorkTaxi0302FOne .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0302FOne .boxBaseCom {
    font-size: 0.9rem;
  }
}

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

.boxWorkTaxi04Top {
  margin-bottom: 3.5em;
}

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

.boxWorkTaxi04TopFOne {
  width: 40%;
  margin: 0 5%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi04TopFOne {
    width: 100%;
    margin: 0;
    margin-bottom: 2.0em;
  }
}

@media all and (max-width: 640px){
  .boxWorkTaxi04TopFOne:last-child {
    margin-bottom: 0;
  }
}

.boxWorkTaxi04TopFOne .boxImg {
  margin-bottom: 1.5em;
  text-align: center;
}

@media all and (max-width: 640px){
  .boxWorkTaxi04TopFOne .boxImg img {
    width: 100%;
  }
}

.boxWorkTaxi04TopFOne .ttl02 {
  margin-bottom: 0.5em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxWorkTaxi04TopFOne .ttl02 {
    font-size: 1.2rem;
  }
}

.boxWorkTaxi04TopFOne .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi04TopFOne .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxWorkTaxi0401FOne {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 269px;
  margin-bottom: 3em;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0401FOne {
    display: block;
    height: auto;
    margin-bottom: 2em;
  }
}

.boxWorkTaxi0401FOne:last-child {
  margin-bottom: 0;
}

.boxWorkTaxi0401FOne .boxImg {
  width: 47%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0401FOne .boxImg {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.boxWorkTaxi0401FOne .boxImg img {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0401FOne .boxImg img {
    position: static;
    width: 250%;
    max-width: none;
  }
}

.boxWorkTaxi0401FOne .boxTxt {
  position: relative;
  z-index: 2;
  width: 49%;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0401FOne .boxTxt {
    width: 100%;
  }
}

.boxWorkTaxi0401FOne .boxTxt .ttl02 {
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  border-bottom: 1px #cf1326 solid;
  font-size: 1.5rem;
  font-weight: 700;
  color: #cf1326;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0401FOne .boxTxt .ttl02 {
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.boxWorkTaxi0401FOne .boxTxt .boxBaseCom {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxWorkTaxi0401FOne .boxTxt .boxBaseCom {
    font-size: 0.9rem;
  }
}