@charset 'utf-8';

.baseW {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: 1200px;/*1110px;*/
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 640px){
  .baseW,
  .baseW02,
  .baseW03 {
    width: 100%;
  }
  .baseSpW {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .baseSpW02 {
    width: 94% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .baseSpW#posi02 {
	margin-top:-150px;
	padding-top:150px;
  }
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #fed556 1%);
}
.txtMarker02 {
  color: #bf0000;
}

.cBtn01{
  background-color: #f7e734;/* Yellow */
  color: #000;
}
.cBtn02{
  background-color: #269cc8;/* Blue */
  color: #fff;
}
.cBtn03{
  background-color: #fff;/* White */
  color: #000;
}
.cBtn04{
  background-color: #292929;/* Black */
  color: #fff;
}
.cBtn05{
  background-color: #ce0000;/* Red */
  color: #fff;
}
.cBtnLGreen{
  background-color: #5acac0;
  color: #fff;
}
.cBtn06{
  background-color: #ff983d;/* Orange */
  color: #fff;
}


/* Text Color */
.cTextBase{
  color: #2b2723;
}

.cBaseBlack {
  color: #000;
}
.cBaseWhite {
  color: #fff;
}
.cBaseBlue {
  color: #0168b7;
}
.cBaseDBlue {
  color: #0d2252;
}
.cBaseYellow {
  color: #ffcd09;
}
.cBaseLGreen {
  color: #5acac0;
}
.cBaseRed {
  color: #d60000;
}
.cBaseOrange {
  color: #e05625;
}
/* /Text Color */


/* Background Color */
.cBgBaseBlack {
  background-color: #000;
}
.cBgBaseWhite {
  background-color: #fff;
}
.cBgBaseGray {
  background-color: #ccc;
}
.cBgBaseBlue {
  background-color: #0168b7;
}
.cBgBaseDBlue {
  background-color: #0d2252;
}
.cBgBaseYellow {
  background-color: #ffa809;
}
.cBgBaseLGreen {
  background-color: #5acac0;
}
.cBgBaseRed {
  background-color: #b50003;
}
.cBgBaseOrange {
  background-color: #e15c2d;
}
/* /Background Color */



.fontEn{
  /*font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
}
.fontNum {
  /*font-family: Arial,"Arial Black","Comic Sans MS",Courier,"Courier New",Georgia,Impact,"Times New Roman","Trebuchet MS",Verdana;*/
}
.fontMin {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.fontM{
  font-weight: 500;
}
.fontB{
  font-weight: bold;
}
.fontI{
  font-style: italic;
}


/****************/
.mb0 {
  margin-bottom: 0;
}

.underline {
  text-decoration: underline;
}

.ttlBase01 {
  text-align: left;
}
@media all and (max-width: 640px){
  .ttlBase01 {
    position: absolute;
    top: 26.5vw;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
  }
}

.ttlBase01 .ttlEn,
.ttlBase01 .ttlJa {
  display: inline-block;
  width: 100%;
  line-height: 1.0;
}

.ttlBase01 .ttlJa .txtCatName {
  display: block;
  padding-top: 7px;
  font-size: 1.1rem;
}
.tax-recruit-cat .ttlBase01 .ttlJa .txtCatName{
  padding-left:3px;
}
@media all and (max-width: 640px){
  .ttlBase01 .ttlJa .txtCatName {
    padding-top: 1%;
    font-size: 4.0vw;
  }
}

.ttlBase01 .ttlEn {
  margin-bottom: 15px;
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  font-weight: normal;
}
@media all and (max-width: 640px){
  .ttlBase01 .ttlEn {
    margin-bottom: 2%;
    letter-spacing: 0.07em;
    font-size: 8.0vw;
  }
}

.ttlBase01 .ttlJa {
  max-width: 500px; /* 450 */
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .ttlBase01 .ttlJa {
    max-width: 100%;
    font-size: 4.0vw;
  }
}

.ttlBase02{
  padding-bottom: 22px;
  margin-bottom: 48px;
  background-image: url('./../../images/company/company-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.06em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #01140f;
}
@media all and (max-width: 640px){
  .ttlBase02{
    padding-bottom: 5%;
    margin-bottom: 8%;
    background-image: url('./../../images/company/company-border01.png');
    background-size: 35% auto;
    line-height: 1.4;
    font-size: 1.7rem;
  }
}

.ttlBase02.long {
  background-image: url('./../../images/recruit/recruit-s-border01.png');
}

.ttlBase02.long2 {
  margin-bottom: 18px;
  background-image: url('./../../images/recruit/recruit-s-border01.png');
  /*font-size: 2.5rem;*/
}

.ttlBase03 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlBase03{
    margin-bottom: 7vw;
    line-height: 1.4;
    font-size: 1.4rem;
  }
}

.ttlBase04 {
  margin-bottom: 18px;
  padding-bottom: 23px;
  border-bottom: 3px #1a368d solid;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
}
@media all and (max-width: 640px){
  .ttlBase04{
    margin-bottom: 5%;
    padding-bottom: 5%;
    letter-spacing: 0.08em;
    font-size: 7.0vw;
  }
}

.ttlBase05 {
  display: table;
  margin: 0 auto;
  margin-bottom: 48px;
  padding-bottom: 22px;
  background-image: url('./../../images/recruit/recruit-s-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
@media all and (max-width: 640px){
  .ttlBase05{
    display: block;
    margin: 0 auto;
    margin-bottom: 15%;
    padding-bottom: 0;
    background-size: 30% auto;
  }
}

.ttlBase05 .ttlEn {
  display: table-cell;
  padding-right: 20px;
  line-height: 1.0;
  letter-spacing: 0.06em;
  vertical-align: middle;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a368d;
}
@media all and (max-width: 640px){
  .ttlBase05 .ttlEn{
    display: inline-block;
    padding-right: 0;
    font-size: 8.0vw;
  }
}

.ttlBase05 .ttlJa {
  display: table-cell;
  line-height: 1.0;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlBase05 .ttlJa{
    display: inline-block;
    width: 100%;
    margin-bottom: -20%;
    font-size: 5.0vw;
  }
}

.ttlBase06 {
  position: relative;
  height: 121px;
  margin-bottom: 40px;
  background-image: url('./../../images/interview/interview-s-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media all and (max-width: 640px){
  .ttlBase06{
    height: 13vw;
    margin-bottom: 7%;
    background-size: 100% auto;
  }
}

.ttlBase06 .txtNum {
  position: absolute;
  bottom: 7px;
  left: 10px;
  line-height: 1.3;
  font-size: 2.5rem;
}
@media all and (max-width: 640px){
  .ttlBase06 .txtNum{
    bottom: 0;
    left: 1%;
    font-size: 8.0vw;
  }
}

.ttlBase06 .txtTtl {
  position: absolute;
  bottom: 16px;
  left: 83px;
  font-size: 2.3rem;
}
@media all and (max-width: 640px){
  .ttlBase06 .txtTtl{
    bottom: 0;
    left: 20%;
    font-size: 8.0vw;
  }
}

.ttlBase07 {
  position: relative;
  margin-bottom: 33px;
  padding: 10px 0 10px 90px;
  border: 1px #01140f solid;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #01140f;
}
@media all and (max-width: 640px){
  .ttlBase07 {
    margin-bottom: 7%;
    padding: 3.5% 0 3.8% 20vw;
    font-size: 5.5vw;
  }
}

.ttlBase07 > .txtTtl {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 5px;
  width: 56px;
  text-align: right;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
@media all and (max-width: 640px){
  .ttlBase07 > .txtTtl {
    top: 4.5vw;
    left: 2vw;
    width: 14.5%;
    font-size: 3.0vw;
  }
}

.pageCareer .ttlBase07 > .txtTtl {
  top: 20px;
  left: 10px;
  letter-spacing: normal;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .pageCareer .ttlBase07 > .txtTtl {
    top: 5.7vw;
    left: 3.7%;
    font-size: 3.0vw;
  }
}

.ttlBase07 > .txtTtl.line1 {
  top: 28px;
}
@media all and (max-width: 640px){
  .ttlBase07 > .txtTtl.line1 {
    top: 7vw;
  }
}

.ttlBase07 > .ttlIcn01 {
  position: absolute;
  top: -15px;
  left: 5px;
  /*mix-blend-mode: multiply;*/
}
@media all and (max-width: 640px){
  .ttlBase07 > .ttlIcn01 {
    top: -3vw;
    left: 2%;
    width: 17%;
  }
}

.ttlBase08 {
  display: table;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .ttlBase08 {
    height: 9vw;
    margin-bottom: 5vw;
  }
}

.ttlBase08 .txtNum {
  display: table-cell;
  width: 5%;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlBase08 .txtNum {
    width: 10%;
    font-size: 5.0vw;
  }
}

.ttlBase08 .txtStr {
  display: table-cell;
  width: 95%;
  padding: 0 2%;
  vertical-align: middle;
  text-align: left;
  letter-spacing: normal;
  font-size: 1.28rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlBase08 .txtStr {
    width: 90%;
    padding: 0 3%;
    font-size: 4.3vw;
  }
}

.ttlBase09 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlBase09 {
    margin-bottom: 10%;
  }
}

.ttlBase09 .ttlEn {
  margin-bottom: 12px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 3.5rem;
  font-style: italic;
}
@media all and (max-width: 640px){
  .ttlBase09 .ttlEn {
    margin-bottom: 2%;
    font-size: 10.0vw;
  }
}

.ttlBase09 .ttlEn .first {
  font-size: 5.3rem;
}
@media all and (max-width: 640px){
  .ttlBase09 .ttlEn .first {
    font-size: 15.0vw;
  }
}

.ttlBase09 .ttlJa {
  line-height: 1.0;
  letter-spacing: 0.14em;
  font-size:1.7rem;
}
@media all and (max-width: 640px){
  .ttlBase09 .ttlJa {
    letter-spacing: 0.1em;
    font-size: 5.5vw;
  }
}

.ttlBase10 {
  padding-bottom: 21px;
  margin-bottom: 18px;
  background-image: url('./../../images/common/ttlbase10-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  line-height: 1.0;
  font-weight: 700;
}
@media all and (max-width: 640px){

}

.ttlBase10 .ttlEn {
  margin-right: 18px;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-size: 2.6rem;
  color: #1a368d;
}
@media all and (max-width: 640px){

}

.ttlBase10 .ttlJa {
  vertical-align: middle;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  color: #000;
}
@media all and (max-width: 640px){

}

/***** TtlBase11 *****/
.ttlBase11 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 125px;
  background-repeat: no-repeat,no-repeat;
  background-position: 17px 12px, 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){
  .ttlBase11 {
    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: 6.0vw;
  }
  .ttlBase11.short {
    letter-spacing: -0.03em;
  }
  .ttlBase11 span {
    position: absolute;
    top: 50%;
    left: 32%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
  }
}

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

/***** TtlBase12 *****/
.ttlBase12 {
  min-height: 70px;
  margin-bottom: 32px;
  padding: 23px 0 0 0;
  background-image: url('./../../images/experienced/experienced-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f2df37;
}
@media all and (max-width: 640px){
  .ttlBase12 {
    min-height: auto;
    margin-bottom: 0;
    padding: 4vw 0 4vw 0;
    background-image: url('./../../images_sp/experienced/sp-experienced-ttl-bg02.png');
    background-size: 100% 100%;
    line-height: 1.2;
    font-size: 6.0vw;
  }
}

/***** boxBaseCom *****/
.boxBaseCom{
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.11em;
  /*text-align: justify;*/
}
@media all and (max-width: 640px){
  .boxBaseCom{
    margin-bottom: 7%;
    font-size: 0.9rem;
  }
}

.boxBaseCom p{
  margin-bottom: 14px;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxBaseCom p{
    margin-bottom: 5vw;
  }
}

.boxBaseCom p:last-child{
  margin-bottom: 0;
}
.boxBaseCom ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.boxBaseCom ul li{
	background: url('./../../images/beginner/beginner-img-distrees-bg.png');
	text-align: center;
	min-width: 321px;
	color: #0d2252;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
	padding: 16px 0 13px 0;
}
.boxBaseCom ul li span {
	font-size: 1.7rem;
}

@media all and (max-width: 640px){
.boxBaseCom ul {
	display: block;
	margin: 2% 0;
}
.boxBaseCom ul li{
	background: url('./../../images/beginner/beginner-img-distrees-bg.png') no-repeat 0px 0px / 100% auto;
	margin: 0 auto 3%;
	width: 76%;
	min-width: auto;
	font-size: 7vw;
	line-height: 7vw;
	padding: 4.6vw 0 4vw;
}
.boxBaseCom ul li span {
	font-size: 5.6vw;
}
}

/***** chk Img *****/
.boxChkImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
@media all and (max-width: 640px){
  .boxChkImg {
    height: 150px;
  }
}
.boxChkImg .chkImg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.boxChkImg .chkImg.horizontalImg {
  width: 100%;
  height: auto;
}
.boxChkImg .chkImg.verticalImg {
  width: auto;
  height: 100%;
}

/***** imgBaseEyecatch *****/
.boxBaseEyecatch {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.imgBaseEyecatch {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.imgBaseEyecatch.horizontalImg {
  width: auto;
  height: 100%;
}
.imgBaseEyecatch.verticalImg {
  width: 100%;
  height: auto;
}
/****************/
.linkBaseTelno {
  pointer-events: none;
  cursor: auto;
}
@media all and (max-width: 640px){
  .linkBaseTelno {
    pointer-events: auto;
    cursor: pointer;
  }
}

/****************/
.linkBaseBtn01 {
  display: table;
  width: 100%;
}
.linkBaseBtn01 > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/****************/
.boxBaseSign {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxBaseSign{
    position: static;
    right: auto;
    bottom: auto;
    display: block;
	text-align: left;
  }
}

@media all and (max-width: 640px){
  .boxBaseSign .imgCompanyCeoSign {
    width: 35%;
    max-width: 178px;
  }
}

/****************/
.ulBaseTop{
  overflow: hidden;
  width: 100%; /* 520px; */ 
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .ulBaseTop{
    width: 100%;
    display: block;
  }
}

.ulBaseTop li{
/*  float: left; */
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;
  background-color: #24578c;
  background-image: url('./../../images/company/company-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px auto;
  line-height: 1.0;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop li{
/*    float: left; */
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
    background-image: url('./../../images_sp/company/sp-company-icn-arrow01.png');
    background-position: 95% center;
    background-size: 5% auto;
    font-weight: 700;
  }
}
/*
.ulBaseTop.typeB li{
  width: auto;
}
*/
@media all and (max-width: 640px){
  .ulBaseTop.typeB li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}

.ulBaseTop li:nth-child(3n){
  margin-right: 0;
}
@media all and (max-width: 640px){
  .ulBaseTop li:nth-child(3n){
    margin-right: 4%;
  }
  .ulBaseTop li:nth-child(2n){
    margin-right: 0;
  }
  .ulBaseTop.typeB li:nth-child(3n){
    margin-right: 0;
  }
}

.ulBaseTop.typeB li:nth-child(3n){
  margin-right: 4%;
}
@media all and (max-width: 640px){
  .ulBaseTop.typeB li:nth-child(3n){
    margin-right: 0;
  }
}

.ulBaseTop li a{
  display: flex; /* inline-block */
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 12px 40px 12px 20px;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.5;
}
@media all and (max-width: 640px){
  .ulBaseTop li a{
    padding: 3vw 5vw 3vw 3vw;
  }
  .ulBaseTop.typeB li a{
    padding: 3vw 12vw 3vw 5vw;
  }
}

/**** ulBaseTop02 *****/
.ulBaseTop02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  line-height: 1.3;
}
@media all and (max-width: 640px){
  .ulBaseTop02 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  .pageBeginner .ulBaseTop02,
  .pageExperienced .ulBaseTop02,
  .pageMechanic .ulBaseTop02,
  .pageSales .ulBaseTop02 {
    position: absolute;
    z-index: 2;
    top: -20vw;
    left: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

.ulBaseTop02 > li {
	float: left;
    width: 14.666%;
    margin-right: 2%;/* 3.5% */
    margin-bottom: 10px;
    background-color: #28578d;
    background-image: url(./../../images/company/company-icn-arrow01.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
    line-height: 1.0;
    font-weight: 700;
    color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li {
    width: 30%;
/*    min-width: auto;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 3%;
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01.png');
    background-position: 90% center;
    background-size: 12% auto;
    font-size: 3.2vw;
*/
  }
  .pageBeginner .ulBaseTop02 > li,
  .pageExperienced .ulBaseTop02 > li,
  .pageMechanic .ulBaseTop02 > li,
  .pageSales .ulBaseTop02 > li {
    width: 25%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-right: 1px #fff solid;
    text-align: center;
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01.png');
    background-position: center 95%;
    background-size: 12% auto;
    font-size: 2.7vw;
  }
  .pageExperienced .ulBaseTop02 > li {
    width: 25%;
  }
  .pageBeginner .ulBaseTop02 > li:last-child,
  .pageExperienced .ulBaseTop02 > li:last-child,
  .pageMechanic .ulBaseTop02 > li:last-child,
  .pageSales .ulBaseTop02 > li:last-child {
    border-right: 0;
  }
  .ulBaseTop02 > li:nth-child(3n) {
    margin-right: 0;
  }
}

.ulBaseTop02 > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%; /* auto */
  vertical-align: middle;
  color: #fff;
    width: 100%;
	line-height:1.5;
    padding: 12px 30px 12px 20px; /*  12px 40px 12px 20px */
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li a {
    height: 100%; /* auto */
    padding:3vw 5vw 3vw 2vw;
  }
  .pageBeginner .ulBaseTop02 > li a,
  .pageExperienced .ulBaseTop02 > li a,
  .pageMechanic .ulBaseTop02 > li a,
  .pageSales .ulBaseTop02 > li a {
    -webkit-justify-content: center;
    justify-content: center;
    height: 20vw;
    padding: 0 5% 6% 5%;
  }
	/*
  .ulBaseTop02 > li a.pt5{
	padding-top:5vw;
  }
	*/

}

.ulBaseTop02 > li a.pt8 {
    padding-top: 23px;
}
@media all and (max-width: 640px){
	.ulBaseTop02 > li a.pt8 {
	    padding-top: 8vw;
	}
}
/****************/
.ulBase01 li {
  margin-bottom: 0.8em;
  margin-left: 0.8em;
  line-height: 1.4;
  text-indent: -0.8em;
}
@media all and (max-width: 640px){
  .ulBase01 li {
    margin-bottom: 0.7em;
    margin-left: 1.0em;
    line-height: 1.3;
    text-indent: -1.0em;
  }
}

.ulBase01 li:before {
  content: '・';
  margin-right: 0.2em;
}

.olBase01 li {
  margin-bottom: 0.8em;
  margin-left: 1.2em;
  line-height: 1.4;
  text-indent: -1.2em;
}
@media all and (max-width: 640px){
  .olBase01 li {
    margin-bottom: 0.7em;
    line-height: 1.3;
  }
}

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

.ulBaseTag01 li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0.4em 0.8em 0.3em 0.8em;
  border: 2px #0c8ecf solid;
  text-align: center;
  line-height: 1.0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0c8ecf;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media all and (max-width: 640px){
  .ulBaseTag01 li {
    min-width: 26vw;
    margin-right: 0.7vw;
    margin-bottom: 0.7vw;
    padding: 0.3em 0.5em 0.3em 0.5em;
    font-size: 0.85rem;
  }
}

/*##### BaseTopWrap #####*/
.boxBaseTopWrap {
  height: 578px;
  margin-top: -118px;
  background-repeat: no-repeat;
  background-position: center top;
}
.tax-recruit-cat .boxBaseTop{
  padding-top:170px;
}
.tax-recruit-cat .boxBreadcrumb{
  margin-top:23px;
}
@media all and (max-width: 640px){
  .boxBaseTopWrap {
    height: auto;
    margin-top: -7.5vw;
    background-size: 100% auto;
  }
}

.page404 .boxBaseTopWrap {
  background-image: url('./../../images/404/404-top-bg.jpg');
}
@media all and (max-width: 640px){
  .page404 .boxBaseTopWrap {
    margin-bottom: 10%;
    background-image: url('./../../images_sp/404/sp-404-top-bg.jpg');
  }
}

.pageAlbum .boxBaseTopWrap {
  margin-bottom: 35px;
  background-image: url('./../../images/album/album-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageAlbum .boxBaseTopWrap {
    margin-bottom: 10%;
    background-image: url('./../../images_sp/album/sp-album-top-bg.jpg');
  }
}

.pageBeginner .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/beginner/beginner-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageBeginner .boxBaseTopWrap {
    margin-bottom: 10%;
    margin-top: 20vw;
    background-image: url('./../../images_sp/beginner/sp-beginner-top-bg.jpg');
  }
}

.pageBlog .boxBaseTopWrap {
  height: 450px;
  /*margin-bottom: -90px;*/
  background-image: url('./../../images/blog/blog-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageBlog .boxBaseTopWrap {
    height: auto;
    margin-bottom: 8vw;
    background-image: url('./../../images_sp/blog/sp-blog-top-bg.jpg');
  }
}

.pageBlog.single .boxBaseTopWrap {
  height: 450px;
  /*margin-bottom: -90px;*/
}
@media all and (max-width: 640px){
  .pageBlog.single .boxBaseTopWrap {
    height: auto;
    /*margin-bottom: 5vw;*/
  }
}

.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: 0;
    border-bottom: 0;
    background-image: url('./../../images_sp/career/sp-career-top-bg.jpg');
  }
}

.pageCompany .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/company/company-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageCompany .boxBaseTopWrap {
    margin-bottom: 10%;
    border-bottom: 0;
    background-image: url('./../../images_sp/company/sp-company-top-bg.jpg');
  }
}

.pageAbout .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/about/about-top-bg.jpg');/*./../../images/company/company-top-bg.jpg*/
}
@media all and (max-width: 640px){
  .pageAbout .boxBaseTopWrap {
    margin-bottom: 10%;
    border-bottom: 0;
    background-image: url('./../../images_sp/about/sp-about-top-bg.jpg');/*./../../images_sp/company/sp-company-top-bg.jpg*/
  }
}

.pageCorporate .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/corporate/corporate-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageCorporate .boxBaseTopWrap {
    margin-bottom: 10%;
    border-bottom: 0;
    background-image: url('./../../images_sp/corporate/sp-corporate-top-bg.jpg');
  }
}

.pageExperienced .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/experienced/experienced-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageExperienced .boxBaseTopWrap {
    margin-bottom: 10%;
    margin-top: 20vw;
    padding-bottom: 7%;
    background-image: url('./../../images_sp/experienced/sp-experienced-top-bg.jpg');
  }
}

.pageDownload .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/download/download-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageDownload .boxBaseTopWrap {
    margin-bottom: 10%;
    border-bottom: 0;
    background-image: url('./../../images_sp/download/sp-download-top-bg.jpg');
  }
}

.pageEntry .boxBaseTopWrap {
  margin-bottom: 0;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/entry/entry-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageEntry .boxBaseTopWrap {
    margin-bottom: 0;
    border-bottom: 0;
    background-image: url('./../../images_sp/entry/sp-entry-top-bg.jpg');
  }
}

.pageInterview .boxBaseTopWrap {
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/interview/interview-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageInterview .boxBaseTopWrap {
    border-bottom: 0;
    background-image: url('./../../images_sp/interview/sp-interview-top-bg.jpg');
  }
}

.pageInterview.single .boxBaseTopWrap {
  border-bottom: 0;
  background-image: url('./../../images/interview/interview-s-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageInterview.single .boxBaseTopWrap {
    height: auto;
    border: 0;
    background-image: url('./../../images_sp/interview/sp-interview-s-top-bg.jpg');
  }
}

.pageMechanic .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/mechanic/mechanic-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageMechanic .boxBaseTopWrap {
    margin-bottom: 10%;
    margin-top: 20vw;
    background-image: url('./../../images_sp/mechanic/sp-mechanic-top-bg.jpg');
  }
}

.pageRecruit.archive .boxBaseTopWrap {
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/recruit/recruit-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageRecruit.archive .boxBaseTopWrap {
    border-bottom: 0;
    background-image: url('./../../images_sp/recruit/sp-recruit-top-bg.jpg');
  }
}

.pageRecruit.single .boxBaseTopWrap {
  height: auto;
  min-height: 315px;
  background-image: url('./../../images/recruit/recruit-s-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageRecruit.single .boxBaseTopWrap {
    min-height: auto;
    margin-bottom: 7%;
    margin-top: 0;
    padding-top: 0;
    background-image: url('./../../images_sp/recruit/sp-recruit-top-bg.jpg');
  }
}

.pageReform .boxBaseTopWrap {
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/reform/reform-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageReform .boxBaseTopWrap {
    border-bottom: 0;
    background-image: url('./../../images_sp/reform/sp-reform-top-bg.jpg');
  }
}

.pageSales .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/sales/sales-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageSales .boxBaseTopWrap {
    margin-bottom: 10%;
    margin-top: 20vw;
    background-image: url('./../../images_sp/sales/sp-sales-top-bg.jpg');
  }
}

