@charset 'utf-8';

.baseW {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: 1200px;/*1110px;*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.baseW04 {
  width: 1480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.baseW05 {
  width: 100%;
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW06 {
  width: 1660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 640px){
  .baseW,
  .baseW02,
  .baseW03,
  .baseW04,
  .baseW05,
  .baseW06 {
    width: 100%;
  }
  .baseW04 {
    padding-left: 0;
    padding-right: 0;
  }
  .baseW05 {
    max-width: none;
  }
  .baseW06 {
    padding-left: 0;
    padding-right: 0;
  }
  .baseSpW {
    width: 90%;
    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: 'Expletus Sans', sans-serif;
  font-weight: 500;
  /*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;  */
  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.2rem; /* 2.5 */
}
@media all and (max-width: 640px){
  .ttlBase06 .txtNum{
    bottom: 0;
    left: 1%;
    font-size: 7.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: 1.4rem; /* 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%;
    line-height: 1.7;
    letter-spacing: 0.18em;
    font-size: 0.78rem; /* 0.9rem */
  }
}


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

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

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

  .boxBaseCom p{
    font-size: 0.78rem;
  }
}
.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;
  */
  font-weight: bold;
  padding: 0 0 2.5px 15px;
  position: relative;
}


.boxBaseCom ul li::before{
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fde89b;
}

.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: 240px; /* 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: 9%; /* 5% */
  }
}

.ulBaseTag01 li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 0.3em 0.8em 0.3em 0.8em;
  text-align: center;
  line-height: 1.0;
  font-size: 1rem;
  font-weight: 600;
  background-color: #dfdedf;
  color: #7d7a7e;

}
@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.78rem; /* 0.85rem */
  }
}

/*##### BaseTopWrap #####*/
.boxBaseTopWrap {
  max-width: 1980px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  height: 430px;
  /* margin-top: -118px; */
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('./../../images/common/lower-page-top-bg.jpg');
  
  position: relative;
}

.boxBaseTopWrap::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 430px;
  background-image: url('./../../images/entry/entry-top-bg01.jpg');
  background-repeat: no-repeat;
  background-position: 50% top;
}
/*
@media all and (min-width: 641px){
  .boxBaseTopWrap::after {
    background-position: 28% top;
  }
}
*/
@media all and (max-width: 640px){
  .boxBaseTopWrap::after {
    width: 100%;
    height: auto;
    padding-top: 43.466%;
    background-size: cover;
    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: 24.55vw ; /* -7.5vw */
    padding-top: 43.466vw;
    background-image: none;
    /* background-size: 100% auto; */
  }
}

