@charset "UTF-8";


/* 汎用特殊マージン (上下) */

*.sp-v10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

*.sp-v15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

*.sp-v20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

*.sp-v25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

*.sp-v30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* (070320：マージン0) */

*.sp-v0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* (070420：マージン5) */

*.sp-v5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* 汎用特殊マージン (上) */

*.sp-t5 {
	margin-top: 5px !important;
}

*.sp-t10 {
	margin-top: 10px !important;
}

*.sp-t15 {
	margin-top: 15px !important;
}

*.sp-t20 {
	margin-top: 20px !important;
}

*.sp-t25 {
	margin-top: 25px !important;
}

*.sp-t30 {
	margin-top: 30px !important;
}

/* (070320：マージン0) */

*.sp-t-10{
	margin-top:-10px !important;
}

*.sp-t0 {
	margin-top: 0px !important;
}

/* (070420：マージン5) */

*.sp-t5 {
	margin-top: 5px !important;
}


/* 汎用特殊マージン (下) */

*.sp-b10 {
	margin-bottom: 10px !important;
}

*.sp-b15 {
	margin-bottom: 15px !important;
}

*.sp-b20 {
	margin-bottom: 20px !important;
}

*.sp-b24 {
	margin-bottom: 24px !important;
}

*.sp-b25 {
	margin-bottom: 25px !important;
}

*.sp-b30 {
	margin-bottom: 30px !important;
}

/* (070320：マージン0) */

*.sp-b0 {
	margin-bottom: 0px !important;
}

/* (070420：マージン5) */

*.sp-b5 {
	margin-bottom: 5px !important;
}

*.sp-l0 {
	margin-left: 0px !important;
}

*.sp-l20 {
	margin-left: 20px !important;
}

*.sp-l30 {
	margin-left: 30px !important;
}

*.sp-l5 {
	margin-left: 5px !important;
}
*.sp-l10 {
	margin-left: 10px !important;
}

*.sp-l15 {
	margin-left: 15px !important;
}

*.sp-r20 {
	margin-right: 20px !important;
}

*.sp-r30 {
	margin-right: 30px !important;
}

/* 汎用特殊マージン※2013年10月1日リニューアル右ナビゲーション */
*.sp-b16 {
	margin-bottom: 16px !important;
}
*.sp-t16 {
	margin-top: 16px !important;
}

*.pd-0 {
	padding: 0px !important;
}

/* 横方向の整列 */

*.arrange-c {
	/* マージンなどは必要に応じて定義 */
	text-align: center;
}

*.arrange-l {
	/* マージンなどは必要に応じて定義 */
	text-align: left;
}

*.arrange-r {
	/* マージンなどは必要に応じて定義 */
	text-align: right;
}

#slider{
	margin-bottom: 40px !important;
}
/* ----------------------------
 事例
---------------------------- */
.fontSS{
	font-size: 0.75em;
}
.head2-uline, h2.uline {
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
	}

.jireilArea{
  width: 1200px;
	margin: 0 auto;
}

.jireiContainer {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jireiitem a:hover{
	opacity: 0.7;
}
.jireiTop a:hover{
	opacity: 0.7;
}
/*.jireiTop{
	flex-basis: 33%;
}*/
@media screen and (max-width: 640px) {
	#jirei li a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%;
	}
	#jirei li.major + li.major {
		margin-left: 0.666666%;
	}
}/*end*/





#jirei li a {
	display: block;
	height: 311px;
	text-align: center;
	position: relative;
	z-index: 9;
}
#jirei li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	/*font-style: italic;*/
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1000;

	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	text-shadow: 0 0 7px rgba(0,0,0,0.8);
}
#jirei li a span em {
	font-size: 40px;
	color: #FFF;
}

#jirei li a::after {
	content: "";
	display: block;
	width: 89px;
	height: 63px;
	background: url(../img/top/panel_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	#jirei li {
		width: 32.8%;
		height: 0;
		padding-top: 27.050405%;
		float: left;
		position: relative;
		overflow: hidden;
	}


	#jirei li::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		transform: scale(1);
		transition: transform 0.5s ease;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	#jirei li:hover::after {
		/*transition: transform 1s ease;*/
		transform: scale(1.2);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

	#jireili a {
		display: block;
		height: auto;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#jirei li a span {
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		color: #FFF;
		font-weight: bold;
		/*font-style: italic;*/
		text-align: center;
		line-height: 1.3;
		letter-spacing: 0.1em;
		position: relative;
		z-index: 10;

		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
		text-shadow: 0 0 7px rgba(0,0,0,0.8);
	}
	#jirei li a span em {
		font-size: 15px;
		color: #FFF;
	}

	#jirei li a::after {
		content: "";
		display: block;
		width: 29px;
		height: 20px;
		background: url(../img/top/panel_arrow.png) no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 10;
	}
}


/*----- 大 -----*/
#jirei li.major {
	width: 580px;
	margin-bottom: 8px;
}
#jirei li.major a {
	height: 340px;
}

