@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_pctab_view {
	display: initial !important;
}
.s_tab_view {
	display: none !important;
}
.s_sp_view {
	display: none !important;
}
.s_mat0 {
	margin-top: 0;
}
.s_mat5 {
	margin-top: 5px;
}
.s_mat10 {
	margin-top: 10px;
}
.s_mat20 {
	margin-top: 20px;
}
.s_mat30 {
	margin-top: 30px;
}
.s_mat40 {
	margin-top: 40px;
}
.s_mat50 {
	margin-top: 50px;
}

.s_mab0 {
	margin-bottom: 0;
}
.s_mab5 {
	margin-bottom: 5px;
}
.s_mab10 {
	margin-bottom: 10px;
}
.s_mab20 {
	margin-bottom: 20px;
}
.s_mab30 {
	margin-bottom: 30px;
}
.s_mab40 {
	margin-bottom: 40px;
}
.s_mab50 {
	margin-bottom: 50px;
}
.s_mab60 {
	margin-bottom: 60px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin-inline: auto;
}

.s_al_center,
.aligncenter {
	text-align: center;
}
.s_al_right,
.alignright {
	text-align: right;
}
.s_al_left,
.alignleft {
	text-align: left;
}
.s_vl_top {
	vertical-align: top;
}
.s_vl_middle {
	vertical-align: middle;
}
.s_vl_bottom {
	vertical-align: bottom;
}

.s_f_left {
	float: left;
}
.s_f_right {
	float: right;
}
.is_f_clear {
	float: none;
	text-align: center;
}

.s_red {
	color: #f00;
}
.s_black {
	color: var(--bk-color);
}
.s_white {
	color: #fff;
}
.s_em_color {
	color: var(--primary-color);
}
.s_em_large {
	position: relative;
	display: inline-block;
	padding: 0 0.2em;
	font-size: 1.2em;
}
.s_em_large::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background-color: var(--key-color);
	mix-blend-mode: multiply;
}
.s_kome .s_em_large {
	text-indent: 0;
}

.s_bold {
	font-weight: bold;
}
.s_indent {
	text-indent: 1em;
}
p.s_kome,
.s_kome li {
	text-indent: -1em;
	margin-left: 1em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}

.s_fs_sm {
	font-size: var(--size-16);
}
.s_fs_lg {
	font-size: var(--size-20);
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs11 {
	font-size: 1.1rem !important;
}
.s_fs12 {
	font-size: 1.2rem !important;
}
.s_fs13 {
	font-size: 1.3rem !important;
}
.s_fs14 {
	font-size: 1.4rem !important;
}
.s_fs15 {
	font-size: 1.5rem !important;
}
.s_fs16 {
	font-size: 1.6rem !important;
}
.s_fs17 {
	font-size: 1.7rem !important;
}
.s_fs18 {
	font-size: 1.8rem !important;
}
.s_fs19 {
	font-size: 1.9rem !important;
}
.s_fs20 {
	font-size: 2rem !important;
}
.s_fs21 {
	font-size: 2.1rem !important;
}
.s_fs22 {
	font-size: 2.2rem !important;
}
.s_fs23 {
	font-size: 2.3rem !important;
}
.s_fs24 {
	font-size: 2.4rem !important;
}

.s_w10p {
	width: 10%;
}
.s_w20p {
	width: 20%;
}
.s_w30p {
	width: 30%;
}
.s_w40p {
	width: 40%;
}
.s_w50p {
	width: 50%;
}
.s_w60p {
	width: 60%;
}
.s_w70p {
	width: 70%;
}
.s_w80p {
	width: 80%;
}
.s_w90p {
	width: 90%;
}
.s_w100p {
	width: 100%;
}

.s_disable {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.s_pc_view {
		display: none !important; /*改行にのみ使用*/
	}
	.s_tab_view {
		display: inherit !important; /*改行にのみ使用*/
	}

	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}
}

