@media screen and (max-width: 768px) {

	/*------���L�����Ƃ̋L�q�X�^�[�g��------*/

	:root {
		--ma_fetured_tl_bg: #80c15e;
		--ma_fetured_tl_img: url(../img/obi_chapter.webp);
	}

	.ma_featured_subject {
		font-size: 15px;
		line-height: 1.7;
	}

	.ma_featured_wrap {
		margin-bottom: 40px;
	}

	.ma_featured_inner {
		width: 90%;
		margin: 0 auto;
	}

	.ma_fetured_tl {
		position: relative;
		display: flex;
		font-size: 18px;
		background-color: var(--ma_fetured_tl_bg);
		width: 100%;
		height: 60px;
		align-items: center;
		padding: 20px 20px;
		box-sizing: border-box;
		margin-top: 50px;
		color: #fff;


		&::before {
			background: var(--ma_fetured_tl_img)  no-repeat;
			position: absolute;
			width: 100px;
			height: 50px;
			top: -32px;
			content: "";
			display: block;
			background-size: 100%;
			left: 10px;
		}
	}

	.ma_introduction_tl {
		font-size: 16px;
		margin: 15px 0 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: 2px;
	}

	.ma_pick_tl {
		font-size: 18px;
	}

	.ma_pick_stl {
		font-size: 32px;
		color: #1f4f92;
	}

	.ma_introduction_txt {
		font-size: 14px;
		line-height: 2;
		text-align: center;
		margin-bottom: 50px;
	}

	.ma_fea01_items {
		padding: 20px;
		box-sizing: border-box;
		background-color: #d4ecf1;
		border-radius: 5px;
		position: relative;
		margin-bottom: 70px;

		&::before {
			background-color: #fff;
			position: absolute;
			top: 16px;
			content: "";
			width: 95%;
			height: 95%;
			margin: 0 auto;
			left: 0;
			right: 0;
			z-index: 1;
			border-radius: 5px;
		}

	}

	.ma_fea01_items:nth-child(1)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku01.png) no-repeat;
		width: 100px;
		height: 100px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_items:nth-child(2)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku02.png) no-repeat;
		width: 100px;
		height: 100px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_items:nth-child(3)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku03.png) no-repeat;
		width: 100px;
		height: 100px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_items:nth-child(4)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku04-07.png) no-repeat;
		width: 100px;
		height: 100px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_flex {
		display: flex;
		position: relative;
		z-index: 2;
		flex-wrap: wrap-reverse;
	}

	.ma_fea01_left {
		flex-shrink: 1;

		& h3 {
			font-size: 24px;
			color: #000;
			font-weight: bold;
			margin-bottom: 25px;
			line-height: 1;
			display: flex;
			align-items: center;
			gap: 10px;

			& strong {
				font-size: 32px;
				color: #1f4f92;
			}

			& span {
				span {
					font-size: 16px;
				}
			}

		}

		&>.midasi {
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: #2d81b5;
		}

		& ul {
			margin: -10px auto 0;
			background-color: #D3EDFB;
			border-radius: 5px;
			padding: 15px;
			width: 80%;
		}

		& ul li {
			display: flex;
			align-items: center;
			font-size: 14px;
			margin-bottom: 10px;

			&:last-child {
				margin-bottom: 0;
			}

			&::before {
				background: url(/magazine/24_11_12/article/img/contents_icon.png)no-repeat;
				content: "";
				width: 30px;
				height: 30px;
				background-size: 100%;
				margin-right: 10px;
			}
		}

	}

	.ma_fead01_right {
		flex-shrink: 1;
		height: 150px;
		width: 60%;
		margin: 0 auto;

		& img {
			height: 100%;
			object-fit: contain;
		}
	}

	.ma_fea01_flex02 {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
		gap: 10px;
		margin-top: 15px;

		& li {
			display: flex;
			justify-content: space-between;
			align-items: center;

			&:nth-child(1) span {
				font-size: 10px;
				color: #e8413e;
				width: 20%;
				height: 60px;

				& img {
					width: 75%;
				}

			}

			&:nth-child(2) span {
				font-size: 10px;
				color: #2882c2;
				width: 20%;
				height: 60px;

				& img {
					width: 75%;
				}
			}

			& p {
				font-size: 14px;
				line-height: 1.5;
				width: 75%;
			}
		}
	}

	.ma_fea01_conts02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ma_fea01_half {
		margin-bottom: 45px;
		position: relative;
		box-sizing: border-box;
		background-color: #d4ecf1;
		border-radius: 5px;
		display: grid;
		place-content: center;
		padding: 20px;

		&:nth-child(4) {
			margin-bottom: 0;
		}

		&::before {
			background-color: #fff;
			position: absolute;
			content: "";
			width: 95%;
			height: 95%;
			margin: auto;
			z-index: 1;
			border-radius: 5px;
			inset: 0;
		}

	}

	.ma_fea01_half:nth-child(n + 1):nth-child(-n + 3) {
		&::after {
			background: url(/magazine/24_11_12/article/img/kokoku_kakaku04-07.png) no-repeat;
			width: 80px;
			height: 80px;
			position: absolute;
			right: -1px;
			top: -40px;
			content: "";
			z-index: 3;
			background-size: 100%;
		}
	}

	.ma_fea01_half:nth-child(4) {
		&::after {
			background: url(/magazine/24_11_12/article/img/kokoku_kakaku08.png) no-repeat;
			width: 80px;
			height: 80px;
			position: absolute;
			right: -1px;
			top: -40px;
			content: "";
			z-index: 3;
			background-size: 100%;
		}
	}

	.ma_fea01_half h3 {
		font-size: 24px;
		color: #000;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1;
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 2;

		& strong {
			font-size: 40px;
			color: #1f4f92;
		}


	}

	.ma_fea01_half_flex {
		display: flex;
		position: relative;
		z-index: 2;
		align-items: center;
		flex-wrap: wrap-reverse;
	}

	.ma_fea01_half_left {
		&>p {
			font-size: 18px;
			font-weight: bold;
			color: #2d81b5;
		}

		& ul {
			margin-top: 15px;
		}

		& ul li {
			display: flex;
			font-size: 16px;
			margin-bottom: 10px;
			align-items: flex-start;

			&:last-child {
				margin-bottom: 0;
			}

			&::before {
				background: url(/magazine/24_11_12/article/img/contents_icon.png)no-repeat;
				content: "";
				width: 30px;
				height: 30px;
				background-size: 100%;
				margin-right: 10px;
			}
		}

	}

	.ma_fea01_half_left {
		flex-grow: 1;
	}

	.ma_fea01_half_right {
		margin: 0 auto;
	}

	/*------�L�����Ƃ̋L�q�I���------*/

	/* article03 */

	.movie-title_wrapper {
		background-color: #ebf4e4;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
	}

	.movie-title_brackets {
		position: relative;
		line-height: 1.4;
		padding: 0.25em 0.5em;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 46px;
		font-weight: bold;

		&::before,
		&::after {
			content: '';
			width: 20px;
			height: 30px;
			position: absolute;
			display: inline-block;
		}
	
		&::before {
			border-left: solid 4px #2ba738;
			border-top: solid 4px #2ba738;
			top:0;
			left: 0;
		}
	
		&::after {
			border-right: solid 4px #2ba738;
			border-bottom: solid 4px #2ba738;
			bottom:0;
			right: 0;
		}
	}

	.movie-title_text {
		display: inline-block;
		position: relative;
		font-size: 32px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: center;
		color: #333333;
		font-weight: bold;
		z-index: 0;
		margin-top: 0;
		margin-bottom: 0;
		filter: 
			drop-shadow(1px 0 0 #fff)
			drop-shadow(-1px 0 0 #fff)
			drop-shadow(0 1px 0 #fff)
			drop-shadow(0 -1px 0 #fff)
			/* 斜めの方向にも追加 */
			drop-shadow(1px 1px 0 #fff)
			drop-shadow(-1px 1px 0 #fff)
			drop-shadow(1px -1px 0 #fff)
			drop-shadow(-1px -1px 0 #fff);
	
		& .small {
			font-size: 18px;
		}
	}

	.movie-title_text-green {
		display: inline-block;
		font-size: 32px;
		line-height: 1.4;
		color: #fff;
		font-weight: bold;
		z-index: 0;
		margin-top: 0;
		margin-bottom: 0;
		filter: 
			drop-shadow(1px 0 0 #2ba738)
			drop-shadow(-1px 0 0 #2ba738)
			drop-shadow(0 1px 0 #2ba738)
			drop-shadow(0 -1px 0 #2ba738)
			/* 斜めの方向にも追加 */
			drop-shadow(1px 1px 0 #2ba738)
			drop-shadow(-1px 1px 0 #2ba738)
			drop-shadow(1px -1px 0 #2ba738)
			drop-shadow(-1px -1px 0 #2ba738);
	}

	.movie-top_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 20px;
	}

	.movie-top_text_wrapper {
		width: 100%;
	}

	.movie-top_text {
		/* font-size: 18px; */
		line-height: 1.5;
	}

	.movie-top_fukidashi {
		position: relative;
		background-color: #fff;
		padding: 10px;
		border-radius: 5px;
		font-size: 20px;
		text-align: center;
		font-weight: bold;

    &::after {
			content: '';
			position: absolute;
			left: 70px;
			bottom: -15px;
			width: 20px;
			height: 15px;
			background-color: #fff;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
		}
	}

	.movie-top_image {
		width: 100%;
		height: auto;
		box-sizing: border-box;

		& img {
			width: 100%;
			height: auto;
		}
	}

	.movie-case_list {
		display: flex;
		flex-direction: column;
		gap: 40px;
		list-style: none;
		margin-top: 60px;
		padding-left: 0;
		padding-bottom: 60px;
	}

	.movie-case_content {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;

		&.reverse {
			flex-direction: column;
		}
	}

	.movie-case_title {
		font-size: 24px;
		color: #80c15e;
		display: flex;
		align-items: center;
		gap: 5px;
		white-space: nowrap;
		margin-top: 0;
		margin-bottom: 20px;

		& .number {
			font-size: 42px;
			color: #80c15e;
			padding: 0 10px;
			border-radius: 5px;
		}

		&::after {
			content: '';
			display: block;
			width: 100%;
			height: 8px;
			background-color: #80c15e;
			margin-left: 10px;
		}

		&.reverse {
			flex-direction: row-reverse;
	
			&::after {
				margin-left: 0;
				margin-right: 10px;
			}
		}
	}

	.movie-case_subtitle {
		font-size: 32px;
		font-weight: bolder;
		color: #000;
		margin-bottom: 10px;
		margin-top: 0;
		line-height: 1.2;

		& .small {
			font-size: 24px;
		}

		& .movie {
			font-size: 18px;
			color: #fff;
			background-color: #000000;
			padding: 3px 5px;
			font-weight: normal;
		}
	}

	.highlight-text {
		position: relative;
		display: inline-block;
	
		&::before {
			content: '';
			position: absolute;
			bottom: 10px;
			left: 0;
			width: 100%;
			height: 10px;
			background-color: #fff100;
			z-index: -1;
		}
	}

	.movie-case_discription {
		width: min(420px, 100%);

		&.reverse {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
	}

	.movie-case_image {
		position: relative;
		width: min(400px, 100%);
		box-sizing: border-box;

		& .image {
			border: 5px solid #fff;
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
			width: 100%;
			height: auto;
			
		}

		& .space {
			margin-bottom: 20px;
		}

		&:has(.movie-case_left) {
			padding-left: 30px;
		}

		&:has(.movie-case_right) {
			padding-right: 30px;
		}
	}

	.movie-case_left {
		position: absolute;
		left: -20px;
		bottom: 0;
		width: min(80px, 100%);

		& img {
			width: 100%;
			height: auto;
		}
	}

	.movie-case_right {
		position: absolute;
		right: -20px;
		bottom: 0;

		width: 100px;

		& img {
			width: 100%;
			height: auto;
		}
	}

	.movie-case_recruit {
		border: 5px solid #94bcd1;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.movie-case_recruit_hakase {
		width: 80px;
		height: 80px;

		& img {
			width: 100%;
			height: auto;
		}

	}

	.movie-case_recruit_text {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;

		& .sky {
			color: #00a0e9;
		}

		& .blue {
			color: #005b88;
		}
	}

	.movie-case_recruit_qr {
		width: 80px;
		height: 80px;

		& img {
			width: 100%;
			height: auto;
		}
	}

	.movie-tool {
		background-color: #dce9f1;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;

	}

	.movie-tool_title {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 20px;
	}

	.movie-tool_logo {
    width: min(345px, 100%);
    aspect-ratio: 345/70;  /* 元の画像の縦横比を指定 */
    height: auto;

		& img {
			width: 100%;
        height: 100%;
        object-fit: contain;  /* 縦横比を維持 */
		}
	}

	.movie-tool_subtaitle {
		width:100%;
		background-color: #fff;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 20px;
		& .blue {
			color: #005381;
		}

		& .red {
			color: #d6312e;
		}
	}

	.movie-tool_list_wrapper {
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.movie-tool_list {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #fff;
		list-style: none;
		padding-left: 0;
		column-gap: 30px;
		padding-left: 0;
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-bottom: 100px;

		& li {
			display: flex;
			flex-direction: column;
			column-gap: 10px;
		}
	
	}

	.movie-tool_list_number {
		color: #005381;
		font-size: 24px;
		font-weight: bold;
	}

	.movie-tool_list_image {
		border: 1px solid lightgray;
	}

	.movie-tool_list_text { 
		font-size: 16px;
		line-height: 1.3;
		text-align: center;

		& .red {
			color: #d7363a;
			font-weight: bold;
		}
	}

	.movie-tool_hakase {
		position: absolute;
		width: 80px;
		height: auto;
		right: 0;
		bottom: 0;
		z-index: 0;
		content: '';

		& img {
			width: 100%;
			height: auto;
		}
	}

	.movie-tool_contact {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.movie-tool_contact_text {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}




/* media screen fin */