@charset "utf-8";

/* all
-------------------------------------------------------------------*/
:root {
	--hover: background .4s, color .4s, border-color .4s, opacity .4s, text-decoration-color .4s, transform .4s, filter .4s, box-shadow .4s;
	--header: 70px;
	--container: 100%;
	--inner: 2%;
	--keycolor: #56a5b2;
	--white: #ffff;
	--black: #333;
	--keyfilter: brightness(0) saturate(100%) invert(31%) sepia(97%) saturate(921%) hue-rotate(164deg) brightness(94%) contrast(103%);
}

:root img {
	transition: opacity .4s, filter .4s;
}

html {
	background: var(--white);
	color: var(--black);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

html .mincho {
	font-family: "Noto Serif JP", serif;
}

html .goti {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	font-size: 100%;
	text-align: center;
	min-width: var(--container);
	margin-inline: auto;
}

main {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2;
}

body img,
body svg {
	max-width: 100%;
	height: auto;
}

a,
a img {
	transition: var(--hover);
}

.sitewrap {
	width: var(--container);
	min-width: 0;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}

.sitewrap>* {
	padding-inline: var(--inner);
}

.center_content {
	text-align: center;
}

.center_content>* {
	margin-inline: auto;
}

.right_content {
	text-align: right;
}

.right_content>* {
	margin-inline: auto 0;
}

@media screen and (max-width:767px) {
	:root {
		--inner: 15px;
		--header: 60px;
	}

	html {
		font-size: 16px;
	}
}

/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	--transition: top .4s .2s, background .4s .4s, transform .4s;
	background: var(--white);
}

@media screen and (min-width:769px) {
	header#fix_menu {
		position: absolute;
		display: none;
	}

	header#fix_menu.is-fix {
		position: fixed;
		transform: translate3d(0, -100%, 0);
	}

	header#fix_menu.is-hide {
		transform: translate3d(0, -100%, 0);
		transition: var(--transition);
	}

	header#fix_menu.is-show,
	header#fix_menu:has(:checked) {
		transition: var(--transition);
		transform: translate3d(0, 0, 0);
	}
}

header .header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1120px;
	height: var(--header);
	margin-inline: auto;
}

header .drop_menu {
	margin-left: auto;
}

header #NavWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

header #switch {
	position: absolute;
	width: 0;
	opacity: 0;
	z-index: -1;
}

header #NavWrap ul {
	flex-basis: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-inline: auto 0;
	gap: 2em;
	font-size: var(--f16);
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 0.5em;
}

header #NavWrap ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

header #NavWrap ul li a {
	transition: var(--hover);
	display: flex;
	align-items: center;
	justify-content: center;
}

header #NavWrap ul li a[href^="tel:"] {
	background: var(--keycolor);
	color: var(--white);
	padding: 0.35em 0.75em;
	gap: 0.25em;
	border: solid 1px var(--keycolor);
	text-decoration: none;
}