@media screen and (max-width: 640px) {
	.s_pctab_view {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important; /*改行にのみ使用*/
	}
	.s_mat10 {
		margin-top: 5px;
	}
	.s_mat20,
	.s_mat30 {
		margin-top: 10px;
	}
	.s_mat40,
	.s_mat50 {
		margin-top: 20px;
	}
	.s_mab10 {
		margin-bottom: 5px;
	}
	.s_mab20,
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40,
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab100 {
		margin-bottom: 50px;
	}
}

/*----------------------------------------------
	mv
---------------------------------------------*/
.s_mv {
	position: relative;
	height: 56.5vw;
	overflow: hidden;
}
.s_mv_wrap {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}
.s_mv_item {
	display: block;
	height: 100%;
	overflow: hidden;
}
.s_mv_item img {
	width: auto;
}
.s_mv_item:nth-child(1) {
	grid-area: 1 / 1 / 5 / 5;
}
.s_mv_item:nth-child(2) {
	grid-area: 1 / 5 / 3 / 6;
}
.s_mv_item:nth-child(3) {
	grid-area: 1 / 6 / 2 / 8;
	background-color: var(--secondary-color);
}
.s_mv_item:nth-child(4) {
	grid-area: 2 / 6 / 3 / 8;
}
.s_mv_item:nth-child(5) {
	grid-area: 3 / 5 / 4 / 7;
}
.s_mv_item:nth-child(6) {
	grid-area: 3 / 7 / 4 / 8;
	background-color: var(--primary-color);
}
.s_mv_item:nth-child(7) {
	grid-area: 4 / 5 / 5 / 6;
}
.s_mv_item:nth-child(8) {
	grid-area: 4 / 6 / 5 / 7;
}
.s_mv_item:nth-child(9) {
	grid-area: 4 / 7 / 5 / 8;
}
.s_mv_fix {
	position: relative;
}
/* .s_mv_layer {
	position: absolute;
	right: 0;
	bottom: 0;
	box-sizing: content-box;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 24.8%;
} */
.s_mv_catch {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.s_mv_title {
	display: inline-block;
	font-family: var(--font-zen);
	color: #fff;
	font-size: min(10.2778em, 11vw);
	font-weight: 900;
	line-height: 0.8;
}
.s_mv_year {
	display: inline-block;
	margin-left: 0.2em;
	font-family: Arial, sans-serif;
	font-size: 0.4648em;
}
.s_mv_lead {
	width: min(76%, 740px);
	margin-top: 1em;
	color: #fff;
	font-size: var(--size-30);
	font-weight: 700;
	text-shadow: 0 0 10px #07306d;
}
@media screen and (max-width: 768px) {
	.s_mv_lead {
		font-size: var(--size-20);
	}
	/* .s_mv_layer {
		width: 24.5%;
	} */
}
@media screen and (max-width: 640px) {
	.s_mv {
		height: auto;
	}
	.s_mv_wrap {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 2px;
		grid-row-gap: 2px;
	}
	.s_mv_item:first-child {
		grid-area: 1 / 1 / 4 / 4;
	}
	.s_mv_item.s_mv_sp:nth-child(7) {
		grid-area: 4 / 1 / 5 / 2;
	}
	.s_mv_item.s_mv_sp:nth-child(8) {
		grid-area: 4 / 2 / 5 / 3;
	}
	.s_mv_item.s_mv_sp:nth-child(9) {
		grid-area: 4 / 3 / 5 / 4;
	}
	.s_mv_item.s_mv_sp:nth-child(7),
	.s_mv_item.s_mv_sp:nth-child(8),
	.s_mv_item.s_mv_sp:nth-child(9) {
		transform: translateY(-2px);
	}
	.s_mv_item:not(:first-child) {
		display: none;
	}
	.s_mv_item.s_mv_sp {
		display: block;
	}
	.s_mv_item img {
		width: 100%;
		height: auto;
	}
	/* .s_mv_layer {
		width: calc(33% + 1px);
	} */
	.s_mv_catch {
		align-items: start;
		margin-left: 2em;
		transform: translateY(10px);
	}
	.s_mv_title {
		font-size: 16vw;
	}
	.s_mv_lead {
		width: 63%;
	}
}

/*----------------------------------------------
	schedule
---------------------------------------------*/
.s_schedule_list {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
}
.s_schedule_list li {
	position: relative;
	margin: 60px 20px 0;
}
.s_schedule_fukidashi {
	position: absolute;
	right: 0;
	left: 20px;
	bottom: calc(100% - 20px);
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 1280px) {
	.s_schedule_list li {
		margin: 30px 20px 0;
	}
}
@media screen and (max-width: 960px) {
	.s_schedule_list li {
		margin: 20px 20px 0;
	}
}
@media screen and (max-width: 768px) {
	.s_schedule_list {
		margin: 0 -10px;
	}
	.s_schedule_list li {
		margin: 60px 10px 0;
	}
	.s_schedule_fukidashi {
		bottom: calc(100% - 10px);
	}
}
@media screen and (max-width: 640px) {
	.s_schedule_list {
		flex-wrap: wrap;
		margin: -20px -10px 0;
	}
	.s_schedule_list li {
		width: calc((100% / 2) - 20px);
		margin: 20px 10px 0;
	}
	.s_schedule_list li.s_schedule_sp {
		margin-top: 120px;
	}
}
@media screen and (max-width: 460px) {
	.s_schedule_list li.s_schedule_sp {
		margin-top: 80px;
	}
}

/*----------------------------------------------
	entry
---------------------------------------------*/
.s_entry_sec .c_slide {
	position: relative;
	z-index: -1;
	margin: -40px 0 -7.3em;
}
.s_entry_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.s_entry_headline {
	display: inline-block;
	padding: 0.5em 2em 0;
	background-color: var(--key-color);
	border-radius: 10px 10px 0 0;
	font-size: var(--size-40);
	text-align: center;
}
.s_entry_body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 60px 0;
	background-color: var(--key-color);
}
.s_entry_box {
	display: flex;
	justify-content: center;
	width: min(95%, 860px);
}
.s_entry_ttl a {
	display: block;
	padding: 0.3em 1.2em 0.4em;
	background-color: var(--line-color);
	border-radius: 40px 0 0 40px;
	color: #fff;
	font-size: var(--size-30);
	font-weight: 700;
	pointer-events: none;
}
.s_entry_check {
	display: flex;
	justify-content: center;
	padding: 40px 15px;
	font-size: var(--size-30);
	font-weight: 700;
}
.s_entry_check li {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	margin: 0 20px;
}
.s_entry_check li::before,
.s_entry_check li::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}
.s_entry_check li::before {
	left: 0;
	margin: auto;
	background-color: #fff;
}
.s_entry_check li::after {
	left: 5px;
	margin: auto;
	background: url(../images/icon_check.webp) no-repeat right center / 100% auto;
}
.s_entry_right {
	width: 200px;
}
@media screen and (max-width: 1080px) {
	.s_entry_right {
		width: 160px;
	}
}
@media screen and (max-width: 768px) {
	.s_entry_sec .c_slide {
		margin: -40px 0 -6.5em;
	}
	.s_entry_headline {
		font-size: var(--size-30);
	}
	.s_entry_body {
		padding: 30px 0;
	}
	.s_entry_box {
		flex-direction: column;
	}
	.s_entry_ttl a {
		position: relative;
		width: min(90%, 400px);
		margin-inline: auto;
		padding: 0.6em 1.5em 0.7em;
		border-radius: 60px;
		font-size: var(--size-30);
		line-height: 1.2;
		pointer-events: all;
	}
	.s_entry_ttl a::after {
		position: absolute;
		top: 0;
		right: 0.8em;
		bottom: 0;
		content: "";
		width: 10px;
		height: 10px;
		margin: auto;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.s_entry_right {
		display: none;
	}
	.s_entry_check {
		padding: 20px 10px;
		font-size: var(--size-24);
	}
	.s_entry_check li {
		padding-left: 40px;
		margin: 0 10px;
	}
	.s_entry_check li::before,
	.s_entry_check li::after {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 640px) {
	.s_entry_sec .c_slide {
		margin: 0;
	}
	.s_entry_headline {
		padding: 0.5em 1em 0;
	}
}
@media screen and (max-width: 420px) {
	.s_entry_check {
		width: 180px;
		margin-inline: auto;
		padding: 0;
		flex-direction: column;
	}
	.s_entry_check li {
		margin: 20px 0 0;
	}
	.s_entry_ttl a {
		width: min(95%, 300px);
		font-size: var(--size-24);
	}
}

/*----------------------------------------------
	faq
---------------------------------------------*/
.s_faq_item {
	margin-bottom: 60px;
}
.s_faq_item:nth-child(even) {
	transform: translateY(60px);
}
.s_faq_ques_cont {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.s_faq_ques_box {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 130px);
	min-height: 100px;
	padding: 30px;
	background-color: var(--primary-color);
	border-radius: 10px;
	color: #fff;
	font-size: var(--size-24);
	font-weight: 900;
}
.s_faq_ques_box::before {
	position: absolute;
	top: 60px;
	right: -20px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/fukidashi.webp) no-repeat 0 0 / 100% auto;
}
.s_faq_ques_box::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "Q";
	font-family: var(--font-alex);
	color: rgba(255, 255, 255, 0.2);
	font-size: 10rem;
	font-weight: 500;
	line-height: 1;
}
.s_faq_ques_person {
	width: 100px;
}
.s_faq_ans_cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 20px;
}
.s_faq_ans_person img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: auto;
	height: 240px;
}
.s_faq_ans_box {
	position: relative;
	overflow: hidden;
	width: calc(100% - 130px);
	min-height: 240px;
	padding: 30px;
	background-color: var(--base-color);
	border-radius: 10px;
	font-weight: 900;
	line-height: 2;
}
.s_faq_ans_box::after {
	position: absolute;
	right: 0;
	bottom: -0.15em;
	content: "A";
	font-family: var(--font-alex);
	color: var(--bk-color);
	font-size: 10rem;
	font-weight: 500;
	line-height: 1;
	mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
	.s_faq_item {
		margin-bottom: 0;
	}
	.s_faq_item:nth-child(even) {
		transform: translateY(0);
	}
	.s_faq_ans_box {
		width: calc(100% - 100px);
		min-height: 160px;
	}
	.s_faq_ans_person img {
		height: 160px;
	}
}
@media screen and (max-width: 640px) {
	.s_faq_ques_box {
		width: calc(100% - 100px);
		min-height: 80px;
		padding: 20px;
		font-size: var(--size-20);
	}
	.s_faq_ques_box::before {
		right: -10px;
		width: 10px;
		height: 10px;
	}
	.s_faq_ques_person {
		width: 80px;
	}
	.s_faq_ans_cont {
		margin-top: 10px;
	}
	.s_faq_ans_box {
		padding: 20px 30px;
	}
}

