@charset "utf-8";

/* all
-------------------------------------------------------------------*/
:root {
	--font01: "Noto Serif JP", serif;
	--font02: "Noto Sans JP", sans-serif;
	--font03: "BIZ UDPMincho", serif;
	--hover: background .4s, color .4s, border-color .4s, opacity .4s, text-decoration-color .4s, transform .4s, filter .4s, box-shadow .4s;
	--header: 70px;
	--container: 1200px;
	--inner: 2%;
	--keyfilter: brightness(0) saturate(100%) invert(31%) sepia(97%) saturate(921%) hue-rotate(164deg) brightness(94%) contrast(103%);
	--keycolor: #124871;
	--white: #ffff;
	--black: #494949;
	--cta01: #fcee21;
	--cta02: #fcd800;
	--cta03: #ff3941;
	--cta04: #0050d8;
	/* --cta05: #159edb; */
	--cta05: #3b7b97;
	--color01: #e5e5dd;
	--color02: #b2956e;
	--color03: #024a96;
	--color04: #f15a24;
	--bg01: #d3e6ff;
	--bg02: #eaf3ff;
	--bg03: #124871;
	--bg04: #98c4ff;
	--bg05: #e7ded2;
	--bg06: #f2ede7;
	--bg07: #e6e6df;
	--bg08: #f5f5f1;
	--bg09: #d1deec;
	--bg10: #f0dfdd;
	--bg11: #808080;
	--colors01: #4b7eb4;
	--colors02: #004495;
	--colors03: #16589e;
	--colors04: #3fbdd9;
	--colors05: #fcff5a;
	--colors06: #124871;
	--colorl01: #cb8383;
	--colorl02: #aa3535;
	--colorl03: #d09090;
	--colorl04: #cf8d8d;
	--colorl05: #ff5960;
}

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

html {
	background: var(--white);
	color: var(--black);
	font-family: var(--font01);
	font-size: 16px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
}

html .mincho {
	font-family: var(--font01);
}

html .goti {
	font-family: var(--font02);
}

html .mincho2 {
	font-family: var(--font03);
}

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);
}

@media screen and (max-width:1220px) {
	:root {
		--container: 100%;
	}
}

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

	html {
		font-size: 16px;
		font-feature-settings: normal;
		letter-spacing: 0.08em;
	}
}

/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: absolute;
	z-index: 100;
	top: 7.5%;
	left: 19%;
	background: transparent;
	max-width: fit-content;
}

header#fix_menu #site_ttl {
	text-align: left;
}

@media screen and (max-width:768px) {
	header#fix_menu {
		padding: 0;
		background: none;
		position: absolute;
		overflow: hidden;
		height: auto;
		top: 1em;
		left: 1.5em;
	}

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

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

	header #site_ttl img {
		max-height: 16px;
		width: auto;
	}
}

/* contents
-------------------------------------------------------------------*/
.aside-contact {
	position: fixed;
	inset: auto 1em 7em auto;
	z-index: 50;
}

.aside-contact a,
.aside-contact a:hover {
	text-decoration: none;
}

.aside-contact a {
	transition: var(--hover);
}

.aside-contact .contact-sales {
	position: relative;
	font-size: 1.125rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.375em;
	z-index: 10;
}

.aside-contact .contact-sales:before {
	content: "";
	width: 171px;
	position: absolute;
	margin: auto;
	z-index: -1;
	transform: translateX(-50%);
	background: var(--keycolor);
	height: 90px;
	inset: 1.25em 0 0 50%;
	border-radius: 4px;
}

.aside-contact .contact-sales:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid var(--keycolor);
	border-bottom: 0;
	inset: auto 0 -19px;
	margin: auto;
	position: absolute;
}

.aside-contact .contact-sales * {
	line-height: 1;
}

.aside-contact .contact-sales i {
	margin-block: 0.25em;
	display: inline-block;
}

.aside-contact .contact-sales p {
	display: block;
	-webkit-text-stroke: 4px var(--keycolor);
	text-stroke: 2px var(--keycolor);
	paint-order: stroke;
}

.aside-contact .contact-sales .txt-large {
	font-size: 2.5rem;
	margin-inline: 0.125em;
}

.aside-contact .contact-sales .txt-large2 {
	font-size: 1.875rem;
	margin-left: 0.125em;
}

.aside-contact .contact-des {
	background: var(--cta01);
	border-radius: 5px;
	color: var(--keycolor);
	font-style: var(--font01);
}

.aside-contact .contact-top {
	padding: 1em;
	position: relative;
}

.aside-contact .contact-top:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 95px solid transparent;
	border-left: 95px solid transparent;
	border-top: 22px solid var(--cta01);
	border-bottom: 0;
	position: absolute;
	inset: auto 0 -21px 0;
	margin: auto;
}

.aside-contact .contact-bottom {
	background: var(--cta02);
	border-radius: 0 0 5px 5px;
	padding: 2em 1em 1em;
}

.aside-contact .contact-bottom p {
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
}