.pc-header {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/lp/purelife-s/img/bg-pc01.jpg) no-repeat left / cover;
	width: calc(50% - 375px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.pc-header .pc-header-wrap {
	position: relative;
	text-align: left;
	width: 258px;
}

.pc-header .pc-header-wrap .pc-header-title {
	margin-bottom: 5em;
}

.pc-header .pc-header-wrap .pc-header-title em {
	font-size: 2.5rem;
	display: block;
	line-height: 1;
}

.pc-header .pc-header-wrap .pc-header-title em span {
	font-size: 0.75rem;
	display: block;
	margin-top: 1em;
}

.pc-header .pc-header-wrap .pc-header-wrap-list {
	margin-bottom: 1.5em;
	list-style: none;
	padding: 0;
}

.pc-header .pc-header-wrap .pc-header-wrap-list li+li {
	margin-top: 1em;
}

.pc-header .pc-header-wrap .pc-header-wrap-list li a {
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

.pc-header .pc-header-wrap .pc-header-wrap-list li a:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s transform;
	transform: scale(0, 1);
	transform-origin: right top;
}

.pc-header .pc-header-wrap .logo {
	margin-bottom: 3em;
}

.cta-contact {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding: 30px 20px;
	width: 258px;
}

.cta-contact .cta-contact-title {
	margin-bottom: 0.5em;
}

.cta-contact .cta-contact-title em {
	color: #f78100;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0;
	border-bottom: 2px solid;
	margin-bottom: 0.25em;
}

.cta-contact .cta-contact-title .underline {
	position: relative;
	font-size: 1.875rem;
	background: linear-gradient(transparent 75%, #ffff74 25%);
	display: inline-block;
}

.cta-contact .cta-contact-title .underline:before {
	content: "";
	width: 18px;
	height: 16px;
	background: url(/lp/purelife-s/img/icon-toku.svg) no-repeat center / contain;
	position: absolute;
	right: -0.5em;
	top: 0em;
}

.cta-contact .cta-contact-col {
	position: relative;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 495px;
	margin: 0 auto;
}

.cta-contact .cta-contact-col .cta-contact-text {
	font-size: 1rem;
	font-weight: 500;
	width: 62%;
	padding-top: 0.5em;
}

.cta-contact .cta-contact-col .cta-contact-text span {
	font-size: 0.875rem;
	letter-spacing: -0.01em;
}

.cta-contact .cta-contact-col .cta-contact-text p {
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
}

.cta-contact .cta-contact-col .cta-contact-image {
	width: 36%;
}

.cta-contact .cta-contact-col .cta-contact-image img {
	max-width: 100px;
}

.cta-contact .cta-price-wrap {
	position: relative;
	text-align: left;
	margin-block: 0.5em 1em;
}

.cta-contact .cta-price-wrap .cta-price-title {
	font-size: 0.9375rem;
	color: #c1272d;
	font-weight: bold;
	margin-bottom: 0.25em;
	display: block;
	line-height: 1;
}

.cta-contact .cta-price-wrap .cta-price-col {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cta-contact .cta-price-wrap .cta-price-col .cta-price-col-text {
	font-size: 1rem;
}

.cta-contact .cta-price-wrap .cta-price-col .cta-price {
	font-size: 1rem;
	position: relative;
	color: #c1272d;
	letter-spacing: -0.02em;
}

.cta-contact .cta-price-wrap .cta-price-col .cta-price strong {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.05em;
	margin-right: 5px;
}

.cta-contact .cta-price-wrap .cta-price-col .cta-price span {
	font-size: 0.75rem;
	position: absolute;
	right: -0.75em;
	top: 0.75em;
}

.cta-contact-btn {
	position: relative;
}

.cta-contact-btn p {
	position: relative;
	font-size: 0.875rem;
	width: fit-content;
	margin: 0 auto 0.75em;
	line-height: 1;
}

.cta-contact-btn p:before,
.cta-contact-btn p:after {
	content: "";
	width: 2px;
	background: #333;
	position: absolute;
	top: -5px;
	bottom: -7px;
	margin: auto;
}

.cta-contact-btn p:before {
	left: -1em;
	transform: rotate(-30deg);
}

.cta-contact-btn p:after {
	right: -1em;
	transform: rotate(30deg);
}

.cta-contact-btn a {
	position: relative;
	width: 100%;
	max-width: 250px;
	font-size: 1.25rem;
	height: 2.5em;
	background: #4aad5e;
	color: #fcff5a;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 43px;
	text-decoration: none;
	transition: .5s transform, .5s box-shadow;
	box-shadow: 0px 5px #00861c;
}

.foot .cta-contact-btn a {
	position: relative;
	width: 100%;
	max-width: 250px;
	font-size: 1.25rem;
	height: 2.5em;
	background: #03A9F4;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 43px;
	text-decoration: none;
	transition: .5s transform, .5s box-shadow;
	box-shadow: 0px 5px#066dbf;
}

.cta-contact .cta-price-sale {
	background: #f78d17;
	border-radius: 4px;
	color: #fff;
	padding: 0.75em 0.25em 1.125em;
	margin-bottom: 1em;
}

.cta-contact .cta-price-sale p {
	font-size: 0.875rem;
}

.cta-contact .cta-price-sale strong {
	font-size: 1.75rem;
	position: relative;
}

.cta-contact .cta-price-sale strong:before {
	content: "";
	width: 100%;
	height: 7px;
	background: url(/lp/purelife-s/img/line-ctc01.png) no-repeat center / contain;
	position: absolute;
	inset: auto 0 -0.25em 0;
	margin: auto;
}

.pc-right {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(50% - 375px);
}

.pc-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (any-hover: hover) {
	.cta-contact-btn a:hover {
		box-shadow: none;
		transform: translateY(6px);
	}
}


@media screen and (max-height:860px) {
	.pc-header .pc-header-wrap .pc-header-title {
		margin-bottom: 2em;
	}

	.pc-header .pc-header-wrap .pc-header-title em {
		font-size: 2em;
	}

	.pc-header .pc-header-wrap .pc-header-wrap-list li a {
		font-size: 1em;
	}

	.pc-header .pc-header-wrap .logo {
		margin-bottom: 1.5em;
	}

	.cta-contact .cta-contact-title em {
		font-size: 1.25em;
		margin-bottom: 0.25em;
	}

	.cta-contact .cta-contact-title .underline {
		font-size: 2em;
		max-width: fit-content;
		margin: 0 auto;
	}

	.cta-contact .cta-contact-col .cta-contact-text {
		font-size: 0.875em;
		width: 70%;
	}

	.cta-contact .cta-contact-col .cta-contact-text p {
		font-size: 1.85714em;
		font-weight: 500;
	}

	.cta-contact .cta-contact-col .cta-contact-image {
		width: 28%;
	}

	.cta-contact .cta-price-wrap .cta-price-title {
		font-size: 1.1875em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price-col-text {
		font-size: 0.875em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price {
		font-size: 1.375em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price strong {
		font-size: 2em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price span {
		font-size: 0.65em;
		top: 0.125em;
	}

	.cta-contact .cta-contact-col {
		max-width: 250px;
	}

	.cta-contact {
		padding-block: 20px;
	}

	.cta-contact .cta-price-wrap {
		max-width: 250px;
		margin: 0 auto 1em;
	}
}

@media screen and (max-height:720px) {
	.pc-header .pc-header-wrap .pc-header-title {
		margin-bottom: 1em;
	}

	.pc-header .pc-header-wrap .pc-header-title em {
		font-size: 1.5em;
	}

	.pc-header .pc-header-wrap .pc-header-wrap-list li a {
		font-size: 0.8em;
	}

	.pc-header .pc-header-wrap .pc-header-wrap-list li+li {
		margin-top: 0.25em;
	}

	.pc-header .pc-header-wrap .pc-header-wrap-list {
		margin-bottom: 1em;
	}

	.pc-header .pc-header-wrap .logo {
		margin-bottom: 1em;
		width: 24%;
	}

	.cta-contact .cta-contact-title em {
		font-size: 1em;
		margin-bottom: 0.25em;
	}

	.cta-contact .cta-contact-title .underline {
		font-size: 1.625em;
	}

	.cta-contact .cta-contact-title .underline:before {
		top: -0.25em;
		right: -0.5em
	}

	.cta-contact .cta-contact-col .cta-contact-text {
		font-size: 0.75em;
	}

	.cta-contact .cta-contact-col .cta-contact-text p {
		font-size: 1.75em;
		font-weight: 500;
	}

	.cta-contact .cta-contact-col .cta-contact-image {
		width: 28%;
	}

	.cta-contact .cta-price-wrap .cta-price-title {
		font-size: 1em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price-col-text {
		font-size: 0.75em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price {
		font-size: 1.25em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price strong {
		font-size: 1.625em;
	}

	.cta-contact .cta-price-wrap .cta-price-col .cta-price span {
		font-size: 0.5em;
	}

	.cta-contact .cta-contact-col {
		max-width: 210px;
	}

	.cta-contact {
		padding-block: 10px;
		width: 250px;
		margin-right: auto;
		margin-left: 15px;
	}

	.cta-contact .cta-price-wrap {
		max-width: 210px;
		margin: 0 auto 1em;
	}

	.cta-contact-btn p {
		font-size: 0.75em;
	}

	.cta-contact-btn a {
		font-size: 1em;
	}

	.cta-contact .cta-contact-title {
		margin-bottom: 0.5em
	}

	.cta-contact .cta-price-sale strong {
		font-size: 1.5rem;
	}
}

@media screen and (min-width:1950px) {

	.pc-header,
	.pc-right {
		width: 35vw;
	}
}

@media (any-hover: hover) {
	header #NavWrap ul li a:hover {
		color: var(--keycolor);
	}

	header #NavWrap ul li a[href^="tel:"]:hover {
		background: var(--white);
		color: var(--keycolor);
	}

	header #NavWrap ul li a[href^="tel:"]:hover img {
		filter: var(--keyfilter);
	}

	.pc-header .pc-header-wrap .pc-header-wrap-list li a:hover:before {
		transform: scale(1, 1);
		transform-origin: left top;
	}

	.cta-contact-btn a:hover {
		transform: translateY(5px);
	}
}

@media screen and (max-width:1520px) {
	.pc-header {
		width: calc(50% - 250px);
	}

	.pc-right {
		width: calc(50% - 250px);
	}
}

@media screen and (max-width:1200px) {
	.pc-right {
		display: none;
	}

	.pc-header {
		width: calc(100% - 500px);
	}
}

@media screen and (max-width:1250px) {
	.pc-header {
		background-position: 50%;
	}

	header#fix_menu {
		padding-inline: 1rem;
	}

	header .header_wrap {
		gap: 2em;
		padding: 0 14px;
	}

	header #site_ttl img {
		max-width: 150px;
		filter: brightness(0) invert(1);
	}

	header #NavWrap ul {
		gap: 1.5em;
		margin: 0;
	}

	header #NavWrap ul li a {
		flex-wrap: wrap;
	}

	header #NavWrap ul li a[href^="tel:"] {
		padding: 0.25em;
		font-size: 0.875rem;
	}
}

@media screen and (max-width:980px) {
	header #NavWrap .search_wrap {
		display: none;
	}
}

@media screen and (max-width:750px) {
	header#fix_menu {
		padding: 0;
		background: none;
		position: absolute;
		overflow: hidden;
		height: auto;
	}

	header#fix_menu:has(input:checked) {
		height: 100%;
	}

	header #site_ttl {
		text-align: left;
		padding: 0;
	}

	header #site_ttl {
		flex-direction: row;
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* background: #fff; */
		position: relative;
		z-index: 30;
	}

	header #site_ttl a img {
		max-width: 200px;
	}

	header #site_ttl a+a img {
		width: 138px
	}

	header #site_ttl a img+img {
		width: 100px;
	}

	header#fix_menu #switch:checked~.header_wrap .drop_menu {
		background: #fff;
		bottom: 0;
		z-index: 120;
	}

	header#fix_menu .drop_menu a,
	header#fix_menu .drop_menu label {
		pointer-events: auto;
	}

	header .switch-menu {
		position: fixed;
		position: absolute;
		z-index: 0;
		display: block;
		width: 60px;
		height: 60px;
		text-align: center;
		top: 0;
		right: 0;
		left: auto;
		cursor: pointer;
		transition: var(--hover);
	}

	header .switch-menu.close {
		left: 240px;
		right: 0;
		opacity: 0;
	}

	header #switch:checked~.header_wrap .switch-menu.close {
		z-index: 50;
		opacity: 1;
	}

	header .switch-menu.close img {
		position: absolute;
		inset: 0;
		margin: auto;
	}

	header .switch-menu span {
		cursor: -webkit-grabbing;
		display: block;
		width: 30px;
		height: 2px;
		background: #ffffff;
		transition: var(--hover);
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: -1px;
	}

	header .switch-menu span:before,
	header .switch-menu span:after {
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		margin-top: 0;
		transition: transform .2s, top .2s;
	}

	header .switch-menu span:before {
		top: -9px;
	}

	header .switch-menu span:after {
		top: 9px;
	}

	header #switch:checked~.header_wrap .drop_menu label {
		/* background: #fff; */
	}

	header .switch-menu.close span {
		transform: rotate(-230deg);
	}

	header .switch-menu.close span:before {
		top: 0;
	}

	header .switch-menu.close span:after {
		transform: rotate(100deg);
		top: 0;
		margin-top: 0;
	}

	.drop_menu #NavWrap {
		position: fixed;
		z-index: 800;
		width: 300px;
		height: auto;
		top: 0;
		bottom: 0;
		left: -300px;
		right: auto;
		overflow: auto;
		overscroll-behavior: contain;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 0;
		padding-inline: 2em;
		background: #fff;
	}

	header .switch-menu.close:before {
		content: "";
		width: 100vw;
		height: 200vh;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		left: 0;
		top: 50%;
		margin: auto;
		opacity: 0;
		transition: .5s opacity;
		z-index: 0;
		visibility: hidden;
		transform: translate(-50%, -50%);
	}

	header input:checked~.header_wrap .drop_menu .switch-menu.close:before {
		display: none;
	}

	header input:checked~.header_wrap .switch-menu.close:before {
		opacity: 1;
		z-index: 20;
		visibility: visible;
	}

	header #switch:checked~.header_wrap .drop_menu #NavWrap {
		visibility: visible;
		box-sizing: border-box;
		opacity: 1;
		padding: 0;
		left: 0;
	}

	.drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}

	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #ececec;
	}

	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: #b3b3b3;
	}

	.drop_menu #NavWrap .search_wrap {
		order: 2;
	}

	.drop_menu #NavWrap ul {
		order: -1;
		flex-direction: column;
		margin: 0;
		justify-content: flex-start;
		flex-basis: auto;
		align-items: flex-start;
		width: 100%;
		font-size: 1.3rem;
		gap: 0;
	}

	.drop_menu #NavWrap ul li {
		width: 100%;
		justify-content: flex-start;
		border-bottom: 1px solid #666666;
	}

	.drop_menu #NavWrap ul .home a {
		font-size: 1.6875rem;
		line-height: 1;
	}

	.drop_menu #NavWrap ul a {
		padding: 0.25em 27px;
		width: 100%;
		text-align: left;
		flex-direction: row;
		justify-content: flex-start;
		font-size: 0.9375rem;
		max-height: 60px;
		text-decoration: none;
		min-height: 60px;
	}

	header #NavWrap ul li a[href^="tel:"] {
		font-size: 1.25em;
		background: #fff;
		color: var(--keycolor);
		justify-content: center;
		border: none;
		border-radius: 0.25rem;
		padding: 0.5em;
		gap: 0.5em;
	}

	header #NavWrap ul li a[href^="tel:"] img {
		filter: var(--keyfilter);
	}

	header #NavWrap .menu-contact {
		width: 76.5%;
		position: relative;
		margin: 2.25em auto;
	}

	header #NavWrap .menu-contact a {
		position: relative;
		font-size: 1rem;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: flex-start;
		background: #00768b;
		min-height: 5.5em;
		color: #fff;
		flex-direction: column;
		border-radius: 5px;
		padding: 0.75em 1em;
		left: -5%;
		text-decoration: none;
	}

	header #NavWrap .menu-contact a p {
		font-size: 1rem;
		font-weight: 500;
	}

	header #NavWrap .menu-contact a em {
		font-size: 1.25rem;
	}

	header #NavWrap .menu-contact a .txt-dots {
		background-image: radial-gradient(circle at center, #f78100 15%, transparent 15%);
		background-size: 0.925em 0.275em;
	}

	header #NavWrap .menu-contact a .menu-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.375rem;
		font-weight: 500;
		background: #fff;
		color: #00768b;
		width: 83.5%;
		border-radius: 50px;
		margin-top: 0.125em;
	}

	header #NavWrap .menu-contact a .menu-btn:before {
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 7px solid #f78100;
		border-right: 0;
		content: "";
		position: absolute;
		inset: 0 5% 0 auto;
		margin: auto;
	}

	header #NavWrap .menu-contact a .menu-image {
		position: absolute;
		right: -2em;
		width: 35.81%;
	}

	header #NavWrap .logo {
		position: absolute;
		left: 2.5em;
		bottom: 2em;
	}

	.pc-header,
	.pc-header {
		display: none;
	}

	.cta-contact .cta-contact-title .underline:before {
		width: 18px;
		height: 16px;
		right: -0.125em;
		top: -0.125em;
	}
}

