@charset "UTF-8";
#college00 #content{
	padding:0;
}

.header_college
{
	background-image: url(https://www.j-union.net/wp-content/uploads/header-college-08.png);
}
.header_college_img {margin-top: 3rem;}

.p-large{
	font-size:large;
}
.p-larger{
	font-size:largre;
}
.p-xlarge{
	font-size:x-large;
}
.p-small{
	font-size:small;
}
.p-xsmall{
	font-size:x-small;
}
.p-2rem{
	font-size:2rem;
}
.p-bold{
	font-weight:bold;	
}
.p-word-break{
	word-break: auto-phrase;
}@media (max-width: 767px) {
	.p-word-break{
		word-break: normal; 
	}
}

/* 黄色いマーカー*/
.marker{
	background:linear-gradient(transparent 60%, #ff6 20%);
}
.text-position{
	text-align:left;
}@media screen and (max-width: 767px) {
	.text-position{
		/* 		text-align:center; */
	}
}

.br-sp{
	display:none;	
}@media screen and (max-width: 431px) {
	.br-sp{
		display:block;	
	}
}

.course{
	margin-top:10px;
	text-align:center;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.course a{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 25px;
}
.course a::before{	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	background: #26548B;
	/*     transition: opacity .6s cubic-bezier(.19,1,.22,1); */
}
.course a::after{	
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #26548B;
	border-bottom: 1px solid #26548B;
	transform: rotate(45deg);
}
.top_title_head2 {
	padding: 5px 5px 5px;
}
.p_sub {
	font-size: 28px;
	font-weight: 500;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	position: relative;
}@media screen and (max-width: 409px) {
	.p_sub {
		font-size: 22px;
	}
}

.heading_box{
	width:100%;
	color: #555;
	border-bottom: solid 2px #9fca3f;
	display:grid;
	place-items:center;
}


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

.heading {	
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	position: relative;
}

.heading span {
	position: relative;
	z-index: 2;
}
.heading::before {
	content: attr(data-en);
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(153, 217, 202, 0.2);
	font-size: 80px;
	font-style: italic;
}


.intent_down {
	text-indent: -1em;
	padding-left: 1em;
}

.sp_br-college, .sp_br-college2 {
	display: none; 
}
@media screen and (max-width: 768px) {
	.sp_br-college {
		display: block; //768px未満で改行タグを有効に。
	}
}
/* @media screen and (max-width: 409px) { */
@media screen and (max-width: 482px) {
	.sp_br-college2 {
		display: block; //409px未満で改行タグを有効に。
	}
} 

.p_line_height {
	height: 70px;
	font-weight: bold;
	padding-left: 10px;
	display: grid;
	place-items: center;
}
@media screen and (max-width: 640px) {
	.p_line_height {
		line-height: 35px;
	}
}

/*----------------
* title
-------------------*/
.top_title_head {
	margin: 0 0 20px;
	border-bottom: 0px;
	padding-left: 10px;
}
.h2-box{
	width:100%;
	display:grid;
	place-items:center;

}
.top_title_head_college {
	width: fit-content; /* コンテンツの幅に合わせる */
	margin: 0 auto;     /* 左右のマージンを自動で中央揃えに */
	margin: 40px 0 ;
	border-left: 5px solid #9fca3f;
	font-weight: bold;
	font-size:1.5rem;
	border-bottom: 0px;
	padding-left: 10px;
	/* 	width:100%; */
	text-align:center;
}@media screen and (max-width: 409px) {

	.top_title_head_college {
		font-size:1.3rem;
	}
}
/*----------------
* comment
-------------------*/
.comment {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 0 5%;
}

/* 		------------------------------------------------------------------------ */
/*ページ内リンクタグ*/

nav {
	display: grid;
	place-items: center;
}
.catetop_link_college {
	/*   display: flex; */
	width: 70%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
	.catetop_link_college {
		width: 90%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		/* 							gap:80px; */
	}
}
@media screen and (max-width: 768px) {
	.catetop_link_college  {
		width: 90%;
		/* 							display:grid; */
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
@media screen and (max-width: 480px) {
	.catetop_link_college  {
		/* 	  width: 50%;
		grid-template-columns: 1fr;
		gap: 10px; */
	}
}


@media screen and (max-width: 768px) {
	#content {
		padding: 0 0 20px;
	}
	.wrap,
	.one-column #content .wrap {
		padding: 0 0px 20px;
	}
}
.catetop_link_02 a {
	width: 24%;
}
.catetop_link_02 a:hover {
	opacity: 0.5;
}
.main-inner{
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
	.main-inner {
		text-align: -webkit-center;
	}
}

/* 		----------------------
* ページメインタイトル
----------------------------------------- */
.parent {
	display: flex;
	justify-content: center;
}

/* .page_tag {
padding: 20px 0;
display: grid;
grid-template-areas:"a b"
"c d";
grid-template-rows:30px 150px;
gap: 0 100px;
align-items:center;
justify-content: flex-start;
} */
.page_tag {
	padding: 20px 0;
	display: grid;
	grid-template-columns:1fr;
	grid-template-rows:30px 150px;
	gap: 0 100px;
	align-items:center;
	justify-content: flex-start;
}
.class8{
	height:45px;
	display:grid;
	align-items:center;
}
/* .class8-flex{
display:flex;
gap:20px;
} */
.class8-flex{
	max-width:480px;
	display:flex;
	gap:20px;
	justify-content:space-around;
	margin:0 auto;
}@media screen and (max-width: 537px) {
	.class8-flex{
		flex-direction:column;
		gap:10px;
	}
}

.item1 {
	grid-area: a;
}
.item2 {
	grid-area: b;
}
.item3 {
	grid-area: c;
}
.item4 {
	grid-area: d;
}
@media screen and (max-width: 782px) {

	.page_tag {
		grid-template-areas:"a"
			"b"
			"c"
			"d";
		grid-template-rows:250px 30px 30px 250px;
		/* 		gap: 5px; */
		align-items:stretch;
		justify-content: center;
		padding:0;
	}

	.item1 {
		grid-area: b;
	}
	.item2 {
		grid-area: c;
		text-align:left;
	}
	.item3 {
		align-items:flex-start;
		grid-area: a;
	}
	.item4 {
		grid-area: d;
	}

}
}@media screen and (max-width: 537px) {
	.page_tag {
		margin-bottom:50px;
	}
}

/* 点滅 */
.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* solid015 */
.button_solid015 {
	text-align: center;
}
.button_solid015 p {
	margin-bottom: 5px;
	color: black;
	letter-spacing: 0.04rem;
	display: inline-block;
	position: relative;
}
.button_solid015 p:before, .button_solid015 p:after {
	display: inline-block;
	position: absolute;
	top: 45%;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff07e;
	content: "";
}
.button_solid015 p:before {
	left: -30px;
	-webkit-transform: rotate( 50deg );
	transform: rotate( 50deg );
}
.button_solid015 p:after {
	right: -30px;
	-webkit-transform: rotate( -50deg );
	transform: rotate( -50deg );
}
.button_solid015 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 350px;
	padding: 10px 25px;
	color:black;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	background: #fff07e;
	filter: drop-shadow(0px 2px 4px #ccc);
	border-radius: 50px;
}
.button_solid015 a:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_solid015 a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transition: 0.2s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-54%);
}


