@charset "Shift_JIS";

#corp .bgGrayArea {
	background:#f2f2f2;
}

/* 活動事例 (2カラム)
============================ */
#corp .flex2 .card figure {
	display: block;
	overflow: hidden;
}
#corp .flex2 .card .txt {
	position: relative;
	padding: 36px 13px 10px;
	line-height: 1.8;
	}
	@media print, screen and (min-width:768px) {
	#corp .flex2 .card .txt {
		padding: 0 13px 10px;
		line-height: 1.8;
	}
}
#corp .flex2 .card .txt::before {
	position: absolute;
	display: block;
	content: "";
	width: calc(100% - 50px);
	height: 50px;
	top: -50px;
	left: 0;
	background: #fff;
	}
	@media print, screen and (min-width:768px) {
	#corp .flex2 .card .txt::before {
		width: calc(100% - 60px);
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp .flex2 .card .txt::before {
		width: calc(100% - 117px);
		height: 70px;
		top: -70px;
	}
}
#corp .flex2 .card .st {
	position: relative;
	z-index: 10;
	display: block;
	width: calc(100% - 63px);
	font-size: 0.875rem; /* 14px */
	margin: -60px 0 10px;
	}
	@media print, screen and (min-width:768px) {
	#corp .flex2 .card .st {
		width: calc(100% - 63px);
		font-size: 0.813rem; /* 13px */
		margin: -26px 0 12px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp .flex2 .card .st {
		width: 50%;
		font-size: 0.875rem; /* 14px */
		margin: -26px 0 16px;
	}
}
#corp .flex2 .card em {
	position: relative;
	z-index: 10;
	display: block;
	font-size: 1.063rem; /* 17px */
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 20px;
	}
	@media print, screen and (min-width:768px) {
	#corp .flex2 .card em {
		font-size: 1.000rem; /* 16px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp .flex2 .card em {
		font-size: 1.125rem; /* 18px */
		margin-bottom: 16px;
	}
}
#corp .flex2 .card em.nomgn {
	margin-top: -60px;
	}
	@media print, screen and (min-width:768px) {
	#corp .flex2 .card em.nomgn {
		margin-top: -26px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp .flex2 .card em.nomgn {
		margin-top: -26px;
	}
}
#corp .flex2 .card .atten {
	display: block;
	font-size: 0.688rem; /* 11px */
	margin-bottom: 20px;
	}
	@media print, screen and (min-width:1305px) {
	#corp .flex2 .card .atten {
		margin-bottom: 16px;
	}
}

#corp .flex2 .btnBK {
	margin-bottom: 30px;
	float: right;
	}
	@media print, screen and (min-width:768px) {
	#corp .flex2 .btnBK {
		margin-bottom: 0;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp .flex2 .btnBK {
		float: none;
		position: absolute;
		right: 54px;
		top: -24px;
	}
}
#corp .btnBK a:hover {
	background: rgba(256,256,256,0.5);
}


/* 活動事例 (4カラム)
============================ */
#corp.case_studies .flex4 {
	width: 100%;
	margin: 0;
	margin-top: -70px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 {
		margin-top: -100px;
	}
}
	@media print, screen and (min-width:1305px) {
	#corp.case_studies .flex4 {
		margin-top: -130px;
	}
}
/* カード */
#corp.case_studies .flex4 a {
	/*margin: 0;*/
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	background: #fff;
	width: 48%;
	margin: 0 4% 24px 0;
	}
