/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: initial;
}
img {
	width: 100%;
	display: block;
}
:root {
	--MainColor: #4F3333;
	--LifeassistColor: #FFF3E3;
	--ApartColor: #ffefee;
	--MansionColor: #f5efe9;
	--CompanyColor: #f7f7f7;
	--ShadowColor: #e9e7e7;
	--NavColor: #9C203A;
	--NavHeight: 40px;
	--OuterMaxwidth: 1300px;
	--MaxWidth: 1200px;
	--HeaderHeight: 90px;
	--CompanyLinksColor: #868686;
	--Title3MarginPadding: 60px;
	--LifeassistBlue: #779DE6;
	--ConsulBorderColor: #B4B5B5;
	--ConsulColor: #6A6C6C;
	--ApHeight: 120px;
	--NewColor: #779DE6;
	--SonpoColor: #999999;
	--OmimaiColor: #FFD4D1;
	--BodyMarginPadding: 15px;
	--BodyMarginTop: 90px;
	--BodyPaddingBottom: 40px;
	--AlertColor: #d80000;
	--CompanyHeight: 100px;
	--AboutColor: #ccc;
	--AboutBorderRadius: 10px;
	--ma_height: 120px;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: var(--MainColor);
	background-color: var(--LifeassistColor);
	overflow-x: hidden;
	letter-spacing: 0.03em;
	position: relative;
	padding: 0 var(--BodyMarginPadding);
}
a {
	color: var(--MainColor);
}
#pc_tel, .bp768, .bpm, .pc, .CB, .CBT, .pcin {
	display: none;
}
.kl {
	margin-left: -0.3em;
}
.kr {
	margin-right: -0.3em;
}
.kc {
	margin-left: -0.25em;
	margin-right: -0.25em;
}
.ib .kl,
.ib .kr,
.ib .kc,
.pcib .kl,
.pcib .kr,
.pcib .kc,
.form_name .kl,.form_name .kr,.form_name .kc{
	display: inline-block;
}
#contact_nav_box {
	display: none;
}
#header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--HeaderHeight);
	padding: 0 0 15px;
	max-width: var(--MaxWidth);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#header::after {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	width: 150%;
	transform: translate(-50%, 0);
	height: calc(100% + 15px);
	filter: blur(5px);
	background-color: var(--LifeassistColor);
	z-index: -2;
}
#header_white {
	position: absolute;
	content: "";
	width: calc(100% - 30px);
	height: 160px;
	background-color: #fff;
	border-radius: 50% / 80px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: blur(5px);
	z-index: -1;
}
#headerbox {
	flex: 1;
	display: flex;
	align-items: center;
}
#header_illust {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 10px 0 0;
}
#inu1, #inu2 {
	width: auto;
	height: 40px;
	display: block;
}
#logobox {
	width: 65%;
	min-width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#logo {
	width: 100%;
	max-width: 200px;
}
#hamburger {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-color: var(--MainColor);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 12px;
	position: relative;
	cursor: pointer;
}
.menu_button {
	background-color: #fff;
	width: 9px;
	height: 2px;
	border-radius: 1px;
	transition: all .5s;
}
.x_button {
	background-color: #fff;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	transition: all .5s;
}
.menu_button.b1, .menu_button.b2 {
	margin: 0 0 4px;
}
.open .menu_button, .x_button {
	opacity: 0;
}
.open .x_button {
	opacity: 1;
	transition-delay: .5s;
}
.x_button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
}
.x_button.x1 {
	transform: translate(-50%, -50%)rotate(45deg);
}
.x_button.x2 {
	transform: translate(-50%, -50%)rotate(-45deg);
}
#nav {
	position: fixed;
	top: 80px;
	right: 0;
	left: 0;
	bottom: 20px;
	transform: translate(0, -130%);
	max-width: 400px;
	margin: 0 var(--BodyMarginPadding);
	padding: var(--BodyMarginPadding);
	z-index: 50;
	overflow-y: scroll;
	padding-bottom: 50px;
}
.transition_on #nav {
	transition: .5s;
}
#nav.open {
	transform: translate(0, 0);
}
#nav_bg {
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--LifeassistColor);
	opacity: 0;
	transition: .5s;
	z-index: 48;
	overflow: hidden;
}
#nav_bg::after {
	content: '';
	background-color: #fff;
	filter: blur(5px);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 20px;
}
.open #nav_bg {
	opacity: 1;
	right: 0;
	bottom: 0;
}
#menu_cat {
	width: auto;
	height: 70px;
	display: block;
	margin: 0 0 -5px 20px;
	z-index: 9999;
	position: relative;
	padding: 20px 0 0;
}
.nav {
	font-size: 16px;
	line-height: var(--NavHeight);
	width: 100%;
	height: var(--NavHeight);
	background-color: #9C203A;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 0 10px;
	border-radius: 15px;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.nav.contact, .nav.telcall {
	padding-right: 20px;
}
.nav.lifeassist, .nav.apart, .nav.mansion {
	padding-left: 30px;
}
.nav.information, .nav.company {
	padding-left: 20px;
}
.nav::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: var(--NavHeight);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px;
}
.nav.contact::after {
	right: 0;
	left: auto;
	width: 40px;
	background-size: 26px;
	background-position: left;
	background-image: url("../img/template/arrow-nav.svg");
}
.nav.telcall::after {
	right: 0;
	left: auto;
	width: 40px;
	height: 60px;
	background-size: 24px;
	background-position: left;
	background-image: url("../img/template/tel.svg");
}
.nav.lifeassist::after {
	background-image: url("../img/template/icon_lifeassist.svg");
}
.nav.apart::after {
	background-image: url("../img/template/icon-apart.svg");
}
.nav.mansion::after {
	background-image: url("../img/template/icon-mansion.svg");
}
.nav.information::after {
	background-image: url("../img/template/icon-information.svg");
}
.nav.company::after {
	background-image: url("../img/template/icon-company.svg");
}
.nav.telcall {
	height: 60px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 0 40px;
}
#tel_comment {
	font-size: 12px;
	padding: 0 0 0 5px;
}
.nav#close {
	border: 1px solid #9C203A;
	background-color: #fff;
	color: #9C203A;
	position: relative;
	cursor: pointer;
}


