@charset 'utf-8';

.pageEntry #posiInspection{
	/*
  margin-top: -58px;
  padding-top: 120px;
	*/
  padding-top: 70px;
}
.pageEntry #posiInterview,
.pageEntry #posibriefing,
.pageEntry #posiresearch,
.pageEntry #posiinternship
{
	/*
  margin-top: -120px;
  padding-top: 120px;
	*/
  padding-top: 70px;
}
@media all and (max-width: 640px){
  .pageEntry #posiInspection{
	  /*
    margin-top: -10vw;
    padding-top: 15vw;
	  */
    padding-top: 10vw;
  }
  .pageEntry #posiInterview,
  .pageEntry #posibriefing,
  .pageEntry #posiresearch,
  .pageEntry #posiinternship{
	  /*
    margin-top: -15vw;
    padding-top: 15vw;
	  */
    padding-top: 10vw;
  }
}

.pageEntry .formContact .dlForm > dd .boxRadioWrap,
.criterion_content .formContact .dlForm > dd .boxRadioWrap {
  padding: 1.1em 0 0;/*1.2em 0 0 0;*/
}

.pageEntry .formContact .dlForm > dd .boxRadioWrap label + label,
.criterion_content .formContact .dlForm > dd .boxRadioWrap label + label {
  margin-left: 1.7em;
}

.pageEntry .formContact .dlForm > dd .boxRadioWrap label > input,
.criterion_content .formContact .dlForm > dd .boxRadioWrap label > input {
  margin-right: 0.3em;
  vertical-align: middle;
}
,
.pageEntry .formContact .dlForm > dd .boxRadioWrap label > span
.criterion_content .formContact .dlForm > dd .boxRadioWrap label > span {
  vertical-align: middle;
}

.pageAbout #posiCharmCom,
.pageAbout #posiCharmColleague,
.pageAbout #posiCharmWork {
  margin-top: -120px;
  padding-top: 120px;
}
@media all and (max-width: 640px){
  .pageAbout #posiCharmCom,
  .pageAbout #posiCharmColleague,
  .pageAbout #posiCharmWork {
    margin-top: -30vw;
    padding-top: 30vw;
  }
}
.pageKankyo #posiSchedule,
.pageKankyo #posiOffice,
.pageKankyo #posiCareer,
.pageKankyo #posiWelfare {
  margin-top: -120px;
  padding-top: 120px;
}
@media all and (max-width: 640px){
  .pageKankyo #posiSchedule,
  .pageKankyo #posiOffice,
  .pageKankyo #posiCareer,
  .pageKankyo #posiWelfare {
    margin-top: -30vw;
    padding-top: 30vw;
  }
}
/*
.pageWork #posiAbout,
.pageWork #posiFlow,
.pageWork #posiExample{
  margin-top: -120px;
  padding-top: 120px;
}
@media all and (max-width: 640px){
  .pageWork #posiAbout,
  .pageWork #posiFlow,
  .pageWork #posiExample{
    margin-top: -30vw;
    padding-top: 30vw;
  }
}
*/

.pageCompany #posiCompanyHistory {
/*  margin-top: -60px; */
  padding-top: 0; /*120px;*/
}
@media all and (max-width: 640px){
  .pageCompany #posiCompanyHistory {
/*    margin-top: -15vw; */
    padding-top: 0; /*30vw;*/
  }
  .pageCompany #posiMessage {
    padding-top: 15vw;
  }
}


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

.boxAlbum01 .boxCatMenu {
  margin-top: 1em;
  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: #49a3d3;
  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: #000; /* #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: 75px; /* 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: #000;
  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: #000;
}
@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.5em 0.6em 0.45em 0.6em;
  letter-spacing: 0.1em;
  background-color: #000;
	font-size:0.875rem;
  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 #eee solid;
}
.boxBlog01 .boxListOne:first-of-type {
  padding-top: 32px;
  border-top: 1px #eee solid;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne {
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
}

.boxBlog01 .boxListOne .boxListImg {
  position: relative;
  bottom: -8px;
  background-color: #F4F4F4;
}
@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: -2.0em;
  left: 0px;
  width: 4em;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListImg .icnBlogNew01 {
    top: -18%;
    left: -3%;
    width: 35%;
  }
}

.boxBlog01 .boxListOne .boxListImgIn {
  overflow: hidden;
  right: 0px;
  top: 0px;
  position: relative;
  width: 195px;
  padding-top: 195px;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListImgIn {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 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%);
  max-width: none;
}

.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;
}
@media all and (max-width: 640px){
  .boxBlog01 .boxListOne .boxListMeta .ulListCat li,
  .boxBlogS01L .boxListMeta .ulListCat li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.3em;
    padding: 0;
  }
}

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

.boxBlog01 .boxListOne .boxListMeta .boxListDate,
.boxBlogS01L .boxListMeta .boxListDate {
  margin-right: 12px;
  font-size: 1.142rem;
 /* font-weight: 700;*/
  color: #000;
}
@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: 600;
}
@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: 70px;
}
@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;
  margin-top: 32px;
  margin-bottom:35px;
}
@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%;
  }
}

.boxBlogS01L .boxListImg .Noimg {
  display:none;
}


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

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

.boxBlogS01R .boxBaseCom.no01 {
  margin-bottom: 29px;
  padding-bottom: 23px;
  border-bottom: 1px #eee 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 #eee 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.2rem;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxSide01 .ttlSide01 {
    margin-bottom: 7%;
    font-size: 5.2vw;
  }
}

.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;
  height: 90px;
  /*padding-top: 90px;*/
}
@media all and (max-width: 640px){
  .boxBlogS01R .boxListImgSide {
    width: 30%;
    /*padding-top: 30%;*/
    height: 26.2vw;
  }
}

.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;
  color: #01140f;
}
@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: #4f4230 !important; /* #24578c */
  text-align: center;
}
.boxCareerTb table tr th,
.boxCareerTb table tr td{
  background:#fff ; 
}
.boxCareerTb table tr:nth-child(odd) th,
.boxCareerTb table tr:nth-child(odd)  td{
  background:#f8f8f8; 
}
/*
.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 #d6d6d6 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;
  }
}

*/

.boxWelfareTb.text-left .boxCareerTb table tr td{
  text-align: left !important;
  line-height: 1.5;
}

@media all and (max-width: 640px){

.boxWelfareTb.text-left .boxCareerTb table tr td,
.boxWelfareTb.text-left .boxCareerTb table tr th,
.boxWelfareTb.text-left .boxCareerTb table tr{
  height: auto;
  display: block ;
  width: 100%;
}
.boxWelfareTb.text-left .boxCareerTb table tr.cBaseWhite{
  display: flex;    
}
.boxWelfareTb.text-left .boxCareerTb table tr.cBaseWhite th{
  width: 50%; 
  padding: 2.5vw; 
}
.boxWelfareTb.text-left .boxCareerTb table tr.cBaseWhite th:last-child{
  border-right: 0;
}
.boxWelfareTb.text-left .boxCareerTb table tr td,
.boxWelfareTb.text-left .boxCareerTb table tr th{
  box-sizing:border-box;
}
  
  .boxWelfareTb.text-left .boxCareerTb table tr th{
    border-bottom: 0; 
    padding: 2.5vw 2.5vw 0;
  }
  .boxWelfareTb.text-left .boxCareerTb table tr td{
    border-left: 1px #d6d6d6 solid;
    padding: 2.5vw;   
  }
}
.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;
}


.pageCompany #posiVision.boxCompany02Wrap{
  padding: 5.7em 0;
}
@media all and (max-width: 640px){
  .pageCompany #posiVision.boxCompany02Wrap{
    padding: 3.5em 0;
  }
}

.pageCompany #posiVision.boxCompany02Wrap .baseW03 p{
  color: #4f4230;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
}

@media all and (max-width: 640px){
  .pageCompany #posiVision.boxCompany02Wrap .baseW03 p{
    font-size: 1.15rem;
  } 
}

.pageCompany #posiVision.boxCompany02Wrap .baseW03 p span{
  font-size: 1.1rem;
}

@media all and (max-width: 640px){
  .pageCompany #posiVision.boxCompany02Wrap .baseW03 p span{
    font-size: .9rem;
  } 
}

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


#posiMessage.boxCompanyMessageWrap {
  background: var(--color-gray01);
}

.boxCompanyMessage {
  position: relative;
  min-height: 100vh;
  /* background-color: #e7eaf2; */
}
@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: 0;
  left: 0;
  width: 466px;
}

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

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

@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;
}
.boxCompanyMessageR > .boxBaseCom p.font_b {
  text-align:left;
}

@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;
	text-align: right;
  }
}

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

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

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

.boxCompanyMessageWrap .flex-box{
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
}

@media all and (max-width: 640px){
  .boxCompanyMessageWrap .flex-box{
    display: block;
    margin: 0 auto 10vw;
    width: 90%;
  }
}

.boxCompanyMessageWrap .flex-box.row-reverse{
  flex-direction: row-reverse;
}

.boxCompanyMessageWrap .flex-box .flex-box-content{
  padding-right: 5%;
  width: 55%;
}

.boxCompanyMessageWrap .flex-box.row-reverse .flex-box-content{
  padding-right: 0;
  padding-left: 5%;
  width: 55%;
}

@media all and (max-width: 640px){

  .boxCompanyMessageWrap .flex-box .flex-box-content,
  .boxCompanyMessageWrap .flex-box.row-reverse .flex-box-content{
    padding: 0 0 2vw;
    width: 100%;
  }

}

.boxCompanyMessageWrap .flex-box .flex-box-thum{
  width: 45%;
}

@media all and (max-width: 640px){
  .boxCompanyMessageWrap .flex-box .flex-box-thum{
    width: 100%;
  }
}


.boxCompanyMessageWrap .flex-box h3{  
  color: #4e422f;
  letter-spacing: 0.1em;
  font-size: 2.05rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media all and (max-width: 640px){
  .boxCompanyMessageWrap .flex-box h3{
    font-size: 1.1rem;
    margin-bottom: 4vw;
  }
}

.boxCompanyMessageWrap .flex-box h3 span.txtNumber{
  background:#a38d6b;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0;
  margin-right: 1rem;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 60px;
}

@media all and (max-width: 640px){
  .boxCompanyMessageWrap .flex-box h3 span.txtNumber{
    font-size: 1rem;
    margin-right: 2vw;
    height: 9vw;
    line-height: 10vw;
    width: 9vw;
    top: -4px;
  }
}


.boxCompanyMessageWrap .flex-box h3 span.txtNumber::before{
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  background: #ffffff;
  height: calc( 25px / 2);
  width: 25px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: -5px;
  left: -10px;
  transform: rotate(-45deg);
}

.boxCompanyMessageWrap .flex-box h3 span.small{
  font-size: 1.8rem;
}

@media all and (max-width: 640px){
  .boxCompanyMessageWrap .flex-box h3 span.small{
    font-size: 1rem;
  }
}

@media all and (min-width: 641px){
  .boxCompanyMessageWrap .flex-box .boxCont{
    padding-left: 5.5rem;
  }

  #posiMessage2.boxCompanyMessageWrap{
    padding-top: 10rem;
  }
}

#posiMessage .Accordion_content{
  margin-bottom: 1rem;
}
#posiMessage .btnAccordion{
  border-bottom: 1px solid #fff;
  min-height:44px;
  padding-bottom: 1rem;
  position: relative;
}

@media all and (max-width: 640px){
  #posiMessage .btnAccordion{
    min-height: 8vw;
  }
}

#posiMessage .btnAccordion img{
  height: 44px;
  position: absolute;
  top: -.5rem;
  right: 0;
  width: 44px;
}


#posiMessage .btnAccordion.statusOpen {
  background-image: url('../../images_sp/common/sp-common-icn-minus01.png');
  background-position: right -.5rem;
  background-repeat: no-repeat;
  background-size: 44px auto;
}
#posiMessage .btnAccordion.statusOpen img{
  opacity: 0;
}

@media all and (max-width: 640px){
  #posiMessage .btnAccordion.statusOpen {
    background-position: right 0;
    background-size: 8vw auto;
  }
  #posiMessage .btnAccordion img{
	top: 0;
    height: 8vw;
    width: 8vw;
  }
}

#posiMessage .boxAccordion{
  background: #fff;
  margin-top: 0;
  padding: 1.5rem;
}

@media all and (max-width: 640px){
  #posiMessage .boxAccordion{
    padding: 3vw 4.5vw;
  }
}

#posiMessage .boxAccordion p:last-child{
  margin-bottom: 0;
}

/*----------*/

.boxCompanyMessage02 {
  position: relative;
  background-color: #f5f5f5;
  padding-top: 72px;
  padding-bottom: 46px;
}
@media all and (max-width: 640px){
  .boxCompanyMessage02 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

.boxCompanyMessageLR02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  column-gap: 4em;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxCompanyMessageLR02 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.boxCompanyMessageL02 {
  position: relative;
  width: calc(75% - 5em);
}
@media all and (max-width: 640px){
  .boxCompanyMessageL02 {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    /* padding: 15% 0 15% 0; */
    vertical-align: top;
  }
}

.boxCompanyMessageR02 {
  position: relative;
  width: 20%;
  margin: 0 auto;
  padding: 0;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR02 {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    /* padding: 15% 0 15% 0; */
    vertical-align: top;
  }
}
.boxCompanyMessageR02 .boxImg {
  display:flex;
  flex-direction: column;
  margin-bottom:1em;
  align-items: center;
}
.boxCompanyMessageR02 .boxImg img {
  margin-bottom:1em;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR02 .boxImg img {
    width: 50%;
  }
}
.boxCompanyMessageR02 .boxImg .txt01 {
  font-size: 1.0rem;
  margin-bottom:.4em;
}
.boxCompanyMessageR02 .boxImg .txt02 {
  font-size: 1.2rem;
}
/*
.boxCompanyMessageWrap {
  margin-bottom: 150px;
  border-bottom: 1px #000 solid;
}
@media all and (max-width: 640px){
  .boxCompanyMessageWrap {
    margin-bottom: 20vw;
    border: 0;
  }
}

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

.boxCompanyMessage .ttlBase02 .ttlMain {
  letter-spacing: 0.14em;
  font-size: 3.0rem;
  color: #000;
}
@media all and (max-width: 640px){
  .boxCompanyMessage .ttlBase02 .ttlMain {
    display: block;
    margin-right: 0;
    line-height: 1.2;
    font-size: 2.2rem;
  }
}

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

.boxCompanyMessageL {
  -webkit-order: 2;
  order: 2;
  width: 35%;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxCompanyMessageL {
    width: 100%;
    margin-bottom: 5vw;
    padding-right: 0;
    text-align: center;
  }
}

.boxCompanyMessageR {
  position: relative;
  -webkit-order: 1;
  order: 1;
  width: 60%;
  padding-bottom: 90px;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR {
    width: 100%;
    padding-bottom: 0;
  }
}

.boxCompanyMessageR .boxBaseCom {
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxCompanyMessageR .boxBaseCom {
    margin-bottom: 10vw;
  }
}

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

.boxCompanyMessageR .boxBaseSign {
  right: auto;
  left: 0;
  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.4rem;
  }
}
*/

.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%;
}
.pageCompany .bl_horizBtnListWrap {
  margin-top: 60px;
}
@media all and (max-width: 640px){
  .pageCompany .bl_horizBtnListWrap {
   /* margin-top: 10vw; */
    margin-top: 0;
    padding-top: 10vw
  }
}
.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 {
  /* padding-top: 6em;     */
  padding-top: 8.6em;
  margin-top: -2.6em;
  
}

