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

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

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

	body {

		& p {
			font-size: 15px;
			line-height: 1.7;
		}
	}

	.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: #2d87c0;
		width: 100%;
		height: 60px;
		align-items: center;
		padding: 0px 20px;
		box-sizing: border-box;
		margin-top: 20px;
		color: #fff;


		/* &::before {
			background: url(/magazine/24_11_12/article/img/obi_chapter.png) 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���------*/

	.reggae-one {
		font-family: "Reggae One", system-ui;
	}

	.kaisei-decol {
		font-family: "Kaisei Decol", serif;
	}

	.staff-intro {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.staff-intro_top {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		justify-items: center;
		grid-gap: 30px;
		margin-bottom: 60px;
	}

	.staff-intro_info {
		position: relative;
		display: inline-block;
		grid-column: 1;
		grid-row: 2;
		background-color: #2ba738;
		padding: 10px;
		border-radius: 20px;
		border: 2px solid #333333;
		width: min(100%, 320px);

		& .intro_title {
			position: absolute;
			display: inline-block;
			top: -10px;
			left: 50%;
			width: 90%;
			transform: translateX(-50%);
			background-color: #e17f5b;
			border: 2px solid #333333;
			font-size: 12px;
			text-align: center;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			padding-right: 10px;
		}
	}

	.staff-intro_info_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #ffffff;
		border-radius: 16px;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border: 2px solid #333333;
		margin-top: 15px;

		& .dept {
			font-size: 14px;
			font-weight: 600;
		}

		& .position {
			font-size: 12px;
			font-weight: 600;
		}

		& .name {
			font-size: 24px;
			font-weight: 600;
		}
	}

	.staff-intro_img01 {
		grid-column: 1;
		grid-row: 1;
		width: min(100%, 200px);
		height: auto;

		& img {
			width: 100%;
			height: auto;
		}
	}
	
	.staff-intro_img02 {
		grid-column: 1;
		grid-row: 4;
	}

	.staff-intro_motto {
		position: relative;
		grid-column: 1;
		grid-row: 3;
		width: min(100%, 320px);
		border: 2px solid #333333;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 20px;
		margin-right: 20px;

		& .title {
			font-size: 14px;
			font-weight: 600;
		}

		& .word {
			display: flex;
			flex-direction: column;
			align-items: center;
			font-size: 24px;
			font-weight: 600;
			letter-spacing: 0.1em;
			text-shadow: 4px 4px 4px #fff953;
		}

		&:after {
			content: '';
			position: absolute;
			bottom: -10px;
			right: 0;
			background-image: url(../img/img-intro_pic01.webp);
			background-size: 100%;
			width: 52px;
			height: 102px;
		}	
	}

	.staff-intro_message {
		position: relative;
		border: 2px solid #333333;
		background-color: #5e8ea5;
		padding: 10px;
		border-radius: 20px;

		& .title {
			position: absolute;
			top: -20px;
			left: 0;
			display: inline-block;
			background-color: #5e8ea5;
			font-size: 18px;
			font-weight: 600;
			color: #fff;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			padding-right: 10px;
			border-radius: 15px;
			border: 2px solid #333333;

			& .yellow {
				color: #fff953;
			}
		}

		& .message {
			background-color: #ffffff;
			line-height: 1.7;
			padding-top: 20px;
			padding-bottom: 15px;
			padding-left: 10px;
			padding-right: 10px;
			border: 2px solid #333333;
			border-radius: 18px;
		}
	}

	.staff-feature {
		padding-bottom: 0;
	}

	.staff-feature_person-title {
		position: relative;
		display: block;
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		background-color: #e4d6e9;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;

		& h3 {
			text-shadow: 3px 1px 0 #fff;
		}

		&::after {
			content: '';
			position: absolute;
			bottom: -10px;
			left: 50%;
			transform: translateX(-50%);
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #e4d6e9 transparent transparent transparent;
		}


		& .small {
			font-size: 16px;
			font-weight: 400;
		}
	}


	.person-icon {
		display: flex;
    justify-content: center;
    align-items: center;
	}

	.staff-feature_person_item {
		display: inline-block;
		width: 243px;
		height: auto;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		& img {
			width: 100%;
			height: auto;
		}
	}
	.staff-feature_person-message {
		background-color: #e4d6e9;
		border: 2px solid #333333;
		border-radius: 20px;
		padding: 10px;
		margin-bottom: 20px;

		& .inner {
			display: flex;
			flex-direction: column;
			column-gap: 20px;
			align-items: center;
			background-color: #ffffff;
			border: 2px solid #333333;
			border-radius: 18px;
			padding: 20px;
		}

		& .title {
			text-shadow: 4px 4px 4px #fff953;
			font-size: 20px;
			font-weight: 600;
		}

		& .person-img {
			width: 75px;
			height: auto;

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

	}

	.staff-feature_hobby {
		position: relative;
		padding-bottom: 40px;

		& .hobby-icon {
			position: absolute;
			width: 70px;
			height: auto;
			top: -25px;
			left: -10px;

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


	.staff-feature_hobby-message {
		background-color: #cc692e;
		border: 2px solid #333333;
		border-radius: 20px;
		padding: 10px;

		& .inner {
			display: flex;
			flex-direction: column;
			align-items: center;
			background-color: #ffffff;
			border: 2px solid #333333;
			border-radius: 18px;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 20px;
			padding-bottom: 20px;
		}

		& .title {
			text-shadow: 4px 4px 4px #fff953;
			font-size: 20px;
			font-weight: 600;
		}

		& .hobby-img {
			width: 100px;
			height: auto;

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

	.staff-reason {
		position: relative;
		background-color: #7da5b8;
		padding: 10px;
		border-radius: 20px;
	}

	.staff-reason_title {
		position: absolute;
		top: -10px;
		left: 0;
		display: inline-block;
		background-color: #cedde6;
		border: 2px solid #333333;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 600;
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 20px;
	}

	.staff-reason_message {
		background-color: #ffffff;
		border-radius: 18px;
		padding: 20px;

		& .title {
			text-shadow: 4px 4px 4px #fff953;
			font-size: 20px;
			font-weight: 600;
		}


	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
	



}

/* media screen fin */