
@media only screen and (max-width: 767px) {
    #spNav {
        background-color: #29A9E0 !important;
    }
}

.project_menu2024_flex {
	display: flex;
	width: 1025px;
    justify-content: space-between;
    margin: 50px auto 0px auto;
    position: relative;
    flex-wrap: wrap;
}
.project_menu2024_flex > div {
	width: 484px;
}
.project_menu2024_flex .item_school,
.project_menu2024_flex .item_tv,
.project_menu2024_flex .item_kichen,
.project_menu2024_flex .item_action {

}
.project_menu2024_flex .item_school,
.project_menu2024_flex .item_tv {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #29A9E0;
}
/*
.project_menu2024_flex .item_kichen {
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}
*/
.project_menu2024_flex > div h3 {
	min-height: 115px;
	margin: 0.5em 0 0.5em 0;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.project_menu2024_flex > div .img {
	margin: 0.5em 0;
}
.project_menu2024_flex > div .img img {
	margin: 0;
	max-width: 100%;
}
.project_menu2024_flex .item_school h3 img {
	width: 254px;
}
.project_menu2024_flex .item_tv h3 img {
	width: 318px;
}
.project_menu2024_flex .item_kichen h3 img {
	width: 250px;
}
.project_menu2024_flex .item_action h3 img {
	width: 254px;
}
.project_menu2024_flex > div .txt {
	margin: 0 0 0.5em 0;
	color: #000;
	font-size: 0.875em;
	min-height: 7rem;

}
.project_menu2024_flex > div .txt p {
	font-size: 16px;
	line-height: 2;
	margin: 0;

}
.project_menu2024_flex .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project_menu2024_flex .list a,
.project_menu2024_flex .list span {
	display: flex;
	width: 48%;
	align-items: center;
	border-radius: 999px;
	padding: 0.2em;
	min-height: 40px;
	font-size: calc( 1rem * ( 17 / 16 ) );
	margin-bottom: 1rem;
}

.project_menu2024_flex .list a {
	background-color: #29A9E0;
	color: #fff;
	text-decoration: none;
    padding: 0.2em 0.8em 0.2em 1em;
    justify-content: space-between;
}
.project_menu2024_flex .list a.twoline {
	font-size: 0.7em;
	line-height: 1.1;
}
.project_menu2024_flex .list a.sptwoline {

}
.project_menu2024_flex .list a::after {
	content: '';
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #fff;
	height: calc(tan(60deg) * 18px / 2);
	width: 12px;
}
.project_menu2024_flex .list span {
    justify-content: center;
	background-color: #90D0F0;
	color: #fff;
}
.project_menu2024_flex .list a.full span {
    justify-content: center;
}
.project_menu2024_flex .list a.full::before {
	content: '';
}
.project_menu2024_flex .list a.full,
.project_menu2024_flex .list span.full {
	width: 100%;
}


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

.project_menu2024_flex {
	width: 100%;
	width: calc(100vw * (310/375));
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.project_menu2024_flex > div h3 {
	min-height: calc(100vw * (140/375));
	align-items: center;
}
.project_menu2024_flex .item_school h3 img {
	width: calc(100vw * (253/375));
}
.project_menu2024_flex .item_tv h3 img {
	width: calc(100vw * (318/375));
}
.project_menu2024_flex .item_kichen h3 img {
	width: calc(100vw * (250/375));
}
.project_menu2024_flex .item_action h3 img {
	width: calc(100vw * (254/375));
}
.project_menu2024_flex > div {
	width: 100%;
}
.project_menu2024_flex > div .img img {
	width: 100%;
}

.project_menu2024_flex .list a,
.project_menu2024_flex .list span {
   	font-size: calc(100vw * (14 / 375));
}
.project_menu2024_flex .list a.twoline {
	font-size: 0.7em;
}
.project_menu2024_flex .list a.sptwoline {
	font-size: 0.8em;
	line-height: 1.2;
    padding: 0em 0.8em 0em 1.4em;
}
.blocker {
	padding: 20px 3%;
}

.project_menu2024_flex .item_kichen {
	border-left: none;
	border-right: none;
}

/*
.project_menu2024_flex .item_kichen::before,
.project_menu2024_flex .item_kichen::after {
	display: block;
	content: '';
	width: 94%;
	border-top: 1px dashed #fff;
	margin: 2em auto;
}
*/

.project_menu2024_flex .item_kichen,
.project_menu2024_flex .item_school,
.project_menu2024_flex .item_tv {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #29A9E0;
}

}

/*
---------------------------------------------------*/

#report .project_menu_flex {

}
#report .project_menu_flex > div .txt {
    color: #231815;
}

