*{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	font-family:sans-serif;
}

body{
	min-width: 900px;
	
}

@media screen and (max-width:768px){
}

.linkkotei{
	position: fixed;
	bottom: 20px;
	right: 10px;
	img{
		width: 150px;
	}
	@media screen and (min-width:768px){
		display: none;
	}
}

/*ハンバーガーメニュー*/
.menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	display: flex;
	height: 65px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #C4C4C4;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background-color: #3584bb;
}
.menu-content ul {
	padding: 90px 10px 0;
}

.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #C4C4C4;
	transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}

@media screen and (min-width:768px){
	div.hamburger-menu{
		display:none;
	}
}

/*ヘッダー*/
@media screen and (min-width:768px){
.header-all {
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 100;
	
}
}

/*ヘッダーメニュー*/
h1.mainlogo{
	
	width:20%;
}
.header-menu-title{
	font-size: 3.5vmax;
	
	white-space: nowrap;
}

div.header-menu ul{
	display: flex;
}
@media screen and (max-width:768px){
	img.mainlogo{
		height:50px;
	}
}
/*ヘッダーメニューPC*/
ul.pc {
	align-items: flex-end;
}
div.header-menu ul.pc li{
	margin-left: 20px;
}

img.gruppo {
	height:70px ;
	margin-top: 30px;
}
img.SRP {
	height:70px ;
	margin-top: 30px;
}
img.inquiries {
	height:100px ;
}

/*ヘッダーメニュー携帯*/
div.header-menu ul.keitai li{
	margin-left: 5px;
}

li.menuicon {
	
	height: 50px;
	width: 50px;
}

img.menuicon {
	height: 50px;
	width:50px;
}

@media screen and (min-width:768px){
	div.header-menu ul.keitai{
		display: none;
	}
}
div.header-menu{
	display: flex;
	justify-content: space-between ;
	margin-left: 20px;
	margin-right: 20px;
	height: 100px;
	padding: 15px 0px 0px 0px;
}

@media screen and (max-width:768px){
	body{
		min-width: auto;
	}
	div.header-menu ul.pc{
		display: none;
	}
div.header-menu{
		display: flex;
		justify-content: space-between ;
		margin-left: 0px;
		margin-right: 0px;
		height: 50px;
		padding: 15px 0px 0px 0px;
	}
.header-menu-title-keitai{
	font-size: 3vmax;
	white-space: nowrap;
	padding-top:20px;
}
}

