@charset "UTF-8";



@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&amp;display=swap");


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

body {
	line-height: 1;
}


#body_wrap {
	/* max-width: calc(100% - 250px); */
	/* overflow-x: clip; */
	/* position: relative; */
	z-index: 1;
	/* margin-left: 250px; */
	height: 100%;
}

#body_wrap .feature_main {}

#body_wrap .feature_main .wrap {
	background-image: url(../img/feature/main_feature.jpg);
	background-size: cover;
	height: 400px;
	position: relative;
	padding: 100px;
	color: #fff
}

#body_wrap .shakaijin_main .wrap {
	background-image: url(../img/shakaijin/main_shakaijin.jpg);
	background-size: cover;
	height: 400px;
	position: relative;
	padding: 100px;
	color: #fff
}

#body_wrap .feature_main .wrap .ageTitle {
	font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 5.5rem;
	line-height: 0.7;
	position: absolute;
	bottom: 8.5rem;
	left: auto;
	color: #ffffff;
	/* text-shadow: 3px 3px #232323; */
	text-shadow: 2px 2px 2px #242424;
}


@media only screen and (max-width: 600px) {
	#body_wrap .feature_main .wrap {
		height: 200px;
		padding: 60px 40px;
		/* margin-top: 40px; */
		background-position: center bottom;
	}

	#body_wrap .feature_main .wrap .ageTitle {
		font-size: 3.5rem;
		line-height: 0.7;
		position: absolute;
		bottom: 8.5rem;
		left: auto;
	}



}





#body_wrap .feature_main .wrap .ageTitle .subText {
	font-size: 2.4rem;
	margin-bottom: 4.5rem;
	display: block
}

#p_feature {
	/* background: #fff; */
}

.aboutPage .pageHeadArea.type--big {
	background-image: url(../img/page/head_about.jpg);
}

.aboutPage__body {
	position: relative;
}

