@media screen and (min-width: 769px) {

	/*------↓記事ごとの記述スタート↓------*/

body {
	font-size: 16px;
	font-weight: 1.8;
}

.sp_br {
	display: none;
}

	:root {
		--ma_fetured_tl_bg: #e99315;
	}


	.ma_fetured_tl {
		position: relative;
		display: flex;
		font-size: 40px;
		background-color: var(--ma_fetured_tl_bg);
		width: 100%;
		height: 80px;
		align-items: center;
		padding: 0 140px;
		box-sizing: border-box;
		color: #fff;
		margin-top: 30px;


		&::before {
			background: url(/magazine/24_11_12/article04/img/obi_chapter.webp) no-repeat;
			position: absolute;
			width: 397px;
			height: 201px;
			top: -20px;
			content: "";
			display: block;
			background-size: 30%;
			left: 10px;
		}
	}

	.retention-case_list {
		display: flex;
		flex-direction: column;
		gap: 50px;

	}

	.retention-title_wrapper{
		display: flex;
		box-sizing: border-box;
		justify-content: space-between;
		background-color: #fbebd4;
		margin-top: 30px;
		margin-bottom: 40px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 40px;
		padding-right: 20px;
		border-radius: 20px;
		align-items: end;
	}

	.retention-title_highlight {
		position: relative;
		display: inline-block;
		font-size: 30px;
		font-weight: bold;
		z-index: 1;
		margin-top: 0;
		margin-bottom: 20px;
	
		&::before {
			content: '';
			position: absolute;
			bottom: -7px;
			left: 0;
			width: 100%;
			height: 10px;
			background-color: #fff;
			z-index: -1;
		}
	}
	

	.retention-title_text {
		font-size: 50px;
		color: #333;
		line-height: 70px;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 0;
		& .orange {
			color: #ea9415;
			font-size: 38px;
		}
	}

	.retention-case_title {
		font-size: 28px;
		display: flex;
		align-items: center;
		gap: 5px;
		white-space: nowrap;
		margin-top: 0;
		line-height: 1.2;
		background-color: #fae6ca;
		border: solid 3px #333333;
		border-radius: 20px;
		padding: 20px 4.8%;
		box-shadow: 7px 5px 2px rgba(167, 166, 166, 0.5);
		position: relative;

		& .number {
			font-size: 60px;
			color: #e99315;
			padding: 0 10px;
			border-radius: 5px;
		}

		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/Q.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 50px;
			height: 50px;
			top: -20px;
            left: -3px;
		}
	}

	.retention-case_fukidashi {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: end;
        margin-right: 42px;
		position: relative;
		z-index: 2;
		
		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/e1180_0.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 300px;
			height: 100px;
			z-index: -1;
            top: -18px;
            right: -26px;
			transform: scaleX(-1);
		}
	}

	.answer {
		display: flex;
		align-items: end;
		justify-content: start;
		gap: 5px;

		& img {
			width: 50px;
			height: 50px;
		}
	}


	.retention-case_answer {
		font-size: 2.4rem;
		text-align: start;
		line-height: 1;
		margin-top: 30px;
	}

	.answer__wh {
		color: #fff;
		background-color: #e99315;
		font-size: 3.2rem;
	}

	.results {
		display: flex;
		gap: 15px;
		margin-top: 40px;

		& img {
			width: 100px;
			height: 100px;
		}
	}

	.results__txt--sp {
		display: none;
	}

	.results__txt--span {
		font-size: 1.4rem;
		font-weight: bold;
		position: relative;

		&::before {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 10px;
			background-color: yellow;
			z-index: -1;
		}
	}

	.detail__img {
		display: flex;
		align-items: center;
		gap: 20px;
		margin: 20px auto 60px;
	}

	.hakase {
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: end;
		gap: 30px;
		position: relative;

		& img {
			width: 100px;
			height: 100px;
		}

		&::before,
		&::after {
			content: '';
			position: absolute;
			background-color: #333;
			width: 100px;
			height: 2px;
			right: 132px;
		}

		&::before {
			top: 24px;
			transform: rotate(15deg);
		}
		&::after {
			bottom: 22px;
			transform: rotate(-15deg);
		}
	}

	.HP {
		padding: 10px;
		font-weight: bold;
        text-align: center;
		background-color: rgb(236, 236, 236);
		border-radius: 10px;
		margin-top: 15px;
		position: relative;

		&::after {
			display: block;
			content: '';
			position: absolute;
			background-image: url(../img/arrow.png);
			background-repeat: no-repeat;
			background-size: contain;
			transform: scaleY(-1) rotate(-48deg);
			width: 80px;
			height: 40px;
			right: 0;
		}
	}

	.desing__name {
		text-align: end;
	}


	.improvment img {
		margin-top: 15px;
	}

	.retention-case_topic {
		display: flex;
		align-items: center;
		justify-content: start;
		gap: 20px;

		& img {
			width: 100px;
			height: auto;
		}
	}

	img.img02 {
		width: 26%;
	}

	.retention-case_01 {
		position: relative;
		width: 85%;

		&::after {
			content: '';
			position: absolute;
			background-image: url(../img/22005912.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 100px;
			height: 100px;
            top: -13px;
			right: 9px;
		}
	}

	.retention-case_fukidashi01 {
		text-align: center;
		position: relative;
		z-index: 2;
		
		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/e1180_0.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 300px;
			height: 100px;
			z-index: -1;
            top: -21px;
            right: 266px;
			transform: scaleX(-1);
		}
	}

	img.star {
		width: 200px;
		height: auto;
	}

	.results__results02 {
		gap: 30px;
	}

	.results__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 420px;
		gap: 15px;
	}

	.question {
		padding: 20px;
		background-color: rgb(236, 236, 236);
		border-radius: 10px;
		margin-top: 20px;

	}
	
	.question__topic {
		font-size: 1.8rem;
		color: #e99315;
		text-align: center;
		position: relative;

		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/layer12.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 60px;
			height: 80px;
			top: -12px;
            left: 90px;
		}
	}

	.question__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
		gap: 20px;
	}

	.question__item {
		display: flex;
		width: 400px;
		gap: 10px;

		& img {
			width: 180px;
			height: auto;
		} 
	}

	.question__txt {
		font-weight: bold;
	}

	.retention-case_02 {
		position: relative;

		&::after {
			content: '';
			position: absolute;
			background-image: url(../img/2200591222.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 100px;
			height: 100px;
            top: -45px;
            right: 50px;
		}
	}

	.detail__img {
		display: flex;
	}
	
	.case {
		width: 20%;
		position: relative;

		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/layer08.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 130px;
            height: 100px;
            bottom: -81px;
            left: 22px;
		}

		&::after {
			content: '';
			position: absolute;
			background-image: url(../img/arrow.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 100px;
            height: 100px;
            bottom: 0;
            left: 121px;
            transform: rotate(45deg);
            z-index: 5;
		}
	}
	
	.case__list {
		padding: 20px;
		background-color: rgb(236, 236, 236);
		border-radius: 10px;
		margin-top: 20px;
		width: 75%;
		position: relative;
		
		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/layer13.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 270px;
            height: 300px;
            top: -17px;
            left: 0;
		}
	}

	.case__item {
		display: flex;
		font-weight: bold;
		align-items: center;
		justify-content: start;
		width: 60%;
		float: right;


		& .ore {
			color: #e99315;

		}
	}

	.case__item--img {
		width: 200px;
		height: auto;
	}

	.case__txt {
		font-size: 1.8rem;
	}

	/*------記事ごとの記述終わり------*/

}

/* media screen fin */