/* 		----------------------
* ３つのポイント----------------------------------------- */

#feature {
	display: block;
	background:#9fca3f;
	padding:50px 5%;
}
#feature .feature-wrapper {
	width:100%;
	position: relative;
}
#feature .feature-wrapper .label {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	padding: 5px 15px;
	border-radius: 20px;
	font-weight: bold;
	z-index: 10;
}@media screen and (max-width: 768px) {
	#feature .feature-wrapper .label {
		width: 90%;	
	}
}
.bg-green{
	background-color: #22ab4a;
}

.bg-red{
	background-color: #c8406d;
}

#feature .college_01-grid {
	display:flex;
	flex-direction:column;
	gap:20px;
	padding:50px 2% 30px;
	background:#fff;
	border:4px double #22ab4a;
}@media screen and (max-width: 911px) {
	#feature .college_01-grid {
		padding:30px 2% ;
	}
}

#feature .college_01-grid .item-content{
	display:flex;
	flex-direction:column;
	padding:0 5%;
	gap: 20px;
	margin-bottom: 30px;
}@media screen and (max-width: 768px) {
	#feature .college_01-grid .item-content{	
		padding:0 1%;
	}
}

#feature .college_01-grid .item-cat{
	color:#22ab4a;
	font-size:x-large;
	font-weight:bold;
	text-align:justify;
}

