@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------

ご挨拶

-------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');

#wrapper #about h3 {
	text-align:center;
	font-size: 40px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#wrapper #about p.sub {
	text-align: center;
}


#wrapper #about p {
	margin-bottom: 30px;
}

#wrapper #about p.name {
	text-align:right;
}


/*-------------------------------------------------------

当社の強み

-------------------------------------------------------*/

#AdvantageTitle {
    background: #fcfcfc;
    height: 200px;
    border-bottom: 1px solid #e2e2e2;
    background-image: url(../images/advantage/advantage-image-head.jpg);
    background-size: cover;
}

#AdvantageTitle h1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    padding-top: 70px;
}

#wrapper #advantage {
	width: 1200px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #advantage h2 {
	text-align: center;
	font-size: 20px;
}

#wrapper #advantage p.text {
	text-align: center;
}

#wrapper #advantage ul.navigation li {
	float:left;
	margin-right: 15px;
	width: 390px;
	border: 2px solid #0065b2;
	text-align:center;
}

#wrapper #advantage ul.navigation a {
	color: #0065b2;
	display: block;
	padding: 15px;
	position: relative;
	font-weight:bold;
}

#wrapper #advantage ul.navigation li:last-child {
	margin-right: 0;
}

#wrapper #advantage ul.navigation a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0065b2;
  border-right: solid 2px #0065b2;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}

#wrapper #advantage ul {
	margin: 50px 0;
}

#wrapper #advantage #reason {
	margin-bottom: 80px;
}


#wrapper #advantage #reason h2 {
	background: #f4f4f4;
	color: #0065b2;
	padding: 15px 30px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 60px;
	
}

#wrapper #advantage #reason .contents {
	width: 1200px;
	border: #ededed 1px solid;
	padding: 60px;
	margin-bottom: 50px;
	padding: 40px 60px;
}

#wrapper #advantage #reason .text {
	width: 640px;
	float: left;
	margin-right: 60px;
}


#wrapper #advantage #reason .text h3 {
	border-bottom: solid 2px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 20px;
	margin-bottom: 30px;
	position:relative;
}

@import url('https://fonts.googleapis.com/css?family=Average');

#wrapper #advantage #reason .text h3 .number {
	position:absolute;
	top: -25px;
	left: 0;
	font-size: 120px;
	color: rgba(187, 214, 255, 0.45);
	line-height: 0;
	font-family: 'Average', serif;
}

#wrapper #advantage #reason .text h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0065b2;
	bottom: -2px;
	width: 20%;
}


#wrapper #advantage #reason .image {
	width: 375px;
	float:left;
}


/*-------------------------------------------------------

幅広いサービスを提供

-------------------------------------------------------*/

#wrapper #advantage #service  {
	margin-bottom: 80px;
}

#wrapper #advantage #service h2 {
	background: #f4f4f4;
	color: #0065b2;
	padding: 15px 30px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
}

#wrapper #advantage #service h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #9d9d9d;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}


@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
#wrapper #advantage #service .offer {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 12px 10px 0;
  /*min-width: 388px;*/
  max-width: 388px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}


#wrapper #advantage #service .offer:nth-of-type(4) {
	margin-right: 0!important;
}

#wrapper #advantage #service .offer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#wrapper #advantage #service .offer img {
  max-width: 100%;
  vertical-align: top;
}
#wrapper #advantage #service .offer figcaption {
  position: absolute;
  top: calc(77%);
  width: 100%;
  background-color: #f4f4f4;
  padding: 15px 25px 65px;
}
#wrapper #advantage #service .offer figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  /* background-image: -webkit-linear-gradient(top, transparent 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #f4f4f4 100%); */
}
#wrapper #advantage #service .offer h4,
#wrapper #advantage #service .offer p {
  margin: 0 0 10px;
}
#wrapper #advantage #service .offer h4 {
  font-weight: 300;
  font-size: 14px;
	font-weight:bold;
  line-height: 2em;
  text-transform: uppercase;
}
#wrapper #advantage #service .offer p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
#wrapper #advantage #service .offer a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#wrapper #advantage #service .offer:hover figcaption,
#wrapper #advantage #service .offer.hover figcaption {
  top: 80px;
}


/*-------------------------------------------------------

マネジメントシステム

-------------------------------------------------------*/

#wrapper #advantage #system  {
	margin-bottom: 80px;
}

#wrapper #advantage #system h2 {
	background: #f4f4f4;
	color: #0065b2;
	padding: 15px 30px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
}

#wrapper #advantage #system h3 {
	margin-bottom: 15px;
	font-size: 18px;
}

#wrapper #advantage #system .management {
	width: 835px;
	margin: 0 auto;
}


#wrapper #advantage #system .contents {
	width: 400px;
	float: left;
	margin-top: 50px;
	margin-bottom: 15px;
	margin-right: 35px;
	box-shadow: 0 0 8px #e2e2e2;
	text-align:center;
	padding: 30px;
}

#wrapper #advantage #system .contents:last-child {
	margin-right: 0;
}

#wrapper #advantage #system .contents h4 {
	color: #0065b2;
	font-weight:bold;
	margin-bottom: 10px;
}




/*-------------------------------------------------------

会社概要

-------------------------------------------------------*/

#wrapper #company-overview table {
	margin-bottom: 80px;
}

#wrapper #company-overview table th {
	width: 255px;
	padding: 10px 0;
	text-align:left;
	position: relative;
	font-weight:normal;
}

#wrapper #company-overview table th::after {
  position: absolute;
  top: .8em;
  right: 1em;
  content: '';
  width: 1px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1.5em);
  background-color: #d3d3d3;
}

#wrapper #company-overview table td {
	width: 648px;
}

#wrapper #company-overview table tr {
	border-bottom: 1px dotted #ccc;
}

#wrapper #company-overview table tr:last-child {
	border-bottom: none;
}



/*-------------------------------------------------------

主要取引先

-------------------------------------------------------*/

#wrapper #transaction table {
	margin-bottom: 80px;
}

#wrapper #transaction table th {
	width: 900px;
	padding: 10px 0;
	text-align:left;
	position: relative;
	font-weight:normal;
}

#wrapper #transaction table th.bold {
	font-weight:bold;
}

#wrapper #transaction table tr {
	border-bottom: 1px dotted #ccc;
	width: 50%;
	float:left;
}

#wrapper #transaction table tr:last-child {
}



/*-------------------------------------------------------

業務実績

-------------------------------------------------------*/

#wrapper #performance ul {
	width: 900px;
	background: #f9f9f9;
	padding: 20px 52px;
	margin-bottom: 50px;
}

#wrapper #performance ul li {
	width: 195px;
	text-align: center;
	background: #fff;
	border: 2px solid #0065b2;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 7px;
}

