.main {
	padding-bottom: 9.375rem;
}

.pageLead {
	padding-bottom: 8rem;
}

.page__hgroup p {
	font-size: 1rem;
}

.pageLead__hgroup h3 {
	margin-top: 1.1rem;
}

.mainvisual {
	margin-top: 4rem;
	padding-block: 6rem 3.5rem;
}

.mainvisual::after {
	background-image: url(../../images/orientation/img-sub-mainvisual-left-triangle.png);
	height: 38.3125rem;
	top: -4.625rem;
}

.mainvisual__title {
	letter-spacing: 0.019em;
}

.mainvisual__title span:nth-child(1) {
	letter-spacing: -0.208em;
}

.mainvisual__title span:nth-child(2), .mainvisual__title span:nth-child(4) {
	letter-spacing: -0.27em;
}

.mainvisual__title span:nth-child(3) {
	letter-spacing: -0.412em;
}

.sessionLink {
	margin-top: 3.875rem;
}

#selection-flow .sessionLink {
	margin-top: 3rem;
}

.sessionLink a {
	background: #c8000b;
	border-radius: 0.5rem;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 5.0rem;
	margin-left: auto;
	margin-right: auto;
	width: 22.0rem;
}

.sessionLink a span {
	align-items: center;
	display: flex;
	justify-content: center;
}

.sessionLink a span:after {
	background: url("../../images/orientation/icon_link_right.png") center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 40px;
	margin-left: 1.25rem;
	width: 40px;
}

.mainvisualAttention {
	line-height: 1.4;
	margin-top: 1.5rem;
	text-align: center;
}

.orientation__section {
	padding-top: 6.7rem;
}

.orientation__column {
	display: grid;
	gap: 6.0625rem;
	grid-template-columns: 1fr 1fr;
}

.orientationItem {
	position: relative;
}

.orientation__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	padding-left: 1.5rem;
	position: relative;
}