@media all and (max-width: 640px){
  .boxCompany02 {
    margin-top: -15vw;
    padding-top: 30vw;
  }
}
.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 {

}

.boxCompany0201 .boxBaseCom {
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-size: 1.45rem;
  font-weight: 700;
}

.boxCompany0201 .boxBaseCom .lead {
  display: block;
  font-size: 2.1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #122661;
}
@media all and (max-width: 640px){
  .boxCompany0201 .boxBaseCom .lead {
    font-size: 1.3rem;
    line-height: 1.55;
    letter-spacing: 0.25em;
  }
}
.boxCompany0201 .boxBaseCom .txt {
  margin-top: 0.7em;
  color: #00a0e9;
}
@media all and (max-width: 640px){
  .boxCompany0201 .boxBaseCom .txt {
    font-size: 0.86rem;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
}
.boxCompany0201 .boxBaseCom ol{
  counter-reset: n;
  display: inline-block;
  margin: 0 auto;
}
.boxCompany0201 .boxBaseCom li{
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  text-align: left;
  font-size:1.2rem;
}
.boxCompany0201 .boxBaseCom li:before {
  background: #0c8ecf;
  color: #fff;
  counter-increment: n;
  content: counter(n);
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  line-height: 30px;
  height: 30px;
  display: block;
  box-sizing: border-box;
}
.boxCompany0201 .boxBaseCom ol{
  
}
@media all and (max-width: 640px){
  .boxCompany0201 .boxBaseCom {
    font-size: 1.1rem;
  }
  .boxCompany0201 .boxBaseCom li{
  padding-left: 7.5vw;
  }
  .boxCompany0201 .boxBaseCom li:before {
    width: 6vw;
    line-height: 6vw;
    height: 6vw;
    padding-left: .5vw;
  top: 1.5vw;
  }
}

.boxCompany0201 .boxBaseCom .txt01 {
  font-size: 1.55rem;
  color: #22a87f;
}

.boxCompany0201 .boxBaseCom .txt02 {
  font-size: 1.55rem;
  color: #ec1d35;
}


.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: 45%;
  margin-right: 10%;
  margin-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxCompany0201FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}

.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: 466px;
  height: 75px;
  margin-bottom: 30px;
  padding-left: 79px;
  background-image: url('./../../images/company/company0201-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: 10.5vw;
    background-image: url('./../../images_sp/company/sp-company0201-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 .boxBaseCom {
  font-size: 1.13rem;
}

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


.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;
  /* padding-top: 6em; */
  padding-top: 8.6em;
/*  margin-top: -2.6em; */
}
@media all and (max-width: 640px){
  .boxCompany04{
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 10vw; */
  /*  margin-top: -15vw; */
    padding-top: 15vw; /* 3.5em */
  }
}

.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;
  border-bottom: 1px #01140f solid;
}
@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;
  font-weight: 600;
  /*
  background-image: url('./../../images/company/company-border02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  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: #d7d4c4;
}
@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;
  font-weight: 600;
  /*
  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;
  }
}

.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;
}
@media all and (max-width: 640px){
  .boxCompanyHistoryWrap {
    padding-top: 15vw;
  }
}

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

.boxCompanyList {
  margin-bottom: 85px;
}
@media all and (max-width: 640px){
  .boxCompanyList{
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 10vw; */
  /*  margin-top: -15vw; */
    padding-top: 15vw; /* 3.5em */
  }
}

.boxCompanyList .bl_dlList > dt {
  display: table-cell;
  width: 28%;
  padding-left: 1.5em;
  color: #101010;
  font-size: 1.1428rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height:1.2;
  position: relative;
}
@media all and (max-width: 640px){
  .boxCompanyList .bl_dlList > dt {
    display: block;
	width: 100%;
    font-size: 0.8rem;
  }
  .boxCompanyList .bl_dlList > dt span{
    padding-left:1.5em;
  }
}

.boxCompanyList .bl_dlList > dd {
  display: table-cell;
  width: 72%;
  font-size: 1.071rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media all and (max-width: 640px){
  .boxCompanyList .bl_dlList > dd {
    display: block;width: 100%;
    font-size: 0.78rem;
	padding-left: 5%;
  }
}

.boxCompanyList .bl_dlList > dd p{
  margin-top:1.2em;
}

.boxCompanyList .bl_dlList > dd p:first-child{
  margin-top:0 !important;
}

.boxCompanyList .bl_dlList > dd strong{
  color: #101010;
  font-size: 1.071rem;
}
@media all and (max-width: 640px){
  .boxCompanyList .bl_dlList > dd strong {
    font-size: 0.78rem;
  }
}


.boxCompanyHistory {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxCompanyHistory {
    padding-bottom: 0; /* 4vw */
  }
}

.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:var(--main-color);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  /*color: #ea5514;*/
}

@media all and (max-width: 640px){
  .boxCompanyHistory .dl01 > dt {
    width: 32%;
    padding: 3% 0;
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-size: 0.68rem; /* 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;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxCompanyHistory .dl01 > dd {
    width: 68%;
    padding: 3% 0 3% 3%;
    letter-spacing: 0.07em;
    font-size: 0.78rem; /* 3.3vw */
  }
}

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


.boxCompanyDataWrap {
  padding: 5.7em 0 0 0; /* 5.7em 0 6.5em 0*/
}
@media all and (max-width: 640px){
  .boxCompanyDataWrap {
    padding: 2.95em 0 0 0; /* 2.95em 0 2.4em 0; */
  }
}

.boxCompanyData .boxCont01FOne .ttl01 {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 0.94em;
  letter-spacing: normal;
  font-size: 1.65rem;
  font-weight: 700;
/*  background-color: #0c8ecf; */
  background: url('../../images/company/company-ttl-bg02.jpg') no-repeat 0 center / 100% auto;
  color: #fff;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCompanyData .boxCont01FOne .ttl01 {
     background: url('../../images_sp/company/sp-company-ttl-bg01.png') no-repeat 0 center / cover;
    margin-bottom: 0.7em;
    padding-left: 0.55em;
    font-size: 1.25rem;
  }
}

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

.boxCompanyData .boxCont01FOne img{
  width: 100%;
}
.boxCompanyData .boxCont01FOne .boxBaseCom {
  margin-bottom: 0;
}
.boxCompanyData .boxCont01FOne .boxBaseCom > p {
  font-size: 1.05rem;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 700;
  padding: 20px 20px 0;
/*  background-color: #f2f2f2;
  padding: 20px; */
}
@media all and (max-width: 640px){
  .boxCompanyData .boxCont01FOne .boxBaseCom > p {
    font-size: 0.92rem;
  }
}

.boxCompanyData .boxCont01FOne {
  width: 47%;
  margin-bottom: 4.6em;
}
@media all and (max-width: 640px){
  .boxCompanyData .boxCont01FOne {
    width: 100%;
    margin-bottom: 2.5em;
  }
}



.boxCompanySdgsWrap {
  margin-bottom: 5.7em;
  /*padding: 5.7em 0 6.5em 0;*/
}
@media all and (max-width: 640px){
  .boxCompanySdgsWrap {
   /* padding: 2.95em 0 2.4em 0;*/
    margin-bottom: 2.95em;
  }
}

.boxCompanySdgs .p01 {
  margin-bottom: 3em; /* 4.4*/
  text-align: center;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.65;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .p01 {
    margin-bottom: 3.7em;
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.boxCompanySdgs .boxCont01F {
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont01F {
  }
}

.boxCompanySdgs .boxCont01FOne {
  /*width: 900px; 
  margin-top: 1.0em;*/
  margin-bottom: 1.0em;
  padding-bottom:1.0em;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont01FOne {
    width: 100%;
    margin-bottom: 1.0em;
  }
}

.boxCompanySdgs .boxCont01FOne{
  display:flex;
  /*flex-wrap: wrap;*/
  justify-content:space-between;
  align-items: center;
  border-bottom:1px solid #b3b3b3;
}

.boxCompanySdgs .boxCont01FOne .boxBaseCom{
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0px;
}

.boxCompanySdgs .boxCont01FOne .boxBaseCom > p {
  font-size: 1.05rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  /* background-color: #f2f2f2; */
  /* padding: 20px; */
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont01FOne .boxBaseCom > p {
    font-size: 0.78rem;
  }
}

.boxCompanySdgs .boxCont01FOne .boxImg{
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  width: 20%;
}

.boxCompanySdgs .boxCont01FOne .boxImg img {
  width: 98px;
  display: inline-block;
}
@media all and (max-width: 640px){
  
  .boxCompanySdgs .boxCont01FOne .boxImg{
   /* padding:0 0 6vw;*/
    width: 30%;
    justify-content: center;
  }
  .boxCompanySdgs .boxCont01FOne .boxImg img {
    width: 52px;
  }
}

.boxCompanySdgs .boxCont01FOne .ttl01 {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 0.94em;
  letter-spacing: normal;
  font-size: 1.65rem;
  font-weight: 600;
/*  background-color: #0c8ecf; */
  background: url('../../images/company/company-ttl-bg01.jpg') no-repeat 0 center / cover;
  color: #fff;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont01FOne .ttl01 {
    background: url('../../images_sp/company/sp-company-ttl-bg01.jpg') no-repeat 0 center / cover;
    margin-bottom: 0.7em;
    padding-left: 0.55em;
    font-size: 1.25rem;
  }
}

/*
.boxCompanySdgs .boxCont01FOne .ttl01:before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.15em;
  width: 0.25em;
  height: 1.24em;
  background-color: #2da6f7;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont01FOne .ttl01:before {
    width: 0.18em;
    height: 1.1em;
  }
}
*/

.boxCompanySdgs .boxCont01FOne .ttl02 {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1.3em;
  font-size: 1.05rem;
  font-weight: 700;
}

.boxCompanySdgs .boxCont01FOne .ttl02:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.07em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.7em;
  background-color: #2e4469;
}

.boxCompanySdgs .boxCont01FOne .boxBaseCom .ol01 {
  /* 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-top:-15px;
}

.boxCompanySdgs .boxCont01FOne .boxBaseCom .ol01 > li {
  margin-bottom: 0.2em;
/*  margin-right: 3.0em; */
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 1.05rem;
  font-weight:600;
  padding-left: 0.8em;
/*  text-indent:-1em; */
  position: relative;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont01FOne .boxBaseCom .ol01 > li {
    font-size: 0.78rem;
}
}

 .boxCompanySdgs .boxCont01FOne .boxBaseCom .ol01 > li:before {
  content: '・';
  color: #101010;
  position: absolute;
  left: 0;
  top: 0;
}

/* -----.boxBnrList ----- */
.boxCompanySdgs .boxBnrList .ul01 {
  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 stretch;
  align-items: flex-start stretch;
  border:0px solid #eee;
}

.boxCompanySdgs .boxBnrList .ul01 > li {
  margin-top: 3.2em;
  margin-bottom: 3.2em;
  padding: 1.2em 1.0em 0.2em;
  width:calc((100% / 4) - 1%);
  background-color:#f1f1f1;
  text-align:center;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxBnrList .ul01 > li {
    width:calc((100% / 2) - 1.5%);
	margin-top: 0.35em;
	margin-bottom:0.35em;
	padding: 1.0em 0.8em 0.2em;
  }
}

.boxCompanySdgs .boxBnrList .ul01 > li p{
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction:column;
	height:76px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.4;
	letter-spacing:0.04em;
}

.boxCompanySdgs .boxBnrList .ul01 li:nth-child(1) p span{
    letter-spacing:-0.03em;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxBnrList .ul01 > li p{
	height:18vw;
    font-size: 0.7rem;
}
  .boxCompanySdgs .boxBnrList .ul01 li:nth-child(1) p span{
    letter-spacing:0.04em;
}
}

.boxCompanySdgs .boxCont02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -0.9em;
  padding-top: 3.6em;
  border-top: 1px #000 dashed;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02 {
    display: block;
    margin-top: 0.9em;
    padding-top: 2.4em;
  }
}

.boxCompanySdgs .boxCont02L {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 38.4%;
  padding: 1.9em 0 1.4em 0;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02L {
    width: 100%;
    margin-bottom: 1.4em;
    padding: 1.55em 0 1.2em 0;
  }
}

.boxCompanySdgs .boxCont02L .boxImg {
  margin-bottom: 1.65em;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02L .boxImg {
    margin-bottom: 1.3em;
    text-align: center;
  }
}

@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02L .boxImg img {
    width: 90%;
  }
}

.boxCompanySdgs .boxCont02L .p02 {
  letter-spacing: normal;
  font-size: 0.72rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02L .p02 {
    font-size: 0.63rem;
  }
}

.boxCompanySdgs .boxCont02R {
  width: 57.8%;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02R {
    width: 100%;
  }
}

.boxCompanySdgs .boxCont02R .ttl01 {
  margin-bottom: 0.6em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02R .ttl01 {
    margin-bottom: 0.25em;
    font-size: 1.35rem;
  }
}

.boxCompanySdgs .boxCont02R .boxBaseCom {
  margin: 0;
}

.boxCompanySdgs .boxCont02R .boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 1.02rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCompanySdgs .boxCont02R .boxBaseCom > p {
    line-height: 1.85;
    font-size: 0.85rem;
  }
}

.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: 75.4%;
  margin: 0 auto;
}
.pageMechanic .boxContactFormWrap {
  width: 84.0%;
}
@media all and (max-width: 640px){
  .boxContactFormWrap,
  .pageMechanic .boxContactFormWrap {
    width: 100%;
  }
}

.boxContactFormWrap.pageThanks {
  width: 100%;
  margin-top: 70px;
  margin-top: -100px;
  padding-top: 70px;
}
@media all and (max-width: 640px){
  .boxContactFormWrap.pageThanks {
    /* margin-top: 17vw; */
    padding-top: 20vw;
    margin-top: -10vw; /*30vw*/
  }
  .single-recruit .boxContactFormWrap.pageThanks {
    padding-top: 32vw;
    margin-top: -42vw;
  }
}

.boxContactTopCom {
  margin-top: -30px;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxContactTopCom {
    margin-top: -5vw;
    margin-bottom: 6vw;
    font-size: 0.85rem;
  }
}

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

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

.formContact .dlForm > dt {
  position: relative;
  width: 26%;
  padding-top: 1.1em;
  letter-spacing: 0.1em;
  font-size: 1.142rem; /* 1.3rem */
  font-weight: 700;
}
.single-recruit .formContact .dlForm > dt {
  width: 26%;
}
@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: 29%;
  padding-top: 0;
}
.single-recruit .formContact.modeConfirm .dlForm > dt {
  width: 29%;
}
@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: 1.05em;
  right: 0;
  display: inline-block;
  padding: 5px 7px 5px 7px;
  line-height: 1.0;
  font-size: 1.0rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .formContact .dlForm > dt .markRequired,
  .formContact .dlForm > dt .markNotRequired {
    top: 0;
    padding: 1.0% 3% 1.0% 3%;
    font-size: 0.9rem;
  }
}


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

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