#wrapper #performance ul li a {
	color: #0065b2;
	display:block;
	padding: 10px;
}

#wrapper #performance table {
	margin-bottom: 80px;
}

#wrapper #performance table th {
	width: 255px;
	padding: 10px 0;
	text-align:left;
	position: relative;
	font-weight:normal;
}

#wrapper #performance table th::after {
  position: absolute;
  top: .8em;
  right: 1em;
  content: '';
  width: 1px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1.5em);
  background-color: #d3d3d3;
}

#wrapper #performance table td {
	width: 648px;
}

#wrapper #performance table tr {
	border-bottom: 1px dotted #ccc;
}

#wrapper #performance table tr:last-child {
	border-bottom: none;
}


/*-------------------------------------------------------

沿革

-------------------------------------------------------*/

#wrapper #history .timeline {
  list-style: none;
}
#wrapper #history .timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  #wrapper #history .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  #wrapper #history .timeline-date {
    width: 170px;
    float: left;
    padding-top: 30px;
  }
  #wrapper #history .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #eaf6ff solid;
    padding-left: 30px;
		padding-top: 30px;
  }
  #wrapper #history .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0065b2;
    position: absolute;
    left: 166px;
    top: 40px;
    border-radius: 100%;
  }
}


/*-------------------------------------------------------

採用情報

-------------------------------------------------------*/

#wrapper #recruit {
	width: 1200px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #recruit h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 23px;
	margin-bottom: 30px;
}

#wrapper #recruit h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}


#wrapper #recruit .button {
	width: 700px;
	line-height: 45px;
	text-align:center;
	margin: 30px auto 80px;
	color: #fff;
	background: #004db8;
	display: block;
	padding: 15px;
	position: relative;
	font-weight:bold;
}
#wrapper #recruit .button::before,
#wrapper #recruit .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#wrapper #recruit .button,
#wrapper #recruit .button::before,
#wrapper #recruit .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#wrapper #recruit .button {
  position: relative;
  z-index: 2;
  background-color: #004db8;
  border: 2px solid #004db8;
  color: #fff;
  line-height: 50px;
}
#wrapper #recruit .button:hover {
  background-color: #fff;
  border-color: #004db8;
  color: #004db8;
}
#wrapper #recruit .button::before,
#wrapper #recruit .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #004db8;
}
#wrapper #recruit .button::before {
  right: 0;
}
#wrapper #recruit .button::after {
  left: 0;
}
#wrapper #recruit .button:hover::before,
#wrapper #recruit .button:hover::after {
  width: 0;
  background-color: #004db8;
}

#recruit-page .box1 {
    margin: 2em 0;
    background: #F7F7F7;
}

#recruit-page .box1 .box-title {
    font-size: 1.2em;
    background: #0765B0;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#recruit-page .box1 p {
    padding: 15px 20px;
    margin: 0;
}

#recruit-page .box1 .rq {
    color: #0765B0;
}

#recruit-page .box1 .fa-phone:before {
    content: "\f095";
}

#recruit-page .tv th {
    background-color: #ededed;
    text-align: center;
}

#recruit-page .tv td {
    padding: 10px 15px;
    text-align: left;
    background-color: #fff;
}

#recruit-page .tv td,
#recruit-page .tv th {
    border: 2px #c0c0c0 solid;
    vertical-align: middle;
}

#recruit-page .formbtn {
    text-align: center;
}

#recruit-page .formbtn #bot2 {
    margin-top: 1.5em;
    padding: 0.8em;
    text-decoration: none;
    color: #EFA347;
    background: #fff;
    border: 2px solid #EFA347;
    border-radius: 3px;
    transition: .4s;
}

/*-------------------------------------------------------

応募フォーム

-------------------------------------------------------*/

#apply .inquiry table {
    border: solid 1px #d7d7d7;
    width: 100%;
}

#apply .inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding: 10px 20px;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
    vertical-align: middle;
}

#apply .inquiry td {
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #d7d7d7;
    background: #fff;
}

#apply .inquiry .haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

#apply .inquiry .any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

#apply .inquiry #memo {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
}

#apply .formbtn {
    text-align: center;
}

#apply .formbtn #bot1 {
    max-width: 350px;
    margin-top: 1.5em;
    padding: 0.8em;
    text-decoration: none;
    color: #0765B0;
    background: #fff;
    border: 2px solid #0765B0;
    border-radius: 3px;
    transition: .4s;
}

/*-------------------------------------------------------

個人情報保護方針

-------------------------------------------------------*/

#wrapper #privacy {
	width: 1200px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #privacy h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 23px;
	margin-bottom: 30px;
}

#wrapper #privacy h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}

#wrapper #privacy p {
	margin-bottom: 30px;
}

#wrapper #privacy ul {
	margin-bottom: 30px;
}


#wrapper #privacy p.representative {
	text-align: right;
}

#wrapper #privacy li {
	list-style:disc;
	margin-left: 20px;
}

#wrapper #privacy .contents table {
	margin-bottom: 30px;
}


#wrapper #privacy .contents tr.information {
	border: 1px solid #afafaf;
}

#wrapper #privacy .contents td.information-ttl {
	width: 280px;
	padding: 10px 15px;
	background: #f3f3f3;
}

#wrapper #privacy .contents td.information {
	width: 450px;
	padding: 10px 15px;
	border-right: 1px solid #afafaf;
}


#wrapper #privacy .contents {
	margin-bottom: 80px;
}

#wrapper #privacy .contents th.commission {
	background: #f3f3f3;
	padding: 10px 15px;
	text-align: left;
	border-right: 1px solid #afafaf;
}

#wrapper #privacy .contents tr.commission {
	border: 1px solid #afafaf;
}

#wrapper #privacy .contents td.commission {
	width: 380px;
	padding: 10px 15px;
	border-right: 1px solid #afafaf;
}


/*-------------------------------------------------------

サービス

-------------------------------------------------------*/


#wrapper .description-text {
	width: 500px;
	float: left;
	margin-right: 49px;
	margin-bottom: 80px;
}

#wrapper .description-text p {
	margin-bottom: 30px;
}

#wrapper .description-text h2 {
		border-bottom: none!important;
    position: none;
    padding-bottom: 0!important;
    color: #0065b2;
    font-size: 23px;
		line-height: 1.7;
    margin-bottom: 20px!important;
}

#wrapper .description-text h2:after {
    display: none!important;
}

#wrapper .description-img {
	width: 351px;
	float: left;
}

#wrapper #business-service {
	margin-bottom: 80px;
}

#wrapper #business-service .contents {
	width: 420px;
	float: left;
}