.aboutPage__body::before {
	content: "";
	display: block;
	width: 100%;
	height: 20.3rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#ffe300), to(#baff00));
	background: -webkit-linear-gradient(left, #ffe300 0%, #baff00 100%);
	background: linear-gradient(90deg, #ffe300 0%, #baff00 100%);
	/* background: #f7f7f7; */
}

.aboutPage__inner {
	max-width: 125rem;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 2rem;
	padding-top: 1em;
	padding-bottom: 6rem;
}

@media only screen and (max-width: 600px) {
	.aboutPage__inner {
		padding-top: 2.5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		padding-bottom: 3.5rem;
	}
}


.aboutPage .readBox--flex {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.aboutPage .readBox--flex .readBox__title {
	font-size: 2.5rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.aboutPage .readBox--flex .readBox__text {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 600px) {
	.aboutPage .readBox--flex .readBox__title {
		font-size: 2.2rem;
		line-height: 1.6;
		letter-spacing: -0.05em;
		font-weight: 700;
	}

	.aboutPage .readBox--flex {
		margin-bottom: 3rem;
		margin-top: 0rem;
	}

}



.page-section {
	margin: 20px auto;
	padding: 26px 0%;
	background: #fefefe;
	/* border: #f5f5f5 1px solid; */
	-webkit-border-radius: 0px 15px 0 0px;
	border-radius: 0px 15px 0 0px;
	width: 100%;
}

.page-section:first-child {
	margin-top: 50px;
}


.page-section.dashed {
	border: #111 1px dashed;
}

@media screen and (min-width: 64em) {
	.page-section {
		margin: 60px auto 10px;
		max-width: 1180px;
		padding: 50px 2% 50px;
		background: #fefefe;
		border: #f5f5f5 1px solid;
		-webkit-border-radius: 0px 15px 0 0px;
		border-radius: 0px 15px 0 0px;
	}

}






:root {
	--bg: #f6f7f9;
	--text: #1f2937;
	--muted: #6b7280;
	--border: #e5e7eb;
	--card: #ffffff;
	--shadow: 0 10px 30px rgba(0, 0, 0, .06);
	--radius: 16px;
	--gap: 10px;
	--max: 980px;
}

.career-page {
	/* background: var(--bg);
    color: var(--text);
    padding: clamp(18px, 3.5vw, 44px) 16px; */
	line-height: 1.7;
	/* font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; */
	max-width: 1100px;
	margin: 40px auto;
	padding: 30px;
}


.career-page .hero {
	max-width: var(--max);
	margin: 0 auto 28px;
	padding: 22px 20px;
	background: linear-gradient(180deg, #fff, rgba(255, 255, 255, .75));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.career-page .hero__title {
	font-size: clamp(22px, 2.6vw, 34px);
	margin: 0 0 6px;
	letter-spacing: .02em;
}

.career-page .hero__lead {
	margin: 0;
	/* color: var(--muted); */
	font-size: clamp(16px, 1.8vw, 20px);
	letter-spacing: 0.2em;
}

.career-page .section-title {
	max-width: var(--max);
	margin: 26px auto;
	font-size: clamp(18px, 2.2vw, 25px);
	/* letter-spacing: .02em; */
}

.career-page .audience__grid {
	max-width: var(--max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: var(--gap);
}

.career-page .card {
	grid-column: span 12;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 18px 16px 16px;
}

.career-page .card__title {
	margin: 0 0 8px;
	font-size: 1.8rem;
	color: #000000;
	line-height: 1.2;
	/* background: #f2cb1f; */
	padding: 5px;
	letter-spacing: 0.12em;
}

.career-page .card__title {
	position: relative;
	display: inline-block;
	/* 必須：幅を文字に合わせる */
	margin: 0 0 8px;
	font-size: 1.8rem;
	color: #000000;
	line-height: 1.2;
	padding: 5px;
	letter-spacing: 0.12em;
}


.career-page .card__title span {
	background: linear-gradient(transparent 50%, #FFEB3B 50%);
}

.career-page .card__text {
	margin: 0;
	/* color: var(--muted); */
	font-size: 14px;
}

.career-page .reasons__grid {
	max-width: var(--max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gap);
	max-width: 1000px;
	width: 100%;
}

.career-page .reasons__grid a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.career-page .box {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 16px 16px 14px;
	height: 100%;
	transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.career-page .reasons__grid a:hover .box {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.career-page .box__head {
	display: flex;
	align-items: center;
	gap: 10px;
	/* margin-bottom: 10px; */
}

.career-page .box__icon {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: #f3f4f6;
	border: 1px solid var(--border);
	font-size: 16px;
	flex: 0 0 auto;
}

.career-page .box__title {
	margin: 0;
	font-size: 15px;
	letter-spacing: .01em;
	position: relative;
	display: inline-block;
	padding-right: 0px;
}

.career-page .box__title::before {
	/* content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 0.3s ease-out 0.2s, transform 0.3s ease-out 0.2s;
	font-size: 1.2em;
	line-height: 1; */
}



.career-page .box__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.4s ease-out;
}

.career-page .reasons__grid a:hover .box__title::after {
	width: 100%;
}

.career-page .reasons__grid a:hover .box__title::before {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

.career-page .box__list {
	margin: 0;
	padding-left: 1.2em;
	color: var(--muted);
	font-size: 14px;
}

.career-page .box__list li {
	margin: 6px 0;
}

/* レスポンシブ */
@media (min-width: 720px) {
	.career-page .card {
		grid-column: span 4;
	}


}

@media (max-width: 768px) {
	.career-page .reasons__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.career-page .box {
		padding: 10px;
	}

	.career-page {
		padding: 20px;
	}


}














.feature_box {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}


.feature_box h3.set_title {
	line-height: 2;
	text-align: center;
	font-size: 1.1em;
}

.feature_box h3.set_title span {
	color: #2d5da7;
	padding-right: 5px;
	font-size: 1em;
}



.feature_box h3.set_title:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f349";
	padding-left: 8px;
	color: #2d5da7;
	font-size: 0.9em;
}

.feature_box a {
	width: 48%;
	border: 1px solid #ddd;
}

.feature_box .set img {
	border-radius: 0.5em;
}

.feature_box .set .title {
	font-size: 20px;
}

@media screen and (min-width: 64em) {

	.feature_box {
		display: flex;
		gap: 0.5em;
	}

	.feature_box a {
		width: 24%;
		border: 1px solid #ddd;
		padding: 5px;
	}

	.feature_box .set {
		/* width: 25%; */
	}

	.feature_box .set img {
		border-radius: 0.5em;
	}

	.feature_box .set .title {
		font-size: 20px;
	}

	.feature_box h3.set_title {
		line-height: 2;
	}

}


@media screen and (max-width: 599px) {
	.feature_box {
		flex-wrap: wrap;
		justify-content: center;
	}

	.feature_box a {
		width: 80%;
		border: 1px solid #ddd;
	}

}


.greeting_set {
	max-width: 1000px;
	margin: 50px auto;
	border: 1px solid #eee;
	padding: 20px;
	width: 96%;
}

.greeting_set p.a_tel {
	padding-top: 20px;
}


.greeting_set p.a_tel a {
	padding-top: 50px;
	color: #2d5da7
}


@media screen and (max-width: 599px) {
	.greeting_set {
		margin: 50px auto 0;
		padding: 20px;
		width: 90%;
	}


	.greeting_set a a_tel {
		color: #2d5da7
	}

}





.c_life {
	width: 100%;
}

.c_life .wrap {
	max-width: 1100px;
	margin: 0 auto 50px;
}

.c_life .title_img img {
	max-width: 500px;
	margin: 10px auto 60px;
}

.c_life_num {}

.c_life_num .box {
	display: flex;
	margin-bottom: 30px;
}

.c_life_num .box .col_2 {
	width: 50%;
	padding: 10px;
}

.c_life_num .bg-white {
	background: #fff;
	padding: 4.2rem 2rem;
	margin: 1rem;
	/* border: 3px solid #0e62aa; */
}

.c_life_num .box .col_2 img {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.c_life_num .box {
		flex-direction: column
	}

	.c_life_num .box .col_2 {
		width: 100%;
		padding: 10px;
	}

	.c_life_num .box .col_2 img {
		width: 100%;
	}
}

.c_life_num .sub_title {
	position: relative;
	background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
	font-size: 2.3rem;
	line-height: 4rem;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 50px;
	text-align: left;
	padding-left: 75px;
}

@media only screen and (max-width: 600px) {
	.c_life_num .sub_title {
		/* position:relative;
	background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
	font-size: 2.3rem;
	line-height:4rem;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 50px; */
		text-align: left;
		padding-left: 45px;
	}
}



.c_life_num .sub_title span.num_set {
	position: absolute;
	background: #fff;
	width: 80px;
	height: 80px;
	line-height: 65px;
	border-radius: 50em;
	border: 5px solid #584eff;
	top: -20px;
	left: -10px;
	color: #0e62aa;
	font-size: 35px !important;
	font-weight: 600;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.c_life_num .sub_title span.num_set {
		position: absolute;
		background: #fff;
		width: 60px;
		height: 60px;
		line-height: 45px;
		border-radius: 50em;
		border: 5px solid #584eff;
		top: -35px;
		left: -15px;
		color: #0e62aa;
		font-size: 35px !important;
		font-weight: 600;
		text-align: center;
	}
}

/* col_1 */

.c_life_num .box .col_1 {
	width: 100%;
	padding: 10px;
}

.c_life_num .sub_title {
	position: relative;
	background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
	font-size: 2.8rem;
	line-height: 4rem;
	color: #fff;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 75px;
	border-top: 1px solid;
}

.c_life_num .sub_title span.num_set {
	position: absolute;
	background: #fff;
	width: 80px;
	height: 80px;
	line-height: 65px;
	border-radius: 50em;
	border: 5px solid #584eff;
	top: -20px;
	left: -10px;
	color: #0e62aa;
	font-size: 40px !important;
	font-weight: 600;
	text-align: center;
}

/* シンプル */
.sub_title.sub_title-parents {
	background: none;
	color: #2d5da7;
	padding-left: 0;
}

.c_life_num .sub_title.sub_title-parents span.num_set {
	border: none;
	position: static;
	margin-right: 1rem;
	background: none;
	/* font-weight: 600; */
}


.c_life_num p,
.c_support p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
}

.c_life_num h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.col_2_flex {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	flex-wrap: wrap;
}

.col_2_flex .box_img {
	width: 48%;
}

.col_2_flex .box_img img {
	width: 100%;
}

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

	.c_life_num .sub_title span.num_set {
		position: absolute;
		background: #fff;
		width: 60px;
		height: 60px;
		line-height: 45px;
		border-radius: 50em;
		border: 5px solid #584eff;
		top: -35px;
		a left: -15px;
		color: #0e62aa;
		font-size: 31px !important;
		font-weight: 600;
		text-align: center;
	}


	.c_life_num .sub_title {
		position: relative;
		background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
		font-size: 2.3rem;
		line-height: 4rem;
		color: #fff;
		margin-bottom: 30px;
		padding-left: 50px;
		text-align: left;
	}

	.sub_title.sub_title-parents {
		background: none;
		color: #2d5da7;
		padding-left: 0;
		letter-spacing: 0.011em;
	}

	.c_life_num .sub_title.sub_title-parents span.num_set {
		border: none;
		position: static;
		margin-right: 1rem;
		background: none;
		/* font-weight: 500; */
	}

	.c_life_num h3 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 2rem;
		line-height: 1.8;
	}



	.col_2_flex {
		width: 100%;
	}
}

.c_life .wrap_a {
	max-width: 1100px;
	margin: 0 auto 50px;
}


.c_life .wrap_a .mark_set {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.c_life .wrap_a .mark_set img {
	max-width: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.c_life .wrap_a .mark_set img {
		max-width: 250px;
		margin: 0 auto;
	}
}


.c_life_area {
	display: flex;
	gap: 20px;
}

.c_life_area .area_choice {
	width: 25%
}

.c_life_area .area_choice .gakka_title {
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	color: #fff;
}

.c_life_area .area_choice .gakka_shikaku {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 600px) {
	.c_life_area {
		display: flex;
		gap: 10px;
		flex-wrap: wrap
	}

	.c_life_area .area_choice {
		width: 48%
	}

	.c_life_area .area_choice .gakka_shikaku {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.c_life_area .area_choice .gakka_title {
		line-height: 30px;
		height: 30px;
		padding-left: 10px;
		color: #fff;
	}

}





/* 先輩の声 */
.voice_senpai {
	margin-top: 30px;
	padding: 3em;
	background: #ffffff;
	border-radius: 0.5em;
}

.voice_senpai h3 {
	font-size: 2.3rem;
	color: #1c5c9e;
}


.bukatsu_info .itemD {
	padding: 6rem 3rem 3rem;
	/* border-top: #d9e3e5 1px solid;
    overflow: hidden; */
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	margin-top: 50px;
	border-radius: 1em;
	border: #ddd 2px solid;
	background: #fff;
}

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

	/* 先輩の声 */
	.voice_senpai {
		margin-top: 30px;
		padding: 1em;
		background: #ffffff;
		border-radius: 0.5em;
	}

	.voice_senpai h3 {
		font-size: 2.3rem;
		line-height: 1 rem;
		color: #1c5c9e;
	}




	.bukatsu_info .itemD {
		padding: 6rem 2rem 2rem;
	}
}

.bukatsu_info .itemD .titleD {
	position: absolute;
	left: 0;
	border-radius: 0.5em 0 3em 0;
	top: 0;
	padding: 14px 37px 16px 22px;
	background: #ddd;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.bukatsu_info .itemD .box {
	display: flex;
	flex-wrap: wrap;
}

.bukatsu_info .itemD .txt {
	width: 60%;
	padding: 8px;
	line-height: 1.5;
}

.bukatsu_info .itemD .txt h3 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
	text-align: left;
	padding-bottom: 20px;
}

.bukatsu_info .itemD .txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
}

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

	.bukatsu_info .itemD .txt h3 {
		font-size: 2rem;
		padding-bottom: 5px;
	}

	.bukatsu_info .itemD .txt p {
		/* font-size: 1.8rem; */
		/* line-height: 1.6; */
	}
}



.bukatsu_info .itemD .box_img {
	width: 40%;
	padding: 8px;
	line-height: 1.5;
}

.bukatsu_info .itemD .box_img img {
	width: 100%;
	padding: 8px;
	line-height: 1.5;
}

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

	.bukatsu_info .itemD .box {
		display: flex;
		flex-wrap: wrap;
	}

	.bukatsu_info .itemD .txt {
		width: 100%;
		line-height: 1.1;
	}

	.bukatsu_info .itemD .box_img {
		width: 100%;
	}

}



/* } */

.c_goukaku {
	margin-top: 30px;
}

.c_goukaku .c_gokaku_title {
	line-height: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
}

.c_goukaku .c_gokaku_catch {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}

.c_gokaku_area {
	display: flex;
	gap: 20px;
	width: 100%;
	margin: 30px 0 50px;
}

.c_gokaku_area .g_box {
	border: 1px solid #ddd;
	width: 25%;
	background: #fff;
}


@media only screen and (max-width: 600px) {
	.c_gokaku_area {
		flex-wrap: wrap;
		gap: 5px;
	}

	.c_gokaku_area .g_box {
		width: 49%;
	}
}



.g_shikaku {
	text-align: center;
	line-height: 2;
	/* background:#ddd; */
	color: #fff;
	font-weight: 600;
}

.ritsu {
	font-size: 8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.ritsu span {
	font-size: 3rem;
	font-weight: 600
}

.zenkoku {
	text-align: center;
	font-weight: 600;
	padding-bottom: 5px;
}

.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 20px
}

.c_riyu_area p {
	text-align: left;
	font-size: 1.5rem;
}

.c_riyu_area p.senpai_nm {
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.c_riyu_area p.senpai_cap {
	text-align: left;
	/* font-size: 1.8rem; */
	margin-top: 10px;
}


.waku {
	display: flex;
	margin: 20px 0;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 1.5
}

.label {
	width: 20%;
	border-right: 1px solid #ddd;
	font-size: 16px;
}

.txt {
	width: 80%;
	padding: 0 20px;
}

.txt ul {}

.txt ul li {
	font-size: 15px;
}

.txt ul li:before {
	content: '〇';
}

@media only screen and (max-width: 600px) {
	.c_riyu_area p.senpai_nm {
		line-height: 1.3;
	}

	.waku {
		flex-direction: column;
	}

	.label {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: none;
		padding-bottom: 10px;
		font-size: 15px;
	}

	.txt {
		width: 100%;
		padding: 5px;
	}
}


/* .c_riyu_area{font-weight:600;margin-top:20px;display:flex;gap: 10px;flex-wrap: wrap;} */
.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
}

.c_riyu_area .r_box {
	width: 45%;
}

.c_riyu_area .r_box img {
	width: 100%;
}

.c_riyu_area .r_box2 {
	width: 33.333%;
}

.c_riyu_area .r_box2 img {
	width: 100%;
}

.c_riyu_area .r_box2 {
	width: 32%;
}


.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 10px;
	justify-content: space-around;
	margin-bottom: 30px;
}

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

	/* .c_riyu_area{font-weight:600;margin-top:20px;display:flex;gap: 10px;justify-content: space-between;} */
	.c_riyu_area .r_box2 {
		width: 31%;
	}

	.c_riyu_area .r_box {
		width: 48%;
	}

	.c_riyu_area .r_box img {
		width: 100%;
	}

}