#feature .college_01-grid .icon{
	text-align:center;
}
#feature .college_01-grid .item-content-flex{
	display:grid;
	grid-template-columns: 1fr 150px;
	gap:20px;
}@media screen and (max-width: 911px) {
	#feature .college_01-grid .item-content-flex {
		grid-template-columns: 1fr;
	}
}

#feature .college_01-grid .item-text{
	display:flex;
	flex-direction:column;
	gap:10px;
	text-align:left;
}@media screen and (max-width: 911px) {
	#feature .college_01-grid .item-text {

	}
}
#feature .college_01-grid .item-text dl {
	display:grid;
	grid-template-columns:100px 1fr;
	gap:10px;
	width: 100%;
}@media screen and (max-width: 911px) {
	#feature .college_01-grid .item-text dl {
		grid-template-columns:1fr;
	}	
	#feature .college_01-grid .item-text dl dd{		
		margin-bottom:10px;	
	}
}
#feature .college_01-grid .item-text dt {
	font-weight:bold;
	font-size:large;
}@media screen and (max-width: 911px) {
	#feature .college_01-grid .item-text dt {
		width:100px;
	}
	#feature .college_01-grid .item-text dl .left{
		text-align:left;
	}
}

#feature .college_01-grid .item-text dd {
	display:flex;
	align-items:center;
}
#feature .college_01-grid .item-text dd ul{
	width:100%;
	display:flex;
	gap:10px;
	align-items:center;
}@media screen and (max-width: 911px) {
	#feature .college_01-grid .item-text dd ul{
		flex-direction:column;
	}
}
#feature .college_01-grid .item-text dd ul li{
	width:100%;
	display:flex;
	align-items:center;
}

.i-set{
	color:gray;
	font-size:x-small;
}
.private{
	text-align:center;
	background-color:#36c5f3;
}
.dialogue{
	text-align:center;
	background-color:#faa64a;
}
.audience{
	text-align:center;
	background-color:#d4e067;
}



/* 	７期------------------------------------------------------------------------ */
.kizi_ichiran {
	justify-content: flex-start;
}
.kizi_ichiran_box {
	padding:0;
}
@media screen and (max-width: 766px) {
	.kizi_ichiran .kizi_ichiran_item {
		grid-template-rows: minmax(50px, 200px) auto auto;
		width:45%;	  
	}
	.kizi_ichiran .kizi_ichiran_item .title{
		display:none;
	}
}
@media screen and (max-width: 429px) {
	.kizi_ichiran .kizi_ichiran_item {
		width:90%;	  
	}

}
/* 		------------------------------------------------------------------------ */
/* 料金表 */
.responsive02 {
}
@media screen and (max-width: 640px) {
	.responsive02 {
		/*     display: contents; */
	}
}
.responsive02 p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.responsive02 th {
	text-align: center;
	font-weight: bold;
	background: #9fca3f;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
}
.responsive02 td {
	border: solid 1px #ccc;
	padding: 10px;
	padding-left: 30px;
}