#wrapper #business-service .content {
	width: 100%;

}

#wrapper #business-service .contents:nth-last-child(even) {
	margin-right: 60px;
}


#wrapper #business-service .contents .img {
	width: 420px;
	position: relative;
}

#wrapper #business-service .contents .img p {
	width: 124px;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper #business-service .contents .text h3,
#wrapper #business-service .content .text h3 {
	color: #0065b2;
	text-align:center;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}

#wrapper #business-service .contents .text h3.ttl {
	padding: 36px;
}

#wrapper #business-service .contents .text {
	width: 420px;
	margin-bottom: 50px;
}


#wrapper #business-service .contents .text .button {
  display: inline-block;
  width: 420px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin-top: 30px;
}
#wrapper #business-service .contents .text .button::before,
#wrapper #business-service .contents .text .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#wrapper #business-service .contents .text .button,
#wrapper #business-service .contents .text .button::before,
#wrapper #business-service .contents .text .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#wrapper #business-service .contents .text .click {
	margin-top: 94px;
}

#wrapper #business-service .contents .text .button {
  position: relative;
  -webkit-perspective: 420px;
  perspective: 420px;
}
#wrapper #business-service .contents .text .button span {
  display: block;
  position: absolute;
  width: 420px;
  height: 60px;
  border: 2px solid #0065b2;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
#wrapper #business-service .contents .text .button span:nth-child(1) {
  background-color: #0065b2;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
#wrapper #business-service .contents .text .button span:nth-child(2) {
  background-color: #fff;
  color: #0065b2;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
#wrapper #business-service .contents .text .button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#wrapper #business-service .contents .text .button:hover span:nth-child(2) {
  background-color: #0065b2;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


#wrapper #outsourcing {
	margin-bottom: 80px;
}

#wrapper #outsourcing .service {
	background: #fafafa;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}

#wrapper #outsourcing .service .img {
	width: 310px;
	float: left;
	margin-right: 30px;
}

#wrapper #outsourcing .service .text {
	font-size: 13px;
}


#wrapper #outsourcing .service .text h3 {
	color: #0065b2;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
}


#wrapper #outsourcing .service .Img {
	width: 310px;
	float: left;
	margin-left: 30px;
}


#wrapper #nies {
	margin-bottom: 80px;
}

#wrapper #nies .checkmark {
	background: #f4f9ff;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

#wrapper #nies ul {
	width: 800px;
	margin: 0 auto;
}

#wrapper #nies li {
	  background-image: url(../images/service/checkmark.png);
    background-position: top left;
		background-position-y: 7px;
    background-repeat: no-repeat;
		padding-left: 40px;
		font-size: 20px;
		font-weight:bold;
}



#wrapper #nies .arrow {
 	position: relative;
	display: inline-block;
 	margin: 0 0 1.5em;
	padding: 30px 50px;
	min-width: 900px;
 	max-width: 100%;
 	color: #fff;
	font-size: 30px;
	background: #0065b2;
	font-weight:bold;
}

#wrapper #nies .arrow:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0065b2;
}

#wrapper #nies .arrow p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper #nies .arrow p span {
	font-size: 40px;
}


/*-------------------------------------------------------

ソリューション事例

-------------------------------------------------------*/

#wrapper .solution-log p {
	margin-bottom: 30px;
}


/*-------------------------------------------------------

お問い合わせ

-------------------------------------------------------*/

#wrapper #contact {
	width: 1200px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #contact h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 23px;
	margin-bottom: 30px;
}

#wrapper #contact h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}

#wrapper #contact .contents {
	margin-bottom: 50px;
}

#wrapper #contact .tel {
	width: 100%;
	padding: 20px;
	line-height: 2;
	border: 1px solid #c6c6c6;
	margin: 20px 0;
}

#wrapper #contact .telBox {
	width: 100%;
	padding: 20px;
	line-height: 2;
	border: 1px solid #c6c6c6;
	margin: 20px 0;
    position: relative;
}

#wrapper #contact .telBox .img {
    position: absolute;
    bottom: 0;
    right: 40px;
    line-height: 0;
}

#wrapper #contact .tel h3,
#wrapper #contact .telBox h3 {
	background: #0065b2;
	color: #fff;
	font-weight:normal;
	padding: 10px 20px;
	margin-bottom: 15px;
}

#wrapper #contact .tel h4,
#wrapper #contact .telBox h4 {
    font-family: 'Reem Kufi', sans-serif;
    background-image: url(../images/common/contact-icon-tel.jpg);
    line-height: 1.2;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 80px;
    font-size: 45px;
    font-weight: bold;
}

#wrapper #contact .tel h4 span,
#wrapper #contact .telBox h4 span {
	font-weight:normal;
	font-size: 15px;
}

#wrapper #contact tr {
}

#wrapper #contact th {
	border: 1px solid #9d9d9d;
	background: #f4f6fc;
	color: #0065b2;
	font-weight:bold;
	padding: 15px 40px;
	vertical-align: middle;
	text-align:left;
	width: 300px;
}

#wrapper #contact td {
	border: 1px solid #9d9d9d;
	padding: 10px;
	width: 860px;
	padding: 20px;
}

input[type="email"],
input[type="text"],
input[type="tel"],
#wrapper #contact textarea {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}



#wrapper #contact input.wpcf7-form-control.wpcf7-submit,
#wrapper #contact input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
    background: #004db8!important;
		color: #fff;
		width: 400px;
		margin: 0 auto;
		padding: 20px;
		display: table;
		margin-top: 30px;
		cursor:pointer;
		border: none;
}

#wrapper #contact input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    background: #2d2d2d!important;
		color: #fff;
		width: 400px;
		margin: 0 auto;
		padding: 20px;
		display: table;
		margin-top: 30px;
		cursor:pointer;
		border: none;
}

#wrapper #contact .wpcf7-list-item {
    display: block;
}

/*-------------------------------------------------------

サイトマップ

-------------------------------------------------------*/

#wrapper #sitemap {
	width: 1200px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #sitemap h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 23px;
	margin-bottom: 30px;
}

#wrapper #sitemap h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}


#wrapper #sitemap .contents {
	width: 500px;
	float: left;
	margin-right: 80px;
	margin-bottom: 80px;
}

#wrapper #sitemap .contents ul {
	margin-bottom: 50px;
}

#wrapper #sitemap .contents ul li {
		background-image: url(../images/common/footer-arrow.png);
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 15px;
}

#wrapper #sitemap .contents ul li.ttl {
		background-image: none;
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 0;
		font-weight:bold;
}


/*-------------------------------------------------------

サービス

-------------------------------------------------------*/

#contactcenter-solution,
#marketing-solution,
#service-solution {
	margin-bottom: 150px;
}