.orientation__title::before {
	background: var(--colorMain);
	border-radius: 2rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.orientationItem__title {
	min-height: 16.34rem;
}

.orientationItem__title p {
	font-weight: normal;
	letter-spacing: 0.0625em;
	line-height: 1.75;
	margin-top: 2.1rem;
}

.orientation__pickupColumn {
	border: 0.125rem solid var(--colorLightBlue);
	border-radius: 0.5rem;
	margin-top: 2.5rem;
	padding: 2rem 1.6rem 1.8rem;
	position: relative;
}

.orientation__pickup {
	align-items: center;
	background: linear-gradient(to left, var(--colorLightGreen), var(--colorBlue));
	border-radius: 2rem;
	color: var(--colorWhite);
	display: flex;
	font-size: 1.125rem;
	height: 2.375rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -1.2rem;
	transform: translateX(-50%);
	width: 16.5rem;
}

.orientationItem__list {
	line-height: 1.4;
	margin-left: 1.8rem;
}

.orientationItem__list li {
	color: var(--colorMain);
	font-size: 1.5rem;
	font-weight: 500;
	list-style: disc;
}

.orientationBottom {
	font-weight: normal;
	letter-spacing: 0.0625em;
	line-height: 1.625;
	margin-top: 1.25rem;
}

.contactInner {
	background: var(--colorPalePink);
	border-radius: 1.25rem;
	color: var(--colorBlack);
	padding: 3.75rem 5rem;
}

.contactTitle__warp {
	text-align: center;
}

.contactInner a {
	color: var(--colorBlack);
}

.contactTellMail {
	align-items: center;
	display: flex;
}

.tell, .mail {
	width: 50%;
}

.contactTitleEn {
	color: var(--colorMain);
	font-size: 1.25rem;
	font-weight: 500;
}

.contactTitle {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 2.0rem;
	margin-top: 1.25rem;
}

.contactSection {
	font-size: 1.25rem;
	font-weight: 700;
}

.contactSection span {
	margin: 0 0.25em;
}

.contactTellMail {
	background: url("../../images/orientation/bar_white.png") center center no-repeat;
	height: 58px;
	margin-top: 3.0rem;
}

.tell, .mail {
	align-items: center;
	color: var(--colorBlack);
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 58px;
	justify-content: center;
	text-align: center;
}

.tell a, .mail a {
	align-items: center;
	display: flex;
	font-weight: 500;
}

.mail a {
	text-decoration: underline;
}

.mail a:hover {
	text-decoration: none;
}

.tell a:before {
	background: url("../../images/orientation/icon_telephone.png") center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 30px;
	margin-right: 0.625rem;
	width: 30px;
}

.mail a:before {
	background: url("../../images/orientation/icon_mail.png") center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 30px;
	margin-right: 0.625rem;
	width: 30px;
}

.contactIcon {
	margin-right: 0.625rem;
}

.tell dl, .mail dl {
	align-items: center;
	display: flex;
}

.tell dd, .mail dd {
	font-weight: 500;
	padding-left: 1.0em;
}

@media (max-width: 1279px) {
	.contactTellMail {
		background: none;
		display: block;
		height: auto;
	}

	.tell, .mail {
		border-top: #fff solid 2px;
		height: auto;
		width: 100%;
	}

	.tell dl, .mail dl {
		display: block;
		line-height: 1.4;
		padding: 1.0rem 0;
		width: auto;
	}
}

@media (max-width: 1236px) {
	.orientationItem__title {
		min-height: 13.0625rem;
	}
}

@media (max-width: 1211px) {
	.orientationItem__title {
		min-height: 14.5625rem;
	}
}

@media (max-width: 1024px) {
	.orientation__column {
		column-gap: 4rem;
	}

	.orientationItem__title {
		min-height: 17rem;
	}
}

@media (max-width: 872px) {
	.orientationItem__title {
		min-height: 18rem;
	}
}

@media (max-width: 804px) {
	.orientationItem__title {
		min-height: 20rem;
	}
}

@media (max-width: 743px) {
	.mainvisual {
		padding-block: 2.5rem 4rem;
	}

	.mainvisual__title {
		letter-spacing: 0.0525em;
	}

	.mainvisual__text {
		margin-top: 1.8rem;
	}

	.mainvisual__title span:nth-child(1), .mainvisual__title span:nth-child(2), .mainvisual__title span:nth-child(3), .mainvisual__title span:nth-child(4) {
		letter-spacing: 0.0525em;
	}

	.sessionLink {
		margin-top: 2.3rem;
	}

	#selection-flow .sessionLink {
		margin-top: 5rem;
	}

	.sessionLink a {
		font-size: 0.875rem;
		line-height: 3.125rem;
		padding-left: 1.75rem;
		padding-right: 0.625rem;
		width: 17.375rem;
	}

	.sessionLink a span {
		justify-content: space-between;
	}

	.sessionLink a span:after {
		height: 32px;
		width: 32px;
	}

	.mainvisualAttention {
		font-size: 0.875rem;
		line-height: 1.785;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		width: 18.6875rem;
	}

	.orientation__section {
		padding-top: 3.0rem;
	}

	.orientation__column {
		display: block;
		margin-top: 0;
	}

	.orientationItem {
		margin-bottom: 4rem;
		padding-top: 0;
	}

	.orientationItem:last-child {
		margin-bottom: 0;
	}

	.orientation__title {
		font-size: 1.50rem;
		line-height: 1.4;
		padding-left: 1rem;
	}

	.orientation__title span {
		display: block;
	}

	.orientationItem__title {
		min-height: unset;
	}

	.orientationItem__title p {
		letter-spacing: 0.01em;
		line-height: 1.625;
		margin-top: 1.2rem;
	}

	.orientation__pickupColumn {
		margin-top: 2.25rem;
		padding: 2rem 1.25rem 0.93rem;
	}

	.orientationItem__list {
		margin-left: 1.4rem;
	}

	.orientationItem__list li {
		font-size: 1.125rem;
		margin-bottom: 5px;
	}

	.pageLead {
		padding-block: 4rem 4.875rem;
	}

	.pageLead__hgroup p {
		font-size: 0.9375rem;
	}

	.pageLead__text {
		margin-top: 0.5rem;
	}

	#selection-flow .pageLead__text {
		letter-spacing: 0;
	}

	.contactInner {
		padding: 3.25rem 2.0rem 2.5rem;
		width: 100%;
	}

	.contactTellMail {
		background: none;
		display: block;
		height: auto;
	}

	.contactTitleEn {
		font-size: 0.9375rem;
		;
	}

	.contactTitle {
		font-size: 1.50rem;
	}

	.contactSection {
		line-height: 1.6;
	}

	.contactSection span {
		display: block;
		margin: 0 0;
	}

	.tell, .mail {
		justify-content: flex-start;
		padding-left: 2rem;
	}

	.tell a:before, .mail a:before {
		height: 24px;
		width: 24px;
	}

	.tell dl, .mail dl {
		font-size: 1rem;
		padding-block: 0.8125rem;
	}

	.tell dt, .mail dt, .tell dd, .mail dd {
		text-align: left;
	}

	.tell dd, .mail dd {
		padding-left: 2.4375rem;
	}

	.contactTellMail {
		margin-top: 1.5rem;
	}
}