/* 		------------------------------------------------------------------------ */
/* お申込み */

.p-green{
	color: #22ab4a;
}
.p-size3{
	font-size:1.5rem;
}
.p-size1{
	font-size:1rem;
}
.p-size2{
	font-size:3rem;
}
.p-center{
	text-align:center;
}
.application{
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px 50px;
	text-align: justify;
	padding:20px 1% 0;
}@media screen and (max-width: 782px) {
	.application{	
		grid-template-columns:1fr;
		gap:30px;
	}
}

.application-item{
	width:100%;
	display:grid;
	grid-template-rows:25px 60px 100px 100px 1fr;
	place-items:stretch center;
	gap:10px;
}
@media screen and (max-width: 782px) {
	.application-item{
		grid-template-columns:30px 1fr 80px;	
		grid-template-rows: 120px 1fr;
		padding: 0px 3% 30px;
		gap:10px;
		place-items: stretch;
		align-items:center;		
		justify-content:start;
		border: 1px solid #9fca3f;
	}
	.application-item .a-item-1{
		display:none;
	}
	.application-item .a-item-2{
		grid-column:1;
		grid-row:1;
	}
	.application-item .a-item-3{
		grid-column:3;
		grid-row:1;
	}
	.application-item .a-item-4{
		grid-column:2;
		grid-row:1;	
	}
	.application-item .a-item-5{
		grid-column:1/5;
		grid-row:2;
	}
	.application-item .a-item-5 img {
		display: block;       /* 画像をブロック要素に */
		margin: 10px auto;    /* 中央寄せ & 少し余白 */
	}
	.college_01-grid .p-size2{
		font-size:2rem;
	}

	.college_01-grid .application-item .p-center{
		text-align:left;
	}
	.application-item .p-large{
		font-size:medium;
	}
}
@media screen and (max-width: 527x) {
	.college_01-grid .p-size3{
		font-size: 1rem;
	}
}
.application-item-box{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:start;
	align-items:center;
	gap:30px;
}
.application-item-box-1{
	width:100%;
	display:flex;	
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 782px) {
	.application-item-box{
		display:grid;
		grid-template-rows: 20px 1fr;
		box-sizing: border-box;
		place-items:center;
	}

	.img-size{
		width:50%;
	}
	.img-size2{
		width:30%;
	}
	.application-item-box-1{
		flex-direction:row;
		padding-right: 10%;
	}
}

.step {
	display: flex;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.step {
		flex-direction: column;
		padding: 0 7%;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width: 537px) {
	.application-item{
		grid-template-columns:30px 1fr 50px;
	}
	.application-item-box-1{
		flex-direction:column;
	}
}
/* 		------------------------------------------------------------------------ */
/* よくある質問 */

.qa .sentence ul li{
	text-indent: -1em;
	padding-left: 1em;
}
}

#college_05 .fa-solid{
	line-height: 1.5;
}
.college_title {
	color: #000;
	font-size: 1rem;
	margin: 0;
}
.college_title_reception {
	display: grid;
	gap: 10px; 
}
@media screen and (max-width: 864px) {
	.college_title {
		white-space: nowrap;
	}
}
.qa {
	display: flex;
	flex-direction: column;
	text-align: left;
}
.qa li {
	display: flex;
	flex-direction: column;
	padding: 0 5%;
}
.qa p {
	padding-left: 20px;
}
@media screen and (max-width: 640px) {
	.qa p {
		padding-left: 10px;
	}
}
.qa .title {
	display: flex;
	padding: 1% 0;
	border-top: solid 1px #9fca3f; 
	border-bottom: solid 1px #9fca3f; 
	align-items: center;
}
.qa .title p {
	font-weight: bold;
	display: inline-block;
	line-height: 35px;
	height: 35px;
}@media screen and (max-width: 640px) {
	.qa .title p {
		line-height: 70px;
		height: 70px;
	}
}
.qa .sentence {
	width: 100%;
	padding: 5% 5% 5% 0;
}
.qa span {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #9fca3f;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	bottom: 0;
	left: -45px;
}
@media screen and (max-width: 640px) {
}
.sentence span {
	display: block;
	background-color: #fff;
	border: solid 2px #9fca3f;
	color: #9fca3f;
}

