html{font-size:18px;}
body{-webkit-text-size-adjust:100%;}

.for_pc{display:none;}
.center_sp{margin-left:auto;margin-right:auto;text-align:center;}



.box{
	padding:20px;
}
.dl_tbl dt{
	width:30%;
}
.dl_tbl dd{
	width:70%;
}



.dl_tbl_form dt,
.dl_tbl_form dd{
	margin:0;
}
.dl_tbl_form dt{
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}
.dl_tbl_form dd{
	padding-bottom:10px;
}



#header_wrapper{
	background:#fff;
	position:fixed;
	z-index:2;
	top:0;
	left:0;
	height:70px;
	width:100%;
	box-shadow:0 2px 2px rgba(0,0,0,0.3);
}
body{
	margin-top:70px;
}
#header .hdr{
	line-height:70px;
	height:70px;
	margin:0;
}
#header .hdr img{
	width:120px;
}
#header .nav{
	display:none;
	background:#eee;
	margin:0 -8px;
	position:absolute;
	width:100%;
	z-index:1;
}
#header .nav a{
	display:block;
	padding:20px;
	color:#211;
}



#footer .wrp .cell{
	margin:1rem 0;
	padding:15px;
	box-sizing:border-box;
}
#footer .wrp .logo{
	width:70%;
}
#footer .wrp .logo img{
	width:100px;
}
#footer .wrp .nav{
	justify-content:flex-end;
}



#visual{
	height:60vw;
}
#visual .txt{
	font-size:22px;
	line-height:35px;
	top:15px;
	left:15px;
}



#top_svc{
	margin-top:-40px;
}
#top_svc .box .img{
	width:65%;
	right:0;
	top:90px;
}
#top_svc .txt_1{
	width:60%;
	margin-left:-20px;
}
#top_svc .txt_2,
#top_svc .txt_3{
	margin-left:-20px;
	margin-right:-20px;
}
#top_svc .txt_1 .hdr{
	font-size:20px;
	line-height:30px;
}
#top_svc .txt_3 .dscr{
	font-size:20px;
	line-height:30px;
}



#recruit .dl_tbl{
	padding-left:20px;
}



#marketing_head .inner .img{
	width:70%;
	height:230px;
}



#marketing_foot .wrp .big{
	text-align:center;
	line-height:40px;
}



#marketing_problem .big{
	text-align:center;
}
#marketing_problem .wrp .img{
	text-align:center;
}
#marketing_problem .wrp .img img{
	width:300px;
}



#marketing_results .big{
	text-align:center;
}
#marketing_results .wrp_ctt{
	flex-wrap:wrap;
}
#marketing_results .wrp_ctt .cell{
	width:calc(50% - 10px);
}



#mktg_dtl_flow .wrp{
	flex-wrap:wrap;
}
#mktg_dtl_flow .wrp .cell{
	flex:auto;
	width:50%;
}
#mktg_dtl_flow .wrp .img{
	height:100px;
}
#mktg_dtl_flow .wrp .txt{
	padding-right:20px;
}
#mktg_dtl_flow .wrp .cell:last-child{
	display:flex;
	align-items:center;
}
#mktg_dtl_flow .wrp .cell:last-child > *{
	flex:1;
}



#mktg_dtl_plan .box{
	text-align:center;
}








.drawer{
	position:absolute;
	top:5px;
	right:0;
}
.drawer_hidden {
  display: none;
}

.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background: #211;
  transition: 0.2s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 10px;
}
.drawer_open span:after {
  top: 10px;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
