/* ======================================================

	mainvisual 下層

====================================================== */
.mainvisual {
	background-image: url(../../images/common/img-sub-mainvisual-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 7rem;
	padding-block: 6.43rem 8rem;
	position: relative;
}

.mainvisual {
	position: relative;
	z-index: 1;
}

.mainvisual .container1000 {
	position: relative;
	z-index: 2;
}

.mainvisual::before {
	background-image: url(../../images/common/img-sub-mainvisual-right-triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 22.062rem;
	position: absolute;
	right: 0;
	width: 37.1875rem;
	z-index: 0;
}

.mainvisual::after {
	background-image: url(../../images/common/img-sub-mainvisual-left-triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 59rem;
	left: 0;
	position: absolute;
	top: -7.125rem;
	width: 24.375rem;
	z-index: 0;
}

.mainvisual__title {
	color: var(--colorMain);
	font-size: 2.75rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.mainvisual__text {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.88;
	margin-top: 1rem;
	text-align: center;
}

.mainvisualColumn {
	display: grid;
	gap: 1.81rem;
	grid-template-columns: 1fr 1fr;
}

.mainvisualItem {
	background: var(--colorWhite);
	padding-block: 2.5rem 1.69rem;
}

.mainvisualItem__title {
	font-size: 1.56rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width:743px) {
	.mainvisual {
		margin-top: 3.3125rem;
		padding-block: 4.5rem 2rem;
	}

	.mainvisual::before {
		content: none;
	}

	.mainvisual::after {
		background-image: url(../../images/common/img-sub-mainvisual-left-triangle_sp.png);
		height: 20rem;
		top: -1.1875rem;
		width: 8.75rem;
	}

	.mainvisual__title {
		font-size: 1.875rem;
		line-height: 1.433;
	}

	.mainvisual__text {
		font-size: 1rem;
		line-height: 1.875;
		margin-top: 3rem;
		text-align: start;
	}
}

/* ======================================================

	breadcrumb

====================================================== */
.breadcrumb {
	margin-top: 4.125rem;
}

.breadcrumb__list {
	display: flex;
	font-size: 1rem;
	font-weight: 500;
}

.breadcrumb__list li {
	padding-left: 1.2rem;
	position: relative;
}

.breadcrumb__list li a {
	color: var(--colorBlack);
}

.breadcrumb__active {
	color: var(--colorMain);
}

.breadcrumb__list li:nth-child(1) {
	padding-left: 0;
}

.breadcrumb__list li::before {
	color: var(--colorGray400);
	content: "ー";
	left: 0;
	position: absolute;
}

.breadcrumb__list li:nth-child(1)::before {
	content: none;
}

.breadcrumb__active {
	color: var(--colorMain);
}

@media screen and (max-width:743px) {
	.breadcrumb {
		margin-top: 0.687rem;
	}
}

/* ======================================================

	page__head

====================================================== */
.page__head {
	margin-top: 3.9375rem;
}

.page__hgroup.is-left {
	text-align: start;
}

.page__hgroup.is-center {
	text-align: center;
}

.page__hgroup p {
	color: var(--colorMain);
	font-family: var(--fontPoppins);
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.032em;
}

.page__hgroup h1 {
	color: var(--colorBlack);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.65;
	margin-top: 0.56rem;
}

.page__hgroup h2 {
	color: var(--colorBlack);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3125;
	margin-top: 0.125rem;
}

.pageHead__text {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 2.12;
}

@media screen and (max-width:743px) {
	.page__head {
		margin-top: 2rem;
	}

	.page__hgroup h1 {
		font-size: 1.875rem;
		text-align: center;
	}

	.page__hgroup h2 {
		font-size: 1.5rem;
	}

	.page__hgroup p {
		font-size: 0.93rem;
		line-height: 1.25;
		text-align: center;
	}

	.pageHead__text {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.875rem;
	}

	.breadcrumb__list {
		margin-left: -0.3125rem;
		margin-right: -0.3125rem;
	}
}

/* ======================================================

	linkMore

====================================================== */
.linkMore {
	align-items: center;
	background: var(--colorWhite);
	border-radius: 2.25rem;
	color: var(--colorBlack);
	display: flex;
	font-weight: 700;
	height: 2.81rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 3.3rem;
	max-width: 13.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.linkMore.is-left {
	margin-inline: 0 auto;
}

.linkMore::before {
	background: linear-gradient(to right, var(--colorPalePink), var(--colorPink));
	border-radius: 2.25rem;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
					mask-composite: exclude;
					mask-composite: exclude;
	padding: 3px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.linkMore:hover {
	background: linear-gradient(to right, var(--colorPalePink), var(--colorPink));
	opacity: 1;
}

.linkMore span {
	position: relative;
	z-index: 1;
}

.linkMore::after {
	border: 0.15rem solid var(--colorMain);
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 0.5rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
	z-index: 1;
}

@media screen and (max-width: 743px) {
	.linkMore {
		font-size: 0.93rem;
	}
}


/* ======================================================

	page__nav

====================================================== */
.page__nav {
	margin-top: 1.5rem;
}

.page__navList {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}

.page__navList li {
	align-items: center;
	border-right: 0.0625rem solid var(--colorGray400);
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	line-height: 1;
}

.page__navList li:nth-last-child(1) {
	border-right: none;
}

.page__navList a {
	color: var(--colorBlack);
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0.0466em;
	padding-inline: 1.375rem 1.625rem;
	position: relative;
}

.page__navList a:has(.common__arrowBtn):hover {
	opacity: 0.7;
}

.page__navList li:nth-child(1) a {
	padding-left: 0;
}

@media screen and (max-width:743px) {
	.page__nav {
		margin-top: 3rem;
	}

	.page__navList li {
		line-height: 1.57;
	}

	.page__navList a {
		align-items: center;
		font-size: 0.875rem;
		padding-inline: 0.625rem 0.5rem;
	}

	.page__navList a::after {
		right: 0.5rem;
	}
}

/* ======================================================

	pageLead

====================================================== */
.pageLead {
	padding-block: 8.6rem 11.5rem;
}

.pageLead__hgroup {
	text-align: center;
}

.pageLead__hgroup p {
	color: var(--colorMain);
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.pageLead__hgroup h3 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.31;
	margin-top: 1.875rem;
}

.pageLead__text {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.89;
	margin-top: 2rem;
	text-align: center;
}

@media screen and (max-width:743px) {
	.pageLead {
		padding-block: 4.75rem 4.875rem;
	}

	.pageLead__hgroup p {
		font-size: 0.9375rem;
	}

	.pageLead__hgroup h3 {
		font-size: 1.5rem;
		line-height: 1.46;
		text-align: center;
	}

	.pageLead__text {
		font-size: 1rem;
		letter-spacing: 0.0625em;
		line-height: 1.75;
		margin-top: 1.1875rem;
		text-align: start;
	}
}

/* ======================================================

	section__hgroup

====================================================== */
.section__hgroup h3, .environment__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	padding-left: 1.3rem;
	position: relative;
}

.section__hgroup h3::before, .environment__title::before {
	background: var(--colorMain);
	border-radius: 2rem;
	content: "";
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.section__hgroup p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.0625em;
	line-height: 1.75;
	margin-top: 1.8rem;
}

@media screen and (max-width:743px) {
	.section__hgroup h3, .environment__title {
		font-size: 1.5rem;
		line-height: 1.458;
		padding-left: 1rem;
	}

	.section__hgroup h3::before, .environment__title::before {
		height: 80%;
		min-height: 1.5em;
	}

	.section__hgroup p {
		line-height: 1.625;
		margin-top: 1.1875rem;
	}
}

/* ======================================================

	common__arrowBtn

====================================================== */
.common__arrowBtn {
	background: url("../../images/common/icon-footer-anchor.svg") center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: inline-block;
	height: 1.0625rem;
	position: relative;
	transition: 0.3s;
	width: 1.0625rem;
}

.page__navList .common__arrowBtn {
	transform: rotate(180deg);
}

a:has(.common__arrowBtn):hover {
	opacity: 1;
}

@media screen and (max-width:743px) {
	.common__arrowBtn {
		height: 1.00rem;
		width: 1.00rem;
	}
}

/* ======================================================

	dash

====================================================== */
.has-dash {
	display: inline-block;
	height: 1rem;
	position: relative;
	width: 2.3rem;
}

.has-dash:before {
	background: #000;
	content: "";
	display: inline-block;
	height: 0.1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	width: 2rem;
}
