@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* CSS Document */
.lp.university {
	font-size: 1rem;
	line-height: 1.6;
}

.color-red {color: #e60012 !important;}

.lp p {
	margin-bottom: 1em;
}
.lp .section h2 {
	margin-bottom: 1em;
	letter-spacing: 0.01em;
	text-align: center;
}
.lp .section#contact h2 {
	text-align: left;
}
.lp .section h2:after {
	content: none;
}
.lp .section * + h2 {
	margin-top: 2em;
}

.lp h3 {
	color: #000;
	text-align: center;
}
.lp h4 {
	display: flex;
	align-items: flex-start;
	gap: 0.25em;
	color: #000;
}
.lp h4:before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-top: 0.25em;
	background-color: #e60012;
	flex-shrink: 0;
}
.bg-color {
	background-color: #f8f5e6;
}
.lp .box {
	padding: clamp(1.25rem, -1.25rem + 5.21vw, 1.875rem);
	background-color: #fff;
	box-shadow:inset 0 0 8px #dfd1b0;
	border: 1px solid #dfd1b0;
}
.lp .box > *:first-child {
	margin-top: 0;
}
.lp .box > *:last-child {
	margin-bottom: 0;
}
.lp .copyline {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1em;
	margin: 3em 0 0;
	font-size: 1.125rem;
	font-weight: 600;
}
.lp .copyline:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999;
}
.lp .copyline > span {
	flex: 1 0 auto;
}
.lp .copyline + h3 {
	margin-top: 2em;
}
.lp h2.copyline {
	font-size: 2rem;
}
.lp h2.copyline:after {
	content: "";
}
.lp .frame02 {
	position: relative;
	padding: 10px 15px;
	z-index: 2;
}
.lp .frame02:before,
.lp .frame02:after {
	content: "";
	position: absolute;
	display: block;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.lp .frame02:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}
.lp .frame02:after {
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-color: #999;
	z-index: -2;
}

.lp ul li:before {
	background-color: #e60012;
}
.lp ol li:before {
	color: #e60012;
}

@media screen and (max-width: 767px) {
	.lp.university {font-size:.8125rem}
	.lp h2.copyline {font-size:1.375rem}
}


.lp #mv {
	position: relative;
	max-width: 1000px;
	margin-inline: auto;
	padding: 30px 20px 0;
	line-height: 1.2;
}
.lp #mv .mv-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	width: fit-content;
	margin: 0 0 50px;
	margin-inline: auto;
	padding: 0 0 0.5em;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.875rem, 1.279rem + 2.54vw, 2.5rem);
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #000;
}
.lp #mv .mv-body {
	position: relative;
	padding-left: 4em;
}
.lp #mv .mv-copy {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25em;
	left: 0;
	bottom: 10%;
	margin: 0 0 0 2.5em;
	color: #fff;
	font-size: clamp(1.188rem, 0.412rem + 3.31vw, 2rem);
	z-index: 2;
}
.lp #mv .mv-copy > * {
	position: relative;
	padding: 0.125em 1em;
}
.lp #mv .mv-copy > *:nth-child(2) {
	margin-left: 2em;
}
.lp #mv .mv-copy > *:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e60012;
	transform: skewX(-22deg);
	z-index: -1;
}
.lp #mv .badge {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 8em;
	aspect-ratio: 1;
	font-size: clamp(0.813rem, 0.634rem + 0.76vw, 1rem);
	font-weight: 500;
	text-align: center;
	background: url("../images/bg-badge.svg") no-repeat center;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.lp #mv .mv-body {
		padding-left: clamp(1.25rem, -0.658rem + 8.14vw, 3.25rem);
	}
	.lp #mv .mv-copy {
		bottom: 44%;
		margin-left: 0;
	}
}

.lp .c_pickup {
	position: relative;
	gap: 0;
	margin: 50px 0 0;
}
.lp .c_pickup .symbol {
	position: relative;
	width: 60px;
	height: 60px;
	align-self: center;
}
.lp .c_pickup .symbol:before,
.lp .c_pickup .symbol:after {
	content: "";
	position: absolute;
	display: block;
	left: calc(50% - 40px);
	top: calc(50% - 60px);
	width: 80px;
	height: 2px;
	background-color: #333;
	transform: rotate(45deg);
}
.lp .c_pickup .symbol:after {
	transform: rotate(135deg);
}

