@charset "UTF-8";

.pinfo-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 15px;
}
.pinfo-wrap .pimgs {
	width: 20%;
}
.pinfo-wrap .exbox {
	width: 78%;
}
@media(max-width: 500px) {
	.pinfo-wrap {
		display: block;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.pinfo-wrap .pimgs {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.pinfo-wrap .exbox {
		width: auto;
	}
}

.pinfo-wrap .exbox p {
	border-bottom: #006ea8 solid 2px;
	padding-bottom: 10px;
}
@media(max-width: 500px) {
	.pinfo-wrap .exbox p {
		border: none;
		line-height: 1.2em;
		padding-bottom: 8px;
	}
}
.pinfo-wrap .exbox .linkbox {
	display: flex;
	padding-top: 13px;
	flex-wrap: wrap;
}
.pinfo-wrap .exbox .linkbox li {
	margin-right: 30px;
}
@media(max-width: 500px) {
	.pinfo-wrap .exbox .linkbox {
		border-top: #006ea8 solid 2px;
		padding-top: 8px;
	}
	.pinfo-wrap .exbox .linkbox li {
		margin-right: 15px;
		margin-bottom: 5px;
	}
}
.youtube a img {
	width: 90px;
	margin-top: 3px;
}
@media(max-width: 500px) {
	.youtube a img {
		width: 80px;
	}
}
.pdf a {
	position: relative;
	padding-left: 28px;
}
.pdf a::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	display: block;
	width: 22px;
    height: 27px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../../common/images/icn-pdf.svg");
}
.pdf a:hover {
	color: #006ea8;
}
@media(max-width: 500px) {
	.pdf a {
		padding-left: 22px;
	}
	.pdf a::before {
		width: 16px;
    	height: 20px;
	}
}
.info-btn a {
	display: block;
	background-color: #001446;
	color: #fff;
	padding: 1px 25px 1px 15px;
	font-size: 90%;
	font-weight: 500;
	position: relative;
	white-space: nowrap;
}
.youtube a:hover,
.info-btn a:hover {
	opacity: 0.7
}
.info-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}




