@charset "UTF-8";
/* ========================================================================================================
	絞り込み用CSS
======================================================================================================== */
.el_display-on {display: block;}
.el_display-off {display: none;}
.el_display-on.el_display-off {display: block;}
.el_up-btn.el_rotate-arrow {
	/* transform: rotate(0); */
	transform: rotate(180deg);
}
/* ========================================================================================================
	事例トップ
======================================================================================================== */
.el_headline_lv01 {
	background: url(https://www.takeda-prn.co.jp/case/bg_detail.jpg) center 0 no-repeat;
	background-size: cover;
}
.case .el_font105 .el_header_main-text {
	font-size: 7rem;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.case .el_font105 .el_header_sub-text {
	font-size: 2.0rem;
	font-weight: 400;
	padding: 9px 16px;
	background: #fff;
}

.bl_accordion-list {
	width: 1200px;
	margin: 0 auto 44px;
	padding: 0 22px;
	border-radius: 12px;
	background: #ECECEC;
	box-sizing: border-box;
}

.el_title-box {
	width: 100%;
	padding: 25px 0;
	position: relative;
}

.el_title {
	font-size: 2rem;
    font-weight: 400;
    text-align: center;
    display: block;
    line-height: 1;
}

.el_title:hover {cursor: pointer;}

.el_up-btn {
	width: calc(44 / 1200 * 100%);
	max-width: 44px;
	position: absolute;
	right: 58px;
	top: 10px;
	/* transform: rotate(180deg); */
	transform: rotate(0); transition: transform .25s;
}

.el_accordion-list-inner {
	display: none;
	margin-top: 36px;
	padding-bottom: 20px;
}

/* カテゴリから探す 課題から探す 共通
-------------------------------------------------------------------------------------------------------- */
.el_search-box {
	font-size:1.4rem;
	font-weight: 400;
	display: flex;
	padding-bottom: 16px;
}

.el_search-title {
	color: #DD594D;
	letter-spacing: 0.02em;
	font-weight: 500;
	width: 138px;
}

.el_search-contents {width: 1016px;}

.el_search-inner {
	width: 100%;
	padding-left: 6px;
	display: flex;
	flex-wrap: wrap;
	height: calc(100% - 14px);
	border-left: 2px solid #fff;
}

.el_search-item {
	padding:0 8px;
	margin-bottom: 14px;
}

.el_search-link {
	border-radius:20px;
	padding:4px 14px;
	text-align: center;
	line-height: 1;
}

.el_search-link:hover {cursor: pointer;}
.el_up-btn:hover {cursor: pointer;}
.bl_accordion-list .current {
	background:#E6594D;
	color: #fff;
}

/* カテゴリから探す
-------------------------------------------------------------------------------------------------------- */
.el_category-search {
	margin-bottom: 40px;
	border-bottom:1px solid #707070;
}

.el_category-search .el_search-item {
	border-right: 1px solid #B7B6B6;
}

/* 課題から探す 共通
-------------------------------------------------------------------------------------------------------- */
.el_task-search {
	margin-bottom: 0;
}

.el_task-search .el_search-item {width: 50%;}
.el_task-search .el_search-item:nth-of-type(2n) {border-left: 1px solid #B7B6B6;}

/* 絞り込みを解除する
-------------------------------------------------------------------------------------------------------- */
.rescission {
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;
	padding-left: 30px;
}

.rescission:before {
    position: absolute;
    top: 0;
	left: 0;
    content: "";
    vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url(https://www.takeda-prn.co.jp/case/icon_close.png) 0 0 no-repeat;
    background-size: contain;
}

.rescission:hover {cursor: pointer;}


.ly_item-contents {
	width: 100%;
	background: #ECECEC;
	padding: 60px 0 66px;
}

.ly_item-wrap {
	width:1200px;
	overflow:hidden;
	margin: 0 auto;
}

.bl_item-area {
	margin-right: -24px;
	display: flex;
	flex-wrap: wrap;
}

.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: 26px;
}

.el_item-box-title {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C3C3C3;
}

.el_item-box-content {

}

.el_item-box-text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7;
}

.el_item-box-list {

}

.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;
}

/* ========================================================================================================
	事例詳細ページ　アイキャッチ
======================================================================================================== */
.ly_personal-field {
	width: 100%;
	min-height: 412px;
	min-width: 1080px;
	overflow: hidden;
	background: url(https://www.takeda-prn.co.jp/case/bg_detail.jpg) center 0 no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
    align-items: center;
}

.ly_header-inner {
	width:1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 分野のカテゴリー
-------------------------------------------------------------------------------------------------------- */
.bl_card-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.bl_card-label {
	line-height: 1;
	padding: 6px 20px;
	display: inline-block;
    text-align: center;
	border: 1px solid #DD594D;
	background: #fff;
	border-radius: 20px;
	margin: 0 6px 10px 0
}

.el_label-inner {
	font-size:1.2rem;
	font-weight: 400;
	color: #DD594D;
}

/* タイトルと情報
-------------------------------------------------------------------------------------------------------- */
.ly_header-inner h1 {
	font-size:3.2rem;
	font-weight: 400;
	line-height: 1.5;
	max-width: 512px;
}

.ly_header-inner .el_h1-title {
	display: block;
	font-size:2.8rem;
	font-weight: 500;
	color: #DD594D;
	margin-bottom: 20px;
}

/* 右側 */
.ly_header-personal-data {
	width: 560px;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 160px;
}

.el_header-comment {
	letter-spacing: 0.025em;
	line-height: 1.866666666666667;
	margin: 0 0 20px;
}

.el_genre-box {display: flex;}

.el_genre-name {
	font-size: 1.5rem;
	color: #fff;
	background: #808080;
	padding: 5px 10px;
	text-align: center;
	margin-right: 10px;
	min-width: 128px;
    display: flex;
    align-items: center;
}
.el_genre-data {padding: 5px;}

/* ========================================================================================================
	メインイメージ
======================================================================================================== */
.ly_detaile-main-img {
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-bottom: 14px;
}
.el_detaile-img {display:inline-block;}

/* 見出し
-------------------------------------------------------------------------------------------------------- */
.el_headline_lv02 {
	border:none;
	margin-bottom: 10px;
}

.el_headline_lv02 span {
	border:none;
	font-size: 4rem;
}

.el_headline_lv02 .size32 {
	font-size: 3.2rem;
}

.el_headline_lv03 {
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.05em;
}

/* リストの中黒が赤のULの下余白 */
.el_list-text {margin-bottom: 30px;}
.bottom-card > .bl_contents:nth-of-type(1) {margin-bottom: 55px;}
/* ========================================================================================================
	ポイント
======================================================================================================== */
.bl_point-img-list {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

.bl_point-img-list li {
	width:368px;
	margin: 48px 48px 0 0;
}

.bl_point-img-list li:nth-of-type(1),
.bl_point-img-list li:nth-of-type(2),
.bl_point-img-list li:nth-of-type(3) {
	margin-top: 0;
}

.bl_point-img-list li:nth-of-type(3n) {
	margin-right: 0;
}

.el_point-img {
	overflow: hidden;
	margin-bottom: 20px;
}

.el_point-text {
	font-size: 1.5rem;
	line-height: 1.666666666666667;
}

.ly_voice .el_voice_manager {margin-bottom: 5px;}

.ly_voice dt > span {
	font-size:2rem;
	letter-spacing: 0.02em;
	margin:0 0 10px 0;
	display: block;
}

.el_link {
	display:block;
	width: calc(1200 / 1200 * 100%);
	max-width: 1200px;
	margin: 0 auto 40px;
	font-size: 1.3rem;
}

.el_link a {
	font-size: 1.5rem;
	color: #E6594D;
	margin-left:1rem;
}

.bl_contents.ly_service {
	display: flex;
	justify-content: space-between;
	margin:160px 0 70px;
}

.ly_service h3 {
	font-size: 2.5rem;
	font-weight: 350;
	letter-spacing: 0.05em;
}

.ly_service .bl_card-list {
	width: 980px;
	margin-bottom: 0;
}

.ly_service .bl_card-label {
	width: 230px;
	padding: 0;
	border-radius: 160px;
	margin: 0 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ly_service .bl_card-label:nth-of-type(4n) {
	margin-right: 0;
}

.ly_service .bl_card-list a {
	color: #333;
	font-size: 1.5rem;
	display: block;
	padding: 21px;
	text-align: center;
}

.el-text-center {text-align: center;}
.bottom-card {margin-bottom: calc(180 / 1600 * 100%);}
/* ========================================================================================================
	SP用CSS
	------------------------------------------------------------------------------------------------------
	@media all and (max-width: 750px)
======================================================================================================== */
@media all and (max-width: 750px) {
	.case .el_font105 .el_header_main-text {font-size: 4rem;}
	.case .el_font105 .el_header_sub-text {
		font-size: 1.5rem;
		font-weight: 400;
		padding: 9px 16px;
	}
	.el_title {
		margin-bottom:0;
		font-size: 1.5rem;
	}
	.el_title:hover {cursor: default;}
	.el_title-box .el_up-btn {display: none;}

	/* カテゴリから探す 課題から探す 共通
-------------------------------------------------------------------------------------------------------- */
	.bl_accordion-list {
		width: 100%;
		background: none;
		padding: 0 15px;
		margin-bottom: calc(84 / 690 * 100%);
		background: rgba(236,236,236,.4);
	}

	.el_search-contents {
		width:100%;
		display: none;
		padding-top: 14px;
		background: rgba(236,236,236,.4);
	}

	.el_search-box {
		display: block;
		border: none;
		padding-bottom: 0;
	}

	.el_task-search {
		margin-bottom: 10px;
	}

	.el_search-title {
		width: 100%;
		background: #ececec;
		position: relative;
		padding: calc(30 / 690 * 100%) calc(34 / 690 * 100%);
	}

	.el_search-title .el_up-btn {
		width: calc(56 / 690 * 100%);
		max-width: 100%;
		position: absolute;
		top: calc(26 / 104 * 100%);
		right: calc(32 / 690 * 100%);
	}

	.el_search-inner {
		display: block;
		border: none;
	}

	.el_search-link {
		padding: 4px 10px;
		text-align: left;
		line-height: 1;
		display: block;
	}

	.el_accordion-list-inner {
		margin-top:0;
		display: block;
	}

	.bl_search-data {
		font-size: 1.4rem;
		display: block;
		margin-bottom: calc(44 / 690 * 100%);
		display: flex;
	}

	#selectText {width: calc(540 / 690 * 100%);}

/* カテゴリから探す
-------------------------------------------------------------------------------------------------------- */
	.el_category-search {
		margin-bottom: 4px;
		border: none;
	}

	.el_category-search .el_search-item {
		border:none;
		padding: 0;
	}

/* 課題から探す
-------------------------------------------------------------------------------------------------------- */
	.el_task-search .el_search-item {
		width: 100%;
		padding:0;
	}

	.el_task-search .el_search-item:nth-of-type(2n) {border:none;}
	.rescission {
		font-size:1.4rem;
		padding-left: 24px;
	}

	.rescission:before {
		width: 14px;
		height: 14px;
	}

	/* お客様導入事例
-------------------------------------------------------------------------------------------------------- */
	.ly_item-contents {
		padding: calc(105 / 690 * 100%) 15px 0;
	}

	.ly_item-wrap {
		width:100%;}

	.bl_item-area {
		margin-right: 0;
		display: block;
	}

	.bl_item-area {
		display: block;
		width: 100%;
		padding-bottom: calc(60 / 690 * 100%);
	}

	.el_sp-title {
		font-size: 1.8rem;
		font-weight: 500;
		color: #E6594D;
		letter-spacing: 0.02em;
		text-align: center;
		margin-bottom: calc(45 / 690 * 100%);
	}

	.bl_item-box {
		width: 100%;
		margin: 0 0 calc(40 / 690 * 100%);
	}

	.el_item-box-img {
		width: 100%;
		height: auto;
		padding-top: calc(222 / 345 * 100%);
	}

	.el_item-box-data {
		width: calc(556 / 690 * 100%);
		padding-bottom: calc(22 / 345 * 100%);
	}
	.el_item-box-title {font-size:1.8rem;}
	.el_item-box-text {font-size:1.4rem;}
/* ========================================================================================================
	事例詳細ページ
======================================================================================================== */
	.ly_personal-field {
		width: 100%;
		overflow: hidden;
		padding: calc(72 / 750 * 100%) 0 calc(72 / 750 * 100%);
		background-size: auto 100%;
		margin-bottom: calc(30 / 690 * 100%);
		min-width: auto;
		min-height: auto;
		display: block;
	}

	.ly_header-inner {
		width:calc(690 / 750 * 100%);
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.bl_card-list {margin-bottom: 10px;}
	.bl_card-label {margin-bottom: 5px;}
	.ly_header-inner .el_h1-title{margin-bottom: 10px;}

/* タイトルと情報
-------------------------------------------------------------------------------------------------------- */
	.ly_header-inner h1 {
		font-size:2.2rem;
		margin-bottom: 20px;
	}

	.ly_header-inner h1 br {display: none;}
	.ly_header-inner .el_h1-title {font-size:2rem;}

	/* 右側 */
	.ly_header-personal-data {
		width: 100%;
		display: block;
		min-height: auto;
	}

	.el_header-comment {font-size: 1.4rem;}
	.el_genre-box {display: block;}
	.el_genre-name {
		margin-right: 0;
		font-size:1.4rem;
	}

	.el_genre-data {font-size:1.4rem;}

/* ========================================================================================================
	メインイメージ
======================================================================================================== */
	.ly_detaile-main-img {margin-bottom: calc(70 / 690 * 100%);}

/* ========================================================================================================
	課題
======================================================================================================== */
	.bottom-card > .bl_contents:nth-of-type(1) {margin-bottom: calc(130 / 690 * 100%);}
	.el_headline_lv02 span {font-size: 2.6rem;}
	.el_headline_lv02 .size32 {font-size: 2.4rem;}
/* ========================================================================================================
	ポイント
======================================================================================================== */
.el_headline_lv03 {
	font-size: 2.2rem;
	margin-bottom:calc(10 / 690 * 100%);
}
.bl_point-img-list {
		width: 100%;
		display: block;
	}

	.bl_point-img-list li {
		width:100%;
		margin: 0 0 calc(80 / 690 * 100%);
	}

	.el_point-img {
		margin-bottom: 10px;
	}

	.bl_contents.ly_service {
		display: block;
		justify-content: space-between;
		margin:0 0 70px;
	}

	.ly_service h3 {
		font-size: 2.2rem;
		font-weight: 350;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	.ly_service .bl_card-list {
		width: 100%;
		margin-bottom: 0;
	}

	.ly_service .bl_card-label {
		width: calc((100% - 20px) / 2);
		margin: 0 10px 10px 0;
	}

	.ly_service .bl_card-label:nth-of-type(4n) {
		margin-right: 0;
	}

	.ly_service .bl_card-list a {
		font-size:1.2rem;
		padding:10px;
	}

	.el_last-btn {
		width: calc(610 / 690 * 100%);
		margin: 0 auto calc(40 / 690 * 100%);
	}

	.el_last-btn .el_arrow-ellipse {
		width: 100%;
	}

	.el_last-btn a {
		font-size: 1.5rem;
		letter-spacing: 0;
		padding: 1.4rem 5rem 1.4rem 3rem;
	}


}

