/* 変数 */
@charset "utf-8";
:root {
  /* 色 */

  /* 余白 */
}
/* ===========================================================================================================================
	content
=========================================================================================================================== */
.area_content {
	margin-bottom:20px;
}
.content_box {
	background-color:transparent;
	border:none;
	padding-top: 2.887em;
	padding-bottom: 2.887em;
}
/*************************************************************
* ポテンシャル採用LP バナー
*************************************************************/
.bnr_ptential_recruit {
	position: fixed;
	top: 200px;
	right: 0;
	width: 70px;
	height: 270px;

	-ms-writing-mode: tb-rl;

	    writing-mode: vertical-rl;

	background-color: #D90D0D;
	border-radius: 6px 0px 0px 6px;

	color: #fff;

	padding: 1.5rem 0.75rem;

	transform: translateX(100%);

	transition: 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-property: opacity, transform;
}
.bnr_ptential_recruit:hover {
		opacity: 0.7;
	}
.bnr_ptential_recruit.move {
		transform: translateX(0%);
	}
.bnr_ptential_recruit .subtext {
		font-size: 0.89em;
	}
.bnr_ptential_recruit .headline {
		padding-top: 0.75rem;

		font-weight: bold;
		font-size: 1.424em;
	}
@media screen and (max-width: 768px) {
		.bnr_ptential_recruit {display: none; }
	}
/*************************************************************
* メインイメージ
*************************************************************/
.customer_container {
	overflow:hidden;

  position: relative;

	padding-top: 2.324em;

  min-height: 420px;
  height: 420px;
}
.customer_container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    width: 60%;
    height: 100%;

    background: linear-gradient(to left, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 34%);
  }
.customer_container .customer_container_detail {
    position: relative;
    z-index: 2;

    margin-left: max(calc(50% - 480px),20px);
		width: 65%;
	}
.customer_container .customer_container_detail .headline {
			font-weight: bold;
			color: #F6808A;
			font-size: 3em;

			margin-bottom: 0.3em;
		}
.customer_container .customer_container_detail .headline .sml {
				font-size: 0.624em;
			}
.customer_container .customer_container_detail .paragraph {
			font-size: 1.125em;

			margin-bottom: 1em;
		}
.customer_container .customer_container_image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;

    width: auto;
    height: 100%;
  }
@media screen and (max-width: 2000px) {
    .customer_container .customer_container_image {
      right: -60px;
    }
  }
@media screen and (max-width: 1600px) {
    .customer_container .customer_container_image {
      right: -320px;
    }
  }
@media screen and (max-width: 880px) {
		.customer_container {
			background-color: #f5f5f5;
			background-size: 150%;
			background-position: right 35% top;

			padding-top: 1em;
			padding-bottom: 1em;

      height: auto;
		}

    .customer_container:after {
      display: none;
    }

    .customer_container .customer_container_image {
      position: static;
      width: 100%;
    }
		.customer_container .customer_container_detail {
			display: flex;
			flex-flow: column nowrap;

      margin-left: 0;
      width: 100%;

			padding-left: 1.96078431372549%;
			padding-right: 1.96078431372549%;

			width: 100%;
		}

			.customer_container .customer_container_detail .headline {
				font-size: 1.802em;
			}
			.customer_container .customer_container_detail .paragraph {
				order: 3;

				text-align: justify;
				font-size: 1.125em;
			}
			.customer_container .customer_container_detail .list_type4 {
				order: 2;
				width: 180px;

				margin-bottom: 1em;
			}
					.customer_container .customer_container_detail .list_type4 .litem:nth-of-type(n+2) {
						margin-bottom: 0.324em;
					}
	}