.course_area {
	/* display:flex; */
	/* flex-wrap: wrap; */
	/* gap: 25px; */
	margin-top: 60px;
	/* background: #d3e2f5; */
	padding: 60px 10px 0;
}

.course_area .itemD .titleD {
	position: absolute;
	right: 0;
	border-radius: 0;
	padding: 20px 50px 20px 50px;
	background: #0e62aa;
	color: #0e62aa;
	font-weight: 600;
	font-size: 2.8rem;
	z-index: 999;
	color: #ddd;
}

/* 
	.course_area .itemD ul{
		display:flex;
		flex-wrap:wrap;
	}
	.course_area .itemD li{
		padding: 8px;
		line-height:1.5;
	} */

.course_area .itemD {
	padding: 60px 2rem 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 1em;
	margin-top: 20px;
}

.course_area .itemD .titleD {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 30px 20px 15px;
}

.course_area .itemD ul {
	display: flex;
	flex-wrap: wrap;
}

.course_area .itemD li {
	padding: 8px;
	line-height: 1.5;
}

.course_area .itemD {
	padding: 80px 5rem 20px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	border-radius: 1em;
	width: 100%;
	background: #ffffff;
}

.course_area .itemD p {
	font-size: 25px;
	font-weight: 600;
	padding: 5px 10px 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #464544;
}