/* case-studies */
.case-studies {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.case-studies li {
	width: 23%;
	border: #006ea8 solid 2px;
	margin-bottom: 25px;
	margin-right: 2.2%;
	position: relative;
}
.casetype1 {
	margin-top: 0;
}
.casetype1 li {
	/*border-color: #8d3b3b;*/
	border-color: #006ea8;
}

@media(min-width: 1220px) {
.case-studies li:nth-of-type(4n) {
	margin-right: 0;
}
}
@media(max-width: 1220px) {
	.case-studies li {
		width: 31%;
		margin-bottom: 15px;
		margin-right: 2.55%;
	}
	.case-studies li:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media(max-width: 720px) {
	.case-studies {
		justify-content: space-between;
		margin-top: 5px;
	}
	.case-studies li {
		width: 48%;
		margin-bottom: 10px;
		margin-right: 0;
	}
}
.case-studies li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.case-studies li a .nbox {
	background-color: #006ea8;
	color: #fff;
	font-size: 95%;
	font-weight: 500;
	line-height: 1.08em;
	padding: 6px 30px 6px 12px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	position: relative;
}
.casetype1 li a .nbox {
	/*background-color: #8d3b3b;*/
	background-color: #006ea8;
}
.casetype1 li a .nbox p:nth-of-type(1) {
font-size: 90%;
font-weight: 400;
}
.case-studies li a .nbox::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3px;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}
@media(max-width: 500px) {
	.case-studies li a .nbox {
		padding: 5px 20px 6px 12px;
	}
	.case-studies li a .nbox::after {
		right: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #fff;
	}
}
.case-studies li a .imgs {
	line-height: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.case-studies li a:hover > .imgs img {
  transform:scale(1.15);
  transition:0.5s all;
}
.case-studies li a:hover {
	box-shadow: 0px 0px 10px 4px rgba(0,133,194,0.8);
}
.casetype1 li a:hover {
	/*box-shadow: 0px 0px 10px 4px rgba(141,59,59,0.8);*/
	box-shadow: 0px 0px 10px 4px rgba(0,133,194,0.8);
}
.case-studies li .icn-s {
	position: absolute;
	bottom: 0px;
	right: 8px;
	width: 33px;
	z-index: 10;
}
@media(max-width: 500px) {
	li.txt {
		width: 100%;
	}
}
li.txt .inner {
	padding: 20px;
}
li.txt .inner h2 {
	font-weight: 600;
}
li.txt .inner .icn {
	line-height: 0;
	margin-top: 15px;
}
li.txt .inner a {
	text-decoration: underline;
	font-size: 90%;
	position: relative;
	display: table;
	padding-right: 38px;
}
li.txt .inner .jp::after {
	position: absolute;
	content: '';
	top: 4px;
	right: 0;
	border: #ccc solid 0.6px;
	width: 25px;
    height: 16px;
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/icn-jp.svg");
}
li.txt .inner a:hover {
	text-decoration: none;
}
li.txt a:hover {
	box-shadow: none;
}

/* 導入事例詳細 */
.customer-name {
	/*background-color: #8d3b3b;*/
	background-color: #006ea8;
	padding: 5px 8px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
@media(max-width: 900px) {
	.customer-name {
		margin-top: 20px;
	}
}
@media(max-width: 500px) {
	.customer-name {
		display: block;
		padding: 6px 8px 2px 8px;
	}
}
.customer-name .region {
	padding: 1px 10px;
	background-color: #fff;
	font-weight: 500;
}
@media(max-width: 500px) {
	.customer-name .region {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}
.customer-name .region span {
	position: relative;
	padding-left: 32px;
}
.customer-name .region span::before {
	position: absolute;
	content: '';
	top: 2px;
	left: 0;
	width: 25px;
    height: 16px;
    background-size: cover;
	background-repeat: no-repeat;
}
@media(max-width: 900px) {
	.customer-name .region span::before {
		top: 1px;
		
	}
}
.customer-name .region .jp::before {
	border: #ccc solid 0.6px;
	background-image: url("../images/icn-jp.svg");
}
.customer-name .region .switzerland::before {
	background-image: url("../images/icn-switzerland.svg");
}
.customer-name .region .china::before {
	background-image: url("../images/icn-china.svg");
}
.customer-name .region .singapore::before {
	border: #ccc solid 0.6px;
	background-image: url("../images/icn-singapore.svg");
}
.customer-name .region .india::before {
	background-image: url("../images/icn-india.svg");
}
.customer-name .region .taiwan::before {
	background-image: url("../images/icn-taiwan.svg");
}
.customer-name .region .usa::before {
	background-image: url("../images/icn-usa.svg");
}
.customer-name .region .malaysia::before {
	background-image: url("../images/icn-malaysia.svg");
}
.customer-name .region .uk::before {
	background-image: url("../images/icn-uk.svg");
}
.customer-name .region .brazil::before {
	background-image: url("../images/icn-brazil.svg");
}
.customer-name .region .korea::before {
	border: #ccc solid 0.6px;
	background-image: url("../images/icn-korea.svg");
}
.customer-name .region .france::before {
	border: #ccc solid 0.6px;
	background-image: url("../images/icn-france.svg");
}
.customer-name h1 {
	color: #fff;
	font-size: 110%;
	font-weight: 500;
	margin-left: 14px;
}
@media(max-width: 500px) {
	.customer-name h1 {
		margin-left: 0;
		padding-top: 2px;
		text-align: center;
	}
}

.customer-info-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 40px;
	/*border-bottom: #8d3b3b solid 3px;*/
	border-bottom: #006ea8 solid 3px;
}
.customer-info-wrap .customerimg {
	width: 35%;
	padding-top: 5px;
}
.customer-info-wrap .customer-info {
	width: 61%;
}
@media(max-width: 900px) {
	.customer-info-wrap {
		padding-top: 15px;
		padding-bottom: 30px;
	}
}
@media(max-width: 500px) {
	.customer-info-wrap {
		display: block;
	}
	.customer-info-wrap .customerimg {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	.customer-info-wrap .customer-info {
		width: 100%;
		padding-top: 10px;
	}
}
/* テキスト調整 */
.customer-info p:nth-of-type(n+2),
.customer-info h3 {
	padding-top: 25px;
}
.customer-info h3 + p {
	padding-top: 0 !important;
}
.customer-info h3 {
	font-weight: 500;
}
.customer-info .subimg1 {
	width: 70%;
}
.customer-info .linebox {
	padding: 12px 24px;
	border: #9d9d9d solid 1px;
	display: inline-table;
	margin-top: 4px;
}
@media(max-width: 500px) {
	.customer-info .subimg1 {
		margin-left: auto;
		margin-right: auto;
	}
}

.customer-link {
	margin-top: 30px !important;
	display: table;
}
@media(max-width: 500px) {
	.customer-link {
		margin-left: auto;
		margin-right: auto;
	}
}
.customer-link a {
	display: block;
	background-color: #001446;
	color: #fff;
	font-weight: 500;
	padding: 2px 12px 2px 32px;
	position: relative;
	text-decoration: none !important;
}
.customer-link a:hover {
	background-color: #1756bb;
}
.customer-link a::before {
	position: absolute;
	content: '';
	top: 6px;
	left: 9px;
	width: 17px;
    height: 17px;
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/icn-link.svg");
}
@media(max-width: 900px) {
	.customer-link a::before {
		top: 6px;
		left: 10px;
		width: 14px;
		height: 14px;
	}
}
