@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1350px){
.gNavi li a {
  padding: 0px 15px;
}
.headEntryBtn {
  
}
.gNaviBox {
  
}
}
@media screen and (max-width:1240px){
.gNavi li a {
  font-size: 14px;
	
}
.headEntryBtn {
  width: 140px;
}
.gNaviBox {
  
}
}
@media screen and (max-width:1160px){
	.header{
		height: 80px;
	}
	.headLogo {
  margin-top: 15px;
}
.pagePd {
  padding-top: 80px;
}
	.gNaviBox{
		display: none;
	}
	.headEntryBtn{
		display: none;
	}
#menuButton {
    display: block;
    height: 80px;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 80px;
    border: 0px solid #5a7c6d;
    z-index: 1200;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    background-color: #31b1ff;
}
#menuButton.on {
    
}

#menuButton span {
    display: block;
    background-color: #FFF;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	border-radius: 10px;
}
#menuButton.fixColor span{
    background-color: #FFF;  
}
#menuButton.on span {
	background-color: #FFF;
}
#menuButton span:first-child {
    top: 25px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 25px;
}
#menuButton.active span{
    background-color: #FFF;  
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(14px) rotate(45deg);
    -moz-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
#overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1100;
    background-color: #138eed;
    overflow: scroll;
    right: -110%;
    display: block;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	-webkit-overflow-scrolling: touch;

}

#overlay.openMenu{
	right: 0;
}
#overlay .box800 {
    position: relative;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	margin-bottom: 0px;
    max-width: 800px;
    margin-top: 80px;
}
ul.menuSp{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
}
ul.menuSp li{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
	border-bottom: #FFF 0px solid;
}

ul.menuSp li a{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1em;
    padding: 20px 0;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    padding-left: 0px;
	letter-spacing: 0.05em;
	text-align: left;
}
ul.menuSp li a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #FFF;
}

ul.menuSp li a span{
	width: 100%;
	display: block;
	font-size: 13px;
	color: #fff;
font-weight: 900;

	letter-spacing: 0;
	margin-bottom: 5px;
}

