@charset 'utf-8';

.baseW {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 980px; /* AAA1040px;*/
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.baseW04 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 640px){
  .baseW,
  .baseW02,
  .baseW03,
  .baseW04 {
    width: 100%;
  }
  .baseSpW {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #ffee65 1%);
}
.txtMarkerYellow01 {
  background: linear-gradient(transparent 1%, #ffee65 1%);
}

.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: #070d11;
}
.cBaseWhite {
  color: #fff;
}
.cBaseBlue {
  color: #1E1FC4;
}
.cBaseLBlue {
  color: #30c6d0;
}
.cBaseL2Blue {
  color: #e5eef3;
}
.cBaseDBlue {
  color: #001928;
}
.cBaseYellow {
  color: #f2df37;
}
.cBaseGreen {
  color: #9dc032;
}
.cBaseGreen02 {
  color: #98ba2f;
}
.cBaseLGreen {
  color: #adc660;
}
.cBaseDGreen {
  color: #6ca20f;
}
.cBaseOrange {
  color: #ea5514;
}
.cBaseRed {
  color: #ae0b0f;
}
.cBaseRed02 {
  color: #a20034;
}
.cBasePink {
  color: #a30034;
}
/* /Text Color */


/* Background Color */
.cBgBaseBlack {
  background-color: #070d11;
}
.cBgBaseWhite {
  background-color: #fff;
}
.cBgBaseGray {
  background-color: #ccc;
}
.cBgBaseBlue {
  background-color: #4082ab;
}
.cBgBaseLBlue {
  background-color: #30c6d0;
}
.cBgBaseL2Blue {
  background-color: #e5eef3;
}
.cBgBaseDBlue {
  background-color: #001928;
}
.cBgBaseYellow {
  background-color: #f2df37;
}
.cBgBaseGreen {
  background-color: #9dc032;
}
.cBgBaseGreen02 {
  background-color: #98ba2f;
}
.cBgBaseLGreen {
  background-color: #adc660;
}
.cBgBaseDGreen {
  background-color: #6ca20f;
}
.cBgBaseOrange {
  background-color: #ea5514;
}
.cBgBaseRed {
  background-color: #710003;
}
.cBgBaseRed02 {
  background-color: #a20034;
}
.cBgBasePink {
  background-color: #a30034;
}
/* /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;*/
  font-family: 'Oswald', sans-serif;
}
.fontMin {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}
.fontNum {
  font-family: Arial,"Arial Black","Comic Sans MS",Courier,"Courier New",Georgia,Impact,"Times New Roman","Trebuchet MS",Verdana;
}
.fontM{
  font-weight: 500;
}
.fontB{
  font-weight: bold;
}
.fontI{
  font-style: italic;
}


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

.underline {
  text-decoration: underline;
}

.ttlBase01 {
  text-align: right;
}
@media all and (max-width: 640px){
  .ttlBase01 {
    text-align: left;
  }
}

.ttlBase01 .ttlEn,
.ttlBase01 .ttlJa {
  display: inline-block;
  width: 100%;
  line-height: 1.0;
}
.ttlBase01 .ttlJa .txtCatName {
  display: block;
  padding-top: 3px;
  letter-spacing: normal;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .ttlBase01 .ttlJa .txtCatName{
    padding-top: 2%;
    font-size: 3.5vw;
  }
}
.ttlBase01 .ttlEn{
  margin-bottom: 15px;
  letter-spacing: 0.08em;
  font-size: 3.3rem;
  font-weight: normal;
}
.ttlBase01 .ttlJa{
  max-width: 390px;
  line-height: 1.4;
  letter-spacing: 0.1em;/*0.13em;*/
  font-size: 3.3rem;
}

.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: #4082AB;
}
.ttlBase02.cBaseWhite{
  color: #fff;
}
.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;
}

.ttlBase04{
  margin-bottom: 18px;
  padding-bottom: 23px;
  border-bottom: 3px #1a368d solid;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
}

.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;
}
.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;
}
.ttlBase05 .ttlJa{
  display: table-cell;
  line-height: 1.0;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
}