.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: calc(100% - 26% - 2%);
  font-size: 1.0rem;
}
.single-recruit .formContact .dlForm > dd {
  width: calc(100% - 26% - 2%);
}
@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: calc(100% - 29%);
  line-height: 1.5;
}
.single-recruit .formContact.modeConfirm .dlForm > dd {
  width: calc(100% - 29%);
}
@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;
}
.formContact .dlForm > dd .boxRadioWrap .radioWrap:not(:last-child) {
  margin-right: 30px;
}


.formContact .dlForm > dd .ulContSelect,
.formContact .dlForm > dd .ulCheckboxJobCat {
  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 .pCaution {
  margin-top: 0.5em;
}
@media all and (max-width: 640px){
  .formContact .dlForm > dd .pCaution {
    font-size: 0.8rem;
  }
}

.formContact .dlForm > dd .ulContSelect li,
.formContact .dlForm > dd .ulCheckboxJobCat > 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: 1rem; /* 4.5vw */
  }
}

.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,
.formContact .dlForm > dd .ulCheckboxJobCat li {
  float: left;
  margin-right: 30px;
}

.formContact .dlForm > dd .ulContSelect li input,
.formContact .dlForm > dd .ulCheckboxJobCat 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"],
.formContact input[name="email2"]{
  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: 170px;
  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="qualification"],
.formContact textarea[name="cont"] {
  width: 100%;
}

.formContact textarea[name="qualification"] {
  height: 100px;
}
@media all and (max-width: 640px){
  .formContact textarea[name="qualification"] {
    height: 15vw;
  }
}

.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: #f8f8f8;
  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;
  width: 100%;
  margin: 0 auto;
}

.boxContactSubmitBtn .btnContact01{
  margin: 0 auto;
  padding: 22px 0;
  border: 0;
  background-color:transparent; /*#fc4d5c; */
  /*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;
  position: relative;
  z-index: 5;
}

.button_btnContact01{
  background: rgb(0,92,186);
  background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%);
  transition: .5s;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  /*
  content:'';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  */
}
.button_btnContact01:hover {
  opacity: 0.7;
}

.boxContactSubmitBtn .button_btnContact02{
  background: rgb(0,92,186);
  background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%);
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index:0;
}
.boxContactSubmitBtn .btnContact02{
  border: 0;
/*  background-color: #fc4d5c; */
  background-color: transparent;
  /*background-image: url('./../../images/recruit/recruit-s-icn-arrow06-white.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 8px auto;*/
  display: block;
/*
  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;
  padding: 22px 0;
  width: 370px;
}

.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: 4px #ededed solid;
}

.boxContactThanks > .ttlBase02{
  margin-bottom: 37px;
/*  padding-bottom: 30px; */
  letter-spacing: 0.17em;
  font-size: 1.6rem;
  color: #101010;
}

.boxContactThanks > .ttlBase02::after{
  background: var(--accent-color);
  content:'';
  display: block;
  height: 6px;
  margin: 30px auto 0;
  width: 280px;
}
@media all and (max-width: 640px){
  .boxContactThanks > .ttlBase02{
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    font-size: 1.5rem;
  }
  
.boxContactThanks > .ttlBase02::after{
  margin: 30px auto 0;
  width: 35%;
}
}

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


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

/* About */
.pageAbout .bl_horizBtnListWrap {
  margin-top: 60px;
}
@media all and (max-width: 640px){
  .pageAbout .bl_horizBtnListWrap {
   /* margin-top: 10vw; */
    margin-top: 0;
    padding-top: 10vw

  }
}

.pageAbout .bl_horizBtnList {
  max-width: 900px;
}
.pageAbout .bl_horizBtnList .bl_horizBtnList_btn{
  width: 290px !important;
}

@media all and (max-width: 640px){
 .pageAbout .bl_horizBtnList .bl_horizBtnList_btn {
    width: 100%;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
}

.boxSales {
  padding-top: 72px;
  position: relative;
}
@media all and (max-width: 640px){
  .boxSales {
    padding-top: 15vw;
	padding-bottom: 8%;
  }
}

/*
.boxSales .bl_lv3Heading02_label span {
  padding-left: 12px;
}

@media all and (max-width: 640px){
  .boxSales .bl_lv3Heading02_label span {
    font-size: 0.75rem;
    padding-left: 0.5em;
    letter-spacing: 0.04em;
  }
}
*/

/*.pageAbout .boxSales02R .boxBaseCom{
  margin-bottom: 0;
}*/

/*.pageAbout .boxBaseCom h4{
  background: transparent;
  color: #762a45;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
}


@media all and (max-width: 640px){
  .pageAbout .boxBaseCom h4{
    font-size: .95rem;
    margin-bottom: 15px;
    padding: 0;
  }
}*/


/*.pageAbout .boxBaseCom h4.ttl02{
  padding-left: 55px;
}
@media all and (max-width: 640px){
  .pageAbout .boxBaseCom h4.ttl02{
    padding-left:12vw;
  }
}*/

/*.pageAbout .boxBaseCom h4.ttl02 span{
  background-image: url('./../../images/common/icn-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45px auto;
  color: #e02828;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding-left: .75rem;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 45px;
}


@media all and (max-width: 640px){
  .pageAbout .boxBaseCom h4.ttl02 span{
    background-size: 9vw auto;
    font-size: 1.05rem;
    height: 9vw;
    line-height: 9vw;
	padding: 0;
	text-align: center;
    top: -.5rem;
    width: 9vw;
    letter-spacing: 0.25px;
  }
}*/

.pageAbout .boxBaseCom .ttl01 {
  /*margin-bottom: 0.1em;*/
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  color: var(--h3-color);
  text-align: center;
}
@media (max-width: 640px) {
  .pageAbout .boxBaseCom .ttl01 {
    font-size: 1rem;
    letter-spacing: .25px;
  }
}
/* /About */



/* Entry */
.pageEntry .bl_horizBtnListWrap {
  margin-top: 60px;
}
@media all and (max-width: 640px){
  .pageEntry .bl_horizBtnListWrap {
   /* margin-top: 10vw; */
    margin-top: 0;
    padding: 10vw 5vw 0;
  }
}
.pageEntry .bl_horizBtnList {
  width: 680px;
}
.pageEntry .bl_horizBtnList .bl_horizBtnList_btn {
  width: 290px;
}
@media all and (max-width: 640px){
  .pageEntry .bl_horizBtnList .bl_horizBtnList_btn {
    width: 100%;
  }
}
/*.pageEntry .bl_lv3Heading02_label span {
  padding-left: 12px;
}
@media all and (max-width: 640px){
  .pageEntry .bl_lv3Heading02_label span {
    letter-spacing: 0.05em;
    font-size: 0.75rem;
	padding-left: 10px;
  }
}*/
.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 30px 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 {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}
@media all and (max-width: 640px){
  .boxEntryBg01 {
    display: block;
  }
}
.boxEntryBg01 .boxImg {
  line-height: 0;
}

.boxEntryBg01 .boxImg img{
  display: block;
  line-height: 0;
}

@media all and (max-width: 640px){
  .boxEntryBg01 .boxImg:last-child{
    position: relative;
	top: -1px;
  }
}


/* .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: 80px; /* 130px */
}

.boxEntry02 .ttl0{
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.214rem; /* 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;
  font-weight: 700;
  color: #01140f;
}

.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;
}
.boxEntry07FOne .ttl .txtTtl,
.boxEntry02FOne .ttl .txtTtl{
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 1.428rem !important; /* 1.4rem */
}
.boxEntry07FOne .ttl2,
.boxEntry02FOne .ttl2{
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

.boxEntry07FOne .ttl2 span,
.boxEntry02FOne .ttl2 span{
  display: inline-block;
  width: 70%;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 3px #fcecec solid; /*#4cb5cb */
  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: rgb(215, 212, 196); */
}

.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-image: url('./../../images/entry/entry-icn-arrow05.png');
  background-repeat: no-repeat;
  background-position: 92% center;
  */
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
/*  background-color: #ffdf49; */
  background-color: rgb(0,92,186);
  background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%);
  color: #fff; /* #00479a */
  font-weight:700;
  position: relative;
}
.linkToEntryForm::after{
  background-image: url('./../../images/recruit/recruit-s-icn-arrow06-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  height: 15px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.linkToEntryForm.no02 {
  background-position: 95% center;
}

.boxEntry03{
  margin-bottom: 80px;
}
.boxEntry03LR{
  display: table;
  width: 100%;
  margin-bottom:35px;
}
@media all and (max-width: 640px){
  .boxEntry03LR{
    margin-bottom:5%;
  }
}

.boxEntry03L{
  display: table-cell;
  width: 51%;
  padding-right: 5%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxEntry03L{
    padding-right: 0;
  }
}
.boxEntry03R{
  display: table-cell;
  width: 46%;
  vertical-align: top;
}

.boxEntry03R .ttl {
  margin-bottom: 1.5em;
  /*text-align: center;*/
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.4rem;/*1.285rem;  1.32rem*/
  font-weight: 700;
  color: var(--h4-color);
}

.boxEntry03R .boxBaseCom{
  line-height: 1.7;
}

.boxEntry03R .boxBaseCom p:last-of-type{
  margin-bottom: 0;
}

.boxEntry03In{
  padding: 30px 22px 0;
  margin-bottom:45px;
  background-color: #f4f6f5;/*#fafafa;*/
}

@media all and (max-width: 640px){
  .boxEntry03In {
    padding: 30px 22px 15px;
	margin-bottom:5%;
  }
}

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

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

.boxEntry03In .boxCont01FOne .el_ttl01 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media all and (max-width: 640px){
  .boxEntry03In .boxCont01FOne .el_ttl01 {
    margin-bottom: 0.94em;
    font-size: 1.2rem;
    line-height: 1.55;
    letter-spacing: 0.25em;
  }
}

.boxEntry03In .boxCont01FOne .el_ttl02 {
  display: block;
  margin-bottom: 0.5em;
  padding:0.5em 1em;
  color: #fff;
  font-size: 1.085rem;
  text-align: left;
  background-color: var(--h4-color);
}
@media all and (max-width: 640px){
  .boxEntry03In .boxCont01FOne .el_ttl02 {
    font-size: 0.85rem;
  }
}

.boxEntry03In .boxCont01FOne .bl_bulletListNUL {
 　display:block;
	min-height:125px;
}
/*.boxEntry03In .boxCont01FOne .bl_bulletListNUL li:last-child {
   margin-bottom: 1.5em;
}*/

.boxEntry03In .boxCont01FOne .bl_bulletListNUL > li {
  font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.5;
    letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxEntry03In .boxCont01FOne .bl_bulletListNUL {
	min-height:auto;
   }
  .boxEntry03In .boxCont01FOne .bl_bulletListNUL > li {
    font-size: 0.78rem;
}
  .boxEntry03In .boxCont01FOne .bl_bulletListNUL li:last-child {
      margin-bottom: 1.5em;
}
}

.boxEntry03In .boxCont01FOne .bl_dlList {
  display: table;
  width: 100%;
  margin-top:1.5em;
	margin-bottom: 1.5em;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #b3b3b3;
}
.boxEntry03In .boxCont01FOne .bl_dlList > dt {
  display: table-cell;
  width: 16%;
  padding-left: 1.3em;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
@media all and (max-width: 640px){
  .boxEntry03In .boxCont01FOne .bl_dlList > dt {
    width: 25%;
    font-size: 0.8rem;
  }
}
.boxEntry03In .boxCont01FOne .bl_dlList > dt::before {
  content:"";
  position: absolute;
  top: 0.6em;
  left: 0.3em;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #2cbd3e;
}
@media all and (max-width: 640px){
  .boxEntry03In .boxCont01FOne .bl_dlList > dt::before {
    top: calc((1em + 2px) / 2);
    left: 0;
  }

}
.boxEntry03In .boxCont01FOne .bl_dlList > dd {
  display: table-cell;
  width: 84%;
  font-size: 1.0em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxEntry03In .boxCont01FOne .bl_dlList > dd {
    width: 75%;
    font-size: 0.78rem;
	padding-left: 5%;
  }
}

.boxEntry03 .hp_tac .mynavi_bnr {
    margin-top:3.5em;
	text-align: center;
}

.boxEntry03 .hp_tac .mynavi_bnr p{
	font-size:1.28rem;
	font-weight:600;
	line-height:1.8;
	color:var(--point-color);
    padding-bottom:0.2em;
}

@media all and (max-width: 640px){
  .boxEntry03 .hp_tac .mynavi_bnr p{
	font-size:1.0rem;
	}
}

.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{
  padding:4.5em 0;
	margin-bottom: 80px; /* 100px */
	background-color:var(--color-gray01);
}
.boxEntry06LR{
  display: table;
  width: 100%;
  margin-bottom: 45px;
}
.boxEntry06L{
  display: table-cell;
  width: 51%;
  padding-top: 10px;
  padding-right: 5%;
  vertical-align: top;
}
.boxEntry06R{
  display: table-cell;
  width: 46%;
  vertical-align: middle;
  text-align:center;
}

.boxEntry06R .ttl {
  margin-bottom: 1.5em;
  /*text-align: center;*/
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.4rem;/*1.285rem;  1.32rem*/
  font-weight: 700;
  color: var(--h4-color);
}

.boxEntry06R .boxBaseCom{
  line-height: 1.7;
}

.boxEntry06R .boxBaseCom p{
  margin-bottom: 20px;
}

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

.boxEntry06RIn{
  position: relative;
  padding: 30px 22px 40px;
  /*border-bottom: 14px #151515 solid;*/
  background-color: #fafafa;
}

.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 #24588a solid;
  color: #24588a;
}
.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: #d7d4c4;
} */

.boxEntry06RIn .imgEntry05{
  position: absolute;
  bottom:  0;
  right: 0;
}

.boxEntry07{
  /* width: 980px;
  margin: 0 auto; */
  margin-bottom: 100px; /* 130px */
}
.boxEntry07 .ttl0{
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.214rem; /* 1.4rem */
}

.boxEntry07FWrap{
  width: 90%;
  margin: 0 auto;
}
.boxEntry07F{
  overflow: hidden;
  margin-bottom: 75px;
}
.boxEntry07FOne{
  position: relative;
  float: left;
  width: 42%;
  min-height: 360px; /* 260px */
  margin-right: 10%;
  border: 1px #ccc solid;
}
.boxEntry07 .boxEntry07FOne{
  min-height: 280px; /* 260px */
}
.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: #01140f;
}

.boxEntry07FOne .ttlIn{
  position: absolute;
	   top: 0%;
	   left: 0%;
  width: 100%;
  height: 100%;
  padding: 15px 20px 0 30px;
  line-height: 1.0;
  font-weight: 700;
}

