/* ページトップに戻る ---------- ---------- ---------- */
.pagetop {
	bottom: 80px;
	height: clamp(3.75rem, -0.7143rem + 4.7619vw, 5rem);
	opacity: 0;
	position: absolute;
	position: fixed;
	/* right: 20px; */
	right: clamp(1.25rem, -23.3036rem + 26.1905vw, 8.125rem);
	top: calc(-1 * clamp(1.875rem, -1.4732rem + 3.5714vw, 2.8125rem));
	transition: 0.3s;
	visibility: hidden;
	width: clamp(3.75rem, -0.7143rem + 4.7619vw, 5rem);
	z-index: 500;

	& .link_pagetop {
		background: var(--pink);
		/* border: 1px solid var(--transparent); */
		border-radius: 50%;
		box-shadow: 0px 2px 6px #ad7a828a;
		display: grid;
		height: clamp(3.75rem, -0.7143rem + 4.7619vw, 5rem);
		transition: 0.3s;
		width: clamp(3.75rem, -0.7143rem + 4.7619vw, 5rem);
	}
	& .link_pagetop_img {
		height: 100%;
		padding-bottom: clamp(1.25rem, 0.1339rem + 1.1905vw, 1.5625rem);
		padding-left: clamp(1.25rem, 0.1339rem + 1.1905vw, 1.5625rem);
		padding-right: clamp(1.25rem, 0.1339rem + 1.1905vw, 1.5625rem);
		padding-top: clamp(1rem, 0.1071rem + 0.9524vw, 1.25rem);
		width: 100%;
	}
	& .link_pagetop_img path {
		transition: 0.3s;
	}
	& .link_pagetop_title {
	}
}
.pagetop_active {
	opacity: 1;
	top: auto;
	transition: 0.3s;
	/* transition: 0.3s ease-out; */
	visibility: visible;
}
.pagetop_absolute {
	/* box-shadow: 0px 2px 6px #ad7a828a; */
	position: absolute;
	top: calc(-1 * clamp(1.875rem, -1.4732rem + 3.5714vw, 2.8125rem));
	transition: 0.3s;

	& .link_pagetop {
		background: var(--light-pink);
		/* border: 1px solid var(--transparent); */
		box-shadow: 0px 0px 0px #ad7a828a;
	}
	& .link_pagetop_img path {
		fill: var(--pink);
		transition: 0.3s;
	}
}
.pagetop_active:hover {
	& .link_pagetop {
		background: var(--cream);
		/* box-shadow: 0px 0px 0px #ad7a828a; */
	}
	& .link_pagetop_img path {
		fill: var(--pink);
	}
}
.pagetop_absolute:hover {
	& .link_pagetop {
		background: var(--pink);
	}
	& .link_pagetop_img path {
		fill: var(--white);
	}
}

.no_js {
}