/*----------------------------------------------
	program
---------------------------------------------*/
.s_program_sec {
	position: relative;
	/* background: url(../images/program_bg_ph.webp) no-repeat right bottom / 529px
		auto; */
}
.s_program_sec::before,
.s_program_sec::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.s_program_sec::before {
	z-index: -2;
	background-color: var(--secondary-color);
}
.s_program_sec::after {
	z-index: -1;
	background:
		url(../images/program_bg_top.webp) no-repeat 0 0 / 100% auto,
		url(../images/program_bg_btm.webp) no-repeat right bottom / 100% auto;
	mix-blend-mode: multiply;
}
.s_program_sec .c_ttl_ribbon_left::after {
	border-color: transparent transparent transparent var(--secondary-color);
}
.s_program_sec .c_ttl_ribbon_right::after {
	border-color: transparent var(--secondary-color) transparent transparent;
}
.s_program_item:not(:first-child) {
	margin-top: 60px;
}
.s_program_head {
	position: relative;
	cursor: pointer;
}
.s_program_head img {
	transition: 0.3s;
}
.s_program_head:hover img {
	opacity: 0.7;
}
.s_program_btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	width: min(40%, 330px);
	padding: 0.5em 20px 0.6em;
	background-color: var(--key-color);
	border-radius: 60px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: var(--size-24);
	font-weight: 900;
	line-height: 1;
}
.s_program_icon {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	background-color: var(--bk-color);
	border-radius: 20px;
	margin: auto;
	transition: 0.3s;
}
.s_program_icon::before,
.s_program_icon::after {
	position: absolute;
	inset: 0;
	content: "";
	width: 10px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	transition: 0.3s;
}
.s_program_icon::after {
	transform: rotate(90deg);
}
.s_program_head:hover .s_program_icon {
	transform: rotate(90deg);
}
.s_program_head.on .s_program_icon::after {
	opacity: 0;
}
.s_program_body {
	position: relative;
	z-index: 1;
	padding: 60px;
	background-color: #fff;
}
.s_department_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -30px;
}
.s_department_item {
	width: 50%;
	margin-top: 30px;
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: 5px;
	line-height: 1.6;
}
.s_department_name {
	margin-bottom: 5px;
	font-size: var(--size-20);
	font-weight: 900;
}
/* department color */
.s_department_item.is_yakugaku {
	border-left-color: var(--yakugaku-color);
}
.s_department_item.is_yakugaku .s_department_name {
	color: var(--yakugaku-color);
}
.s_department_item.is_shigaku {
	border-left-color: var(--shigaku-color);
}
.s_department_item.is_shigaku .s_department_name {
	color: var(--shigaku-color);
}
.s_department_item.is_kango {
	border-left-color: var(--kango-color);
}
.s_department_item.is_kango .s_department_name {
	color: var(--kango-color);
}
.s_department_item.is_fukushi {
	border-left-color: var(--fukushi-color);
}
.s_department_item.is_fukushi .s_department_name {
	color: var(--fukushi-color);
}
.s_department_item.is_shinri {
	border-left-color: var(--shinri-color);
}
.s_department_item.is_shinri .s_department_name {
	color: var(--shinri-color);
}
.s_department_item.is_rigaku {
	border-left-color: var(--rigaku-color);
}
.s_department_item.is_rigaku .s_department_name {
	color: var(--rigaku-color);
}
.s_department_item.is_sagyo {
	border-left-color: var(--sagyo-color);
}
.s_department_item.is_sagyo .s_department_name {
	color: var(--sagyo-color);
}
.s_department_item.is_gengo {
	border-left-color: var(--gengo-color);
}
.s_department_item.is_gengo .s_department_name {
	color: var(--gengo-color);
}
.s_department_item.is_rinsho {
	border-left-color: var(--rinsho-color);
}
.s_department_item.is_rinsho .s_department_name {
	color: var(--rinsho-color);
}
.s_department_item.is_science {
	border-left-color: var(--science-color);
}
.s_department_item.is_science .s_department_name {
	color: var(--science-color);
}
.s_department_item.is_dental {
	border-left-color: var(--dental-color);
}
.s_department_item.is_dental .s_department_name {
	color: var(--dental-color);
}
/*	free
---------------------------------------------*/
.s_free_note {
	position: relative;
	margin-top: 20px;
	padding: 25px 10px 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border: 2px solid var(--bk-color);
	border-radius: 20px;
}
.s_free_note::before,
.s_free_note::after {
	position: absolute;
	content: "";
	border-radius: 20px;
}
.s_free_note::before {
	z-index: -1;
	top: 5px;
	left: 5px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-color: var(--primary-color);
}
.s_free_note::after {
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	width: 2px;
	height: 20px;
	margin: auto;
	background-color: var(--bk-color);
	transform: rotate(10deg);
}
.s_free_note * {
	position: relative;
	z-index: 1;
}
.s_free_note_under {
	display: inline-block;
	border-bottom: 3px solid var(--key-color);
	text-indent: 0;
}
.s_free_note_lg {
	font-size: 2em;
	transform: translateY(0.4em);
}
.s_free_note_em {
	color: var(--key-color);
}