/* contents
-------------------------------------------------------------------*/
/* footer
-------------------------------------------------------------------*/
#footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	color: #fff;
	background: #ffffff;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#footer .footer_inner {
	background: #a69f90;
	padding-block: 3.5em;
	margin-top: 8em;
}

#footer .foot-logo {
	text-align: center;
	width: 58.65%;
	margin: 0 auto 1em;
	filter: brightness(0) invert(1);
}

#footer .foot-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	gap: 0.5em 1em;
	/* max-width: 420px; */
	margin: 0 auto;
}

#footer .foot-list+.foot-list {
	margin-top: 0.5em;
}

#footer .foot-list li {
	position: relative;
}

#footer .foot-list li+li:before {
	content: "";
	width: 1px;
	background: #fff;
	position: absolute;
	height: 1em;
	left: -0.5em;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(15deg);
}

#footer .foot-list li a {
	font-size: 0.875rem;
	text-decoration: none;
}

a.pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	width: 80px;
	aspect-ratio: 1 / 1;
	border: solid 2px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #90CDE6;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.08em;
	flex-direction: column;
	gap: 0.25em;
	z-index: 200;
}

a.pagetop img {
	display: block;
	aspect-ratio: 1 / 1;
}

@media (any-hover: hover) {
	#footer .foot-list li a:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
	}
}