/* 		------------------------------------------------------------------------ */
/* 会社 */

.company {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
	padding: 0 30px 3%;
}
.c_name {
	font-size: 20px;
	color: #22ab4a;
}

.res-chart {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	border: 1px solid #9fca3f;
	place-items: stretch center; /* 高さも幅も伸ばす */
}

.res-chart dt,
.res-chart dd {
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	/*   font-size: 14px; */
}

.res-chart dt {
	background-color: #9fca3f;
	font-weight: bold;
}
/* 		------------------------------------------------------------------------ 
/* 申し込みボタン　ここから */
.event_details_box {
	padding: 15px 20px;
	margin: 10px 5% 0px;
	display:grid;
	gap:30px;
	border:0;
	place-items:center;
}@media screen and (max-width: 767px) {
	.event_details_box {
		width:100%;
		padding:0 3%;
		margin: 0;
		gap:0px;
	}
}

.event_details_box-flex{
	border:none;
	margin-top:10px;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px;
}@media screen and (max-width: 767px) {
	.event_details_box-flex{
		display:flex;
		flex-direction:column;		
		padding-top: 30px;	
	}
}
.event_details_title2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px;
}
@media screen and (max-width: 767px) {
	.event_details_title2 {
		font-size: 16px;
		text-align: left;
	}
}

.p-white{
	color:#fff;
	font-weight:bold;
}
.btn,
a.btn,
button.btn {
	width:100%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff07e;
	border-radius: 0.5rem;
}

.btn-wrap {
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-bottom:30px;
}

a.btn-c {
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: larger;
	position: relative;
	padding: 0.3rem 0 1rem 0;
	color: #000;
	background: #fff07e;
	-webkit-box-shadow: 0 5px 0 #b5c000;
	box-shadow: 0 5px 0 #b5c000;
	transition: all 0.3s ease;
}


