@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:769px) {
#gnav li.gnav_contact a {
	background: #ca1f22;
	box-sizing: border-box;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	padding: 8px 24px;
}
#gnav li.gnav_contact a:hover {
	background: #1a448b;
}
#gnav li:not(.gnav_contact) a:hover:after {
	width: 100%;
}
.sp_only {
	display: none;
}
}
@media screen and (max-width:768px) {
#main p {
	font-size: 1.2em;
	top: 50%;
}
.metaslider .slides img {height:auto !important;}
.pc_only {display: none;}
#wrapper.lw {margin-top: 56px;}
header {height: 75px;}
.logo {
	position: fixed;
	top: 7px;
	left: 16px;
	margin-top: 0;
	max-width: 90px;
}
#gnav, #gnav.open {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#gnav {
	float: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,.96);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	margin-top: 0px;
}
#gnav.open {
	visibility: visible;
	opacity: 1;
}
#gnav ul {
	width: 100%;
	height: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	margin: 56px 0 0;
}
#gnav li,  #gnav li.gnav_contact {
	float: none;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid rgba(10,34,57,.08);
	padding: 0;
	position: relative;
}
#gnav li:after,  #footer_nav li:after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0a2239;
	border-right: 1px solid #0a2239;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#gnav li a {
	display: block;
	padding: 24px 16px;
	box-sizing: border-box;
}
/* burger button */

	#burger {
	display: block;
	width: 20px;
	height: 24px;
	text-align: center;
	position: fixed;
	top: 13px;
	right: 16px;
	z-index: 9999;
}
#burger span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: #000;
	margin:6px auto;
	transition: .3s;
}
#burger.open span:first-child {
	transform: translateY(8px) rotate(45deg);
	transition: .3s;
}
#burger.open span:nth-child(2n) {
	opacity: 0;
	transition: .3s;
}
#burger.open span:last-child {
	transform: translateY(-8px) rotate(-45deg);
	transition: .3s;
}
.sc_under {
	text-align: left;
}
.step_list {
	display: block;
}
.step_list li,  .step_list li:last-child,  .step_list.four li {
	float: none;
	margin: 0 auto 32px;
}
.step_list:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	left: -100%;
	width: 300%;
}
.step_list:after {
	top: auto;
	bottom: 3px;
	right: 49.6%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	-o-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.service .sc {
	padding-bottom: 80px;
}
.plans th, .plans td, .plans .plan_title,  .plans .only th, .plans .only td {
	display: block;
	width: 100%;
	border:none;
}
.plans th:not(.plan_title), .plans td {
	padding: 16px;
}
.plans th:not(.plan_title),  .plans .dot_border th:not(.plan_title) {
	border-bottom: 1px dotted #0a2239;
}
.plans .plan_title {
	padding: 0;
}
.plans th,  .plans .dot_border th, .plans .dot_border td {
	border: none;
}
#single, #side {
	float: none;
	width: 100%;
}
#single {
	margin: 0 auto;
}
#side {
	display: none;
}
.pager {
	left: 0;
	float: none;
	width: 100%;
}
.pager li {
	left: 0;
	max-width: none;
	width: 49%;
}
.pager li:first-child {
	margin-right: 2%;
}
.tb th {
	width: 25%;
	padding: 24px 8px;
}
.form th, .form td {
	display: block;
	width: 100%;
	border: none;
}
.form th {
	border-top: 2px solid #197bb3;
	border-bottom: 2px solid #197bb3;
	padding: 12px 16px;
}
.form td {
	padding: 16px 0;
}
.w50, .w70 {
	width: 100%;
}
.req {
	margin-left: 0;
	position: relative;
	left: 0;
}
#footer_nav li {
	width: 48%;
	padding: 0;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,.16);
	position: relative;
}
footer {
	padding: 64px 16px;
}
#footer_nav li:after {
	border-color: #fff;
}
#footer_nav li:nth-child(odd) {
	margin-right: 4%;
}
#footer_nav li a {
	padding: 24px 0;
}

.liquid-box {
  position: inherit;
}

.liquid-box + .liquid-box {
  margin-top: 0;
  margin-bottom:0;
}

.liquid-box .text {
  padding-left:0;
  position: inherit;
  z-index: 10;
}

.liquid-box .text > .inner {
  width:100%;
  box-sizing: border-box;
  padding:20px 20px 32px;
  background: rgba(244, 244, 244, 0.9);
  position: inherit;
}

