@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*-----------------BODY--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	font-size: 1.6rem;
	font-size: calc(1.6rem + (1vw - 1.92rem) * 0.1294);
	font-weight: 400;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----------------BODY--------------------------------------------*/
/*-----------------ヘッダー--------------------------------------------*/
/*------キャッチフレーズ
--------------------------------------------*/
.bg .inner {
	width: auto;
}
#header-upper .description {
	font-size: calc(1.4rem + (1vw - 1.92rem) * 0.2232);
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー上部
--------------------------------------------*/
	#header-upper {
		background: #ddd;
	}
	.header-upper__inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 98%;
		max-width: 120rem;
		margin: 0 auto;
		padding: 1rem 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 60;
	}
	/*------コンタクトボタン
--------------------------------------------*/
	#header-upper ul.header__option__contact {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: calc(6rem + (1vw - 1.92rem) * 1.1161);
		top: 0;
		right: 0;
	}
	#header-upper ul.header__option__contact li, #header-upper ul.header__option__contact li a {
		height: 100%;
	}
	#header-upper ul.header__option__contact li:not(:last-child) {
		margin-right: 1rem;
	}
	#header-upper ul.header__option__contact li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	a.option__contact-tel, a.option__contact-mail {
		font-weight: 600;
		letter-spacing: .2rem;
		line-height: 1;
		padding: 1rem 2rem;
		border-radius: 0 0 1rem 1rem;
	}
	a.option__contact-tel {
		color: #004c95;
		background: #fff;
		font-size: calc(2.5rem + (1vw - 1.92rem) * 0.7813);
		font-style: italic;
		border-style: solid;
		border-width: 0 .3rem .3rem;
		border-color: #5ebcf1;
	}
	a.option__contact-mail {
		color: #fff;
		font-size: calc(1.6rem + (1vw - 1.92rem) * 0.2232);
		background: #1e9cd7;
		background: -webkit-gradient(linear, left top, left bottom, from(#1e9cd7), color-stop(50%, #1e9cd7), color-stop(50%, #0581c6), to(#0581c6));
		background: -o-linear-gradient(top, #1e9cd7 0%, #1e9cd7 50%, #0581c6 50%, #0581c6 100%);
		background: linear-gradient(to bottom, #1e9cd7 0%, #1e9cd7 50%, #0581c6 50%, #0581c6 100%);
	}
	a.option__contact-tel::before, a.option__contact-mail::before {
		content: '';
		margin-right: calc(1rem + (1vw - 1.92rem) * 0.5580);
	}
	a.option__contact-tel::before {
		width: calc(2.8rem + (1vw - 1.92rem) * 0.6696);
		height: calc(2.8rem + (1vw - 1.92rem) * 0.6696);
		background: url(/wp-content/uploads/icon_tel-bl.png) no-repeat center;
		background-size: contain;
	}
	a.option__contact-mail::before {
		width: calc(2.2rem + (1vw - 1.92rem) * 0.3348);
		height: calc(1.6rem + (1vw - 1.92rem) * 0.2232);
		background: url(/wp-content/uploads/icon_mail-wh.png) no-repeat center;
		background-size: contain;
	}
	/*------ヘッダーレイアウト
--------------------------------------------*/
	#header {
		z-index: 50;
		overflow: visible;
	}
	body:not(.sticky-header) #header {
		position: relative;
		background: url(/wp-content/uploads/footprint.png) no-repeat right calc(12rem + (1vw - 1.92rem) * 7.8125) bottom calc(1rem + (1vw - 1.92rem) * 0.5580);
		background-size: calc(30.5rem + (1vw - 1.92rem) * 6.1384) auto;
	}
	#header .inner, #header-layout, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul {
		height: 100%;
	}
	#header > .inner {
		width: 100%;
		max-width: 120rem;
		height: calc(11rem + (1vw - 1.92rem) * 2.2321);
	}
	#header-layout {
		position: relative;
		padding: 1rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	/*------ヘッダーロゴ
--------------------------------------------*/
	#header .logo {
		display: none;
	}
	#header .pc-logo {
		line-height: 0;
		position: absolute;
		top: 0;
		left: calc(0rem + (1vw - 1.92rem) * -1.1161);
	}
	#header .pc-logo img {
		width: 100%;
		max-width: calc(49rem + (1vw - 1.92rem) * 15.6250);
		height: auto;
	}
	/*------グローバルナビ
--------------------------------------------*/
	nav#mainNav {
		background: none;
		width: calc(100% - (50rem + (1vw - 1.92rem) * 11.1607));
	}
	#mainNav .inner {
		width: 100%;
	}
	nav#mainNav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	nav#mainNav ul li {
		display: block;
	}
	nav#mainNav ul li a {
		font-size: calc(1.8rem + (1vw - 1.92rem) * 0.4464);
		padding: calc(2.5rem + (1vw - 1.92rem) * 0.5580) 1.5rem;
	}
	nav#mainNav ul li:last-child a {
		padding-right: 0;
	}
	nav#mainNav ul li a b {
		font-weight: 600;
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		content: '';
		position: absolute;
		width: 85%;
		height: .3rem;
		background: #5ebcf1;
		left: 50%;
		bottom: calc(1.5rem + (1vw - 1.92rem) * 0.5580);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/*------スティッキーヘッダー表示時
--------------------------------------------*/
	.sticky-header #header-upper, .sticky-header #header .pc-logo {
		display: none;
	}
	body.sticky-header nav#mainNav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sticky-header .site-header {
		z-index: 999;
	}
	.sticky-header #header > .inner {
		height: 8rem;
		max-width: none;
	}
	.sticky-header #header-layout, .sticky-header nav#mainNav {
		width: 100%;
	}
	.sticky-header #header-layout {
		background: #fff;
		-webkit-box-shadow: 0 0 .8rem rgba(0, 0, 0, .2);
		box-shadow: 0 0 .8rem rgba(0, 0, 0, .2);
	}
}
/*------レスポンシブ
--------------------------------------------*/
.mobile #header-upper, .mobile .pc-logo {
	display: none;
}
@media print, screen and (max-width: 1023px) {
	.mobile #header {
		background: #fff;
		-webkit-box-shadow: 0 0 .8rem rgba(0, 0, 0, .2);
		box-shadow: 0 0 .8rem rgba(0, 0, 0, .2);
		z-index: 999;
	}
	.mobile #header .logo .mark {
		padding: .3rem .8rem;
		text-align: left;
	}
	#header-upper, .pc-logo {
		display: none;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin-bottom: 1rem;
	}
	#header-layout {
		padding: 2rem 0 0;
	}
}
/*-----------------ヘッダー--------------------------------------------*/
/*-----------------フッター--------------------------------------------*/
/*------共通
--------------------------------------------*/
#footer {
	padding: 0;
	background: none;
}
#footer a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#footer a:hover, #footer ul li a:hover {
	text-decoration: none;
}
#footer .inner {
	width: 95%;
	max-width: 110rem;
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
	text-align: center;
	margin: 3rem auto 0;
}
#footer .footnav ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2;
	border-left: .1rem solid #1a1a1a;
	border-right: .1rem solid #1a1a1a;
}
#footer .footnav ul li {
	padding: 0 1.5rem;
}
#footer .footnav ul li:not(:last-child) {
	border-right: .1rem solid #1a1a1a;
}
#footer .footnav ul li a:hover {
	text-decoration: underline;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo {
	margin: 0 auto calc(2rem + (1vw - 1.92rem) * 0.6472);
	text-align: center;
}
#footer .footer__logo img {
	width: auto;
	max-height: calc(12rem + (1vw - 1.92rem) * 2.5890);
}
/*------フッター上部
--------------------------------------------*/
#footer .foot-contactTtl {
	position: relative;
	display: table;
	margin: calc(-5rem + (1vw - 1.92rem) * -0.3236) auto 1rem;
	padding: 0 calc(28rem + (1vw - 1.92rem) * 18.1230) 0 calc(28rem + (1vw - 1.92rem) * 14.2395);
	text-align: center;
}
#footer .foot-contactTtl::before {
	content: '';
	position: absolute;
	width: calc(18rem + (1vw - 1.92rem) * 7.7670);
	height: calc(18rem + (1vw - 1.92rem) * 7.7670);
	background: url(/wp-content/uploads/label_04.png) no-repeat center;
	background-size: contain;
	top: calc(-5rem + (1vw - 1.92rem) * -2.2654);
	left: 0;
	z-index: 1;
}
#footer .foot-contactTtl img {
	width: 90%;
	max-width: 50.7rem;
	height: auto;
}
#fooetr-upper {
	position: relative;
	background: url(/wp-content/uploads/bg_border.png) center;
}
#fooetr-upper::after {
	content: '';
	position: absolute;
	width: calc(38.6rem + (1vw - 1.92rem) * 16.2946);
	height: calc(43.8rem + (1vw - 1.92rem) * 18.5268);
	background: url(/wp-content/uploads/img_woman02.png)no-repeat center;
	background-size: contain;
	bottom: 0;
	right: calc(10rem + (1vw - 1.92rem) * 11.1607);
}
#footer #contactArea {
	max-width: 120rem;
	background: none;
	padding: 3rem 2rem;
	z-index: auto;
}
#footer #contactArea::after {
	content: none;
}
#footer #contactArea ul.contactBtns {
	background: #fff;
	padding: 3rem 4rem;
	margin: 2rem auto;
	z-index: auto;
}
#footer #contactArea ul.contactBtns li {
	position: relative;
	z-index: 1;
}
#footer #contactArea a.contact-tel {
	color: #004c95;
}
#footer #contactArea a.contact-tel::before {
	background: url(/wp-content/uploads/icon_tel-bl.png) no-repeat center;
	background-size: contain;
}
#footer #contactArea ul.contactBtns li:nth-child(2) {
	border-left: .1rem solid #004c95;
}
#footer #contactArea .contact-phrase {
	margin: 0 auto;
}
/*------フッター下部
--------------------------------------------*/
#footer-lower {
	font-size: calc(1.6rem + (1vw - 1.92rem) * 0.2589);
	padding: calc(3rem + (1vw - 1.92rem) * 0.6472)0 calc(2rem + (1vw - 1.92rem) * 0.3236);
}
#footer-lower .inner {
	width: 95%;
	max-width: 40rem;
	text-align: left;
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#fooetr-upper::after {
		content: none;
	}
	#footer #contactArea ul.contactBtns {
		max-width: 70rem;
		padding: calc(3rem + (1vw - 1.02rem) * 1.5432) calc(4rem + (1vw - 1.02rem) * 3.0864);
	}
	#footer #contactArea ul.contactBtns li:nth-child(2) {
		border: none;
	}
	#footer #contactArea a.contact-tel {
		text-align: center;
	}
}
@media print, screen and (max-width: 640px) {
	#fooetr-upper::after {
		content: none;
	}
	#footer #contactArea ul.contactBtns {
		max-width: none;
		margin-right: calc(((100vw - 100%) / 2) * -1);
		margin-left: calc(((100vw - 100%) / 2) * -1);
	}
	#footer #contactArea ul.contactBtns li:nth-child(2) {
		border: none;
	}
	#footer #contactArea a.contact-tel {
		text-align: center;
	}
}
/*-----------------フッター--------------------------------------------*/
/*----------------メインイメージ--------------------------------------------*/
#mainImg {
	position: relative;
	z-index: 5;
}
/*----------------メインイメージ--------------------------------------------*/
/*-----------------見出し--------------------------------------------*/
/*------共通
--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
/*------h1タイトル
--------------------------------------------*/
h1.title, .post h1 {
	font-size: calc(3.6rem + (1vw - 1.92rem) * 0.8414);
	font-weight: 900;
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 0 auto calc(10rem + (1vw - 1.92rem) * 3.2362);
}
/*------h2タイトル
--------------------------------------------*/
.post h2 {
	display: table;
	font-size: calc(3.2rem + (1vw - 1.92rem) * 0.7767);
	font-weight: 900;
	font-style: italic;
	letter-spacing: calc(.4rem + (1vw - 1.92rem) * 0.1294);
	text-align: center;
	padding: 1rem calc(7rem + (1vw - 1.92rem) * 2.5890);
	margin: calc(10rem + (1vw - 1.92rem) * 3.2362) auto calc(6rem + (1vw - 1.92rem) * 1.9417);
}
.post h2::before, .post h2::after {
	content: '';
	position: absolute;
	width: calc(4.5rem + (1vw - 1.92rem) * 1.2945);
	height: calc(5.7rem + (1vw - 1.92rem) * 1.6181);
	background: url(/wp-content/uploads/fukidashi.png) no-repeat center;
	background-size: contain;
	top: calc(50% + (.8rem + (1vw - 1.92rem) * 0.1942));
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
}
.post h2::before {
	left: 0;
}
.post h2::after {
	right: 0;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
}
/*------h3タイトル
--------------------------------------------*/
.post h3 {
	font-size: calc(2.8rem + (1vw - 1.92rem) * 0.7120);
	font-weight: 600;
	font-style: italic;
	letter-spacing: calc(.4rem + (1vw - 1.92rem) * 0.1294);
	text-align: center;
	padding: 0;
	margin: calc(8rem + (1vw - 1.92rem) * 2.2654) auto calc(5rem + (1vw - 1.92rem) * 1.6181);
}
.post h3 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post h3 span::before, .post h3 span::after {
	content: '';
	display: block;
	width: 15%;
	max-width: 15rem;
	height: calc(.4rem + (1vw - 1.92rem) * 0.1294);
	background: #333;
}
.post h3 span::before {
	margin-right: calc(3rem + (1vw - 1.92rem) * 0.9709);
}
.post h3 span::after {
	margin-left: calc(3rem + (1vw - 1.92rem) * 0.9709);
}
/*------h4タイトル
--------------------------------------------*/
.post h4 {
	color: #004c95;
	font-size: calc(2.4rem + (1vw - 1.92rem) * 0.6472);
	font-weight: 600;
	padding: 0;
	margin: calc(3rem + (1vw - 1.92rem) * 0.6472) auto calc(1.5rem + (1vw - 1.92rem) * 0.3236);
	border: none;
}
/*------上部マージン消去
--------------------------------------------*/
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}
/*-----------------見出し--------------------------------------------*/
/*-----------------パンくずリスト--------------------------------------------*/
#breadcrumb {
	position: relative;
	padding: 1.2rem 0;
}
#breadcrumb ul {
	width: 95%;
	padding: 0;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