.pageWelfare .boxBaseTopWrap {
  border-bottom: 1px #d6d7d7 solid;
  background-image: url('./../../images/welfare/welfare-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageWelfare .boxBaseTopWrap {
    border-bottom: 0;
    background-image: url('./../../images_sp/welfare/sp-welfare-top-bg.jpg');
  }
}


/*##### BaseTop #####*/
.boxBaseTop {
  position: relative;
  padding-top: 193px;/*75px;*/
  width: 1080px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxBaseTop {
    width: 100%;
    padding-top: 72.2%;
  }
}

@media all and (max-width: 640px){
  .pageCompany .boxBaseTop,
  .pageBlog .boxBaseTop {
    padding-top: 80.2%;
  }
}

@media all and (max-width: 640px){
  .pageSales .boxBaseTop,
  .pageMechanic .boxBaseTop {
    padding-top: 71%;
  }
}

/*
.pageEntry .boxBaseTop {
  padding-top: 60px;
}*/
@media all and (max-width: 640px){
  .pageEntry .boxBaseTop {
    padding-top: 82%;
  }
}

/*
.pageRecruit.single .boxBaseTop {
  padding-top: 60px;
}
@media all and (max-width: 640px){
  .pageRecruit.single .boxBaseTop {
    padding-top: 72.2%;
  }
}
*/


