@charset 'utf-8';

/***** System *****/
.boxSystemCaution {
  padding: 60px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff0000;
}

/* 判別 */
.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;
}

/***** Post Body *****/
.boxPostBody {
  overflow: hidden;
  line-height: 1.8;
  letter-spacing: 0.11em;
  font-size: 1.0rem;

}
@media all and (max-width: 750px){
  .boxPostBody {
    font-size: 4.0vw;
  }
}

@media all and (max-width: 750px){
  .boxPostBody span[style="font-size: 0.7rem;"] {
    font-size: 3.1vw !important;
  }
  .boxPostBody span[style="font-size: 0.75rem;"] {
    font-size: 3.3vw !important;
  }
  .boxPostBody span[style="font-size: 0.8rem;"] {
    font-size: 3.5vw !important;
  }
  .boxPostBody span[style="font-size: 0.85rem;"] {
    font-size: 3.7vw !important;
  }
  .boxPostBody span[style="font-size: 0.9rem;"] {
    font-size: 3.9vw !important;
  }
  .boxPostBody span[style="font-size: 0.95rem;"] {
    font-size: 4.1vw !important;
  }
  .boxPostBody span[style="font-size: 1.0rem;"] {
    font-size: 4.3vw !important;
  }
  .boxPostBody span[style="font-size: 1.1rem;"] {
    font-size: 4.7vw !important;
  }
  .boxPostBody span[style="font-size: 1.2rem;"] {
    font-size: 5.1vw !important;
  }
  .boxPostBody span[style="font-size: 1.3rem;"] {
    font-size: 5.5vw !important;
  }
  .boxPostBody span[style="font-size: 1.4rem;"] {
    font-size: 5.9vw !important;
  }
  .boxPostBody span[style="font-size: 1.5rem;"] {
    font-size: 6.3vw !important;
  }
  .boxPostBody span[style="font-size: 1.6rem;"] {
    font-size: 6.7vw !important;
  }
  .boxPostBody span[style="font-size: 1.7rem;"] {
    font-size: 7.1vw !important;
  }
  .boxPostBody span[style="font-size: 1.8rem;"] {
    font-size: 7.5vw !important;
  }
  .boxPostBody span[style="font-size: 1.9rem;"] {
    font-size: 7.9vw !important;
  }
  .boxPostBody span[style="font-size: 2.0rem;"] {
    font-size: 8.3vw !important;
  }
  .boxPostBody span[style="font-size: 2.1rem;"] {
    font-size: 8.7vw !important;
  }
  .boxPostBody span[style="font-size: 2.2rem;"] {
    font-size: 9.1vw !important;
  }
  .boxPostBody span[style="font-size: 2.3rem;"] {
    font-size: 9.5vw !important;
  }
}

