@charset "UTF-8";
/* 固定ページ「unifes」用のスタイルシート */

* {
	box-sizing: border-box;
}

/* 親要素のclassを変更 */
.one-column #content .wrap {
	padding: 40px 0 24px !important;
}

article.page {
	padding: 0 !important;
}

/* PC スマホ 表示非表示切替 */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

.br-sp{
	display:none;
}
.br-pc{
	display:block;
}
.br-sp1{
	display:none;
}
.br-none{
	display:block;
}
/* 見出し */
h1,
h2,
h3,
h4,
h5 {
	margin: 0 !important;
	padding: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	background: none !important;
}

h3::before {
	display: none;
	background: none !important;
}

h3::after {
	border-bottom: none !important;
}

/* テキスト */
p {
	margin: 0 0 1.6rem !important;
}

.indent {
	margin: 0 0 0.4rem 1rem;
	text-indent: 0 0 0 -1rem;
}

.text-bold {
	font-weight: bold;
}

.junionlab__font-large--bold {
	font-size: 20px;
	font-weight: bold;
	line-height: 1 !important;
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.disp_blc {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.font-bold {
	font-weight: bold;
}

.font-justyfy {
	text-align: justify;
}

/* margin, padding */
.margin-bottom-zero {
	margin-bottom: 0 !important;
}

.margin-bottom-ss {
	margin-bottom: 10px !important;
}

.margin-bottom-s {
	margin-bottom: 20px !important;
}

.margin-bottom-m {
	margin-bottom: 60px !important;
}

.margin-bottom-l {
	margin-bottom: 100px !important;
}
.margin-top-m {
	margin-top: 60px !important;
}
.margin-top-l {
	margin-top: 100px !important;
}

.padding_zero {
	padding: 0 !important;
}

.padding-bottom-zero {
	padding-bottom: 0 !important;
}

.padding-s {
	padding: 20px !important;
}

.padding-m {
	padding: 60px !important;
}

.padding-l {
	padding: 100px !important;
}

.padding-bottom-s {
	padding-bottom: 20px !important;
}

.padding-bottom-m {
	padding-bottom: 60px !important;
}

.padding-bottom-l {
	padding-bottom: 100px !important;
}
.p-larger{
	font-size:larger;
}
.p-xlarge{
	font-size:x-large;
}
.p-xxlarge{
	font-size: xx-large;
}
.p-xxxlarge{
	font-size: xxx-large;
}
.p-blue{
	color:#253C7A;
}

.center{
	display:grid;
	place-items:center;
	text-align:center;
}
.p-bold{
	font-weight:bold;
}


/************* 共通ヘッダーを非表示 *************/
#content {
	padding: 0;
}


/* ---------------------------- */
/* ---------------------------- */
/* --- unifes20251025追加内容 --- */
#unifes20251025 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
	font-family: "Heisei Maru Gothic Std W8", sans-serif;	
	z-index:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:50px;
	/* 	font-family: "Heisei Maru Gothic Std", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", sans-serif;	 */
	font-family: 'Kosugi Maru', sans-serif;
	color:#5D4445;
	padding-bottom:50px;
	background-image: url("https://www.j-union.net/wp-content/uploads/haikei2-scaled.png");
	background-repeat: repeat;
	background-size:contain;           /* ← 拡大縮小しない */
	background-position: top left;
	z-index:0;
}

#unifes20251025 .picture1{
	display:block;
}
#unifes20251025 .picture2{
	display:none;
}@media screen and (max-width:583px) {
	#unifes20251025 .picture1{
		display:none;
	}
	#unifes20251025 .picture2{
		display:block;
		width:98%;
	}
}

.button_square2 {
	font-size:1.2rem!important;
	font-weight:bold;
}

#unifes20251025 .unifes-pre{
	width:100%;
	position: relative;
	background:url("https://www.j-union.net/wp-content/uploads/背景.png");
	background-color: rgba(255,255,255,0.5);
/* 	border-radius:0 0 50px 50px; */
	border-radius:50px;	
	z-index:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:30px;
	padding:50px 0 50px;
}

