@charset 'utf-8';

body {
  min-width: 1366px;/*1040px(main)+20px(whiteSpaceL)+20px(whiteSpaceR)+286px(sideW)*/
  min-height: 100%;
  padding-right: 286px;
  background-color: #000;
  color: #fff;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  /*font-family: Lato, "Noto Sans JP", " 游ゴシック Medium", " 游ゴシック体 ", "Yu Gothic Medium", YuGothic, " ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", " メイリオ ", Meiryo, "ＭＳ Ｐゴシック ", "MS PGothic", sans-serif;*/
  font-weight: 500;
}
body.home {
  /*-webkit-animation: dispBody 1s ease normal;
  animation: dispBody 1s ease normal;*/
}
body.pageRecruitGroup {
  padding-right: 0;
  background-color: #fff;
  color: #050521;
}
body.pageRecruit-top {
  min-height: 730px;
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
  body.pageRecruit-top {
    min-height: auto;
  }
}

@-webkit-keyframes dispBody {
  0% { opacity: 0; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody {
  0% { opacity: 0; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}

#container {
  position: relative;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
  }
}

#main {
  min-height: 87vh;
  /*padding: 30px 0;*/
}
body.pageRecruitGroup #main {
  padding-bottom: 115px;
}
@media all and (max-width: 750px){
  #main {
    min-height: 73vh;
    /*padding: 8vw 0;*/
  }
  body.pageRecruitGroup #main {
    padding-bottom: 0;
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}



/***** Header *****/
.boxHeader {
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 286px;
  height: 100vh;
  padding: 1.7em 0 3.0em 0;/*4.0em 0 3.0em 0;*/
  background-color: #000;
}
@media all and (max-width: 750px){
  .boxHeader {
    overflow-y: visible;
    right: auto;
    left: 0;
    width: 100%;
    height: 13vw;
    padding: 3.6vw 0 0 4.6vw;
    background-color: transparent;
  }
}

@media all and (max-width: 750px){
  body.home .boxHeader {
    background-color: rgba(0,0,0,0.7);
  }
}

.boxHeader .btnSideHmbMenuClose {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media all and (max-width: 750px){
  .boxHeader .btnSideHmbMenuClose {
    display: none;
  }
}

.ttlHeader {
  margin-bottom: 4.6em;
  text-align: center;
}
body.pageRecruitGroup .ttlHeader {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .ttlHeader {
    margin-bottom: 0;
    text-align: left;
  }
}

.ttlHeader .ttlLogo {
  display: block;
  margin-bottom: 4.5em;
  text-align: center;
}
@media all and (max-width: 750px){
  .ttlHeader .ttlLogo {
    display: none;
  }
}

@media all and (max-width: 750px){
  .ttlHeader > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

body.pageRecruitGroup .ttlHeader > a {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 58px;
}
@media all and (max-width: 750px){
  body.pageRecruitGroup .ttlHeader > a {
    left: 13vw;
  }
}

.ttlHeader .ttlImg {
  display: none;
  margin-bottom: 1.55em;
}
body.pageRecruitGroup .ttlHeader .ttlImg {
  display: inline;
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .ttlHeader .ttlImg {
    display: inline;
    margin-bottom: 0;
    margin-right: 1.8vw;
  }
}

@media all and (max-width: 750px){
  .ttlHeader .ttlImg img {
    width: 7.4vw;
  }
}

@media all and (max-width: 750px){
  body.pageRecruitGroup .ttlHeader .ttlImg img {
    width: 27vw;
  }
}

.ttlHeader .ttlImg02 {
  display: inline-block;
  margin-bottom: 1.55em;
}
@media all and (max-width: 750px){
  .ttlHeader .ttlImg02 {
    display: none;
  }
}

.ttlHeader .ttlEn {
  display: block;
  margin-bottom: 0.55em;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}
@media all and (max-width: 750px){
  .ttlHeader .ttlEn {
    display: none;
  }
}

.ttlHeader .ttlJa {
  display: block;
  line-height: 1.45;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .ttlHeader .ttlJa {
    display: inline;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 0.87rem;
  }
}

.ulHeaderMenu01 {
  margin-bottom: 38px;
}
@media all and (max-width: 750px){
  .ulHeaderMenu01 {
    display: none;
  }
}

.ulHeaderMenu01 > li {
  margin-bottom: 0.78em;
  padding-left: 1.85em;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
.ulHeaderMenu01 > li > ul > li {
	margin-top: 0.58em;
	padding-left: 1em;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
}


.ulHeaderMenu02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-bottom: 50px;
  padding-left: 48px;
}
@media all and (max-width: 750px){
  .ulHeaderMenu02 {
    display: none;
  }
}

.ulHeaderMenu02 > li {
  margin-right: 0.4em;
}
.ulHeaderMenu02 > li.last {
	margin-top:0.4em;
	width: 13.85em;
}
.ulHeaderMenu02 > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 34px;
  padding: 0 0.8em;
  background-color: #fff;
  letter-spacing: normal;
  font-size: 0.95rem;
  color: #000;
}

.ulHeaderMenu02 > li.liContact a {
  padding: 0 0.8em 0 2.6em;
  background-image: url('./../../images/common/header-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: 0.82em center;
  background-size: auto auto;
}



/***** Hmb Menu *****/
.boxBtnHmbMenu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -500px;
  width: 74px;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0,0,0,1);/*rgba(255,255,255,1);*/
  text-align: center;
}
@media all and (max-width: 750px){
  .boxBtnHmbMenu {
    display: none;
  }
}

