@charset 'utf-8';

.baseW {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: 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;
  }
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #fff838 1%);
}
.txtMarker02 {
  background: linear-gradient(transparent 70%, #fff838 30%);
}

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

.cBtn07{
  background-color: #359842;
  color: #fff;
}

.cBtn09{
  background-color: #5da9c5;
  color: #fff838;
}




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

.cBaseBlack {
  color: #000;
}
.cBaseWhite {
  color: #fff;
}
.cBaseBlue {
  color: #5da9c5;
}
.cBaseDBlue {
  color: #1f404c;
}
.cBaseYellow {
  color: #fff838;
}
.cBaseGreen {
  color: #359842;
}
.cBaseDGreen {
  color: #16551e;
}
.cBaseLGreen {
  color: #7ebd86;
}
.cBaseRed {
  color: #f72424;
}
/* /Text Color */


/* Background Color */
.cBgBaseBlack {
  background-color: #000;
}
.cBgBaseWhite {
  background-color: #fff;
}
.cBgBaseGray {
  background-color: #ccc;
}
.cBgBaseBlue {
  background-color: #5da9c5;
}
.cBgBaseDBlue {
  background-color: #1f404c;
}
.cBgBaseYellow {
  background-color: #fff838;
}
.cBgBaseGreen {
  background-color: #359842;
}
.cBgBaseDGreen {
  background-color: #16551e;
}
.cBgBaseLGreen {
  background-color: #7ebd86;
}
.cBgBaseRed {
  background-color: #f72424;
}
/* /Background Color */



.fontEn{
  font-family: "Mplus 1p","游ゴシック 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: "Mplus 1p",Arial,"Arial Black","Comic Sans MS",Courier,"Courier New",Georgia,Impact,"Times New Roman","Trebuchet MS",Verdana;
}
.fontM{
  font-weight: 500;
}
.fontB{
  font-weight: 700;
}
.fontI{
  font-style: italic;
}


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

.baseW {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.underline {
  text-decoration: underline;
}

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

.ttlBase01 .ttlEn{
  margin-bottom: 15px;
  letter-spacing: 0.08em;
  font-size: 3.3rem;
  font-weight: normal;
}
.ttlBase01 .ttlJa{
  /*max-width: 430px;*/
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-size: 1.0rem;
}

.ttlBase01 .ttlJa .txtCatName {
  display: inline-block;
  max-width: 430px;
  padding-top: 7px;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .ttlBase01 .ttlJa .txtCatName {
    width: 90%;
    max-width: auto;
    padding-top: 3vw;
    line-height: 1.3;
    font-size: 3.5vw;
    color: #1f404c;
    text-shadow: 1px 1px 1px #fff;
  }
}

.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: #1f404c;
}
.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');
}
@media all and (max-width: 640px){
  .ttlBase02{
    padding-bottom: 6%;
    margin-bottom: 8%;
    background-image: url('./../../images/company/company-border01.png');
    background-size: 35%;
    line-height: 1.1;
    font-size: 7.0vw;
  }
  .ttlBase02.long{
    background-image: url('./../../images/recruit/recruit-s-border01.png');
  }
}

.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 #ffe744 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: #5da9c5;
}
.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;
  font-weight: 700;
  color: #1f404c;
}
@media all and (max-width: 640px){
  .ttlBase07{
    margin-bottom: 7%;
    padding: 3.5% 0 3.8% 22%;
    font-size: 5.5vw;
  }
}

.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;
}
@media all and (max-width: 640px){
  .ttlBase07 > .txtTtl{
    top: 5.0vw;
    left: 4%;
    width: 14.5%;
    font-size: 3.0vw;
  }
}

.ttlBase07 > .txtTtl.line1{
  top: 33px;
}
@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;
}
.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: 22px;
  padding-bottom: 28px;
  background-image: url('./../../images/index/index-blog-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
  text-align: center;
}
@media all and (max-width: 640px){
  .ttlBase09 {
    margin-bottom: 10%;
    padding-bottom: 5%;
  }
  .ttlBase09.typeIndexEntry {
    background-image: url('./../../images_sp/index/sp-index-entry-border01.png');
    background-size: 25% 1px;
  }
}

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

.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 {
    line-height: 1.0;
    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;
}
.ttlBase10 .ttlEn {
  margin-right: 18px;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-size: 2.6rem;
  color: #5da9c5;
}
.ttlBase10 .ttlJa {
  vertical-align: middle;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  color: #000;
}
/***** TtlBase11 *****/
.ttlBase11 {
  min-height: 70px;
  margin-bottom: 30px;
  padding: 23px 0 0 125px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f404c;
}
@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;
    background-position: left top;
    background-size: 100% auto;
    letter-spacing: normal;
    font-size: 5.8vw;
  }
  .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-point01-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no01 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point01-bg01.png');
  }
}

.ttlBase11.no02 {
  background-image: url('./../../images/experience/experience-ttl-point02-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no02 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point02-bg01.png');
  }
}

