@charset "utf-8";

/*===cariier===cariier===cariier===
...................................

-------------------------- PC

...................................
===cariier===cariier===cariier===*/
@media screen and (min-width: 600px), print {
	.pc_none,
	.pctb_none,
	.sp_only,
	.tb_only {
		display: none !important;
	}

	a {
		transition: var(--default-transition);
	}
	a:before,
	a:after {
		transition: var(--default-transition);
	}
	a:hover {
		text-decoration: none;
		opacity: var(--hover-opacity);
	}

	.m_btn01:hover {
		background: var(--dark-gray);
		color: #fff;
		opacity: 1;
	}
	.l_news_item:hover a {
		opacity: 1;
		background: rgba(242, 241, 236, 0.5);
	}
	.m_blog_inner:hover {
		opacity: 1;
		border: 1px solid var(--dark-gray);
	}
	.t_exam_accordion_ttl {
		transition: var(--default-transition);
	}

	.t_exam_accordion_ttl:hover {
		color: var(--gold);
	}

	.t_menu_item:hover {
		opacity: 1;
	}
	.t_menu_item .m_btn01 {
		transition: var(--default-transition);
	}
	.t_menu_item:hover .m_btn01 {
		background: var(--dark-gray);
		color: #fff;
	}
	.t_menu_item .oft img {
		transition: var(--default-transition);
	}
	.t_menu_item:hover .oft img {
		transform: scale(1.2);
	}
	.t_tab_head_item button {
		transition: var(--default-transition);
	}
	.t_tab_head_item button:hover {
		opacity: 1;
	}
	.t_tab02_head button {
		transition: var(--default-transition);
	}
	.t_tab02_head button:hover {
		background: #fff;
		color: var(--dark-gray);
	}
	.t_tab02_item_list a:hover {
		opacity: 1;
		background: #fff;
		color: var(--dark-gray);
	}

	.t_feature_item_list a {
		position: relative;
	}

	.t_feature_item_list a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 240/160;
		z-index: 15;
		background: #231b14;
		opacity: 0;
		transition: var(--default-transition);
	}

	.t_feature_item_list a:after {
		content: "view more";
		display: block;
		position: absolute;
		top: 7rem;
		left: 50%;
		width: 10.1rem;
		aspect-ratio: 101/33;
		z-index: 20;
		border-radius: 0.5rem;
		border: 1px solid #fff;
		font-family: var(--font-en);
		letter-spacing: 0.03em;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		font-size: 1.7rem;
		opacity: 0;
		transition: var(--default-transition);
		transform: translateX(-50%);
		color: #fff;
	}

	.t_feature_item_list figure:before {
		transition: var(--default-transition);
	}

	.t_feature_item_list a:hover {
		opacity: 1;
	}
	.t_feature_item_list a:hover::before {
		opacity: 0.6;
	}
	.t_feature_item_list a:hover::after {
		opacity: 1;
	}
	.t_feature_item_list a:hover figure:before {
		top: 0;
		left: 0;
	}
	.l_footer .m_reserve_btn:hover {
		opacity: 1;
	}
	.m_reserve_btn:hover {
		background: var(--gold);
		opacity: 1;
		border-color: var(--gold);
	}
	.m_reserve_btn_line:hover {
		background: var(--line-green);
		border-color: var(--line-green);
	}
	.m_reserve_btn_line:hover span {
		color: var(--beige-gray);
	}

	.m_reserve_btn_line:hover em {
		color: #fff;
	}
}