.course_area .itemD p span {
	display: block;
	font-weight: 400;
	font-size: 2.2rem;
	padding-left: 10px;
	margin-top: 8px;
	color: #37211b;
	border-bottom: 1px solid #0e62aa;
}

.course_area p.arrow_set {
	font-size: 20px;
	text-align: center;
}


.course_area .arrow_img {
	text-align: center;
}

.course_area .arrow_img img {
	width: 300px;
	margin: 0 auto;
}

.course_area p.arrow_set_2 {
	font-size: 30px;
	text-align: center;
	color: #0178c7;
}



.bg_color_pink {
	/* background: #dfd3d3; */
}

.bg_color_green {
	/* background: #2d7bbd; */
}

.bg_color_yellow {
	/* background: #f3a223; */
}

@media only screen and (max-width: 600px) {
	.course_area .itemD {
		padding: 80px 2rem 20px;
	}


	.course_area .itemD p {
		font-size: 18px;
		padding: 5px 5px 8px;
		margin-bottom: 10px;
	}

	.course_area .itemD p span {
		font-size: 2rem;
	}

	.course_area p.arrow_set {
		font-size: 18px;
	}


	.course_area p.arrow_set_2 {
		font-size: 22px;
		text-align: center;
		color: #0178c7;
	}

}