#contactcenter-solution .contents,
#marketing-solution .contents,
#service-solution .contents {
	width: 270px;
	float:left;
	margin-right: 45px;
	margin-bottom: 45px;
	text-align: center;
}

#contactcenter-solution .contents a,
#marketing-solution .contents a,
#service-solution .contents a {
	font-weight:bold;
	color: #0065b2;
}

#contactcenter-solution .contents:nth-child(4),
#marketing-solution .contents:nth-child(4),
#service-solution .contents:nth-child(4) {
	margin-right: 0;
}


/*-------------------------------------------------------

SNS

-------------------------------------------------------*/

#sns-support,
#sns-advertisement {
	margin-bottom: 50px;
}

#sns-support h3.subttl,
#sns-advertisement h3.subttl{
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

#sns-support p,
#sns-advertisement p {
	margin-bottom: 30px;
}

#sns-support p.btn,
#sns-advertisement p.btn {
	text-align:center;
}

#sns-support a,
#sns-advertisement a {
	width: 620px;
	height: 100px;
	display:block;
	margin: 20px auto 6em;
}

#sns-support a:hover,
#sns-advertisement a:hover {
	background: #E8FFDD;
}

#sns-advertisement .img {
	width: 304px;
	float: left;
	margin-right: 40px;
}

#sns-advertisement .text {
	float:left;
	width: 556px
}

#sns-support .sns-col {
    margin-bottom: 1em;
}

#sns-support .sns-col::after {
   content: "";
   display: block;
   clear: both;
}

#sns-support .sns-col .img {
	width: 41%;
	float: left;
}

#sns-support .sns-col .txt {
	width: 59%;
	float: left;
	padding-left: 1em;
}

@media only screen and (max-width: 1300px) {
#sns-support .sns-col .img {
	width: 52%;
}

#sns-support .sns-col .txt {
	width: 48%;
}
}

@media only screen and (max-width: 400px) {
#sns-support .sns-col .img img {
    width: 41%;
}
}

/*-------------------------------------------------------

eメール・チャット対応コンタクトセンター

-------------------------------------------------------*/

#maincontents p.img-cc {
	text-align: center;
	margin-bottom: 5em;
}

#contact-center {
	margin-bottom: 50px;
}

#contact-center h3.subttl {
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

#contact-center p {
	margin-bottom: 30px;
}

#contact-center p.btn {
	text-align:center;
}

#contact-center a {
	width: 620px;
	height: 100px;
	display:block;
	margin: 20px auto 6em;
}

#contact-center a:hover {
	background: #E8FFDD;
}


/*-------------------------------------------------------

通販・EC向け業務支援

-------------------------------------------------------*/

#ec-mailorder {
	margin-bottom: 80px;
}

#ec-mailorder h2.subttl {
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    font-size: 20px!important;
    text-align: left;
		border-bottom: none!important;
		margin-top: 50px;
}

#ec-mailorder h2.subttl:after {
	border-bottom: none!important;
}

#ec-mailorder h3 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	color: #0065b2;
	margin-bottom: 20px;
	margin-top: 50px;
}

#ec-mailorder p {
	margin-bottom: 20px;
}

#ec-mailorder .shared {
	width: 440px;
	height: 200px;
	font-size: 14px;
	margin-right: 20px;
	background: #f5f7ff;
	border-radius: 10px;
	float: left;
	padding: 30px;
	margin-bottom: 3em;
}

#ec-mailorder .option {
	width: 440px;
	height: 200px;
	font-size: 14px;
	background: #fffee9;
	border-radius: 10px;
	float: left;
	padding: 30px;
	margin-bottom: 3em;
}

#ec-mailorder ul.spot {
	margin-bottom: 30px;
}

#ec-mailorder .ec-img {
	margin-top: 30px;
	text-align: center;
}

#ec-mailorder li {
	list-style: disc;
	margin-left: 20px;
}

#ec-mailorder ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#ec-mailorder ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
	list-style:none;
	margin-left: 0!important;
}
#ec-mailorder ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f3faff;
  color: #0065b2;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

#ec-mailorder .text {
	width: 480px;
	float:left;
	margin-right: 40px;
}

#ec-mailorder .img {
	width: 380px;
	float:left;
}

#ec-mailorder .ahureko {
	color: #ff4141;
	border: solid #e2e2e2 1px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

#ec-mailorder .capacity {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	font-size: 12px;
	padding: 30px;
	margin-top: 30px;
}

#ec-mailorder .capacity p {
	margin-bottom: 0!important;
}



/*-------------------------------------------------------

line

-------------------------------------------------------*/

#wrapper #line {
    width: 1200px;
    margin: 0 auto;
    line-height: 2;
}

#wrapper #line h2.ttl {
	font-size: 20px;
	color: #0065b2;
	margin-bottom: 30px;
}

#wrapper #line p.description {
}

#wrapper #line h2.subttl {
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    font-size: 20px;
    text-align: left;
		margin-top: 50px;
		margin-bottom: 30px;
}

#wrapper #line .customerconnect p {
	margin-bottom: 30px;
}

#wrapper #line .customerconnect span {
	background: #0065b2;
	color: #fff;
	text-align:center;
	padding: 5px 10px;
}

#wrapper #line .customerconnect .feature {
	background: #f4faff;
	width: 270px;
	height: 390px;
	padding: 30px;
	float: left;
	margin-right: 40px;
	font-size: 14px;
}

#wrapper #line .customerconnect .feature:last-child {
	margin-right: 0;
}

#wrapper #line .customerconnect .feature .img {
	text-align:center;
	margin-right: 65px;
}

#wrapper #line .customerconnect .feature h3 {
	color: #0065b2;
	font-weight:bold;
	text-align:center;
	font-size: 16px;
  line-height: 1.5;
	margin-bottom: 15px;
}

#wrapper #line .customerconnect .account {
	width: 270px;
	height: 300px;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	margin-right:40px;
}

#wrapper #line .customerconnect .account h3 {
	font-weight:bold;
	color: #fff;
	text-align:center;
	font-size: 16px;
  line-height: 1.5;
	margin-bottom: 15px;
	padding: 20px;
}

#wrapper #line .customerconnect .account {
	background: #eef1fa;
}

#wrapper #line .customerconnect .account:nth-of-type(2) {
	background: #dcf4f7;
}

#wrapper #line .customerconnect .account:nth-of-type(3) {
	background: #eafaf5;
}

#wrapper #line .customerconnect .account:nth-of-type(4) {
	background: #f2f9ee;
}

#wrapper #line .customerconnect .account h3:nth-last-of-type(1) {
	background: #3366bf;
}

#wrapper #line .customerconnect .account h3.two {
	background: #1ba1b1;
}