body:not(.home):not(.category):not(.single-post) #breadcrumb::before {
	content: '';
	position: absolute;
	width: 100vw;
	height: calc(22.5rem + (1vw - 1.92rem) * 3.5599);
	background: url(/wp-content/uploads/bg_footprint-bl.png) center;
	background-size: contain;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 1rem 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
/*-----------------共通--------------------------------------------*/
/*------ラッパーコンテンツ
--------------------------------------------*/
#full-wrapper .post {
	margin: 0 auto;
}
.wrapper-content {
	width: 95%;
	max-width: 120rem;
	margin: auto;
}
/*------フレックスボックス
--------------------------------------------*/
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbox + .flexbox {
	margin-top: calc(8rem + (1vw - 1.92rem) * 1.9417);
}
.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.w30 {
	width: 28.5%;
}
.w40 {
	width: 38.5%;
}
.w50 {
	width: 48.5%;
}
.w60 {
	width: 58.5%;
}
.w70 {
	width: 68.5%;
}
/*------pタグ
--------------------------------------------*/
.post p {
	padding-bottom: 0;
}
/*------リスト
--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	margin: 0 0 calc(1rem + (1vw - 1.92rem) * 0.2589) 0;
}
.post li:last-child {
	margin-bottom: 0;
}
ul.discList {
	list-style: disc;
	margin: calc(2rem + (1vw - 1.92rem) * 0.5178) auto calc(2rem + (1vw - 1.92rem) * 0.5178) calc(3rem + (1vw - 1.92rem) * 0.6472);
}
ul.discList:first-child {
	margin-top: 0;
}
ul.discList:last-child {
	margin-bottom: 0;
}
/*------テーブル
--------------------------------------------*/
.post table {
	margin: calc(3rem + (1vw - 1.92rem) * 0.6472) auto;
}
.post table th, .post table td {
	padding: calc(1rem + (1vw - 1.92rem) * 0.3236) calc(1.5rem + (1vw - 1.92rem) * 0.4531);
}
.post table th {
	width: 25%;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
/*------画像
--------------------------------------------*/
.post img.aligncenter {
	margin: 0 auto;
}
/*------リンクボタン
--------------------------------------------*/
a.morelinkBtn {
	display: inline-block;
	color: #f13138;
	font-size: calc(2.4rem + (1vw - 1.92rem) * 0.6472);
	font-weight: 600;
	letter-spacing: .2rem;
	padding: calc(.8rem + (1vw - 1.92rem) * 0.1294) calc(8rem + (1vw - 1.92rem) * 2.9126);
	border: .1rem solid #f13138;
	border-radius: 10rem;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a.morelinkBtn:hover {
	color: #fff;
	background: #f13138;
	text-decoration: none;
}
.linkBtn-area {
	text-align: center;
	margin: calc(6rem + (1vw - 1.92rem) * 1.9417) auto;
}
a.external::after {
	content: '\f08e';
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 1rem;
}
.linkBtn-area:first-child {
	margin-top: 0;
}
.linkBtn-area:last-child {
	margin-bottom: 0;
}
/*------アンカーリンク
--------------------------------------------*/
.anchorLink::before {
	content: '';
	display: block;
	padding-top: 8rem;
	margin-top: -8rem;
}
/*------注釈・強調テキスト
--------------------------------------------*/
.note {
	display: block;
	font-size: 90%;
}
.noteCol {
	font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
}
.red-txt {
	color: #f13138;
}
.read-txt {
	font-size: calc(1.8rem + (1vw - 1.92rem) * 0.1942);
	text-align: center;
	letter-spacing: .1rem;
	line-height: 2.2;
	margin: calc(6rem + (1vw - 1.92rem) * 1.2945) auto calc(7rem + (1vw - 1.92rem) * 1.2945);
}
.top-null {
	margin-top: calc(2rem + (1vw - 1.92rem) * 0.3236);
}
.rightTxt {
	text-align: right;
}
/*------ギャラリー
--------------------------------------------*/
.gallery {
	margin: calc(3rem + (1vw - 1.92rem) * 0.6472) auto !important;
}
.gallery > br {
	display: none;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	margin-top: 0 !important;
	line-height: 0;
	margin-bottom: calc(2rem + (1vw - 1.92rem) * 0.7819);
}
.gallery-caption {
	line-height: 1.8;
	margin: 1rem auto 0 !important;
	padding: 0;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
/*------レスポンシブ時、改行無し、左揃え
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	.pc-center {
		text-align: center;
	}
}
@media print, screen and (max-width: 768px) {
	.br-none br {
		display: none;
	}
}
/*------横100%
--------------------------------------------*/
#wrapper, #content, .post {
	overflow: visible;
}
.fullwidthBox {
	position: relative;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 3rem calc((100vw - 100%) / 2);
}
/*------Googleマップ
--------------------------------------------*/
.googlemap {
	padding-bottom: 45%;
	margin: calc(5rem + (1vw - 1.92rem) * 1.6181) auto;
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
/*-----------------共通--------------------------------------------*/
/*-----------------トップ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.home #full-wrapper {
	margin-top: -40rem;
}
.home #content {
	padding: 0;
}
.front-contents {
	position: relative;
	padding: calc(10rem + (1vw - 1.92rem) * 3.2362) 0;
}
.post h2.none-deco {
	display: block;
	padding: 0;
	z-index: 5;
}
.post h2.none-deco::before, .post h2.none-deco::after {
	content: none;
}
.blueTtl {
	color: #004c95;
	font-size: calc(3rem + (1vw - 1.92rem) * 0.7767);
	font-weight: 900;
	letter-spacing: .5rem;
	text-align: center;
	margin: 0 auto calc(5rem + (1vw - 1.92rem) * 1.9417);
}
a.redBtn, #contactArea a.redBtn {
	display: block;
	max-width: 67.5rem;
	color: #fff;
	background: #f94b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#f94b58), color-stop(50%, #f94b58), color-stop(50%, #f33942), to(#f33942));
	background: -o-linear-gradient(top, #f94b58 0%, #f94b58 50%, #f33942 50%, #f33942 100%);
	background: linear-gradient(to bottom, #f94b58 0%, #f94b58 50%, #f33942 50%, #f33942 100%);
	font-size: calc(4rem + (1vw - 1.92rem) * 1.5534);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: calc(.3rem + (1vw - 1.92rem) * 0.1294);
	padding: calc(2rem + (1vw - 1.92rem) * 0.3236) calc(2.5rem + (1vw - 1.92rem) * 0.6472);
	margin: 0 auto;
	border-radius: calc(1rem + (1vw - 1.92rem) * 0.2589);
	-webkit-box-shadow: calc(.5rem + (1vw - 1.92rem) * 0.1294) calc(.5rem + (1vw - 1.92rem) * 0.1294) 0 rgba(0, 0, 0, .6);
	box-shadow: calc(.5rem + (1vw - 1.92rem) * 0.1294) calc(.5rem + (1vw - 1.92rem) * 0.1294) 0 rgba(0, 0, 0, .6);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a.redBtn:hover, #contactArea a.redBtn:hover {
	text-decoration: none;
	opacity: .8;
}
/*------ページ上部お問い合わせ
--------------------------------------------*/
.withHeader {
	top: calc(-5.5rem + (1vw - 1.92rem) * -4.4643);
}
body:not(.home) .withHeader {
	display: none;
}
#contactArea {
	position: relative;
	max-width: 130rem;
	margin: 0 auto;
	color: #fff;
	background: #004c95;
	text-align: center;
	padding: 2rem 20rem 2rem 2rem;
	z-index: 10;
}
#contactArea::after {
	content: '';
	position: absolute;
	width: calc(35.6rem + (1vw - 1.92rem) * 9.5982);
	height: calc(42.3rem + (1vw - 1.92rem) * 11.3839);
	background: url(/wp-content/uploads/img_woman03.png)no-repeat center;
	background-size: contain;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#contactArea .contact-phrase {
	position: relative;
	z-index: 1;
	font-size: calc(2.2rem + (1vw - 1.92rem) * 0.6696);
	letter-spacing: .4rem;
	margin-bottom: 2rem;
}
@media print, screen and (min-width: 1024px) {
	footer:not(#footer) #contactArea .contact-phrase br {
		display: none;
	}
}
#contactArea .contact-phrase span {
	color: #fcee21;
}
#contactArea .contact-phrase .largeTxt {
	font-size: 118%;
}
#contactArea ul.contactBtns {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contactArea ul.contactBtns li {
	padding: 0 calc(3rem + (1vw - 1.92rem) * 1.1161);
	margin-bottom: 0;
}
#contactArea ul.contactBtns li:nth-child(2) {
	border-left: .1rem solid #fff;
}
#contactArea ul.contactBtns li:nth-child(3) {
	padding: 0;
}
#contactArea a.contact-tel {
	display: block;
	color: #fff;
	font-size: calc(4.8rem + (1vw - 1.92rem) * 2.0089);
	font-weight: 600;
	font-style: italic;
	letter-spacing: calc(.5rem + (1vw - 1.92rem) * 0.1294);
}
#contactArea a.contact-mail, #contactArea a.contact-line {
	font-size: calc(2.4rem + (1vw - 1.92rem) * 0.8929);
}
#contactArea a.contact-mail:hover, #contactArea a.contact-line:hover {
	color: #fff;
}
#contactArea a.contact-line {
	background: -webkit-gradient(linear, left top, left bottom, from(#52d152), color-stop(50%, #52d152), color-stop(50%, #00b900), to(#00b900));
	background: -o-linear-gradient(top, #52d152 0%, #52d152 50%, #00b900 50%, #00b900 100%);
	background: linear-gradient(to bottom, #52d152 0%, #52d152 50%, #00b900 50%, #00b900 100%);
}
#contactArea a.contact-tel::before, #contactArea a.contact-mail::before, #contactArea a.contact-line::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
#contactArea a.contact-mail::before, #contactArea a.contact-line::before {
	height: calc(3rem + (1vw - 1.92rem) * 1.1161);
	margin: -.6rem calc(1.5rem + (1vw - 1.92rem) * 0.5580) 0 0;
}
#contactArea a.contact-tel::before {
	width: calc(4.8rem + (1vw - 1.92rem) * 1.4509);
	height: calc(4.8rem + (1vw - 1.92rem) * 1.4509);
	background: url(/wp-content/uploads/icon_tel-wh.png) no-repeat center;
	background-size: contain;
	margin: -1.2rem calc(1.5rem + (1vw - 1.92rem) * 0.5580) 0 0;
}
#contactArea a.contact-mail::before {
	width: calc(4rem + (1vw - 1.92rem) * 1.4509);
	background: url(/wp-content/uploads/icon_mail-wh.png) no-repeat center;
	background-size: contain;
}
#contactArea a.contact-line::before {
	width: calc(3.1rem + (1vw - 1.92rem) * 1.2277);
	background: url(/wp-content/uploads/icon_sns-wh.png) no-repeat center;
	background-size: contain;
}
/*------sec01
--------------------------------------------*/
#sec01 {
	background: url(/wp-content/uploads/bg_footprint-bl.png) center;
	padding: 45rem 0 calc(15rem + (1vw - 1.92rem) * 4.8544);
}
#sec01 h2.none-deco {
	font-size: calc(4.6rem + (1vw - 1.92rem) * 0.9061);
}
.top-greeting {
	position: relative;
	z-index: 1;
	background: #fff;
	margin: calc(-9rem + (1vw - 1.92rem) * -2.5890) auto 0;
	padding: calc(7rem + (1vw - 1.92rem) * 1.9417) calc(7rem + (1vw - 1.92rem) * 2.5890) calc(5rem + (1vw - 1.92rem) * 1.2945);
}
#sec01 .top-greeting img {
	max-width: calc(15rem + (1vw - 1.92rem) * 1.9417);
	height: auto;
	margin-top: calc(3rem + (1vw - 1.92rem) * 0.3236);
}
.top-greeting::after {
	content: '';
	position: absolute;
	width: calc(30.5rem + (1vw - 1.92rem) * 5.2427);
	height: calc(13.6rem + (1vw - 1.92rem) * 2.3301);
	background: url(/wp-content/uploads/footprint.png) no-repeat center;
	background-size: contain;
	bottom: 10rem;
	right: calc(14rem + (1vw - 1.92rem) * 7.7670);
	z-index: -1;
}
/*------sec02
--------------------------------------------*/
#sec02 {
	padding: calc(12rem + (1vw - 1.92rem) * 3.2362) 0 calc(5rem + (1vw - 1.92rem) * 1.6181);
}
#sec02 h2.none-deco {
	font-size: calc(3.6rem + (1vw - 1.92rem) * 0.9709);
}
#sec02::before {
	content: '';
	position: absolute;
	width: calc(18rem + (1vw - 1.92rem) * 5.8252);
	height: calc(18rem + (1vw - 1.92rem) * 5.8252);
	background: url(/wp-content/uploads/label_03.png) no-repeat center;
	background-size: contain;
	top: calc(-8rem + (1vw - 1.92rem) * -2.5890);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul.checkboxList {
	position: relative;
	background: #f7f5cd;
	padding: calc(8rem + (1vw - 1.92rem) * 2.5890) calc(8rem + (1vw - 1.92rem) * 3.5599);
	margin: calc(-8.5rem + (1vw - 1.92rem) * -2.5890) auto calc(13.5rem + (1vw - 1.92rem) * 4.5307);
}
ul.checkboxList.how-trouble::before, ul.checkboxList.how-trouble::after {
	content: '';
	position: absolute;
}
ul.checkboxList.how-trouble::before {
	width: calc(27.2rem + (1vw - 1.92rem) * 5.8036);
	height: calc(30.5rem + (1vw - 1.92rem) * 6.4732);
	background: url(/wp-content/uploads/img_man01.png) no-repeat center;
	background-size: contain;
	bottom: calc(-13.5rem + (1vw - 1.92rem) * -4.4643);
	right: calc(-10rem + (1vw - 1.92rem) * -10.0446);
}
ul.checkboxList.how-trouble::after {
	width: calc(30rem + (1vw - 1.92rem) * 7.7670);
	height: calc(9.8rem + (1vw - 1.92rem) * 2.5243);
	background: url(/wp-content/uploads/arrow.png) no-repeat center;
	background-size: contain;
	left: 50%;
	bottom: calc(-9.7rem + (1vw - 1.92rem) * -2.5243);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
ul.checkboxList li {
	position: relative;
	font-size: calc(2.4rem + (1vw - 1.92rem) * 0.6472);
	font-weight: 600;
	padding-left: calc(6rem + (1vw - 1.92rem) * 1.9417);
	margin-bottom: calc(3.5rem + (1vw - 1.92rem) * 0.6472);
}
ul.checkboxList li::before {
	content: '';
	position: absolute;
	width: calc(4rem + (1vw - 1.92rem) * 1.2945);
	height: calc(3.3rem + (1vw - 1.92rem) * 1.0356);
	background: url(/wp-content/uploads/checkbox.png) no-repeat center;
	background-size: contain;
	top: calc(0rem + (1vw - 1.92rem) * -0.1294);
	left: 0;
}
/*------sec03
--------------------------------------------*/
#sec03 {
	background: url(/wp-content/uploads/bg_footprint-rb.png) center;
	padding: .1rem 0 8rem;
}
#sec03::before {
	content: '';
	position: absolute;
	width: calc(18rem + (1vw - 1.92rem) * 5.0485);
	height: calc(19.9rem + (1vw - 1.92rem) * 5.7605);
	background: url(/wp-content/uploads/label_01.png) no-repeat center;
	background-size: contain;
	top: calc(-6rem + (1vw - 1.92rem) * -1.6181);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sec03 .wrapper-content {
	margin-top: calc(-5.5rem + (1vw - 1.92rem) * -6.7961);
}
.figure-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.post h2.costdown-ttl {
	color: #004c95;
	font-size: calc(7.4rem + (1vw - 1.92rem) * 2.8479);
	font-weight: 900;
	line-height: 1.4;
	padding: calc(3.5rem + (1vw - 1.92rem) * 1.2945) 0;
	margin: 0;
}
.post h2.costdown-ttl span {
	display: block;
	font-size: 59%;
	letter-spacing: normal;
}
.costdown-img img {
	width: 100%;
	max-width: calc(45.8rem + (1vw - 1.92rem) * 21.2298);
	height: auto;
}
.servicePac {
	position: relative;
	color: #f13138;
	background: #fff;
	font-size: calc(2.8rem + (1vw - 1.92rem) * 0.7767);
	font-style: italic;
	letter-spacing: .3rem;
	text-align: center;
	padding: 4rem;
}
.servicePac + .servicePac {
	margin-top: calc(10rem + (1vw - 1.92rem) * 2.5890);
}
.servicePac + .servicePac::before {
	content: '＋';
	position: absolute;
	font-size: calc(8rem + (1vw - 1.92rem) * 1.9417);
	font-weight: 900;
	font-style: normal;
	line-height: 1;
	top: calc(-9.5rem + (1vw - 1.92rem) * -2.2654);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.servicePac p {
	margin-bottom: 2rem;
}
.pacWrap {
	max-width: 83rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	margin: 0 auto;
}
.pac-price {
	font-size: calc(11.2rem + (1vw - 1.92rem) * 2.7802);
	font-weight: 900;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
}
.pac-price span {
	display: inline-block;
	font-size: 52%;
	padding: 0 0 0 calc(1.5rem + (1vw - 1.92rem) * 0.6472);
}
.pac-fukidashi {
	position: relative;
	font-size: calc(4rem + (1vw - 1.92rem) * 1.3032);
	font-weight: 900;
	font-style: normal;
	background: #f4f2b8;
	padding: 1.5rem 4rem 1.5rem 4.3rem;
	margin-right: 4rem;
	border: .5rem solid #f13138;
	border-radius: 1.5rem;
}
.pac-fukidashi::before, .pac-fukidashi::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 1rem 0 1rem 3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pac-fukidashi::before {
	border-color: transparent transparent transparent #f13138;
	right: -3.2rem;
}
.pac-fukidashi::after {
	border-color: transparent transparent transparent #f4f2b8;
	right: -1.6rem;
}
#sec03 .blueTtl {
	font-style: italic;
	letter-spacing: .2rem;
	margin: calc(4rem + (1vw - 1.92rem) * 1.2945) auto;
}
a.redBtn.priceIcon::before {
	content: '';
	display: inline-block;
	width: calc(4.8rem + (1vw - 1.92rem) * 1.4887);
	height: calc(5.7rem + (1vw - 1.92rem) * 1.7476);
	background: url(/wp-content/uploads/icon_cost.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin: calc(-1.2rem + (1vw - 1.92rem) * -0.4531) calc(2rem + (1vw - 1.92rem) * 0.6472) 0 0;
}
/*------sec04
--------------------------------------------*/
#sec04 {
	padding-bottom: 0;
}
.businessWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ddd;
}
.business__col, .business__img {
	width: 50%;
}
.business__col {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 5rem calc(14.5rem + (1vw - 1.92rem) * 9.1225);
}
.post h4.bkTtl {
	max-width: 50rem;
	color: #1a1a1a;
	font-size: calc(3.6rem + (1vw - 1.92rem) * 1.1650);
	font-style: italic;
	text-align: center;
	letter-spacing: .2rem;
	border-bottom: .1rem solid #808080;
	margin: 0 auto calc(5rem + (1vw - 1.92rem) * 1.9417);
	padding: 0 0 calc(1.5rem + (1vw - 1.92rem) * 0.3236);
}
.post h4.bkTtl::before {
	content: '';
	display: block;
	height: calc(7.5rem + (1vw - 1.92rem) * 1.9417);
	margin: 0 auto calc(3rem + (1vw - 1.92rem) * 0.9709);
}
.post h4.bkTtl.plan01::before {
	width: calc(10rem + (1vw - 1.92rem) * 2.5890);
	background: url(/wp-content/uploads/icon_cocktail-bk.png) no-repeat center;
	background-size: contain;
}
.post h4.bkTtl.plan02::before {
	width: calc(11.4rem + (1vw - 1.92rem) * 2.9773);
	background: url(/wp-content/uploads/icon_clean-bk.png) no-repeat center;
	background-size: contain;
}
.business__img {
	position: relative;
	overflow: hidden;
}
.business__img::before {
	content: '';
	display: block;
	padding-top: 67%;
}
.business__img img {
	position: absolute;
	width: auto;
	max-width: none;
	height: 102%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*------sec05
--------------------------------------------*/
#sec05 {
	background: url(/wp-content/uploads/bg_footprint-rb.png) repeat-x bottom center;
	background-size: calc(35rem + (1vw - 1.92rem) * 11.3269) auto;
}
#sec05 ul.serviceBtn-area {
	width: 95%;
	max-width: 134.5rem;
	margin: 0 auto;
}
#sec05 ul.serviceBtn-area li {
	width: 32.5%;
}
#sec05 a.serviceBtn {
	height: 100%;
}
a.serviceBtn.service::before, a.serviceBtn.flow::before, a.serviceBtn.price::before {
	height: calc(13.5rem + (1vw - 1.92rem) * 4.8544);
}
a.serviceBtn.service::before {
	width: calc(14rem + (1vw - 1.92rem) * 5.0485);
	background: url(/wp-content/uploads/icon_service.png) no-repeat center;
	background-size: contain;
}
a.serviceBtn.flow::before {
	width: calc(14rem + (1vw - 1.92rem) * 5.0485);
	background: url(/wp-content/uploads/icon_flow.png) no-repeat center;
	background-size: contain;
}
a.serviceBtn.price::before {
	width: calc(15rem + (1vw - 1.92rem) * 5.6958);
	background: url(/wp-content/uploads/icon_price.png) no-repeat center;
	background-size: contain;
}
/*------新着情報
--------------------------------------------*/
#front_top_content, #front_bottom_content {
	width: 90%;
	max-width: 100rem;
	margin: auto;
	padding: calc(10rem + (1vw - 1.92rem) * 3.2362) 0 calc(15rem + (1vw - 1.92rem) * 4.5307);
}
#front_top_content h1, #front_bottom_content h1 {
	max-width: 50rem;
	color: #1a1a1a;
	font-size: calc(3.6rem + (1vw - 1.92rem) * 0.9061);
	font-style: italic;
	text-align: center;
	letter-spacing: .2rem;
	border-bottom: .1rem solid #808080;
	margin: 0 auto calc(5rem + (1vw - 1.92rem) * 1.9417);
	padding: 0 0 calc(1.5rem + (1vw - 1.92rem) * 0.3236);
}
#front_top_content h1::before, #front_bottom_content h1::before {
	content: '';
	display: inline-block;
	width: calc(7.4rem + (1vw - 1.92rem) * 2.0712);
	height: calc(5.6rem + (1vw - 1.92rem) * 1.8123);
	background: url(/wp-content/uploads/icon_news.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin: 0 calc(2rem + (1vw - 1.92rem) * 0.6472) 0 0;
}
#front_top_content .linkBtn-area, #front_bottom_content .linkBtn-area {
	margin-top: 8rem;
}
.post2b, .post4b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.post2b li, .post4b li {
	width: 100%;
	margin: 0 0 2rem;
	padding: 0;
	border-bottom: none !important;
}
.post2b .post2b_img {
	text-align: center;
}
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border: none;
	margin: 0 auto;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 2rem;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.postlist .ttls a {
	color: #171710;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .post_text {
	width: 98%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 1.2rem 0;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	padding: .2rem 2rem;
	border-radius: 0;
	border: .1rem solid #f13138;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 1rem 0 0;
}
@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 48%;
	}
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
/*-----------------トップ--------------------------------------------*/
/*-----------------記事詳細--------------------------------------------*/
#cat-post h2, #cat-post h2 a {
	font-size: calc(2rem + (1vw - 1.92rem) * 0.2589);
	letter-spacing: .1rem;
}
#cat-post h2 {
	font-style: normal;
	margin-bottom: 0;
	text-align: left;
	padding: 1rem 0;
	border: none;
}
#cat-post .post2b h2, #cat-post .post4b h2, #cat-post .post2b h2 a, #cat-post .post4b h2 a {
	font-size: calc(1.8rem + (1vw - 1.92rem) * 0.1294);
}
#cat-post h2::before, #cat-post h2::after {
	content: none;
}
#cat-post li {
	margin-bottom: calc(3rem + (1vw - 1.92rem) * 0.6472);
}
#cat-post li .post_contents {
	margin-top: 1rem;
}
#single-post h2 {
	font-size: calc(2.4rem + (1vw - 1.92rem) * 0.5178);
	font-style: normal;
	margin-bottom: 3rem;
}
.post_link {
	font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
}
.single-post h1.title {
	font-size: calc(2.5rem + (1vw - 1.92rem) * 0.4531);
	margin: 0 auto 2rem;
}
.dateLabel {
	padding-top: 1rem;
	margin-bottom: 3rem;
	border-top: .1rem solid #1e9cd7;
}
.pagenav {
	margin: 2rem 0 0;
}
/*-----------------記事詳細--------------------------------------------*/
/*-----------------下層ページ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.post {
	margin: 0 auto;
	padding: 0;
}
#wrapper, .inner {
	width: 100%;
	max-width: 110rem;
}
#content {
	width: 94%;
	padding: calc(5rem + (1vw - 1.92rem) * 1.2945) 0 calc(18rem + (1vw - 1.92rem) * 3.8835);
	line-height: 2;
}
.page-contents {
	padding-top: calc(10rem + (1vw - 1.92rem) * 3.2362);
}
.content-inner + .content-inner {
	margin-top: calc(18rem + (1vw - 1.92rem) * 6.4725);
}
/*------アイキャッチ
--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 36rem;
	z-index: -1;
}
#thumbImg img, header#h1Header img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*------サービスの特徴
--------------------------------------------*/
ul.numberList {
	counter-reset: numberList;
	background: #f7f5cd;
	padding: calc(7rem + (1vw - 1.92rem) * 2.5890) calc(6rem + (1vw - 1.92rem) * 2.2654);
}
ul.numberList li {
	margin-bottom: calc(5rem + (1vw - 1.92rem) * 1.6181);
}
ul.numberList h4 {
	position: relative;
	padding-left: calc(5rem + (1vw - 1.92rem) * 1.2945);
}
ul.numberList h4::before {
	content: counter(numberList) '.';
	counter-increment: numberList;
	position: absolute;
	left: 0;
}
/*------ご契約の流れ
--------------------------------------------*/
.post h3.flowTtl {
	color: #004c95;
	font-size: calc(2.6rem + (1vw - 1.92rem) * 0.5178);
	font-style: normal;
	letter-spacing: .2rem;
	text-align: left;
	margin: 0 auto 1rem;
}
ul.stepList {
	counter-reset: stepList;
}
ul.stepList li {
	position: relative;
	background: #cde7f7;
	width: calc(100% - ((15.5rem + (1vw - 1.92rem) * 3.0408) / 2));
	line-height: 2;
	padding: calc(8.5rem + (1vw - 1.92rem) * 3.0408) calc(4rem + (1vw - 1.92rem) * 0.9709) calc(8.5rem + (1vw - 1.92rem) * 3.0408) calc(12rem + (1vw - 1.92rem) * 3.0408);
	margin: 0 auto calc(6rem + (1vw - 1.92rem) * 2.1720) calc((15.5rem + (1vw - 1.92rem) * 3.0408) / 2);
}
ul.stepList li:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1rem;
	height: calc(7rem + (1vw - 1.92rem) * 2.6064);
	background: #cde7f7;
	left: 50%;
	bottom: calc(-6.5rem + (1vw - 1.92rem) * -2.3458);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.blue-circle {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #51bee5;
	font-size: calc(2.6rem + (1vw - 1.92rem) * 0.5213);
	font-weight: 900;
	letter-spacing: .4rem;
	line-height: 1;
	width: calc(15.5rem + (1vw - 1.92rem) * 3.0408);
	height: calc(15.5rem + (1vw - 1.92rem) * 3.0408);
	border-radius: 50%;
	top: 50%;
	left: calc((-15.5rem + (1vw - 1.92rem) * -3.0408) / 2);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blue-circle span {
	position: absolute;
	letter-spacing: .4rem;
	top: 50%;
	left: calc(50% + .2rem);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blue-circle span::after {
	content: counter(stepList, decimal-leading-zero);
	counter-increment: stepList;
	display: block;
	font-size: calc(5.2rem + (1vw - 1.92rem) * 1.0426);
	text-align: center;
	margin-top: calc(1rem + (1vw - 1.92rem) * 0.4344);
}
ul.stepList.flexCol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f7f5cd;
}
ul.stepList.flexCol li::after {
	background: #f7f5cd;
}
.stepList__cap {
	width: 60%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.stepList__img {
	width: 36%;
}
ul.stepList.done {
	max-width: 92rem;
	margin: 0 auto;
}
.cautionArea {
	background: #f2f2f2;
	font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
	padding: calc(4rem + (1vw - 1.92rem) * 0.9709) calc(6rem + (1vw - 1.92rem) * 1.9417) calc(5rem + (1vw - 1.92rem) * 0.6472);
	margin: calc(10rem + (1vw - 1.92rem) * 2.5890) auto;
}
.cautionArea:last-child {
	margin-bottom: 0;
}
.cautionTtl {
	position: relative;
	font-size: calc(2rem + (1vw - 1.92rem) * 0.3236);
	font-weight: 600;
	letter-spacing: .2rem;
	margin: 0 auto calc(1.5rem + (1vw - 1.92rem) * 0.3236);
	padding: calc(1rem + (1vw - 1.92rem) * 0.0647) 0 0 calc(4rem + (1vw - 1.92rem) * 0.6472);
}
.cautionTtl::before {
	content: '\f06a';
	position: absolute;
	font-size: calc(3rem + (1vw - 1.92rem) * 0.3883);
	font-family: FOntAwesome;
	top: 0;
	left: 0;
}
/*------会社概要
--------------------------------------------*/
.greeting {
	width: 95%;
	max-width: 100rem;
	margin: calc(5rem + (1vw - 1.92rem) * 1.2945) auto calc(10rem + (1vw - 1.92rem) * 1.2945);
	line-height: 2.5;
}
.greeting p:not(:last-child) {
	margin-bottom: calc(2rem + (1vw - 1.92rem) * 0.3236);
}
ul.snsInfo {
	margin: calc(3rem + (1vw - 1.92rem) * 0.6472) auto;
}
ul.snsInfo:first-child {
	margin-top: 0;
}
ul.snsInfo:last-child {
	margin-bottom: 0;
}
ul.snsInfo, ul.snsInfo li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.snsInfo li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 49%;
	font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
	line-height: 2;
	padding: calc(2rem + (1vw - 1.92rem) * 0.3236) calc(3rem + (1vw - 1.92rem) * 0.6472);
	margin-bottom: 0;
	border: .1rem solid #ddd;
	border-radius: calc(1rem + (1vw - 1.92rem) * 0.3236);
}
.snsInfo__cap {
	width: 70%;
}
.snsInfo__code {
	width: 26%;
}
.snsInfo__code img {
	width: 100%;
	max-width: 12rem;
	border: .1rem solid #ddd !important;
}
/*------料金表
--------------------------------------------*/
ul.serviceBtn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 90rem;
	margin: 0 auto;
}
ul.serviceBtn-area li {
	width: 48%;
	max-width: 42rem;
	margin-bottom: 0;
}
a.serviceBtn {
	display: block;
	color: #fff;
	background: #6bc8e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#6bc8e9), color-stop(50%, #6bc8e9), color-stop(50%, #51bee5), to(#51bee5));
	background: -o-linear-gradient(top, #6bc8e9 0%, #6bc8e9 50%, #51bee5 50%, #51bee5 100%);
	background: linear-gradient(to bottom, #6bc8e9 0%, #6bc8e9 50%, #51bee5 50%, #51bee5 100%);
	font-size: calc(2.6rem + (1vw - 1.92rem) * 0.7120);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .3rem;
	padding: 28% calc(2rem + (1vw - 1.92rem) * 0.3236) 14%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a.serviceBtn:hover {
	opacity: .7;
}
a.serviceBtn::before {
	content: '';
	display: block;
	height: calc(7.5rem + (1vw - 1.92rem) * 1.9417);
	margin: 0 auto calc(3rem + (1vw - 1.92rem) * 0.9709);
}
a.serviceBtn.plan01::before {
	width: calc(10rem + (1vw - 1.92rem) * 2.5890);
	background: url(/wp-content/uploads/icon_cocktail-wh.png) no-repeat center;
	background-size: contain;
}
a.serviceBtn.plan02::before {
	width: calc(11.4rem + (1vw - 1.92rem) * 2.9773);
	background: url(/wp-content/uploads/icon_clean-wh.png) no-repeat center;
	background-size: contain;
}
.noteCol h4 {
	font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
}
.scrollXbox {
	overflow-x: auto;
}
.post table.priceTable {
	min-width: 60rem;
	margin: calc(4rem + (1vw - 1.92rem) * 1.2945) auto;
}
.post table.priceTable th, .post table.priceTable td {
	width: auto;
	vertical-align: middle;
}
.post table.priceTable tbody td:last-child {
	text-align: center;
}
.post table.priceTable thead th {
	text-align: center;
	font-weight: 600;
}
.post table.priceTable thead th.price {
	width: 18%;
}
/*------お問い合わせ
--------------------------------------------*/
.page-thanks #content header {
	display: none;
}
/*------プライバシーポリシー
--------------------------------------------*/
#privacy h2 {
	color: #fff;
	background: #4d4d4d;
	font-size: calc(1.8rem + (1vw - 1.92rem) * 0.1942);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: calc(.8rem + (1vw - 1.92rem) * 0.1942) calc(1.2rem + (1vw - 1.92rem) * 0.1294);
	margin: calc(5rem + (1vw - 1.92rem) * 0.9709) auto 2rem;
	border: none;
}
#privacy h2::before, #privacy h2::after {
	content: none;
}
#privacy h2:first-child {
	margin-top: 0;
}
/*------
--------------------------------------------*/
/*-----------------下層ページ - --------------------------------------------*/
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
@media print, screen and (max-width: 1024px) {
	/*------下層・アイキャッチ
--------------------------------------------*/
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: 15rem;
	}
}
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body {
		font-size: 1.4em;
	}
	body.mobile {
		margin-top: 6rem;
	}
	.withHeader {
		top: 0;
	}
	#contactArea {
		max-width: 70rem;
	}
	#contactArea::after {
		width: 23.7rem;
		height: 35rem;
		background: url(/wp-content/uploads/img_woman01.png)no-repeat center top;
		background-size: cover;
	}
	#contactArea ul.contactBtns {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#contactArea ul.contactBtns li {
		padding: 0;
	}
	#contactArea ul.contactBtns li:first-child {
		width: 100%;
		margin-bottom: 2rem;
	}
	#contactArea ul.contactBtns li:not(:first-child) {
		width: 49%;
	}
	#contactArea ul.contactBtns li:nth-child(2) {
		border: none;
	}
	ul.checkboxList.how-trouble::before {
		content: none;
	}
	#contactArea a.contact-tel {
		font-size: calc(4rem + (1vw - 1.02rem) * 1.5432);
	}
	#contactArea a.contact-mail, #contactArea a.contact-line {
		font-size: calc(2rem + (1vw - 1.02rem) * 0.7716);
	}
	#contactArea a.contact-tel::before {
		width: calc(4.5rem + (1vw - 1.02rem) * 2.0062);
		height: calc(4.5rem + (1vw - 1.02rem) * 2.0062);
	}
	#contactArea a.contact-mail::before, #contactArea a.contact-line::before {
		height: calc(2.2rem + (1vw - 1.02rem) * 0.9259);
	}
	#contactArea a.contact-mail::before {
		width: calc(2.9rem + (1vw - 1.02rem) * 1.3889);
	}
	#contactArea a.contact-line::before {
		width: calc(2.2rem + (1vw - 1.02rem) * 0.9259);
	}
	#contactArea.withHeader .contact-phrase {
		padding-left: calc(9rem + (1vw - 1.02rem) * 7.7160);
	}
	#contactArea.withHeader .contact-phrase::before {
		content: '';
		position: absolute;
		width: calc(12rem + (1vw - 1.02rem) * 9.2593);
		height: calc(12rem + (1vw - 1.02rem) * 9.2593);
		background: url(/wp-content/uploads/label_05.png) no-repeat center;
		background-size: contain;
		top: calc(-4.5rem + (1vw - 1.02rem) * -3.0864);
		left: 0;
	}
}
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
/*-----------------ブレイクポイント（768px-）--------------------------------------------*/
@media print, screen and (max-width: 768px) {
	/*------フレックスボックス
--------------------------------------------*/
	.w30, .w40, .w50, .w60, .w70 {
		width: 100%;
		margin-bottom: 2rem;
	}
	.w30:last-child, .w40:last-child, .w50:last-child, .w60:last-child, .w70:last-child {
		margin-bottom: 0;
	}
	.w30 img, .w40 img, .w50 img, .w60 img, .w70 img {
		width: auto;
		max-height: 32rem;
	}
	/*------Googlemap
--------------------------------------------*/
	.googlemap {
		padding-bottom: 80%;
	}
	/*------TOP・sec03
--------------------------------------------*/
	.servicePac {
		padding: calc(4rem + (1vw - 0.77rem) * 5.0891);
	}
	.servicePac p {
		margin-bottom: calc(2rem + (1vw - 0.77rem) * 2.5445);
	}
	.pac-fukidashi::before, .pac-fukidashi::after {
		content: none;
	}
	.pac-fukidashi, .pac-price {
		width: 100%;
	}
	.pac-fukidashi {
		font-size: calc(2.5rem + (1vw - 0.77rem) * 1.7812);
		padding: calc(1.5rem + (1vw - 0.77rem) * 1.2723) calc(4rem + (1vw - 0.77rem) * 5.0891) calc(1.5rem + (1vw - 0.77rem) * 1.2723) calc(4.3rem + (1vw - 0.77rem) * 5.0891);
		margin: 0 auto calc(1rem + (1vw - 0.77rem) * 2.5445);
		border: calc(.5rem + (1vw - 0.77rem) * 0.5089) solid #f13138;
		border-radius: calc(1.5rem + (1vw - 0.77rem) * 0.7634);
	}
	.pac-price {
		font-size: calc(9rem + (1vw - 0.77rem) * 8.6514);
		text-align: center;
	}
	/*------TOP・sec04
--------------------------------------------*/
	.businessWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.business__col, .business__img {
		width: 100%;
	}
	.business__col {
		padding: calc(6rem + (1vw - 0.77rem) * 5.0891) calc(5rem + (1vw - 0.77rem) * 6.3613);
	}
	.business__img::before {
		padding-top: 30%;
	}
	.business__img img {
		width: 102%;
		height: auto;
	}
	/*------下層・契約の流れ
--------------------------------------------*/
	.post h3.flowTtl {
		letter-spacing: .1rem;
		text-align: center;
	}
	ul.stepList li {
		width: 100%;
		padding: calc(6rem + (1vw - 0.77rem) * 2.5445) calc(4rem + (1vw - 0.77rem) * 3.8168) calc(5rem + (1vw - 0.77rem) * 2.5445);
		margin: 0 auto calc(9rem + (1vw - 0.77rem) * 5.0891);
	}
	ul.stepList li:first-child {
		margin-top: calc(9rem + (1vw - 0.77rem) * 5.0891);
	}
	ul.stepList li:not(:last-child)::after {
		height: calc(10rem + (1vw - 0.77rem) * 5.0891);
		bottom: calc(-9.5rem + (1vw - 0.77rem) * -5.0891);
	}
	.blue-circle {
		top: calc(-6rem + (1vw - 0.77rem) * -2.5445);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(10rem + (1vw - 0.77rem) * 3.8168);
		height: calc(10rem + (1vw - 0.77rem) * 3.8168);
		font-size: calc(1.8rem + (1vw - 0.77rem) * 1.0178);
	}
	.blue-circle span::after {
		font-size: calc(3.2rem + (1vw - 0.77rem) * 2.0356);
	}
	.stepList__cap, .stepList__img {
		width: 100%;
	}
	.stepList__img {
		margin-top: calc(3rem + (1vw - 0.77rem) * 3.8168);
	}
	/*------下層・契約の流れ
--------------------------------------------*/
	ul.snsInfo li {
		width: 100%;
		margin-bottom: 1rem;
		word-break: break-all;
	}
}
/*-----------------ブレイクポイント（768px-）--------------------------------------------*/
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/
@media print, screen and (max-width: 640px) {
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
	/*------パンくずリスト
--------------------------------------------*/
	#breadcrumb ul {
		max-width: 100%;
	}
	/*------ギャラリー
--------------------------------------------*/
	.gallery {
		margin: 2rem auto !important;
	}
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: calc(100%/2) !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 1rem;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
		max-width: 100%;
	}
	/*------ページ上部コンタクト
--------------------------------------------*/
	#contactArea {
		padding: 2rem 1rem;
	}
	#contactArea::after {
		content: none;
	}
	/*------新着情報
--------------------------------------------*/
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 1rem;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 .5rem;
	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		padding: .3rem .8rem;
	}
	.postlist .time {
		font-size: 80%;
		margin: 0 .5rem 0 0;
	}
}
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/