#report .project_menu_flex .list a {
	background-color: #29A9E0;
	color: #fff;
}
#report .project_menu_flex .list a::after {
	background-color: #fff;
}
#report .project_menu_flex .item_kichen {
	border-left: 1px dashed #29A9E0;
	border-right: 1px dashed #29A9E0;
}
#report .project_menu_flex .item_kichen::before,
#report .project_menu_flex .item_kichen::after {
	border-top: 1px dashed #29A9E0;
	width: 100%;
}
#report {
	padding-bottom: 2em;
}

#report .project_menu_flex p {
    font-size: 18px;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
	#report .project_menu_flex .item_tv,
	#report .project_menu_flex .item_kichen,
	#report .project_menu_flex .item_action {
	    padding: 0 0;
	}
	#report .project_menu_flex .item_kichen {
		border-left: none;
		border-right: none;
	}
	#report {
		padding-bottom: 4em;
	}
	
	#report .project_menu_flex {
        width: calc(100vw*(310 / 375));
        margin-left: auto;
        margin-right: auto;
    }
	#report .report_list {
        width: calc(100vw*(340 / 375));
        margin-left: auto;
        margin-right: auto;
    }
}


.accordion_head {
	width: 100%;
	border: 3px solid #00adea;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   	border-radius: 999px;
   	padding: 10px;
   	width: 990px;
   	margin-left: auto;
   	margin-right: auto;
   	cursor: pointer;
   	margin-bottom: 2em;
}
.accordion_head.active {
   	margin-bottom: 0;
}
.accordion_head img {
	width: 105px;
}

.accordion_head::after {
	content: '';
	background-image: url('../2024/arc_open.svg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
}
.accordion_head.active::after {
	background-image: url('../2024/arc_close.svg');
	/*background-size: 100% calc(100% * (78 / 300));*/
}

.accordion_body {
	display: none;
	margin-bottom: 4em;
}
.accordion_body.active {
	display: block;
}

@media screen and (max-width: 768px) {
	.accordion_head {
		width: calc(100vw * (310 / 375));
	}
	.accordion_head img {
		width: calc(100vw * (77 / 375));
	}
	
	.accordion_head::after {
		width: calc(100vw * (17 / 375));
		height: calc(100vw * (17 / 375));
	}
	
}

#school2024 h2 img {
	width: 580px;
}
#school2024 .img_flex.size_height div.left {
	width: calc(100% * ( 375 / 830 ) );
}
#school2024 .img_flex.size_height div.right {
	width: calc(100% * ( 421 / 830 ) );
}
@media screen and (max-width: 768px) {
	#school2024 h2 img {
		width: calc(100vw * (217 / 375));
	}
    #action2024 h2 img {
        width: calc(100vw*(208 / 375));
    }
}


#report h2 + p {
	/**/color: #0071BA;
}

#tv2024 h2 {
    padding: 3em 0 1em 0;
}
#tv2024 h2 img {
	width: 740px;
	max-width: 90%;
}

@media screen and (max-width: 768px) {
	#tv2024 h2 {
	    padding: 1em;
	}
	#tv2024 h2 img {
		width: calc(100vw*(240 / 375));
	}
}

.mv_flex {
	margin-top: 4em;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.mv_flex_item {
	width: 49%;
	margin-bottom: 2em;
}
.mv_flex_item p {
	margin: 0.5em 0;
	font-size: 0.85rem;
}

@media screen and (max-width: 768px) {
	.mv_flex {
		flex-direction: column;
	}
	.mv_flex_item {
		width: 100%;
	}
	.mv_flex_item p {
		width: 100% font-size: calc(100vw*(14 / 375));
		text-align: center;
	}
}

.cooking_ol_list {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cooking_ol_list li {
	line-height: 2;
	margin: 0;
	padding: 0;
}

ul.recipe_list_col2.mb2em {
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
    #kitchen202401 h2 img,
    #kitchen202402 h2 img,
    #recipe202401 h2 img,
    #recipe202402 h2 img {
        width: calc(100vw*(208 / 375));
    }
}

/*
-----------------------------------------------*/
.project2025 {
	color: #fff;
}
.project2025 .kiduki-head {
	padding: 50px 0;
}
.project2025 .kiduki-head h3 {
	display: flex;
	justify-content: center;
}
.project2025 .kiduki-head h3 img {
	width: 836px;
}
.project2025 .kiduki-head .logo-mark {
	display: flex;
	justify-content: center;
}
.project2025 .kiduki-head .logo-mark img {
	width: 600px;
}
.project2025 .kiduki-head p {
	width: 530px;
	margin: 0 auto;
}
.project2025 .kiduki-head .detail-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	margin: 2em auto;
}
.project2025 .kiduki-head .detail-btn a {

}