.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;
}
.ttlBase06 .txtNum{
  position: absolute;
  bottom: 7px;
  left: 10px;
  line-height: 1.3;
  font-size: 2.5rem;
}
.ttlBase06 .txtTtl{
  position: absolute;
  bottom: 16px;
  left: 83px;
  font-size: 2.3rem;
}


.ttlBase07{
  position: relative;
  margin-bottom: 33px;
  padding: 10px 0 10px 90px;
  border: 1px #0d0d0d solid;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  color: #269cc8;
}
.ttlBase07 > .txtTtl{
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
  width: 56px;
  text-align: right;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
.pageCareer .ttlBase07 > .txtTtl{
  top: 20px;
  left: 10px;
  letter-spacing: normal;
  font-size: 1.0rem;
}
.ttlBase07 > .txtTtl.line1{
  top: 33px;
}
.ttlBase07 > .ttlIcn01{
  position: absolute;
  top: -15px;
  left: 5px;
  /*mix-blend-mode: multiply;*/
}

.ttlBase08 {
  display: table;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.ttlBase08 .txtNum {
  display: table-cell;
  width: 5%;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  font-size: 1.4rem;
  font-weight: 700;
}
.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;
}

.ttlBase09 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
}
.ttlBase09 .ttlEn {
  margin-bottom: 12px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 3.5rem;
  font-style: italic;
}
.ttlBase09 .ttlEn .first {
  font-size: 5.3rem;
}
.ttlBase09 .ttlJa {
  line-height: 1.0;
  letter-spacing: 0.14em;
  font-size:1.7rem;
}

.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;
}
.ttlBase10 .ttlEn {
  margin-right: 18px;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-size: 2.6rem;
  color: #1a368d;
}
.ttlBase10 .ttlJa {
  vertical-align: middle;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  color: #000;
}
/***** TtlBase11 *****/
.ttlBase11 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 125px;
  background-repeat: no-repeat,no-repeat;
  background-position: 25px 10px, left top;
  background-size: auto auto, auto 70px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a368d;
}
@media all and (max-width: 640px){
  .ttlBase11 {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding: 19.1% 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/experienced/experienced-ttl-num01.png'),url('./../../images/experienced/experienced-ttl-bg01.png');
}
.ttlBase11.no02 {
  background-image: url('./../../images/experienced/experienced-ttl-num02.png'),url('./../../images/experienced/experienced-ttl-bg01.png');
}
.ttlBase11.no03 {
  background-image: url('./../../images/experienced/experienced-ttl-num03.png'),url('./../../images/experienced/experienced-ttl-bg01.png');
}
.ttlBase11.no04 {
  background-image: url('./../../images/experienced/experienced-ttl-num04.png'),url('./../../images/experienced/experienced-ttl-bg01.png');
}
.ttlBase11.no05 {
  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/experienced/sp-experienced-ttl-num01.png'),url('./../../images_sp/experienced/sp-experienced-ttl-bg01.png');
  }
  .ttlBase11.no02 {
    background-image: url('./../../images_sp/experienced/sp-experienced-ttl-num02.png'),url('./../../images_sp/experienced/sp-experienced-ttl-bg01.png');
  }
  .ttlBase11.no03 {
    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/experienced/sp-experienced-ttl-num04.png'),url('./../../images_sp/experienced/sp-experienced-ttl-bg01.png');
  }
  .ttlBase11.no05 {
    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;
  }
}

/***** TtlBase13 *****/
.ttlBase13 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  /*padding: 25px 0 22px 0;*/
  text-align: center;
  background-color: #1d1d1d;
  letter-spacing: 0.15em;
  font-family: 'Oswald',"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
}

.ttlBase13.typeLangJa,
.ttlBase13 .langJa {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-size: 2.45rem;
  font-weight: 700;
}


.ttlBase13.row2 {
  height: 150px;
  line-height: 1.4;
}
.ttlBase13.typeLBlue {
  background-color: #1d26c8;
}
.ttlBase13.typeGreen {
  background-color: #d4de08;
}
.ttlBase13 .first {
  color: #4082ab;
}
@media all and (max-width: 640px){
  .ttlBase13 {
    height: 14.5vw;
    /*padding: 3% 0 2.5% 0;*/
    line-height: 1.3;
    letter-spacing: 0.15em;
    font-size: 2.2rem;
  }
  .ttlBase13.typeLangJa,
  .ttlBase13 .langJa {
    font-size: 1.8rem;
  }
  .ttlBase13.row2Sp {
    height: 26vw;
    padding-bottom: 0.2em;
  }
  .ttlBase13.row3Sp {
    height: 35vw;
  }
}