#wrapper #line .customerconnect .account h3.three {
	background: #21a47d;
}

#wrapper #line .customerconnect .account h3.four {
	background: #75b058;
}

#wrapper #line .customerconnect .account:last-child {
	margin-right: 0;
}

#wrapper #line .customerconnect .account p {
	padding: 0 20px;
}


#maincontents #article .thumbnail .wp-post-image {
    width: 300px;
    height: 200px;
    object-position: 50% 30%;
    object-fit: cover;
}

/*-------------------------------------------------------

お問い合わせこちら

-------------------------------------------------------*/

#ContactTel {
    width: 175px;
    position: fixed;
    bottom: 100px;
    right:0;
    margin: 0;
    background: #0065b2;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    z-index: 9999999;
    text-align:center;
    white-space: nowrap;
}

#ContactTel h2 {
	color: #0065b2;
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

#ContactTel h3 {
	font-size: 19px;
	font-family: 'Reem Kufi', sans-serif;
}

#ContactTel a.btn {
	color: #0065b2;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
  display: block;
	margin-top:10px;
	font-weight:bold;
}

/*-------------------------------------------------------

お知らせ

-------------------------------------------------------*/

#archive #news a {
  padding-bottom: .2em;
  background: -webkit-linear-gradient(left, #ffe653 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #ffe653 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
#archive #news a:hover {
  background-position: 0% bottom;
}

/*-------------------------------------------------------

SDGsへの取り組み

-------------------------------------------------------*/

#sdgs-article {
    margin-bottom: 3em;
}

#sdgs-article .img {
    max-width: 445px;
    float: left;
    margin-right: 30px;
}

#sdgs-article .txt {
    max-width: 420px;
    float: left;
}

@media only screen and (max-width: 1300px) {
#sdgs-article .img {
    max-width: 350px;
}

#sdgs-article .txt {
    max-width: 320px;
}
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

スマホデザイン用

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 860px) {

#maincontents  {
    padding: 0 20px;
}

/*-------------------------------------------------------

当社の強み

-------------------------------------------------------*/

#wrapper #advantage {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #advantage h2 {
	text-align: center;
	font-size: 20px;
	padding: 0 20px;
	margin-bottom: 15px;
}

#wrapper #advantage p.text {
	text-align: center;
	padding: 0 20px;
}

#wrapper #advantage ul.navigation li {
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #0065b2;
	text-align:center;
}

#wrapper #advantage ul.navigation a {
	color: #0065b2;
	display: block;
	padding: 15px;
	position: relative;
	font-weight:bold;
}

#wrapper #advantage ul.navigation li:last-child {
	margin-right: 0;
}

#wrapper #advantage ul.navigation a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0065b2;
  border-right: solid 2px #0065b2;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}

#wrapper #advantage ul {
	margin: 50px 0;
	padding: 0 20px;
}

#wrapper #advantage #reason {
	margin-bottom: 80px;
	padding: 0 20px;
}


#wrapper #advantage #reason h2 {
	background: #f4f4f4;
	color: #0065b2;
	padding: 15px 30px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
	
}

#wrapper #advantage #reason .contents {
	width: 100%;
	margin-bottom: 50px;
    padding: 20px;
}


#wrapper #advantage #reason .text {
	width: 100%;
}


#wrapper #advantage #reason .text h3 {
	border-bottom: solid 2px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 20px;
	margin-bottom: 30px;
	position:relative;
}

@import url('https://fonts.googleapis.com/css?family=Average');

#wrapper #advantage #reason .text h3 .number {
	position:absolute;
	top: 70px!important;
	right: 0!important;
    left: auto;
	font-size: 120px!important;
	color: rgba(187, 214, 255, 0.45);
	line-height: 0;
	font-family: 'Average', serif;
}

#wrapper #advantage #reason .text h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0065b2;
	bottom: -2px;
	width: 20%;
}


#wrapper #advantage #reason .image {
	width: 100%;
	margin-top: 20px;
}


/*-------------------------------------------------------

幅広いサービスを提供

-------------------------------------------------------*/

#wrapper #advantage #service  {
	margin-bottom: 80px;
	padding: 0 20px;
}

#wrapper #advantage #service h2 {
	background: #f4f4f4;
	color: #0065b2;
	padding: 15px 30px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
}

#wrapper #advantage #service h3.subttl {
	margin-top: 20px;
	margin-bottom:10px;
    color: #333;
}

#wrapper #advantage #service .offer {
	border: 2px solid #efefef;
	padding: 20px;
	margin-bottom: 20px;
}


#wrapper #advantage #service .text {
	width: 100%;
}


#wrapper #advantage #service p {
    margin-bottom: 30px;
}

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
/* #wrapper #advantage #service .offer {
    font-family: 'Quattrocento', Arial, sans-serif;
    position: relative;
    margin: 0 auto 20px;
    min-width: 288px;
    max-width: 230px;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
} */


#wrapper #advantage #service .offer h3,
#wrapper #advantage #service .offer p {
  margin: 0 0 10px;
}
#wrapper #advantage #service .offer h3 {
  font-weight: 300;
	color: #0065b2;
	border-bottom: 2px solid #0065b2;
	font-weight:bold;
  line-height: 2em;
	padding-bottom: 10px;
}
#wrapper #advantage #service .offer p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
#wrapper #advantage #service .offer a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* #wrapper #advantage #service .offer:hover figcaption,
#wrapper #advantage #service .offer.hover figcaption {
  top: 80px;
} */


/*-------------------------------------------------------

マネジメントシステム

-------------------------------------------------------*/

#wrapper #advantage #system  {
	margin-bottom: 80px;
	padding: 0 20px;
}

#wrapper #advantage #system h2 {
	background: #f4f4f4;
	color: #0065b2;
	padding: 15px 30px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
}

#wrapper #advantage #system h3 {
	margin-bottom: 15px;
	font-size: 18px;
}

#wrapper #advantage #system .management {
	width: 100%;
	margin: 0 auto;
}


#wrapper #advantage #system .contents {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
	box-shadow: 0 0 8px #e2e2e2;
	text-align:center;
	padding: 30px;
}

#wrapper #advantage #system .contents:last-child {
	margin-right: 0;
}

#wrapper #advantage #system .contents h4 {
	color: #0065b2;
	font-weight:bold;
	margin-bottom: 10px;
}


/*-------------------------------------------------------

ご挨拶

-------------------------------------------------------*/

#wrapper #maincontents #about {
	width: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');

#wrapper #about h3 {
	text-align:center;
	font-size: 20px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#wrapper #about p.sub {
	text-align: center;
}


#wrapper #about p {
	margin-bottom: 30px;
}