.boxEntry07FOne .ttl .txtEn{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; /* 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.285rem; /* 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: #d7d4c4; */
}

.boxEntry07FOne .boxR{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.boxEntry07FOne .icnEntryArrow01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -85px;
}

.boxEntry08{
  margin-bottom: 100px;
}
.boxEntry08 .ttlEntry01{
  margin-bottom: 55px;
  font-size: 1.3rem;
}

.boxEntry09{
  /* width: 980px;
  margin: 0 auto; */
  margin-bottom: 100px; /* 130px */
}
.boxEntry09 .ttl0{
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.214rem; /* 1.4rem */
}

.boxEntry09FWrap{
  width: 85%;
  margin: 0 auto;
}
.boxEntry09F{
  overflow: hidden;
  margin: 0 auto 55px;
}
.boxEntry09FOne{
  position: relative;
  float: left;
  width: 20%;
  margin-right: 6.5%;
}
.boxEntry09 .boxEntry09FOne{
  /*min-height: 280px;*/ /* 260px */
}
.boxEntry09FOne:last-child{
  margin-right: 0;
}

.boxEntry09FOne .ttl{
  position: relative;
  /*margin-bottom: 18px;*/
  padding-top: 32.46753246%;
	background-color:var(--main-color);
  /*background-image: url('./../../images/entry/entry-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;*/
  width: 100%;
	height:120px;
}

.boxEntry09FOne .ttlIn{
  position: absolute;
	   top: 50%;
	   left: 0%;
	   transform: translateY(-50%);
  width: 100%;
	text-align:center;
  line-height: 1.0;
  font-size:1.4rem;
	color:#fff;
	font-weight: 700;
}
.boxEntry09FOne .icnEntryArrow01{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
	width:30px;
}

.boxEntry09FWrap .boxBaseCom{
  text-align:center;
}
/* /Entry */


/*##### Entry - Session #####*/
.boxEntrySession01Wrap {
  margin-bottom: 4em; /* 10em */
}
@media all and (max-width: 640px){
  .boxEntrySession01Wrap {
    margin-bottom: 2.3em;
  }
}

.boxEntrySession0101 {
  margin-bottom: 4em;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 {
    margin-bottom: 2.3em;
  }
}

.boxEntrySession0101 .tb01 {
  width: 100%;
}

.boxEntrySession0101 .tb01 tr:first-child th {
  height: 2.7em;/*4.0em;*/
  text-align: center;
  vertical-align: middle;
  border-right: 1px #fff solid;
  background-color: #202020; /* #c9e4ff */
  letter-spacing: 0.3em;
  font-size: 1rem; /* 1.3rem */
  font-weight: 400;
  color: #fff; /* #1d2088 */
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr:first-child th {
    /* height: 3.0em; */
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxEntrySession0101 .tb01 tr:first-child th:last-child {
  border-right: 0;
}

.boxEntrySession0101 .tb01 tr:first-child th:nth-child(1) {
  width: 15%;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr:first-child th:nth-child(1) {
    width: 20%;
  }
}

.boxEntrySession0101 .tb01 tr:first-child th:nth-child(2) {
  width: 15%;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr:first-child th:nth-child(2) {
    width: 21%;
  }
}

.boxEntrySession0101 .tb01 tr:first-child th:nth-child(3) {
  width: 55%;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr:first-child th:nth-child(3) {
    width: 44%;
  }
}

.boxEntrySession0101 .tb01 tr:first-child th:nth-child(4) {
  width: 15%;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr:first-child th:nth-child(4) {
    width: 15%;
  }
}

.boxEntrySession0101 .tb01 tr td {
  padding: 1.5em 1.0em;
  /* border-right: 1px #fff solid;
  border-bottom: 1px #fff solid; */
  border-left: 1px #d6d6d6 solid;
  /* border-right: 1px #d6d6d6 solid; */
  border-bottom: 1px #d6d6d6 solid;
  background-color: #fff; /* #f2f4f6 */
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr td {
    padding: 0.7em 0.5em;
    font-size: 0.72rem;
  }
}

.boxEntrySession0101 .tb01 tr td:nth-child(3) {
  text-align: left;
}

.boxEntrySession0101 .tb01 tr.trColor1 td {
  background-color: #e1e1e1;
}

.boxEntrySession0101 .tb01 tr td:last-child {
  border-right: 1px #d6d6d6 solid;
}

.boxEntrySession0101 .tb01 tr td.tdLink a {
  display: block;
  padding: 1.0em 1.5em;
  background-color: #cf1326;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxEntrySession0101 .tb01 tr td.tdLink a {
    width: 80%;
    margin: 0 auto;
    padding: 0.5em 0.2em;
    font-size: 0.7rem;
  }
}

.boxEntrySession0102 {
  padding: 2.0em 1.6em 1.8em 1.6em;
  border: 1px #ae0b0f solid;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEntrySession0102 {
    padding: 1.5em 1.2em 1.2em 1.3em;
  }
}

.boxEntrySession0102 .ttl01 {
  margin-bottom: 0.8em;
  font-size: 1.4rem;
  color: #ae0b0f;
}
@media all and (max-width: 640px){
  .boxEntrySession0102 .ttl01 {
    font-size: 1.3rem;
  }
}

.boxEntrySession0102  .boxBaseCom {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .boxEntrySession0102  .boxBaseCom {
    font-size: 0.9rem;
  }
}


/***** 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.archive .boxBreadcrumb {
  background-color: #f7f7f7;
}
.pageInterview .ttlBase06 {
  height: 70px;
  background-position: left top;
}
@media all and (max-width: 640px){
  .pageInterview .ttlBase06 {
    height: 15vw;  /* 17vw */
    background-size: auto 15vw; /* 17vw */
  }
}

.pageInterview .ttlBase06 .txtNum {
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #000;
	border-radius:50%;
  bottom: inherit;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal !important;
  font-weight: 300;
  padding: 0;
  margin-right: 1rem;
  height: 60px;
  left: 0;
  line-height: 60px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

.pageInterview .ttlBase06 .txtNum::after{
  background: var(--main-color);
  top: 5%;
  content: '';
  height: 105%;
  left: 5%;
  position: absolute;
  width: 105%;
  z-index: -1;
	border-radius:50%;

}
@media all and (max-width: 640px){
  .pageInterview .ttlBase06 .txtNum {
    top: 2vw; /* 3.5vw*/
    left: 0; /* 2.5vw*/
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
  }
}

.pageInterview .ttlBase06 .txtTtl {
  color: #202020;
  top: 13px;
  bottom: auto;
  left: 80px;
/*  color: #1e8ac7; */
}
@media all and (max-width: 640px){
  .pageInterview .ttlBase06 .txtTtl {
    top: 5.8vw;
    left: 18vw; /* 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{
  display: block;
  position: relative;
  top: -10px;
  left: -10px;
  min-height: 290px;
  border: 1px var(--point-color) solid;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top -1em;
  /*background-size: cover;*/
}
.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;
  color: var(--main-color);
  letter-spacing:0.06em;
}
.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.62rem;
  /*font-family: "Noto Sans JP", sans-serif;*/
}

.boxInterviewOne .btnInterviewReadmore {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 14em;
  height: 2.4em;
  background-color: #ffdf49;
  background-color: rgb(0,92,186);
  background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%);
  letter-spacing: 0.15em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxInterviewOne .btnInterviewReadmore {
    position: relative;
    z-index: 2;
    bottom: auto;
    right: auto;
    width: 87%;
    height: 2.7em;
    margin: 0 auto 1.3em auto;
  }
}

.boxInterviewOne .btnInterviewReadmore:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  right: 3em;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  border: 4px transparent solid;
  border-left: 4px #fff solid;
}
@media all and (max-width: 640px){
  .boxInterviewOne .btnInterviewReadmore:after {
    width: 0.3em;
    height: 0.3em;
    border: 0.3em transparent solid;
    border-left: 0.3em #fff solid;
  }
}

.boxInterviewOne .el_btn01 {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  width: 16em;
  /*height: 2.8em;*/
}
/*
.boxInterviewOne:focus .el_btn01,
.boxInterviewOne:hover .el_btn01 {
  background-color: #fff;
  border-color: currentColor;
  color: #00a0e9;
}
.boxInterviewOne:focus .el_btn01::after,
.boxInterviewOne:hover .el_btn01::after {
  background: url('./../../images/common/btn-icn-arrow10.svg') no-repeat center center / contain;
}
*/

@media all and (max-width: 640px){
  .boxInterviewOne .el_btn01 {
    bottom: 4%;
    width: 50vw;
    height: auto;
  }
}

.boxInterviewS01{
  position: relative;
  /*width: 980px;
  margin: 0 auto;*/
  margin-top: 60px; /* -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: 1200px; /* 980px */
  height: 520px; /* 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: 2rem; /* 1.62rem */
  color:var(--main-color);
}
.boxInterviewS01 .boxName{
  margin-bottom: 1px;
  letter-spacing: 0.1em;
  font-size: 1.28rem;
  font-weight: 600;
  /*font-family: "Noto Sans JP", sans-serif;*/
}
.boxInterviewS01 .boxName .txtJobCat{
  display: inline-block;
  margin-right: 0px; /*10px*/
  margin-bottom: 10px;
  line-height: 1.3;
}
.boxInterviewProf{
  position: absolute;
  top: 270px;
  left: 122px; /* 60px */
  width: 465px;
  border: 1px var(--point-color) 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;
  font-family: "Poppins", sans-serif;
  color:var(--main-color);
}
.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;
  font-weight: 600;

  position: relative;
}
.boxInterviewProf dt{
  display: table-cell;
  width: 38%;
  padding-left: 1.5em;
  vertical-align: top;
  letter-spacing: 0.07em;
}
.boxInterviewProf dt:before{
  /* content: '■';
  margin-right: 5px;
  color: #d7d4c4; */
  content: '';
  position: absolute;
  top: 0.35em;
  left: 0.3em;
  display: block;
  width: 7px;
  height: 7px;
  background-color:var(--main-color);
}

.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: 35px;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-top: 0.4em;
  background-image: url('./../../images/interview/interview-s-icn-q.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 37px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
  color: var(--main-color);
  /*font-family:var(--headline-font-family);*/
}

.boxInterviewS03Wrap{
  padding: 55px 0 125px 0;
  background-color: #f4f6f5; /*#fafafa*/
  /*
  background-image: url('./../../images/common/common-bg01.png');
  background-repeat: repeat-y;
  background-position: center top;
  */
}

.boxInterviewS03Wrap.typeNoImage {
  padding: 55px 0 30px 0;
}
@media all and (max-width: 640px){
  .boxInterviewS03Wrap.typeNoImage {
    padding: 0;
  }
}

.boxInterviewS03{
  /* width: 980px;
  margin: 0 auto; */
}
.boxInterviewS03 .boxCont{
  margin-bottom: 43px;
}
.boxInterviewS03 .ttl{
  min-height: 35px;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-top: 0.4em;
  background-image: url('./../../images/interview/interview-s-icn-q.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
  color: var(--main-color);
  /*font-family:var(--headline-font-family);*/
}

.boxInterviewS04{
  position: relative;
  width: 980px;
  height: 300px;
  margin: 0 auto;
  margin-top: -120px;
  margin-bottom: 65px;
}
.boxInterviewS04.noInterview03 {
  margin-top: 40px;
}
.boxInterviewS04.typeNoImage {
  height: 0;
  margin-top: 0;
}
.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: 35px;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-top: 0.4em;
  background-image: url('./../../images/interview/interview-s-icn-q.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 37px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
  color: var(--main-color);
  /*font-family:var(--headline-font-family);*/
}
.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: #f4f6f5; /* #ededed */
}
@media all and (max-width: 640px){
  .boxInterviewS07 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}

.boxInterviewS07In {
  position: relative;
  /* border-bottom: 1px #0d0d0d solid; */
  padding: 30px 20px 30px 20px;
  /* padding: 15px 20px 15px 20px; */
}
@media all and (max-width: 640px){
  .boxInterviewS07In {
    position: relative;
    padding: 5% 5% 5% 5%;
  }
}
.boxInterviewS07In ul {
  display: flex;
  justify-content: space-around;
}
.boxInterviewS07In ul li {
  width: 52%;
}
.boxInterviewS07In .el_roundedBtn04 {
  height: 56px;
}
@media all and (max-width: 640px){
  .boxInterviewS07In .el_roundedBtn04 {
    height: auto;
  }
}

.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; */
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.boxInterviewS07L{
  /* display: table-cell; */
  width: 52%;/*45%;*/
  /* padding-right: 4%; */
  vertical-align: top;
}
.boxInterviewS07L .boxBaseCom{
  margin-bottom: 0;
  font-size: 1.142rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.boxInterviewS07L .boxBaseCom p {
  font-weight: normal;
}
.boxInterviewS07R{
  /* display: table-cell; */
  width: 38%;/*55%;*/
  vertical-align: top;
}
.boxInterviewS07R .linkToInterviewArchive{
  display: block;
  padding: 20px 50px 20px 90px;
  background: rgb(0,92,186);
  background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%);
  /*
  background-image: url('./../../images/interview/interview-s-icn01.png'),url('./../../images/entry/entry-icn-arrow05.png');
  background-repeat: no-repeat,no-repeat;
  background-position: left 25px center,right 20px center;
  */
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.boxInterviewS07R .linkToInterviewArchive::before,
.boxInterviewS07R .linkToInterviewArchive::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.boxInterviewS07R .linkToInterviewArchive::before{
  background: url('./../../images_sp/interview/sp-interview-s-icn01.png') no-repeat center center/ contain;
  left: 2rem;
  width: 28px;
  height: 28px;
}

.boxInterviewS07R .linkToInterviewArchive::after{
  background: url('./../../images_sp/interview/sp-interview-s-icn-arrow01.png') no-repeat center center/ contain;
  right: 2rem;
  height: 15px;
  width: 8px;
}


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

.boxInterviewS08 .bl_lv3Heading02_label span {
  padding-left: 22px;
}
@media all and (max-width: 640px){
  .boxInterviewS08 .bl_lv3Heading02_label span {
    padding-left: 1em;
  }
}
.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: 0; /*-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;
  color: #fff;
}
.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%;
  margin-top: .5rem;
  line-height: 1.0;
  font-size: 0.85rem;
  font-family: "Poppins", sans-serif;
}
.boxInterviewS08FOne .linkToMore{
  display: block;
  height: 35px;
  padding: 12px 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;
  font-family: "Poppins", sans-serif;
}
.boxInterviewS09{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
  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 40px 0;*/
	padding: 33px 0 0;
/*  border-bottom: 1px #d6d7d7 solid; */
}
@media all and (max-width: 640px){
  .boxRRTSearchWrap {
    padding: 8.0vw 0 0 0;/*8.0vw 0 2.5vw 0*/
    border-bottom: 0;
  }
}
.boxRRTSearchBg {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: var(--color-gray01);
}

