@charset "UTF-8";
/* ========================================================================================================
	課題から探す トップ
======================================================================================================== */
.issue_index .bl_col02 {
	width: 1030px;
    margin: 0 auto 170px;
}

.el_task-list {
	width: calc(483 / 1030 * 100%);
	max-width: 483px;
	background-color:rgba(255,255,255,0.85);
	margin-bottom: 28px;
	border: 1px solid #707070;
}
.el_task-list a {
	position: relative;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.058em;
    line-height: 1;
    padding: 25px 40px;
}

.el_task-list a::after {
	margin: auto;
	content: "";
	vertical-align: middle;
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #DD594D;
	border-right: 2px solid #DD594D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.el_task-list a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.modal02 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	color: #DD594D;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
}
/* ========================================================================================================
	アイキャッチ
======================================================================================================== */
.el_headline_lv01_line01 {
	height: 412px;
    padding: 0;
	position: relative;
	margin-bottom: calc(28 / 1600 * 100%);
}

.el_header_main-text {
	width: 1200px;
    margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	text-align: center;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.issue .bl_contents {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bl_contents a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.bl_ruled-box {
	border-bottom: 1px solid #BCBCBC;
	overflow: hidden;
	padding-bottom: 20px;
}

.el_ruled-img {
	height: 223px;
	margin: 1px 0 0;
	position: relative;
}

.el_ruled-img img {
	position: absolute;
	object-fit: cover;
	width: 398px;
	height: 222px;
	top: 1px;
}

.el_ruled-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	z-index: 1;
	letter-spacing: 0.02em;
	color: #fff;
	width: 100%;
	line-height: 1.45;
}

.bl_ruled-content {
	position: relative;
	padding-top: 20px;
}

.bl_ruled-content:before {
	position: absolute;
	top: 0;
	content: "";
	width: 1px;
	height: 1000px;
	background-color: #bcbcbc;
}

.el_explanation-text {
	width: 322px;
	margin: 0 auto 16px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.692307692307692;
	min-height: 6em;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 1rem;
}

.el_list-text {
	width: 322px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.el_list-text li {
	font-size: 13px;
	margin: 0 10px 0 15px;
}

.bl_ruled-box:nth-of-type(1),
.bl_ruled-box:nth-of-type(3n + 1) {width:399px;}
.bl_ruled-box:nth-of-type(3n - 1) {width:401px;}
.bl_ruled-box:nth-of-type(3n) {width:400px;}

.bl_ruled-box:nth-of-type(1) .el_ruled-img,
.bl_ruled-box:nth-of-type(3n + 1) .el_ruled-img {padding-right:1px;}
.bl_ruled-box:nth-of-type(3n - 1) .el_ruled-img {padding:0 1px 0 2px;}
.bl_ruled-box:nth-of-type(3n) .el_ruled-img img {padding-left:2px;}

.bl_ruled-box:nth-of-type(1),
.bl_ruled-box:nth-of-type(3n + 1) .bl_ruled-content:before {right: 0;background:#fff;}
.bl_ruled-box:nth-of-type(3n - 1) .bl_ruled-content:before {left: 0;}
.bl_ruled-box:nth-of-type(3n) .bl_ruled-content:before {left: 0;}

.el_text-center {
	width: 100%;
	text-align: center;
	margin: 50px 0 110px;
}

.el_arrow-ellipse a {
    font-size: 1.5rem;
}
.website {background: url(../../img/issue/bg_website.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}

.el_ruled-img a::after {
	position: absolute;
	content: "";
	width: 398px;
	height: 222px;
	background: rgba(0,0,0,.4);
	top:1px;
}
.bl_ruled-box:nth-of-type(3n) .el_ruled-img a::after {
    left: 2px;
}
.el_explanation-text.no_bdr{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
@media all and (max-width: 750px) {
.el_ruled-img a::after {
	padding: calc(300 / 690 * 100%) 0 0;
	height: auto;
	top: 0;
}
.bl_ruled-box:nth-of-type(3n) .el_ruled-img a::after {
    left: 0px;
}
}

/* h1背景画像 */
.el_bg01 {background: url(/issue/bg_img01.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg02 {background: url(/issue/bg_img02.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg03 {background: url(/issue/bg_img03.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg04 {background: url(/issue/bg_img04.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg05 {background: url(/issue/bg_img05.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}

/* 事例記事読み込み
-------------------------------------------------------------------------------------------------------- */
.ly_footer-item-wrap {
	width: 100%;
    background: #ECECEC;
    padding: 60px 0 56px;
}

.bl_footer-item-list {
	width: 1200px;
    margin: 0 auto;
    font-size: 1.4rem;
    font-family: Noto Sans CJK JP, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    /*display: flex;*/
}

.bl_item-area {
	margin-right: -24px;
	display: flex;
	flex-wrap: wrap;
}

.el_item-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	color: #DD594D;
	font-weight: 400;
}

.bl_item-box {
	width: 384px;
	background: #fff;
	margin:0 24px 24px 0;
}

.bl_item-box a:hover {text-decoration: none;}
.bl_item-box a:hover img {opacity: 0.7;}


.el_item-box-img {
	width: 100%;
	margin-bottom: 22px;
	height: 222px;
	overflow: hidden;
	position: relative;
}

.el_item-box-img img {
	position: absolute;
    object-fit: cover;
    width: auto;
    height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.el_item-box-data {
	width: 314px;
	margin: 0 auto;
	padding-bottom: 0;
}

.el_item-box-title {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C3C3C3;
}

.el_item-box-text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7;
}

.el_item-box-tag {
    position: relative;
	margin: 0 6px 10px 0;
	border:1px solid #DD594D;
	border-radius: 20px;
	padding:6px 26px 4px;
	display: inline-block;
}

.el_item-box-link {
	margin-left: 6px;
}

.el_item-box-link:before {
    position: absolute;
    top: calc(50% - 8px);
	left: 14px;
    content: "";
    vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(https://www.takeda-prn.co.jp/case/icon_tag.png) 0 0 no-repeat;
    background-size: contain;
}

.el_item-box-link-text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	color: #E6594D;
}

.slick-slide {
	box-sizing: border-box;
	padding: 0 12px;
}

.ly_footer-top {margin: 18px auto;}

/* ========================================================================================================
	SP用CSS
	------------------------------------------------------------------------------------------------------
	@media all and (max-width: 750px)
======================================================================================================== */
@media all and (max-width: 750px) {
	.issue_index .bl_col02 {
		width: calc(690 / 750 * 100%);
		margin:0 auto calc(63 / 690 * 100%);
	}

	.el_2color-text {
		width: auto;
		left: 0;
		transform: translateY(-50%) translateX(0%);
		font-size: 3rem;
	}

	.issue_index .el_task-list {
		width: 100%;
		margin-bottom: 15px;
	}

	.el_task-list a {
		font-size: 1.2rem;
		line-height: 1.2;
		padding: calc(34 / 690 * 100%) calc(50 / 690 * 100%) calc(34 / 690 * 100%) calc(36 / 690 * 100%);
	}

	.el_task-list a::after {right: 15px;}

	.el_headline_lv01_line01 {
		width: 100%;
		height: auto;
		position: relative;
		padding: calc(480 / 750 * 100%) 0 0;
		margin-bottom: calc(28 / 1600 * 100%);
	}

	.el_header_main-text {
		width: calc(564 / 750 * 100%);
		line-height: 1.25;
		font-size: 2rem;
		padding: 0;
	}

	.bl_ruled-box {
		padding-bottom: calc(136 / 690 * 100%);
		border:none;
	}

	.issue .bl_ruled-box .el_ruled-img {
		padding: calc(300 / 690 * 100%) 0 0;
		margin: 0;
		overflow: hidden;
		height: auto;
		width: 100%;
	}

	.el_ruled-img img {
		position: absolute;
		width: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		margin: auto;
	}

	.el_ruled-text {
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 500;
	}

	.el_explanation-text {
		font-size: 1.4rem;
		line-height: 1.892857142857143;
		width: 100%;
		margin: 0 auto calc(38 / 690 * 100%);
		padding-bottom: calc(38 / 690 * 100%);
	}

	.el_list-text {width: 100%;}
	.el_list-text li {font-size: 1.4rem;}
	.bl_ruled-content:before {display: none};
	.bl_ruled-box:nth-of-type(1),
	.bl_ruled-box:nth-of-type(3n + 1) {width:100%;}
	.bl_ruled-box:nth-of-type(3n - 1) {width:100%;}
	.bl_ruled-box:nth-of-type(3n) {width:100%;}

	/* お問い合わせボタン */
	.el_arrow-ellipse {width: 100%;}
	.el_text-center {margin: 0 0 70px;}

/* 事例記事読み込み
-------------------------------------------------------------------------------------------------------- */
.ly_footer-item-wrap {padding:60px 0 6px}

	.bl_footer-item-list {
		display: block;
		width: 100%;
	}

	.bl_item-area {
		margin-right: 0;
		display: block;
	}
	
	.slick-center{
		margin-right:20px;
		margin-left:20px;
	}

	.ly_footer-item-wrap {padding:60px 0 6px}
	.el_item-title {font-size:1.8rem;}
	.el_item-box-title {font-size:1.8rem;}
	.el_item-box-text {font-size:1.4rem;}
		
	
}