@media all and (max-width: 640px){
  .ttlBase13 img {
    height: 6.5vw;
  }
  .ttlBase13.row2Sp img {
    height: 14vw;
  }
  .pageEntry .ttlBase13 img {
    height: 6.0vw;
  }
}

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

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


/***** boxBaseCom *****/
.boxBaseCom,
.boxBaseCom02 {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.11em;
  font-size: 1.0rem;
}
.boxBaseCom02 {
  line-height: 2.3;
}
@media all and (max-width: 640px){
  .boxBaseCom,
  .boxBaseCom02 {
    margin-bottom: 7%;
    font-size: 4.0vw;
  }
  .boxBaseCom02 {
    line-height: 1.8;
  }
}

.boxBaseCom.noMb,
.boxBaseCom02.noMb {
  margin-bottom: 0;
}

.boxBaseCom p,
.boxBaseCom02 p {
  margin-bottom: 20px;/*14px;*/
}
@media all and (max-width: 640px){
  .boxBaseCom p,
  .boxBaseCom02 p {
    margin-bottom: 5%;
  }
}

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

/***** BaseF *****/
.boxBaseF {
  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){
  .boxBaseF.col2-1 {
    display: block;
  }
}

.boxBaseF.col2-1 .boxBaseFOne {
  width: 48%;
  margin-right: 4%;
}
@media all and (max-width: 640px){
  .boxBaseF.col2-1 .boxBaseFOne {
    width: 100%;
    margin-right: 0;
  }
}

.boxBaseF.col2-1 .boxBaseFOne:nth-child(2n) {
  margin-right: 0;
}

/***** 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;
}
/****************/
.linkBaseBtn01 {
  display: table;
  width: 100%;
}
.linkBaseBtn01 > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*##### Link Single To Archive #####*/
.boxSingleToArchive .linkSingleToArchive {
  display: inline-block;
  width: 270px;
  padding: 0.9em 0 0.9em 2.4em;
  background-color: #4f4f4f;
  background-image: url(./../../images/common/single-to-archive-icn-arrow01.png);
  background-repeat: no-repeat;
  background-position: 14% center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSingleToArchive .linkSingleToArchive {
    display: inline-block;
    width: 86%;
    padding: 0.9em 0 0.9em 2.0em;
    background-image: url('./../../images_sp/common/sp-single-to-archive-icn-arrow01.png');
    background-position: 1.4em center;
    background-size: 7% auto;
    font-size: 4.3vw;
  }
}