.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: 47px; */
}
@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;
  color: #000;
}
@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: 100%;
  padding: 20px 37px 37px 37px;
  /* background-color: #eaf0fa; */
}
@media all and (max-width: 640px){
  .boxRRTSearchR{
    width: 100%;
    padding: 0;
    /* padding: 4.5vw 5vw 4vw 5vw; */
  }
}
.boxRRTSearchR .boxRRTSearchR01 .bl_lv2Heading {
  margin-bottom: 18px;
  padding-left: 0;
}
.boxRRTSearchR .boxRRTSearchR01 .bl_lv2Heading_ttl {
  margin-bottom: 0;
  padding-top: 0;
}
.boxRRTSearchR .boxRRTSearchR01 .ttl {
  margin-bottom: 18px;
  letter-spacing: 0.13em;
  font-size: 2.0rem;
/*  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  color: #041C47;
/*  background: url(../../images/recruit/bg-dot.png) no-repeat left bottom;*/
  padding: 27px 0 0 0px;
}
.boxRRTSearchR .boxRRTSearchR01 .ttl .txt01{
  font-size: 2.15rem;
}


@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .ttl {
    margin-bottom: 3.5vw;
    font-size: 1.4rem;
    padding: 2vw 0 0 0vw;
    background-size:1vw;
  }
  .boxRRTSearchR .boxRRTSearchR01 .ttl .txt01{
    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: 100%;
}
@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 #4f4230 solid;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #4f4230;
}
@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: #666;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]::-webkit-input-placeholder{
  color: #666;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]:-moz-placeholder{
  color: #666;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]::-moz-placeholder{
  color: #666;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="search_keyword"]:-ms-input-placeholder{
  color: #666;
}

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

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02 {
  width: 111px;
  /* padding: 0.5em; */
  height: 42px;
  border: 0;
  border: 1px solid var(--main-color) /*#e02828*/;
  background-color: var(--main-color) /*#e02828*/;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-size: 1.285rem; /* 1.43rem */
  /*  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02:hover {
  border-color:var(--main-color);
  background: #fff;
  color:var(--main-color);
}
@media all and (max-width: 640px){
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02 {
    width: 100%;
    height: auto;
    font-size: 1rem;
    padding: 4px 0;
/*    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;*/
    -webkit-appearance: none;
 /*   border-radius: 25px; */
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
  }
}


/*##### Recruit Search Parts #####*/
.boxRecSearch .bl_lv2Heading {
  margin-bottom: 39px;
  padding-top: 40px;
  padding-left: 3.5%;
}
@media all and (max-width: 640px){
  .boxRecSearch .bl_lv2Heading {
    margin-bottom: 4.5vw;
    padding-top: 4.5vw;
    padding-left: 0;
  }
}
.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: 40px;
  color: #041C47;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl {
    height: 16.5vw;
    margin-bottom: 4.5vw;
    padding-top: 4.5vw;
  }
  .boxRecSearch .boxRecSearch02 .ttl {
    margin-bottom: 4vw;
  }
}

.boxRecSearch .ttl .ttlNum {
  padding-left: 37px;
}
@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: 1vw;
  }
}

.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: 8px 0 0 3.5%;
  font-weight: 700;
  color: #fff;
/*  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr {
    padding: 2vw 0 0 3.6vw;
  }
}

.boxRecSearch .ttl .ttlStr .ttlJa {
  order: 1;
  width: 100%;
  margin-bottom: 3px;
  letter-spacing: 0.12em;
  font-size: 2.0rem;
}
.boxRecSearch .ttl .ttlStr .ttlJa span{
  font-size: 2.15rem;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr .ttlJa {
    margin-bottom: 1.0vw;
    letter-spacing: 0.13em;
    font-size: 1.4rem;
  }
  .boxRecSearch .ttl .ttlStr .ttlJa span{
    font-size: 1.5rem;
  }
}

.boxRecSearch .ttl .ttlStr .ttlJa .small {
  font-size: 2.0rem;
}
@media all and (max-width: 640px){
  .boxRecSearch .ttl .ttlStr .ttlJa .small {
    margin-left: 0.5vw;
    letter-spacing: 0.25em;
    font-size: 1.1rem;
  }
}

.boxRecSearch .ttl .ttlStr .ttlEn {
  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: rgb(0,92,186); */
  /* background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%); */
  /*
  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-image: url(./../../images/recruit/recruit-search-bg04.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;*/
}
.boxRecSearch02{
  /* background-color: #2aa2f8; */
  padding-top: 20px;
}
@media all and (max-width: 640px){
  .boxRecSearch01,
  .boxRecSearch02,
  .boxRecSearch04 {
    margin-bottom: 6.5vw;
    padding-bottom: 4vw;/*10vw;*/

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

.boxRecSearchBn01 {
  display: none;
  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%;
  margin-right: 4%;
  margin-bottom: 8px;
  /* padding: 0.5em; */
  /* font-size: 1.25rem; */
}
.ulRecSearch01 li a {
  background-image: url(./../../images/recruit/recruit-icn-arrow02.png);
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 8px auto;
  background-color: #fff;
  border: 1px solid #101010;
  color: #101010;
  font-size: 1.285rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  transition: .4s ease-in-out;
}
@media all and (max-width: 640px){
  .ulRecSearch01 li a {
  /*  border: 1px solid #00a0e9;
    border-radius: 45px; */
    background-position: left 1em center;
    font-size: 1rem;
  }
}
.ulRecSearch01 li a:hover {
  background-color: var(--main-color);
  background-image: url(./../../images/recruit/recruit-icn-arrow02-w.png);
  color: #fff;
  border: 1px solid var(--main-color);

}
.ulRecSearch01 li a{
  opacity: 1;
}
.ulRecSearch01 li a:hover{
  opacity: 1;
}
.ulRecSearch01 li:hover a{
  opacity: 1;
  transition: none;
}
@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: block;
  /* padding: 9px 5px 9px 30px; */
  padding: 0.5em 0.5em 0.5em 1.8em;
}
@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 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 93%;
  margin: 0 auto;
}
/* @media all and (max-width: 640px){
  .boxRecSearch0201 {
    display: block;
    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{
  /* width: 980px;
  margin: 0 auto; */
  padding-bottom: 40px;
}
.boxRecruitOne{
  margin-bottom: 20px;
  padding-top: 40px;
  /* background-image: url('./../../images/recruit/recruit-one-bg.png');
  background-repeat: no-repeat;
  background-position: left top; */
  border-top: 1px solid #a38d6b;
}
.boxRecruitOneLR{
  display: table;
  width: 100%;
}
.boxRecruitOneL{
  position: relative;
  display: table-cell;
  width: 27%;
  padding-right: 4.2%;
  vertical-align: top;
}
.boxRecruitOneL .icnRecruitNew {
  position: absolute;
  z-index: 5;
  top: -1.25em;
  left: .0rem;
	/*top: -1.25em;
  left: .95rem;*/
  /*mix-blend-mode: multiply;*/
  width: 16%;
}
@media all and (max-width: 640px){
  .boxRecruitOneL .icnRecruitNew{
    top: -1em;
    left: .25rem;
    width: 10vw;
  }
}


.boxRecruitOneL .boxImg {
  position: relative;
  padding-top:1.0em;
}

.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{
/*  color: #1e8ac7; */
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.65rem;
}
@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;
}
.boxRecruitOneR dl.last{
  margin-bottom: 23px;
}
.boxRecruitOneR dt{
  display: table-cell;
  width: 16%;
  padding-bottom: 14px;
  padding-right: 3%;
  background-image: url('./../../images/recruit/recruit-border01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80% 1px;
  vertical-align: top;
}
.boxRecruitOneR dt > span:before{
  content: '■';
  position: relative;
  top: -0.1em;
  display: inline-block;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 0.8em;
  font-size: 0.8rem;
  color: #d7d4c4;
}

.boxRecruitOneR dt .str2 {
  letter-spacing: 2.0em;
}

.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;
}
.boxRecruitOneR .boxBtnReadMore .el_roundedBtn04 {
  width: 300px;
}

/***Recruit Single***/
.pageRecruit.single .ttlRecS01 {
  margin-bottom: 52px;
/*  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
@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.2rem; /* 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.2rem; /* 1.7rem */
  }
}



/* 
.pageRecruit.single .boxBaseTop .ttlBase01 .ttlJa {
  text-align: left;
  font-style: italic;
  font-size: 2rem;
  color: #ffdf49;
}
@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;
  }
} */

.pageRecruit.single .ttlBase01 .ttlJa .txt01 {
  
}
@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;
  }
}

.boxRecruitSTop {
  position: static;
  top: auto;
  left: auto;
  padding-top: 60px;
  text-align: center;
}
@media all and (max-width: 640px){
  boxRecruitSTop {
    padding-top: 10vw;
  }
}
/* .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.08em;
  font-size: 2.2rem;
  color: var(--h2-color);
}

.boxRecruitTopCat {
  margin-bottom: 10px;
  color: #101010;
}

.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: 87px;
  padding: 64px 0 56px 0;
  background-color: #f2f2f2;
}
@media all and (max-width: 640px){
  .boxRecSCharaWrap {
    margin-bottom: 10vw;
    padding: 8vw 0 1vw 0;
  }
}

.boxRecSChara {
  padding: 0 35px;
}
@media all and (max-width: 640px){
  .boxRecSChara {
    padding: 0;
  }
}

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

.boxRecSCharaFOne {
  width: 47%;
  margin-right: 6%;
}
@media all and (max-width: 640px){
  .boxRecSCharaFOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}

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

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

.boxRecSCharaFOne .ttl {
  margin-bottom: 15px;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b83c7;
}
@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;
  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;
  }
}

@media all and (max-width: 640px){
  .pageRecruit #posiWork {
    /*
    padding-top: 12vw;
    margin-top: -12vw;*/
  }
  .pageRecruit #posiDetail {
    /*padding-top: 15vw;*/
  }
  .pageRecruit #entryForm {
    /*padding-top: 15vw;
    margin-top: -15vw;*/
  }
}


.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: 10px 0 8px 33px;
  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;
  color: #0089cf;
}
@media all and (max-width: 640px){
  .boxRecSDetail02 .ttl02,
  .boxRecSDetail03 .ttl02 {
    margin-bottom: 1vw;
    padding: 1vw 0 1vw 6.5vw;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-icn-deco01.png');
    background-size: 5vw 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 25px 0 25px;
  /* 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;
    margin-bottom: 0;
    height: 90vw;/*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%;*/
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin: auto;
    background-color: #fff;
    text-align: center;
  }
}

@media all and (max-width: 640px){
  .boxRecSDetail0201 .boxBaseCom .boxBtnOpen .btnReadMore01 {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 80%;
    height: 2.7em;
/*    background-color: #ff7e00; */
    letter-spacing: 0.2em;
    font-size: 0.9rem; /* 1.13rem */
    font-weight: 700;
/*    color: #fff; */
    transform: translateX(-50%);
  }
  .boxRecSDetail0201 .boxBaseCom .boxBtnOpen .btnReadMore01.el_roundedBtn04::after {
    display: none;
  }
}

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

.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: #eaf0fa;
}
.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: #2e4469;
}
@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;
}
@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 .bl_dlList > dd .btnAccordionSp {
  display: none;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .bl_dlList > 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: 0.8rem; /* 1.0rem */
    font-weight: 500;
    color: inherit;
  }
  .boxRecSDetail0301 .bl_dlList > dd .icnAccordionSp {
    position: absolute;
    top: 82%;
    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;
  }
}

.boxRecSDetail0301 .bl_dlList > dd .boxLink01 {
  margin-top: 0.5em;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .bl_dlList > dd .boxLink01 {
    text-align: left;
  }
}

.boxRecSDetail0301 .bl_dlList > dd .boxLink01 a {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 13.0em;
  min-height: 2.6em;
  /*padding: 0.2em 0.9em 0.1em 0;*/
  padding: 0.2em 0 0.1em 0;
  border: 1px solid var(--main-color);
  color:var(--main-color);
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;

}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .bl_dlList > dd .boxLink01 a {
    margin-top: 0.5em;
    font-size: 0.8rem; /* 1.0rem */
  }
}

.boxRecSDetail0301 .bl_dlList > dd .boxLink01 a:hover {
  opacity: 1;
  background-color: var(--main-color);
  color: #fff;
}


/*.boxRecSDetail0301 .bl_dlList > dd .boxLink01 a:after {
  content: '';
  position: absolute;
  top: calc(50% - 0.3em);
  right: 1.0em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 640px){
  .boxRecSDetail0301 .bl_dlList > dd .boxLink01 a:after {
    top: calc(50% - 0.35em);
  }
}

.boxRecSDetail0301 .bl_dlList > dd .boxLink01 a:hover:after {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}
*/

@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: #f5f5f5;
}

.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: 23%; /*40%*/
  /*  padding: 0 40px 0 0; */
  background-color: var(--main-color);
  /*
  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;
  color: var(--main-color);
  /*  font-family: "Times New Roman", Times, "serif"; */
  /* font-family: 'Shippori Mincho', serif; */
  /*font-family: "Noto Sans JP", sans-serif;*/
}
.boxContactThanks .boxRecruitS0502L dd{
  font-size: 2.8rem;
}

.boxContactThanks .boxRecruitS0502L dd a {
  color: var(--main-color);
}

.boxRecruitS0502L p{
  letter-spacing: 0.1em;
}
.boxRecruitS0502R{
  display: table-cell;
  width: 40%;
  border-left: 1px #6a6a6a 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:var(--point-color);
}
.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: 0; /*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 {
  /*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;
  margin-top: 145px;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviWrap {
    background-color: #fff;
    background-image: url('./../../images_sp/recruit/sp-recruit-s-top-navi-bg01.jpg');
    background-size: 100% auto;
    margin-top: 80px;
  }
}

.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-bottom: 10px;
  width: 1000px;
}
@media all and (max-width: 640px){
  .boxRecSBottomNavi {
    display: block;
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }
}

.boxRecSBottomNaviL {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  width: 32%;
  padding: 0; /*0px 0 0 42px*/
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 600;
  color: #4e422f;
}

@media all and (max-width: 640px){
  .boxRecSBottomNaviL {
    width: 100%;
    padding: 28vw 0 0;
    text-align: center;
    font-size: 1.625rem;
  }
  
}

.boxRecSBottomNaviL strong{
  background: transparent;
  color: #1a1b65;
  letter-spacing: 3px;
}

.boxRecSBottomNaviL strong span{
  font-size: 2.7rem;
}

@media all and (max-width: 640px){
  .boxRecSBottomNaviL strong span{
    font-size: 2rem;
  }
}

.boxRecSBottomNaviL img {
  position: relative;
  left: -1rem;
  max-width: 300px;
  margin-left: 0;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviL img {
  /*  width: 65%; */
	left: 0;
    margin-left: 0;
	max-width: 100%;
    width: 100%; /* 100% */
    margin-bottom: 0;
  }
}

.boxRecSBottomNaviR {
	/* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 68%; /* 58.5% */
	padding-top: 0px;
	padding-right:1.8em;
}
.boxRecSBottomNaviR p {
  color: #fff;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR {
    display: block;
    width: 100%;
    /*margin-top: -13%;*/
    padding-top: 20vw;
    padding-bottom: 0.5vw;
	padding-right:0em;
  }
}