a.btn-c .title {
	font-size: medium;
	position: absolute;
	top: -10px;
	left: calc(50% - 120px);

	display: block;
	min-width: 240px;
	padding: 0.2rem 1rem;
	color: #000;
	border: 2px solid #fff07e;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}


a.btn-c:hover {
	transform: translateY(3px);
	background: #f0ea00; /* 明るめ黄緑に */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	color: #000;
	text-decoration: none;
}


a.btn--tel {
	/* 			display: block; */
	height:100px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top: 15px;
	padding: 1rem 0;

	color: #000;
	background: #fff07e;
	-webkit-box-shadow: 0 5px 0 #b5c000;
	box-shadow: 0 5px 0 #b5c000;
	transition: all 0.3s ease; /* スムーズな変化 */
	position: relative;
}

a.btn--tel i {
	font-size: 2rem;
	transition: transform 0.3s ease;
}

a.btn--tel i.fa-position-left {
	font-size: 3rem;

	left: 2rem;
}@media screen and (max-width: 640px) {
	a.btn--tel i.fa-position-left{
		font-size: 1.5rem;
	}
	a.btn--tel p{
		font-size:small;
	}
}

a.btn--tel .number {
	line-height: 1;

	display: inline-block;

	margin-top: 0.5rem;
	padding: 0.25rem 2rem;

	letter-spacing: 0;

	color: #094;
	border-radius: 0.5rem;
	background: #fff;
}

a.btn--tel:hover {
	background: #f0ea00; /* 明るい緑に変更 */
	transform: translateY(3px); /* 少し上に浮かせる */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color:#000;
}
a.btn--tel:hover i {
	transform: scale(1.2); /* アイコンを少し拡大 */
}

.fa-position-left {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 1rem;
}

.fa-position-right {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1rem;
}

a.btn-cyan {
	color: #fff;
	background: #4ac0c0;
	box-shadow: 0 5px 0 #3aa6a6; /* 少し濃いめの影 */
}

a.btn-cyan .span-title {
	color: #4ac0c0;
	border: 2px solid #4ac0c0;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-cyan .title {
	color: #000;
	border: 2px solid #4ac0c0;
}

a.btn-cyan:hover {
	transform: translateY(3px);
	background: #66cccc; /* 明るめのシアンに */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
}

a.btn-lightgreen {
	font-size: 2.2rem;
	position: relative;
	padding: 0.25rem 2rem 1.5rem 3.5rem;

	color: #333; /* 明るい背景なので文字は濃いめに */
	background: #cbe97a;
	box-shadow: 0 5px 0 #a3c65b; /* 少し濃い影 */
	transition: all 0.3s ease;
}

a.btn-lightgreen .span-title {
	/* 	font-size: 1.5rem; */
	position: absolute;
	top: -10px;
	left: calc(50% - 150px);

	display: block;
	width: 300px;
	padding: 0.2rem 0;

	color: #a3c65b;
	border: 2px solid #a3c65b;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-lightgreen:hover {
	transform: translateY(-3px);
	background: #d3f37f; /* ホバー時は少し明るく */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	color: #333;
	text-decoration: none;
}

.contact-box {
	width:100%;
	grid-column:1/3;
	grid-row:2;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	text-align: center;
	color: #000;
}@media screen and (max-width: 640px) {
	.contact-box {
		margin-bottom:50px;

	}
}

.contact-box .title {
	margin-bottom: 0.5em;
	font-weight: lighter;
	padding: 7px 10px;
	font-size: larger;
	background: #9fca3f;
}
.phone-number {
	font-size: 28px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}@media screen and (max-width: 640px) {
	.phone-number {
		font-size: 24px;
	}
}@media screen and (max-width: 431px) {
	.phone-number {
		font-size: 20px;
	}
}

.phone-icon {
	font-size: 20px;
}

.note {
	/*       font-size: 12px; */
	color: #555;
	margin-top: 5px;
}

/* 20260709追加修正 */
.brochure{
	display:flex;
	gap:10px;
}@media screen and (max-width:767px){
	.brochure{flex-direction:column;gap:30px;}
}
/* --------------------------------------------------------------------------- */

.brochure-item{
	width:100%;
	display:flex;
	gap:20px;
	justify-content:space-around;
	margin:0 auto;
	border:5px double #ccc;
	padding:2rem;
	position:relative;
}@media screen and (max-width: 537px) {
	.brochure-item{
		gap:10px;
		padding:1rem;
	}
}

.brochure-item p{
	position:absolute;
	background:#fff;
	top:-1rem;
	left: 50%;
	transform: translateX(-50%);
	padding:0 1rem;
}

.kouza-title{
	width:100%;
	display: grid;
    grid-template-columns: 100px 1fr;
	align-items:center;
    gap: 1rem;
}@media screen and (max-width:767px){
	.kouza-title{
		grid-template-rows:1fr 1fr;
		gap: 0;
	}
	.kouza-title img{
		grid-column:1;
		grid-row:2;
	}
	.kouza-title p{
		grid-column:1/3;
		grid-row:1;
	}
}
.p-larger{
	font-size:larger;
}


/* 申し込みボタン　ここまで */
/* 		--------------------------------------------------------------*/ 
/* カテゴリわけ */
.category-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 0 5%;
	gap:10px 0px;
	margin:0 auto;
}@media screen and (max-width: 767px) {
	.category-box{
		justify-content:flex-start;
		gap: 20px 20px;
		padding: 0;
	}
}
.category-box .category-title{
	min-width:110px;
	text-align:center;
	padding:2px 0;
	border-radius:5px;
	font-weight:bold;
	box-shadow: 5px 3px 5px 0px #ccc;
}
.category-box .category-title.kiso{
	background: #fdf374;	
}
.category-box .category-title.ouyou{
	background: #9dd984;	
}
.category-box .category-title.work{
	background: #89d4ec;	
}
.category-box .category-title.life{
	background: #fac7b3;	
}
.category-box .category-title.target{
	background: gold;	
}
.category-box .category-title.lunch-time{
	background: #f2ceef;
}
/*月ごと*/
.category-month-box{
	width: 100%;
	/* 	max-width: 580px; */
	display:grid;
	grid-template-columns:minmax(70px,auto) auto minmax(70px,auto) auto;
	gap: 20px 0;
	margin:0 auto;
	gap:10px;
}@media screen and (max-width: 767px) {
	.category-month-box{
		grid-template-columns:minmax(70px,auto) auto;
		align-items:flex-start;
	}
}
.category-month{
	display:flex;
	flex-wrap:wrap;
	gap: 30px;
}@media screen and (max-width: 767px) {
	.category-month{
		gap: 10px 30px;
	}
}
.category-month p{
	max-width:100px;
}
.category-month p a:hover{
	background-color:yellow;
	padding: 1px 1px;
	border-radius:5px;
}