ul.menuSpSub{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
	margin-top: 30px;
}
ul.menuSpSub li{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}	
ul.menuSpSub li a{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
	line-height: 2em;
	color: #000;
	padding-left: 15px;
	text-decoration: none;
	display: flex;
align-items: center;
justify-content: flex-start;
}
ul.menuSpSub li a::before{
	content: '';
	width: 8px;
	height: 1px;
	background-color: #00a395;
	position: absolute;
	top: 50%;
	left: 0;
}
ul.menuSp li:first-child{
	border-top: #FFF 0px solid;
}
ul.menuSpSub li a img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.spMenuEntryBtn {
  width: 50%;
  height: auto;
  float: left;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
}
.spMenuEntryBtn a {
  width: 100%;
  height: 80px;
  line-height: 18px;
  font-size: 16px;
  color: #FFF;
  transition-property: all;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  letter-spacing: 0.1em;
  max-width: 600px;
  text-align: center;
  background-color: #5391c9;
	display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
text-decoration: none;
	background-color: #5391c9;
    background-image: -webkit-linear-gradient(0deg,rgba(0,84,168,1.00) 0%,rgba(0,60,195,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,84,168,1.00) 0%,rgba(0,60,195,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,84,168,1.00) 0%,rgba(0,60,195,1.00) 100%);
}
.spMenuEntryBtn a span {
  width: 100%;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.spMenuEntryBtn a span.jptext {
  width: 100%;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  padding-top: 3px;
  font-style: normal;
}
.spMenuEntryBtn.t-recruit a {
    background-image: -webkit-linear-gradient(184deg,rgba(121,209,203,1.00) 0%,rgba(1,170,233,1.00) 100%);
    background-image: -moz-linear-gradient(184deg,rgba(121,209,203,1.00) 0%,rgba(1,170,233,1.00) 100%);
    background-image: linear-gradient(266deg,rgba(121,209,203,1.00) 0%,rgba(1,170,233,1.00) 100%);
}
.spMenuEntryBtn.t-sentaku a {
  background-color: #275CAE;
}
}
@media screen and (max-width:834px){
body {
	
}
.onPc{
	display:none !important;
}
.onSmt{
	display:block !important;
}

.spMbNon{
	margin-bottom: 0px !important;
}
.spMb05{
	margin-bottom: 5px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb15{
	margin-bottom: 15px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMb40{
	margin-bottom: 40px !important;
}
.spMb50{
	margin-bottom: 50px !important;
}
.spMb60{
	margin-bottom: 60px !important;
}
.spMb70{
	margin-bottom: 70px !important;
}
.spMb80{
	margin-bottom: 80px !important;
}
.spMb90{
	margin-bottom: 90px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt05{
	margin-top: 5px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
.spMt40{
	margin-top: 40px !important;
}
.spMt50{
	margin-top: 50px !important;
}
.spMt60{
	margin-top: 60px !important;
}
.spPl10{
	padding-left: 10px !important;
}
.spPl20{
	padding-left: 20px !important;
}
.spPl30{
	padding-left: 30px !important;
}
.spPl40{
	padding-left: 40px !important;
}
.spPl50{
	padding-left: 50px !important;
}
.spPl60{
	padding-left: 60px !important;
}
.spPlNon{
	padding-left: 0px !important;
}
.spPr10{
	padding-right: 10px !important;
}
.spPr20{
	padding-right: 20px !important;
}
.spPr30{
	padding-right: 30px !important;
}
.spPr40{
	padding-right: 40px !important;
}
.spPr50{
	padding-right: 50px !important;
}
.spPr60{
	padding-right: 60px !important;
}
.spPrNon{
	padding-right: 0px !important;
}
.spPb10{
    padding-bottom: 10px !important;    
}
.spPb05{
    padding-bottom: 5px !important;    
}
.spPb20{
    padding-bottom: 20px !important;    
}
.spPb30{
    padding-bottom: 30px !important;    
}
.spPb40{
    padding-bottom: 40px !important;    
}
.spPb50{
    padding-bottom: 50px !important;    
}
.spPb60{
    padding-bottom: 60px !important;    
}
.spPb100{
    padding-bottom: 100px !important;    
}
.spPt60{
    padding-top: 60px !important;    
}
.spPtNon{
    padding-top: 0px !important;    
}
.spPt10{
    padding-top: 10px !important;    
}
.spPt20{
    padding-top: 20px !important;    
}
.spPt30{
    padding-top: 30px !important;    
}
.spPt40{
    padding-top: 40px !important;    
}
.spText10{
    font-size: 10px !important;    
}
.spText11{
    font-size: 11px !important;    
}
.spText12{
    font-size: 12px !important;    
}
.spText13{
    font-size: 13px !important;    
}
.spText14{
    font-size: 14px !important;    
}
.spText15{
    font-size: 15px !important;    
}
.spText16{
    font-size: 16px !important;    
}
.spText18{
    font-size: 18px !important;    
}
.spText20{
    font-size: 20px !important;    
}
.spText22{
    font-size: 22px !important;    
}
.spText24{
    font-size: 24px !important;    
}
.spText30{
    font-size: 30px !important;    
}
.alignLeftSp{
	text-align: left !important;
}
.alignCenterSp{
	text-align: center !important;
}
.gNavi{
	display: none;
}
.header{
	height: 60px;
	z-index: 1110;
}
.headLogo img {
    height: 30px;
	width: auto;
}
.headLogo{
	margin-left: 10px;
	margin-top: 15px;
	
	
}
.headSnsList li a {
    width: auto;
    height: auto;
    padding: 15px 10px;
}

#menuButton {
    display: block;
    height: 60px;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 60px;
	z-index: 1200;
	cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	
}
#menuButton.on {
    
}

#menuButton span {
    display: block;
    background-color: #FFF;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	border-radius: 10px;
}
#menuButton span:first-child {
    top: 20px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 20px;
}
#menuButton.active span{
      
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.whtBox {

  padding: 20px;
}
.goTopBtn{
	width: 60px;
height: 60px;
right: 10px;
bottom: -90px;
padding: 10px;
}
.goTopBtn.on{
	bottom:10px;
}
.goTopBtn::before {
  width: 12px;
  height: 12px;
  margin: 0 0px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 7px);
}
.heroImage {
    height: 520px;
	background-size: auto 300px;
background-position: center bottom;
background-repeat: repeat-x;
position: relative;
}