@media screen and (max-width: 640px) {
	#jirei li.major {
		width: 49.6%;
		height: 0;
		padding-top: 28.49462%;
		margin-bottom: 0.666666%;
		position: relative;
	}
	#jirei li.major a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#jirei li.major a::after {
		width: 37px;
		height: 26px;
		background: url(../img/top/panel_arrow_big.png) no-repeat;
		background-size: contain;
	}
}



/*
#pu1::after {
	background-image: url(../img/top/panel_bg1.png);
}
#pu2::after {
	background-image: url(../img/top/panel_bg2.png);
}
#pu3::after {
	background-image: url(../img/top/panel_bg3.png);
}
#pu4::after {
	background-image: url(../img/top/panel_bg4.png);
}
#pu5::after {
	background-image: url(../img/top/panel_bg5.png);
}
*/
/* ----------------------------
  ボタン
---------------------------- */

.btns {
	margin: 70px 0 0;
	padding: 0 74px;
}
.btns li {
	width: 480px;
}
.btns li.center {
	margin: auto;
	margin-bottom:30px;
}
.btns li.left {
	float: left;
	margin-bottom:30px;
}
.btns li.right {
	float: right;
	margin-bottom:30px;
}

.btns li a {
	display: block;
	padding: 20px;
	background-color: #eee;
	border-radius: 8px;
	text-decoration: none;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.btns li a:hover {
	opacity: 0.7;
}
.btns li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/common/biz/circle_arrow_r.png) no-repeat;
	margin-top: -3px;
	margin-right: 15px;
}

/*2019年new*/
#business footer{
text-align: left;
}

@media screen and (max-width: 640px) {
.btns {
		margin: 35px 0 0;
		padding: 0 6.66666%;
	}
.btns li {
		width: auto;
	}
.btns li + li {
		margin-top: 13px;
	}
.btns li.left,
.btns li.right {
		float: none;
	}
.btns li.center {
	margin-bottom:10px;
}

.btns li a {
		display: block;
		padding: 20px;
		background-color: #eee;
		border-radius: 4px;
		text-decoration: none;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
.btns li a:hover {
		opacity: 0.7;
	}
.btns li a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 13px;
		background: url(../img/common/biz/circle_arrow_r.png) no-repeat;
		background-size: contain;
		margin-top: -3px;
		margin-right: 7px;
	}
}

/* ----------------------------
   (AH2019/11追記)
---------------------------- */

@media screen and (max-width: 640px) {
	.panelArea {
		width: 100%;
	}
	.inpageLinkbtn ul li:nth-child(n+2) {
		margin-top: 30px;
	}
}

.panelArea{max-width:1200px; width:auto;}
#jirei ul{display:flex; flex-wrap:wrap;justify-content: space-between;align-content: space-between;}
#jirei ul li{float:none; width:auto;}
#jirei li{flex-basis:32%; max-width:32%;}
#jirei li.major{width:auto;flex-basis:48%; max-width:48%; margin-bottom:15px;}
#jirei li.major + li.major{margin-left:0;}
#jirei li a span{font-size:calc(2vw + 10px);}
#jirei li a span em{font-size:calc(2.5vw + 10px);}
#jirei li a::after{z-index:8;}
#pickup.type3 li:hover::before {z-index: 8;}

/* ----------------------------
   (20191030)追記)
---------------------------- */
/* タブレット 横 */
@media screen and (max-width: 1024px) {
	.btns li {
		margin: 0 auto;
	}
	.btns li.left, .btns li.right{
		float: none;
	}
}

#fc1.show {
	right: 0;
	-webkit-transition: right 0.5s ease;
	transition: right 0.5s ease;
}

/*pagestyle*/
.kvArea{
	background-color: #C70030;
	color: #FFF;
}
h2.caseKv{
	font-size:2.25em;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 700;
	line-height: 120%;
}
@media screen and (max-width: 640px) {
	h2.caseKv{
	font-size:1.5em;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 700;
	line-height: 120%;
}
	span.name{
		display: block;
	}
	.sp-l20{
		margin-left: 0px !important;
		
	}
}/*end*/
h3.case{
	font-size: 1.5em;
	color: #21AAE1;
	font-weight: 700;
}
img.kvPhoto{
	/*width: 80%;*/
}
.interview{
	font-size: 1.15em;
	color: #C40B38;
	font-weight: 400;
	margin-bottom: 15px;
}

.interview:before{
    font-family: 'yubin';
    content: "\2d";
    margin-right: 0.2em;
    color: #C40B38;
}
.answer{
	margin-bottom: 15px;
}
.answer span{
	color: #FFF;
	font-weight: 500;
	background-color: #8EC63E;
	padding: 2px 10px;
	border-radius: 3px;
	margin-right: 0.8em;
}
hr.case01{
	border-top: 1px solid #C40B38;
	border-bottom: 1px solid #FFF;
}
.subheading{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.5em;
font-style: italic;
	font-weight: 500;
}
.company{
	font-size: 1.35em;
	font-weight: 300;
}
.positionName span{
	font-size: 1.8em;
	color: #8EC63E;
	font-weight: 700;
	
}