@charset "UTF-8";

/*
  Contents
---------------------------------------------- */
/* main visual */
.p-mainVisual {
	position: relative;
	z-index: 1;
	padding-top: calc(64px + 0.5rem + 0.5rem);
	padding-bottom: 27.5rem;
	background-color: var(--color-bg-key);
	background-image: linear-gradient(to bottom,
			var(--color-bg-key) 0%,
			var(--color-bg-key) calc(100% - 200px),
			#fff calc(100% - 200px),
			#fff 100%);
}

.p-mainVisual::after {
	position: absolute;
	bottom: 9.5rem;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 21.375rem;
	content: "";
	background-image: url("/archive2025/assets/images/bg_mainvisual.png");
	background-position: top right -123px;
	background-size: cover;
}

.p-mainVisualContents {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	padding-top: 1.5rem;
}

.p-mainVisualMainText {
	order: 1;
}

.p-mainVisualMainText__sub {
	display: block;
	font-size: 1.25rem;
}

.p-mainVisualMainText__sub span {
	display: inline-block;
}

.p-mainVisualMainText__main {
	font-size: 2.25rem;
}

.p-mainVisualSubText {
	order: 0;
}

.p-mainVisualSubText__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	font-style: normal;
}

.p-mainVisualSubText__small {
	font-size: var(--font-size-xxs);
	font-weight: var(--font-weight-medium);
}

.p-mainVisualSubText .label {
	display: inline-block;
	padding-block: 0.375rem;
	padding-inline: 0.5rem;
	font-size: var(--font-size-xxs);
	font-weight: var(--font-weight-bold);
	line-height: 1.429;
	color: var(--color-white);
	background-color: var(--color-key);
	border-radius: 0.25rem;
}

.p-mainVisualIntroduction {
	order: 2;
	font-weight: var(--font-weight-medium);
}

.p-mainVisualTermBox {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	width: 91.79%;
	max-width: 960px;
	padding-block: 1rem 0.5rem;
	padding-inline: 1.5rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-key);
	border-radius: var(--border-radius-main);
	translate: -50% 0;
}

.p-mainVisualTermTitle {
	position: relative;
	padding-left: 0.875rem;
	margin-bottom: 0.5rem;
	font-size: 0.75rem;
}

.p-mainVisualTermTitle::before,
.p-mainVisualTermTitle::after {
	position: absolute;
	top: 50%;
	display: inline-block;
	content: "";
	border-radius: 50%;
	translate: 0 -50%;
}

.p-mainVisualTermTitle::before {
	left: 0;
	z-index: 0;
	width: 10px;
	height: 10px;
	background-color: var(--color-white);
	border: 1px solid var(--color-key);
}

.p-mainVisualTermTitle::after {
	left: 3px;
	z-index: 1;
	width: 4px;
	height: 4px;
	content: "";
	background-color: var(--color-key);
}

.p-mainVisualTerm {
	display: block;
}

.p-mainVisualTermYear {
	display: block;
	margin-bottom: -1rem;
	font-size: 0.75rem;
	font-weight: var(--font-weight-bold);
}

.p-mainVisualTerm .number {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: var(--font-weight-bold);
}

.p-mainVisualTerm .unit {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 0.25rem;
	font-size: 1.25rem;
	font-weight: var(--font-weight-bold);
}

.p-mainVisualTerm .to {
	display: inline-block;
	font-size: 2.25rem;
	font-weight: var(--font-weight-bold);
}

.p-mainVisualTerm .label {
	position: relative;
	top: -0.5rem;
	display: inline-block;
	padding-inline: 0.5rem;
	font-size: 0.75rem;
	line-height: 2rem;
	color: var(--color-white);
	background-color: var(--color-key);
	border-radius: 0.25rem;
}

@media screen and (min-width: 520px) {
	.p-mainVisual {
		padding-bottom: calc(236px + 126px);
	}

	.p-mainVisual::after {
		bottom: 4.5rem;
	}

	.p-mainVisualTerm {
		display: inline-block;
	}

	.p-mainVisualTerm .to {
		margin-inline: 0.875rem;
	}
}

@media screen and (min-width: 768px) {
	.p-mainVisual {
		padding-bottom: 5rem;
		background-image: url("/archive2025/assets/images/bg_mainvisual_tab.png");
		background-position: top center;
		background-size: cover;
	}

	.p-mainVisual::after {
		display: none;
	}

	.p-mainVisualContents {
		padding-top: 5rem;
	}

	.p-mainVisualIntroduction span {
		display: block;
	}

	.p-mainVisualTermBox {
		position: static;
		display: inline-block;
		width: auto;
		margin-top: 2.5rem;
		translate: inherit;
	}
}