.c_spport_area {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	margin: 30px 0 50px;
}

.c_spport_area .s_box {
	border: 1px solid #ddd;
	width: 48%;
	background: #fff;
}

@media only screen and (max-width: 600px) {
	.c_spport_area .s_box {
		border: 1px solid #ddd;
		width: 100%;
		background: #fff;
	}
}

.s_title {
	text-align: center;
	line-height: 2;
	background: #ddd
}

.ritsu {
	font-size: 8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.ritsu span {
	font-size: 2rem;
	font-weight: 600
}

.zenkoku {
	text-align: center;
	font-weight: 600;
	padding-bottom: 5px;
}

.shushoku {
	padding: .5rem 1rem;
	letter-spacing: 0.2px;
	font-weight: 500;
	font-size: 14px;
}

.btn_area {
	/* position:relative; */
	text-align: center;
	margin: .5rem auto 2rem;
}

a.mini_btn {
	text-align: center;
	/* margin: .5rem auto 2rem; */
	border-bottom: solid 1px #333;
	position: relative;
	padding: 0 3rem 0 1rem;
}

a.mini_btn::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f061";
	position: absolute;
	right: 1rem;
	top: .5rem;
}


.c_support .c_support_title {
	line-height: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
}


.wake_set {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	padding-top: 30px;
	counter-reset: number 0;
	/* number のカウンタを 0 にセット */
}

.wake_set h2 {
	font-size: 25px;
	font-weight: 400;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 60px;
}

.wake_set h3 {
	position: relative;
	color: #00406c;
	text-align: left;
	font-size: 2.2rem;
	line-height: 4;
	padding-left: 50px;
	border-bottom: solid 1px;
	line-height: 30px;
	padding: 20px 20px 20px 80px;
}

.wake_set h3 span {
	display: block;
	font-size: 1.8rem;
}

.wake_set h3:before {
	position: absolute;
	counter-increment: number 1;
	/* number カウンタの増加数をセット */
	content: counter(number) " ";
	/* 表示形式を指定 */
	left: 0.6em;
	font-size: 30px;
	font-weight: 600;
	background: #ddd;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	line-height: 45px;
}

.wake_set p {
	margin-top: 40px;
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
}

.c_life_num ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0.4em 1em;
	border: 2px solid #123d83;
	position: relative;
}