.s_free_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_free_fukidashi img {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	width: min(37%, 400px);
	margin: auto;
}
@media screen and (max-width: 1280px) {
	.s_program_sec {
		background-size: 400px auto;
	}
}
@media screen and (max-width: 960px) {
	.s_program_sec {
		background-size: 340px auto;
	}
}
@media screen and (max-width: 768px) {
	.s_program_item:not(:first-child) {
		margin-top: 30px;
	}
	.s_program_body {
		padding: 30px;
	}
	.s_program_btn {
		font-size: var(--size-20);
	}
	.s_program_icon {
		width: 20px;
		height: 20px;
	}
	.s_program_icon::before,
	.s_program_icon::after {
		width: 8px;
	}
}
@media screen and (max-width: 640px) {
	.s_program_sec {
		background: none;
	}
	.s_program_body {
		padding: 20px;
	}
	.s_department_item {
		width: 100%;
	}
	.s_program_btn {
		width: min(90%, 250px);
		right: 0;
		bottom: 10px;
		left: 0;
		margin: auto;
	}
	/*	free
---------------------------------------------*/
	.s_free_box {
		flex-direction: column;
	}
	.s_free_fukidashi img {
		position: static;
		width: min(100%, 300px);
		margin-top: 10px;
	}
}

/*	plan
---------------------------------------------*/
.s_plan_sec {
	margin-top: 80px;
}
.s_plan_block {
	display: flex;
	flex-wrap: wrap;
	margin: -60px -30px 0;
}
.s_plan_item {
	position: relative;
	width: calc((100% / 3) - 60px);
	margin: 60px 30px 0;
	padding: 20px;
	background-color: #fff;
}
.s_plan_item::before {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	content: "";
	z-index: 1;
	width: 98px;
	height: 30px;
	margin: auto;
	background: url(../images/program_tape.webp) no-repeat center 0 / 100% auto;
	mix-blend-mode: multiply;
}
.s_plan_item.is_plan_add {
	background: url(../images/program_bg_ph.webp) var(--base-color) no-repeat
		center bottom / 80% auto;
	border-radius: 20px;
}
.s_plan_item.is_plan_add::before {
	content: none;
}
.s_plan_item.is_plan_add::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	content: "";
	height: 40px;
	aspect-ratio: 1 / 2;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	margin: auto;
	background-color: var(--base-color);
}
.s_plan_item .c_li_disc li {
	margin-top: 1em;
}
.s_plan_ttl {
	margin: 10px 0;
	color: var(--primary-color);
	font-size: var(--size-20);
	font-weight: 900;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.s_plan_block {
		margin: -20px -10px 0;
	}
	.s_plan_item {
		width: calc((100% / 3) - 20px);
		margin: 20px 10px 0;
	}
}
@media screen and (max-width: 768px) {
	.s_plan_sec {
		margin-top: 40px;
	}
	.s_plan_item {
		width: calc((100% / 2) - 20px);
	}
}
@media screen and (max-width: 640px) {
	.s_plan_block {
		flex-direction: column;
		align-items: center;
		margin: -20px 0 0;
	}
	.s_plan_item {
		width: min(100%, 300px);
		margin: 20px 0 0;
	}
	.s_plan_item.is_plan_add {
		padding-bottom: 200px;
	}
	.s_plan_item.is_plan_add::after {
		top: -9px;
		right: 0;
		bottom: inherit;
		left: 0;
		width: 20px;
		height: auto;
		aspect-ratio: 2;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
	}
}