.heroInner {
  width: 100%;
  height: 100%;
  padding-left: 20px;
	padding-right: 0px;
	align-items: flex-start;
	padding-top: 80px;
}
.heroTitle {
  font-size: 32px;
  
  margin-bottom: 0px;
  margin-top: 60px;
}
.heroImage::before {
	display: none;
}
.heroImage::after {
  content: '';
  width: 100%;
  height: 0px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
	display: none;
}
.heroIllust02 {
  width: 100%;
  height: auto;
  position: absolute;
  right: -0px;
  bottom: 20px;
  z-index: 10;
	padding-left: 40px;
	box-sizing: border-box;
}
.heroTitleGrad {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 22px;
  text-align: left;
  line-height: 1.4em;
  font-weight: 800;
  letter-spacing: 0em;
  color: #FFF;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
}
.scrollBar {
  bottom: 0;
	left: 20px;
}
.boxTitle {
  font-size: 14px;
}
.bottomEntryBtn {
  width: 100%;
  height: 160px;

}
.bizBox {
  width: 100%;
  height: auto;
  padding: 15px;
	  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.secMinBoxTitle span {
  font-size: 11px;
  margin-left: 10px;
}
.boxTitle span {
  padding: 5px 10px;
}
.boxTitle.t-36 {
  font-size: 24px;
}
.boxTitle.t-30 {
  font-size: 20px;
}

.topReason {
  width: 100%;
  height: auto;
  float: left;
  align-items: flex-start;
  background-size: auto 280px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 0px;
	padding-bottom: 290px;
  min-height: 300px;
}
.moreBtn a, .moreBtn span {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  max-width: 240px;
  background-size: 12px auto;
  background-position: 94% center;
}
.moreBtn a:hover{
	background-position: 94% center;
}
.moreBtn.spCenter{
    justify-content: center !important;
}

.halfBox {
  width: 100%;
}
.flex.sp-reverse{
	flex-direction: column-reverse;
}
.footBox {
  padding-top: 40px;
  padding-bottom: 80px;

	box-sizing: border-box;
}
.footInfo {
  width: 100%;
}
.footMenu {
  display: none;
}
.footLogo img {
  width: auto;
  height: 40px;
}
.bottomMenu ul li a {
  font-size: 11px;
  line-height: 20px;
}
.copyright {
	width: 100%;
  font-size: 11px;
  line-height: 20px;
	text-align: left;
}

.entryInner {
  font-size: 28px;
}
.entryInner span {
  font-size: 14px;
  margin-left: 5px;
}

.pdInfo {
  margin-top: 10px;
  padding: 0 0px;
}
.catTag a, .catTag span {
  font-size: 11px;
  line-height: 20px;
}

.section-lineup .inner {
  padding-left: 40px;
  padding-right: 40px;
}

.secTitle {

  font-size: 24px;

}
.secTitle span {
  margin-left: 5px;
  padding-left: 5px;
  font-size: 13px;
  
}
.sideBtn {
  display: none;
}

.spMenuEntryBtn {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
	margin-bottom: 10px;
}
.spMenuEntryBtn a {
    width: 100%;
    height: 60px;
    line-height: 18px;
    font-size: 14px;
    color: #FFF;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    letter-spacing: 0.1em;
    max-width: 600px;
    text-align: center;
    background-color: #5391c9;
    background-image: -webkit-linear-gradient(0deg,rgba(0,84,168,1.00) 0%,rgba(0,60,195,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,84,168,1.00) 0%,rgba(0,60,195,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,84,168,1.00) 0%,rgba(0,60,195,1.00) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.spMenuEntryBtn a span {
  width: 100%;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.spMenuEntryBtn a span.jptext {
  width: 100%;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  padding-top: 3px;
  font-style: normal;
}
.spMenuEntryBtn.t-recruit a {
    background-image: -webkit-linear-gradient(184deg,rgba(121,209,203,1.00) 0%,rgba(1,170,233,1.00) 100%);
    background-image: -moz-linear-gradient(184deg,rgba(121,209,203,1.00) 0%,rgba(1,170,233,1.00) 100%);
    background-image: linear-gradient(266deg,rgba(121,209,203,1.00) 0%,rgba(1,170,233,1.00) 100%);
}
.spMenuLogo{
	width: auto;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 20px;
}
.spMenuLogo img{
	width: auto;
	height: 30px;
}
.pagePd {
  padding-top: 60px;
}
.pageTopImg::before {
  height: 160px;
}
.pageTopImg {

  height: 160px;
}

.box50.w-spFull,.box40.w-spFull,.box60.w-spFull,.box30.w-spFull,.box70.w-spFull{
	width: 100%;	
}
.box40.w-sp50{
	width: 50%;	
}


.greyBox {
  padding: 20px;
}

.boxTitle.t-24 {
  font-size: 18px;
}
.column3 .pdBox {
  width: 100%;
}
.lineSubTitle.t-24 {
  font-size: 16px;
}

.lineBox {
  padding: 20px;
}
.dantaiList li {
  font-size: 13px;

}

.bc {
  font-size: 10px;
}
.leadGradBg {
  padding-right: 10px;
  padding-bottom: 10px;
}
.whtInner {
  padding-bottom: 30px;
}
.spLs0{
	letter-spacing: 0 !important;	
}
.moreBigCircle span, .moreBigCircle a {
  width: 40px;
  height: 40px;
}
.moreBigCircle span::before, .moreBigCircle a::before {
  width: 8px;
  height: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
}
.moreBigCircle.t-min span, .moreBigCircle.t-min a {
  width: 30px;
  height: 30px;
}
.moreBigCircle.t-exmin span {
	  width: 30px;
  height: 30px;
}
.moreBigCircle.t-exmin span::before{
	width: 8px ;
height: 8px ;
margin: 0 0px;
border-top-width: 1px;
border-right-width: 1px;
top: calc(50% - 5px);
left: calc(50% - 7px);
}

.newsList {
  padding-top: 0px;
  padding-bottom: 0px;
}
.newsList dl {
  width: 100%;
  padding: 15px 15px;
  background-color: rgba(49,177,255,0.10);
	margin-bottom: 10px;
	border-bottom: #d2d2d2 0px dotted;
}
.newsList dl dt {
  width: 100%;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0;
	margin-bottom: 5px;
}
.newsList dl dd {
  width: 100%;
  font-size: 13px;
  line-height: 1.6em;
}
.newsList dl dd p {
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.secTopWhtTwin::before{
	width: 20px;
	height: 20px;
}
.secTopWhtTwin::after{
	width: 20px;
	height: 20px;
}
.secBottomWhtTwin::before{
	width: 20px;
	height: 20px;
}
.secBottomWhtTwin::after{
	width: 20px;
	height: 20px;
}
.secTopSkyHalf::before {
  height: 20px;
}
.fbBox{
	width: 100%;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.gradLine{
	width: 100%;
	height: 2px;
}
.ph100.topBizPh{
	width: 35%;
	
}
.topBizText{
	width: 65%;
  height: auto;
  float: left;
	box-sizing: border-box;
	position: relative;
	padding-left: 20px;
	top: -9px;
	margin-bottom: -9px;
}
.supLogo {
  width: 50%;
  height: auto;
	text-align: center;
	margin-bottom: 15px;
}
.supLogo img {
  width: 100%;
  height: auto;
	max-width: 180px;
}
.topWorkImg.pu01 {
  width: calc(100% - 40px);
  height: 220px;
  background-position: center center;
  margin-left: 20px;
	margin-right: 20px;
}
.section-lineup .inner {
  padding-left: 0px;
  padding-right: 0px;
}
.slick-slide {
  box-sizing: border-box;
  padding: 0px 15px;
}
.spHeroPh {
  width: calc(100% + 40px);
  height: 240px;
  position: relative;
  display: block;
  background-image: url("../images/top_recruit01_sp.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  left: -20px;
  margin-right: -20px;
}
.plusAlphaImg img {
  max-width: 260px;
}
.topRecruitSec {
  height: auto;
  width: 100%;
  margin: 0 0px;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
	padding-top: 50px;
	padding-bottom: 40px;
}
.gradBoxTitle {
  font-size: 16px;
}
.sp-center{
	justify-content: center !important;	
}
.bottomEntryBtn .secTitle {
  font-size: 36px;
}
.bottomMenu {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.bottomMenu ul li {
  margin-right: 16px;
}
.bottomMenu ul li:last-child {
	margin-right: 0;
}
.cateMenu {
  width: 49.5%;
padding: 15px 15px;
	margin-bottom: 4px;
}
.cateMenu .text48{
	font-size: 20px;
	margin-bottom: 0;
}
.cateMenu .text14{
	font-size: 12px;
}
.cateMenu .moreBigCircle{
	margin-top: 5px;	
}
.topHprideLeft {
  width: 100%;
  margin-bottom: 30px;
	padding-right: 0px;
	margin-top: 40px;
}
.topHprideLeft .ph100 img {
  max-width: 240px;
}
.topHprideRight {
  width: 100%;
  padding-left: 0px;
}
.box1280.t-pagehead {
  height: auto;
}
.heroTitleGrad.p-hprideTop {
  margin-bottom: 0;
  font-size: 22px;
	margin-top: 0px;
}
.topRecruitSec.p-pride02,.topRecruitSec.p-pride03 {
  height: 100px;
}
.topRecruitSec.p-factory01 {
	margin-left: 20px;
	margin-right: 20px;
	height: 80px;
	width: calc(100% - 40px);
}
.topRecruitSec.p-biz01{
	margin-left: 20px;
	margin-right: 20px;
	height: 80px;
	width: calc(100% - 40px);
}
.topHprideImg img {
  max-width: 248px;
}
.eqBox {
  width: 48%;
  margin-bottom: 30px;
}
.eqBox .text16{
	line-height: 1.6em;
}
.gallery02 {
  margin-top: 60px;
}
.gallery03 {
  margin-top: 20px;
}
.bgBizImg {
  background-image:none;
  
}
.bizYokoBox {
  padding: 15px 15px;
  margin-bottom: 10px;
	padding-bottom: 60px;
}
.bizYokoBox::before {
  width: 10px;
  height: 10px;
  margin: 0 0px;
  top: calc(100% - 44px);
  right: calc(50% - 6px);
}
.bizYokoBox::after {
  width: 40px;
  height: 40px;
  border: #FFF 1px solid;
  top: calc(100% - 55px);
  right: calc(50% - 20px);
}

.bizPh {
  width: 35%;
}
.bizText {
  width: 65%;
  padding-left: 20px;
  top: -8px;
}
.spDisNon{
	display: none !important;
}
.pdBox{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.pdInfo .text14{
	font-size: 12px;	
}
.aboutMenu li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0px;
}
.aboutMenu li a {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: 12px;
}
.aboutMenu li a::before {
  right: 3px;
}
.aboutMenu li a::after {
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 7.5px;
}
.greetingImg {
  height: auto;
}
.greetingImg::after {
  height: auto;
	display: none;
}
.ceoName {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.historyList dl dt {
  width: 80px;
  font-size: 18px;
  line-height: 1;
  padding-right: 0px;
  padding-top: 1px;
}
.historyList dl dd {
  width: calc(100% - 80px);
  padding-bottom: 0px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
	padding-top: 0;
	top: -2px;
}
.historyList dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 16px;
  border-radius: 0;
}
.historyList dl::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 59.5px;
}
.historyList dl:first-child::before {
  height: calc(100% - 10px);
}
.historyList dl dd p {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-left: 0px;
}
.companyList dl dt {
  font-size: 12px;
	letter-spacing: 0;
}
.companyList dl dd {
  font-size: 13px;
  line-height: 2em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.licenceList dl {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #666 0px solid;
}
.licenceList dl dt {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}
.licenceList dl dd {
  
  font-size: 20px;

}
.licenceList dl dd span {
  font-size: 12px;
  margin-left: 5px;
  top: 3px;
}
.begBox {
  padding: 20px 20px;
}
.postBox {
  padding-bottom: 20px;
  padding-top: 20px;
}
.postBox p {
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
  line-height:1.8em;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
}
a.prevBtn{
font-size: 14px;
}
a.nextBtn{
font-size: 14px;
}
.sitemapLink {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.sitemapSubLink li {
  width: 50%;
}
.sitemapSubLink li a {
  font-size: 13px;
}
.processRight{
	top:0px;
	
}
.mapBox iframe {
  width: 100%;
	height: 240px;
}
.tableScroll{
	width: calc(100vw - 40px);
	overflow: scroll;
	position: relative;
	left: 0px;
	margin-right: -20px;
	
	box-sizing:border-box;
}
table.workTbl{
	width: 600px;
}
table.workTbl th {
  font-size: 11px;
  white-space: nowrap;
  padding: 5px 5px;
}
table.workTbl td {
  padding: 5px 5px;
  font-size: 11px;
}
.philoText{
	padding-left: 32px;
}
.philoText::before{
	font-size: 16px;
	top: 8px;
	left: 0;
}

.gPh{
	width: 49%;
	margin-bottom: 10px;
}
.bottomFixBtn {
  width: 100%;
}
.bfBtn {
  width: 100%;
}
.goTopBtn.on {
  bottom: 70px;
}
}