/*************************************************************
* ポイント
*************************************************************/
/* contact_bnr */
.contact_bnr {
	width:540px;
	margin: 70px auto 70px auto;
}
.contact_bnr_up {
	letter-spacing:0.3rem;
	padding:10px;
	text-align:center;
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.contact_bnr_up p {
	color: #444444;
	font-size:1.4rem;
	font-weight:bold;
}
.contact_bnr_low {
	background-color: #40474E;
}
.contact_bnr_low {
	padding: 14px 25px 12px;
}
.contact_bnr_low .contact * {
	color:#FFF;

	padding-left:10px;
}
.contact_bnr_low .contact a {
	font-size:3.5rem;
	text-align: center;

	display: block;
}
.contact_bnr_low .contact > p {
	font-size: 1.2rem;
	text-align: center;

	padding-top: 5px;
}
@media screen and (max-width: 768px) {
	.contact_bnr {
		width:85%;
	}
	.contact_bnr_low .contact * {
		float:none;
		padding:0px;
		text-align:center;
	}
}
@media screen and (max-width: 599px) {
	.contact_bnr {
		width:90%;
		margin: 40px auto 40px auto;
	}

	.contact_bnr_low .contact > p {
		padding-top: 5px;
	}
}
/* good */
.good {
	background-image:url(../customer/img/content_dot.png);
	background-repeat:repeat;
}
.good .tab_item_header {
	background-color:#F7CF3C;

	padding:30px 10px;
	text-align:center;

	position:relative;
}
.good .tab_item_header::after {
	content:"";
	width: 0;
	height: 0;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
	border-width: 22px 10px 0 10px;
	border-color: #f7ce3c transparent transparent transparent;
}
.good .tab_item_header h4 {
	color:#372D2B;
	font-size: 1.9934rem;
	text-align:center;
	line-height: 1.35;

	display:table-cell;
	vertical-align:middle;
	width:20%;
}
.good .tab_item_txt {
	background-color:#FFF;
	padding:30px 20px;
}
@media screen and (max-width: 959px) {
	.good .tab_item_header h4 {
		font-size: 1.772rem;
	}
	.good .tab_item_txt {
		padding: 30px 15px 20px;
	}
}
@media screen and (max-width: 768px) {
	.good .tab_item {
		margin-bottom:20px;
	}

	.good .tab_item_header {
		padding:10px 0px;
	}
}
@media screen and (max-width: 599px) {
	.good .tab_item_header h4 {
		font-size: 1.575rem;
	}
	.good .tab_item_txt p {
		font-size:1.4rem;
	}
}
/* service */
.service .content_list_item {
	padding: 5px 15px;
}
.service .item_box {
	padding-left: 10px;
	margin-bottom: 20px;
}
.service .content_list_item ul {
	list-style-type:disc;
	list-style-position:inside;

	margin-top: 10px;
}
@media screen and (max-width: 959px) {
	.service .item_box {
		margin-bottom:20px;
	}
}
@media screen and (max-width: 768px) {
	.service .content_list_item {
		padding: 0;
	}
	.service .item_box {
		width:100%;

		padding-left: 0;

		text-align:left;
	}
}
@media screen and (max-width: 599px) {

}
/* customer_voice */
/* .customer_voice {
	background-image:url(../customer/img/content_dot.png);
	background-repeat:repeat;
} */
.customer_voice .content_list_item {
	margin-bottom:20px;
	background-color:#FFF;
}
.customer_voice .content_list_item h4 {
	font-size:1.772rem;
	text-align:center;
	padding:10px 10px 8px;
	background-color: #F7CF3C;
}
.customer_voice .content_list_item p {
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.customer_voice .row .col_6 {
		float: left;
		width: 50%;
	}
	.customer_voice .content_list_item h4 {
		font-size: 1.575rem;
	}
}
@media screen and (max-width: 599px) {
	.customer_voice .row .col_6 {
		float: none;
		width: 100%;
	}
	.customer_voice .content_list_item h4 {
		font-size: 1.4rem;
	}
}
/* business */
.business .content_list_item {
	margin-bottom:20px;

	border-radius: 5px;

	overflow: hidden;;
}
.business .content_list_item h4 {
	color:#FFF;
	font-size: 1.9934rem;
	padding: 5px 40px;
}
.business .content_list_item.web h4 {
	background-color:#5AC1C6;
}
.business .content_list_item.dtp h4 {
	background-color:#F00E22;
}
.business .content_list_item.game h4 {
	background-color:#62A8E6;
}
.business .item_box {
	background-color:#F8F6F2;

	padding:15px 40px 5px;
}
.business .item_box li {
	color:#444444;
	line-height: 1.65;

	display:inline-block;
	width:200px;
}
.business .item_box li::before {
	content:"●";
	margin-right:10px;
}
.business .item_box_tab {
	background-color:#FFF;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.business .item_box_tab p {
	color:#231815;
}
@media screen and (max-width: 599px) {
	.business .item_box_tab {
		padding-left:15px;
	}
  .business .item_box_tab .space {
    white-space: normal;
  }
}
/* inquiry */
.inquiry {
	/* background-image:url(../customer/img/content_dot.png);
	background-repeat:repeat; */
}
.inquiryLead {
	background-color:#FFF;
	border: 1px solid #EFE8E0;

	text-align: center;

	padding:5px;
  border-radius: 4px;
}
form#form1 {
  padding: 15px;
  background-color: #FFF;
  border-radius: 4px;
}
.inquiry_box th {
	padding-left:10px;
	padding-top:5px;
}
.inquiry_box td {
	padding-top:7px;
	padding-bottom:5px;
}
.inquiry_box table tr:nth-last-of-type(1) {
	border-bottom:none;
}
.attention {
	background-color:#FFF;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
	.inquiryLead {
		font-size: 1.2rem;
		text-align: left;
	}
	.inquiryLead br {
		display: none;
	}
}
/*# sourceMappingURL=customer.css.map */