#wrapper #about p.name {
	text-align:right;
}

/*-------------------------------------------------------

会社概要

-------------------------------------------------------*/

#wrapper #company-overview {
	width: 100%;
	padding: 0 20px;
}

#wrapper #company-overview table {
	width: 100%;
	margin-bottom: 80px;
}

#wrapper #company-overview table th {
	width: 100%;
	padding: 10px 20px;
	text-align:left;
	display:block;
	font-weight:normal;
	background: #0065b2;
	color: #fff;
}

#wrapper #company-overview table td {
	width: 100%;
	display:block;
	padding: 15px 0;
}

#wrapper #company-overview table tr:last-child {
	border-bottom: none;
}



/*-------------------------------------------------------

主要取引先

-------------------------------------------------------*/

#wrapper #transaction {
	width: 100%;
	padding: 0 20px;
}

#wrapper #transaction table {
	width: 100%;
	margin-bottom: 80px;
}

#wrapper #transaction table th {
	width: 900px;
	padding: 10px 0;
	text-align:left;
	position: relative;
	font-weight:normal;
}

#wrapper #transaction table th.bold {
	font-weight:bold;
}

#wrapper #transaction table tr {
	border-bottom: 1px dotted #ccc;
}

#wrapper #transaction table tr:last-child {
}



/*-------------------------------------------------------

業務実績

-------------------------------------------------------*/

#wrapper #performance {
	width: 100%;
	/*padding: 0 20px;*/
}
    
#wrapper #performance table th::after {
    display: none;
}

#wrapper #performance ul {
	width: 100%;
	background: #f9f9f9;
	padding: 0;
	margin-bottom: 50px;
}

#wrapper #performance ul li {
	width: 48%;
	text-align: center;
	font-size: 14px;
	background: #fff;
	border: 2px solid #0065b2;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 7px;
}

#wrapper #performance ul li a {
	color: #0065b2;
	display:block;
	padding: 10px;
}

#wrapper #performance table {
	margin-bottom: 80px;
	width: 100%;
}

#wrapper #performance table th {
	width: 100%;
	padding: 10px 20px;
	text-align:left;
	display:block;
	font-weight:normal;
	background: #0065b2;
	color: #fff;
}

#wrapper #performance table td {
	width: 100%;
	display:block;
	padding: 15px 0;
}

#wrapper #performance table tr:last-child {
	border-bottom: none;
}


/*-------------------------------------------------------

組織図

-------------------------------------------------------*/

#organization {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 50px;
}

/*-------------------------------------------------------

沿革

-------------------------------------------------------*/

#wrapper #history {
	width: 100%;
	padding: 0 20px;
}

#wrapper #history .timeline {
  list-style: none;
}

#wrapper #history p.timeline-date {
	color: #0065b2;
}

#wrapper #history .timeline > li {
  margin-bottom: 20px;
  background: #f7f9ff;
  padding: 20px;
}

/* for Desktop */
@media ( min-width : 640px ){
  #wrapper #history .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  #wrapper #history .timeline-date {
    width: 170px;
    float: left;
    padding-top: 30px;
  }
  #wrapper #history .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #eaf6ff solid;
    padding-left: 30px;
		padding-top: 30px;
  }
  #wrapper #history .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0065b2;
    position: absolute;
    left: 166px;
    top: 40px;
    border-radius: 100%;
  }
}


/*-------------------------------------------------------

採用情報

-------------------------------------------------------*/

#wrapper #recruit {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 2;
}

#wrapper #recruit h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 18px;
	margin-bottom: 30px;
}

#wrapper #recruit h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}


#wrapper #recruit .button {
	width: 100%;
	line-height: 45px;
	text-align:center;
	margin: 30px auto 80px;
	color: #fff;
	background: #004db8;
	display: block;
	padding: 15px;
	position: relative;
	font-weight:bold;
}
#wrapper #recruit .button::before,
#wrapper #recruit .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#wrapper #recruit .button,
#wrapper #recruit .button::before,
#wrapper #recruit .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#wrapper #recruit .button {
  position: relative;
  z-index: 2;
  background-color: #004db8;
  border: 2px solid #004db8;
  color: #fff;
  line-height: 50px;
}
#wrapper #recruit .button:hover {
  background-color: #fff;
  border-color: #004db8;
  color: #004db8;
}
#wrapper #recruit .button::before,
#wrapper #recruit .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #004db8;
}
#wrapper #recruit .button::before {
  right: 0;
}
#wrapper #recruit .button::after {
  left: 0;
}
#wrapper #recruit .button:hover::before,
#wrapper #recruit .button:hover::after {
  width: 0;
  background-color: #004db8;
}



/*-------------------------------------------------------

個人情報保護方針

-------------------------------------------------------*/

#wrapper #privacy {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #privacy h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 18px;
	margin-bottom: 30px;
}

#wrapper #privacy h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}

#wrapper #privacy p {
	margin-bottom: 30px;
}

#wrapper #privacy ul {
	margin-bottom: 30px;
}


#wrapper #privacy p.representative {
	text-align: right;
}

#wrapper #privacy li {
	list-style:disc;
	margin-left: 20px;
}

#wrapper #privacy .contents table {
	margin-bottom: 30px;
}


#wrapper #privacy .contents tr.information {
	border: 1px solid #afafaf;
}

#wrapper #privacy .contents td.information-ttl {
	width: 280px;
	padding: 10px 15px;
	background: #f3f3f3;
}

#wrapper #privacy .contents td.information {
	width: 450px;
	padding: 10px 15px;
	border-right: 1px solid #afafaf;
}


#wrapper #privacy .contents {
	margin-bottom: 80px;
}

#wrapper #privacy .contents th.commission {
	background: #f3f3f3;
	padding: 10px 15px;
	text-align: left;
	border-right: 1px solid #afafaf;
}

#wrapper #privacy .contents tr.commission {
	border: 1px solid #afafaf;
}

#wrapper #privacy .contents td.commission {
	width: 380px;
	padding: 10px 15px;
	border-right: 1px solid #afafaf;
}


/*-------------------------------------------------------

サービス

-------------------------------------------------------*/

#wrapper .description-text {
	width: 100%;
    margin-bottom: 10px;
}

#wrapper .description-text p {
	margin-bottom: 30px;
}

#wrapper .description-text h2 {
		border-bottom: none!important;
    position: none;
    padding-bottom: 0!important;
    color: #0065b2;
    font-size: 20px;
		line-height: 1.7;
    margin-bottom: 20px!important;
}

#wrapper .description-icon {
    display: none;
	width: 200px;
	margin: 0 auto 80px;
}

#wrapper .description-text h2:after {
    display: none!important;
}