.MainBox,
.MainBorderBox,
.RadiusBox,
.RadiusImg {
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.MainBox {
	box-shadow: 5px 5px 3px var(--ShadowColor);
	padding: 20px;
}
.MainBorderBox {
	border: 2px solid var(--MainColor);
	box-shadow: 5px 5px 3px var(--ShadowColor);
	padding: 20px;
}

.RadiusBox {
	/*ボックスシャドウのないボックス*/
}

.RadiusImg {
	box-shadow: 5px 5px 3px var(--ShadowColor);
}
.RadiusImg img {
	height: 100%;
	object-fit: cover;
}

.MainBox.lifeassist {
	background-color: var(--LifeassistColor);
}
.MainBox.apart {
	background-color: var(--ApartColor);
}
.MainBox.mansion {
	background-color: var(--MansionColor);
}
.MainBox.company {
	background-color: var(--CompanyColor);
}
.MainBox.border {
	border: 2px solid var(--MainColor);
}


#footer {
	margin: 55px auto 0;
	padding: 0 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#footer_inner {
	margin: auto;
	max-width: 428px;
}
#footer::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 160px;
	background-color: #fff;
	border-radius: 50% / 80px;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	filter: blur(5px);
	z-index: -9999;
}
#logo_f {
	width: 55%;
	max-width: 220px;
	margin: auto;
}
#address {
	margin: 15px auto;
}
#company_info {
	text-align: justify;
	color: #9C203A;
	font-size: 10px;
	line-height: 16px;
	width: 80%;
	margin: 20px auto;
}
#nav_f {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 80%;
	margin: auto;
}
#nav_f_border {
	background-color: var(--MainColor);
	width: 2px;
	border-radius: 1px;
	height: 60px;
	margin: 0 0 2px;
}
.nav_f {
	display: block;
	text-align: left;
	font-size: 12px;
}
.nav_f.pc {
	display: none;
}
#illust_f {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 15px auto 10px;
}
.silhouette {
	width: 50px;
}
#copyright {
	font-size: 10px;
	letter-spacing: 0.02em;
}
#PageTitleSection {
	margin-bottom: 40px;
}
#PageTitleImg {
	margin-bottom: 20px;
}