@media screen and (min-width: 1024px) {
	.p-mainVisual {
		background-image: url("/archive2025/assets/images/bg_mainvisual.png");
	}
}

@media screen and (min-width: 1200px) {
	.p-mainVisual {
		padding-top: calc(51px + 1.5rem + 1.5rem);
	}

	.p-mainVisualMainText__sub {
		font-size: 2rem;
	}

	.p-mainVisualMainText__main {
		font-size: 2.5rem;
	}

	.p-mainVisualTermTitle {
		font-size: 0.875rem;
	}

	.p-mainVisualTermYear {
		font-size: 0.875rem;
	}

	.p-mainVisualTerm .label {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 1360px) {
	.p-mainVisual {
		padding-top: calc(30px + 1.5rem + 1.5rem);
	}
}

/* #summary */
.p-summaryIntroduction {
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-bold);
}

.p-summaryList {
	display: grid;
	row-gap: 1.5rem;
	margin-top: 2rem;
	list-style: none;
}

.p-summaryListItem {
	position: relative;
	padding-top: 42px;
}

.p-summaryListItemNumber {
	position: absolute;
	top: 0;
	left: 1.5rem;
	display: inline-flex;
	column-gap: 0.25rem;
	align-items: center;
	padding: 6px 26px;
	background-color: var(--color-white);
}

.p-summaryListItemNumber::before,
.p-summaryListItemNumber::after {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 46px;
	height: 44px;
	content: "";
	background-size: contain;
}

.p-summaryListItemNumber::before {
	top: 0;
	left: -1px;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NiA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDQzLjYzVjFINDUuMzQiIHN0cm9rZT0iIzFFMjg1OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=");
	background-position: top left;
}

.p-summaryListItemNumber::after {
	right: -1px;
	bottom: -1px;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NiA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik00NS4wMDAyIDEuMjYwMDFWNDMuOUgwLjY2MDE1NiIgc3Ryb2tlPSIjMUUyODU5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K");
	background-position: bottom right;
}

.p-summaryListItemNumber__text {
	font-size: 0.875rem;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.p-summaryListItemNumber__text span {
	display: block;
}

.p-summaryListItemNumber__number {
	font-size: 2.5rem;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.p-summaryProject {
	padding-block: 3rem 1.5rem;
	padding-inline: 1.5rem;
	background-color: var(--color-bg-key);
	border: 1px solid var(--color-key);
	border-radius: var(--border-radius-main);
}

.p-summaryProjectTitle {
	margin-bottom: 0.5rem;
	font-size: var(--font-size-md);
	line-height: 1.5;
}

.p-summaryProjectText {
	font-size: var(--font-size-xs);
	font-weight: var(--font-weight-medium);
}

.p-summaryProjectImage {
	margin-top: 1rem;
}

.p-summarySmallSection {
	margin-top: 1.5rem;
}

.p-summaryTable {
	border: 1px solid var(--color-key);
}

.p-summaryTable__row + .p-summaryTable__row {
	border-top: 1px solid var(--color-key);
}

.p-summaryTable__title,
.p-summaryTable__text,
.p-summaryTable__link {
	padding-block: 1rem;
	padding-inline: 1.5rem;
	font-size: var(--font-size-xs);
	line-height: 1.5;
}

.p-summaryTable__title {
	font-weight: var(--font-weight-bold);
	background-color: var(--color-bg-key);
	border-bottom: 1px solid var(--color-key);
}

.p-summaryFlowImage {
	max-width: 240px;
	margin-inline: auto;
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	.p-summaryIntroduction span {
		display: block;
	}

	.p-summaryList {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 2rem;
	}

	.p-summaryProject {
		height: 100%;
	}

	.p-summaryTable__row {
		display: grid;
		grid-template-columns: 230px 1fr;
		border-top: none;
	}

	#adoption .p-summaryTable__row {
		display: grid;
		grid-template-columns: 26% 1fr 26%;
	}

	.p-summaryTable__title,
	.p-summaryTable__text,
	.p-summaryTable__link {
		padding-inline: 2rem;
	}

	.p-summaryTable__title {
		border-right: 1px solid var(--color-key);
		border-bottom: none;
	}

	.p-summaryFlowImage {
		max-width: 698px;
	}
}

@media screen and (min-width: 1200px) {
	.p-summaryProject {
		padding: 3.5rem 2.5rem;
	}

	.p-summarySmallSection {
		margin-top: 2.5rem;
	}

	.p-summaryListItemNumber {
		left: 2.5rem;
	}
}

/* #target */
.p-targetContents {
	display: grid;
	row-gap: 1.5rem;
}

.p-targetExclusionWrapper {
	padding-block: 1rem;
	padding-inline: 1.5rem;
	margin-top: 1.5rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-key);
	border-radius: var(--border-radius-main);
}