#wrapper .description-img {
	width: 351px;
}

#wrapper #business-service {
	margin-bottom: 80px;
}

#wrapper #business-service .contents {
	width: 100%;
}

#wrapper #business-service .contents .img {
	width: 100%;
	position: relative;
}

#wrapper #business-service .contents .img p {
	width: 124px;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper #business-service .contents .text h3 {
	color: #0065b2;
	text-align:center;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 20px;
}

#wrapper #business-service .contents .text h3.ttl {
	padding: 36px;
}

#wrapper #business-service .contents .text {
	width: 100%;
	margin-bottom: 50px;
}


#wrapper #business-service .contents .text .button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin-top: 30px;
}
#wrapper #business-service .contents .text .button::before,
#wrapper #business-service .contents .text .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#wrapper #business-service .contents .text .button,
#wrapper #business-service .contents .text .button::before,
#wrapper #business-service .contents .text .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#wrapper #business-service .contents .text .click {
	margin-top: 94px;
}

#wrapper #business-service .contents .text .button {
  position: relative;
  -webkit-perspective: 420px;
  perspective: 420px;
}
#wrapper #business-service .contents .text .button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  border: 2px solid #0065b2;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
#wrapper #business-service .contents .text .button span:nth-child(1) {
  background-color: #0065b2;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
#wrapper #business-service .contents .text .button span:nth-child(2) {
  background-color: #fff;
  color: #0065b2;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
#wrapper #business-service .contents .text .button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#wrapper #business-service .contents .text .button:hover span:nth-child(2) {
  background-color: #0065b2;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


#wrapper #outsourcing {
	margin-bottom: 80px;
}

#wrapper #outsourcing .service {
	background: #fafafa;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}

#wrapper #outsourcing .service .img {
	width: 100%;
}

#wrapper #outsourcing .service .text {
	width: 100%;
	font-size: 13px;
}


#wrapper #outsourcing .service .text h3 {
	color: #0065b2;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
}


#wrapper #outsourcing .service .Img {
	width: 100%;
	margin-top: 15px;
}


#wrapper #nies {
	margin-bottom: 80px;
}

#wrapper #nies .checkmark {
	background: #f4f9ff;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

#wrapper #nies ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#wrapper #nies li {
	  background-image: url(../images/service/checkmark.png);
    background-position: top left;
		background-position-y: 7px;
    background-repeat: no-repeat;
		padding-left: 40px;
		font-size: 16px;
		font-weight:bold;
}



#wrapper #nies .arrow {
 	position: relative;
	display: inline-block;
 	margin: 0 0 1.5em;
	line-height: 1.5;
	padding: 30px;
 	max-width: 100%;
 	color: #fff;
	font-size: 20px;
	background: #0065b2;
	font-weight:bold;
}

#wrapper #nies .arrow:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0065b2;
}

#wrapper #nies .arrow p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper #nies .arrow p span {
	font-size: 25px;
}


/*-------------------------------------------------------

ソリューション事例

-------------------------------------------------------*/

#wrapper .solution-log p {
	margin-bottom: 30px;
}


/*-------------------------------------------------------

お問い合わせ

-------------------------------------------------------*/

#wrapper #contact {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #contact h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 18px;
	margin-bottom: 30px;
}

#wrapper #contact h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}

#wrapper #contact .contents {
	margin-bottom: 50px;
}

#wrapper #contact .tel {
	width: 100%;
	padding: 20px;
	line-height: 2;
	border: 1px solid #c6c6c6;
	margin: 20px 0 80px;
}
    
#wrapper #contact .telBox {
	width: 100%;
	padding: 20px;
	line-height: 2;
	border: 1px solid #c6c6c6;
	margin: 20px 0 80px;
    position: relative;
}
    
#wrapper #contact .telBox .img {
    display: none;
}

#wrapper #contact .tel h3,
#wrapper #contact .telBox h3 {
	background: #0065b2;
	color: #fff;
	font-weight:normal;
	padding: 10px 20px;
	margin-bottom: 15px;
}

#wrapper #contact .tel h4,
#wrapper #contact .telBox h4 {
    font-family: 'Reem Kufi', sans-serif;
    background-image: url(../images/common/contact-icon-tel.jpg);
    background-size: 35px;
    line-height: 1.2;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 47px;
    font-size: 28px;
    font-weight: bold;
}

#wrapper #contact .tel h4 span,
#wrapper #contact .telBox h4 span {
	font-weight:normal;
	font-size: 15px;
}

#wrapper #contact tr {
}

#wrapper #contact th {
	width: 100%;
	display:block;
	background: #f4f6fc;
	color: #0065b2;
	font-weight:bold;
	padding: 15px 20px;
	vertical-align: middle;
	text-align:left;
}

#wrapper #contact td {
	width: 100%;
	display:block;
	padding: 20px 0;
    border: none;
}

#wrapper #contact th.address {
    width: 100%;
    visibility: hidden;
    margin: -10px;
    line-height: 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
#wrapper #contact textarea {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f8f8f8;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}



#wrapper #contact input.wpcf7-form-control.wpcf7-submit {
    background: #004db8!important;
		color: #fff;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		display: table;
		margin-top: 10px;
		cursor:pointer;
		border: none;
}

#wrapper #contact .wpcf7-list-item {
    display: block;
}


/*-------------------------------------------------------

サイトマップ

-------------------------------------------------------*/

#wrapper #sitemap {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 2;
}

#wrapper #sitemap h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 18px;
}

#wrapper #sitemap h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}


#wrapper #sitemap .contents {
	width: 100%;
	margin-bottom: 80px;
}

#wrapper #sitemap .contents ul {
	margin-bottom: 50px;
}

#wrapper #sitemap .contents ul li a {
	display:block;
	padding: 20px 0;
}

#wrapper #sitemap .contents ul li {
		background-image: url(../images/common/footer-arrow.png);
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 15px;
		border-bottom: solid 1px #dcdcdc;
}

#wrapper #sitemap .contents ul li:last-child {
		border-bottom: none;
}

#wrapper #sitemap .contents ul li.ttl {
		background-image: none;
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 0;
		font-weight:bold;
		border-bottom: none;
		color: #0065b2;
		margin-top: 20px;
}


/*-------------------------------------------------------

サービス

-------------------------------------------------------*/

#wrapper #service {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
}

#contactcenter-solution,
#marketing-solution,
#service-solution {
	margin-bottom: 150px;
}

#contactcenter-solution .contents,
#marketing-solution .contents,
#service-solution .contents {
	width: 270px;
	text-align: center;
	margin: 0 auto 45px;
    float: none;
}

#contactcenter-solution .contents a,
#marketing-solution .contents a,
#service-solution .contents a {
	font-weight:bold;
	color: #0065b2;
}