.detail-btn {
	display: flex;
	justify-content: center;
}
.detail-btn a {
	background-color: #fff;
	color: #29A9E0;

	display: flex;
	width: 100%;
	align-items: center;
	border-radius: 999px;
	padding: 0.2em;
	min-height: 40px;
	font-size: calc( 1rem * ( 17 / 16 ) );
	margin-bottom: 1rem;

	text-decoration: none;
	padding: 0.2em 0.8em 0.2em 1em;
	justify-content: space-between;
}
.detail-btn a::after {
	content: '';
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #29A9E0;
	height: calc(tan(60deg) * 18px / 2);
	width: 12px;
}
.detail-btn a::before {
	content: '';
}
.detail-btn span {
	
	background-color: rgba(255,255,255,0.8);
	color: #29A9E0;

	display: flex;
	width: 100%;
	align-items: center;
	border-radius: 999px;
	padding: 0.2em;
	min-height: 40px;
	font-size: calc( 1rem * ( 17 / 16 ) );
	margin-bottom: 1rem;

	text-decoration: none;
	padding: 0.2em 0.8em 0.2em 1em;
	justify-content: center;
	
}

.grow {
	box-shadow: 0 0 8px rgba(0, 56, 182, 0.4);
}

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

	.project2025 .kiduki-head {
		padding:  calc(100vw * (25 / 375)) 0;
	}
	.project2025 .kiduki-head h3 img {
		width: calc(100vw * (334 / 375));
	}
	.project2025 .kiduki-head .logo-mark img {
		width: calc(100vw * (270 / 375));
	}
	.project2025 .kiduki-head p {
		width: calc(100vw * (310 / 375));
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
	}
	
	.project2025 .kiduki-head .detail-btn {
		width: calc(100vw * (335 / 375));
		margin: 2em auto;
	}
	
}