/*===cariier===cariier===cariier===
...................................

-------------------------- 複合

...................................
===cariier===cariier===cariier===*/
@media screen and (min-width: 600px) and (max-width: 1500px) {
	.l_mv_en {
		font-size: calc(20rem * var(--scale) / 100);
	}
	.l_mv_point {
		right: calc(9rem * var(--scale) / 100);
		width: calc(24rem * var(--scale) / 100);
	}
	.t_search:before {
		width: calc(100% - var(--inner-padding));
	}
	.frontpage {
		--header-logo-width: 42rem;
	}
	.l_header_content {
		padding-right: 2rem;
	}
	.list_parent {
		gap: 1rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 1350px) {
	.frontpage.js_header_move,
	:root {
		--header-logo-width: 34rem;
	}

	.frontpage {
		--header-logo-width: 35rem;
	}

	.l_header_tel {
		gap: 2rem;
	}

	.l_header_btn {
		width: 14rem;
	}
	.l_header_tel_bottom em {
		font-size: 2.4rem;
	}

	.l_header_content {
		padding-right: 0.6rem;
	}
	.list_parent {
		gap: 0.5rem;
	}

	.nav_depth00_ttl {
		font-size: 1.5rem;
	}

	.type02.nav_depth00_li > .sub_menu_block,
	.type03.nav_depth00_li > .sub_menu_block {
		width: 79rem;
	}

	.l_mv_content {
		--min-size: 10rem;
	}

	.l_mv {
		--scale: 80;
	}

	.l_mv_img {
		height: 57rem;
	}

	.l_mv_img_sub .oft {
		height: 29rem;
	}

	.t_about_data dd {
		font-size: 1.8rem;
	}

	.t_about_body_img {
		max-width: 21.5rem;
	}

	.t_about_catch {
		font-size: 1.6rem;
	}
	.t_feature_item_body {
		width: 56rem;
		padding: 7.5rem 3.5rem 10rem;
	}
	.t_feature_item_list {
		--gap-col: 4rem;
		--gap-row: 5rem;
	}
	.t_feature_item_in {
		gap: 2.4rem;
	}
	.t_feature_item_ttl {
		font-size: 2.7rem;
	}
	.t_feature_item_img {
		height: 47rem;
	}
	.t_feature_item02 .t_feature_item_sub_img,
	.t_feature_item03 .t_feature_item_sub_img {
		--min-size: 6rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
	.frontpage.js_header_move,
	:root {
		--header-logo-width: 29rem;
		--header-padding: 0 2rem 0 2rem;
	}

	.frontpage {
		--header-logo-width: 30rem;
		--header-padding: 0 2rem 0 2rem;
	}
	.list_parent {
		gap: 0.8rem;
	}
	.nav_depth00_ttl {
		font-size: 1.3rem;
	}
	.nav_depth00_ttl {
		letter-spacing: 0.06em;
		padding: 0 0.6rem;
	}
	.l_header_tel_bottom em {
		font-size: 1.9rem;
	}

	.l_header_tel_top em {
		font-size: 1.4rem;
	}
	.l_header_btn {
		width: 12rem;
	}
	.l_header_btn em {
		font-size: 1.4rem;
	}
	.l_header_btn span {
		font-size: 1.1rem;
	}
	.type02.nav_depth00_li > .sub_menu_block,
	.type03.nav_depth00_li > .sub_menu_block {
		width: 61rem;
	}

	.type03 .nav_depth01_ttl {
		font-size: 1.6rem;
	}

	.type03.nav_depth00_li > .sub_menu_block > .sub_menu .nav_depth01_li_col02 {
		--col: 1;
	}

	.t_info_body {
		padding: 9rem 5rem 11.7rem;
	}
	.t_menu_item_body {
		padding: 2.6rem 2.5rem 2.9rem;
	}
	.t_menu_item_ttl em {
		font-size: 1.2rem;
	}
	.t_search_head {
		display: flex;
		flex-direction: column;
		gap: 2.4rem;
	}
	.t_tab02_item_list a {
		font-size: 1.4rem;
	}
	.t_feature_item_body {
		width: 50rem;
	}
	.t_feature_item_ttl {
		font-size: 2.2rem;
	}
	.t_feature_item_list_ttl {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	.t_about_body_img {
		max-width: 18.5rem;
	}
	.l_mv_content {
		--min-size: 4rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
}

/*===cariier===cariier===cariier===
...................................

-------------------------- SP ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (max-width: 599px) {
	.pc_only,
	.pctb_only,
	.sp_none,
	.tb_only {
		display: none !important;
	}
	html {
		font-size: 2.6667vw;
	}
	body {
		font-size: 1.4rem;
	}
	.m_col_ml_sp {
		--gap-col: 4.5rem;
		--gap-row: 4.5rem;
	}
	.m_table_scroll:before {
		content: "※横スクロールで全体を見ることができます。";
		font-size: 1.3rem;
	}
	.m_table_scroll {
		overflow-x: auto;
	}

	.m_table_scroll table {
		margin-top: 0;
		width: 150vw;
		table-layout: fixed;
	}

	.m_table_scroll_m table {
		width: 190vw;
	}

	.m_table_scroll_s table {
		width: 150vw;
	}

	.m_table_scroll_ss table {
		width: 130vw;
	}

	.m_table_scroll_110 table {
		width: 110vw;
	}
	.m_table_scroll_120 table {
		width: 120vw;
	}
	.m_table_scroll_130 table {
		width: 130vw;
	}
	.m_table_scroll_140 table {
		width: 140vw;
	}
	.m_table_scroll_150 table {
		width: 150vw;
	}
	.m_table_scroll_160 table {
		width: 160vw;
	}
	.m_table_scroll_170 table {
		width: 170vw;
	}
	.m_table_scroll_180 table {
		width: 180vw;
	}
	.m_table_scroll_190 table {
		width: 190vw;
	}
	.m_table_scroll_200 table {
		width: 200vw;
	}
	.m_table_scroll_210 table {
		width: 210vw;
	}
	.m_table_scroll_220 table {
		width: 220vw;
	}
	.m_table_scroll_230 table {
		width: 230vw;
	}
	.m_table_scroll_240 table {
		width: 240vw;
	}
	.m_table_scroll_250 table {
		width: 250vw;
	}
	.m_table_scroll_260 table {
		width: 260vw;
	}
	.m_table_scroll_270 table {
		width: 270vw;
	}
	.m_table_scroll_280 table {
		width: 280vw;
	}
	.m_table_scroll_290 table {
		width: 290vw;
	}
	.m_table_scroll_300 table {
		width: 300vw;
	}

	.m_table_scroll .m_timetable {
		width: 200vw;
	}

	.p_table_th20_sp th {
		width: 20% !important;
	}
	.p_table_th30_sp th {
		width: 30% !important;
	}
	.p_table_th40_sp th {
		width: 40% !important;
	}
	.p_table_th50_sp td,
	.p_table_th50_sp th {
		width: 50% !important;
	}

	.m_col02_sp {
		--col: 2;
	}

	/*++++++++++++++++++++++++++++
	m_table02
	++++++++++++++++++++++++++++*/
	.m_table02 {
		margin-left: -2rem;
		margin-right: -2rem;
		width: auto;
	}

	.m_table02,
	.m_table02 :is(tbody, tr, td, th) {
		--border-color: var(--dark-gray);
		display: block;
	}

	.m_table02 th {
		border: 1px solid var(--border-color);
		letter-spacing: 0.1em;
		font-size: 1.8rem;
		padding: 2rem 2rem;
		background: var(--beige);
		line-height: 1.6;
	}

	.m_table02 td {
		border: 1px solid var(--border-color);
		border-top: 0;
		padding: 2.5rem 2rem 3rem;
		background: rgba(255, 255, 255, 0.6);
	}

	.m_table02 tr + tr th {
		border-top: 0;
	}

	.m_table02_box_ttl {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		color: var(--gold);
		padding-left: 1.5rem;
		position: relative;
		margin-bottom: 1rem;
		font-weight: 500;
	}

	.m_table02_box_ttl + * {
		margin: 0;
	}

	.m_table02_box_ttl:before {
		content: "｜";
		display: block;
		position: absolute;
		top: 0;
		left: -0.3rem;
		z-index: 1;
	}

	.m_table02_box_ttl:not(:first-child) {
		margin-top: 6rem;
	}

	.m_table02_box_ttl:not(:first-child):after {
		content: "";
		display: block;
		position: absolute;
		top: -3rem;
		left: 0;
		width: 100%;
		height: 1px;
		z-index: 1;
		background: var(--beige-gray);
	}
}