/****************/
.boxBaseSign{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: right;
}
.boxBaseSign .dlCompanyCEO dt{
  margin-bottom: 19px;
}
/****************/
.ulBaseTop{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;/*flex-start;*/
  justify-content: center;/*flex-start;*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.pageCompany .ulBaseTop{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .ulBaseTop{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 8%;
  }
  .pageWelfare .ulBaseTop {
    margin-bottom: 5%;
  }
}

.ulBaseTop li {
  width: 23%;
  margin-right: 2.6666666%;
  margin-bottom: 10px;
  background-color: #AE0B0F;
  background-image: url('./../../images/company/company-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto auto;
  line-height: 1.3;
  font-size: 1.35rem;
}
.ulBaseTop.typeGreen li {
  background-color: #9dc032;
  background-image: url('./../../images/common/ulbasetop-icn-arrow01-green.png');
}
@media all and (max-width: 640px){
  .ulBaseTop li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    background-image: url('./../../images_sp/company/sp-company-icn-arrow01.png');
    background-position: 92% center;
    background-size: 11% auto;
    font-size: 3.6vw;
    font-weight: 700;
  }
  .ulBaseTop.typeGreen li {
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01-green.png');
  }
}

.ulBaseTop.typeB li{
  width: auto;
}
@media all and (max-width: 640px){
  .ulBaseTop.typeB li{
    width: 100%;
    margin-right: 0;
  }
}

.ulBaseTop li:nth-child(4n),
.ulBaseTop li:last-child {
  margin-right: 0;
}
@media all and (max-width: 640px){
  .ulBaseTop li:nth-child(4n) {
    margin-right: 4%;
  }
  .ulBaseTop li:nth-child(2n) {
    margin-right: 0;
  }
  .ulBaseTop.typeB li:nth-child(4n) {
    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: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 15px;
  color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop li a{
    height: 15vw;
    padding: 0 3vw;
  }
}

/**** ulBaseTop02 *****/
.ulBaseTop02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  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;
  }
  .pageBeginner .ulBaseTop02,
  .pageExperienced .ulBaseTop02 {
    position: absolute;
    z-index: 10;
    top: -19vw;/*31vw;*/
    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 {
  width: 220px;
  margin: 0 8px;
  background-color: #1a368d;
  background-image: url('./../../images/common/ulbasetop-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li {
    width: 48%;
    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: 5.0vw;
  }
  .pageBeginner .ulBaseTop02 > li,
  .pageExperienced .ulBaseTop02 > li {
    width: 33.33333%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01.png');
    background-position: center 95%;
    background-size: 12% auto;
    font-size: 3.5vw;
  }
  .pageExperienced .ulBaseTop02 > li {
    width: 25%;
  }
  .pageBeginner .ulBaseTop02 > li:nth-child(2),
  .pageExperienced .ulBaseTop02 > li:nth-child(2) {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
  }
  .pageExperienced .ulBaseTop02 > li:nth-child(3) {
    border-right: 1px #fff solid;
  }
  .ulBaseTop02 > li:nth-child(2n) {
    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: 80px;
  padding: 0 30px 0 22px;
  vertical-align: middle;
  color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li a {
    height: 25vw;
    padding: 0 13% 0 10%;
  }
  .pageBeginner .ulBaseTop02 > li a,
  .pageExperienced .ulBaseTop02 > li a {
    -webkit-justify-content: center;
    justify-content: center;
    height: 20vw;
    padding: 0 5% 6% 5%;
  }
}


/****************/
.ulBase01 li {
  margin-bottom: 0.7em;
  margin-left: 1.0em;
  line-height: 1.3;
  text-indent: -1.0em;
}
.ulBase01 li:before {
  content: '・';
}
/****************/
.ulBaseTag01 {
  margin-bottom: 20px;
}
.ulBaseTag01 li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0.4em 0.8em 0.3em 0.8em;
  border: 2px #686868 solid;
  text-align: center;
  line-height: 1.0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #686868;
}
/****************/
.boxBaseTopWrap {
  height: 295px;
  margin-bottom: 19px;/*64px;*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxBaseTopWrap {
    height: auto;
    margin-bottom: 6%;
    background-size: 100% auto;
  }
}

.pageAbout .boxBaseTopWrap,
.pageCompany .boxBaseTopWrap,
.pageEntry .boxBaseTopWrap,
.pageInterview.archive .boxBaseTopWrap,
.pageRecruit.archive .boxBaseTopWrap {
  height: 363px;
}
@media all and (max-width: 640px){
  .pageAbout .boxBaseTopWrap,
  .pageCompany .boxBaseTopWrap,
  .pageEntry .boxBaseTopWrap,
  .pageInterview.archive .boxBaseTopWrap,
  .pageRecruit.archive .boxBaseTopWrap {
    height: 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');
  }
}

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

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

.pageBeginner .boxBaseTopWrap {
  background-image: url('./../../images/beginner/beginner-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageBeginner .boxBaseTopWrap{
    background-image: url('./../../images_sp/beginner/sp-beginner-top-bg.jpg');
  }
}

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

.pageCareer .boxBaseTopWrap {
  background-image: url('./../../images/career/career-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageCareer .boxBaseTopWrap{
    background-image: url('./../../images_sp/career/sp-career-top-bg.jpg');
  }
}

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

.pageDayservice .boxBaseTopWrap {
  background-image: url('./../../images/dayservice/dayservice-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageDayservice .boxBaseTopWrap{
    background-image: url('./../../images_sp/dayservice/sp-dayservice-top-bg.jpg');
  }
}

.pageDEngineering .boxBaseTopWrap{
  background-image: url('./../../images/d-engineering/d-engineering-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageDEngineering .boxBaseTopWrap{
    background-image: url('./../../images_sp/d-engineering/sp-d-engineering-top-bg.jpg');
  }
}

.pageDownload .boxBaseTopWrap{
  background-image: url('./../../images/download/download-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageDownload .boxBaseTopWrap{
    background-image: url('./../../images_sp/download/sp-download-top-bg.jpg');
  }
}

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

.pageEnvironment .boxBaseTopWrap {
  background-image: url('./../../images/environment/environment-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageEnvironment .boxBaseTopWrap{
    background-image: url('./../../images_sp/environment/sp-environment-top-bg.jpg');
  }
}

.pageExperienced .boxBaseTopWrap {
  background-image: url('./../../images/experienced/experienced-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageExperienced .boxBaseTopWrap{
    background-image: url('./../../images_sp/experienced/sp-experienced-top-bg.jpg');
  }
}

.pageInterview .boxBaseTopWrap {
  background-image: url('./../../images/interview/interview-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageInterview .boxBaseTopWrap{
    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');
}

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

.pageRecruit .boxBaseTopWrap {
  background-image: url('./../../images/recruit/recruit-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageRecruit .boxBaseTopWrap{
    background-image: url('./../../images_sp/recruit/sp-recruit-top-bg.jpg');
  }
}

.pageRecruit.single .boxBaseTopWrap {
  background-image: url('./../../images/recruit/recruit-s-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageRecruit.single .boxBaseTopWrap {
    background-image: url('./../../images_sp/recruit/sp-recruit-s-top-bg.jpg');
  }
}

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

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

.pageWorkIn .boxBaseTopWrap {
  background-image: url('./../../images/work-in/work-in-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageWorkIn .boxBaseTopWrap {
    background-image: url('./../../images_sp/work-in/sp-work-in-top-bg.jpg');
  }
}

.boxBaseTop {
  position: relative;
  padding-top: 90px;
  /*padding-left: 510px;*/
}
.page404 .boxBaseTop,
.pageAlbum .boxBaseTop,
.pageBeginner .boxBaseTop,
.pageBlog .boxBaseTop,
.pageDownload .boxBaseTop,
.pageExperienced .boxBaseTop,
.pageNewgraduates .boxBaseTop {
  padding-top: 106px;
}
.pageDEngineering .boxBaseTop {
  padding-top: 80px;
}
@media all and (max-width: 640px){
  .boxBaseTop{
    padding-top: 60%;
    padding-left: 0;
  }
  .pageRecruit.archive .boxBaseTop,
  .pageInterview.archive .boxBaseTop {
    padding-top: 67%;
  }
  .page404 .boxBaseTop,
  .pageAlbum .boxBaseTop,
  .pageBeginner .boxBaseTop,
  .pageBlog .boxBaseTop,
  .pageDownload .boxBaseTop,
  .pageExperienced .boxBaseTop,
  .pageNewgraduates .boxBaseTop {
    padding-top: 60%;
  }
  .pageDEngineering .boxBaseTop {
    padding-top: 60%;
  }
}

.boxBaseTop .ttlBase01 {
  min-height: 145px;
  /*font-style: italic;*/
  /*text-shadow: 1px 1px 1px rgba(255,255,255,0.7),-1px -1px 1px rgba(255,255,255,0.7),-1px 1px 1px rgba(255,255,255,0.7),1px -1px 1px rgba(255,255,255,0.7);*/
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    -ms-transform: none;
    top: 6.5vw;
    width: 90%;
    min-height: auto;
    text-align: left;
  }
}

