@charset 'utf-8';


/* 判別 */
.isPc{
  display: none;
  width: 1px;
}
/* /判別 */

.dPc{
  display: block !important;
}
.dPcInline{
  display: inline !important;
}
.dPcInB{
  display: inline-block !important;
}
.dPcTb{
  display: table !important;
}
.dPcLi{
  display: list-item !important;
}
.dTb,
.dSp,
.dTbInline,
.dSpInline,
.dTbInB,
.dSpInB,
.dTbTb,
.dSpTb,
.dTbLi,
.dSpLi{
  display: none !important;
}

.clearfix:after{
  content: ' ';
  display: block;
  clear: both;
}

.oneLine{
  display: inline-block;
  width: 100%;
}

.writeModeLR{
  display: inline-block;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
}
.writeModeRL{
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.rlNum{
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: lr-tb;
}

.bm20{
  margin-bottom: 20px !important;
}

.txtL,
.boxBtnL,
.boxL{
  text-align: left;
}
.txtC,
.boxBtnC,
.boxC{
  text-align: center;
}
.txtR,
.boxBtnR,
.boxR{
  text-align: right;
}

.cRed{
  /*color: #fd0231;*/
}

.pb0{
  padding-bottom: 0 !important;
}
.mb0{
  margin-bottom: 0 !important;
}

.min{
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  /*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
  font-family: "Hiragino Mincho W3 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.boxPostBody p{
  margin-top: 14px;
  margin-bottom: 14px;
}

/* --YoutubeBox */
.boxYoutube{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  border: 1px #ccc solid;
}
.boxYoutube .youtube{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --/YoutubeBox */

/* --VimeoBox */
.boxVimeo{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  border: 1px #ccc solid;
}
.boxVimeo .vimeo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --/VimeoBox */

/* Pagination */
.boxPagination{
  position: relative;
  z-index: 10;
  padding: 40px 0;
  border-top: 1px #d9e2e0 solid;
  text-align: right;
}
.boxPagination.top{
  margin-bottom: 40px;
  padding-bottom: 0;
  border: 0;
}
.boxPaginationIn{
  width: 980px;
  margin: 0 auto;
}
.boxPaginationInLR{
  display: table;
  margin-left: auto;
}
.boxPaginationInL{
  display: table-cell;
  vertical-align: middle;
}
.boxPaginationInL span{
  padding-right: 20px;
  padding-left: 15px;
  display: inline-block;
  background-image: url('./../../images/recruit/pagenation-separation01.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.boxPaginationInL .txtSeparation{
  display: inline-block;
  padding-right: 5px;
  font-size: 1.5rem;
}
.boxPaginationInR{
  display: table-cell;
  vertical-align: middle;
}
ul.page-numbers{
  display: table;
  /*margin-left: auto;*/
}
ul.page-numbers li{
  display: table-cell;
  padding-right: 4px;
  vertical-align: middle;
}
ul.page-numbers li > .page-numbers{
  display: table-cell;
  width: 31px;
  height: 31px;
  border: 1px #18191a solid;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.0rem;
  font-weight: bold;
  color: #4e4b4a;
  text-decoration: none;
}
ul.page-numbers li > .page-numbers:hover{
  opacity: 1;
  background-color: #8cc44e;
  color: #fff;
}
ul.page-numbers li > .page-numbers.current{
  background-color: #18191a;
  font-weight: normal;
  color: #fff;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev{
  width: 115px;
  border: 0;
  background-color: #4e4b4a;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: normal;
  color: #fff;
}
ul.page-numbers li > .page-numbers.next{
  padding-left: 10px;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-right.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: left;
}
ul.page-numbers li > .page-numbers.prev{
  padding-right: 10px;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-left.png');
  background-repeat: no-repeat;
  background-position: left 10px center;
  text-align: right;
}
ul.page-numbers li.liNext{
  padding-left: 10px;
}
ul.page-numbers li.liPrev{
  padding-right: 10px;
}

/* Single PageNavi */
.boxSinglePageNavi{
  position: relative;
  z-index: 10;
  padding-top: 35px;
}
.boxSinglePageNavi a[rel="prev"],
.boxSinglePageNavi a[rel="next"]{
  position: absolute;
  top: 0;
  display: block;
  width: 90px;
  padding: 10px 0;
  background-image: url('./../../images/common/archive-pagination-bg01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  font-size: 1.0rem;
  color: #fff;
  text-shadow: 1px 1px 2px #333,-1px -1px 2px #333;
}
.boxSinglePageNavi a[rel="prev"]{
  left: 14%;
}
.boxSinglePageNavi.type2Col a[rel="prev"]{
  left: 0;
}
.boxSinglePageNavi a[rel="next"]{
  right: 14%;
}
.boxSinglePageNavi.type2Col a[rel="next"]{
  right: 0;
}
/* /Single PageNavi */

/* Breadcrumb */
.boxBreadcrumb{
  width: 100%;
  padding: 0;
  border-bottom: 0px #ccc solid;
}
.breadcrumb{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
.breadcrumb div{
  display: inline-block;
  text-align: left;
}
.breadcrumb a{
  border-bottom: 1px #6f6f6f solid;
}
.breadcrumb .sepaBreadcrumb{
  padding: 0 12px;
}
/* /Breadcrumb */


/* upToTop */
.upToTop{
  display: none;
  position: fixed;
  right: 3%;
  bottom: 72px;
  z-index: 3;
  cursor: pointer;
}
.upToTop:hover{
  opacity: 0.8;
}
.upto{
  display: none;
  position: fixed;
  right: 5%;
  bottom: 288px;
  z-index: 3;
  background-color: #c3c3c3;
  color: #fff;
  font-size: 0.7rem;
}
/* /upToTop */



@media screen and (max-width: 640px){/* Sp ***************************************************/


/* 判別 */
.isSp{
  display: none;
  width: 2px;
}
/* /判別 */

.dPc,
.dTb,
.dPcInline,
.dTbInline,
.dPcInB,
.dTbInB,
.dPcTb,
.dTbTb,
.dPcLi,
.dTbLi{
  display: none !important;
}
.dSp{
  display: block !important;
}
.dSpInline{
  display: inline !important;
}
.dSpInB{
  display: inline-block !important;
}
.dSpTb{
  display: table !important;
}
.dSpLi{
  display: list-item !important;
}

/* Sp Pagination */
.boxPagination{
  position: relative;
  z-index: 10;
  padding: 5% 0 10% 0;
  border: 0;
  text-align: right;
}
.boxPagination.top{
  padding-bottom: 0;
  border: 0;
}
.boxPaginationIn{
  width: 100%;
  margin: 0 auto;
}
.boxPaginationInLR{
  display: block;
  margin-left: auto;
}
.boxPaginationInL{
  display: block;
  width: 100%;
  margin-bottom: 3%;
  vertical-align: middle;
  text-align: center;
}
.boxPaginationInL span{
  padding-right: 20px;
  padding-left: 15px;
  display: inline-block;
  background-image: url('./../../images/recruit/pagenation-separation01.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.boxPaginationInL .txtSeparation{
  display: inline-block;
  padding-right: 5px;
  font-size: 1.5rem;
}
.boxPaginationInR{
  display: block;
  vertical-align: middle;
}
ul.page-numbers{
  display: table;
  margin: 0 auto;
}
ul.page-numbers li{
  display: table-cell;
  padding-right: 4px;
  vertical-align: middle;
}
ul.page-numbers li > .page-numbers{
  display: table-cell;
  width: 31px;
  height: 31px;
  border-radius: none;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.0rem;
  text-decoration: none;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev{
  width: 115px;
  border: 0;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
}
ul.page-numbers li > .page-numbers.next{
  padding-left: 10px;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-right.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: left;
}
ul.page-numbers li > .page-numbers.prev{
  padding-right: 10px;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-left.png');
  background-repeat: no-repeat;
  background-position: left 10px center;
  text-align: right;
}
ul.page-numbers li.liNext{
  padding-left: 10px;
}
ul.page-numbers li.liPrev{
  padding-right: 10px;
}
/* /Sp Pagination */

/* Breadcrumb */
.boxBreadcrumb{
  display: none;
}
/* /Breadcrumb */


/* Sp upToTop */
.upToTop{
  display: none;
  position: fixed;
  right: 3%;
  bottom: 25vw;
  z-index: 3;
  width: 20%;
  max-width: 165px;
  cursor: pointer;
}
.upToTop:hover{
  opacity: 0.8;
}
/* /Sp upToTop */



}/* /SP */