@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;
}
.fw700{
  font-weight: 700 !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 {
  overflow: hidden;
  line-height: 1.7;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxPostBody {
    overflow: hidden;
    font-size: 4.0vw;
  }
}

.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;
}

.boxPostBody a {
  text-decoration: underline;
  color: #306751;
}
@media all and (max-width: 640px){
  .boxPostBody a {
    text-decoration: underline;
  }
}

.boxPostBody p {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  margin-bottom: 24px;
  /*margin-top: 14px;*/
}
@media all and (max-width: 640px){
  .boxPostBody p{
    margin: 0;/*Reset*/
    padding: 0;/*Reset*/
    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: 640px){
  .boxPostBody ul {
    padding-left: 5%;
    list-style: disc;
  }
}

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

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

.boxPostBody .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
@media all and (max-width: 640px){
  .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: 640px){
  .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: 640px){
  .boxPostBody .aligncenter {
    margin: 7px auto;
  }
}

@media all and (max-width: 640px){
  .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 table{
    width: 100% !important;
  }
  .boxPostBody table th,
  .boxPostBody table td{
    width: auto !important;
  }
  .boxPostBody table td{
    vertical-align: top;
  }
}

/* --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: 8;
  padding: 40px 0;
  /*border-top: 1px #d9e2e0 solid;*/
  text-align: right;
}
.boxPagination.top{
  margin-bottom: 40px;
  padding-bottom: 0;
  border: 0;
}
.boxPaginationInLR {
  display: table;
  width: 100%;
  /*margin-left: auto;*/
}
.boxPaginationInL {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #000;
}
.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;
  text-align: right;
}
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-radius: 0;
  background-color: #dbdbdb;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.0rem;
  font-weight: bold;
  color: #1d1d1d;
  text-decoration: none;
}
ul.page-numbers li > .page-numbers:hover{
  opacity: 1;
  border: 0;
  background-color: #ae0b0f;
  color: #fff;
}
ul.page-numbers li > .page-numbers.current{
  border: 0;
  background-color: #ae0b0f;
  font-weight: 700;
  color: #fff;
}
ul.page-numbers li > .page-numbers.dots {
  border: 0;
  background: none;
  cursor: auto;
  color: #000;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev {
  width: 115px;
  border: 1px #ae0b0f solid;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
  color: #ae0b0f;
}
@media all and (max-width: 640px){
  ul.page-numbers li > .page-numbers.next,
  ul.page-numbers li > .page-numbers.prev{
    width: 17vw;
    letter-spacing: -0.05em;
    font-size: 0.72rem;
  }
}

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;
}
@media all and (max-width: 640px){
  ul.page-numbers li > .page-numbers.next {
    padding-left: 1vw;
    background-image: url('./../../images_sp/recruit/sp-pagenation-icn-arrow01-right.png');
    background-position: 95% center;
    background-size: 2vw auto;
  }
}

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;
}
@media all and (max-width: 640px){
  ul.page-numbers li > .page-numbers.prev {
    padding-right: 1vw;
    background-image: url('./../../images_sp/recruit/sp-pagenation-icn-arrow01-left.png?1');
    background-position: 5% center;
    background-size: 2vw auto;
  }
}

ul.page-numbers li.liNext{
  padding-left: 10px;
}
@media all and (max-width: 640px){
  ul.page-numbers li.liNext{
    position: absolute;
    right: 5%;
    top: 0;
    padding-right: 0;
    padding-left: 0.1vw;
  }
}

ul.page-numbers li.liPrev{
  padding-right: 10px;
}
@media all and (max-width: 640px){
  ul.page-numbers li.liPrev{
    position: absolute;
    left: 5%;
    top: 0;
    padding-right: 1.0vw;
    padding-left: 0;
  }
}


/* Single PageNavi */
.boxSinglePageNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxSinglePageNavi {
    margin-bottom: 10%;
  }
}