.boxPostBody h2 {
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody h3 {
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody h4 {
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}

@media all and (max-width: 750px){
  .boxPostBody table {
    width: 100% !important;
  }
  .boxPostBody table th,
  .boxPostBody table td {
    width: auto !important;
  }
  .boxPostBody table td {
    vertical-align: top;
  }
}

.boxPostBody a {
  text-decoration: underline;
  color: #306751;
}

.boxPostBody p {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  margin-bottom: 20px;
}
@media all and (max-width: 750px){
  .boxPostBody p {
    margin-bottom: 5%;
  }
}

.boxPostBody strong {
  font-weight: 700;
}

.boxPostBody em {
  font-style: italic;
}

.boxPostBody ul {
  padding-left: 20px;
  list-style: disc;
}
@media all and (max-width: 750px){
  .boxPostBody ul {
    padding-left: 5%;
  }
}

.boxPostBody ol {
  padding-left: 20px;
  list-style: decimal;
}
@media all and (max-width: 750px){
  .boxPostBody ol {
    padding-left: 8%;
  }
}

.boxPostBody li {
  margin-bottom: 10px;
}
@media all and (max-width: 750px){
  .boxPostBody li {
    margin-bottom: 3%;
  }
}

.boxPostBody .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
@media all and (max-width: 750px){
  .boxPostBody .alignleft {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 5% 0 5% 0;
  }
}

.boxPostBody .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
@media all and (max-width: 750px){
  .boxPostBody .alignright {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 5% 0 5% 0;
  }
}

.boxPostBody .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
@media all and (max-width: 750px){
  .boxPostBody .aligncenter {
    clear: both;
    display: block;
    margin: 5% auto;
  }
}

/* --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: 9;
  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;
  background-size: 5% auto;
}
.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;
  padding-top: 2px;
  /*border: 1px #ddd solid;*/
  border-radius: 0;
  background-color: #eee;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.0rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
ul.page-numbers li > .page-numbers:hover{
  opacity: 1;
  border: 0;
  background-color: #0c6bb0;
  color: #fff;
}
ul.page-numbers li > .page-numbers.current{
  border: 0;
  background-color: #0c6bb0;
  font-weight: 700;
  color: #fff;
}
ul.page-numbers li > .page-numbers.dots{
  border: 0;
  cursor: auto;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev{
  width: 115px;
  border: 0;
  border-radius: 0;
  background-color: #0c6bb0;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
  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: 1040px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.9;
}
.breadcrumb div{
  display: inline-block;
  text-align: left;
}
.breadcrumb a{
  border-bottom: 1px #ccc solid;
}
.breadcrumb .sepaBreadcrumb{
  padding: 0 12px;
}
/* /Breadcrumb */


/* Accordion */
.icnAccordion {
  cursor: pointer;
}
.icnAccordion.forSp {
  display: none;
}
@media screen and (max-width: 640px){
  .icnAccordion.forPc {
    display: none;
  }
  .icnAccordion.forSp {
    display: inline-block;
  }
}
.boxAccordion {
  display: none;
}

.icnAccordionPc {
  cursor: pointer;
}
@media screen and (max-width: 640px){
  .icnAccordionPc{
    display: none;
    cursor: auto;
  }
}
.boxAccordionPc {
  display: none;
}
@media screen and (max-width: 640px){
  .boxAccordionPc{
    display: block;
  }
}

.btnAccordionSp {
  /*display: none;*/
}
@media screen and (max-width: 640px){
  .btnAccordionSp {
    display: block;
  }
}
.icnAccordionSp {
  display: none;
}
@media screen and (max-width: 640px){
  .icnAccordionSp{
    display: inline-block;
    cursor: pointer;
  }
  .boxAccordionSp{
    display: none;
  }
}
/* /Accordion */


/* upToTop */
.upToTop {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 103px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 640px){
  .upToTop {
    bottom: 27.5vw;
    width: 14%;
  }
}

.upToTop:hover {
  opacity: 0.8;
}

.upToTop .btnUpToTop {
  width: 67px;
}
@media screen and (max-width: 640px){
  .upToTop .btnUpToTop {
    width: 100%;
  }
}

.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: 9;
  padding: 5% 0 11% 0;
  border: 0;
  text-align: right;
}
.boxPagination.top{
  width: 110%;
  margin-left: -5%;
  margin-bottom: 10%;
  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: 8vw;
  height: 8vw;
  padding-top: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.0rem;
  font-size: 3.2vw;
  text-decoration: none;
}
ul.page-numbers li > .page-numbers.dots{
  border: 0;
  cursor: auto;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev{
  width: 17vw;
  border: 0;
  letter-spacing: -0.03em;
  font-size: 1.0rem;
  font-size: 3.0vw;
}
ul.page-numbers li > .page-numbers.next{
  padding-left: 1vw;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-right.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  text-align: left;
}
ul.page-numbers li > .page-numbers.prev{
  padding-right: 1vw;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-left.png?1');
  background-repeat: no-repeat;
  background-position: 6% center;
  text-align: right;
}
ul.page-numbers li.liNext{
  padding-right: 0;
  padding-left: 0.1vw;
}
ul.page-numbers li.liPrev{
  padding-right: 1.0vw;
  padding-left: 0;
}
ul.page-numbers li .dots {
  background: none;
  pointer-events: none;
  width: 5vw;
}
/* /Sp Pagination */

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



}/* /SP */