/* お問い合わせボタン ---------- ---------- ---------- */
.body_fixed_contact {
	bottom: 0;
	display: block;
	left: 50%;
	position: fixed;
	translate: -50% 0 0;
	width: max(100% - 4rem, -1.375rem + 95.2vw - 4rem);
	z-index: 50;
}
.body_fixed_contact a {
	align-content: center;
	align-content: center;
	align-items: baseline;
	background: var(--orange);
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 10px #0000001a;
	color: var(--white);
	column-gap: 15px;
	display: block;
	display: grid;
	display: flex;
	font-size: clamp(1.125rem, 0.9735rem + 0.6166vw, 1.5rem);
	font-weight: 600;
	height: 100%;
	justify-content: center;
	justify-content: center;
	line-height: 1.625rem;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.body_fixed_contact a::before {
	background: url(../images/icon__phone.svg?date=202504) no-repeat;
	background-position: center center;
	content: "";
	height: 26px;
	position: absolute;
	position: relative;
	top: 6px;
	width: 26px;
}

.scope_homeside {
	display: grid;
	/* background: #000; */
	padding-bottom: clamp(2.8125rem, 1.6765rem + 4.6249vw, 5.625rem);
	padding-top: clamp(2.8125rem, 1.6765rem + 4.6249vw, 5.625rem);
	/* position: relative; */
}
.list_homeside {
	column-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
	display: grid;
	/* grid-template-columns: repeat(2, 1fr); */
	/* padding-bottom: 30px;
	padding-top: 30px; */
	row-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
}
.list_homeside_block {
	border-radius: 10px;
	overflow: hidden;
}
.list_homeside_link {
	align-items: center;
	background: var(--white);
	display: grid;
	grid-template-columns: clamp(3.125rem, 1.8628rem + 5.1387vw, 6.25rem) auto;
	grid-template-columns: clamp(4.375rem, 3.6177rem + 3.0832vw, 6.25rem) auto;
	height: 100%;
	min-height: clamp(3.125rem, 1.8628rem + 5.1387vw, 6.25rem);
	min-height: clamp(4.375rem, 3.6177rem + 3.0832vw, 6.25rem);
}
.list_homeside_figure,
.list_homeside_img {
}
.list_homeside_figure {
	height: 100%;
	/* display: grid; */
	max-width: 100px;
	overflow: hidden;
	position: relative;
	width: max(4.375rem, 3.6177rem + 3.0832vw);
}
.list_homeside_img {
	aspect-ratio: 1 / 1;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	transform-origin: center left;
	transition: 0.3s;
}
.list_homeside_link:hover {
	& .list_homeside_img {
		opacity: 1;
		scale: 1.1;
		transition: 0.3s;
	}
}
.list_homeside_title {
	color: var(--text);
	font-size: clamp(0.625rem, 0.4735rem + 0.6166vw, 1rem);
	line-height: 1rem;
	padding-left: clamp(0.625rem, 0.4988rem + 0.5139vw, 0.9375rem);
}

.scope_homeside_bg {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.scope_homeside_bg::before {
	background: var(--black);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.25;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.scope_homeside_bg_img {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	/* top: 0; */
	width: 100%;
}
/* ========== ========== */
/* フッター
/* ========== ========== */
.footer {
	background: var(--light-pink);
	position: relative;
}
.footer .container {
	padding-bottom: clamp(2.5rem + (52px / 2), 1.9951rem + 2.0555vw, 3.75rem);
	padding-top: clamp(2.1875rem, 1.4302rem + 3.0832vw, 4.0625rem);
	position: relative;
}
/* .footer .container::before {
	background: var(--orange);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
} */
.footer_logo {
	display: grid;
	max-width: 255px;
}
.footer_contents {
	display: grid;
	padding-bottom: 30px;
	row-gap: 30px;
}

/* フッターナビゲーション ---------- ---------- ---------- */
.list_footernav_wrapper {
	width: 100%;
}
.list_footernav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* max-width: 334px; */
	/* max-width: 380px; */
	row-gap: 5px;
}
.list_footernav_block {
	display: grid;
	position: relative;
}
/* .list_footernav_block:nth-child(4) {
	order: 1;
} */
/* .border_sm_none {
	.list_footernav_link::after {
		display: none;
	}
} */
.list_footernav_link {
	/* background: linear-gradient(var(--link), var(--link)) 15px 100% / 0 1px
		no-repeat;
	background-size: 0% 1px; */
	color: var(--text);
	font-size: 0.75rem;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	transition: 0.2s;
}
.list_footernav_block::after {
	background: var(--border-gray);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 0px;
	top: 50%;
	translate: 0 -50% 0;
	width: 1px;
}
.is_right_most::after {
	display: none;
}
/* .is_right_most {
	& .list_footernav_link::after {
		display: none;
	}
} */
/* .list_footernav_block:nth-child(3n) {
	.list_footernav_link::after {
		display: none;
	}
} */
.list_footernav_block:nth-child(n + 3) {
	order: 1;
}
.list_footernav_block:last-child::after {
	display: none;
	/* & .list_footernav_link::after { */
	/* } */
}
.list_footer_nav::after {
	content: "";
	width: 100%;
}

.footer_sns {
	margin-bottom: 30px;
	margin-top: clamp(1.25rem, 0.7451rem + 2.0555vw, 2.5rem);
}
.footer_sns .list_sns {
	display: flex;
	justify-content: center;
}
.list_footer_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 5px;
}
.list_footer_nav li {
	display: grid;
}
.list_footer_nav li a {
	background: linear-gradient(var(--text), var(--text)) 15px 100% / 0 1px
		no-repeat;
	background-size: 0% 1px;
	font-size: 0.875rem;
	/* font-weight: 400; */
	line-height: 1.5rem;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	transition: 0.2s;
}
.list_footer_nav li a:hover {
	background-size: calc(100% - (15px * 2)) 1px;
	transition: 0.2s;
}

.list_footer_nav::after {
	content: "";
	width: 100%;
}
.list_footer_nav li a::after {
	background: var(--ocher);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}
.list_footer_nav li:nth-child(n + 3) {
	order: 1;
}
.list_footer_nav li:nth-child(2) a::after,
.list_footer_nav li:last-child a::after {
	display: none;
}

/* SNSリンク（footer） ---------- ---------- ---------- */
.list_footersns {
	column-gap: 20px;
	display: flex;
	justify-content: center;
}
.list_footersns_block {
	aspect-ratio: 1 / 1;
	height: auto;
	list-style-type: none;
	width: 32px;
}
.list_footersns_link {
	display: grid;
}
.list_footersns_img {
}

/* カラム（イラストと住所用） ---------- ---------- ---------- */
.footer_address_contents {
	column-gap: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1rem;
	row-gap: 3px;
	/* row-gap: calc(10px / 2); */
}
.footer_address_contents::after {
	content: "";
	width: 100%;
}
.footer_address_contents > *:nth-child(n + 3) {
	order: 1;
}
.footer_column_address {
	display: grid;
	/* justify-items: center; */
}

/* イラスト ---------- ---------- ---------- */

/* 住所 ---------- ---------- ---------- */
.footer_address {
	color: var(--text);
	display: grid;
	font-size: 0.875rem;
	justify-items: center;
	line-height: 1.5rem;
	row-gap: 15px;
}
.footer_address_title {
	font-weight: 600;
	margin-bottom: 10px;
}
.footer_address_contents {
}

/* 著作 ---------- ---------- ---------- */
.footer_small {
	color: var(--medium-gray);
	display: block;
	display: grid;
	font-size: 0.75rem;
	justify-content: end;
	line-height: 1.5rem;
	margin-top: clamp(0.4375rem, 0.1598rem + 1.1305vw, 1.125rem);
}

/* 背景（波） ---------- ---------- ---------- */
.footer_bg {
	height: clamp(6rem, 4.3591rem + 6.6804vw, 10.0625rem);
	height: 100%;
	left: 0;
	position: absolute;
	top: calc(min(-0.0171rem + 7.1942vw, 6.125rem) * -1);
	top: 0;
	top: -1.8vw;
	width: 100%;
	z-index: -1;
}
.footer_bg > * {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（540px） ---------- ---------- */
@media screen and (min-width: 540px) {
	.list_homeside {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（768px） ---------- ---------- */
@media screen and (min-width: 768px) {
	/* ========== ========== */
	/* ホーム：サイドメニュー
	/* ========== ========== */
	.list_homeside {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	/* お問い合わせボタン ---------- ---------- ---------- */
	/* .body_fixed_contact {
		bottom: auto;
		height: 225px;
		left: auto;
		right: 0;
		top: 50%;
		translate: 0 -50% 0;
		width: auto;
		width: 56px;
	}
	.body_fixed_contact a {
		align-items: center;
		border: 3px solid var(--orange);
		border-radius: 10px 0px 0px 10px;
		display: flex;
		flex-direction: row;
		transition: 0.3s ease-out;
		writing-mode: vertical-rl;
	}
	.body_fixed_contact a:hover {
		border: 3px solid #fec57f;
		transition: 0.3s ease-out;
	}
	.body_fixed_contact a::before {
		top: 0;
		translate: none;
	} */
	/* フッター ---------- ---------- ---------- */
	/* カラム（イラストと住所用） ---------- ---------- ---------- */

	/* フッターナビゲーション ---------- ---------- ---------- */
	/* .list_footernav {
		max-width: 645px;
	} */
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（992px） ---------- ---------- */
@media screen and (min-width: 992px) {
	/* お問い合わせボタン ---------- ---------- ---------- */
	/* .body_fixed_contact {
		z-index: 500;
	} */
	/* フッターナビゲーション ---------- ---------- ---------- */
	/* .footer_column_address {
		align-items: center;
		column-gap: 30px;
		display: grid;
		grid-template-columns: auto auto;
		justify-content: start;
	}
	.footer_address {
		display: grid;
		justify-content: start;
		justify-items: start;
	}
	.footer_address_contents {
		justify-content: flex-start;
	} */
	.footer_contents {
		align-items: center;
		grid-template-columns: auto auto;
		justify-content: space-between;
	}
	.footer_address {
		column-gap: 30px;
		grid-template-columns: auto auto;
		justify-content: space-between;
	}
	.footer_address_contents {
		display: flex;
		justify-content: flex-start;
	}
	.list_footernav_wrapper {
		border-top: 1px solid var(--pink);
		padding-top: 30px;
	}
	.list_footernav_link {
		color: var(--text);
		font-size: 0.75rem;
		transition: 0.3s ease-out;
	}
	.list_footernav_link:hover {
		color: var(--pink);
		opacity: 0.7;
		transition: 0.3s ease-out;
	}
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（1200px） ---------- ---------- */
@media screen and (min-width: 1200px) {
}