.boxRecSBottomNaviR .boxCont01One {
  width: 31%;
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR .boxCont01One {
    width: 85%; /*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 10px; */
  padding: 0 16px;
  background-color:#000;
  background-image: url('./../../images/recruit/icon_arrow_w.png');
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 15px auto;
/*  border: 1px solid #1a1b65; */
  line-height: 1.38;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
/*  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}

/*
.boxRecSBottomNaviR .boxCont01One:first-child a{
  background-color: #fe914e;
}
.boxRecSBottomNaviR .boxCont01One:last-child a{
  background-color: #fe914e;
}
*/

.boxRecSBottomNaviR .boxCont01One a:hover{
  background-image: url('./../../images/recruit/icon_arrow.png');
  background-color: #fff;
  color: var(--main-color);
  opacity: 1;
}

@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-icn-arrow05.png');
    background-repeat: no-repeat;
    background-position: 93% center;
    */
    background-size: 4vw auto;
    font-size: 1.13rem;
  }
}

.boxRecSBottomNaviR .boxCont01One .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1rem; /* 0.88rem */
/*  font-weight: 700;*/
}
@media all and (max-width: 640px){
  .boxRecSBottomNaviR .boxCont01One .boxBaseCom {
    font-size: 0.9rem;
	letter-spacing: 0.08em;
  }
}

.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 #01140f 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: #01140f;
}
@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: #01140f;
}
@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: #01140f;
}
@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: #01140f;
}
@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-top: 0;
  margin-bottom: 3em;
  padding-top: 1.8em;
}

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

/* Benefi */


@media screen and (min-width: 641px){

  .pageBenefit .bl_horizBtnList {
    width:900px !important;
  }
  /*
  .pageBenefit .bl_horizBtnList li{
    width: calc( 100% / 5 );
  }
  .pageBenefit .bl_horizBtnList li .bl_horizBtnList_btn{
    align-items: center;
    display: flex;
    min-height: 67px;
    justify-content: center;
    line-height: 1.15;
  }

*/
}

/* 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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.boxWelfare02L{
  width: 48.15%;
}

.boxWelfare02L .ttl {
  position: relative;
  display: block;
  width: 100%;
  height: 259px;
  background-repeat: no-repeat;
  background-position: left top;
}

.boxWelfare02L .ttl.type03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color:#fff;
  background:var(--main-gradient);
  padding-left: 2.8em;
  /*background:url('./../../images/benefit/bg_benefit.jpg') no-repeat center center / 100% auto;*/
}

.boxWelfare02L .ttl.no01{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0201.jpg');
}
.boxWelfare02L .ttl.no02{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0202.jpg');
}
.boxWelfare02L .ttl.no03{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0203.jpg');
}
.boxWelfare02L .ttl.no04{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0204.jpg');
}
.boxWelfare02L .ttl.no05{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0205.jpg');
}
.boxWelfare02L .ttl.no06{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0206.jpg');
}
.boxWelfare02L .ttl.no07{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0207.jpg');
}
.boxWelfare02L .ttl.no08{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0208.jpg');
}
.boxWelfare02L .ttl.no09{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0209.jpg');
}
.boxWelfare02L .ttl.no10{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0210.jpg');
}
.boxWelfare02L .ttl.no11{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0211.jpg');
}
.boxWelfare02L .ttl.no13{
  height: 259px;
  background-image: url('./../../images/welfare/welfare-bg0213.jpg');
}

.boxWelfare02L .ttl .txtL01 {
  display: none;
  position: absolute;
  top: 13px;
  left: 22px;
  color: #fff;
}

.boxWelfare02L .ttl .txtNumber {
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.0;
  letter-spacing: 0.07em;
  font-size: 2.8rem;
}

.boxWelfare02L .ttl .txtTtl01 {
  letter-spacing: 0.07em;
  font-size: 1.2rem;
}

.boxWelfare02L .ttl .txtR01 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 37px;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-size: 2.0rem;
  font-weight: 400;
  color: #fff;
}
.boxWelfare02L .ttl.type03 .txtR01 {
  position: static;
}

.boxWelfare02L .ttl .txtR01.txtShort {
  letter-spacing: normal;
}

.boxWelfare02L img.imgMain {
  width: 100%;
}

.boxWelfare02R{
  width: 45%;
}
.boxWelfare02R li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
  line-height: 1.3;
}
.boxWelfare02R li:last-child{
  margin-bottom: 0;
}

.boxWelfare02R li .ttl2 {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
  color:var(--h4-color);
}

/*
.boxWelfare02R li .ttl2:before{
  content: 'a??';
  margin-right: 8px;
  color: #002b52;
}*/
.boxWelfare02R li .ttl2 .btnWelfare02R{
  display: none;
}
.boxWelfare02R li .txt01{
  letter-spacing: 0.1em;
  font-weight: 600;
}
.boxWelfareTb{
  margin-bottom: 100px;
}
.boxWelfareTb .ttl{
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #663301;
  font-weight: 600;
  position: relative;
}

.boxWelfareTbL{
  display: none;
}
/*

.boxWelfareTb #btn_shikaku {
  display: none;
}
*/

/*
@media all and (min-width: 641px){
.boxWelfareTb label{
  background-image: url('../../images_sp/welfare/sp-welfare-icn-plus01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  cursor: pointer;
  display: block;
  padding: .75rem 0;
  position: relative;
  border-bottom: 1px #eee solid;
}

.boxWelfareTb label::before{
  content:"";
}


.boxWelfareTb .boxAccordionSp {
  height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: height 0.3s ease-in,opacity 0.3s ease-in;

  opacity: 0;
}

.boxWelfareTb #btn_shikaku:checked  ~ .boxAccordionSp {
  height: auto;
  opacity: 1;
}

.boxWelfareTb #btn_shikaku:checked + label {
  background-image: url('../../images_sp/welfare/sp-welfare-icn-minus01.png');
}
  .boxWelfareTb h3.ttl{
    display: none;
  }
}

@media all and (max-width: 640px){
  .boxWelfareTb label.ttl{
    display: none !important;
  }
}


/* /Welfare */




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

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

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

.boxWelfareCommon01FOne .boxImg {
  margin-bottom: 1.5em;
}

.boxWelfareCommon01FOne .ttl01 {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
}

.boxMechanic .boxWelfareCommon01FOne .boxBaseCom {
  line-height: 1.6;
  font-size: 1.0rem;
}

/* .pageKankyo .boxBaseTopWrap {
    margin-bottom: 72px;
    border-bottom: 1px #d6d7d7 solid;
    background-image: url(./../../images/sales/sales-top-bg.jpg);
} */

.pageKankyo .boxBaseTopWrap::after {
  background-image: url('./../../images/environment/environment-top-bg.jpg');
}
.pageKankyo .bl_horizBtnListWrap {
  margin-top: 60px;
}
@media all and (max-width: 640px){
  .pageKankyo .bl_horizBtnListWrap {
    margin-top: 10vw;
  }
  .pageKankyo .bl_horizBtnList li {
    width: 47.5%;
  }
  .pageKankyo .bl_horizBtnList_btn
  {
    letter-spacing: 0.15em;
  }
}
@media all and (max-width: 640px){
  .pageKankyo .boxBaseTopWrap {
    /* margin-bottom: 10%; */
    background-image: url(./../../images_sp/sales/sp-sales-top-bg.jpg);
  }
  .pageKankyo .ulBaseTop02 {
    width: 100%
  }
  .pageKankyo .ulBaseTop02 > li {
    margin: 0;
    width: 33.3333333%;
    font-size: 1rem;
    border-right: 1px solid #fff;
  }
  .pageKankyo .ulBaseTop02 > li:last-child {
    border: none;
  }
}
.boxSalesTop p {
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSalesTop p {
    padding: 0 5%;
  }
}
.pageKankyo .ttl_original {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.4;
  color: #095ca6;
  position: relative;
}

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

.boxSales02L {
  width: 51%;
  text-align: center;
}

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

.boxSales02R {
  width: 46%;
}
.boxSales02R .boxBaseCom .ttl01,
.boxSales02R .boxBaseCom p{
  text-align:left;
}
@media all and (max-width: 640px){
  .boxSales02R {
    width: 100%;
    margin-top: 5%;
  }
}
.boxSales02BtnWrap {
  text-align: center;
}
.boxSales02BtnWrap .el_roundedBtn04{
  width: 30%;
}
/*
.boxSales02BtnWrap .el_roundedBtn04:first-child {
  margin-right: 1em;
}
*/
@media all and (max-width: 640px){
  .boxSales02BtnWrap .el_roundedBtn04{
    margin: 2% auto;
    width: 80%;
  }
}
.boxSales05 .ttl01 ,
.boxSales02R .ttl01 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #E7214B;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl01 ,
  .boxSales02R .ttl01 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 4.7vw;
  }
}
.boxSales02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSales02R .ttl02 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5.7vw;
  }
}
.boxSales02R .boxBaseCom p {
  margin-bottom: 18px;
}
@media all and (max-width: 640px){
  .boxSales02R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

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

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

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

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



.fukuriBox {
  display: flex;
  flex-wrap: wrap;
}
.fukuriBox .box_wrap {
  width: 48.5%;
  margin-bottom: 30px;
}
.fukuriBox .box_wrap:nth-of-type(2n)  {
  margin:0 0 0 3%;
}
.fukuriBox .box_wrap.last {
  width: 100%;
  overflow: hidden;
}
.fukuriBox .box_wrap.last .img {
  width: 54%;
  float: left;
  margin-bottom: 0;
}
.fukuriBox .box_wrap.last .ttl,
.fukuriBox .box_wrap.last p {
  width: 43%;
  float: right;
}
.fukuriBox .box_wrap.last .box {
  min-height: inherit;
  overflow: hidden;
}

.fukuriBox .box {
  padding: 30px;
  background-color: #f2f1ec;
  min-height: 526px;
}
.fukuriBox .box{
  
}
.fukuriBox .ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}
.fukuriBox .img {
  margin-bottom: 15px;
}
.fukuriBox p {
  line-height: 1.9;
  margin-bottom: 1em;
}
.fukuriBox p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .fukuriBox {
    display: block;
  }
  .fukuriBox .box_wrap {
    width: 100%;
  }
  .fukuriBox .box_wrap:nth-of-type(2n) {
    margin: 0 0 30px 0;
  }
  .fukuriBox .box {
    min-height: inherit;
    padding: 20px;
  }
  .fukuriBox .box_wrap.last .img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .fukuriBox .box_wrap.last .ttl, .fukuriBox .box_wrap.last p {
    float: none;
    width: 100%;
  }
  
}


.pageCareer .boxBaseTopWrap {
    margin-bottom: 72px;
    border-bottom: 1px #d6d7d7 solid;
    background-image: url(./../../images/career/career-top-bg.jpg);
}
@media all and (max-width: 640px){
  .pageCareer .boxBaseTopWrap {
    margin-bottom: 10%;
    border-bottom: 0;
    background-image: url(./../../images_sp/career/sp-career-top-bg.jpg);
  }
  .pageCareer #posi01 .ttlSales01.no01 {
    margin-bottom: 30px;
  }
  
}
.pageCareer .boxSalesTop > .ttl {
  line-height: 1.4;
}
.pageCareer #posi01 .boxSales02LR {
  margin-bottom: 0;
}
.fukuriBox li {
  margin-bottom: 1em;
}
.fukuriBox ul {
  margin: 20px 0 0 0;
}
.fukuriBox ul.w50 li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.pageCareer .fukuriBox .box {
  min-height: 558px;
}
.pageCareer .fukuriBox {
  margin-bottom: 60px;
}
.pageCompany .history_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: #095ca6;
  padding: 20px 0;
}
.pageCompany .history_ttl:before {
      content: '―';
    margin-right: 10px;
}
.pageKankyo .fukuriBox .box {
  min-height: 565px;
}
@media all and (max-width: 640px){
  .fukuriBox ul.w50 li {
    width: 100%;
  }
  .fukuriBox .box {
    min-height: inherit !important;
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .fukuriBox .box li {
    font-size: 0.9rem;
  }
  .pageCareer .fukuriBox {
    padding: 0 5%;
  }
  .pageCareer #posi02 .ttlSales01.no02 {
    margin-bottom: 30px;

  }
  .pageCareer #posi03 .ttlSales01.no03 {
    margin-bottom: 30px;

  }

  
}
.pageCareer .ttl_original {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.4;
  text-align: center;
  color: #095ca6;
  position: relative;
}
.pageCareer .ttl_original span {
  padding: 0 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.pageCareer .ttl_original:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #095ca6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.pageCareer #posi03 .boxBaseCom {
  margin-bottom: 0;
}
.pageCareer #posi03 .fukuriBox {
  margin-bottom: 0;
}
.pageCompany .font_b {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.7em;
  color: var(--point-color);
/*  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; */
}
@media all and (max-width: 640px){
  .pageCompany .font_b {
    font-size: 1.2rem;
  }
}
.pageCompany .mb {
  margin-bottom: 35px;
}
.pageCompany .ulBaseTop li {
  background-color: #fb4d5b;
}


.pageCompany #posiMessage .boxCompanyMessageL > .boxImg:after {
  /* content: url(../../images/company/company-img02-2.jpg); */
  content: "";
  display: block;
  width: 466px;
  height: 836px;
  background: url(../../images/company/company-img02-2.jpg) no-repeat center top / contain;
}

@media all and (max-width: 640px){
.pageCompany #posiMessage .boxCompanyMessageL > .boxImg:after {
  content: none;
}
}

.boxMechanic01 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxMechanic02,
  .boxMechanic03,
  .boxMechanic04,
  .boxMechanic05,
  .boxMechanic01 {
    margin-bottom: 15%;
    /* padding: 0 5%; */
  }
}

.boxMechanic01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  letter-spacing:1px;
  line-height: 1.45;
  font-size: 1.8rem;
  color: #e02828;
}
@media all and (max-width: 640px){
  .boxMechanic01 .ttl {
    margin-bottom: 5%;
    letter-spacing: normal;/*0.1em;*/
    line-height: 1.8;/*1.55;*/
    font-size: 1.0rem;/*1.08rem;*/
  }
}

.boxMechanic01 .boxBaseCom {
  text-align: center;
}
.boxMechanic01 .boxBaseCom p {
  /* text-align: center; */
}
@media all and (max-width: 640px){
  .boxMechanic01 .boxBaseCom p {
    text-align: left;
    font-size: 0.78rem;
  }
}

.boxMechanic01 .boxImg-Event{
  margin: 0 auto;
}
/***** TtlBase11 *****/
.ttlMechanic01 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 185px;
  background-repeat: no-repeat,no-repeat;
  background-position: 19px 8px, left top;
  background-size: auto auto, auto 70px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #151515;
}
@media all and (max-width: 640px){
  .ttlMechanic01 {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding: 17.8% 0 0 0;
    background-repeat: no-repeat,no-repeat;
    background-position: 4% center, left top;
    background-size: 18% auto, 100% auto;
    letter-spacing: 0.05em;
    font-size: 5.0vw;
  }
  .ttlMechanic01.short {
    letter-spacing: -0.03em;
  }
  .ttlMechanic01 span {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
  }
}