.c_life_num ul li {
	padding: 1em 0 1em 1.8em;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.c_life_num ul li:not(:last-child) {
	border-bottom: 1px dashed #123d83;
}

.c_life_num ul li::marker {
	content: "";
}

.c_life_num ul li::before,
.c_life_num ul li::after {
	position: absolute;
	content: '';
}

.c_life_num ul li::before {
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background-color: #b7b7b7;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: 0;
}

.c_life_num ul li::after {
	left: 0.5em;
	transform: translateX(-75%) rotate(-45deg);
	width: .3em;
	height: .3em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	transform: translateY(-50%) translateX(-75%) rotate(-45deg);
	-webkit- transform: translateY(-50%);
}

.c_life_num ul li .ttl {
	font-weight: 600;
}

span.sen {
	background: linear-gradient(transparent 50%, #ffe30069 50%);
	padding: 0 2px;
	margin: 0 2px;
	font-weight: 600;
}

span.sub {
	color: #909090;
	font-size: 13px;
}

.faq_area {
	margin: 40px 0;
}

@media only screen and (min-width: 768px) {
	.faq_area {
		max-width: 1000px;
		margin: 40px auto;
		padding: 0 16px;
	}

	.faq_a {
		margin-left: 1.5em;
	}
}

.faq_cnt {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.faq_q {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
	background: #fff;
	/* 白背景 */
	padding: 8px 12px;
	/* 少し余白をつける */
	border-radius: 6px;
	/* 角を丸める */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	/* ほんのり影 */
	display: inline-block;
	/* 横幅は内容分のみ */
	position: relative;
	/* 三角形の基準にする */
}

.faq_q::after {
	content: "";
	position: absolute;
	left: 32px;
	/* 三角形の横位置（調整可） */
	bottom: -12px;
	/* 三角形の下への突き出し具合 */
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #fff;
}

.faq_a {
	font-size: 1em;
	color: #444;
	margin-top: 1.2rem;
}


.c_life_num .c_life_num_title {
	line-height: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 5rem auto 2rem;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	.c_life_num .c_life_num_title {
		font-size: 3rem;
	}
}


.parentsbtn {
	text-align: center;
	padding: 30px;
	/* max-width: 800px; */
	margin: 0 auto 90px;
	width: 100%;
	display: flex;
}







.parentsbtn .btnOpc_ins {
	position: absolute;
	left: 0;
	right: 0;
	background: #ffe300;
	width: 350px;
	border-radius: 5em;
	line-height: 3;
	border: #fff 1px solid;
	font-size: 20px;
	padding: 3px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto 70px;
	/* padding-left: 1em; */
}

.parentsbtn .btnOpc_ins:hover {
	color: #fefefe;
	background: #b277b1;
	border: #f0fafe 1px solid;
	background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%);
	background-size: 200% auto;
	background-position: right center;
	/*ボックスの影*/
	box-shadow: 0 5px 10px rgb(250, 108, 159, 0.4);
}

.parentsbtn .btnOpc_ins:after {
	position: absolute;
	right: 15px;
	font-size: 20px;
	font-family: "Font Awesome 6 Pro";
	content: "\f061";
	font-weight: normal;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}






@media only screen and (max-width: 1024px) {
	.parentsbtn .btnOpc_ins {}
}


/* Variable Enhancements */
:root {
	--primary-color: #282828;
	/* Deep Navy - Trust */
	--primary-light: #0055aa;
	--secondary-color: #1c5c9e;
	/* Gold - Premium/Success */
	--accent-harikyu: #e67e22;
	--accent-harikyu-l: #f0d4bb;
	/* Pink/Red */
	--accent-judo: #27ae60;
	--accent-judo-l: #eaf6ef;
	/* Blue */
	--accent-care: #fa7998;
	--accent-care-l: #f2d1d9;
	/* Green */
	--accent-sports: #ea193e;
	--accent-sports-l: #fce9ec;
	/* Orange */
	--text-color: #333333;
	--text-light: #666666;
	--bg-light: #f4f6f8;
	--white: #ffffff;
	--shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 15px rgba(0, 0, 0, 0.1);
	--shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15);
	--font-heading: 'Noto Sans JP', sans-serif;
	--font-en: 'Oswald', sans-serif;
	--radius: 8px;
}

/* Sections */
.section {
	padding: 80px 0;
}

@media (max-width: 768px) {
	.section {
		padding: 40px 0;
	}
}


.section-title {
	font-size: 4.2rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--primary-color);
}

.section-title span {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe300), to(#baff00));
	background-image: -webkit-linear-gradient(left, #ffe300 0%, #baff00 100%);
	background-image: linear-gradient(90deg, #ffe300 0%, #baff00 100%);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 1rem;
	/* line-height: 1.2; */
}

.section-desc {
	text-align: center;
	color: var(--text-light);
	margin-bottom: 50px;
}

/* Departments Section */
.departments {
	background-color: #ffffff;
	max-width: 1000px;
	margin: 0px auto;
	padding: 80px 30px;
	border-radius: 12px;
}

.dept-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
	gap: 50px 2%;
}

@media (max-width: 768px) {
	.dept-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
		gap: 50px 2%;
	}
}

.dept-card {
	background: var(--white);
	/* border-radius: var(--radius); */
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
	border-top: 4px solid transparent;
	border: 4px solid transparent;
	border-radius: 12px;
	position: relative;
}

.dept-card:not(.dept-harikyu):not(.dept-judo):not(.dept-care):not(.dept-sports) {
	overflow: hidden;
}

.dept-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
}

.dept-harikyu {
	border-color: var(--accent-harikyu);
	overflow: visible;
}