.ib {
	display: inline-block;
}








.TopTitle {
	margin: -0.3em 0;
	font-size: 1.4em;
	padding-bottom: 20px;
}

.BoxTitle {
	margin: -0.1em 0;
	line-height: 1.2;
	font-size: 1.3em;
	padding-bottom: 20px;
	text-align: center;
}


#page_title3 {
	font-size: 1.5714em;
	line-height: 1.3;
	padding-top: var(--Title3MarginPadding);
	margin-bottom: var(--Title3MarginPadding);
}
#PageTitle3 {
	padding: 75px 0;
	position: relative;
}
#PageTitle3 h1 {
	font-size: 1.5714em;
	margin: -0.2em 0;
	line-height: 1.4;
}
#PageTitle3Img {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	bottom: 20px;
}
#PageTitle3Img img {
	width: 40px;
	margin-right: 15px;
}




.MainSection {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
}
.MainSection:last-of-type {
	margin-bottom: 0;
}
.MainTextP {
	margin: -0.3em 0;
	margin-left: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
.MainTextB {
	margin: -0.3em 0;
	padding-bottom: 20px;
	text-align: justify;
}
.TopBoxMessage {
	border: 2px solid var(--NavColor);
	color: var(--NavColor);
	border-radius: 15px;
	padding: 20px;
	text-align: justify;
	line-height: 1.5;
	font-size: 1.1em;
}
.TopBoxMessage p {
	margin: -0.25em 0;
}
.SubTitleBox {
	font-size: 1.4em;
	line-height: 1.25;
	padding: 14px 10px 14px 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 3px var(--ShadowColor);
	margin-bottom: 25px;
}
.SubTitleBox.lifeassist {
	background-color: var(--LifeassistColor);
}
.SubTitleBox.apart {
	background-color: var(--ApartColor);
}
.SubTitleBox.mansion {
	background-color: var(--MansionColor);
}
.MainList {
	line-height: 1.4;
	margin: -0.2em 0;
	margin-left: 20px;
	padding-bottom: 20px;
}
.Only {
	padding-bottom: 0;
}
.PTN {
	padding-top: 0;
}

.MainList li {
	display: flex;
}
.MainList li:not(:last-of-type) {
	margin-bottom: 0.2em;
}
.MainList .shikaku {
	width: 1.3em;
}
.MainListText {
	flex: 1;
}
.Mini {
	font-size: 0.9em;
}
.SubTitleBorder {
	border: 2px solid var(--MainColor);
	border-radius: 10px;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 5px 20px;
	margin-bottom: 20px;
}
.SubTitleBorderRed {
	margin: -0.2em 0;
	line-height: 1.4;
	font-size: 1.2em;
	color: var(--NavColor);
	margin-left: 20px;
	padding-bottom: 20px;
}
.BigLink {
	width: 75%;
	display: block;
	color: #fff;
	min-height: 50px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 50px 10px 15px;
	margin-left: auto;
	background: var(--MainColor) url("../img/template/arrow-biglink.svg") no-repeat right 15px center / 28px;
}
.BigLinkMargin {
	margin-top: 10px;
}
.BigLink p {
	line-height: 1.2;
	margin: -0.1em 0;
	text-align: center;
	width: 100%;
}
.Caption_right, .CaptionCenter {
	font-size: 12px;
	margin: -0.1em 0;
	line-height: 1.2;
}
.Caption_right {
	text-align: right;
}
.CaptionCenter {
	text-align: center;
}



.IllustrationBox {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.IllustrationBox img {
	width: 50px;
	margin: 0 20px;
}


.DotBorder {
	display: block;
	background-image: url("../img/template/dot_glay.svg");
	background-size: 3.5% 4px;
	background-position: center;
	background-repeat: repeat-x;
	height: 4px;
	margin: auto;
}

@media print, screen and (max-width:359px) {
	#inu1, #inu2 {
		height: 35px;
	}
	#hamburger {
		margin: 0 10px;
	}
	#company_info, #nav_f {
		width: 100%;
		padding: 0 20px;
	}
	#company_info {
		letter-spacing: 0.025em;
	}
	#copyright {
		letter-spacing: 0;
	}
}
@media print, screen and (min-width:390px) {
	#header_illust {
		padding: 0;
	}
}
@media print, screen and (min-width:430px) {
	#nav {
		margin: auto;
	}
}
@media print, screen and (min-width:481px) {
	#logobox {
		justify-content: flex-end;
	}
	#hamburger {
		margin: 0 25px;
	}
}
@media print, screen and (min-width:768px) {
	:root {
		--TopSectionGap: 20px;
		--Title3MarginPadding: 80px;
		--LaboxHeight: 280px;
		--LaPadding: 40px;
		--IndexboxHeight: 280px;
		--IndexboxPadding: 40px;
		--BodyMarginPadding: 30px;
		--BodyMarginTop: 160px;
		--BodyPaddingBottom: 60px;
		--CompanyMapheight: 300px;
		--AboutBorderRadius: 15px;
	}
	.pcin {
		display: inline;
	}
	.pcib {
		display: inline-block;
	}
	#header {
		padding: 0 0 15px;
		margin: 0 var(--BodyMarginPadding);
		align-items: flex-end;
	}
	#header::after {
		top: -18px;
		height: 180px;
	}
	#header_white {
		width: 100%;
		height: 180px;
		border-radius: 50% / 100px;
	}
	#headerbox {
		max-width: var(--OuterMaxwidth);
		align-items: flex-end;
	}
	#logobox {
		width: 70%;
	}
	#logo {
		width: 240px;
		max-width: none;
	}
	#header_illust {
		width: 30%;
	}
	#pc_tel {
		font-size: 18px;
		line-height: 1;
		text-align: center;
		margin: 0 20px;
	}
	#pc_tel_span {
		font-size: 12px;
		line-height: 1;
		padding-left: 8px;
	}
	#inu1, #inu2 {
		height: 60px;
	}
	#nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: auto;
		margin: 0 var(--BodyMarginPadding);
		padding: 0;
		max-width: var(--MaxWidth);
		position: fixed;
		top: 90px;
		left: 0;
		right: 0;
		bottom: auto;
		transform: translate(0);
		z-index: 9999;
		transition: none;
		overflow: visible;
	}
	#menu_cat, .nav.contact, .nav.telcall, #close, #hamburger {
		display: none;
	}
	.nav {
		width: 14.5%;
		margin: 0 0 0 4px;
		font-size: 13px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 15px;
		text-align: left;
		border-radius: 10px;
	}
	.nav.lifeassist, .nav.apart, .nav.mansion {
		width: 20.5%;
	}
	.nav::after {
		width: 26px;
		background-size: 16px;
	}
	.nav.home {
		width: 9.5%;
		margin: 0;
	}
	.nav.lifeassist, .nav.apart, .nav.mansion, .nav.information, .nav.company {
		padding-left: 24px;
	}
	.nav_f {
		margin: 0 10px;
	}
	.nav_f.pc {
		display: block;
	}
	#contact_nav_box {
		display: block;
		position: fixed;
		bottom: 100px;
		right: -10px;
		width: 160px;
		z-index: 9999;
	}
	#contact_nav {
		width: 100%;
		margin: 0;
		padding: 0 46px 0 0;
		position: relative;
	}
	#contact_nav::after {
		position: absolute;
		content: '';
		background-image: url("../img/template/arrow-nav.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		width: 26px;
		height: 100%;
		left: auto;
		right: 20px;
		top: 0;
	}
	#pc_menu_cat {
		width: 50px;
		margin: 0 0 -5px 40px;
		z-index: 9999;
		position: relative;
	}