@media screen and (min-width:1950px) {
	#footer {
		width: 30vw;
	}
}

@media screen and (max-width:1520px) {
	#footer {
		margin-inline: auto;
		width: 500px;
	}

	#footer .foot-list {
		max-width: 320px;
	}

	#footer .foot-list li:nth-child(3):before {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	#footer {
		margin-right: 0;
	}

}

@media screen and (max-width:750px) {
	#footer {
		width: 100%;
	}
}

@media screen and (max-width:450px) {
	#footer {
		width: 100%;
		position: relative;
		z-index: 5;
	}

	#footer .footer_inner {
		padding-block: 2em 9em;
		margin-block: 4em 0;
	}

	a.pagetop {
		width: 40px;
		padding: 8px;
		bottom: 1.5em;
		right: 0.5em;
	}

	#footer .foot-list li:nth-child(odd):before {
		display: none;
	}

	#footer .foot-list li a {
		/* font-size: 1rem; */
		text-decoration: none;
	}
}

/* print
-------------------------------------------------------------------*/
*html body {
	zoom: 60%;
}

header.fixedMenu~#pageTop {
	opacity: 1;
	visibility: visible;
}

#pageTop {
	position: fixed;
	z-index: 10000;
	bottom: 2em;
	right: auto;
	right: 2%;
	width: 78px;
	padding-top: 1em;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background: #95c7cf;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	transition: .5s visibility, .5s opacity;
}

#pageTop::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 20px 0 auto;
	width: 16px;
	height: 16px;
	border-top: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
	transform: rotate(45deg);
}

@media (any-hover: hover) {
	#pageTop:hover {
		opacity: .8;
	}
}

@media screen and (max-width:450px) {
	#pageTop {
		bottom: 6em;
		width: 56px;
		padding-top: 1em;
		font-size: 0.875rem;
	}

	#pageTop::before {
		inset: 16px 0 auto;
		width: 12px;
		height: 12px;
	}
}