.dept-harikyu-bg {
	background: var(--accent-harikyu);
}

.dept-harikyu-bg-l {
	background: #fff0e2;
	border-color: var(--accent-harikyu);
	color: var(--accent-harikyu);
}

.dept-harikyu .dept-illustration {
	position: absolute;
	top: -50px;
	right: 10px;
	z-index: 10;
	width: 120px;
	height: 120px;
	pointer-events: none;
}

.dept-harikyu .dept-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dept-judo {
	border-color: var(--accent-judo);
	overflow: visible;
}

.dept-judo-bg {
	background: var(--accent-judo);
}

.dept-judo-bg-l {
	background: var(--accent-judo-l);
	color: var(--accent-judo);
}


.dept-judo .dept-illustration {
	position: absolute;
	top: -50px;
	right: 10px;
	z-index: 10;
	width: 120px;
	height: 120px;
	pointer-events: none;
}

.dept-judo .dept-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dept-care {
	border-color: var(--accent-care);
	overflow: visible;
}

.dept-care-bg {
	background: var(--accent-care);
}

.dept-care-bg-l {
	background: #fff4f6;
	color: var(--accent-care);
}

.dept-care .dept-illustration {
	position: absolute;
	top: -50px;
	right: 10px;
	z-index: 10;
	width: 120px;
	height: 120px;
	pointer-events: none;
}

.dept-care .dept-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dept-sports {
	border-color: var(--accent-sports);
	overflow: visible;
}

.dept-sports-bg {
	background: var(--accent-sports);
}

.dept-sports-bg-l {
	background: var(--accent-sports-l);
	color: var(--accent-sports);
}

.dept-sports .dept-illustration {
	position: absolute;
	top: -50px;
	right: 10px;
	z-index: 10;
	width: 120px;
	height: 120px;
	pointer-events: none;
}

.dept-sports .dept-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dept-header {
	/* background: var(--white); */
	padding: 20px;
	/* border-bottom: 1px solid #eee; */
	display: flex;
	gap: 1em;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0px;
}

.dept-name {
	margin: 0;
	font-size: 2.0rem;
	color: var(--primary-color);
	color: #fff;
}

.dept-label {
	font-size: 1.3em;
	background: #ffffff;
	color: #000000;
	padding: 4px 8px;
	border-radius: 4px;
}

.dept-body {
	padding: 25px;
}

.dept-catch {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 20px;
	color: var(--text-color);
}