#corp.case_studies .flex4 a:nth-child(2n) {
	margin-right: 0;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 a {
		width: 32%;
		margin: 0 2% 32px 0;
	}
	#corp.case_studies .flex4 a:nth-child(2n) {
		margin-right: 2%;
	}
	#corp.case_studies .flex4 a:nth-child(3n) {
		margin-right: 0;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.case_studies .flex4 {
		width: 1275px;
		max-width: 1275px;
	}
	#corp.case_studies .flex4 a {
		width: 23.58%;
		margin: 0 24px 40px 0;
	}
	#corp.case_studies .flex4 a:nth-child(2n) {
		margin-right: 24px;
	}
	#corp.case_studies .flex4 a:nth-child(3n) {
		margin-right: 24px;
	}
	#corp.case_studies .flex4 a:nth-child(4n) {
		margin-right: 0;
	}
}
#corp.case_studies .flex4 a figure {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 61.80257510729614%;
	position: relative;
}
#corp.case_studies .flex4 a figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}
#corp.case_studies .flex4 a img {
	transition: .7s;
}
#corp.case_studies .flex4 a:hover img {
	transform: scale(1.08);
}
#corp.case_studies .flex4 a span.title {
	display: block;
	background: #fff;
	margin-top: -16px;
	position: relative;
	left: -1px;
	z-index: 3;
	padding: 12px;
	width: calc(100% - 24px);
	font-size: 0.625rem; /* 10px */
	line-height: 1.6;
	box-sizing: border-box;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 a span.title {
		margin-top: -24px;
		padding: 16px 12px;
		width: calc(100% - 36px);
		font-size: 0.750rem; /* 12px */
		line-height: 1.6;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.case_studies .flex4 a span.title {
		margin-top: -40px;
		width: calc(100% - 72px);
		/*font-size: 1.000rem;*/ /* 16px */
	}
}
#corp.case_studies .flex4 a .txt {
	font-size: 0.750rem; /* 12px */
	padding: 0 12px 24px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 a .txt {
		font-size: 0.875rem; /* 14px */
	}
}
#corp.case_studies a .blank,
#corp.case_studies a .blank.pdf {
	text-decoration: none;
}
#corp.case_studies .flex4 a span.title.maintitle,
#corp.case_studies .flex4 a .txt.maintitle {
	font-size: 0.875rem; /* 14px */
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 a span.title.maintitle,
	#corp.case_studies .flex4 a .txt.maintitle {
		font-size: 1.000rem; /* 16px */
	}
}
#corp.case_studies .flex4 .moreLine {
	padding: 16px 24px 16px 12px;
}
#corp.case_studies .flex4 .moreLine span {
	margin: 0;
	font-size: 0.813rem; /*13px*/
	position: absolute;
	right: 24px;
	bottom: 16px;
	width: 90px;
	z-index: 3;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 .moreLine span {
		width: 120px;
	}
}
#corp.case_studies .flex4 .moreLine span::before {
	width: 100px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 .moreLine span::before {
		width: 120px;
	}
}
#corp.case_studies .flex4 .moreLine span::after {
	left: 90px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 .moreLine span::after {
		left: 110px;
	}
}
#corp.case_studies a:hover .moreLine span::before {
	width: 106px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies a:hover .moreLine span::before {
		width: 136px;
	}
}
#corp.case_studies a:hover .moreLine span::after {
	left: 96px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies a:hover .moreLine span::after {
		left: 126px;
	}
}
#corp.case_studies .flex4 .atten {
	display: block;
	font-size: 0.688rem; /* 11px */
	margin: 10px 0;
	}
	@media print, screen and (min-width:1305px) {
	#corp.case_studies .flex4 .atten {
		margin: 5px 0;
	}
}

#corp.case_studies .flex4 a span.new {
	padding-right: 16px;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 a span.new {
		padding-right: 24px;
	}
}
#corp.case_studies .flex4 a span.new::before {
	display: block;
	position: absolute;
	top: 0.9rem;
	margin: auto;
	right: -0.9rem;
	height: 1.8rem;
	min-width: 1.8rem;
	padding: 0;
	background: #222;
	color: #fff;
	font-size: 0.500rem; /* 8px */
	line-height: 1.8rem;
	text-align: center;
	white-space: nowrap;
	border-radius: 1.8rem;
	content: "NEW";
	letter-spacing: 0;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies .flex4 a span.new::before {
		top: 18px;
		right: -1.1rem;
		height: 2.2rem;
		min-width: 2.2rem;
		font-size: 0.625rem; /* 10px */
		line-height: 2.2rem;
		border-radius: 2.2rem;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.case_studies .flex4 a span.new::before {
		top: 20px;
		right: -1.1rem;
	}
}





/* 企業
============================ */
#corp.case_studies h2 {
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	font-size: 0.875rem; /* 14px */
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
}
#corp.case_studies h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 1.750rem; /* 28px */
	font-weight: normal;
	color: #222;
	}
	@media print, screen and (min-width:768px) {
	#corp.case_studies h2 span {
		font-size: 1.875rem; /* 30px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.case_studies h2 span {
		font-size: 2.375rem; /* 38px */
	}
}
#corp.case_studies .companies {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#corp.case_studies .companies .row {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
#corp.case_studies .companies .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
#corp.case_studies .companies .card-company {
	background-color: #fff;
	display: block;
	color: #333;
	height: 100%;
}
#corp.case_studies .companies a.card-company {
	text-decoration: none;
}
#corp.case_studies .companies .card-img {
	overflow: hidden;
	aspect-ratio: 16 / 9;
padding: 1rem;
    display: flex;
/*    align-items: center;*/
    justify-content: center;
}
#corp.case_studies .companies .card-img img {
	max-width: 100%;
	height: auto;
	transition: .7s;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
}
#corp.case_studies .companies a.card-company:hover .card-img img {
	transform: scale(1.08);
}
#corp.case_studies .companies .card-text {
	padding: 0.5rem;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}
#corp.case_studies .companies .card-text.card-text-sm {
    font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
	#corp.case_studies .companies .row {
		--gutter-x: 1.5rem;
		--gutter-y: 1.5rem;
	}
	#corp.case_studies .companies .card-text {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 580px) {
	#corp.case_studies .companies .row > * {
		width: 33.3333%;
	}
}

@media screen and (min-width: 768px) {
	#corp.case_studies .companies .row > * {
		width: 20%;
	}
}