.liquid-box .text > .inner:after {
  content: '';
  display:none;
  width:0;
  height:0;
  background: none;
  position: inherit;
  top: 0;
  right: 0;
  margin-top:0px;
}

.liquid-box .text > .inner .inner {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.liquid-box .image {
  position: inherit;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.liquid-box.right .text {
  padding-left: 0;
  padding-right:0;
}

.liquid-box.right .text:after {
  content: "";
  display: block;
  clear: both;
}

.liquid-box.right .text > .inner {
  float: none;
}

.liquid-box.right .text > .inner:after {
  transform: scale(-1, 1);
  right: auto;
  left: 0px;
}

.liquid-box.right .image {
  right: 0;
  left: 0;
}
.company .image {
  top:0;
  height: auto;
  background-position: 50% 0%;
  background-image:none;
  z-index:-1;
}
.about { margin:20px 0;}
.about .elm-paragraph {
    width: 90%;
	margin:0 auto;
}
/*==========================
　　　　　　Lower
==========================*/
.container {
	margin:30px auto 30px;
    width: 90%;
}
.greeting { overflow:hidden; margin:0 auto 30px;}
.greeting .ph { float:none; width:100%; margin-bottom:20px;}
.greeting .txt { float:none; width:100%;}
.greeting .txt p { margin-bottom:15px;}
.lead {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:30px;
}
.lead .ph { float:none; width:100%}
.lead .txt { float:none; width:100%;}
.lead .txt dl dt {
	font-size: 1.5em;
	font-weight:bold;
    color: #ee7700;
	line-height:1.5em;
	margin-bottom:20px;
}
.lead .txt dl dd { margin-bottom:20px;}

.business_box { overflow:hidden; margin:30px 0;}
.business_box li {
	border: 1px solid #e5e5e5;
	border-top: #ca1f22 6px solid;
    padding: 16px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
}
.business_box li:last-child { }

.business_box li dl dd { margin-bottom:20px;}
.business_box li .ph {
	float:none;
	width:100%;
}
.business_box li .txt {
	float:none;
	width:100%;
}
.business_box li .txt dl dt img {
	width: 50%;
	margin: 20px auto;
	display: block;
}
.business_box li .txt dl dt {
	margin-top:20px;
}

.recruiting .txt { float:none; width:100%;}
.recruiting .ph { float:none; width:100%; margin-bottom:20px;}
.kiji-list .thum {
    float: none;
    width: 100%;
    margin-right: 0px;
}
.kiji-list .text {
    float: none;
    width: 100%;
}
	
}

@media screen and (max-width:500px) {
#wrapper {
	padding-bottom: 40px;
}
.sc {
	padding: 64px 16px;
}
.top_mv {
	padding: 160px 0 200px;
	margin-bottom:20px;
}
.top_head {
	font-size: 1.4em;
}
.lw_tl {
	padding: 48px 16px;
	box-sizing: border-box;
}
.clients_list li,  .clients_list li:last-child {
	float: none;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 48px;
}
.clients_list li:last-child {
	margin-bottom: 0;
}
.wave img {
	max-width: 240px;
}
#service.sc {
	padding-top: 48px;
}
.service_list,  .service_list:last-child {
	float: none;
	margin: 0 auto 48px;
	width: 100%;
}
.service_list:last-child {
	margin-bottom: 0;
}
.blog_list td a {
	padding: 24px 24px 24px 8px;
}
.blog_list td a:before, .blog_list td a:after {
	right: 0;
}
.blog_list td a:after {
	right: 6px;
}
.service_mv li {
	float: none;
	width: 100%;
	max-height: 120px;
}
.service #negotiation.sc, .service #creation.sc, .service #consulting.sc {
	padding-top: 64px;
}
.ex_image li,  .ex_image li:nth-child(-n+4) {
	width: 49%;
	margin: 8px 2% 0 0;
}
.ex_image li:nth-child(-n+2) {
	margin-top: 0;
}
.ex_image li:nth-child(even) {
	margin-right: 0;
}
.archive_list .thumb {
	float: none;
	max-width: 240px;
	width: 100%;
	margin: 0 auto 24px;
}
.archive_list .txt {
	margin: 0 0 24px;
}
.archive_list .content {
	float: none;
	width: 100%;
}
.lw_sctl .ja {
	display: block;
	padding: 0;
	width: 100%;
}
footer {
	padding-top: 24px;
}
#footer_nav li {
	width: 100%;
}
#footer_nav li:nth-child(odd) {
	margin-right: 0;
}
}