/*##### BaseTop TtlBase01 #####*/
.boxBaseTop .ttlBase01 {
  height: 185px;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    -ms-transform: none;
    top: 19vw;
    width: 90%;
    height: auto;
    text-align: left;
  }
}

@media all and (max-width: 640px){
  .page404 .boxBaseTop .ttlBase01 {
    top: 15vw;
  }
}

.pageEntry .boxBaseTop .ttlBase01 {
  height: 200px;
}
@media all and (max-width: 640px){
  .pageEntry .boxBaseTop .ttlBase01 {
    height: auto;
  }
}

.pageRecruit.single .boxBaseTop .ttlBase01 {
  height: 200px;
}
@media all and (max-width: 640px){
  .pageRecruit.single .boxBaseTop .ttlBase01 {
    height: auto;
  }
}


/*##### BaseTop TtlEn #####*/
.boxBaseTop .ttlBase01 .ttlEn {
  /*margin-bottom: 5px;*/
  /*font-style: italic;*/
  font-weight: 700; /* 700 */
  color: #28578d;
	font-size: 1.6rem;
 /* font-family: 'Shippori Mincho', serif; */
  /*text-shadow: 3px 3px 0 rgba(255,255,255,1.0);*/
}
.tax-recruit-cat .boxBaseTop .ttlBase01 .ttlEn{
  padding-left: 2px;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlEn {
    /*margin-bottom: 1.4vw;*/
    /*text-shadow: 1px 1px 2px rgba(255,255,255,0.9), -1px -1px 2px rgba(255,255,255,0.9), 1px -1px 2px rgba(255,255,255,0.9), -1px 1px 2px rgba(255,255,255,0.9);*/
    /*text-shadow: 3px 3px 0 rgba(255,255,255,1.0);*/
	  font-size: 5vw;
  }
}