.aside-contact .contact-bottom p:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid var(--keycolor);
	border-right: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.25em;
	margin-bottom: 0.125em;
}

.aside-contact .contact-top em {
	background: var(--cta03);
	color: var(--cta01);
	display: inline-block;
	padding: 0.125em 0.75em;
	border-radius: 50px;
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}

.aside-contact .contact-top p {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	position: relative;
}

.aside-contact .contact-top .contact-price {
	font-size: 1.1875rem;
	margin-bottom: 0;
}

.aside-contact .contact-top .contact-price strong {
	font-size: 2.75rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.03em;
	display: inline-block;
	margin-right: 0.125em;
}

.aside-contact .contact-top .contact-price span {
	position: absolute;
	right: 0.75em;
	letter-spacing: -0.02em;
	font-size: 0.75rem;
	top: 0.375em;
}

@media (any-hover: hover) {
	.aside-contact a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width:768px) {
	.aside-contact {
		inset: auto 1em 1em auto;
		width: calc(100% - 2em);
	}

	.aside-contact a {
		width: 100%;
		display: block;
	}

	.aside-contact .contact-sales {
		font-size: 1rem;
		margin-bottom: 0.5em;
	}

	.aside-contact .contact-sales:before {
		content: "";
		width: 100%;
		height: 25px;
		inset: 1em 0 0 0;
		transform: translateX(0);
		border-radius: 30px;
	}

	.aside-contact .contact-sales:after {
		bottom: -0.75em;
		border-top-width: 8px;
		bottom: -7px;
	}

	.aside-contact .contact-sales p {
		display: inline-block;
		text-align: center;
		letter-spacing: -0.05em;
	}

	.aside-contact .contact-sales .txt-large2 {
		font-size: 1.875rem;
		margin-left: 0.125em;
	}

	.aside-contact .contact-des {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		max-height: 88px;
		border-radius: 2px;
	}

	.aside-contact .contact-top {
		padding: 0.5em 0em 0.5em 1em;
		position: relative;
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		gap: 0em 0.25em;
	}

	.aside-contact .contact-top:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 44px solid transparent;
		border-bottom: 44px solid transparent;
		border-left: 22px solid var(--cta01);
		border-right: 0;
		position: absolute;
		inset: 0 -21px 0 auto;
		margin: auto;
		z-index: 5;
	}

	.aside-contact .contact-bottom {
		border-radius: 0 2px 2px 0;
		padding: 1em 0.5em 1em 1.5em;
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.aside-contact .contact-bottom p {
		font-size: 1.5625rem;
		letter-spacing: -0.01em;
		line-height: 1.2;
	}

	.aside-contact .contact-bottom p:after {
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 9px solid var(--keycolor);
		border-right: 0;
		position: absolute;
		inset: 60% 5% 0 auto;
		margin: auto;
	}

	.aside-contact .contact-top em {
		font-size: 0.9375rem;
		padding-inline: 0.5em;
		margin-bottom: 0;
	}

	.aside-contact .contact-top p {
		font-size: 0.9375rem;
		margin-bottom: 0;
		letter-spacing: -0.01em;
	}

	.aside-contact .contact-top .contact-price {
		font-size: 1.1875rem;
		margin-bottom: 0;
		letter-spacing: -0.1em;
	}

	.aside-contact .contact-top .contact-price strong {
		font-size: 2.75rem;
		line-height: 1;
		font-weight: 700;
		letter-spacing: -0.03em;
		display: inline-block;
		margin-right: 0.125em;
	}

	.aside-contact .contact-top .contact-price span {
		position: absolute;
		right: 0.25em;
		letter-spacing: -0.02em;
		font-size: 0.75rem;
		top: 0.375em;
	}
}

@media screen and (max-width:370px) {
	.aside-contact .contact-top em {
		font-size: 0.86rem;
	}

	.aside-contact .contact-top .contact-price strong {
		font-size: 2.5rem;
	}
}






/* footer
-------------------------------------------------------------------*/
#footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	color: #fff;
	background: var(--bg11);
	margin: 0 auto;
	text-align: center;
	padding-block: 3.5em;
}

#footer .foot-logo {
	text-align: center;
	width: 58.65%;
	margin: 0 auto 1.5em;
	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;
	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 (max-width:768px) {
	#footer {
		width: 100%;
		position: relative;
		z-index: 5;
		margin-top: 60px;
		padding-block: 3em 230px;
	}

	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 {
		text-decoration: none;
		font-size: 0.875rem;
	}

	#footer .footer_inner {
		--inner: 20px;
	}

	#footer .foot-logo {
		margin-bottom: 2em;
	}

	#footer .foot-list {
		gap: 0.875em 1em;
	}
}

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

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

#pageTop {
	position: fixed;
	z-index: 10000;
	bottom: 1em;
	right: auto;
	right: 2%;
	width: 78px;
	padding-top: 1em;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background: var(--keycolor);
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	transition: var(--hover);
}

#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);
}

main a.page_link {
	margin-top: -110px;
	padding-top: 110px;
	display: block;
	position: relative;
	z-index: -10;
}

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

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

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