.ttlMechanic01.no01 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num01.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no02 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num02.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no03 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num03.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no04 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num04.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no05 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num06.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
@media all and (max-width: 640px){
  .ttlMechanic01.no01 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num01.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num02.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no03 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num03.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no04 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num04.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no05 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num05.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
}

.boxMechanicCareer0105 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 30px 5px 30px;
  background-color: #f6f6f6;
  margin-bottom:50px;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105 {
    display: block;
    padding: 5vw 5vw 0.1vw 5vw
  }
}

.boxMechanicCareer0105One {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 25px;
  background-color: #fff;
}
.boxMechanicCareer0105One:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.7vw;
  }
}

@media all and (max-width: 640px){
  .boxMechanicCareer0105One .btnAccordionSp {
    position: relative;
  }
  .boxMechanicCareer0105One .icnAccordionSp {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8vw;
    margin: auto;
  }
}

.boxMechanicCareer0105One .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #f6f6f6;
}

.boxMechanicCareer0105One .ttl02 .ttlNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #e02828;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One .ttl02 .ttlNum {
    width: 8vw; /* 9.5vw */
    height: 8vw; /* 9.5vw */
    margin-right: 3.5vw;
    font-size: 1.1rem; /* 1.2rem */
  }
}

.boxMechanicCareer0105One .ttl02 .ttlStr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.09em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One .ttl02 .ttlStr {
    letter-spacing: 0.03em;
    font-size: 1rem; /* 1.13rem */
  }
}

.boxMechanicCareer0105One .boxBaseCom {
  margin-bottom: 0;
  padding: 20px 25px;
  background-color: #fff;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One .boxBaseCom {
    padding: 3vw 4.5vw;
    line-height: 1.7;
    letter-spacing: normal;
    font-size: 0.95rem;
  }
}
.boxEnvironment0104 {
  margin-bottom: 5em;
}
.boxEnvironment0104 p{
  text-align: left;
}
@media all and (max-width: 640px){
  .boxEnvironment0104 {
    margin-bottom: 3em;
  }
}
/*
.boxEnvironment0104 .boxImg{
  margin-bottom: 80px;
}
*/
@media all and (max-width: 640px){
  /*
  .boxEnvironment0104 .boxImg{
    width: 100vw;
    overflow-x:scroll;
    margin-bottom: .3em;
    margin-left: -12%;
  }
  */
  .boxEnvironment0104 .boxImg .boxImgStep{
    min-width:1000px;
    padding: 0 5vw;
  }
  .boxEnvironment0104 .boxImgScroll{
    width: 8em;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: 0;
  }
}

#posiCareer02 .boxMechanic01 .boxBaseCom{
  text-align: left;
}

#posiCareer02 .boxEnvironment0104In {
  margin-bottom: 50px;
}

#posiCareer02 .boxEnvironment0104In .boxImg{
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

#posiCareer02 .boxEnvironment0104In .boxImg img{
  height: auto;
  width: 50%;
}

.boxEnvironment0104 .ttl01 {
  position: relative;
  margin-bottom: 0.5em;
}
@media all and (max-width: 640px){
  .boxEnvironment0104 .ttl01 {
    margin-bottom: 1.0em;
    line-height: 1.5;
  }
}

/*
.boxEnvironment0104 .ttl01:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
}

.boxEnvironment0104 .ttl01 > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.2em 1.5em;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxEnvironment0104 .ttl01 > span {
    padding: 0.2em 1.0em;
    font-size: 1.2rem;
  }
}
*/

#environment_box h3 {
  margin-bottom: 3%;
  display: flex;
  align-items: center;
}
#environment_box h3::before {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: url(../../images/environment/environment-ttl-sub.png) no-repeat right center / cover;
  padding-left: 0 10px 0 5px;
  line-height: 45px;
  height: 45px;
  width: 55px;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#environment_box h3 span{
  display: block;
  line-height: 1.5;
  padding-left: 10px;
  width: calc(100% - 45px);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
#environment_box h3.environment__point-sub-ttl1::before {
  content: "01";
}
#environment_box h3.environment__point-sub-ttl2::before {
  content: "02";
}
#environment_box h3.environment__point-sub-ttl3::before {
  content: "03";
}
@media all and (max-width: 640px){

  #environment_box h3 span{
    font-size: 4.15vw;  
  }
 #environment_box h3::before {
    line-height: 11vw;
    height: 11vw;
    width: 11vw;
  font-size: 1.15rem;
  }
}

/*point-cheak*/
.boxEnvironment0104 .btn_position{
    position: absolute;
  cursor: pointer;
}

.boxEnvironment0104 .btnno01{
    right: 510px;
    top: 70px;
}
.boxEnvironment0104 .btnno02{
    right: 340px;
    top: 45px;
}
.boxEnvironment0104 .btnno03{
    right: 135px;
    top: 15px;
}

.boxPopupContIn h4.ttl{
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.boxPopupContIn p.te01{
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.boxPopupContIn p.te02{
  text-align: left;
  font-size: 1.2rem;
  color: #ff0000;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
.te03{
  color: #ff0000;
}
.text-center{
  text-align: center;
}

/** other**/

.link_txt{
  text-align: right;
}
.link_txt a{
  color: #24578c;
  text-decoration: underline;
}



/** ■■■■ ここから other**/
.boxOther01 {
  padding-top: 4.8em;
}
@media all and (max-width: 640px){
  .boxOther01 {
    padding-top: 3em;
  }
}
.boxOther0101 {
  padding-bottom: 4.2em;
}
@media all and (max-width: 640px){
  .boxOther0101 {
    padding-bottom: 2.3em;
  }
}
.boxOther02 {
  padding-top: 7.6em;
}
.boxOther0202 {
  margin-top: 4.5em;
}
.boxOther0203 {
  margin-top: 39px;
}
.boxOther0204 {
  margin-top: 40px;
}
.boxOther0205 {
  margin-top: 40px;
}
.boxOther0206 {
  margin-top: 206px;
}
.boxOther0207 {
  margin-top: 78px;
}
.boxOther0208 {
  margin-top: 160px;
}
.boxOther0209 {
  margin-top: 200px;
}
.boxOther0210 {
  margin-top: 92px;
}
.boxOther0211 {
  margin-top: 300px;
  padding: 45px 50px 34px;
  background: var(--color-gray01);
}
.boxOther0211_1 {
  margin-top: 55px;
}
.boxOther0211_2 {
  margin-top: 23px;
}
.boxOther0212 {
  margin-top: 250px;
  text-align: center;
}
.boxOther0213 {
  margin-top: 226px;
  margin-bottom: 42px;
  text-align: center;
}
.boxOther0213_1 {
  margin-top: 42px;
}
.boxOther0213_2 {
  margin-top: 42px;
}


.pageKankyo .boxSales02LR {
  align-items: flex-start;
}
.pageKankyo .boxSales02R .ttl01 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #00a0e9;
}
@media all and (max-width: 640px){
  .pageKankyo .boxSales02R .ttl01 {
    margin-bottom: 0.3em;
    font-size: 1rem;
  }
}
.bl_schedule {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media all and (max-width: 640px){
  .bl_schedule {
    display: block;
  }
}

.bl_schedule {
  /* display: flex; */
}
@media all and (max-width: 640px){
  .bl_schedule_item:nth-child(2) {
    margin-top: 4em;
  }
}
.bl_schedule_ttl{
  width: 100%;
  padding-left: 100px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .bl_schedule_ttl{
    font-size: 0.9rem;
  }
}
.bl_schedule_ttl::before {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  background-color: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
}
.bl_schedule_dl {
  display: flex;
  letter-spacing: 0.1em;
  /* margin-bottom: 60px; */

  position: relative;
}
@media all and (max-width: 640px){
  .bl_schedule_dl {
    font-size: 0.78rem;
  }
}
.bl_schedule_dl:not(:last-child)::after {
  /* content:"";
  position: absolute;
  bottom: -60px;
  left: 40px;
  width: 2px;
  height: 60px;
  background-color: #203e86; */
}

.bl_schedule_dl .time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 2em;
  border-radius: 50%;
  background-color: #1e8ac7;
  color: #fff;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .bl_schedule_dl .time {
    width: 14vw;
    height: 14vw;

  }
}
.bl_schedule_dl .line {
  width: 80px;
  height: 60px;
  margin-right: 2em;
  
  position: relative;
}
@media all and (max-width: 640px){
  .bl_schedule_dl .line {
    width: 14vw;
  }
}
.bl_schedule_dl .line::after {
  content:"";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background-color: #00a0e9;
}
@media all and (max-width: 640px){
  .bl_schedule_dl .line::after {
    height: 18vw;
  }
}
.bl_schedule_dl dd {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
}
.bl_schedule_dl dd .indent {
  display: block;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
}


.box404 {
  padding-top: 60px;
}
.box404 .boxBaseCom p {
  font-size: 1.142rem;
  text-align: center;
}

@media all and (max-width: 640px){
  .box404 {
    padding-top: 10vw;
  }
  .box404 .boxBaseCom {
    margin-bottom: 0;
  }
  .box404 .boxBaseCom p {
    font-size: 0.88rem;
    text-align: left;
  }
}


.pageWork .bl_horizBtnList{
  max-width: 900px;
}

@media all and (max-width: 640px){
  .pageWork .bl_horizBtnList li{
    width: 100%;
  }
}
.pageWork #posiAbout .boxImg{
  width: 51%;
}

@media all and (max-width: 640px){
  .pageWork #posiAbout .boxImg{
    width: 100%;
  }
}

.pageWork #posiAbout .boxText{
  width: 46%;
}

.pageWork #posiAbout .boxText_3{
  position: relative;
  width: 31%;
}

@media all and (max-width: 640px){
  .pageWork #posiAbout .boxText_3,
  .pageWork #posiAbout .boxText{
	margin-bottom: 2rem;
    width: 100%;
  }
}

.pageWork .flex-box_thum{
  margin-bottom: 60px;
}

@media all and (max-width: 640px){
  .pageWork .flex-box_thum{
    margin-bottom: 8vw;
  }
  .pageWork .flex-box_thum:last-child{
    margin-bottom: 0;
  }
}

.pageWork #posiAbout .boxText_3 .icon{
  background: #fbf5b8;
  border-radius: 10rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100px;
}

@media all and (max-width: 640px){
  .pageWork #posiAbout .boxText_3 .icon{
    top: 0;
	max-width: 35vw;
  }
}

.pageWork #posiFlow .flex-box_thum{
  margin: 3rem 0 0 ;
}
.pageWork .flex-box_thum,
.pageWork .flex-box_thum .colum_box{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 640px){
  .pageWork .flex-box_thum,
  .pageWork .flex-box_thum .colum_box{
    flex-wrap: wrap;
  }
}

.pageWork .flex-box_thum .boxImg{
  width: 48%;
}


@media all and (max-width: 640px){
  .pageWork .flex-box_thum .boxImg{
    width: 49%;
  }
}

.pageWork .flex-box_thum .colum_box{
  flex-wrap: wrap;
  width: 50%;
}

.pageWork .flex-box_thum .colum_box .boxImg{
  width: 50%;
}

.pageWork .flex-box_thum .wide_box{
  width: 50%;
}

.pageWork .flex-box_thum .box{
  padding: 0 1%;
  width: 25%;
}

@media all and (max-width: 640px){

  .pageWork .flex-box_thum .box{
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .pageWork .flex-box_thum .box:last-child{
    margin-bottom: 0;
  }

}

.pageWork .flex-box_thum .box h4{
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  position: relative;
  background: transparent;
}

@media all and (max-width: 640px){
  .pageWork .flex-box_thum .box h4{
    font-size: 1.05rem;
  }
}

.pageWork .flex-box_thum .box h4 span{
  background: #fff ;
  display: inline-block;
  padding-right: .5rem;
  position: relative;
  z-index: 1;
}
.pageWork .flex-box_thum .box h4::before{
  background:#a38d6b;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 0;
}

.pageWork .flex-box_thum .box li{
  align-items: center;
  display: flex; 
  justify-content: flex-start;
  position: relative;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0 1rem 2rem 0;
}

@media all and (max-width: 640px){
  .pageWork .flex-box_thum .box:last-child li:last-child{
    padding: 0 1rem 0 0;
  }
}

.pageWork .flex-box_thum .box li::before{
  content: '';
  background: #a38d6b;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 0;
}

.pageWork .flex-box_thum .box li:last-child::before{
  display: none;
}

.pageWork .flex-box_thum .box li span{
  background: #a38d6b;
  border-radius: 35px;
  color: #fff;
  display: block;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-size: .9rem;
  font-weight: 500;
  height: 70px;
  margin-right: 1rem;
  padding: 1.5rem .5rem;
  line-height: 1.25;
  text-align: center;
  position: relative;
  width: 70px;
  z-index: 5;
}


.pageWork .flex-box_thum .box li:last-child span{
  line-height: 2;
}

@media all and (max-width: 640px){
  .pageWork .flex-box_thum .box li span{
    border-radius: 15vw;
    font-size: 3vw;
    height: 15vw;
    margin-right: 2vw;
    padding: 4vw 0;
    width: 15vw;
    z-index: 5;
  }
  .pageWork .flex-box_thum .box li:last-child span{
    line-height: 2.5;
  }
}

.pageWork #posi0{
  margin-bottom: 0;
  padding: 0;
  position:relative;
  top: -1rem;
}

@media all and (max-width: 640px){
  .pageWork #posi0{
    padding: 0 0;
  }
}

.pageWork #posi0 .intro{
  padding: 10rem 0;
  position: relative;
}

@media all and (max-width: 640px){
  .pageWork #posi0 .intro{
    padding: 6rem 0 4rem;
  }	
}

.pageWork #posi0 .intro::before,
.pageWork #posi0 .intro::after{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pageWork #posi0 .intro::before{
  background-color: rgba(0,0,0,.45);
  z-index: 1;
}

@media all and (max-width: 640px){
  .pageWork #posi0 .intro::before{
    background-color: rgba(0,0,0,.65);
  }
}

.pageWork #posi0 .intro::after{
  background-image: url('../../images/work/bg_main.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #000;
  z-index: -1;
}

@media all and (max-width: 640px){
  .pageWork #posi0 .intro::after{
    background-position: center;
    background-size: cover;
  }
}

.pageWork #posi0 .boxBusiness01 h2 ,
.pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead{
  color: #fff;
  text-align: left;
}

.pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead h3{
  font-size: 1.6rem;
}

@media all and (max-width: 640px){
  .pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead h3{
    font-size: 1.15rem;
  }
}

.pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead h3,
.pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead p{
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media all and (max-width: 640px){
  .pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead h3,
  .pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_lead p{
    margin-bottom: 1.5rem;
  }
}
.pageWork #posi0 .boxBusiness01 h2 span{
  color: #fff;
  padding: 0 0 10px ;
}

.pageWork #posi0 .boxBusiness01 .bl_lv2Heading02_ttl::after{
  background-color: #fff;
  left: 0;
  transform: translateX(0);
}

.pageWork #posi0 .boxBusiness01{
  position: relative;
  z-index: 5;
}