#contactcenter-solution .contents:nth-child(4),
#marketing-solution .contents:nth-child(4),
#service-solution .contents:nth-child(4) {
	margin-right: auto;
}


/*-------------------------------------------------------

SNS

-------------------------------------------------------*/

#sns-support,
#sns-advertisement {
	margin-bottom: 50px;
}

#sns-support h3.subttl,
#sns-advertisement h3.subttl{
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    text-align: left;
    margin-bottom: 20px;
}

#sns-support p,
#sns-advertisement p {
	margin-bottom: 30px;
}

#sns-support p.btn,
#sns-advertisement p.btn {
	text-align:center;
}

#sns-support a,
#sns-advertisement a {
	width: 100%;
	height: 100px;
	display:block;
	margin: 20px auto 0;
}

#sns-advertisement .img {
	width: 100%;
}

#sns-advertisement .text {
	width: 100%;
}

#sns-support .sns-col .img {
    width: 100%;
    float: none;
    text-align: center;
}
#sns-support .sns-col .txt {
    width: 100%;
    float: none;
    padding-left: 0;
}

/*-------------------------------------------------------

eメール・チャット対応コンタクトセンター

-------------------------------------------------------*/

#maincontents p.img-cc {
	text-align: center;
	margin-bottom: 5em;
}

#contact-center {
	margin-bottom: 50px;
}

#contact-center h3.subttl {
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    text-align: left;
    margin-bottom: 20px;
}

#contact-center p {
	margin-bottom: 30px;
}

#contact-center p.btn {
	text-align:center;
}

#contact-center a {
	width: 100%;
	height: 100px;
	display:block;
	margin: 20px auto 0;
}


/*-------------------------------------------------------

通販・EC向け業務支援

-------------------------------------------------------*/

#ec-mailorder  {
    width: 100%;
		margin: 0 auto;
    line-height: 2;
}

#ec-mailorder h2.subttl {
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    font-size: 20px!important;
    text-align: left;
		border-bottom: none!important;
		margin-top: 50px;
}

#ec-mailorder h2.subttl:after {
	border-bottom: none!important;
}

#ec-mailorder h3 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	color: #0065b2;
	margin-bottom: 20px;
	margin-top: 50px;
}

#ec-mailorder p {
	margin-bottom: 20px;
}

#ec-mailorder .shared {
	width: 100%;
	margin-right: 20px;
	background: #f5f7ff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 1em;
}

#ec-mailorder .option {
	width: 100%;
	background: #fffee9;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 3em;
}

#ec-mailorder ul.spot {
	margin-bottom: 30px;
}

#ec-mailorder .ec-img {
	margin-top: 30px;
	text-align: center;
}

#ec-mailorder li {
	list-style: disc;
	margin-left: 20px;
}

#ec-mailorder ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#ec-mailorder ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
	list-style:none;
	margin-left: 0!important;
}
#ec-mailorder ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f3faff;
  color: #0065b2;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

#ec-mailorder .text {
	width: 100%;
}

#ec-mailorder .img {
	width: 100%;
}

#ec-mailorder .ahureko {
	color: #ff4141;
	border: solid #e2e2e2 1px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#ec-mailorder .capacity {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 5em;
}

#ec-mailorder .capacity p {
	margin-bottom: 0!important;
}



/*-------------------------------------------------------

line

-------------------------------------------------------*/

#wrapper #line {
    width: 100%;
		margin: 0 auto;
    padding: 0 20px;
    line-height: 2;
}

#wrapper #line h2.ttl {
	color: #0065b2;
	margin-bottom: 30px;
}

#wrapper #line p.description {
}

#wrapper #line h2.subttl {
    background: #f4f4f4;
    color: #0065b2;
    padding: 15px 30px;
    text-align: left;
		margin-top: 50px;
		margin-bottom: 30px;
}

#wrapper #line .customerconnect p {
	margin-bottom: 30px;
}

#wrapper #line .customerconnect span {
	background: #0065b2;
	color: #fff;
	text-align:center;
	padding: 5px 10px;
}

#wrapper #line .customerconnect .feature {
	background: #f4faff;
	width: 100%;
	padding: 30px;
	margin-bottom:20px;
}

#wrapper #line .customerconnect .feature .img {
	text-align:center;
	margin-right: 65px;
}

#wrapper #line .customerconnect .feature h3 {
	color: #0065b2;
	font-weight:bold;
	text-align:center;
	font-size: 16px;
  line-height: 1.5;
	margin-bottom: 15px;
}

#wrapper #line .customerconnect .account {
	width: 100%;
	margin-bottom: 10px;
}

#wrapper #line .customerconnect .account h3 {
	font-weight:bold;
	color: #fff;
	text-align:center;
	font-size: 16px;
  line-height: 1.5;
	margin-bottom: 15px;
	padding: 20px;
}

#wrapper #line .customerconnect .account {
	background: #eef1fa;
}

#wrapper #line .customerconnect .account:nth-of-type(2) {
	background: #dcf4f7;
}

#wrapper #line .customerconnect .account:nth-of-type(3) {
	background: #eafaf5;
}

#wrapper #line .customerconnect .account:nth-of-type(4) {
	background: #f2f9ee;
}

#wrapper #line .customerconnect .account h3:nth-last-of-type(1) {
	background: #3366bf;
}

#wrapper #line .customerconnect .account h3.two {
	background: #1ba1b1;
}

#wrapper #line .customerconnect .account h3.three {
	background: #21a47d;
}

#wrapper #line .customerconnect .account h3.four {
	background: #75b058;
}

#wrapper #line .customerconnect .account p {
	padding: 0 20px 30px;
}

#maincontents #article .thumbnail .wp-post-image {
    width: 100%;
    height: 200px;
    object-position: 50% 30%;
    object-fit: cover;
}

/*-------------------------------------------------------

SDGsへの取り組み

-------------------------------------------------------*/

#sdgs-article {
    margin-bottom: 3em;
}

#sdgs-article .img {
    width: 100%;
}

#sdgs-article .txt {
    width: 100%;
}
    
/*-------------------------------------------------------

応募フォーム

-------------------------------------------------------*/

#recruit-page .formbtn #bot2 {
    display: block;
}

#apply .inquiry table {
    width: 100%;
    table-layout: fixed;
}

#apply .inquiry th,
#apply .inquiry td {
    display: block;
}
    
#apply .inquiry .wpcf7-form-control-wrap {
    width: 100%;
}
    
#apply .inquiry select#dpmenu {
    width: 100%;
}
    
#apply .formbtn #bot1 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0;
}
    
#apply .inquiry #memo {
    background: #f8f8f8;
}

}