/*ヘッダーナビ*/
nav{
 width: 100%;
  padding: 5px 0px 5px 0px;
}
ul.nav{
	display: flex;
}
li.nav{
	width : 25% ; 
}
a.nav{
	text-align: center;
	display:block;
	color: black;
	font-size: 18px;
	position: relative;
  text-decoration: none;
}
a.nav::after {
  position: absolute;
  bottom: -0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #C4C4C4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
a.nav:hover::after {
  transform: scale(1, 1);
}

.line {
  margin: 0 1rem;
  width: 2px;
  background-color: #E5E5E5;
}

@media screen and (min-width:768px){
	
	}


@media screen and (max-width:768px){
	nav{
display: none;
}
}

/*ヘッダー画像*/
@media screen and (min-width:768px){
div.header{
	height: auto;
	padding-top:150px;
}


div.header-image{
	position: relative;
}

div.title-text{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 20px 20px 20px;
}

img.header-image{
	width:100%;
	height: auto;
	}

h1.header-title{
	font-size: 60px;
	padding: 10px 20px 10px 40px;
	color:#E5E5E5;
}

p.header-text{
	font-size: 23px;
	padding: 10px 0px 10px 10px;
	color: #E5E5E5;
}
li.gruppo2{
	display: none;
}
}
@media screen and (max-width:768px){
div.header{
	width:100%;
}

div.header-image{
	position: relative;
}

div.title-text{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px 20px 20px;
}

img.header-image{
width:100%;
height: auto;
}
h1.header-title{
	font-size: 20px;
	padding: 20px 20px 8px 20px;
	color: #E5E5E5;
}

p.header-text{
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	color: #E5E5E5;
}
img.gruppo2{
	height: 30px;
}
li.gruppo2{
	position: absolute;
	  bottom: 10px;
	  right: 10px;
}
}
/*about*/
div.about{
	height: auto;
}


div.about-image{
	position: relative;
}

div.about-title-text{
	position: absolute;
	top: 17%;
	bottom:0;
	left: 5%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 67%;
}

div.about-tatesen{
	margin:2%;
	  width: 3%;
	  background-color: #1DB8DE;
}

.about-title-ul{
	display:flex;
	padding-left:10%;
	padding-bottom: 3%;
}

img.about-image{
	width:100%;
	height: auto;
	}

h1.about-title{
	font-size: 4vmax;
	padding-left:0px;
	color:#000000;
}

p.about-text{
	font-size: 2.5vmax;
	color: #000000;
}
@media screen and (max-width:768px){
	img.about-image{
		height:300px;
	}
	div.about-title-text{
		width: 85%;
	}
	h1.about-title{
	font-size: 3vmax;
	}
	p.about-text{
	font-size: 2vmax;
}
}
/*人財ソリューションメニュー*/
div.solution{
	width:100%;
}

div.solution-title-text{
	margin:3%;
}

div.solution-tatesen{
	height:5vmax;
	width:1vmax;
	background-color: #1DB8DE;
}

.solution-title-ul{
	display:flex;
}

h1.solution-title{
	padding-left: 3%;
	font-size: 3vmax;
	color:#000000;
}
.solution-image-zentai{
}

ul.solution-image{
	padding-top: 3%;
	padding-bottom:2%;
	margin-left: auto;
	margin-right: auto;
	display:flex;
}
img .solution-image{
	
}
div .solution-image{
	width:90%;
	
}

/*はたらき方イロイロ　あなたにピッタリのオシゴトは？*/
.hatarakikata{
	width:100%;
}

p.hatarakikata-text{
	font-size:2vmax;
	width:86%;
	padding:0% 7%;
}



@media screen and (min-width:768px){
	p.hatarakikata-text{
		padding:0% 7% 3% 7%;
	}
	.oshigotosagashi{
		width:100%;
		font-size:1.5vmax;
	}
	ul.oshigotosagashi-text{
		display:flex;
		width:90%;
			padding:0% 5% 0% 5%;
	}
	
	.oshigotosagashi1{
		width:29.3%;
		padding:0% 2% 0% 2%;
	}
	.oshigotosagashi1-image{
		padding-bottom: 2%;
		width:100%;
	}
}
@media screen and (max-width:768px){
	.oshigotosagashi{
		width:100%;
		font-size:2vmax;
		padding-bottom: 3%;
	}
	ul.oshigotosagashi-text{
		width:86%;
			padding:0% 7% 0% 7%;
	}
	.oshigotosagashi1-image{
		width:90%;
		padding:5% 5% 2% 5%;
	}
}


/*オシゴト探し、初めの一歩は登録から*/
.hajimenoippo{
	width:100%;
	padding-bottom: 3%;
}

.hajimenoippo-ul{
	display:flex;
	width:86%;
		padding:0% 7% 3% 7%;
}

div.hajimenoippo-img{
	margin:3% 0% 0% 0%;
	width:10%;
}
img.hajimenoippo-img{
	width:100%;
}

.hajimenoippo-text{
	width:75%;
	padding:0% 0% 0% 5%;
}

.hajimenoippo-title{
	font-weight: 800;
	font-size:2vmax;
	padding-bottom:2%;
}

.hajimenoippo-p{
	font-size:2vmax;
}
@media screen and (max-width:768px){
	
	div.hajimenoippo-img{
		width:20%;
	}
	img.hajimenoippo-img{
		width:100%;
	}
	
	.hajimenoippo-ul{
		display:flex;
		width:86%;
			padding:3% 7% 3% 7%;
	}
}


/*WEBでのお問い合わせはこちら*/
div.otoiawae{
	width:100%;
}
div.otoiawase-image{
	width:100%;
}
img.otoiawase-image{
	width:86%;
	padding:0% 7% 5% 7%;
}

/*お電話でのお問い合わせは0120−973-987*/
div.otoiawae2{
	width:100%;
}
div.otoiawase2-image{
}
img.otoiawase2-image{
	width:56%;
	padding:0% 22% 5% 22%;
}

/*転職コンシェルジュのご紹介動画*/
.concierge{
	font-size: 2vmax;
	padding:5%;
	width:90%;
	text-align: left;
}
.concierge-back{
	padding:5%;
	width:90%;
	position: relative;
}
.concierge-back-img{
	width:100%;
	height:auto;
}
.concierge-text{
	
}
.concierge-text-title{
	font-size:3vw;
	color: FFFFFF;
	position: absolute;
	top: 20%;
	left:15%;
	text-align: center;
}
.concierge-text-p{
	font-size:2vw;
	position: absolute;
	top: 48%;
	left:15%;
	text-align: left;
}
.concierge-img-div{
	position: absolute;
	top: 20%;
	left:45%;
}
.concierge-img{
	width:80%;
}

/*人財ソリューションメニューのご説明・流れ*/


div.solution-image{
	width:100%;
}
img.solution-image{
	width:96%;
	padding:2%;
}

/*会社概要*/
div.gaiyou{
	display:flex;
	width:80%;
	margin:5% 10%; 
}
.gaiyou-left{
	width:25%;
}
.gaiyou-left-li{

}
.gaiyou-right{
	width:75%;
	border-left: thick solid #D9D9D9;
	padding-left: 15%;
}
.gaiyou-right-li .tel{
	pointer-events: none;
	font-size:2vmax;
}
@media screen and (min-width:768px){
	.gaiyou-left-li{
		font-size:2vmax;
	}
	.gaiyou-right-li{
		font-size:2vmax;
	}
	
	.gaiyou-right{
	padding-left: 5%;
	width:80%;
    }
	
	.gaiyou-left{
	width:20%;
    }
}


/*news*/
.news{
	background-color: white;
	padding:50px 60px 50px 60px;
}
.news-left{
	width:30%;
}
.news-left-ul{
	
}
.news-title{
	font-size:2.5em;
	color: #DBDDEA;
}
.news-title2{
	font-size:1.5em;
	font-weight:700; 
}
.news-right-ul{
	display: flex;
	padding-bottom: 20px;
}
.news-right-ul li{
	margin-right:30px;
}
@media screen and (min-width:768px){
	.news{
		display: flex;
	}
	.news-title{
		font-size:3em;
	}
	.news-title2{
		font-size:2em;
		font-weight:700; 
	}
	.news-right-ul li{
		font-size:1.5em;
	}
	
}
@media screen and (max-width:768px){
	.news{
		padding:20px 30px 20px 30px;
	}
}

/*contact*/
.contact1{
	background-color: #DBDDEA;
}
.contact2{
	margin: auto;
	width: auto;	
	padding: 25px;
}
.contact2 ul{
	background-color: white;
	width: 100%;
	padding:20px;
}
.contact2 li{
	color:#2E75B5;
	text-align:center;
}
.contact2 h1{
	font-size:3em ;
}
.tel-number a {
color:#2E75B5;
text-decoration:none;
}
@media screen and (min-width:768px){
	.contact2{
	display: flex;
}
.content-line {
  width: 4px;
  background-color: #DBDDEA;
}
.content-line2{
	border: none;
}
}
@media screen and (max-width:768px){
	.contact2 li h1{
		font-size:2em ;
	}
	.contact2{	
		padding: 15px;
	}
	.contact2 ul{
		padding:10px 0px 10px 0px;
	}
	.contact2 h1{
		font-size:1.3em ;
	}
	.contact2 p{
		font-size:0.5em ;
	}
	.tel-number a {
		font-size:1.3em ;
	}
	.content-line2{
		background-color: #DBDDEA;
		border-top: 0px
	}
}

/*フッター*/
div.footer{
	padding: 60px 20px 100px 20px;
	background-color: #2E75B5;
	display: flex;
	justify-content: space-between ;
	color:white;
}
img.footerlogo{
	width: 150px;
}
img.footericon1{
	width: 70px;
}
img.footericon2{
	width: 70px;
}
/*フッター左*/
h1.footer-left{
}
ul.footer-left1{
	padding:0px 0px 0px 0px;
}
ul.footer-left2{
	padding: 30px 0px 0px 0px;
}
ul.footer-left2 li{
	padding: 5px 0px 5px 0px;
}
/*フッター右*/
h1.footer-right{
	text-align: right;
}
ul.footer-right2{
	display: flex;
	justify-content: flex-end;
}
ul.footer-right2 li{
	padding:0px 0px 0px 10px;
}
ul.footer-right3{
	display: flex;
	justify-content: flex-end;
	padding:30px 0px 0px 0px;
}
ul.footer-right3 li{
	padding:0px 0px 0px 10px;
}
.footer-right3 img{
	width:30px;
}
p.footer-right4{
	padding:60px 0px 0px 0px;
}

@media screen and (max-width:768px){
	div.footer{
		padding: 30px 10px 50px 10px;
	}
	img.footerlogo{
		width: 100px;
	}
	/*フッター左*/
	ul.footer-left2 li{
		font-size:0.8em;
	}
	/*フッター右*/
	ul.footer-right2 li{
		font-size:0.8em;
	}
	.footer-right3 li{
		
	}
	p.footer-right4{
		font-size:0.5em;
	}
}