.p-targetExclusionText {
	font-size: var(--font-size-xs);
	font-weight: var(--font-weight-medium);
	line-height: 1.5;
}

.p-targetExclusionList {
	display: grid;
	row-gap: 0.25rem;
	margin-top: 0.25rem;
	font-weight: var(--font-weight-medium);
	line-height: 1.5;
	list-style: none;
}

.p-targetExclusionList li {
	position: relative;
	padding-left: 1.875rem;
}

.p-targetExclusionList li::before {
	position: absolute;
	top: 4px;
	left: 0.188rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDYuMTM5NjVMMTAgMTAuMTM5NiIgc3Ryb2tlPSIjMUUyODU5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+DQo8cGF0aCBkPSJNNiAxMC4xMzk2TDEwIDYuMTM5NjUiIHN0cm9rZT0iIzFFMjg1OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPHBhdGggZD0iTTggMS4xMzk2NUMxMS44NjYgMS4xMzk2NSAxNSA0LjI3MzY2IDE1IDguMTM5NjVDMTUgMTIuMDA1NiAxMS44NjYgMTUuMTM5NiA4IDE1LjEzOTZDNC4xMzQwMSAxNS4xMzk2IDEgMTIuMDA1NiAxIDguMTM5NjVDMSA0LjI3MzY2IDQuMTM0MDEgMS4xMzk2NSA4IDEuMTM5NjVaIiBzdHJva2U9IiMxRTI4NTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjwvc3ZnPg0K");
	background-position: center;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.p-targetContents {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.p-targetExclusionWrapper {
		padding: 1.5rem;
		margin-top: 2rem;
	}

	.p-targetExclusionList li::before {
		top: 6px;
	}
}

/* #details */
.p-detailsActions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

/* #seminar */
.p-seminarInfo {
	margin-bottom: 0.2rem;
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-bold);
}

.p-seminarInfo em {
	font-style: normal;
}

.p-seminarInfo span {
	display: block;
}

.p-seminarInfo br {
	display: none;
}

.p-seminarAction {
	margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
	.p-seminarInfo span {
		display: inline-block;
	}

	.p-seminarInfo br {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.p-seminarAction {
		margin-top: 2rem;
	}
}

/* #contact */
.p-contactBox {
	padding: 1.5rem;
	background-color: var(--color-bg-key);
	border: 1px solid var(--color-key);
	border-radius: var(--border-radius-main);
}

.p-contactTitle {
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.444;
}

.p-contactTitle::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: var(--color-key);
	border-radius: 2px;
}

.p-contactText {
	font-weight: var(--font-weight-medium);
}

.p-contactDetails {
	margin-top: 0.5rem;
}

.p-contactItem {
	position: relative;
	padding-left: calc(1.25rem + 0.5rem);
	font-weight: var(--font-weight-medium);
}

.p-contactItem::before {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.p-contactItem.--email::before {
	background-image: url("/archive2025/assets/images/icon_email.svg");
}

.p-contactItem.--tel::before {
	background-image: url("/archive2025/assets/images/icon_tel.svg");
}

.p-contactItem a {
	text-decoration: underline;
}

.p-contactItem a:hover {
	opacity: 0.5;
}

@media screen and (min-width: 1200px) {
	.p-contactBox {
		padding: 2.5rem;
	}

	.p-contactTitle {
		font-size: 1.5rem;
	}

	.p-contactItem::before {
		top: 5px;
	}
}

/* info */
.p-bottomInfo {
	position: fixed;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 1;
	padding-block: 0.625rem;
	padding-inline: 1rem;
	background-color: var(--color-white);
	border-radius: 0.25rem;
	box-shadow: var(--shadow-md);
}

@media screen and (min-width: 1200px) {
	.p-bottomInfo {
		display: none;
	}
}

/* 追加 */
@media screen and (max-width: 767px) {
	.u-hide-sp {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.u-hide-pc {
		display: none;
	}
}

#adoption .p-summaryTable__text {
	border-right: 1px solid var(--color-key);
}

#adoption .p-summaryTable__title.p-summaryTable__link {
	border-right: none;
}

#adoption .p-summaryTable__link a {
	text-decoration: underline;
}

#adoption .p-summaryTable__link span:hover {
	opacity: 0.5;
}

#adoption .p-summaryTable__link.p-summaryTable__link--noLink span:hover {
	opacity: 1;
}

#adoption .p-summaryTable__link > span {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#adoption .p-summaryTable {
		border-top: none;
	}

	#adoption .p-summaryTable__text {
		border-right: none;
	}
}

#adoption .p-summaryTable__link svg {
	display: inline-block;
	margin-left: 0.25rem;
	vertical-align: middle;
	transform: translateY(-1px);
}