.boxBaseTop .ttlBase01 .ttlJa {
  position: relative;
  z-index: 2;
  display: block;
  max-width: none;
  margin-bottom: 0.1em;
  text-align: right;
  font-size: 2.85rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlJa {
    margin-bottom: 2.0vw;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 1.85rem;
  }
  .page404 .boxBaseTop .ttlBase01 .ttlJa {
    font-size: 6.0vw;
  }
  .pageDownload .boxBaseTop .ttlBase01 .ttlJa {
    line-height: 1.3;
  }
/*
  .pageRecruit.single .boxBaseTop .ttlBase01 .ttlJa {
    margin-bottom: 2%;
    line-height: 1.3;
    font-size: 5.5vw;
  }*/
}


.boxBaseTop .ttlBase01 .ttlJa.short {
  letter-spacing: 0.03em;
}



.boxBaseTop .ttlBase01 .ttlJa02 {
  display: block;
  min-height: 140px;
  margin-top: -20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlJa02 {
    min-height: auto;
    margin-top: -3vw;
    text-align: left;
    font-size: 5.0vw;
  }
}

.boxBaseTop .ttlBase01 .ttlEn {
  display: block;
  margin: 0;
  font-weight: 700;
  color: #555;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlEn {
    margin: 0;
    text-align: left;
    letter-spacing: 0.15em;
    font-size: 11vw;
  }
}

