@charset "utf-8";
/**********************************************************
** PCメイン用CSS
**********************************************************/
*, :after, :before {
  /*-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;*/
  box-sizing: border-box; /*余白をサイズに含む*/
  margin: 0px; /*ブラウザの余白を０にする*/
  padding: 0px;
}
a {
  color: Black;
}
td, th {
  padding: 20px 20px;
}
.tbline {
  border: 1px #868686 solid;
}
.swiper {
  max-width: 100%;
  margin: 0;
  margin-top: -7px;
}
.pcdisp {
  display: Block;
}
.pctbdisp {
  display: Block;
}
.tbdisp {
  display: none;
}
.spdisp {
  display: none;
}
.wrappermain {
  margin: 0 auto; /*センターリング*/
  padding: 0em;
  max-width: 1200px;
}
/*Footer*/
.divfooter {
  margin: 0 auto; /*センターリング*/
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
  min-width: 1200px;
}
.divfooter01 {
  margin: 0 auto; /*センターリング*/
  width: 1200px;
}
.divfooter02 {
  margin: 0 auto; /*センターリング*/
  text-align: right;
  width: 1200px;
}
.footercopyright {
  margin: 0 auto; /*センターリング*/
  text-align-last: center;
  font-size: 17px;
  color: #333333;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footerfont {
  font-size: 19px;
  font-weight: bold; /*装飾*/
}
.PicTable {
  padding: 2%;
}
.title01 {
  text-align: center;
}
.piccenter {
  text-align: center;
}
.titleright {
  margin-left: 400px;
  text-align: center;
}
.textmsgwh {
  color: #ffffff;
  font-size: 26px;
}
.textTitle {
  font-size: 40px;
  font-weight: bold; /*装飾*/
  line-height: 150%
}
.textMain {
  font-size: 18px;
  line-height: 150%
}
.textMainhead {
  font-size: 30px;
  line-height: 150%;
  text-align: center;
}
.textMainwh {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}
.textRecruit {
  font-size: 50px;
  line-height: 150%;
  color: #c85828;
  text-align: center;
}
.textRecruit2 {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.textRecruit3 {
  font-size: 38px;
}
.textRecruit4 {
  font-size: 17px;
}
.textAngou {
  font-size: 12px;
}
.gridmenu {
  display: grid;
  grid-template-columns: 211px 233px 84px 102px 101px 94px 98px 171px 106px;
}
/**********************************************************
** タブレット用CSS
**********************************************************/
/*@media screen and (max-width:1200px) {
	.pcdisp{display:none;}
	.pctbdisp{display:Block;}
	.tbdisp{display:Block;}
	.spdisp{display:none;}
	.wrappermain {
		width: 95%;
		margin:0 auto;
		padding: 0em;
	}
}
*/
/**********************************************************
** SP用CSS
**********************************************************/
@media screen and (max-width:600px) {
  .pcdisp {
    display: none;
  }
  .pctbdisp {
    display: none;
  }
  .tbdisp {
    display: none;
  }
  .spdisp {
    display: Block;
  }
  .wrappermain {
    width: 95vw;
    margin: 0 auto; /*センターリング*/
    padding: 0em;
    min-width: 10px;
  }
  .PicTable {
    padding: 2%;
  }
  .gridpic {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  /*Footer*/
  .divfooter {
    margin: 0 auto; /*センターリング*/
    background-color: #f7f7f7;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 10px;
  }
  .divfooter01 {
    margin: 0 auto; /*センターリング*/
    width: 90vw;
  }
  .divfooter02 {
    margin: 0 auto; /*センターリング*/
    text-align: right;
    width: 90vw;
  }
  .footercopyright {
    margin: 0 auto; /*センターリング*/
    text-align-last: center;
    font-size: 17px;
    color: #333333;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .textmsgwh {
    color: #000000;
    font-size: 26px;
  }
	.textMainhead {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
}