#unifes20251025 .display1{
	width:30%;
	position:absolute;
	top:0;
	left:0;
	z-index: 30;
}
#unifes20251025 .display2{
	width:30%;
	position:absolute;
	top:0;
	right:0;
	transform: scale(-1, 1);
	z-index: 30;
}

/* グリーン */
#unifes20251025 .display4{
	max-width:20%;
	position:absolute;
	top:20%;
	left:-100px;
	/* 	transform: scale(-1, 1); */
	z-index: 10;
}@media screen and (max-width:1164px) {
	#unifes20251025 .display4{
		left:-50px;
	}
}@media screen and (max-width:838px) {
	#unifes20251025 .display4{
		top:20%;
		left:0px;
	}
}
@media screen and (max-width:587px) {
	#unifes20251025 .display4{
		display:none;
	}
}


/* オレンジ */
#unifes20251025 .display3{
	max-width:25%;
	position:absolute;
	top:50%;
	right:-100px;
	/* 	transform: scale(1, 1); */
	z-index: 10;
}@media screen and (max-width:1164px) {
	#unifes20251025 .display3{
		top:50%;		
		right:0px;		
		/* 		right:-50px; */
	}
}@media screen and (max-width:838px) {
	#unifes20251025 .display3{
		max-width:25%;
		/* 		right:0px; */
	}
}@media screen and (max-width:789px) {
	#unifes20251025 .display3{
		top:52%;
		max-width:25%;
		right:0px;
	}
}@media screen and (max-width:587px) {
	#unifes20251025 .display3{
		display:none;
	}
}

#unifes20251025 .unifes-header{
	max-width:1280px;
	margin: 0 10%;
	background:#fff;
	border-radius:50px;
	display:grid;
	place-items:center;	
	padding-top:30px;
	padding-bottom:50px;
}@media screen and (max-width:789px) {
	#unifes20251025 .unifes-header{
		padding-top:20px;
		padding-bottom:20px;
		margin: 0 5%;
	}
}@media screen and (max-width:494px) {
	#unifes20251025 .unifes-header{
		margin: 0 3%;	
	}
}
#unifes20251025 .unifes-header img{
	z-index:30;
}

#unifes20251025 .unifes-header-box{
	/* 	width:630px; */
	max-width:630px;	
	display:flex;
	flex-direction:column;
	padding: 0 7% 20px;
	margin-top:20px;
}
@media screen and (max-width:603px) {
/* @media screen and (max-width:587px) { */
	#unifes20251025 .unifes-header-box{
		padding: 0 3% 20px;
		gap:10px;
	}
}@media screen and (max-width:454px) {
	#unifes20251025 .unifes-header-box{
		padding: 0 1% 20px;
	}
}

#unifes20251025 .unifes-header-flex{
	display:flex;
	/* 	align-items:center; */
	gap:30px;
}@media screen and (max-width:603px) {
	#unifes20251025 .unifes-header-flex{
		gap:0;
		align-items:baseline;
	}
}
#unifes20251025 .unifes-header-flex .date-detail-place{
	display:flex;
	flex-direction:column;	
	font-weight:bold;
}

/* #unifes20251025 .unifes-header-box .unifes-header-column{

}@media screen and (max-width:789px) {
	#unifes20251025 .unifes-header-box .unifes-header-column{
		flex-direction:column;
		gap:20px;
	}
}
 */

#unifes20251025 .unifes-header-box .unifes-header-column{
	flex-direction:column;
	gap:20px;
}



#unifes20251025 .unifes-header-date{
	height:80px;
	display:flex;
	gap:10px;
	align-items:center;
}@media screen and (max-width:789px) {
	#unifes20251025 .unifes-header-date{gap:30px;}
}@media screen and (max-width:452px) {
	#unifes20251025 .unifes-header-date{gap:10px;}
}@media screen and (max-width:422px) {
	#unifes20251025 .unifes-header-date{gap:0px;}
}
#unifes20251025 .unifes-header-column .item1{
	flex: 3;
	gap:50px;
}@media screen and (max-width:603px) {
	#unifes20251025 .unifes-header-column .item1{
		flex: 3;
		gap:0px;
		place-items:baseline;
	}
}
#unifes20251025 .unifes-header-column .item2{
	flex: 1;
	gap:50px;
}@media screen and (max-width:603px) {
	#unifes20251025 .unifes-header-column .item2{
		gap:0px;
		place-items:baseline;
	}
}