/*
	.MainBox,.MainBorderBox,.RadiusBox {
		margin-bottom: 25px;
	}
*/
	#footer::after {
		width: calc(100% - 40px);
	}
	#footer_inner {
		max-width: none;
	}
	#logo_f {
		max-width: none;
		width: 260px;
	}
	#address {
		display: flex;
		justify-content: center;
	}
	#tel_footer {
		margin: 0 0 0 10px;
	}
	#company_info {
		text-align: center;
		width: auto;
		font-size: 11px;
		margin: 30px auto;
	}
	#company_info_kerning {
		letter-spacing: 0.06em;
	}
	#nav_f {
		justify-content: center;
		width: 100%;
	}
	#nav_f_border {
		display: none;
	}
	.nav_f_flex {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.nav_f {
		margin: 0;
	}
	#illust_f {
		margin: 20px auto 0;
	}
	
	
	
	
	#PageTitle3 {
		display: flex;
		align-items: center;
		padding: 0;
		padding-top: 5px;
		height: 200px;
	}
	#PageTitle3 h1 {
		font-size: 1.6em;
	}
	#PageTitle3Img {
		position: static;
		justify-content: center;
		align-items: center;
	}
	#PageTitle3Img {
		margin-left: 80px;
	}
	#PageTitle3Img img {
		width: 45px;
		margin-right: 40px;
	}

	
	#PageTitleSection {
		display: grid;
		column-gap: var(--TopSectionGap);
		grid-template-columns: 1fr 1fr;
		align-items: end;
		margin-bottom: 80px;
	}
	#PageTitleSection #PageTitle3 {
		position: relative;
	}
	#PageTitleSection #PageTitle3Img {
		position: absolute;
		margin: 0;
		width: 100%;
		justify-content: flex-end;
		bottom: 25px;
	}
	#PageTitleSection #PageTitleImg {
		margin: 0;
		grid-column: 2 / 3;
		grid-row: 1 / 3;
	}
	#PageTitleSection .MainTextB {
		padding-left: 5px;
	}
	
	.TopTitle {
		padding-bottom: 25px;
	}
	.BoxTitle {
		padding-bottom: 25px;
	}
	.MainSection {
		margin-bottom: 50px;
		max-width: none;
	}
	
	.TopBoxMessage {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 25px;
		line-height: 1.6;
	}
	.TopBoxMessage p {
		width: 100%;
		margin: -0.3em 0;
	}
	.SubTitleBox {
		padding-left: 30px;
		margin-bottom: 30px;
		border-radius: 15px;
	}
	.MainTextP {
		margin-left: 30px;
		padding-bottom: 25px;
	}
	.MainTextB {
		padding-bottom: 25px;
	}
	.MainList {
		margin-left: 30px;
		padding-bottom: 25px;
	}
	.bp768, .pc {
		display: block;
	}
	.bp768u, .sp {
		display: none;
	}
	#pc_tel, .bp900 {
		display: block;
	}
	.SubTitleBorder {
		padding: 5px 30px;
		margin-bottom: 25px;
	}
	.SubTitleBorderRed {
		margin-left: 30px;
		padding-bottom: 25px;
	}
	.BigLink {
		width: 50%;
		max-width: 320px;
		min-height: 50px;
		padding: 10px 68px 10px 20px;
		background: var(--MainColor) url("../img/template/arrow-biglink.svg") no-repeat right 20px center / 28px;
		font-size: 14px;
		box-shadow: 5px 5px 3px var(--ShadowColor);
	}
	.BigLinkMargin {
		margin-top: 15px;
	}
	.BigLink p {
		line-height: 1.2;
		margin: -0.1em 0;
	}
	.CBT {
		display: block;
	}
	.DotBorder {
		background-size: 1.6% 4px;
		max-width: none;
	}
	.Only {
		padding-bottom: 0;
	}
	.PTN {
		padding-top: 0;
	}

}
@media print, screen and (min-width:900px) {
	:root {
		--NavHeight: 45px;
		--TopSectionGap: 40px;
		--IndexboxHeight: 300px;
		--IndexboxPadding: 50px;
		--BodyMarginPadding: 40px;
		--BodyMarginTop: 165px;
		--LaboxHeight: 300px;
		--LaPadding: 50px;
		--CompanyMapheight: 340px;
	}
	.nav {
		border-radius: 15px;
		margin: 0 0 0 6px;
		font-size: 14px;
		line-height: 16px;
	}
	.nav::after {
		width: 30px;
		background-size: 18px;
	}
	#contact_nav_box {
		width: 180px;
	}
	#footer {
		margin: 70px auto 0;
	}
	.nav_f {
		font-size: 14px;
	}
	#logo_f {
		width: 280px;
	}
	#company_info {
		font-size: 12px;
	}
	.DotBorder {
		background-size: 1.25% 4px;
	}

}
@media print, screen and (min-width:1000px) {
	:root {
		--TopSectionGap: 50px;
		--BodyMarginPadding: 50px;
		--IndexboxHeight: 320px;
		--IndexboxPadding: 60px;
		--LaboxHeight: 320px;
		--CompanyHeight: 120px;
		--CompanyMapheight: 360px;
	}
	#PageTitle3 {
		height: 240px;
	}

	.SubTitleBox {
		font-size: 22px;
	}
	.silhouette {
		width: 60px;
	}
	.CBT {
		display: none;
	}
	.CB {
		display: block;
	}
}
@media print, screen and (min-width:1100px) {
	:root {
		--TopSectionGap: 60px;
		--BodyMarginPadding: 60px;
		--BodyPaddingBottom: 80px;
		--LaboxHeight: 330px;
		--LaPadding: 70px;
		--ApHeight: 140px;
		--CompanyMapheight: 400px;
		--ApHeight: 140px;
		--IndexboxHeight: 340px;
		--IndexboxPadding: 70px;
	}
	br.lifeassist {
		display: none;
	}
	#logo {
		width: 260px;
	}
	#inu1, #inu2 {
		height: 65px;
	}
	#nav {
		top: 90px;
	}
	.nav {
		font-size: 16px;
		line-height: 18px;
		width: 12%;
		margin: 0 0 0 8px;
	}
	.nav::after {
		background-size: 18px;
	}
	.nav.lifeassist, .nav.apart, .nav.mansion {
		width: 23%;
	}
	.nav.home {
		width: 7%;
	}
	.nav.lifeassist, .nav.apart, .nav.mansion, .nav.information, .nav.company {
		padding-left: 28px;
	}
	#footer {
		max-width: var(--MaxWidth);
	}
	#footer::after {
		width: 100%;
	}
	#logo_f {
		width: 300px;
	}
	#address {
		font-size: 17px;
	}
	#company_info {
		font-size: 14px;
		line-height: 22px;
		margin: 30px auto;
	}
	.nav_f {
		font-size: 15px;
	}
	#illust_f {
		margin: 30px auto 0;
	}
	#contact_nav_box {
		width: 200px;
	}
	#contact_nav {
		padding: 0 48px 0 0;
	}
	#contact_nav::after {
		width: 28px;
	}
	#pc_menu_cat {
		width: 60px;
	}
	.DotBorder {
		background-size: 1% 4px;
	}

}
@media print, screen and (min-width:1200px) {
	:root {
		--TopSectionGap: 70px;
		--NavHeight: 50px;
		--BodyMarginPadding: 70px;
		--BodyMarginTop: 170px;
		--LaboxHeight: 340px;
		--LaPadding: 80px;
		--CompanyHeight: 130px;
		--CompanyMapheight: 450px;
		--LaboxHeight: 350px;
		--IndexboxHeight: 360px;
		--IndexboxPadding: 80px;
	}
	#footer {
		margin: 80px auto 0;
	}
	#logo_f {
		width: 320px;
	}
	#address {
		font-size: 18px;
	}
	.nav_f {
		font-size: 16px;
	}
}
@media print, screen and (min-width:1280px) {
	:root {
		--BodyMarginPadding: 80px;
	}
}
@media print, screen and (min-width:1300px) {
	:root {
		--TopSectionGap: 80px;
	}
}
@media print, screen and (min-width:1360px) {
	:root {
		--LaboxHeight: 360px;
	}
	#logo {
		width: 280px;
	}
	.nav::after {
		width: 35px;
		background-size: 22px;
	}
	.nav.lifeassist, .nav.apart, .nav.mansion, .nav.information, .nav.company {
		padding-left: 35px;
	}
	.nav {
		font-size: 17px;
		line-height: 19px;
		margin: 0;
	}
	.nav.home {
		width: 80px;
	}
	.nav.lifeassist, .nav.apart, .nav.mansion {
		width: 254px;
	}
	.nav.information, .nav.company {
		width: 154px;
	}
	.nav_f {
		font-size: 17px;
	}
	#header, #nav {
		margin: auto;
	}
}