.pageWork .boxOther0203{
  margin-bottom: 50px;
}


.pageWork .boxOther0203 strong{
  font-size: 120%;
}

.pageWork #posiStrong .ttl {
  background: transparent;
  color: #E7214B;
  font-size: 1.4rem;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0 0 55px;
  position: relative;
  text-align: left;
}

@media all and (max-width: 640px){
  .pageWork #posiStrong .ttl {
    font-size: 1rem;
    letter-spacing: 0.25px;
    padding: 0 0 0 12vw;
  }
}


.pageWork #posiStrong .ttl span{
  background-image: url('./../../images/common/icn-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45px auto;
  color:#e02828;
  display: inline-block;
  font-family: "Poppins", sans-serif;;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  position: absolute;
  text-align: center;
  top: -1rem;
  left: 0;
  width: 45px;
}

@media all and (max-width: 640px){
  .pageWork #posiStrong .ttl span{
    background-size: 10vw auto;
    font-size: 1.05rem;
    height: 10vw;
    line-height: 9.75vw;
    top: -.5rem;
    width: 10vw;
  }
}

.pageWork #posiStrong .boxBaseCom{
  padding-left: 4.25rem;
}

@media all and (max-width: 640px){
  .pageWork #posiStrong .boxBaseCom{
    padding-left: 12vw;
  }
}

.pageWork #posiStrong .hp_tac{
  margin-top: 50px;
}

.img_table{
  border: 1px solid #ddd;
  width: 100%;
}
.img_table caption{
  background:#090a5e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem .5rem;
}


@media all and (max-width: 640px){
  .img_table caption{
    font-size: 1rem;
    padding: .75rem .5rem;
  }
}

.img_table caption span{
  display: block;
  font-size: 80%;
  margin-top: .5rem;
}
.img_table th,
.img_table td{
  padding: 1rem;
  font-size: 1.15rem;
}
@media all and (max-width: 640px){
  .img_table th,
  .img_table td{
    font-size: .85rem;
    padding: .75rem .5rem;
  }
}

.img_table th{
  background:#004ea2;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.img_table td{
  border-bottom: 1px solid #ddd;
}
.img_table tr:last-child th,
.img_table tr:last-child td{
  border-bottom: 0;
}

#charts-column.column {
  --color: blue !important;
}


/* new entry */


#entryNewHead.boxBaseTopWrap::after {
  background-image: url('./../../images/entry-new/entry-new-top-bg01.jpg');
}

#entryNewContent .boxCompanyMessageWrap {
  padding: 7em 0 0 0;
}

@media all and (max-width: 640px){
  #entryNewContent .boxEntryNew01 .boxBaseCom {
    width: 100%;
  }
  #entryNewContent .baseW03{
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  #entryNewContent .bl_lv2Heading02 .bl_lv2Heading02_lead{
    text-align: center !important;
  }
  #entryNewContent .bl_horizBtnList li{
    width: 47%;
    margin-bottom: 1.8em;
  }
  #entryNewContent .bl_horizBtnListWrap::after {
    height: 100%;
  }
  #entryNewContent .bl_horizBtnListWrap {
   /* margin-top: 10vw; */
    margin-top: 0;
    padding-top: 10vw
  }
  #entryNewContent .bl_horizBtnListWrap.sp1col .bl_horizBtnList {
    justify-content: space-between;
  }
}

@media all and (min-width: 641px){
  #entryNewContent .bl_horizBtnList{
    width: 900px;
  }

  #entryNewContent .bl_horizBtnList li{
    width: 33.3333%;
  }
}

#entryNewContent .boxEntryNew01Wrap{
  margin-bottom: 70px;
  padding-top: 5em;
}

@media all and (max-width: 640px) {

  #entryNewContent .boxEntryNew01Wrap{
    margin-bottom: 70px;
    padding-top: 2.5em;
  }
}

#entryNewContent .boxEntryNew01Wrap h2.ttl {
  margin-bottom: 16px;
  padding: 0 18% 0 0;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 3.5rem;
  font-weight: 700;
  color: #74644C;
}

@media all and (max-width: 640px) {
  #entryNewContent .boxEntryNew01Wrap h2.ttl {
    margin-bottom: 5.5vw;
    padding: 0;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}

#entryNewContent .boxEntryNew01Wrap .boxImg{
  position: relative;
  margin-bottom: 34px;
}

#entryNewContent .boxEntryNew01Wrap .boxImg .img01EntryNew01-wide.dPcInline{
  max-width: 693px;
}

#entryNewContent .boxEntryNew01Wrap .img01EntryNew01 {
  position: absolute;
  right: 70px;
  bottom: 0;
  max-width: 500px;
}

@media all and (max-width: 640px) {
  #entryNewContent .boxEntryNew01Wrap img.dSpInline{
    max-width: 70%;
  }
  #entryNewContent .boxEntryNew01Wrap img.dSpInline.img01EntryNew01 {
    right: -1.5vw;
    max-width: 50%;
  }
}

#entryNewContent .boxEntryNew01Wrap ol{
  counter-reset: number;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#entryNewContent .boxEntryNew01Wrap li {
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
  padding-left: 40px;
  min-height: 35px;
  margin-bottom: .75rem;
  width: 49%;
}

@media all and (max-width: 640px) {

  #entryNewContent .boxEntryNew01Wrap li {
    font-size: 0.98rem;
    padding-left: 9vw;
    min-height: 6vw;
    margin-bottom: 1.75vw;
    width: 100%;
  }

}

#entryNewContent .boxEntryNew01Wrap li::before {
  position: absolute;
  left: 0;
  background-image: url('./../../images/common/icn-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 35px auto;
  color: #a38d6b;
  counter-increment: number;
  content: '0'counter(number);
  display: inline-block;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-weight: 500;
  height: 35px;
  letter-spacing: 0;
  line-height: 35px;
  padding-left: .35rem;
  position: absolute;
  top: -.25rem;
  left: 0;
  width: 35px;
}


@media all and (max-width: 640px) {
  #entryNewContent .boxEntryNew01Wrap li::before {
    background-size: 7vw auto;
    height: 7vw;
    line-height: 7vw;
    padding-left: .25rem;
    top: 0;
    width: 7vw;
    font-size: 3.2vw;
  }
}


#entryNewContent .boxWrap{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

@media all and (max-width: 640px){
  #entryNewContent .boxWrap{
    display: block;
  }
}

#entryNewContent .boxWrap .boxItem{
  width: 30%;
}

@media all and (max-width: 640px){
  #entryNewContent .boxWrap .boxItem{
    margin-bottom: 2rem;
    width: 100%;
  }
  #entryNewContent .boxWrap .boxItem:last-child{
    margin-bottom: 0;
  }
}

@media all and (min-width: 641px){
  #entryNewContent .boxWrap .boxItem .imgWrapper{
    min-height: 210px;
  }
}

@media all and (max-width: 640px){
  #entryNewContent .boxWrap .boxItem .imgWrapper{
    margin-bottom: 1.5rem;
  }
  .boxEntryNew01Wrap .boxBaseCom{
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

#entryNewContent .boxWrap .boxItem .imgWrapper img{
  display: block;
  margin: 0 auto;
  width: 85%;
}

@media all and (max-width: 640px){
  #entryNewContent .boxWrap .boxItem .imgWrapper img{
    width: 70%;
  }
}

#entryNewContent .boxWrap .boxItem:last-child .imgWrapper img{
  width: 70%;
}
@media all and (max-width: 640px){
  #entryNewContent .boxWrap .boxItem:last-child .imgWrapper img{
    width: 60%;
  }
}


#entryNewContent .boxWrap + .boxBaseCom{
  text-align: center;
}


#entryNewContent #entryForm{
  margin-top: 8rem;
}


#entryNewContent .banner_box{
  margin: 4rem auto 0;
  width: 1200px;
}

@media all and (max-width: 640px){
  #entryNewContent .banner_box{
    margin: 2rem auto 0;
    width: 90%;
  }
}


.boxBusinessWrap .flex-box{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media all and (min-width: 641px){
  .boxBusinessWrap .flex-box.center{
    align-items: center;
  }
}

@media all and (max-width: 640px){
  .boxBusinessWrap .flex-box.center{
    flex-direction: column-reverse;
  }
}

.boxBusinessWrap .boxText{ 
  margin-bottom: 2rem;
  width: 100%;
}
.boxBusinessWrap .boxText:last-child{ 
  margin-bottom: 6rem;
}

.boxBusinessWrap .flex-box .boxText{ 
  width: 50%;
}

@media all and (max-width: 640px){
  .boxBusinessWrap .boxText{ 
    margin-bottom: 2rem;
  }
  .boxBusinessWrap .boxText:last-child{ 
    margin-bottom: 0;
  }
  .boxBusinessWrap .flex-box .boxText{
    width: 100%;
  }
}

.boxBusinessWrap .flex-box .icon_human{ 
  overflow:hidden;
  width: 300px;
  position: relative;
}

@media all and (max-width: 640px){
  .boxBusinessWrap .flex-box .icon_human{ 
	margin-bottom: 1rem;
	height: 50vw;
    overflow: hidden;
    width: 100%;
  }
}
.boxBusinessWrap .flex-box .jobText{ 
  padding-right: 2.5%;
  width: calc( 100% - 300px);
}

@media all and (max-width: 640px){
  .boxBusinessWrap .flex-box .jobText{ 
    padding-right: 0;
    width: 100%;
  }
}


.boxBusinessWrap h3{
  background: rgba(233,235,236,1);
  margin: 1rem 0 1rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 600;
  color: #E7214B;
  padding: .75rem 1.85rem;
  line-height: 1.5;
  position: relative;
}

.boxBusinessWrap .boxText_3 .boxBaseCom{
  padding-top: 7rem;
}

.boxBusinessWrap .boxText_3 h3{
  background: #fff;
  text-align: center;
}


@media all and (min-width: 641px){
  .boxBusinessWrap :first-child h3{
    margin-top: 0;
  }
  .boxBusinessWrap .boxText_3 h3{
    align-items: center;
	display: flex;
    justify-content: center;
    min-height: 79.8px;
  }
}

@media all and (max-width: 640px){
  .boxBusinessWrap h3{
    font-size: 1rem;
	padding: 1rem 1rem;
  }
  .boxBusinessWrap .boxText_3 h3{
	margin-bottom: 0;
    padding-top: 0;
  }
  .boxBusinessWrap .boxText_3 .boxBaseCom{
    padding-top: 35vw;
  }
}

.pageWork .boxContents strong{
  background: linear-gradient(transparent 50%, #fcecec 50%);
}
.charts_box{
  background:#ebf4f5;
  padding: 20px;
}


/** 選考基準 **/
.criterion_title.boxBaseTopWrap::after {
  background-image: url('./../../images/criterion/criterion-top-bg.jpg');
}

.criterion_content .bl_horizBtnListWrap .bl_horizBtnList{
  margin: 0 auto;
  max-width: 980px;
}

.criterion_content .boxMechanic01{
  padding-top: 72px;
}

@media (max-width: 640px) {
  .criterion_content .boxMechanic01{
    padding-top: 15vw;
    padding-bottom: 0;
  }
  .criterion_content .bl_horizBtnListWrap .bl_horizBtnList{
    padding-bottom: .6vw;
    padding-top: 4.6vw;
	margin-bottom: 0;
  }
  .criterion_content .bl_horizBtnListWrap::after{
	bottom: 0;	
  }
  .criterion_content{
	margin-bottom: 80px;
  }
}

.criterion_content .bl_lv3Heading02_ttl span{
  font-size: 1rem;
  margin-left: 1rem;
}

@media (max-width: 640px) {
 .criterion_content .bl_lv3Heading02_ttl span {
	display: block;
    font-size: 0.75rem;
	margin:.5rem 0 0 0;
  }
}
.criterion_content #box01 .boxEntry03LR{
  margin-bottom: 60px;
}

@media (min-width: 641px) {
  .criterion_content #box01 .boxEntry03LR{
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .criterion_content #box01 .boxEntry03LR{
    margin-bottom: 8vw;
  }
  .criterion_content .boxEntry03R {
    padding: 5% 0 !important;
  }
  .criterion_content #box01 .boxEntry03LR:last-child,
  .criterion_content #box01 .boxEntry03LR:last-child .boxEntry03R,
  .criterion_content #box01 .boxEntry03LR:last-child .boxEntry03R .boxBaseCom{
    margin-bottom: 0;
	padding-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .criterion_content #box01 .boxEntry03LR .boxEntry03L {
    text-align: left;
  }
}

.criterion_content .flex-box{
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .criterion_content .flex-box{
    display: block;
  }
}

.criterion_content .box_half{
  background: url('../../images/criterion/bg_voice.jpg') no-repeat right top / cover;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.11em;
  padding: 3rem;
  text-align: justify;
  width: 48%;
}

@media (max-width: 640px) {
  .criterion_content .box_half{
    font-size: 0.78rem;
    padding: 2rem 1.5rem;
    width: 100%;
  }
  .criterion_content .box_half{
    margin-bottom: 1.5rem; 
  }
  .criterion_content #box02 .boxEntry03{
    margin-bottom: 18vw;
  }
}

.criterion_content .box_half .thum{
  margin-bottom: 1rem;
  text-align: center;
}
.criterion_content .box_half .thum span{
  border-radius: 10rem;
  display: block;
  margin: 0 auto .5rem;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 160px;
}

@media (max-width: 640px) {
  .criterion_content .box_half .thum span{
    height: 120px;
    width: 120px;
  }
}

.criterion_content .box_half .thum span img{
  height: 100%;
  max-height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate( -50%,-50%);
  width: 100%;
  max-width: 100%;
}

.criterion_content .box_half .thum p{
  font-size: 120%;
}

.criterion_content .box_half dl dt,
.criterion_content .box_half dl dd{
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40px;
  position: relative;
  padding-left: 55px;
  text-align: left;
  line-height: 1.3;
  min-height: 40px;
  padding-top: 1rem;
}

@media (max-width: 640px) {
  .criterion_content .box_half dl dt,
  .criterion_content .box_half dl dd{
    background-size: auto 1.8rem;
    font-size: 0.78rem;
    min-height: 1.8rem;
    padding-top: .5rem;
    padding-left: 2.9em;
  }
}

.criterion_content .box_half dl dt{
  background-image: url('./../../images/common/icn-q.svg');
  color: #E7214B;
  margin-bottom: .5rem;
}

.criterion_content .box_half dl dd{
  background-image: url('./../../images/common/icn-a.svg');
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .criterion_content .box_half dl dd{
     margin-bottom: 1rem;
  }
}

.criterion_content .box_half dl dd:last-child{
  margin-bottom: 0;
}

.criterion_content #box02{
  background-image: url('../../images/criterion/bg_box02.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 640px) {
  .criterion_content #box02{
    background-image: url('../../images/criterion/bg_box02_sp.jpg');
    background-position: center top;
    padding: 12.5vw 0 2.5vw;
  }
}


@media (min-width: 641px) {
  .criterion_content #box03{
    margin-top: -3rem;
  }
}


.color_red{
  color:#f56a6a;
}