.ttlBase11.no03 {
  background-image: url('./../../images/experience/experience-ttl-point03-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no03 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point03-bg01.png');
  }
}

.ttlBase11.no04 {
  background-image: url('./../../images/experience/experience-ttl-point04-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no04 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point04-bg01.png');
  }
}

.ttlBase11.no05 {
  background-image: url('./../../images/experience/experience-ttl-point05-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no05 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point05-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.1em;
  text-align: justify;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBaseCom{
    margin-bottom: 7%;
    line-height: 1.8;
    letter-spacing: 0.11em;
    font-size: 0.9rem;
    font-size: 4.0vw;
  }
}

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

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

.boxBaseCom p:last-child {
  margin-bottom: 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;
}
/****************/
.boxBaseSign{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: right;
}
.boxBaseSign .dlCompanyCEO dt{
  margin-bottom: 19px;
}
/****************/
.ulBaseTop{
  overflow: hidden;
  width: 520px;
}
@media all and (max-width: 640px){
  .ulBaseTop{
    width: 100%;
  }
}

.ulBaseTop li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;
  background-color: #5da9c5;
  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;
  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: inline-block;
  width: 100%;
  padding: 12px 40px 12px 20px;
  color: #fff;
}
@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: 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: fixed;/*absolute;*/
    z-index: 10;
    top: 23vw;/*-16vw;*/
    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: #fff838;
  background-image: url('./../../images/common/ulbasetop-icn-arrow01-blue.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  font-weight: 700;
  font-size: 1.3rem;
}
.pageBeginner .ulBaseTop02 > li:nth-child(2) {
  width: 230px;
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 3%;
    background-color: #fff;
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01-blue.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-blue.png');
    background-position: center 90%;
    background-size: 10% auto;
    font-size: 3.5vw;
  }
  .pageBeginner .ulBaseTop02 > li:nth-child(2) {
    width: 33.33333%;
  }
  .pageBeginner .ulBaseTop02 > li:nth-child(1),
  .pageExperienced .ulBaseTop02 > li:nth-child(1),
  .pageBeginner .ulBaseTop02 > li:nth-child(3),
  .pageExperienced .ulBaseTop02 > li:nth-child(3) {
    background-color: #fff838;
    background-image: url('./../../images_sp/experience/sp-experience-top-fixed-icn-arrow01-blue.png');
  }
  .ulBaseTop02 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.ulBaseTop02 > li:first-child {
  margin-left: 0;
}
.ulBaseTop02 > li:last-child {
  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: #1f404c;
}
@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: 16vw;
    padding: 0 0 2vw 0;
  }
  .pageBeginner .ulBaseTop02 > li:nth-child(1) a,
  .pageExperienced .ulBaseTop02 > li:nth-child(1) a ,
  .pageBeginner .ulBaseTop02 > li:nth-child(3) a,
  .pageExperienced .ulBaseTop02 > li:nth-child(3) a {
    color: #1f404c;
  }
}


/****************/
.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.5em 0.8em 0.4em 0.8em;
  border: 1px #999 solid;
  text-align: center;
  line-height: 1.0;
  font-size: 0.9rem;
  color: #666;
}
/****************/
.boxBaseTopWrap {
  height: 624px;
  margin-top: -113px;
  background-repeat: no-repeat;
  background-position: center top;
}
.page404 .boxBaseTopWrap {
  background-image: url('./../../images/404/404-top-bg.jpg');
}
.pageAlbum .boxBaseTopWrap {
  height: 500px;
  background-image: url('./../../images/album/album-top-bg.jpg');
}
.pageBeginner .boxBaseTopWrap {
  height: 659px;
  background-image: url('./../../images/beginner/beginner-top-bg.jpg');
}
.pageBlog .boxBaseTopWrap {
  background-image: url('./../../images/blog/blog-top-bg.jpg');
}
.pageCompany .boxBaseTopWrap {
  background-image: url('./../../images/company/company-top-bg.jpg');
}
.pageDownload .boxBaseTopWrap {
  background-image: url('./../../images/download/download-top-bg.jpg');
}
.pageEntry .boxBaseTopWrap {
  background-image: url('./../../images/entry/entry-top-bg.jpg');
}
.pageExperienced .boxBaseTopWrap {
  height: 668px;
  background-image: url('./../../images/experienced/experienced-top-bg.jpg');
}
.pageRecruit .boxBaseTopWrap {
  background-image: url('./../../images/recruit/recruit-mv-bg01.jpg');
}
.pageRecruit.single .boxBaseTopWrap {
  background-image: url('./../../images/recruit/recruit-s-mv-bg01.jpg');
}
@media all and (max-width: 640px){
  .boxBaseTopWrap {
    position: static;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    background-size: 100% auto;
  }
  .page404 .boxBaseTopWrap {
    background-image: url('./../../images_sp/404/sp-404-top-bg.jpg');
  }
  .pageAlbum .boxBaseTopWrap {
    height: auto;
    background-image: url('./../../images_sp/album/sp-album-top-bg.jpg');
  }
  .pageBeginner .boxBaseTopWrap {
    height: auto;
    padding-top: 15vw;
    background-image: url('./../../images_sp/beginner/sp-beginner-top-bg.jpg');
    background-position: center 16vw;
  }
  .pageBlog .boxBaseTopWrap {
    background-image: url('./../../images_sp/blog/sp-blog-top-bg.jpg');
  }
  .pageCompany .boxBaseTopWrap {
    background-image: url('./../../images_sp/company/sp-company-top-bg.jpg');
  }
  .pageDownload .boxBaseTopWrap {
    background-image: url('./../../images_sp/download/sp-download-top-bg.jpg');
  }
  .pageEntry .boxBaseTopWrap {
    background-image: url('./../../images_sp/entry/sp-entry-top-bg.jpg');
  }
  .pageExperienced .boxBaseTopWrap {
    height: auto;
    padding-top: 15vw;
    background-image: url('./../../images_sp/experienced/sp-experienced-top-bg.jpg');
    background-position: center 16vw;
  }
  .pageRecruit .boxBaseTopWrap {
    background-image: url('./../../images_sp/recruit/sp-recruit-mv-bg01.jpg');
  }
  .pageRecruit.single .boxBaseTopWrap {
    background-image: url('./../../images_sp/recruit/sp-recruit-s-mv-bg01.jpg');
  }
}