.boxBaseTop .ttlBase01 .ttlImgEn {
  display: block;
  /*padding-right: 5px;
  padding-left: 35px;*/
  text-align: right;
  letter-spacing: 0.22em;
  font-family: 'Oswald', sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
}
.pageWorkIn .boxBaseTop .ttlBase01 .ttlImgEn {
  letter-spacing: 0.15em;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlImgEn {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    letter-spacing: 0.20em;
    font-size: 1.3rem;
  }
  .boxBaseTop .ttlBase01 .ttlImgEn img {
    height: 3.7vw;
  }
}
/*
.page404 .boxBaseTop .ttlBase01 .ttlEn,
.pageBeginner .boxBaseTop .ttlBase01 .ttlEn,
.pageBlog .boxBaseTop .ttlBase01 .ttlEn,
.pageCompany .boxBaseTop .ttlBase01 .ttlEn,
.pageEntry .boxBaseTop .ttlBase01 .ttlEn,
.pageExperienced .boxBaseTop .ttlBase01 .ttlEn {
  display: none;
}
*/

.boxBaseTop .ttlBase01 .ttlEn .first {
  font-size: 4.5rem;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlEn .first {
    font-size: 11vw;
  }
}

.boxBaseTop .boxBaseCom {
  min-height: 126px;
  margin: 0;
  /*padding-left: 41%;*/
  text-align: right;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  /*text-shadow: 1px 1px 1px rgba(255,255,255,0.7),-1px -1px 1px rgba(255,255,255,0.7),-1px 1px 1px rgba(255,255,255,0.7),1px -1px 1px rgba(255,255,255,0.7);*/
}
@media all and (max-width: 640px){
  .boxBaseTop .boxBaseCom {
    width: 90%;
    min-height: auto;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
    line-height: 1.65;
    font-size: 0.98rem;
    font-weight: 700;
    color: #000;
  }
  .pageCompany .boxBaseTop .boxBaseCom,
  .pageDownload .boxBaseTop .boxBaseCom,
  .pageEntry .boxBaseTop .boxBaseCom,
  .pageWelfare .boxBaseTop .boxBaseCom {
    display: none;
  }
}

@media all and (max-width: 640px){
  .pageAbout .boxBaseTop .boxBaseCom {
    margin-top: 1.5em;
  }
}


/***** chk Img *****/
.boxChkImg {
  /*position: relative;*/
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 150px;
}
@media all and (max-width: 640px){
  .boxChkImg {
    height: 150px;
  }
}
.boxChkImg .chkImg {
  max-width: none;
  height: auto;
}
.boxChkImg .chkImg.horizontalImg {
  width: 100%;
  height: auto;
}
.boxChkImg .chkImg.verticalImg {
  width: auto;
  height: 100%;
}


.boxBaseTop .boxBreadcrumb {
  min-height: 70px;
}
.pageRecruit.single .boxBaseTop .boxBreadcrumb {
  min-height: 45px;
}

.boxBaseTop .breadcrumb div{
  letter-spacing: 0.1em;
  color: #1a368d;
}
.boxBaseTop .breadcrumb a{
  border-bottom: 1px #1a368d solid;
  color: #1a368d;
}