.boxBtnHmbMenu .btnSideHmbMenu {
  cursor: pointer;
}


.btnHmbMenu {
  display: none;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    width: 16vw;
    margin: 0;
    display: block;
  }
}

.boxHmbMenu {
  display: none;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    overflow-y: auto;
    position: fixed;
    z-index: 999;
    display: none;
    top: 13vw;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
}

.ulHmbMenu {
  margin-bottom: 30px;
  padding-top: 50px;
}
@media all and (max-width: 750px){
  .ulHmbMenu {
    margin-bottom: 11vw;
    padding-top: 13vw;
    padding-bottom: 13vw;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.8vw 0 4.8vw 7vw;
  }
	.ulHmbMenu > li > ul  {
		width:90%;
		margin-left: 10%;
	}
	.ulHmbMenu > li > ul li {
		padding: 2em 0 0;
		display: -webkit-flex;
    	display: flex;
	}
	.ulHmbMenu > li > ul li:before {
		content: '―';
		margin-right: 20px;
		color: rgba(255,255,255,0.7);
	}
}

.ulHmbMenu > li:before {
  content: '―';
  margin-right: 20px;
  color: rgba(255,255,255,0.7);
}
@media all and (max-width: 750px){
  .ulHmbMenu > li:before {
    content: '―';
    margin-right: 4vw;
    color: rgba(255,255,255,0.7);
  }
}

.ulHmbMenu > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
@media all and (max-width: 750px){
  .ulHmbMenu > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
  }
}



/*##### Recruit HmbMenu #####*/
.boxRecruitHeaderMenu {
  display: none;
}

/*
.logo01RecruitHeader {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 58px;
}
*/

.btnRecruitHmbMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnRecruitHmbMenu {
    /*display: none;*/
    top: 5.5vw;
    width: 26vw;
  }
}

/*
.btnRecruitHmbMenu.typeSp {
  display: none;
}
@media all and (max-width: 750px){
  .btnRecruitHmbMenu.typeSp {
    display: inline;
  }
}
*/

.boxRecruitHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.9);*/
  background-image: url('./../../images/recruit/recruit-hmb-menu-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu {
    display: none;
    background-image: url('./../../images/recruit/sp-recruit-hmb-menu-bg01.png');
  }
}

.boxRecruitHmbMenuInWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenuInWrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 7.5vw;
  }
}

.boxRecruitHmbMenu .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 6em;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ttl01 {
    margin-bottom: 9.5vw;
    padding-left: 23vw;
  }
}

.boxRecruitHmbMenu .ttl01 .ttlImg {
  margin-bottom: 3.0em;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ttl01 .ttlImg {
    margin-bottom: 0.6em;
  }
}

@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ttl01 .ttlImg img {
    width: 46.7vw;
  }
}