/*	free
---------------------------------------------*/
.s_free_sec {
	margin-top: 80px;
}
.s_free_block {
	width: min(100%, 1000px);
	margin: auto;
	background: #fff;
}
.s_free_item {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
.s_free_item + .s_free_item {
	border-top: 2px dashed var(--primary-color);
}
.s_free_month {
	width: 100px;
	color: var(--primary-color);
	font-size: var(--size-30);
	font-weight: 900;
}
.s_free_cont {
	width: calc(100% - 130px);
}
.s_free_cont .c_li_disc {
	margin-left: 10px;
}
.s_free_ttl {
	margin-bottom: 10px;
	padding: 0.3em 0.5em;
	background-color: var(--base-color);
	color: var(--primary-color);
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.s_free_sec {
		margin-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	.s_free_item {
		flex-direction: column;
		padding: 20px;
	}
	.s_free_month,
	.s_free_cont {
		width: 100%;
	}
	.s_free_cont {
		margin-top: 10px;
	}
}

/*----------------------------------------------
	scenes
---------------------------------------------*/
.s_scenes {
	position: relative;
	padding: 0 0 200px;
	background: url(../images/reel_bg.webp) no-repeat center bottom / 100% auto;
}
.s_scenes::after {
	position: absolute;
	left: 2%;
	bottom: 0;
	content: "";
	width: min(35%, 594px);
	aspect-ratio: 3 / 1.6;
	background: url(../images/reel_bg_ph.webp) no-repeat center bottom / 100% auto;
}
.s_scenes_slide_item {
	width: 400px;
	transition: 0.5s;
}
.s_scenes_slide_item video {
	width: 100%;
}
.s_scenes_slide_item:not(.slick-center) {
	transform: scale(0.8);
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	width: 80px;
	height: 80px;
	background: var(--secondary-color);
	border: none;
	border-radius: 80px;
	font-size: 0;
	cursor: pointer;
	transition: 0.3s;
}
.slick-arrow:hover {
	background: var(--primary-color);
}
.slick-arrow::before,
.slick-arrow::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 4px;
	margin: auto;
	background: #fff;
}
.slick-arrow::before {
	transform: rotate(45deg);
}
.slick-arrow::after {
	transform: rotate(-45deg);
}
.slick-prev {
	left: 30%;
}
.slick-prev::before {
	top: 12px;
}
.slick-prev::after {
	bottom: 12px;
}
.slick-next {
	right: 30%;
}
.slick-next::before {
	bottom: 12px;
}
.slick-next::after {
	top: 12px;
}
@media (max-width: 1280px) {
	.s_scenes {
		padding: 0 0 160px;
	}
	.slick-arrow {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 1080px) {
	.s_scenes {
		padding: 0 0 140px;
	}
}
@media (max-width: 960px) {
	.slick-arrow {
		width: 50px;
		height: 50px;
	}
	.slick-arrow::before,
	.slick-arrow::after {
		width: 12px;
		height: 2px;
	}
	.slick-prev::before {
		top: 7px;
	}
	.slick-prev::after {
		bottom: 7px;
	}
	.slick-next::before {
		bottom: 7px;
	}
	.slick-next::after {
		top: 7px;
	}
}
@media (max-width: 768px) {
	.s_scenes {
		padding: 0 0 100px;
		background-size: 1000px auto;
	}
}
@media (max-width: 640px) {
	.s_scenes {
		padding: 0 0 40px;
	}
	.s_scenes::after {
		content: none;
	}
	.slick-prev {
		left: 30px;
	}
	.slick-next {
		right: 30px;
	}
}

/*----------------------------------------------
	point
---------------------------------------------*/
.s_point_block {
	margin-top: -40px;
}
.s_point_item {
	position: relative;
	background: #fff;
	margin-top: 40px;
}
.s_point_num {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(120px, 20%);
	aspect-ratio: 10/7;
	background: var(--base-color);
	font-family: var(--font-alex);
	color: var(--secondary-color);
	font-size: 2.6em;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	/* mix-blend-mode: multiply; */
}
.s_point_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
}
.s_point_ttl {
	margin-bottom: 20px;
	padding: 0.2em 0.5em;
	background-color: var(--key-color);
	color: var(--primary-color);
	font-size: var(--size-24);
	font-weight: 900;
}
.s_point_txt {
	line-height: 1.8;
}
.s_point_fukidashi {
	position: relative;
	margin-top: 20px;
	padding: 0.6em 1em;
	background-color: var(--primary-color);
	border-radius: 20px;
	color: #fff;
}
.s_point_fukidashi::before {
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	left: 0;
	content: "";
	width: 16px;
	margin: auto;
	aspect-ratio: 2;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background-color: var(--primary-color);
}
.s_point_fukidashi_ttl {
	position: relative;
	margin-bottom: 10px;
	font-weight: 900;
	text-align: center;
}
/* .s_point_fukidashi_ttl::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 30px;
	height: 2px;
	margin: auto;
	background: #fff;
} */
.s_point_fukidashi li {
	font-size: 0.8em;
}
.s_point_fukidashi li::before {
	background-color: #fff;
}
@media screen and (max-width: 1080px) {
	.s_point_num {
		width: 24%;
		font-size: var(--size-50);
	}
}
@media screen and (max-width: 768px) {
	.s_point_cont {
		padding: 20px;
	}
	.s_point_ttl {
		margin-bottom: 10px;
		font-size: var(--size-24);
	}
	.s_point_num {
		width: 22%;
	}
}
@media screen and (max-width: 640px) {
	.s_point_block,
	.s_point_item {
		margin-top: 0;
	}
	.s_point_num {
		width: 18%;
	}
}
@media screen and (max-width: 400px) {
	.s_point_num {
		width: 22%;
	}
}

/*----------------------------------------------
	access
---------------------------------------------*/
.s_access_item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	color: #fff;
	text-align: center;
}
.s_access_item::before,
.s_access_item::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.s_access_item::before {
	z-index: -2;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
}
.s_access_item::after {
	z-index: -1;
	width: min(40%, 182px);
	height: 100%;
	background: url(../images/access_bg.webp) no-repeat right top / 100% auto;
	mix-blend-mode: color-burn;
}
.s_access_name {
	font-size: var(--size-30);
	font-weight: 900;
}
.s_access_info {
	width: 100%;
	margin: 20px 0 10px;
	padding: 0.6em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.8;
}
.s_access_parking::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url(../images/icon_car.webp) no-repeat center / 100% auto;
	transform: translateY(6px);
}
.s_access_map {
	margin-top: 20px;
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 960px) {
	.s_access_map {
		height: 240px;
	}
}
@media screen and (max-width: 768px) {
	.s_access_item {
		padding: 20px;
	}
}