.boxBaseTop {
  position: relative;
  padding-top: 195px;
  width: 1040px;
  margin: 0 auto;
}
.pageExperienced .boxBaseTopWrap .boxBaseTop {
  padding-top: 205px;
}
/*
.pageAlbum .boxBaseTopWrap .boxBaseTop,
.pageBlog .boxBaseTopWrap .boxBaseTop {
  padding-top: 39px;
}
*/
@media all and (max-width: 640px){
  .boxBaseTop{
    width: 100%;
    padding-top: 118.5%;
  }
  .pageAlbum .boxBaseTopWrap .boxBaseTop,
  .pageBlog .boxBaseTopWrap .boxBaseTop {
    padding-top: 62.4%;
  }
  .pageEntry .boxBaseTopWrap .boxBaseTop {
    padding-top: 106.5%;
  }
  .pageBeginner .boxBaseTopWrap .boxBaseTop,
  .pageExperienced .boxBaseTopWrap .boxBaseTop {
    padding-top: 91.1%;
  }
/*
  .page404 .boxBaseTopWrap .boxBaseTop {
    padding-top: 150%;
  }
  .pageAlbum .boxBaseTopWrap .boxBaseTop {
    padding-top: 62%;
  }
  .pageBeginner .boxBaseTopWrap .boxBaseTop,
  .pageExperienced .boxBaseTopWrap .boxBaseTop {
    padding-top: 90%;
  }
*/
}


.boxBaseTop .ttlBase01 {
  min-height: 254px;
}
.pageAlbum .boxBaseTopWrap .boxBaseTop .ttlBase01 {
  min-height: 155px;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    -ms-transform: none;
    top: 15vw;
    width: 90%;
    min-height: auto;
    text-align: center;
  }
  .pageAlbum .boxBaseTopWrap .boxBaseTop .ttlBase01 {
    min-height: auto;
  }
}
/*
.boxBaseTopWrap.type03 .boxBaseTop .ttlBase01{
  min-height: 195px;
}
*/



.boxBaseTop .ttlBase01 .ttlEn {
  margin-bottom: 19px;
  /*font-style: italic;*/
  font-weight: 500;
  color: #5da9c5;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlEn {
    margin-bottom: 4%;
  }
  /*
  .boxBaseTopWrap.type03 .boxBaseTop .ttlBase01 .ttlEn {
    margin-bottom: 3%;
  }
  .pageCareer .boxBaseTop .ttlBase01 .ttlEn {
    letter-spacing: normal;
    font-size: 8vw;
  }
  */
}
/*
.boxBaseTopWrap.type03 .boxBaseTop .ttlBase01 .ttlEn{
  margin-bottom: 10px;
}
*/
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlEn img {
    height: 12vw;
  }
}

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

.boxBaseTop .ttlBase01 .ttlJa {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f404c;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlJa{
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 5.2vw;
    color: #1f404c;/*#5da9c5;*/
  }
  /*
  .pageRecruit.archive .boxBaseTop .ttlBase01 .ttlJa,
  .pageCareer .boxBaseTop .ttlBase01 .ttlJa{
    font-size: 5.0vw;
  }
  */
}

.boxBaseTop .boxBreadcrumb {
  min-height: 70px;
}
.pageExperienced .boxBaseTop .boxBreadcrumb {
  min-height: 80px;
}

.boxBaseTop .breadcrumb div {
  letter-spacing: 0.1em;
  color: #000;
}
@media all and (max-width: 640px){
  .boxBaseTop .breadcrumb div{
    color: #000;
  }
}

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

.boxBaseTop .boxBaseCom {
  line-height: 1.9;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBaseTop .boxBaseCom {
    padding: 7% 5%;
    font-size: 4.0vw;
  }
}

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