@media screen and (min-width: 768px),print {
	.lp .c_pickup .col1-2 {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 767px) {
	.lp .c_pickup .symbol {
		margin-inline: auto;
	}
	.lp .c_pickup .symbol:before,
	.lp .c_pickup .symbol:after {
		left: calc(50% - 20px);
    top: 50%;
		width: 40px;
	}
	
}

.lp .c_feature {
	counter-reset: listnum;
}
.lp .c_feature dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 2em;
	line-height: 1.4;
	counter-increment: listnum;
}
.lp .c_feature dt,
.lp .c_feature dd {
	margin: 0;
	padding: 0;
}
.lp .c_feature dt {
	display: flex;
	align-items: center;
	gap: 1em;
	width: 40%;
	color: #e60012;
	font-weight: 700;
}
.lp .c_feature dt:before {
	content: counter(listnum, decimal-leading-zero);
	padding-right: 0.5em;
	color: #bb9f5b;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2em;
	line-height: 1;
	border-right: 1px solid #999;
	flex-shrink: 0;
}
.lp .c_feature dt img {
	margin-left: auto;
	flex-shrink: 0;
}
.lp .c_feature dd {
	width: calc(60% - 2em);
}

@media screen and (max-width: 767px) {
	.lp .c_feature dl {
		flex-direction: column;
	}
	.lp .c_feature dt,
	.lp .c_feature dd {
		width: 100%;
	}
}



.lp .c_personality-elem {
	position: relative;
	margin-top: 30px;
}
.lp .c_personality-elem:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: calc(100% / 3 * 2 + 20px);
	height: 2px;
	background-color: #81949e;
}
.lp .c_personality-elem > * {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}
.lp .c_personality-elem > *:before,
.lp .c_personality-elem > *:after {
	content: "";
	position: absolute;
	display: block;
}
.lp .c_personality-elem > *:before {
	left: calc(50% - 1px);
	top: 0;
  width: 2px;
	height: 30px;
	background-color: #81949e;
}
.lp .c_personality-elem > *:after {
  left: 50%;
	top: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #81949e;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.lp .c_personality-elem h4 {
	margin-bottom: 0.75em;
	padding: 0;
	border: none;
	align-self: center;
	font-size: 1.125rem;
}
.lp .c_personality-elem h4:before {
	content: none;
}
.lp .c_personality-elem .box {
	flex-grow:1;
}
.lp .c_personality-elem dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	letter-spacing: normal;
	line-height: 1.5;
	border-top: 1px solid #000;
}
.lp .c_personality-elem dl dt,
.lp .c_personality-elem dl dd {
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid #000;
}
.lp .c_personality-elem dl dt {
	width: 3em;
}
.lp .c_personality-elem dl dd {
	width: calc(100% - 3em);
}