.page404 .ttlBase01 .ttlEn {
  letter-spacing: normal;
}
@media all and (max-width: 640px){
  .page404 .ttlBase01 .ttlEn{
    letter-spacing: normal;
    font-size: 8.5vw;
    /*text-shadow: 0 0 5px rgba(255,255,255,0.9);*/
  }
}

@media all and (max-width: 640px){
  .pageCareer .boxBaseTop .ttlBase01 .ttlEn {
    letter-spacing: normal;
    font-size: 8vw;
  }
}


/*##### BaseTop TtlEn First #####*/
/*
.boxBaseTop .ttlBase01 .ttlEn .first {
  font-size: 3.5rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlEn .first {
    font-size: 9.5vw;
  }
}
*/

/*##### BaseTop TtlJa #####*/
.boxBaseTop .ttlBase01 .ttlJa {
  font-weight: 700;
  color: #28578d;/*095ca6*/
  /*font-family: 'Shippori Mincho', serif; */
  /*text-shadow: 2px 2px 0 rgba(255,255,255,1.0);*/
	font-size: 2.8rem;
	margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlJa {
    padding-left: 0;/*1vw;*/
    letter-spacing: normal;
    font-size: 7vw;
    /*text-shadow: 2px 2px 0 #fff;*/
  }
}