.kiduki-wrap1 {

}
.kiduki-wrap1 h4 {
	display: flex;
	justify-content: center;
}
.kiduki-wrap1 h4 img {
	width: 600px;
}
.kiduki-wrap1 .sub-head {
	display: flex;
	justify-content: center;
}
.kiduki-wrap1 .sub-head img {
	width: 385px;
}
.kiduki-wrap1 p {
	text-align: center;
}
.youtube-list {
	width: 1008px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2em auto;
}
.youtube-list .youtube-item {
	width: 471px;
	margin-bottom: 2em;
}
#project_menu .youtube-list .youtube-item p {
	font-size: 1rem;
	text-align: left;
	margin: 0.5em 0 0 0;
	padding: 0;
}
.youtube-wrap {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	border-radius: 15px;
	overflow: hidden;
}
.youtube-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.kiduki-wrap-flex {
	width: 1130px; /*1025*/
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.kiduki-wrap2 {
	width: 560px;
}
.kiduki-wrap3 {
	width: 560px;
}
.kiduki-wrap2 h4,
.kiduki-wrap3 h4 {
	display: flex;
	justify-content: center;
}
.kiduki-wrap2 h4 img,
.kiduki-wrap3 h4 img {
	width: 516px;
}
.kiduki-wrap2 .sub-head,
.kiduki-wrap3 .sub-head {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.kiduki-wrap2 .sub-head img {
	width: 175px;
}
.kiduki-wrap3 .sub-head img {
	width: 246px;
}

.radio-content {
	display: flex;
	justify-content: space-between;
}
.radio-content .image {

}
.radio-content .text {
	width: 259px;
}
.radio-program {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.radio-program .logo {
	width: 118px;
}
.radio-program .program-detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 423px;
	font-size: 16px !important;
}
.radio-program .program-detail .hokuren {
	font-size: 18px !important;
}
.radio-program .program-detail .airg {
	line-height: 2;
}
.radio-program .program-detail .north {
	line-height: 2;
}
.radio-program .program-detail .detail-btn {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 222px;
}
.radio-program .program-detail .detail-btn a::before {
	display: none;
}

.kiduki-wrap3 .logo {
	display: flex;
	justify-content: center;
}
.kiduki-wrap3 .logo img {
	width: 330px;
}
.kiduki-wrap3 p {
	font-size: 16px !important;
}
.kiduki-wrap3 .detail-btn {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.project2025 hr.dot {
	border: none;
	width: 1000px;
	margin: 50px auto;
	border-top: 1px dashed #fff;
}

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

	.kiduki-wrap-flex {
		width: 100%;
		flex-direction: column;
		padding: calc(100vw * (25 / 375)) 0;
	}
	.kiduki-wrap2 h4 img,
	.kiduki-wrap3 h4 img,
	.kiduki-wrap1 h4 img {
		width: calc(100vw * (272 / 375));
	}
	.kiduki-wrap1 .sub-head img {
		width: calc(100vw * (175 / 375));
	}
	
	.kiduki-wrap1 p {
		text-align: left;
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
		width: calc(100vw * (310 / 375));
		margin: 2em auto;
	}
	
	.youtube-list {
		width: calc(100vw * (320 / 375));
		margin: 2em auto 0 auto;
	}
	
	.youtube-list .youtube-item {
		width: calc(100vw * (320 / 375));
		margin-bottom: 2em;
	}
	.youtube-wrap {
		border-radius: calc(100vw * (5 / 375));
	}
	.kiduki-wrap2 {
		width: 100%;
	}
	.kiduki-wrap3 {
		width: 100%;
	}
	
	.kiduki-wrap2 .sub-head img {
		width: calc(100vw * (131 / 375));
	}
	.kiduki-wrap3 .sub-head img {
		width: calc(100vw * (185 / 375));
	}
	.kiduki-wrap3 .logo img {
		width: calc(100vw * (200 / 375));
	}
	.radio-content {
		flex-direction: column;
	}
	.radio-content .image {
		display: flex;
		justify-content: center;
	}
	.radio-content .image img {
		width: calc(100vw * (207 / 375));
	}
	.radio-content .text {
		width: calc(100vw * (300 / 375));
		margin: 2em auto;
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
	}
	
	.radio-program .logo {
		width: calc(100vw * (67 / 375));
	}
	.radio-program .program-detail {
		width: calc(100vw * (237 / 375));
		font-size: calc( 1rem * ( 10 / 16 ) ) !important;
	}
	.radio-program .program-detail .hokuren {
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
	}
	.radio-program {
		width: calc(100vw * (320 / 375));
		margin: 2em auto;
	}
	
	.radio-program .program-detail .detail-btn {
		width: calc(100vw * (127 / 375));
	}
	.radio-program .program-detail .detail-btn span,
	.radio-program .program-detail .detail-btn a {
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
		min-height: calc(100vw * (22 / 375));
	}
	.radio-program .program-detail .detail-btn a::after {
		height: calc(tan(60deg) * 1em / 2);
		width: 0.7em;
	}
	.project2025 hr.dot {
		width: calc(100vw * (346 / 375));
		margin: 0 auto;
	}
	.kiduki-wrap3 p {
		width: calc(100vw * (230 / 375));
		margin: 2em auto;
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
	}
	
	.kiduki-wrap3 .detail-btn {
		width: calc(100vw * (322 / 375));
		margin: 2em auto;
	}

}

.presents {
	padding: 50px 0;
}
.presents h3 {
	display: flex;
	justify-content: center;
	margin: 0;
	padding-bottom: 30px;
}
.presents h3 img {
	width: 650px;
}
.presents .title02 {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.presents .title02 img {
	width: 1104px;
}
.presents .title03 {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.presents .title03 img {
	width: 757px;
}
.presents p {
	margin: 0;
	text-align: center;
	padding-bottom: 30px;
	font-size: 20px !important;
}
.presents .presents-youtube {
	margin: 1em auto;
	width: 793px;
}

@media screen and (max-width: 768px) {
	.presents {
		padding: calc(100vw * (50 / 375)) 0 calc(100vw * (20 / 375)) 0;
	}
	.presents h3 {
		padding-bottom: calc(100vw * (15 / 375));
	}
	.presents h3 img {
		width: calc(100vw * (297 / 375));
	}
	.presents .title02 {
		padding-bottom: calc(100vw * (15 / 375));
	}
	.presents .title02 img {
		width: calc(100vw * (317 / 375));
	}
	.presents .title03 {
		padding-bottom: calc(100vw * (15 / 375));
	}
	.presents .title03 img {
		width: calc(100vw * (313 / 375));
	}
	.presents p {
		width: calc(100vw * (266 / 375));
		margin: 1em auto 0.2em auto;
		padding-bottom: 0;
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
		text-align: left;
	}
	.presents .presents-youtube {
		width: calc(100vw * (300 / 375));
	}
}

.action2025 {
	width: 1015px;
	margin: 2em auto;
}
.action2025 h3 {
	display: flex;
	justify-content: center;
}
.action2025 h3 img {
	width: 628px;
}
.action2025 .flex-wrap {
	display: flex;
	justify-content: space-between;
}
.action2025 .image {
	width: 551px;
}
.action2025 .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 429px;
}

@media screen and (max-width: 768px) {
	.action2025 {
		width: calc(100vw * (300 / 375));
		margin: calc(100vw * (40 / 375)) auto calc(100vw * (10 / 375)) auto;
	}
	.action2025 h3 img {
		width: calc(100vw * (281 / 375));
		margin-bottom: calc(100vw * (10 / 375));
	}
	.action2025 .flex-wrap {
		flex-direction: column;
	}
	.action2025 .image {
		width: calc(100vw * (300 / 375));
	}
	.action2025 .text {
		width: calc(100vw * (300 / 375));
	}
	.action2025 .text p {
		font-size: calc( 1rem * ( 12 / 16 ) ) !important;
	}
}