.boxSinglePageNavi a[rel="prev"],
.boxSinglePageNavi a[rel="next"]{
  display: inline-block;
  border: 1px #ae0b0f solid;
  background-repeat: no-repeat;
  background-size: auto auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
  color: #ae0b0f;
}
@media all and (max-width: 640px){
  .boxSinglePageNavi a[rel="prev"],
  .boxSinglePageNavi a[rel="next"]{
    background-size: 7% auto;
    letter-spacing: normal;
    font-size: 4.0vw;
  }
}

.boxSinglePageNavi a[rel="prev"]{
  padding: 6px 10px 6px 30px;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-left.png');
  background-position: 10% center;
}
@media all and (max-width: 640px){
  .boxSinglePageNavi a[rel="prev"]{
    padding: 2% 3% 2% 8%;
    background-image: url('./../../images_sp/recruit/sp-pagenation-icn-arrow01-left.png');
    background-position: 5% center;
  }
}

.boxSinglePageNavi a[rel="next"]{
  padding: 6px 30px 6px 10px;
  background-image: url('./../../images/recruit/pagenation-icn-arrow01-right.png');
  background-position: 90% center;
}
@media all and (max-width: 640px){
  .boxSinglePageNavi a[rel="next"]{
    padding: 2% 8% 2% 3%;
    background-image: url('./../../images_sp/recruit/sp-pagenation-icn-arrow01-right.png');
    background-position: 95% center;
  }
}

/* /Single PageNavi */

/* Breadcrumb */
.boxBreadcrumb {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 0px #ccc solid;
}
.breadcrumb {
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-size: 0.97rem;
}
/*
.breadcrumb div {
  display: inline-block;
  text-align: left;
}*/

.breadcrumbIn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.breadcrumbIn .sepaBreadcrumb {
  display: inline-block;
  margin: 0 0.7em 0 0.7em;
  padding: 0;
  font-size: 1.0rem;
}

.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: 88px;
  z-index: 10;
  cursor: pointer;
}
.upToTop:hover {
  opacity: 0.8;
}
/* /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 10% 0;
  border: 0;
  text-align: right;
}
.boxPagination.top{
  width: 110%;
  margin-left: -5%;
  margin-bottom: 0;
  padding: 8% 0 4% 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: 0;
  display: block;
}
.boxPaginationInL .txtSeparation{
  display: inline-block;
  padding-right: 5px;
  font-size: 1.5rem;
}
.boxPaginationInR{
  position: relative;
  display: block;
  padding: 0 22.5vw;
  vertical-align: middle;
}
.boxPagination.top .boxPaginationInR{
  display: none;
}
ul.page-numbers{
  display: table;
  margin: 0 auto;
}
ul.page-numbers li{
  display: table-cell;
  padding-right: 4px;
  padding: 0 1.3vw;
  vertical-align: middle;
}
ul.page-numbers li > .page-numbers{
  display: table-cell;
  width: 6vw;
  height: 6vw;
  padding-top: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 0.8rem;
  text-decoration: none;
}
ul.page-numbers li > .page-numbers.dots{
  border: 0;
  cursor: auto;
}
ul.page-numbers li .dots {
  background: none;
  pointer-events: none;
  width: 5vw;
}
/* /Sp Pagination */

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


/* Sp upToTop */
.upToTop{
  display: none;
  position: fixed;
  right: 2%;
  bottom: 29vw;
  z-index: 10;
  width: 15%;
  max-width: 165px;
  cursor: pointer;
}
.upToTop:hover{
  opacity: 0.8;
}
.upToTop .btnUpToTop{
  width: 100%;
}
/* /Sp upToTop */
	
	/*point_cheak*/
@media screen and (max-width: 640px){
.boxEnvironment0104 .btnno01{
    right: 195px !important;
    top: 15px !important;
	width: 15%;
}
.boxEnvironment0104 .btnno02{
    right: 115px !important;
    top: 5px !important;
	width: 15%;
}
.boxEnvironment0104 .btnno03{
    right: 35px !important;
    top: 0 !important;
	width: 15%;
}
}

}/* /SP */