/*----------------------------------------------
	look
---------------------------------------------*/
.s_look_sec {
	padding: 0 0 80px;
}
.s_look_youtube {
	width: min(100%, 854px);
	margin-inline: auto;
	text-align: center;
	aspect-ratio: 16 / 9;
}
.s_look_youtube iframe {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
.s_look_bnr_block {
	margin: 40px -20px 0;
}
.s_look_bnr {
	margin: 0 20px;
	width: min(calc(50% - 40px), 407px);
}
@media screen and (max-width: 768px) {
	.s_look_sec {
		padding: 0 0 40px;
	}
	.s_look_bnr_block {
		margin: 20px -10px 0;
	}
	.s_look_bnr {
		margin: 0 10px;
		width: min(calc(50% - 20px), 407px);
	}
}
@media screen and (max-width: 460px) {
	.s_look_bnr_block {
		flex-direction: column;
		align-items: center;
		margin: 10px 0 0;
	}
	.s_look_bnr {
		width: 240px;
		margin: 10px 0 0;
	}
}

/*----------------------------------------------
	past
---------------------------------------------*/
.s_past_sec .l_wrap_sm::after {
	position: absolute;
	right: 0;
	bottom: -80px;
	content: "";
	width: min(30%, 290px);
	aspect-ratio: 3 / 1.75;
	background: url(../images/past_bg_ph.webp) no-repeat right bottom / 100% auto;
}
.s_past_sec .l_wrap_sm {
	position: relative;
}
.s_past_block {
	width: min(100%, 980px);
	margin-inline: auto;
}
.s_past_block .c_btn {
	width: calc((100% / 3) - 40px);
	margin: 40px 20px 0;
}
@media screen and (max-width: 768px) {
	.s_past_sec .l_wrap_sm::after {
		bottom: -40px;
		width: 23%;
	}
	.s_past_block .c_btn {
		width: calc((100% / 3) - 20px);
		margin: 20px 10px 0;
	}
}
@media screen and (max-width: 640px) {
	.s_past_sec .l_wrap_sm::after {
		content: none;
	}
	.s_past_block {
		flex-direction: column;
		align-items: center;
	}
	.s_past_block .c_btn {
		width: min(100%, 260px);
		margin: 10px 0 0;
	}
}