#unifes20251025 .date-title{
	width:80px;
	height:80px;
	display:grid;
	place-items:center;
	background-color: #6EAF75;
	border-radius:20px;
	color:white;
	margin-right:10px;
}@media screen and (max-width:603px) {
	#unifes20251025 .date-title{
		margin-top: 20px;
		width:60px;
		height:30px;
		border-radius:10px;
	}
}

#unifes20251025 .price-chousei{
 	display:flex;
	flex-direction:row;
	align-items:center;
}@media screen and (max-width:432px) {
	#unifes20251025 .price-chousei
	{
		align-items:flex-start;
		flex-direction:column;
		line-height:30px;
	}
}


#unifes20251025  .date-detail{
	display:grid;
	grid-template-columns:auto auto auto;
	grid-template-rows:auto auto;
	font-weight:bold;
	gap:0 10px;
}@media screen and (max-width:603px) {
	#unifes20251025  .date-detail{
		display:flex;
		align-items:center;
		gap:0;
	}
	#unifes20251025  .date-detail .date-time .p-xlarge{
		font-size:larger;
	}
}@media screen and (max-width:396px) {
	#unifes20251025  .date-detail{	
		display:grid;
		grid-template-columns:auto auto auto 50px;
		grid-template-rows:1fr 1fr;		
		place-items:baseline;
		gap:0;		
	}
}


#unifes20251025 .pc-block{
	display:block;
}
#unifes20251025 .sp-block{
	display:none;
}
@media screen and (max-width:603px) {
	#unifes20251025 .pc-block{
		display:none;
	}
	#unifes20251025 .sp-block{
		display:inline-block;
	}
}

@media screen and (max-width:789px) {
	#unifes20251025  .date-detail .br-pc{
		display:none;
	}
}@media screen and (max-width:422px) {
	#unifes20251025  .date-detail .br-pc{
		display:block;
	}
}

#unifes20251025 .date-detail-flex{
	display:flex;
	font-weight:bold;
	width:100px;
	flex-direction:column;
	justify-content:center;
	gap:0px;
}
#unifes20251025 .date-detail .month{
	grid-column:1;
	grid-row:1/3;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	font-size:xxx-large;

}@media screen and (max-width:603px) {
	#unifes20251025 .date-detail .month{
		display:block;
		align-items:center;
		font-size:x-large;
	}
}

#unifes20251025 .date-detail .month .spacing{
	letter-spacing:5px;
}
#unifes20251025 .date-detail .date{
	grid-column:2;
	grid-row:1/3;
	display:flex;
	justify-content:flex-start;
	align-items:flex-end;
	font-size:4rem;	
	margin-right:10px;
}@media screen and (max-width:603px) {
	#unifes20251025 .date-detail .date{
		display:block;
		font-size:2rem;
		margin-right:3px;
	}
	#unifes20251025 .date-detail .p-large{
		font-size:larger;
	}
}
#unifes20251025 .date-detail .date-time{
	grid-column:3;
	grid-row:1;
	display:flex;
	align-items:flex-end;
}@media screen and (max-width:603px) {
	#unifes20251025 .date-detail .date-time{
		display:block;
		align-items:center;
	}
}

#unifes20251025  .date-detail .date-timeSchedule{
		grid-column:3;
		grid-row:2;
}@media screen and (max-width:603px) {
	#unifes20251025  .date-detail .date-timeSchedule{
		display:block;
	}
}@media screen and (max-width:396px) {
	#unifes20251025  .date-detail .date-timeSchedule{
		grid-column:1/5;
		grid-row:2;
	}
}