@media all and (max-width: 640px){
  .page404 .ttlBase01 .ttlJa {
    /*text-shadow: 0 0 7px rgba(255,255,255,1);*/
    font-size: 4.5vw;
  }
}

@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlJa .d-sp-block {
    display: block;
  }
}

@media all and (max-width: 640px){
  .pageRecruit.archive .boxBaseTop .ttlBase01 .ttlJa,
  .pageRecruit.single .boxBaseTop .ttlBase01 .ttlJa,
  .pageCareer .boxBaseTop .ttlBase01 .ttlJa {
    font-size: 7.0vw;
  }
}


/*##### BaseTop Breadcrumb #####*/
.boxBaseTop .boxBreadcrumb {
  min-height: 55px;
}

.boxBaseTop .breadcrumb div {
  letter-spacing: 0.1em;
}

.boxBaseTop .breadcrumb a {
  border-bottom: 1px #000 solid;
}


/*##### BaseTop BaseCom #####*/
.boxBaseTop .boxBaseCom {
  font-size: 1.15rem;
}
@media all and (max-width: 640px){
  .boxBaseTop .boxBaseCom {
    padding: 7% 5%;
    font-size: 1.15rem;
    font-size: 4.0vw;
  }
}

@media all and (max-width: 640px){
  .pageRecruit.archive .boxBaseTop .boxBaseCom {
    display: none;
  }
}

@media all and (max-width: 640px){
  .pageInterview.archive .boxBaseTop .boxBaseCom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}


/*##### BaseTop UlBaseTop #####*/
@media all and (max-width: 640px){
  .boxBaseTop .ulBaseTop {
    position: static;
    top: auto;
    left: auto;
    padding: 10% 5% 5% 5%;
  }
}