.lp .c_personality-elem .dp h4 {
	color: #d43942;
}
.lp .c_personality-elem .dp dt {
	color: #d43942;
	background-color: color-mix(in srgb, #d43942 20%, transparent);
}
.lp .c_personality-elem .dp dd {
	background-color: color-mix(in srgb, #d43942 5%, transparent);
}
.lp .c_personality-elem .dp dl,
.lp .c_personality-elem .dp dt,
.lp .c_personality-elem .dp dd {
	border-color: color-mix(in srgb, #d43942 50%, transparent);
}
.lp .c_personality-elem .cp h4 {
	color: #34a038;
}
.lp .c_personality-elem .cp dt {
	color: #34a038;
	background-color: color-mix(in srgb, #34a038 20%, transparent);
}
.lp .c_personality-elem .cp dd {
	background-color: color-mix(in srgb, #34a038 5%, transparent);
}
.lp .c_personality-elem .cp dl,
.lp .c_personality-elem .cp dt,
.lp .c_personality-elem .cp dd {
	border-color: color-mix(in srgb, #34a038 50%, transparent);
}
.lp .c_personality-elem .ap h4 {
	color: #2861a4;
}
.lp .c_personality-elem .ap dt {
	color: #2861a4;
	background-color: color-mix(in srgb, #2861a4 20%, transparent);
}
.lp .c_personality-elem .ap dd {
	background-color: color-mix(in srgb, #2861a4 5%, transparent);
}
.lp .c_personality-elem .ap dl,
.lp .c_personality-elem .ap dt,
.lp .c_personality-elem .ap dd {
	border-color: color-mix(in srgb, #2861a4 50%, transparent);
}

@media screen and (min-width: 768px),print {
.lp .c_personality-elem > .cp:before {
	top: -32px;
	height: 62px;
}
	.lp .c_personality .block-set {
		gap: 20px;
	}
	.lp .c_personality .block-set > .col1-3 {
		width: calc(100% / 3 - 20px * 2 / 3);
	}
}

@media screen and (max-width: 767px) {
	.lp .box:has(+.c_personality-elem) {
		margin-bottom: 0;
	}
	.lp .c_personality-elem {
		margin: 0;
		padding: 30px 0 0;
		align-items: flex-start;
	}
	.lp .c_personality-elem:after {
		left: 15px;
		right: unset;
		width: 2px;
		height: 80%;
	}
	.lp .c_personality-elem > * {
		padding: 0 0 0 40px;
	}
	.lp .c_personality-elem > *:before {
		left: 15px;
		top: 0;
		width: 20px;
		height: calc(50% + 11px);
		background-color: transparent;
		border: 2px solid #81949e;
		border-right: 0;
		border-top: 0;
	}
	.lp .c_personality-elem > *:after {
		left: 40px;
		top: 50%;
		transform: rotate(-135deg);
		transform-origin: bottom left;
	}
	.lp .c_personality-elem h4 {
		align-self: flex-start;
	}
}


.lp .c_curriculum {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: calc(100% - 18px);
	margin: 0;
	letter-spacing: normal;
}
.lp .c_curriculum .curriculum-head {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 -16px 0 0;
	padding: 0.5em 2em;
	line-height: 1.2;
	text-align: center;
}
.lp .c_curriculum .curriculum-head:before,
.lp .c_curriculum .curriculum-head:after {
	content: "";
	position: absolute;
	display: block;
	clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}
.lp .c_curriculum .curriculum-head:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.lp .c_curriculum .curriculum-head:after {
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: #fff;
	z-index: -2;
}
.lp .c_curriculum .curriculum-head:before {
}
.lp .c_curriculum .curriculum-head1 {
	grid-area: 1 / 1 / 2 / 2;
	z-index: 3;
}
.lp .c_curriculum .curriculum-head1:before {
	background-color: #f6d09b;
}
.lp .c_curriculum .curriculum-head2 {
	grid-area: 1 / 2 / 2 / 3;
	z-index: 2;
}
.lp .c_curriculum .curriculum-head2:before {
	background-color: #eca77b;
}
.lp .c_curriculum .curriculum-head3 {
	grid-area: 1 / 3 / 2 / 4;
	z-index: 1;
}
.lp .c_curriculum .curriculum-head3:before {
	background-color: #e5866f;
}
.lp .c_curriculum .curriculum-body {
	padding: 20px 15px;
	border-left: 1px dotted #a3b2ba;
	background: linear-gradient(to bottom, #fef1ea 50%, #fff);
}
.lp .c_curriculum .curriculum-body1 {
	grid-area: 2 / 1 / 3 / 3;
}
.lp .c_curriculum .curriculum-body2 {
	grid-area: 2 / 3 / 3 / 4;
	border-right: 1px dotted #a3b2ba;
}
.lp .c_curriculum .curriculum-body .item {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	width: fit-content;
	margin-inline: auto;
	font-size: 0.75rem;
	line-height: 1.5;
}
.lp .c_curriculum .curriculum-body .item > * {
	padding: 0.25em 0.5em;
	border: 1px solid #d53a17;
	border-radius: 6px;
	background-color: #fff;
}

/*.lp .c_plan-wrap {
	width: 100%;
	overflow-x: hidden; 
}*/

@media screen and (min-width: 768px),print {
	
}

@media screen and (max-width: 767px) {
	.lp .c_curriculum {
		grid-template-columns: 60px 1fr;
		width: 100%;
		margin: 0 0 30px;
	}
	.lp .c_curriculum .curriculum-head {
		margin: 0 0 -16px;
		padding: 2em 0.5em;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.lp .c_curriculum .curriculum-head:before,
	.lp .c_curriculum .curriculum-head:after {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
	}
	.lp .c_curriculum .curriculum-body {
		display: flex;
		align-items: center;
		margin-inline: unset;
	}
	.lp .c_curriculum .curriculum-head1 { grid-area: 1 / 1 / 2 / 2; }
	.lp .c_curriculum .curriculum-head2 { grid-area: 2 / 1 / 3 / 2; }
	.lp .c_curriculum .curriculum-head3 { grid-area: 3 / 1 / 4 / 2; }
	.lp .c_curriculum .curriculum-body1 { grid-area: 1 / 2 / 3 / 3; }
	.lp .c_curriculum .curriculum-body2 { grid-area: 3 / 2 / 4 / 3; }
}


.lp .c_plan {
	display: flex;
	width: 898px;
	gap: 10px;
	font-size: 0.8125rem;
	letter-spacing: normal;
	line-height: 1.3;
}
.lp .c_plan .plan-head {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 65px;
}
.lp .c_plan .head-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	text-align: center;
	border: 1px solid #e8dec6;
	border-radius: 100%;
}
.lp .c_plan .plan-body {
	width: 130px;
}
.lp .c_plan dl {
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
	margin: 0;
}
.lp .c_plan dt,
.lp .c_plan dd {
	margin: 0;
	padding: 0;
}
.lp .c_plan dt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5em;
	padding: 1em 0.5em;
	text-align: center;
	background-color: #c8d8e2;
	border-radius: 6px;
}
.lp .c_plan dt:before,
.lp .c_plan dt:after {
	content: "";
	position: absolute;
	display: block;
}
.lp .c_plan dt:before {
	left: calc(50% - 2px);
	bottom: -22px;
  width: 4px;
	height: 22px;
	background-color: #c8d8e2;
}
.lp .c_plan dt:after {
  left: 50%;
	bottom: -24px;
  width: 10px;
  height: 10px;
  border: 4px solid #c8d8e2;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.lp .c_plan dd {
	padding: 0.5em;
	border: 1px solid #c8d8e2;
	border-radius: 6px;
	font-size: 0.6875rem;
	flex-grow: 1;
}
.lp .c_plan dd p {
	margin: 0;
}
.lp .c_plan .head-sub {
	margin-bottom: 0.25em;
	color: #577481;
	font-weight: 500;
}
.lp .c_plan .plan05 dt {
	background-color: #a9d7e4;
}
.lp .c_plan .plan05 dt:before {
	background-color: #a9d7e4;
}
.lp .c_plan .plan05 dt:after {
  border-color: #a9d7e4;
}
.lp .c_plan .plan05 .head-sub {
	color: #2ba1b1;
}
.lp .c_plan .plan06 dt {
	background-color: #b8dad0;
}
.lp .c_plan .plan05 dt:before {
	background-color: #b8dad0;
}
.lp .c_plan .plan05 dt:after {
  border-color: #b8dad0;
}
.lp .c_plan .plan06 .head-sub {
	color: #00a187;
}

@media screen and (min-width: 768px),print {
	
}

@media screen and (max-width: 767px) {
	.lp .c_plan {
		flex-direction: column;
		width: 100%;
	}
	.lp .c_plan .plan-head {
		width: 100%;
		flex-direction: row;
		justify-content: space-around;
		gap: 24px;
	}
	.lp .c_plan .head-item {
		width: 65px;
	}
	.lp .c_plan .plan-body {
		width: 100%;
	}
	.lp .c_plan dl {
		flex-direction: row;
		height: auto;
	}
	.lp .c_plan dt {
		width: calc(100% - 12px);
		height: auto;
	}
	.lp .c_plan dt:before {
		left: unset;
		right: -22px;
    bottom: calc(50% - 2px);
    width: 22px;
    height: 4px;
	}
	.lp .c_plan dd {
		width: calc(100% - 12px);
	}
	.lp .c_plan dt:after {
    left: unset;
		right: -40px;
    bottom: 50%;
    transform: rotate(-135deg);
	}
}


/* -- event page --*/
.lp #mv.page-lower {
	padding: 0;
}
.lp #mv.page-lower a.mv-title {
	margin: 0 auto 30px;
	padding: 0;
	color: unset;
	font-size: clamp(1.125rem, -0.375rem + 3.13vw, 1.5rem);
	text-decoration: none;
	border: none;
}
.lp #mv.page-lower a.mv-title:hover {
	color: color-mix(in srgb, #000 50%, transparent);
}
.lp .sitename {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.2;
}
.lp .event-head {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	width: fit-content;
	margin: 0 0 1em;
	margin-inline: auto;
	font-size: clamp(1.375rem, -3.125rem + 9.38vw, 2.5rem);
	text-align: center;
}
.lp .event-head > * {
	margin: 0;
}
.lp .event-head .event-label {
	width: fit-content;
	align-self: flex-start;
	padding: 0.25em 0.5em;
	color: #fff;
	font-size: clamp(0.875rem, 0.795rem + 0.34vw, 1rem);
	background-color: #e60012;
}
.lp .event-head .event-category {
	padding: 0.5em 0;
	color: #bb9f5b;
	font-size: 0.5em;
	font-weight: 500;
	letter-spacing: 0.5em;
	border-top: 2px solid #dfd1b0;
	border-bottom: 2px solid #dfd1b0;
}
.lp .event-head .event-title {
	font-size: inherit;
}
.lp .event-head .event-title .sub-title {
	font-size: 0.8em;
}
.lp .event-desc {
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.lp .event-desc > * {
	margin: 0;
}
.lp .event-desc .event-date {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	color: #e60012;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2;
}
.lp .event-desc .event-notice {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 3em;
	aspect-ratio: 1;
	color: #fff;
	line-height: 1.2;
	background-color: #e60012;
	border-radius: 100%;
}
.lp .event-desc .s {
	font-size: 0.5em
}
.lp .list-check li {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	padding: 0;
}
.lp .list-check li:before {
	content: "\e86c";
	position: unset;
	width: auto;
	height: auto;
	margin-top: 0.5em;
	color: #e60012;
  font-family: 'Material Icons';
	font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
	background-color: transparent;
	border-radius: 0;
	flex-shrink: 0;
}

.lp .card-speaker {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.lp .card-speaker .card-item {
	display: grid;
	grid-template-columns: 30% 1fr;
	padding: 20px;
	background-color: color-mix(in srgb, #f8f5e6 50%, transparent);
	gap: 20px;
	border-radius: 12px;
}

.lp .card-speaker .card-item .card-img {
	grid-area: 1 / 1 / 2 / 2;
	border-radius: 6px;
	overflow: clip;
}
.lp .card-speaker .card-item .card-desc {
	grid-area: 1 / 2 / 2 / 3;
	align-self: center;
}
.lp .card-speaker .card-item .card-text {
	grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 767px) {
	.lp .card-speaker {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

.lp .event-banner {
	display: grid;
	grid-template-columns: repeat(auto-fit,31%);
	gap: 30px 3.5%;
}
.lp .event-banner > * {
	display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0.5em;
	color: unset;
	font-size: 0.875rem;
	text-decoration: none;
}
.lp .event-banner .bnr-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lp .event-banner .bnr-date .label {
	padding: 0 0.5em;
	color: #fff;
	font-size: 0.75rem;
	line-height: 2;
	background-color: #b60005;
	border-radius: 4px;
}
.lp .event-banner .bnr-date .label.end {
	background-color: #666;
}

@media screen and (max-width: 767px) {
	.lp .event-banner {
		grid-template-columns: repeat(1,1fr);
	}
}