#unifes20251025 .date-spbr{
	display:none;
}
@media screen and (max-width:473px) {
	#unifes20251025 .date-spbr{
		display:block;
	}
}



#unifes20251025 .sustainable{
	font-weight:bold;
	display:grid;	
	place-items:center;
	letter-spacing: 0.1em;
	font-size:x-large;
	text-align:center;
}@media screen and (max-width:926px) {
	#unifes20251025 .sustainable{
		font-size:larger;
	}
}@media screen and (max-width:535px) {
	#unifes20251025 .sustainable .br-sp{
		display:block;		
	}
}
#unifes20251025 .sustainable2{
	/* 	width:100%; */
	display:grid;	
	grid-template-columns:30px 1fr 30px;
	gap:30px;	
	place-items:center;
	letter-spacing: 0.1em;
	font-weight:bold;
}@media screen and (max-width:670px) {
	#unifes20251025 .sustainable2 .br-sp{
		display:block;
	}
}@media screen and (max-width:473px) {
	#unifes20251025 .br-sp1{
/* 		display:block; */
	}
}

#unifes20251025 .button_square2{
	width:250px;
	position: relative;
	display: block;
	background: #ee731b;
	height: 50px;
	border: 2px solid #ee731b;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
	line-height: 46px;
	border-radius: 20px;
	transition: all 0.3s;
	cursor: pointer;
}
#unifes20251025 .button_square2:hover {
	background: #fff;
	color: #ee731b;
}
#unifes20251025 .button_square2.blank::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(/img/blank.png) no-repeat center center / contain;
	margin-left: 1em;
}

#unifes20251025 .sustainable-box{
	width:90%;
	display:grid;
	grid-template-columns:3fr 1fr;
	grid-template-rows:60px 1fr;
	align-items: center;
	gap:30px;
	position:relative;
	padding:10px 3%;
	background-color:#fff;
	border-radius:30px;
	border:#FFE5B8 solid 2px;
}@media screen and (max-width:838px) {
	#unifes20251025 .sustainable-box{margin-top:50px;}
}	@media screen and (max-width:535px) {
	#unifes20251025 .sustainable-box{	position:relative;}
}
/* @media screen and (max-width:494px) { */
@media screen and (max-width:535px) {
	#unifes20251025 .sustainable-box{	width:95%;
}
}

#unifes20251025 .sustainable-box::before{
	content:"";
	position:absolute;
	top: -50px;
	left: 50px;
	width: 150px;
	height: 150px;
	background-image: url('https://www.j-union.net/wp-content/uploads/人.png');
	background-size: contain;
	background-repeat: no-repeat;
}
#unifes20251025 .sustainable-box .item1{
	grid-column:1;
	grid-row:2;
}@media screen and (max-width:535px) {
	#unifes20251025 .sustainable-box .item1{
		grid-column:1/3;
	}
}
#unifes20251025 .sustainable-box .item2{
	grid-column:2;
	grid-row:1/3;
}@media screen and (max-width:535px) {
	#unifes20251025 .sustainable-box .item2{
		grid-row:1;
		padding-bottom:30px;
		position:absolute;
		content:'';
/* 		top: -50px; */
/* 		bottom:-60px; */
		bottom:-40%;
        right: 10px;
/*         width: 100%; */
        width: 85%;			
	}
}@media screen and (max-width:488px) {
	#unifes20251025 .sustainable-box .item2{
		bottom:-30%;
	}
}
@media screen and (max-width:463px) {
	#unifes20251025 .sustainable-box .item2{		
/* 		bottom: -75px; */
		display:none;
	}
}

#unifes20251025 .unifes-mid{
	width:100%;
	padding:50px 0 0;
	display:grid;
	place-items:center;
	position:relative;
	gap:50px;
}

#unifes20251025 .mokuji{
	width:100%;
	max-width:60%;
	min-width:55%;
	display:flex;
	justify-content:space-around;
	gap:20px;
	font-weight:bold;
}@media screen and (max-width:473px) {
	#unifes20251025 .mokuji{
/* 		flex-direction:column;
		place-items:center; */
		
		max-width:90%;
	}
}
#unifes20251025 .mokuji .flip-vertical {
	transform: scaleY(-1);
}