.page404 .boxBaseTopWrap::after {
  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::after {
  background-image: url('./../../images/album/album-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageAlbum .boxBaseTopWrap {
    margin-bottom: 10%;
    border-bottom: 0;
    /* 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::after {
  background-image: url('./../../images/blog/blog-top-bg01.jpg');
}
@media all and (max-width: 640px){
  .pageBlog .boxBaseTopWrap {
    border-bottom: 0;
  }
}

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

.pageNews .boxBaseTopWrap::after {
  background-image: url('./../../images/news/blog-top-bg01.jpg');
}
@media all and (max-width: 640px){
  .pageNews .boxBaseTopWrap {
    border-bottom: 0;
  }
}

.pageNews.single .boxBaseTopWrap {
  /* height: 450px; */
  /*margin-bottom: -90px;*/
}
@media all and (max-width: 640px){
  .pageNews.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');
} */
.pageCompany .boxBaseTopWrap::after {
  background-image: url('./../../images/company/company-top-bg.jpg');
  z-index: 0;
}

@media all and (max-width: 640px){
  .pageCompany .boxBaseTopWrap::before {
    background-color: rgba(0,0,0,.45);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}


.pageAbout .boxBaseTopWrap::after {
  background-image: url('./../../images/about/about-top-bg.jpg');
  background-position: center;
}
@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'); */
  }
}

.pagePrivacyPolicy .boxBaseTopWrap::after {
  background-image: url('./../../images/company/company-top-bg.jpg');
  background-position: center;
  z-index: 0;
}
@media all and (max-width: 640px){
  .pagePrivacyPolicy .boxBaseTopWrap {
    border-bottom: 0;
  }
  .pagePrivacyPolicy .boxBaseTopWrap::before {
    background-color: rgba(0,0,0,.45);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}


.pageBenefit .boxBaseTopWrap::after {
  background-image: url('./../../images/benefit/benefit-top-bg01.jpg');
}
@media all and (max-width: 640px){
  .pageBenefit .boxBaseTopWrap {
    /* margin-bottom: 10%; */
    border-bottom: 0;
    /* background-image: url('./../../images_sp/benefit/sp-benefit-top-bg01.jpg'); */
  }
}

.pageWork .boxBaseTopWrap::after {
  background-image: url('./../../images/work/work-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageWork .boxBaseTopWrap {
    /* margin-bottom: 10%; */
    border-bottom: 0;
    /* background-image: url('./../../images_sp/work/sp-work-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');
} */

.pageEntry .boxBaseTopWrap::after {
  background-image: url('./../../images/entry/entry-top-bg01.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');
} */
.pageInterview .boxBaseTopWrap::after {
  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');
} */
.pageInterview.single .boxBaseTopWrap::after {
  background-image: url('./../../images/interview/interview-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::after {
  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::after {
  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::after {
  background-image: url('./../../images/recruit/recruit-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageRecruit.single .boxBaseTopWrap {
    min-height: auto;
    /* margin-bottom: 7%; */
    margin-top: 12vw; /* 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');
  }
}



/* .pageOther .boxBaseTopWrap {
  background-image: url('./../../images/other/other-top-bg.jpg');
} */
.pageOther .boxBaseTopWrap::after {
  background-image: url('./../../images/other/other-top-bg01.jpg');
}


/*##### BaseTop #####*/
.boxBaseTop {
  display: flex;

  /* position: relative;
  padding-top: 193px;
  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%;
  }
}
*/

.boxBaseTop .boxTtl {
  position: absolute;
  top: 50%; /* 21 */
  left: 50%; 
  height: 268px;
  width: 280px;
  transform: translate(-50%,-50%);
  background-color: #fff;
  z-index: 1;
}
@media all and (max-width: 640px){
  .boxBaseTop .boxTtl {
    top: 34%;
    width: 100%;
    height: auto;
    background-color: transparent;
    right: inherit;
  }
}
/*##### BaseTop TtlBase01 #####*/
.boxBaseTop .ttlBase01 {
/*  height: 268px;
  margin-top: 7.4em; */
  text-align:center;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    -ms-transform: none;
    top: 0;
    width: 90%;
    height: auto;
    text-align: center;
    text-shadow: 0px 0px 2px rgb(8 8 8 / 48%);
  }
}

@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;
  color: #f2ab00;
  font-size: 2.25rem;
  letter-spacing: 0.22em;
  /*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 {
    color: #fff;
    font-size: 1.65rem;
    letter-spacing: 0.2em;
  }
}

.page404 .ttlBase01 .ttlEn {
  letter-spacing: normal;
}
@media all and (max-width: 640px){
  .page404 .ttlBase01 .ttlEn{
    letter-spacing: normal;
    /*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 {
  margin-bottom: 0;
  font-size: 1.285rem;
  font-weight: 700;
  color: #4f4230;
  letter-spacing: 0.3em;
  /*font-family: 'Shippori Mincho', serif; */
  /*text-shadow: 2px 2px 0 rgba(255,255,255,1.0);*/
}
@media all and (max-width: 640px){
  .boxBaseTop .ttlBase01 .ttlJa {
    padding-left: 0;/*1vw;*/
    letter-spacing: 0.34em;
    font-size: 0.9rem;
    color: #fff;
    /*text-shadow: 2px 2px 0 #fff;*/
  }
}
.boxBaseTop .ttlBase01 .subTtlJa {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5em;
}
@media all and (max-width: 640px){
  .page404 .ttlBase01 .ttlJa {
    /*text-shadow: 0 0 7px rgba(255,255,255,1);*/
    font-size: 4.5vw;
    letter-spacing: 0.2em;
  }
}

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







/*■■■■  ここから */



.bl_lv2Heading {
  margin-bottom: 4.5em;
}
.bl_lv2Heading_ttl {
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 600;
  color: #f2ab00;
  letter-spacing: 0.14em;
}
@media all and (max-width: 640px){
  .bl_lv2Heading_ttl {
    font-size: 1.24rem;
  }
}
.bl_lv2Heading_subTtl {
  display: block;
  padding-left: 118px;
  color: #4f4230;
  font-size: 1.071rem;
  font-weight: 600;
  font-family: 'Expletus Sans', sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  /*
  background-color: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}
@media all and (max-width: 640px){
  .bl_lv2Heading_subTtl {
    font-size: 0.88rem;
  }
}
.bl_lv2Heading_subTtl::before {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #4f4230;
/*  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%); */

}

.bl_lv2Heading02 {
  margin-bottom: 50px;
}
@media all and (max-width: 640px){
  .bl_lv2Heading02 {
    margin-bottom: 1.5em;
  }
}

.bl_lv2Heading02_ttl {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;

  position: relative;
}
@media all and (max-width: 640px){
  .bl_lv2Heading02_ttl {
    padding-bottom: 4.7vw;
    margin-bottom: 4.7vw;
  }
}
.bl_lv2Heading02_ttl::after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101px;
  height: 1px;
  background-color:#f2ab00;
}
.bl_lv2Heading02_ttl span {
  /* padding-left: 76px; */
  color: #ff7e00;
  font-size: 2rem;
  font-family: 'Expletus Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  /* position: relative; */
  line-height: 1.5;
}
@media all and (max-width: 640px){
  .bl_lv2Heading02_ttl span {
    font-size: 1.2rem;
    line-height: 1.55;
    letter-spacing: 0.25em;
  }
}

.bl_lv2Heading02_lead {
  display: block;
  text-align: center;
  color: #4f4230;
  font-size: 1.214rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.25em;
}

@media all and (max-width: 640px){
  .bl_lv2Heading02_lead {
    font-size: 0.86rem;
    letter-spacing: 0.16em;

  }
  .pageBenefit .bl_lv2Heading02_lead,
  .pageWork .bl_lv2Heading02_lead,
  .pageAbout .bl_lv2Heading02_lead {
    text-align: left;
  }
}

.bl_lv2Heading02_lead p{
  margin-bottom: 1rem;
}

.bl_lv2Heading02.bl_lv2Heading02__q {

}
.bl_lv2Heading02.bl_lv2Heading02__q  span {
  padding-left: 76px;
  position: relative;
}
@media all and (max-width: 640px){
  .bl_lv2Heading02.bl_lv2Heading02__q  span {
    padding-left: 11vw;
  }
}

.bl_lv2Heading02.bl_lv2Heading02__q span::before {
  content:"";
  position: absolute;
  top: -9px;
  left: 0;
  width: 46px;
  height: 46px;
  background: url('./../../images/common/icn-q.png') no-repeat center center / contain;
}
@media all and (max-width: 640px){
  .bl_lv2Heading02.bl_lv2Heading02__q span::before {
    width: 10vw;
    height: 10vw;
  }
}

.pageWork .bl_lv2Heading02.bl_lv2Heading02__q span::before{
  display: none;
}

.pageWork .bl_lv2Heading02.bl_lv2Heading02__q span{
  padding-left: 0;
}
.bl_lv2Heading_ttl03 {
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 600;
  color: #00a0e9;
  letter-spacing: 0.14em;
}
@media all and (max-width: 640px){
  .bl_lv2Heading_ttl03 {
    line-height: 1.6;
    font-size: 1.24rem;
  }
}

.el_lv3Heading {
  margin-bottom: 1em;
  padding: 0.9em 1.5em 0.8em;
  background-color: #fffae7;
  color: #f47142;
  font-size: 1.428rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
@media all and (max-width: 640px){
  .el_lv3Heading {
    margin-bottom: 2em;
    padding: 0.5em 1em 0.45em;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.bl_lv3Heading02 {
  position: relative;
  margin-bottom: 2.5em;
}

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

  .bl_lv3Heading02 {
    margin-bottom: 2em;
  }

}

.bl_lv3Heading02_ttl {
  border-radius: 3rem;
  margin-left: 72px;
  padding: 0.9em 3em 0.9em 4em;
  font-size: 1.428rem;
  color: #663301;
  font-weight: 600;
  background-color: #fffae7;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.25;
}
@media all and (max-width: 640px){
  .bl_lv3Heading02_ttl {
    /*
    margin-left: 11.25vw;
    padding: 0.6em 0.5em 0.6em 3.5em;
    */
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .5rem;
    margin-left: 0;
    padding: .75em 1em .75em;
  }
}
/*
.bl_lv3Heading02_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 56px solid #fff;
  border-right: 30px solid transparent;
}
@media all and (max-width: 640px){
  .bl_lv3Heading02_ttl::before {
    border-top: 2.2em solid #fff;
    border-right: 1.2em solid transparent;
  }
}
*/
.bl_lv3Heading02_label {
  background: linear-gradient(to right, #f46e43 0%, #f99c3a 100%);
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;/* 132 */
  height: 56px;/* 57 */
  /*
  background-image: url(./../../images/common/ttl-bg01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  */
}
@media all and (max-width: 640px){
  .bl_lv3Heading02_label {
    /*
    background-size: 100% auto;
    top: -0.43em;
    width: 25.6vw;
    height: 10.25vw;
    */
    top: -1.25em;
    width: auto;
    height: auto;
    left: -.5em;
  }
}

.bl_lv3Heading02_label span {
  display: block;
  color: #fff;
  font-size: 1.285rem;
  font-family: 'Expletus Sans', sans-serif;
  font-weight: 600;
/*  padding-top: 22px; */
  padding: 1.35rem 1rem 0 ;
  letter-spacing: 0.08em;
  text-align: center;
}
@media all and (max-width: 640px){
  .bl_lv3Heading02_label span {
    /*
    padding-top: 1.15em;
    padding-left: 1em;
    font-size: 0.78rem;
    */
    font-size: 0.75rem;
    padding: .55em 1em;
  }
}


.el_lv3Heading03.el_lv3Heading__hasLine {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #43403e;
  letter-spacing: 0.14em;
  margin-bottom: 1em;
}
.el_lv3Heading03.el_lv3Heading__hasLine::before,
.el_lv3Heading03.el_lv3Heading__hasLine::after{
  content:"";
  width: 2em;
  height: 1px;
  background-color: #74644C;
}
@media all and (max-width: 640px){
  .el_lv3Heading03.el_lv3Heading__hasLine {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.el_lv3Heading03.el_lv3Heading__hasLine span {
  margin: 0 .8em;
}

.el_lv3Heading04 {
  margin-bottom: 1em;
  color: #a6191b;
  font-size: 1.428rem;
  font-weight: 600;
  letter-spacing: 0.11em;
}
@media all and (max-width: 640px){
  .el_lv3Heading04 {
    margin-bottom: 5%;
    line-height: 1.8;
    letter-spacing: normal;
    font-size: 1.0rem;
  }
}

@media all and (max-width: 640px){
  .el_lv3Heading {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
}



.el_lv4Heading {
  margin-top: 1em;
  margin-bottom: 2em;
  color: #079fe6;
  font-size: 1.285rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.el_lv4Heading.el_lv4Heading__num {
  padding-left: 62px;

  position: relative;
}
.el_lv4Heading.el_lv4Heading__num::before {
  content:"";
  position: absolute;
  top: -18px;
  left: 0;
  width: 46px;
  height: 46px;
  background: url('./../../images/common/icn-num01.png') no-repeat center center / contain;
}
.el_lv4Heading.el_lv4Heading__num.num02::before {
  background: url('./../../images/common/icn-num02.png') no-repeat center center / contain;
}
.el_lv4Heading.el_lv4Heading__num.num03::before {
  background: url('./../../images/common/icn-num03.png') no-repeat center center / contain;
}
.el_ttl01 {
  margin-bottom: 0.9em;
  color: #079fe6;
  text-align: center;
  font-size: 2.428rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media all and (max-width: 640px){
  .el_ttl01 {
    margin-bottom: 0.94em;
    font-size: 1.2rem;
    line-height: 1.55;
    letter-spacing: 0.25em;
  }
}
.el_ttl02 {
  display: block;
  margin-bottom: 1.5em;
  color: #f47142; /*#663301;*/
  text-align: center;
  font-size: 1.285rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media all and (max-width: 640px){
  .el_ttl02 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.el_subTtl01 {
  display: block;
  margin-bottom: 2.8em;
  text-align: center;
  color: #079fe6;
  font-size: 1.1428rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}
@media all and (max-width: 640px){
  .el_subTtl01 {
    margin-bottom: 2.1em;
    font-size: 0.86rem;
    letter-spacing: 0.16em;
  }
}
.el_txt01 {
  font-size: 1.071rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.14em;
}
@media all and (max-width: 640px){
  .el_txt01 {
    text-align: left;
    font-size: 0.88rem;
    line-height: 1.7;
    letter-spacing: 0.18em;
  }
}
.el_txt02 {
  margin-bottom: 1.4em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
  font-size: 1.142rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.el_txt02:last-child {
  margin-bottom: 0;
}

.bl_horizBtnListWrap {
  position: relative;

}
.bl_horizBtnListWrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color:#fffae7;
  z-index: -1;
}
@media all and (max-width: 640px){
  .bl_horizBtnListWrap::after {
    height: 100%; /* 28vw*/
  }
}
.bl_horizBtnList {
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
  position: relative;
}

.bl_horizBtnList li::after {
  content: '';
  display: block;
  border-right: 1px solid #4f4230;
  border-bottom: 1px solid #4f4230;
  height: .8rem;
  margin: .7rem auto 0;
  transform: rotate(45deg);
  width: .8rem;
}
@media all and (max-width: 640px){
  .bl_horizBtnList {
    flex-wrap: wrap;
    padding-bottom: 4vw;
  }
  .bl_horizBtnList li {
    width: 47%;
    margin-bottom: 1.8em;
  }
  .bl_horizBtnList li:not(:last-child) {
  }
  .bl_horizBtnList li::after {
    margin: .1rem auto 0;
  }
}
@media all and (max-width: 640px){
  .bl_horizBtnListWrap.sp1col .bl_horizBtnList {
    justify-content: center;
  }
  .bl_horizBtnListWrap.sp1col .bl_horizBtnList li {
    width: 85%;
    margin-bottom: 1.4em;
  }
  .bl_horizBtnListWrap.sp1col li:not(:last-child) {
  }
  .bl_horizBtnListWrap.sp1col .bl_horizBtnList {
    padding-bottom: 4.6vw;
  }
  .sp1col.bl_horizBtnListWrap::after {
    height: 100%;
  }
}

.bl_horizBtnList_btn {
  display: inline-block;
  width: 275px;
  max-width: 100%;
  padding: 0.9em 0.1em;
  background-color: #fff;
  border: 1px solid #4f4230;
  border-radius: 255px;
  color: #4f4230;
  text-align: center;
  font-size: 1.142rem;
  font-weight: 600;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.1em;
  position: relative;
  z-index:0;
}
@media all and (max-width: 640px){
  .bl_horizBtnList_btn {
    width: 100%;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }
  .bl_horizBtnList.bl_horizBtnList__sp1col .bl_horizBtnList_btn {
    padding: 1em 1em 1em 0;
  }
}

/*
.bl_horizBtnList_btn span::after {
  content:"";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 10px;
  background: url('./../../images/common/arrow-down.png') no-repeat center center / contain;
}
@media all and (max-width: 640px){
  .bl_horizBtnList_btn span::after {
    height: 1.56vw;
    width: 3vw;
    bottom: -40%;
  }
}
@media all and (max-width: 640px){
  .bl_horizBtnList.bl_horizBtnList__sp1col .bl_horizBtnList_btn span::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 1.4em;
    transform: translateY(-50%);
  }
}

.bl_horizBtnList_btn:before,
.bl_horizBtnList_btn:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: -2px;
  left:-2px;
  border-radius:  50px;
}
.bl_horizBtnList_btn:before {
  z-index:-1;
  transition:0.5s;
  background: #fff;
  border: 2px solid #00a0e9;
}
.bl_horizBtnList_btn:after {
  z-index:-2;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  width: calc(100%  + 4px);
  height: calc(100% + 4px);
}
*/
.bl_horizBtnList_btn:focus,
.bl_horizBtnList_btn:hover {
  background: #4f4230;
  color: #fff;
  opacity:1;
}
/*
.bl_horizBtnList_btn:focus:before,
.bl_horizBtnList_btn:hover:before{
  opacity:0;
}
*/

.bl_media {
  display: flex;
  justify-content: space-between;
}
.bl_media__reverse {
  flex-direction: row-reverse;
}
.bl_media_imgWrapper {
  width: 46.66%;
}
@media all and (max-width: 640px){
  .bl_media_imgWrapper {
    width: 100%;
  }
}
.bl_media_imgWrapper > img {
  width: 100%;
}

.bl_media_body {
  width: 48.9%;
}
@media all and (max-width: 640px){
  .bl_media_body {
    width: 100%;
  }
}
.bl_media_body > *:last-child {
  margin-bottom: 0;
}

.bl_media_txt {
  margin-bottom: 1.7em;
  font-size: 1.071rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media all and (max-width: 640px){
  .bl_media_txt {
    margin-bottom: 7%;
    font-size: 0.78rem;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.18em;
  }
}

@media screen and (max-width: 768px) {
  .bl_media {
    display: block;
  }

  .bl_media_imgWrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}



.bl_bulletList > *:last-child {
  margin-bottom: 0;
}

.bl_bulletList > li {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #b3b3b3;
}

.bl_bulletList > li::before {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0.3em;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #a8daee;
}
.bl_bulletListNUL > *:last-child {
  margin-bottom: 0;
}
.bl_bulletListNUL > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  font-size: 1.142rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .bl_bulletListNUL > li {
    font-size: 0.88rem;
  }
}
.bl_bulletListNUL > li::before {
  content: '';
  position: absolute;
  top: 0.35em;
  left: 0.3em;
  display: block;
  width: 7px;
  height: 7px;
  background-color:#fde89b;
}
.bl_bulletListNUL.bl_bulletListNUL__col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_bulletListNUL.bl_bulletListNUL__col2 > li {
  width: 48%;
}
.bl_bulletListNUL.bl_bulletListNUL__col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_bulletListNUL.bl_bulletListNUL__col3 > li {
  width: 30%;
}

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

}
.bl_dlList > dd {
  display: table-cell;
  width: 81%;
  font-size: 1.071rem;
  line-height: 2.0;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media all and (max-width: 640px){
  .bl_dlList > dd {
    width: 75%;
    font-size: 0.78rem;
  }
}

.bl_dlList > dd ul.list li{
  padding-left: 7.5rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: .5rem;
}

.bl_dlList > dd ul.list li span.date{
  position: absolute;
  top: 0;
  left: 1rem;
}

.bl_dlList > dd ul.list li::before{
  background: #000;
  content: '';
  border-radius: 5px;
  height: 4px;
  position: absolute;
  left: 0;
  top: .8rem;
  width: 4px;
}

/* ボタンパーツ */
.el_btn01 {
  display: inline-block;
  width: 100%;
  padding: 0.75em 1em 0.75em 1em;
  background: #f99c3a;
  background: linear-gradient(to right, #f46e43 0%, #f99c3a 100%);
  border: 0;
  font-family: 'Expletus Sans', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.1em;
  position: relative;
}

.el_btn01:focus,
.el_btn01:hover {
  background: #fff;
/*  border-color: currentColor; */
  color: #ff9900;
  box-shadow: inset 0 0 0 1px #ff9900;
}

/*
.el_btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 26px;
  height: 6px;
  background: url('./../../images/common/btn-icn-arrow02.svg') no-repeat center center / contain;
}
*/
@media all and (max-width: 640px){
  .el_btn01 {
    /* width: 186px;
    padding: 0.5em 0.8em 0.5em 0em; */
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    /* width: auto; */
    /* padding: 0.5em 2.5em 0.5em 2.5em; */
    width: 100%;
    padding: 1em;
  }
}
/*
.el_btn01:focus::after,
.el_btn01:hover::after {
  background: url('./../../images/common/btn-icn-arrow10.svg') no-repeat center center / contain;
}
*/
.el_roundedBtn01 {
  display: inline-block;
  position:relative;
  padding: 0.7em 2.8em;
  background-color: #fff;
  border: 1px solid #2d291d;
/*  border-radius:  20px; */
  color: #4f4f42;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.1em;
  z-index:0;
}
/*
.el_roundedBtn01:before,
.el_roundedBtn01:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: -2px;
  left:-2px;
  border-radius:  20px;
}
.el_roundedBtn01:before {
  z-index:-1;
  transition:0.5s;
  background: #fff;
  border: 2px solid #00a0e9;
}
.el_roundedBtn01:after {
  z-index:-2;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  width: calc(100%  + 4px);
  height: calc(100% + 4px);
}
*/
.el_roundedBtn01:focus,
.el_roundedBtn01:hover {
  background: #2d291d;
  color: #fff;
}
/*
.el_roundedBtn01:focus:before,
.el_roundedBtn01:hover:before{
  opacity:0;
}
.el_roundedBtn01 span {
  padding-left: 2em;

  position: relative;
}
.el_roundedBtn01 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url('./../../images/common/btn-icn02.svg') no-repeat center center / contain;
}
.el_roundedBtn01:focus span::before,
.el_roundedBtn01:hover span::before {
  background: url('./../../images/common/btn-icn01.svg') no-repeat center center / contain;
}
*/

.el_roundedBtn02 {
  background-color: rgba(255,255,255,0.64);
  display: inline-block;
  padding: 1em 3.55em 1em 3.55em;
  border: 1px solid #1c1c1c;
  /* border-radius: 25px; */
  color: #282716;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.1em;
  position: relative;
  z-index:0;
}
/*
.el_roundedBtn02:before,
.el_roundedBtn02:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: -2px;
  left:-2px;
  border-radius:  25px;
}
.el_roundedBtn02:before {
  z-index:-1;
  transition:0.5s;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  width: calc(100%  + 4px);
  height: calc(100% + 4px);
}
.el_roundedBtn02:after {
  z-index:-2;
  background: #fff;
  border: 2px solid #00a0e9;
}
*/
.el_roundedBtn02:focus,
.el_roundedBtn02:hover {
  border-color: #8e7c60;
  background: #8e7c60;
  color: #fff;
  opacity: 1;
}
/*
.el_roundedBtn02:focus:before,
.el_roundedBtn02:hover:before{
  opacity:0;
}
*/

.el_roundedBtn02 span.en{
  font-family: 'Expletus Sans', sans-serif;
  font-weight: 500;
  padding-right: 1.75em;
}

@media all and (max-width: 640px){
  .el_roundedBtn02 span.en{
    padding-right: 1em;
  }
}
/*
.el_roundedBtn02 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url('./../../images/common/btn-icn01.svg') no-repeat center center / contain;
}
.el_roundedBtn02:focus span::before,
.el_roundedBtn02:hover span::before {
  background: url('./../../images/common/btn-icn02.svg') no-repeat center center / contain;
}
*/
@media all and (max-width: 640px){
  .el_roundedBtn02 {
    font-size: 0.6rem;
    padding: 0.8em 2em;
  }
}
.el_roundedBtn03 {
  display: inline-block;
  width: 424px;
  max-width: 100%;
  padding: 1em 1em 0.9em;
  background-color: #fff;
  border: 2px solid #00a0e9;
  border-radius: 50px;
  color: #00a0e9;
  font-size: 1.285rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
  position: relative;
  z-index:0;
}
@media all and (max-width: 640px){
  .el_roundedBtn03 {
    font-size: 0.78rem;
  }
}
.el_roundedBtn03:before,
.el_roundedBtn03:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: -2px;
  left:-2px;
  border-radius:  50px;
}
.el_roundedBtn03:before {
  z-index:-1;
  transition:0.5s;
  background: #fff;
  border: 2px solid #00a0e9;
}
.el_roundedBtn03:after {
  z-index:-2;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  width: calc(100%  + 4px);
  height: calc(100% + 4px);
}
.el_roundedBtn03 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow03.png') no-repeat center center / contain;
}
.el_roundedBtn03:focus,
.el_roundedBtn03:hover {
  color: #fff;
  opacity:1;
}
.el_roundedBtn03:focus:before,
.el_roundedBtn03:hover:before{
  opacity:0;
}
.el_roundedBtn03:focus span::after,
.el_roundedBtn03:hover span::after {
  background: url('./../../images/common/btn-icn-arrow04.png') no-repeat center center / contain;
}
.el_roundedBtn04 {
  display: inline-block;
  width: 424px;
  max-width: 100%;
  padding: 0.8em 1em;
  /* padding: 0.8em 1em 0.9em; */
  background: #fff;
/*  background: linear-gradient(to right, #f46e43 0%, #f99c3a 100%); */
  border: 1px solid #1fa2fd;
/*  border-radius: 50px; */
  color: #1fa2fd;
  font-size: 1.285rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin: 0 1.5%;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
  line-height: 1.3;
  position: relative;
  z-index:0;
}
@media all and (max-width: 640px){
  .el_roundedBtn04 {
    font-size: 0.78rem;
    margin: 0 auto;
    width: 80%;
  }
}

.el_roundedBtn04::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow07.png') no-repeat center center / contain;
}

.el_roundedBtn04:focus,
.el_roundedBtn04:hover {
  background: #1fa2fd;
  color: #fff;
}

.el_roundedBtn04:focus::after,
.el_roundedBtn04:hover::after {
  background: url('./../../images/common/btn-icn-arrow04.png') no-repeat center center / contain;
}
/*
.el_roundedBtn04:before,
.el_roundedBtn04:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: -2px;
  left:-2px;
  border-radius:  50px;
}
.el_roundedBtn04:before {
  z-index:-1;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  width: calc(100%  + 4px);
  height: calc(100% + 4px);
}
.el_roundedBtn04:after {
  z-index:-2;
  transition:0.5s;
  background: #fff;
  border: 2px solid #00a0e9;
}
.el_roundedBtn04 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow04.png') no-repeat center center / contain;
}
.el_roundedBtn04:focus,
.el_roundedBtn04:hover {
  background-color: #2d291d;;
  color: #fff;
  opacity: 1;
}
*/
/*
.el_roundedBtn04:focus:before,
.el_roundedBtn04:hover:before{
  opacity:0;
}
.el_roundedBtn04:focus span::after,
.el_roundedBtn04:hover span::after {
  background: url('./../../images/common/btn-icn-arrow07.png') no-repeat center center / contain;
}
*/

.el_roundedBtn05 {
  display: inline-block;
  width: 280px;
  padding: 0.6em 1em 0.5em 2.4em;
  background-color: #eee;
  border: 1px solid transparent;
  /* border-radius: 50px; */
  color: #4e422f;
  font-size: 1.071rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
  line-height: 1.3;
  position: relative;
}
@media all and (max-width: 640px){
  .el_roundedBtn05{
    width: 80%;
    font-size: 0.78rem;
  }
}
/*
.el_roundedBtn05::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow08.png') no-repeat center center / contain;
}
*/
.el_roundedBtn05:focus,
.el_roundedBtn05:hover {
  background-color: #4e422f;
  border-color: #4e422f;
  color: #fff;
  opacity: 1;
}
/*
.el_roundedBtn05:focus::after,
.el_roundedBtn05:hover::after {
  background: url('./../../images/common/btn-icn-arrow06.png') no-repeat center center / contain;
}
*/


.el_roundedBtn06 {
  display: inline-block;
  padding: 0.6em 3.1em;
  background-color: #fff;
  border: 1px solid #2d291d;
/*  border-radius: 25px; */
  color: #000;
  font-size: 1.071rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  transition: .4s ease-in-out;
  position: relative;
}
@media all and (max-width: 640px){
  .el_roundedBtn06 {
    padding: 0.6em 1.5em;
    font-size: 0.6rem;
  }
}

.el_roundedBtn06:focus,
.el_roundedBtn06:hover {
  background-color: #2d291d;
/*  border-color: transparent; */
  color: #fff;
  opacity: 1;
}
/*
.el_roundedBtn06 span {
  padding-left: 1.7em;

  position: relative;
}
@media all and (max-width: 640px){
  .el_roundedBtn06 span {
    padding-left: 1.5em;
  }
}
.el_roundedBtn06 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url('./../../images/common/btn-icn02.svg') no-repeat center center / contain;
}
@media all and (max-width: 640px){
  .el_roundedBtn06 span::before {
    width: 1.1em;
    height: 1.1em;
  }
}
.el_roundedBtn06:focus span::before,
.el_roundedBtn06:hover span::before {
  background: url('./../../images/common/btn-icn04.svg') no-repeat center center / contain;
}
*/



.bl_confirmBtn {
  display: inline-block;
  position: relative;
  /* width: 100%; */
}
@media all and (max-width: 640px){
  .bl_confirmBtn {
    width: 80%;
  }
}
.bl_confirmBtn input {
  display: inline-block;
  width: 424px;
  max-width: 100%;
  padding: 0.6em 1em 0.6em;
  background: linear-gradient(to right, #f46e43 0%, #f99c3a 100%);
  border: 0;
/*  border-radius: 28px; */
  color: #fff;
  font-size: 1.285rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
}
@media all and (max-width: 640px){
  .bl_confirmBtn input {
    font-size: 0.78rem;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
  }
}
.bl_confirmBtn:focus input,
.bl_confirmBtn:hover input {
  box-shadow: inset 0 0 0 1px #ff9900;
  background: #fff;
/*  border-color: transparent; */
  color: #f99c3a;
  opacity: 1;
}
.bl_confirmBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow04.png') no-repeat center center / contain;
}

.bl_confirmBtn:focus::after,
.bl_confirmBtn:hover::after {
  background: url('./../../images/common/btn-icn-arrow03.png') no-repeat center center / contain;
}

.bl_formBtnWrap {
  display: flex;
  justify-content: space-between;
  width: 590px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .bl_formBtnWrap {
    display: block;
    width: 100%;
  }
}
.bl_contactBackBtn {
  display: inline-block;
  position: relative;
}
@media all and (max-width: 640px){
  .bl_contactBackBtn {
    margin-bottom: 1em;

  }
}
.bl_contactBackBtn input {
  display: inline-block;
  width: 280px;
  padding: 0.6em 1em 0.5em 2.4em;
  background: linear-gradient(to right, #f46e43 0%, #f99c3a 100%);
  border: 0;
/*  border-radius: 30px;*/
  color: #fff;
  font-size: 1.071rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
  position: relative;
}
@media all and (max-width: 640px){
  .bl_contactBackBtn {
    width: 80%;
  }
}
@media all and (max-width: 640px){
  .bl_contactBackBtn input {
    width: 100%;
    font-size: 0.78rem;
    appearance: none;
    -webkit-appearance: none;
  }
}
.bl_contactBackBtn:focus input,
.bl_contactBackBtn:hover input {
  box-shadow: inset 0 0 0 1px #ff9900;
  background: #fff;
/*  border-color: transparent; */
  color: #f99c3a;
  opacity: 1;
}
.bl_contactBackBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow04.png') no-repeat center center / contain;
}

.bl_contactBackBtn:focus::after,
.bl_contactBackBtn:hover::after {
  background: url('./../../images/common/btn-icn-arrow06.png') no-repeat center center / contain;
  transform: translateY(-50%);
}


.bl_submitBtn {
  display: inline-block;
  position: relative;
}
.bl_submitBtn input {
  display: inline-block;
  width: 280px;
  padding: 0.6em 1em 0.5em 1em;
  background: linear-gradient(to right, #f46e43 0%, #f99c3a 100%);
  border: 0;
/*  border-radius: 30px;*/
  color: #fff;
  font-size: 1.071rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
}
@media all and (max-width: 640px){
  .bl_submitBtn {
    width: 80%;
  }
  .bl_submitBtn input {
    width: 100%;
    font-size: 0.78rem;
    appearance: none;
    -webkit-appearance: none;
  }
}
.bl_submitBtn:focus input,
.bl_submitBtn:hover input {
  box-shadow: inset 0 0 0 1px #ff9900;
  background: #fff;
/*  border-color: transparent; */
  color: #f99c3a;
  opacity: 1;
}
.bl_submitBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow04.png') no-repeat center center / contain;
}

.bl_submitBtn:focus::after,
.bl_submitBtn:hover::after {
  background: url('./../../images/common/btn-icn-arrow03.png') no-repeat center center / contain;
}
.el_btn {
  display: inline-block;
  position:relative;
  width: 208px;
  max-width: 100%;
  padding: 0.7em 0.1em;
  /*background-color: #00a0e9;*/
  border: 1px solid #2d291d;
  color: #282716;
  font-size: 1.071rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.2em;
  z-index:0;
}
@media screen and (max-width: 640px) {
  .el_btn {
    /* width: 186px; */
    width: 65%;
    padding: 0.5em 0.8em 0.5em 0em;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }
}
/*
.el_btn:before,
.el_btn:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: -2px;
  left:-2px;
  border-radius:  20px;
}
.el_btn:before {
  z-index:-1;
  transition:0.5s;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(111,196,192,1) 100%);
  width: calc(100%  + 4px);
  height: calc(100% + 4px);
}
.el_btn:after {
  z-index:-2;
  background: #fff;
  border: 2px solid #00a0e9;
}
*/

.el_btn:focus,
.el_btn:hover {
  color: #fff;
  background: #2d291d;
}
.el_btn:focus:before,
.el_btn:hover:before{
  opacity:0;
}
/*
.el_btn.el_btn__rounded {
  border-radius:  20px;
}
*/
.el_btn.el_btn__arrowRight {
  position: relative;
}
/*
.el_btn.el_btn__arrowRight span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%);
  width: 15px;
  height: 9px;
  background: url('./../../images/common/btn-icn-arrow01.png') no-repeat center center / contain;
}
a:focus .el_btn.el_btn__arrowRight span::after,
a:hover .el_btn.el_btn__arrowRight span::after {
  background: url('./../../images/common/btn-icn-arrow09.png') no-repeat center center / contain;
}
@media screen and (max-width: 640px) {
  .el_btn.el_btn__arrowRight span::after {
    right: 1.5em;
    width: 2.34vw;
    height: 1.4vw;
  }
}
*/
.el_btn.el_btn__arrowRight2 {
  position: relative;
}
.el_btn.el_btn__arrowRight2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 26px;
  height: 6px;
  background: url('./../../images/common/btn-icn-arrow02.svg') no-repeat center center / contain;
}


/* ラベル */
.el_labelReq {
  display: inline-block;
  padding: 0.3em 0.7em;
  background-color: #b17cb0;
  color: #fff;
  font-size: .857rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.el_labelOpt {
  display: inline-block;
  padding: 0.3em 0.7em;
  background-color: #dadada;
  color: #3c3c3c;
  font-size: .857rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}



/* area */
.bl_boxTopLead {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .bl_boxTopLead {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}


/* hp */
.hp_tac {
  text-align: center;
}