.month-waku{
	border:solid 1px;
	padding:3px 5px;
	border-radius:10px;
	text-align:center;	
}

.event_details_box_contact{
	padding-top:0;
	margin-top:0;
	gap:0;
}



/* 固定ヘッダーや下部ナビがある場合 追加 */
.pagetop_college{
	right:7%;
	bottom: 13%;
}
.pagetop.show.pagetop_college{

}
.catetop_link_college_footer_pc {
	max-width:150px;
	display: flex;
	flex-direction:column;
	gap: 10px;
}
.catetop_link_college_footer_pc .item a:hover{
	opacity:0.5;
}		
@media screen and (max-width: 1575px) {
	.pagetop.show.pagetop_college{
		background:#9fca3f;
		padding: 5px 0;
		opacity:1;
	}
	.pagetop_college{
		width: 100%;
		right: 0px;
		left: 0;
		bottom: 0;
		padding-right: 10%;
	}
	.catetop_link_college_footer_pc {
		max-width:none;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content: space-around;
		gap: 5px;
	}
	.catetop_link_college_footer_pc .item{		
		max-width:130px;
	}

}@media screen and (max-width: 537px) {
	.catetop_link_college_footer_pc .item{
		display:none;
	}
}
.attention-college{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
}
.attention-college-list{
	width:80%;
	display:grid;
/* 	grid-template-columns:1fr 1fr; */
	grid-template-columns: minmax(0, 304px);
	justify-content:center;
	gap:30px;
	padding: 20px 10px 5px;
/* 	border: solid 3px #9fca3f; */
/* 	border: 4px double #22ab4a; */
	border-radius:10px;
}@media screen and (max-width: 768px) {
	.attention-college-list{
		width: 90%;
/* 		grid-template-columns:1fr;
		grid-template-rows:1fr 1fr; */
		gap:0px;
	}
}
.attention-college-list li{
	display:flex;
	flex-direction:column;
	align-items:flex-start;	
}

.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #9fca3f;
	box-sizing: border-box;
	border-radius:10px;
}
.balloon1:before {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 13px solid #FFF;
	z-index: 2;
}
.balloon1:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #9fca3f;
	z-index: 1;
}
.balloon1 p {
	margin: 0;
	padding: 0;
}
.college-new{
	position:relative;
}
.college-new::before{
	content: "";
	position: absolute;
	top: -1px;   /* 好みで微調整 */
	left: -8px;  /* 好みで微調整 */
	width: 60px;   /* 画像の幅に合わせて調整 */
	height: 60px;
	background: url('https://ww
		
		
		
		w.j-union.net/wp-content/uploads/new.png') no-repeat center/contain;
	z-index: 10;
	pointer-events: none; /* クリック邪魔しない */
}