#unifes20251025 .mokuji .item a{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom:1px solid #5D4445; 
	color:#5D4445;
}
#unifes20251025 .mokuji .item a:hover{
	opacity:0.8;
	color:green;
	border-bottom:0; 
}

/* 体験する */
#unifes20251025 #mokuji-1{
	background:#FFF3D8;	
}
#unifes20251025 #mokuji-1 .title{
	background: linear-gradient(to bottom, #EE6653 0%, #F0805D 30%, #F7A16A 100%);
}
#unifes20251025 .mokuji-box{
	width:80%;
	display:grid;
	grid-template-rows:30px 1fr;
	place-items:center;
	border-radius:30px 30px 50px 50px;
	margin:0 5%;
/* 	padding-bottom:50px; */
}@media screen and (max-width:779px) {
	#unifes20251025 .mokuji-box{
		width:90%;
	}
}@media screen and (max-width:494px) {
	#unifes20251025 .mokuji-box {	
		width:95%;		
		margin:0 3%;	
	}
}

#unifes20251025 .mokuji-box .title{
	width:100%;
	padding: 5px 0;
	color:#fff;
	text-align:center;
	border-radius:50px;
	/* 	font-weight:bold; */
	font-size:larger;
}
#unifes20251025 .mokuji-box .list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px 0;
	padding:30px;
	margin: 0 auto;
	place-items:center;
}@media screen and (max-width:535px) {
	#unifes20251025 .mokuji-box .list{	grid-template-columns:1fr;}
}
#unifes20251025 .mokuji-box .list .list-item{
	display:grid;
	grid-template-rows:  auto auto;
	gap:10px;
	padding:0 5%;
	box-sizing: border-box;
}@media screen and (max-width:494px) {
	#unifes20251025 .mokuji-box .list .list-item{
		padding:0 3%;
	}
}
#unifes20251025 .mokuji-box .list .list-item img{
	border-radius:30px;
	width: 100%;       /* 枠にフィットさせる */
	height: auto;      /* アスペクト比を維持 */
	object-fit: cover; /* 必要ならトリミング */
}
#unifes20251025 .mokuji-box .list .list-item dl{
	text-align:center;
	display:grid;
	gap:10px;

}
#unifes20251025 .mokuji-box .list .list-item dl dt{
	padding:5px;
	display:inline-block;
	padding-bottom:5px;
	border-bottom:1px solid #F85900;
	font-weight:bold;
}

#unifes20251025 .mokuji-box .list .list-item dl dd{
	text-align:left;
}


/* 食べる */
#unifes20251025 #mokuji-2{
	background:#F1F8D6;	
}
#unifes20251025 #mokuji-2 .title{
	background: linear-gradient(to bottom, #55A8BC 0%,#77BB9C 30%, #96CB80 100%);
}

/*　買う */
#unifes20251025 #mokuji-3{
	background:#EFF8F9;	
}
#unifes20251025 #mokuji-3 .title{
	background: linear-gradient(to bottom, #8A7FB8 0%, #92ADD0 30%, #9AD6E5 100%);
}

/* ゆにおんキャラバンプロジェクト */
#unifes20251025 .unifes-end{
	width:100%;
	position: relative;
	background:url("https://www.j-union.net/wp-content/uploads/背景.png");
	background-color: rgba(255,255,255,0.5);
	border-radius: 50px;
	z-index:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:30px;
	padding:50px 0 50px;
}

/* おれんじつぶつぶ */
#unifes20251025 .unifes-end .display5{
	content:'';
	width:25%;
	position:absolute;
	top:20%;
/* 	right:-250px; */
	right:-100px;
	z-index: 30;
	/* 	transform: rotate(45deg); */
}@media screen and (max-width:1164px) {
	#unifes20251025 .unifes-end .display5{
		top:25%;		
		right:-100px;
	}
}@media screen and (max-width:838px) {
	#unifes20251025 .unifes-end .display5{
/* 		top:28%;
		right:-50px; */
		display:none;
	}
}@media screen and (max-width:765px) {
	#unifes20251025 .unifes-end .display5{
/* 		top:35%;
		max-width:25%;
		right:-20px; */
		display:none;
	}
}@media screen and (max-width:587px) {
	#unifes20251025 .unifes-end .display5{
		display:none;
	}
}