.dept-merit {
	/* background: #fafafa; */
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.dept-merit h5 {
	font-size: 1.3em;
	color: var(----white);
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.dept-merit ul li {
	font-size: 1.0em;
	margin-bottom: 8px;
	padding-left: 15px;
	position: relative;
	line-height: 1.6;
}

.dept-merit ul li::before {
	content: '•';
	color: var(--secondary-color);
	position: absolute;
	left: 0;
}

.dept-feature {
	font-size: 1.1;
	color: var(--text-light);
	margin-top: 15px;
}

/* Strengths Section */
.strengths {
	background: var(--white);
	max-width: 1000px;
	margin: 50px auto;
	border-radius: 12px;
}

.strength-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 50px;
	padding: 30px;
}

.strength-item {
	text-align: center;
	padding: 30px 20px;
	border: 1px solid #eee;
	border-radius: var(--radius);
	position: relative;
	transition: 0.3s;
}

.strength-item:hover {
	border-color: var(--secondary-color);
	transform: translateY(-5px);
	box-shadow: var(--shadow-sm);
}

.strength-num {
	font-size: 4.5rem;
	font-family: var(--font-en);
	color: rgba(0, 0, 0, 0.05);
	color: #989898;
	position: absolute;
	top: -25px;
	left: 20px;
	font-weight: 700;
	background: #fff;
	font-style: italic;
}

.strength-head {
	font-size: 1.6rem;
	margin-bottom: 15px;
	padding: 5px;
	color: #000000;
	position: relative;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe300), to(#baff00));
	background-image: -webkit-linear-gradient(left, #ffe300 0%, #baff00 100%);
	background-image: linear-gradient(90deg, #ffe300 0%, #baff00 100%);
}

.strength-item p {
	font-size: 1.5rem;
	color: var(--text-light);
	color: #000;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}

.strength-ul {
	text-align: left;
	margin-top: 15px;
}

.strength-ul li {
	font-size: 1.5rem;
	margin-bottom: 8px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 8px;
	line-height: 1.6;
}

@media (max-width: 768px) {

	.strength-head {
		font-size: 2.2rem;
	}

	.strength-item p {
		font-size: 1.9rem;
	}

	.strength-ul li {
		font-size: 1.9rem;
	}
}


/* Career Section */
.career {
	background: var(--bg-light);
}

.career-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
	max-width: 1000px;
	margin: 40px auto;
	padding: 30px;
}

.career-card {
	background: var(--white);
	padding: 30px 20px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	text-align: center;
}

.career-icon {
	display: inline-block;
	background: var(--primary-color);
	color: var(--white);
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 20px;
	font-family: var(--font-en);
	background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgb(58 61 166 / 70%));
}

.career-role {
	font-size: 1.8rem;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.career-role .arrow {
	color: var(--secondary-color);
}

.career-card p {
	font-size: 1.4rem;
	color: var(--text-light);
	text-align: left;
}


@media (max-width: 768px) {
	.career-role {
		font-size: 2.5rem;
	}

	.career-card p {
		font-size: 1.8rem;
		text-align: left;
	}

}


/* Admissions Section */
.admissions {
	background-color: var(--white);
}

.admissions-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 40px;
	max-width: 1100px;
	margin: 40px auto;
	padding: 30px;
}

.admission-box {
	background: #f4f6f8;
	padding: 40px 20px 40px 40px;
	border-radius: 12px;
	position: relative;
}

.admission-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 15px;
	background: linear-gradient(to bottom, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(58, 61, 166, 0.7));
	border-radius: 12px 0 0 12px;
}

.admission-box h4 {
	font-size: 1.8rem;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.admission-box p {
	color: var(--text-color);
	font-size: 1.6rem;
}

@media (max-width: 768px) {
	.admission-box h4 {
		font-size: 2.5rem;
		color: var(--primary-color);
		margin-bottom: 15px;
	}

	.admission-box p {
		color: var(--text-color);
		font-size: 1.8rem;
	}

}


/* FAQ Section */
.faq {
	background: var(--bg-light);
}

.faq-list {
	max-width: 800px;
	margin: 40px auto 0;
	width: 100%;
	padding: 20px;
}

.faq-item {
	background: var(--white);
	margin-bottom: 10px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}

.faq-question {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: var(--primary-color);
}

.faq-toggle {
	font-size: 1.5rem;
	line-height: 1;
	color: var(--secondary-color);
	transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out, padding 0.4s ease-out, opacity 0.4s ease-out;
	padding: 0 20px;
	opacity: 0;
}

.faq-item.active .faq-answer {
	max-height: 1000px;
	padding: 0 20px 20px;
	opacity: 1;
}

@media (max-width: 768px) {
	.faq-question {
		font-size: 2.0rem;
	}

	.faq-item.active .faq-answer p {
		font-size: 1.8rem;
	}

}



/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
	background: #e5e5e5;
	color: var(--white);
	text-align: center;
	padding: 80px 20px;
}

.cta-title {
	font-size: 3.5rem;
	margin-bottom: 40px;
	font-weight: 700;
	color: #000;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.btn-primary {
	background-color: var(--primary-color);
	color: var(--white);
}

.btn-secondary {
	background-color: var(--secondary-color);
	color: var(--white);
}

.btn-white {
	background-color: var(--secondary-color);
	color: var(--white);
}

.btn-yellow {
	background-color: #4CAF50;
	color: var(--white);
}


.btn-lg {
	padding: 18px 50px;
	font-size: 2rem;
	min-width: 250px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.btn-lg:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.cta-sub {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 0.9rem;
}

.btn-outline {
	/* border: 1px solid var(--white); */
	color: var(--white);
	/* padding: 10px 20px; */
	border-radius: 50px;
	min-width: 250px;
	font-size: 2.3rem;
	/* background: #ddd; */
	background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgb(58 61 166 / 70%));
}

.btn-outline:hover {
	background: var(--white);
	color: var(--primary-color);
}

.btn-line {
	border: 1px solid #2ecc71;
	background: #2ecc71;
	color: var(--white);
	/* padding: 10px 20px; */
	border-radius: 50px;
	/* font-size: 2.3em; */
}


@media (max-width: 768px) {
	.btn-lg {
		padding: 18px 50px;
		font-size: 2.6rem;
		transition: transform 0.2s, box-shadow 0.2s;
	}
}






/* Footer */
.footer {
	background: #1a252f;
	color: #7f8c8d;
	padding: 40px 0;
	text-align: center;
	font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {

	.dept-body {
		padding: 15px;
	}

	.dept-catch {
		font-size: 2rem;
		line-height: 1.4;
	}



	.hero-title {
		font-size: 2rem;
	}

	.hero-badges {
		flex-direction: column;
		align-items: center;
	}

	.strength-list {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 20px;
	}

	.career-grid {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.admissions-wrapper {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.cta-buttons {
		flex-direction: column;
	}

	.cta-sub {
		flex-direction: column;
		margin-top: 20px;
	}

	.dept-harikyu .dept-illustration {
		width: 100px;
		height: 100px;
		top: -10px;
		right: 10px;
	}

	.dept-judo .dept-illustration {
		width: 100px;
		height: 100px;
		top: -10px;
		right: 10px;
	}

	.dept-care .dept-illustration {
		width: 100px;
		height: 100px;
		top: -10px;
		right: 10px;
	}

	.dept-sports .dept-illustration {
		width: 100px;
		height: 100px;
		top: -10px;
		right: 10px;
	}

	.strength-num {
		top: -20px;
		left: 20px;
		font-weight: 700;
		background: #fff;
		font-size: 5.5rem;
		font-style: italic;
	}

	.section-title {
		font-size: 3.2rem;
	}

}