.boxRecruitHmbMenu .ttl01 .ttlStr {
  padding: 0.5em 0 0.5em 2.2em;
  background-image: url('./../../images/recruit/recruit-hmb-menu-logo01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ttl01 .ttlStr {
    background-image: url('./../../images/recruit/sp-recruit-hmb-menu-logo01.png');
    background-size: 5vw auto;
    letter-spacing: normal;
    font-size: 0.75rem;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /*padding: 5%;*/
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu {
    padding: 0 2vw;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li {
  width: 265px;/*24%;*/
  margin: 3px;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li {
    width: 49%;
    margin: 0.5%;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li a {
  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: 100%;
  height: 115px;
  background-color: #fff;
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a {
  padding-left: 4.0em;
  background-color: #050521;
  background-image: url('./../../images/recruit/recruit-hmb-menu-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: 1.8em center;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a {
    padding-left: 8vw;
    background-image: url('./../../images/recruit/sp-recruit-hmb-menu-icn-deco01.png');
    background-position: 4.5vw center;
    background-size: 6vw auto;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li a .txtEn {
  margin-bottom: 0.22em;
  font-size: 2.2rem;
  color: #b2b2c0;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li a .txtEn {
    margin-bottom: 1.3vw;
    font-size: 0.78rem;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtEn {
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtEn {
    letter-spacing: 0.05em;
    font-size: 1.1rem;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li a .txtJa {
  font-size: 1.27rem;
  font-weight: 700;
  color: #050521;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li a .txtJa {
    font-size: 1.03rem;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtJa {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtJa .fontEn {
  margin-right: 0.3em;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtJa .fontEn {
    margin-right: 0.3em;
    font-size: 1.1rem;
  }
}

.boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtJa .txt01 {
  color: #fff;
  font-size: 1.0rem;
  opacity: 0.5;
}
@media all and (max-width: 750px){
  .boxRecruitHmbMenu .ulRecruitHmbMenu > li.liRecruitTop a .txtJa .txt01 {
    font-size: 0.6rem;
  }
}


.boxRecruitHmbMenu .btnRecruitHmbMenuClose {
  position: fixed;
  top: 2%;
  /*right: 3%;*/
  left: 1%;
  font-size: 3.0rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}



/*##### Recruit HmbMenu Sp #####*/
.boxRecruitBtnHmbMenu {
  display: none;
}



/*##### Mv #####*/
.boxMvWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 334px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxMvWrap {
    position: relative;
    height: auto;
    padding-top: 57.2%;
    background-position: center center;
    background-size: auto 135%;
  }
}

.pageSaion .boxMvWrap,
.pageShx-3-hc .boxMvWrap,
.pageMc3-2-mc .boxMvWrap,
.pageS-uhe-he .boxMvWrap,.pageS-uhe-he-test .boxMvWrap,
.pageSs-uhe-he .boxMvWrap,
.pageNv-gsd3-180 .boxMvWrap,
.pageQa-3000 .boxMvWrap,
.pageLt-3100 .boxMvWrap{
  height: 626px;
}
@media all and (max-width: 750px){
  .pageSaion .boxMvWrap,
  .pageShx-3-hc .boxMvWrap,
  .pageMc3-2-mc .boxMvWrap,
  .pageS-uhe-he .boxMvWrap,.pageS-uhe-he-test .boxMvWrap,
  .pageSs-uhe-he .boxMvWrap,
  .pageNv-gsd3-180 .boxMvWrap,
  .pageQa-3000 .boxMvWrap,
  .pageLt-3100 .boxMvWrap {
    height: auto;
    padding-top: 87.2%;
  }
}

.page404 .boxMvWrap {
  background-image: url('./../../images/404/404-mv01.jpg');
}

.pageAbout .boxMvWrap,.pageAbout-test  .boxMvWrap {
  background-image: url('./../../images/about/about-mv01.jpg');
}
@media all and (max-width: 750px){
  .pageAbout .boxMvWrap {
    background-image: url('./../../images/about/sp-about-mv01.jpg');
  }
}

.pageCompany .boxMvWrap,.pageCompany-test .boxMvWrap {
  background-image: url('./../../images/about/company-mv01.jpg');
}

.pageGreeting .boxMvWrap {
  background-image: url('./../../images/about/greeting-mv01.jpg');
}

.pageHistory .boxMvWrap,.pageHistory-test .boxMvWrap {
  background-image: url('./../../images/about/history-mv01.jpg');
}

.pageLog .boxMvWrap {
  background-image: url('./../../images/log/log-mv01.jpg');
}

.pageMc3-2-mc .boxMvWrap {
  background-image: url('./../../images/products/mc3-2-mc-mv01.jpg');
}

.pageQa-3000 .boxMvWrap {
  background-image: url('./../../images/products/qa3000-mv01.jpg');
}


.pageLt-3100 .boxMvWrap {
  background-image: url('./../../images/products/lt3100-mv01.jpg');
}


.pageNews .boxMvWrap {
  background-image: url('./../../images/news/news-mv01.jpg');
}

.pageOffice .boxMvWrap,.pageOffice-test .boxMvWrap {
  background-image: url('./../../images/about/office-mv01.jpg');
}

.pagePrivacy .boxMvWrap,.pageContact .boxMvWrap {
  background-image: url('./../../images/privacy/privacy-mv01.jpg');
}

.pagePrivacy-employment .boxMvWrap {
  background-image: url('./../../images/privacy-employment/privacy-employment-mv01.jpg');
}

.pageProducts .boxMvWrap,.pageProducts-test .boxMvWrap,.pageUsed-products .boxMvWrap {
  background-image: url('./../../images/products/products-mv01.jpg');
}

.pageQuality .boxMvWrap {
  background-image: url('./../../images/quality/quality-mv01.jpg');
}

.pageSaion .boxMvWrap {
  background-image: url('./../../images/products/saion-mv01.jpg');
}

.pageService .boxMvWrap,.pageService-test .boxMvWrap {
  background-image: url('./../../images/service/service-mv01.jpg');
}

.pageShx-3-hc .boxMvWrap {
  background-image: url('./../../images/products/shx-3-hc-mv01.jpg');
}

.pageS-uhe-he .boxMvWrap,.pageS-uhe-he-test .boxMvWrap {
  background-image: url('./../../images/products/s-uhe-he-mv01.jpg');
}

.pageSs-uhe-he .boxMvWrap {
  background-image: url('./../../images/products/ss-uhe-he-mv01.jpg');
}

.pageNv-gsd3-180 .boxMvWrap {
  background-image: url('./../../images/products/nv-gsd3-180-mv01.jpg');
}

.pageTechnology .boxMvWrap {
  background-image: url('./../../images/technology/technology-mv01.jpg');
}

.pageTerms-of-use .boxMvWrap {
  background-image: url('./../../images/terms-of-use/terms-of-use-mv01.jpg');
}

.pageVision .boxMvWrap {
  background-image: url('./../../images/about/vision-mv01.jpg');
}

.pageVision-mind .boxMvWrap,.pageVision-mind-test .boxMvWrap  {
  background-image: url('./../../images/vision-mind/vision-mind-mv01.jpg');
}



.boxMv {
  text-align: center;
}
@media all and (max-width: 750px){
  .boxMv {
    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%;
    text-align: center;
  }
}

.pageSaion .boxMv,
.pageShx-3-hc .boxMv,
.pageMc3-2-mc .boxMv,
.pageS-uhe-he .boxMv,.pageS-uhe-he-test .boxMv,
.pageSs-uhe-he .boxMv,
.pageNv-gsd3-180 .boxMv,
.pageQa-3000 .boxMv,
.pageLt-3100 .boxMv {
  position: relative;
  left: -205px;
  padding-right: 416px;
}
@media all and (max-width: 1485px){
  .pageSaion .boxMv,
  .pageShx-3-hc .boxMv,
  .pageMc3-2-mc .boxMv,
  .pageS-uhe-he .boxMv,.pageS-uhe-he-test .boxMv,
  .pageSs-uhe-he .boxMv,
  .pageNv-gsd3-180 .boxMv,
  .pageQa-3000 .boxMv,
  .pageLt-3100 .boxMv {
    left: -115px;
  }
}
@media all and (max-width: 750px){
  .pageSaion .boxMv,
  .pageShx-3-hc .boxMv,
  .pageMc3-2-mc .boxMv,
  .pageS-uhe-he .boxMv,.pageS-uhe-he-test .boxMv,
  .pageSs-uhe-he .boxMv,
  .pageNv-gsd3-180 .boxMv,
  .pageQa-3000 .boxMv,
  .pageLt-3100 .boxMv {
    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-right: 0;
    text-align: center;
  }
}

@media all and (max-width: 750px){
  .boxMv .ttlMv {
    padding-top: 3.5vw;
  }
}

.pageSaion .boxMv .ttlMv,
.pageShx-3-hc .boxMv .ttlMv,
.pageMc3-2-mc .boxMv .ttlMv,
.pageS-uhe-he .boxMv .ttlMv,.pageS-uhe-he-test .boxMv .ttlMv,
.pageSs-uhe-he .boxMv .ttlMv,
.pageNv-gsd3-180 .boxMv .ttlMv,
.pageQa-3000 .boxMv .ttlMv,
.pageLt-3100 .boxMv .ttlMv{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .pageSaion .boxMv .ttlMv,
  .pageShx-3-hc .boxMv .ttlMv,
  .pageMc3-2-mc .boxMv .ttlMv,
  .pageS-uhe-he .boxMv .ttlMv,.pageS-uhe-he-test .boxMv .ttlMv,
  .pageSs-uhe-he .boxMv .ttlMv,
  .pageNv-gsd3-180 .boxMv .ttlMv,
  .pageQa-3000 .boxMv .ttlMv,
  .pageLt-3100 .boxMv .ttlMv {
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0,0,0,1),1px 1px 15px rgba(0,0,0,0.8);
  }
}

.pageSaion .boxMv .ttlMain,
.pageShx-3-hc .boxMv .ttlMain,
.pageMc3-2-mc .boxMv .ttlMain,
.pageS-uhe-he .boxMv .ttlMain,.pageS-uhe-he-test .boxMv .ttlMain,
.pageSs-uhe-he .boxMv .ttlMain,
.pageNv-gsd3-180 .boxMv .ttlMain,
.pageQa-3000 .boxMv .ttlMain,
.pageLt-3100 .boxMv .ttlMain{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.pageSaion .boxMv .ttlMain .ttlStr,
.pageShx-3-hc .boxMv .ttlMain .ttlStr,
.pageMc3-2-mc .boxMv .ttlMain .ttlStr,
.pageS-uhe-he .boxMv .ttlMain .ttlStr,.pageS-uhe-he-test .boxMv .ttlMain .ttlStr,
.pageSs-uhe-he .boxMv .ttlMain .ttlStr,
.pageNv-gsd3-180 .boxMv .ttlMain .ttlStr,
.pageQa-3000 .boxMv .ttlMain .ttlStr,
.pageLt-3100 .boxMv .ttlMain .ttlStr{
  margin-bottom: 0.45em;
  line-height: 1.18;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .pageSaion .boxMv .ttlMain .ttlStr,
  .pageShx-3-hc .boxMv .ttlMain .ttlStr,
  .pageMc3-2-mc .boxMv .ttlMain .ttlStr,
  .pageS-uhe-he .boxMv .ttlMain .ttlStr,  .pageS-uhe-he-test .boxMv .ttlMain .ttlStr,
  .pageSs-uhe-he .boxMv .ttlMain .ttlStr,
  .pageNv-gsd3-180 .boxMv .ttlMain .ttlStr,
  .pageQa-3000 .boxMv .ttlMain .ttlStr,
  .pageLt-3100 .boxMv .ttlMain .ttlStr {
    margin-bottom: 0.45em;
    line-height: 1.18;
    font-size: 1.25rem;
  }
}

@media all and (max-width: 750px){
  .pageSaion .boxMv .ttlMain .ttlImg img,
  .pageShx-3-hc .boxMv .ttlMain .ttlImg img,
  .pageMc3-2-mc .boxMv .ttlMain .ttlImg img,
  .pageS-uhe-he .boxMv .ttlMain .ttlImg img,.pageS-uhe-he-test .boxMv .ttlMain .ttlImg img,
  .pageSs-uhe-he .boxMv .ttlMain .ttlImg img,
  .pageNv-gsd3-180 .boxMv .ttlMain .ttlImg img,
  .pageQa-3000 .boxMv .ttlMain .ttlImg img,
  .pageLt-3100 .boxMv .ttlMain .ttlImg img{
    width: 48vw;
  }
}

.pageSaion .boxMv .ttlMv .ttlSub,
.pageShx-3-hc .boxMv .ttlMv .ttlSub,
.pageMc3-2-mc .boxMv .ttlMv .ttlSub,
.pageS-uhe-he .boxMv .ttlMv .ttlSub,.pageS-uhe-he-test .boxMv .ttlMv .ttlSub,
.pageSs-uhe-he .boxMv .ttlMv .ttlSub,
.pageNv-gsd3-180 .boxMv .ttlMv .ttlSub,
.pageQa-3000 .boxMv .ttlMv .ttlSub,
.pageLt-3100 .boxMv .ttlMv .ttlSub
 {
  width: 350px;
  margin-bottom: 1.6em;
  padding-bottom: 2.05em;
  border-bottom: 4px #fff solid;
}
@media all and (max-width: 750px){
  .pageSaion .boxMv .ttlMv .ttlSub,
  .pageShx-3-hc .boxMv .ttlMv .ttlSub,
  .pageMc3-2-mc .boxMv .ttlMv .ttlSub,
  .pageS-uhe-he .boxMv .ttlMv .ttlSub,.pageS-uhe-he-test .boxMv .ttlMv .ttlSub,
  .pageSs-uhe-he .boxMv .ttlMv .ttlSub,
  .pageNv-gsd3-180 .boxMv .ttlMv .ttlSub,
  .pageQa-3000 .boxMv .ttlMv .ttlSub,
  .pageLt-3100 .boxMv .ttlMv .ttlSub {
    width: 50%;
    margin-bottom: 1.0em;
    padding-bottom: 1.05em;
  }
}

.boxMv .ttlMv .ttlEn {
  display: block;
  margin-bottom: 0.3em;
  letter-spacing: 0.01em;
  font-family: Jost, sans-serif;
  font-size: 3.55rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .boxMv .ttlMv .ttlEn {
    margin-bottom: 0.4em;
    font-size: 2.0rem;
  }
}

.pageSaion .boxMv .ttlMv .ttlEn,
.pageShx-3-hc .boxMv .ttlMv .ttlEn,
.pageMc3-2-mc .boxMv .ttlMv .ttlEn,
.pageS-uhe-he .boxMv .ttlMv .ttlEn,.pageS-uhe-he-test .boxMv .ttlMv .ttlEn,
.pageSs-uhe-he .boxMv .ttlMv .ttlEn,
.pageNv-gsd3-180 .boxMv .ttlMv .ttlEn,
.pageQa-3000 .boxMv .ttlMv .ttlEn,
.pageLt-3100 .boxMv .ttlMv .ttlEn{
  margin-bottom: 0.45em;
  letter-spacing: 0.01em;
  font-family: Jost, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .pageSaion .boxMv .ttlMv .ttlEn,
  .pageShx-3-hc .boxMv .ttlMv .ttlEn,
  .pageMc3-2-mc .boxMv .ttlMv .ttlEn,
  .pageS-uhe-he .boxMv .ttlMv .ttlEn,.pageS-uhe-he-test .boxMv .ttlMv .ttlEn,
  .pageSs-uhe-he .boxMv .ttlMv .ttlEn,
  .pageNv-gsd3-180 .boxMv .ttlMv .ttlEn,
  .pageQa-3000 .boxMv .ttlMv .ttlEn,
  .pageLt-3100 .boxMv .ttlMv .ttlEn {
    margin-bottom: 0.4em;
    font-size: 2.0rem;
  }
}

.boxMv .ttlMv .ttlJa {
  display: block;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxMv .ttlMv .ttlJa {
    font-size: 0.95rem;
  }
}


/*##### Footer #####*/
.boxFooterRecruitWrap {
  position: relative;
  height: 438px;
  /*padding-top: 27.1%;*/
  /*background-color: #ccc;*/
  background-image: url('./../../images/common/footer-recruit-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFooterRecruitWrap {
    height: auto;
    padding-top: 63.5%;
    background-size: 250% auto;
  }
}

.boxFooterRecruit {
  padding: 175px 0 0 0;/*145px 0 0 0;*/
}
@media all and (max-width: 750px){
  .boxFooterRecruit {
    padding: 25vw 0 0 0;/*18vw 0 0 0;*/
  }
}

.boxFooterRecruit .ttl01 {
  margin-bottom: 1.05em;/*0.4em;*/
  text-align: center;
  line-height: 1.4;
  font-size: 2.7rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxFooterRecruit .ttl01 {
    margin-bottom: 0.8em;
    line-height: 1.46;
    font-size: 1.3rem;
  }
}

.boxFooterRecruit .ttl01 .ttlEn {
  display: block;
}

.boxFooterRecruit .ttl01 .ttlJa {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxFooterRecruit .ttl01 .ttlJa {
    letter-spacing: 0.08em;
  }
}

.boxFooterRecruit .ttl01 .ttlJa02 {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxFooterRecruit .ttl01 .ttlJa02 {
    letter-spacing: 0.07em;
    font-size: 0.95rem;
  }
}

.boxFooterRecruit .link01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 356px;
  height: 53px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5);
}
@media all and (max-width: 750px){
  .boxFooterRecruit .link01 {
    width: 80%;
    height: 10vw;
    padding-top: 0.1em;
    font-size: 1.5rem;
  }
}


.boxFooterContact {
  background-image: url('./../../images/common/footer-contact-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFooterContact {
    background-size: 100% 100%;
  }
}

.boxFooterContact a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
}
@media all and (max-width: 750px){
  .boxFooterContact a {
    height: 25vw;
  }
}

.boxFooterContact a > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 33px;
  padding: 0.2em 2.0em 0 2.2em;
  background-image: url('./../../images/common/footer-contact-icn-mail01.png'), url('./../../images/common/footer-contact-icn-arrow01.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right 0.5em;
  background-size: auto auto, auto auto;
  font-size: 2.12rem;
  color: #000;
}
@media all and (max-width: 750px){
  .boxFooterContact a > span {
    height: auto;
    padding: 0.2em 2.0em 0 2.3em;
    background-position: left top, right 0.5em;
    background-size: 6.5vw auto, 5.6vw auto;
    font-size: 1.44rem;
  }
}


.boxFooter01Wrap {
  /*
  background-image: url('./../../images/common/footer01-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  */
}

.boxFooter01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 750px){
  .boxFooter01 {
    display: block;
  }
}

.boxFooterInfo {
  width: 66.2%;
  padding: 5.2% 0 0 0;
}
@media all and (max-width: 750px){
  .boxFooterInfo {
    width: 100%;
    padding: 13.3% 0 0 0;
  }
}

.boxFooterInfoIn {
  max-width: 850px;
  margin-left: auto;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn {
    max-width: none;
    margin: 0 auto;
  }
}

.boxFooterInfo .ttl01 {
  margin-bottom: 1.7em;
  padding: 0.25em 0 0.15em 2.25em;
  background-image: url('./../../images/common/footer-logo01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: normal;
  font-size: 1.32rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 {
    width: 91%;
    margin: 0 auto;
    margin-bottom: 1.1em;
    padding: 0.15em 0 0.25em 3.5em;
    background-position: 1.2em 0.1em;
    background-size: 6.8vw auto;
    line-height: 1.4;
    font-size: 1.0rem;
  }
}

.boxFooterInfo .boxCont01 {
  position: relative;
  margin-bottom: 3.7em;
  padding-left: 3.0em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 {
    margin-bottom: 0;
    padding-left: 0;
  }
}

.border01FooterInfo {
  position: absolute;
  top: -8px;
  left: 15px;
}
@media all and (max-width: 750px){
  .border01FooterInfo {
    display: none;
  }
}

.boxFooterInfo .boxCont01 .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: 1.45em;
  line-height: 1.3;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 {
    display: none;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01.dlHeadOffice,
  .boxFooterInfo .boxCont01 .dl01.dlIso {
    display: block;
    margin-bottom: 1.0em;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01.dlIso {
    margin-bottom: 0;
    padding: 3.4vw 0;
    background-color: #fff;
  }
}

.boxFooterInfo .boxCont01 .dl01 > dt {
  width: 13.17%;
  min-width: 112px;
  letter-spacing: -0.03em;/*normal;*/
  font-family: Jost, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  color: #0169be;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 > dt {
    display: none;
  }
}

.boxFooterInfo .boxCont01 .dl01 > dd {
  width: 86.83%;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 > dd {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 0.75rem;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01.dlIso > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01.dlIso > dd img {
    width: 53%;
  }
}

.boxFooterInfo .boxCont01 .dl01.dlIso > dd .imgFooterIso01 {
  margin-bottom: 1em;
}

.boxFooterInfo .boxCont01 .dl01 > dd .ul01 {
  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-right: 20px;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 > dd .ul01 {
    padding: 0 4vw;
    color: #000;
  }
}

.boxFooterInfo .boxCont01 .dl01 > dd .ul01 > li {
  margin: 0.18em 1.5em 0.18em 0;
  padding: 0 0 0 1.15em;
  background-image: url('./../../images/common/footer-info-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 > dd .ul01 > li {
    background-position: left 0.5em;
    background-size: 1.5vw auto;
    font-size: 0.72rem;
  }
}

.boxFooterInfo .boxCont01 .dl01 > dd .ul01 > li:last-child {
  margin-right: 0;
}

.boxFooterInfo .boxCont01 .dl01 > dd .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-left: 17px;
  padding-right: 70px;
  background-image: url('./../../images/common/footer-info-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: auto auto;
}

.boxFooterInfo .boxCont01 .dl01 > dd .ul02 > li {
  margin: 0.18em 0 0.18em 0;
}

.boxFooterInfo .boxCont01 .dl01 > dd .ul02 > li:not(:last-child):after {
  content: '/';
  margin: 0 0.2em;
}

@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 > dd .ul03 {
    padding: 0 4vw;
    text-align: left;
    color: #000;
  }
}

.boxFooterInfo .boxCont01 .dl01 > dd .ul03 > li {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 0.72rem;
}
.boxFooterInfo .boxCont01 .dlIso > dd .ul03 > li {
	text-indent: -1em;
    margin-left: 1em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01 .dl01 > dd .ul03 > li {
    margin-bottom: 0.8em;
    font-size: 0.55rem;
  }
}

@media all and (max-width: 750px){
  .boxLinkOfficeList {
    margin-bottom: 11vw;
  }
}

@media all and (max-width: 750px){
  .boxLinkOfficeList .linkOfficeList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 64%;
    height: 8vw;
    margin: 0 auto;
    padding-left: 3vw;
    border: 2px #fff solid;
    background-image: url('./../../images/common/sp-footer-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 4.6vw auto;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
  }
}

.boxFooterMenu {
  width: 33.8%;
  min-height: 599px;
  padding: 5.2% 0 0 3.3%;
  background-image: url('./../../images/common/footer-menu-bg01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFooterMenu {
    display: none;
  }
}

.boxFooterMenu .ttl01 {
  margin-bottom: 1.65em;
  font-size: 1.18rem;
}

.boxFooterMenu .ul01 > li {
  margin-bottom: 1.35em;
  padding-left: 1.5em;
  font-size: 1.13rem;
  font-weight: 700;
}

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



.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  min-height: 40px;
  padding-left: 1.0em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 0.88rem;
  color: #626262;
}
@media all and (max-width: 750px){
  .boxCopyright {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 8.5%;
    line-height: 1.2;
    letter-spacing: normal;
    min-height: 15.5vw;
    font-size: 0.7rem;
    color: #0169be;
  }
}

@media all and (max-width: 750px){
  .boxCopyright .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


.bnt01RecruitPageTop {
  position: fixed;
  z-index: 100;
  bottom: 7.5em;
  right: 1.5%;
  box-shadow: 1px 0 1px 0 rgba(255,255,255,1);
  cursor: pointer;
}
@media all and (max-width: 750px){
  .bnt01RecruitPageTop {
    bottom: 7.5%;
    right: 3.5%;
    width: 1.5vw;
  }
}


/*##### Footer Recruit #####*/
.boxRecruitFooterWrap {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 750px){
  .boxRecruitFooterWrap {
    position: static;
    bottom: auto;
    left: auto;
  }
}

@media all and (max-width: 750px){
  .boxRecruitFooterMenu01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 19vw;
    background-image: url('./../../images/recruit/sp-recruit-footer-btn-bg01.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
  }
}

@media all and (max-width: 750px){
  .boxRecruitFooterMenu01 a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 82%;
    height: 11vw;
    padding-left: 3.3vw;
    background-color: #fff;
    background-image: url('./../../images/recruit/sp-recruit-footer-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 94.5% center;
    background-size: 4vw auto;
    font-weight: 700;
  }
}

@media all and (max-width: 750px){
  .boxRecruitFooterMenu01 a .txtJa {
    margin-right: 0.6em;
    letter-spacing: 0.01em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitFooterMenu01 a .txtEn {
    font-size: 0.9rem;
    color: #b2b2c0;
  }
}


@media all and (max-width: 750px){
  .boxRecruitFooterMenu02 {
    padding: 13vw 5vw 13vw 10vw;
    background-color: #e7e7e7;
  }
}

@media all and (max-width: 750px){
  .ulRecruitFooterMenu02 > li {
    position: relative;
    margin-bottom: 5.5vw;
  }
}

@media all and (max-width: 750px){
  .ulRecruitFooterMenu02 > li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5vw;
    width: 70%;
    height: 1px;
    margin: auto;
    background-color: #b2b2c0;
  }
}

@media all and (max-width: 750px){
  .ulRecruitFooterMenu02 > li:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .ulRecruitFooterMenu02 > li a {
    position: relative;
    z-index: 2;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 0.8em;
    background-color: #e7e7e7;
    font-weight: 700;
  }
}

@media all and (max-width: 750px){
  .ulRecruitFooterMenu02 > li a .txtJa {
    margin-right: 1.1em;
    letter-spacing: 0.01em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .ulRecruitFooterMenu02 > li a .txtEn {
    letter-spacing: normal;
    font-size: 1.15rem;
    color: #b2b2c0;
  }
}


.boxRecruitFooter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecruitFooter01Wrap {
  width: 100%;
  padding-right: 3%;
  background-color: #050521;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitFooter01Wrap {
    padding: 8.5vw 0;
    background-color: #fff;
    color: #050521;
  }
}

.boxRecruitFooter01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
@media all and (max-width: 750px){
  .boxRecruitFooter01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
  }
}

.boxRecruitFooter01 .ttl01 {
  margin-right: 1.0em;
  padding: 0.3em 0 0.3em 2.5em;
  background-image: url('./../../images/recruit/recruit-footer-logo01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  font-size: 0.96rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitFooter01 .ttl01 {
    margin-bottom: 4vw;
    margin-right: 0;
    padding: 0.3em 0 0.3em 2.2em;
    background-image: url('./../../images/recruit/sp-recruit-footer-logo01.png');
    background-size: 6.5vw auto;
    letter-spacing: normal;
    font-size: 1.02rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitFooter01 .boxAddress {
    margin-bottom: 5vw;
    text-align: center;
    line-height: 1.45;
    letter-spacing: normal;
    font-size: 0.8rem;
    font-weight: 700;
  }
}

@media all and (max-width: 750px){
  .boxRecruitFooter01 .boxAddress .txtSepa {
    margin: 0 0.7em;
  }
}

.boxRecruitFooter01 .link01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 128px;
  height: 30px;
  padding: 0.1em 0 0 1.6em;
  background-color: #fff;
  background-image: url('./../../images/recruit/recruit-footer-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: 1.0em center;
  background-size: auto auto;
  font-size: 0.8rem;
  color: #000;
}
@media all and (max-width: 750px){
  .boxRecruitFooter01 .link01 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 68%;
    height: 7vw;
    padding: 0.1em 0 0 2.2em;
    background-color: #050521;
    background-image: url('./../../images/recruit/sp-recruit-footer-icn-deco01.png'), url('./../../images/recruit/sp-recruit-footer-icn-arrow02.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 2.5vw center, 95% center;
    background-size: 3vw auto, 4.5vw auto;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    color: #fff;
  }
}

.boxRecruitFooter02Wrap {
  width: 100%;
  background-color: #e7e7e7;
}
@media all and (max-width: 750px){
  .boxRecruitFooter02Wrap {
    background-color: #050521;
  }
}

.boxRecruitFooter02 {
  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;
  padding: 0.5em 0;
  min-height: 65px;
}
@media all and (max-width: 750px){
  .boxRecruitFooter02 {
    padding: 0.5em 0;
    min-height: 16vw;
  }
}

.boxRecruitFooter02 .boxRecruitFooterLogo {
  margin-right: 1.3em;
}
@media all and (max-width: 750px){
  .boxRecruitFooter02 .boxRecruitFooterLogo {
    display: none;
  }
}

.boxRecruitFooter02 .dlHeadOffice {
  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-right: 1.8em;
  padding: 0.5em 0;
  letter-spacing: normal;
}
@media all and (max-width: 750px){
  .boxRecruitFooter02 .dlHeadOffice {
    display: none;
  }
}

.boxRecruitFooter02 .dlHeadOffice > dt {
  margin-right: 1.1em;
  font-weight: 700;
  color: #0169be;
}

.boxRecruitFooter02 .dlHeadOffice > dd .txtSepa {
  padding: 0 0.7em;
}

.boxRecruitFooter02 .boxCopyright {
  display: inline-block;
  min-height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.73rem;
  color: #000;
}
@media all and (max-width: 750px){
  .boxRecruitFooter02 .boxCopyright {
    width: 100%;
    text-align: center;
    font-size: 0.72rem;
    color: #fff;
  }
}


.boxChkCookieWrap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.0em 2%;
  border-top: 1px #c935ee solid;
  background-color: rgba(0,0,0,0.8);
}

.boxChkCookieWrap.typeEn {
  display: none;
}

.boxChkCookie {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 270px;
}
@media all and (max-width: 1366px){
  .boxChkCookie {
    padding-right: 60px;
  }
}
@media all and (max-width: 750px){
  .boxChkCookie {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 0;
  }
}

.boxChkCookie > p {
  padding-right: 1.0em;
  line-height: 1.5;
}
@media all and (max-width: 750px){
  .boxChkCookie > p {
    margin-bottom: 1.0em;
    padding-right: 0;
    line-height: 1.4;
    font-size: 0.8rem;
  }
}

.boxChkCookie > p a {
  text-decoration: underline;
}

.boxChkCookie .txtAgree {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 10em;
  height: 2.5em;
  padding: 0.1em 0 0 0.3em;
  border-radius: 2.5em;
  background-color: #0169be;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .boxChkCookie .txtAgree {
    width: 10em;
    height: 2.5em;
    padding: 0.1em 0 0 0.3em;
    border-radius: 2.5em;
    font-size: 0.85em;
  }
}

.boxChkCookie .txtAgree > span {
  padding: 0.1em 1.2em 0.1em 0;
  background-image: url('./../../images/common/footer-chk-cookie-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.55em auto;
}


/*##### Common Contents #####*/