/* みどりつぶつぶ */
#unifes20251025 .unifes-end .display6,#unifes20251025 .unifes-end .display7{
	content:'';
	width:25%;
	position:absolute;
	top:-150px;
	left:-100px;
	z-index: 30;
}@media screen and (max-width:1164px) {
	#unifes20251025 .unifes-end .display6{
		top:-80px;	
		left:-50px;
	}
	#unifes20251025 .unifes-end .display7{
		top:1450px;	
		left:-50px;
	}
}@media screen and (max-width:838px) {
	#unifes20251025 .unifes-end .display6{
		top:-100px;
		left:0px;
	}
	#unifes20251025 .unifes-end .display7{
		top:1650px;
		left:0px;
	}
}@media screen and (max-width:778px) {
	#unifes20251025 .unifes-end .display6{
		/* 		top:20%;
		max-width:25%;
		right:0px; */
	}
	#unifes20251025 .unifes-end .display7{
/* 		top:2350px; */
		display:none;
	}
}@media screen and (max-width:587px) {
	#unifes20251025 .unifes-end .display6,#unifes20251025 .unifes-end .display7{
		display:none;
	}
}

#unifes20251025 .unifes-end .display7{
	top:63%;
}





#unifes20251025 .unifes-end .title{
	width:100%;
	font-weight:bold;
	font-size:x-large;
	text-align:center;
}@media screen and (max-width:779px) {
	#unifes20251025 .unifes-end .title{
		font-size:larger;
	}
}@media screen and (max-width:422px) {
	#unifes20251025 .unifes-end .title .br-none{
		display:none;
	}
}
#unifes20251025 .rotate1{
	display: inline-block;
	transform: rotate(-15deg);
}
#unifes20251025 .rotate2{
	display: inline-block;

	transform: rotate(15deg);
}
#unifes20251025 .unifes-end .project-box {
	width:80%;
	display:grid;
	padding:50px 5%;
	background-color:#fff;
	border-radius:30px;
	place-items:center;
/* 	text-align:center; */
	grid-template-rows:1fr;
	gap:0 20px;
}@media screen and (max-width:779px) {
	#unifes20251025 .unifes-end .project-box {
		width:90%;
		padding:20px 3%;
	}
}@media screen and (max-width:494px) {
	#unifes20251025 .unifes-end .project-box {	
		width:95%;
	}
}

@media screen and (max-width:494px) {
	#unifes20251025 .unifes-end .project-box .br-sp{
			width:95%;
	}
}@media screen and (max-width:480px) {
	#unifes20251025 .unifes-end .project-box .br-sp1{
		display:block;
	}
}

#unifes20251025 .unifes-end .left {	
	grid-template-columns:auto 150px;
}
#unifes20251025 .unifes-end .right {
	grid-template-columns:150px auto;
	
}

#unifes20251025 .unifes-end .right dl {
	grid-column:2;
}
#unifes20251025 .unifes-end .right img {
	grid-column:1;
	grid-row:1/3;
}

#unifes20251025  .picture-br-sp1,#unifes20251025 .picture-br-sp2{
	display:none;
} @media screen and (max-width:966px) {
	#unifes20251025 .picture-br-sp2{
		display:block;
	}
} @media screen and (max-width:789px) {
	#unifes20251025 .picture-br-sp1{
		display:block;
	}
}

@media screen and (max-width:779px) {
	#unifes20251025 .unifes-end .left,#unifes20251025 .unifes-end .right {	
		grid-template-columns:1fr;
		grid-template-rows:auto auto;
		gap: 20px;
	}
	#unifes20251025 .unifes-end .project-box img{
		width:30%;
	}
	#unifes20251025 .unifes-end .right dl {
		grid-column:1;
/* 		grid-row:1; */
	}
	#unifes20251025 .unifes-end .right img {
		grid-column:1;
		grid-row:2;
	}
	
	#unifes20251025 .unifes-end .picture img{
		width:45%;
	}
}
@media screen and (max-width:914px) {
	#unifes20251025 .unifes-end .picture .br-sp1{
		display:block;
	}
}

#unifes20251025 .unifes-end .picture img{
	border-radius:30px;
}

#unifes20251025 .unifes-end .project-box dl{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	gap:20px;
}
/* @media screen and (max-width:779px) {
	#unifes20251025 .unifes-end .project-box dl{
		grid-row:1;
	}
} */

#unifes20251025 .unifes-end .project-box dl dt{
	width:100%;
	background: #6CB177;            /* 緑色 */
	border-radius: 20px;            /* 丸み */
	padding: 20px 0px ;
	position: relative;
	display: inline-block;
	color: white;
	font-size: 16px;
	text-align:center;
}

#unifes20251025 .unifes-end .project-box dl dt::after{
	content: "";
	position: absolute;
	bottom: -10px;                 /* 下に突き出す */
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 8px 0;      /* 三角形サイズ */
	border-style: solid;
	border-color: #6CB177 transparent transparent transparent;
	color:#fff;
}


#unifes20251025 .unifes-end .picture dl dt::after{
	content: "";
	position: absolute;
	border-style:none;
}

#unifes20251025 .unifes-end .introduce-box{
	width:80%;
	background-color:#fff;
	border-radius:50px;
	display:grid;
	place-items:center;
	padding-bottom:20px;
}@media screen and (max-width:779px) {
	#unifes20251025 .unifes-end .introduce-box{
		width:90%;
	}
}@media screen and (max-width:494px) {
	#unifes20251025 .unifes-end .introduce-box {	
		width:95%;
	}
}

#unifes20251025 .unifes-end .introduce-box .kakeru{
	font-size:3rem;
}
#unifes20251025 .unifes-end .introduce-box .flex{
	width:90%;
	display:grid;
	grid-template-columns:1fr 1fr;
	place-items:center;
	gap:30px;
	padding:30px 0 0;
}@media screen and (max-width:779px) {
	#unifes20251025 .unifes-end .introduce-box .flex{
		grid-template-columns:1fr;
	}

}
#unifes20251025 .unifes-end .introduce-box .img-box{
	width:100%;
	display:grid;
	place-items:center;
	position:relative;
}
#unifes20251025 .unifes-end .introduce-box .img-box .junion{
	width:20%;
}@media screen and (max-width:535px) {
	#unifes20251025 .unifes-end .introduce-box .img-box .junion{	width:30%;}
}
#unifes20251025 .unifes-end .introduce-box .img-box .hata1 {
	content:'';
	width:30%;
	position:absolute;
	top:-90px;
	left:0;
	z-index:30;
	transform: rotate(35deg);
}
#unifes20251025 .unifes-end .introduce-box .img-box .hata2 {
	content:'';
	width:30%;
	position:absolute;
	top:-90px;
	right:0;
	z-index:30;
	transform: rotate(-5deg);
}





/* 画像がゆっくり拡大縮小するアニメーション */
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.deray1{
	animation-duration: 1.5s;
}
.deray2{
	animation-duration: 2s;
}
.keyframe5{
	animation-name: anim_sc;
	transform: scale(0.85,0.85);
}

@keyframes anim_sc {
	100% {
		transform: scale(1,1);
	}
}
/* 画像が左右にゆらゆら揺れるアニメーション */
.keyframe3{
  animation-name: anim_s;
  transform: rotate(30deg);
  animation-duration: 5s;

}

@keyframes anim_s {
  50% {
    transform: rotate(-15deg); /* 左：控えめ */
  }
  100% {
    transform: rotate(40deg); /* 右：強めにゆれる */
  }
}

.keyframe3_1{
  animation-name: anim_s_1;
  transform: rotate(-30deg);
  animation-duration: 5s;
}

@keyframes anim_s_1{
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}