/*!
Theme Name: noren
Author: KOP Inc.
Author URI: https://www.kop.co.jp/
Version: 2.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--main-color: #c83e4d;
	--main-color-rgb: 200, 62, 77;
	--sub-color: #b7990d;
	--point-color: #ec91d8;

--main-color: #6BB8D6;
--main-color-rgb: 107, 184, 214;
--sub-color: #A7D9E7;
--point-color: #358CA6;




	--bg-color: #ffffff;
	--bg-color-rgb: 255, 255, 255;
	--bg-sub-color: #eee;
	--text-color: #333;
	--text-color-rgb: 51, 51, 51;
	--font: "Noto Sans JP", serif;
	--font-regular: 400;
	--font-bold: 700;
	--eng-font: "Roboto", serif;
	--eng-font-regular: 400;
	--eng-font-bold: 700;
}

* {
	box-sizing: border-box;
}
html {
	font-size: calc(100vw * 16 / 1440);
}
body {
	line-height: 1.5;
	color: var(--text-color);
	font-family: var(--font);
	font-weight: var(--font-regular);
	background-color: var(--bg-color);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: var(--main-color);
}
a:hover {
	opacity: 0.65;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
hr {
	margin: 1.5rem 0;
	border-bottom: 0;
	border-top: 0.0625rem solid rgba(var(--text-color-rgb),0.3);
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 2.5rem 0;
}
th,
td {
	font-size: 0.875em;
	text-align: left;
	padding: 1rem 0;
	vertical-align: baseline;
	vertical-align: -webkit-baseline-middle;
	position: relative;
	border-top: 0.0625rem solid rgba(var(--text-color-rgb),0.15);
}
tr:last-child th,
tr:last-child td {
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb),0.15);
}
th {
	padding-right: 1.5em;
	white-space: nowrap;
	letter-spacing: 0.1em;
	font-weight: var(--font-bold);
}
td p:first-child {
	margin-top: 0;
}
td p:last-child {
	margin-bottom: 0;
}
section {
	margin: 4rem auto;
}
blockquote {
	margin: 1em auto;
	padding: 1.5rem;
	background-color: var(--bg-sub-color);
}
blockquote > p:first-child {
	margin-top: 0;
}
blockquote cite {
	text-align: right;
	display: block;
	font-size: 0.875em;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: var(--font-bold);
}
.main {
	margin-top: 5.75rem;
}
.innerMAX {
	padding: 0 1.5rem;
}
.innerXL {
	max-width: 70rem;
	padding: 0 1.5rem;
	box-sizing: content-box;
	margin: auto;
}
.innerL {
	max-width: 60rem;
	padding: 0 1.5rem;
	box-sizing: content-box;
	margin: auto;
}
.innerM {
	max-width: 39.5rem;
	padding: 0 1.5rem;
	box-sizing: content-box;
	margin: auto;
}
.innerS {
	max-width: 29.25rem;
	padding: 0 1.5rem;
	box-sizing: content-box;
	margin: auto;
}
.contents p {
	line-height: 1.85;
	word-break: break-word;
}
.contents p:first-child {
	margin-top: 0;
}
.contents p:last-child {
	margin-bottom: 0;
}
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6,
.titleL,
.titleM,
.titleS {
	font-weight: var(--font-bold);
	letter-spacing: 0.1em;
	line-height: 1.35;
}
.contents h2,
.titleL {
	font-size: 1.875em;
	margin: 1.25em 0;
	position: relative;
	padding-bottom: 0.5em;
}
.contents h2::before,
.titleL::before {
	content: "";
	background-color: var(--sub-color);
	position: absolute;
	height: 0.1em;
	width: 25%;
	bottom: 0;
	left: 0;
}
.contents h2::after,
.titleL::after {
	content: "";
	background-color: rgba(var(--text-color-rgb), 0.1);
	position: absolute;
	height: 0.1em;
	bottom: 0;
	left: 0;
	right: 0;
}
.contents h3,
.titleM {
	font-size: 1.375em;
	margin: 1.25em 0;
	position: relative;
	padding: 0.25em 0 0.25em 0.85em;
	background-color: rgba(var(--text-color-rgb), 0.025);
}
.contents h3::before,
.titleM::before {
	content: "";
	background-color: var(--sub-color);
	position: absolute;
	width: 0.15em;
	top: 0;
	bottom: 0;
	left: 0;
}
.contents h4,
.titleS {
	font-size: 1.125em;
	margin: 1em 0;
	position: relative;
	padding-left: 1em;
}
.contents h4::before,
.titleS::before {
	content: "";
	background-color: var(--sub-color);
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contents h5,
.contents h6 {
	font-size: 1em;
	margin: 1em 0;
}
.contents ul li::marker {
	color: var(--sub-color);
}
.contents ul {
	margin: 1em 0;
	list-style: disc;
	padding-left: 1.5em;
}
.contents ol {
	margin: 1em 0;
	list-style: decimal;
	padding-left: 1.5em;
}
.contents ol li::marker {
	color: var(--sub-color);
}
.contents li {
	line-height: 1.6;
}
.contents li + li {
	margin-top: 0.75em;
}
.wp-element-caption {
	font-size: 0.875em;
	color: rgba(var(--text-color-rgb), 0.6);
	text-align: right;
	margin-top: 0.35em;
}
.red {
	color: #df0000;
}
.center {
	text-align: center;
}
.header {
	padding: 1.5rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--bg-color-rgb), 1);
	transition: all .2s ease-in-out;
}
.header.scrolled::before {
	background-color: rgba(var(--bg-color-rgb), 0.75);
	backdrop-filter: blur(0.1875rem);
}
.headerInner {
	position: relative;
}
.headerHtag {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	margin: 0;
	font-size: 0.625em;
	position: absolute;
}
.headerDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 2rem;
}
.headerLogo {
	max-width: 13.75rem;
	font-size: 1.25em;
	font-weight: var(--font-bold);
	color: inherit;
}
.headerName {
	font-size: 1.5em;
	font-weight: var(--font-bold);
	color: inherit;
	display: flex;
	align-items: baseline;
	letter-spacing: 0.1em;
}
.headerName span {
	font-size: 0.75em;
}
.headerGnav {
	display: grid;
	grid-gap: 0.5rem 1.5rem;
	white-space: nowrap;
	margin-left: auto;
}
.headerTel {
	grid-area: 1/1/2/2;
	font-size: 1.125em;
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	letter-spacing: 0.1em;
	transform: translateX(0.1em);
	justify-self: end;
	color: var(--main-color);
	align-self: end;
	line-height: 1;
	display: flex;
	gap: 0.75rem;
}
.headerTel span {
	border: 0.0625rem solid;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-size: 0.5em;
	padding: 0.1em 0.2em;
	display: inline-block;
	margin-right: 1em;
	transform: translateY(-20%);
}
.headerTel a {
	color: inherit;
}
.headerNav {
	grid-area: 2/1/3/2;
	justify-self: end;
	align-self: start;
	line-height: 1;
}
.headerNav ul {
	display: flex;
	font-size: 0.875em;
	font-weight: var(--font-bold);
	letter-spacing: 0.1em;
}
.headerNav li + li::before {
	content: "/";
	margin: 0 0.5rem;
	color: rgba(var(--text-color-rgb), 0.15);
}
.headerNav a {
	color: inherit;
}
.headerCta {
	grid-area: 1/2/3/3;
	justify-self: end;
	align-self: center;
	gap: 0.5rem;
}
.headerCta .ph {
	display: none;
}
.headerSns {
	grid-area: 1/3/3/4;
}
.headerSns.snsIcons {
	display: none;
}
.headerSpNav {
	display: none;
}
.btn,
.ctaBtn,
.wp-block-button__link {
	padding: 0.875rem 1.25rem;
	border: 0.0625rem solid;
	color: var(--main-color);
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 0.1em;
	font-size: 0.875em;
	font-weight: var(--font-bold);
	text-align: left;
}
.btn,
.ctaBtn,
.wp-block-button__link,
.page-numbers,
.postLinkItem,
.postLinkItem a,
.inPageNav a {
	border-radius: 0.375rem;
}
.btn {
	padding: 0.875rem 2.625rem 0.875rem 1.25rem;
	display: block;
	background-color: transparent;
	width: 12.5rem;
	min-width: min-content;
	margin: 2rem auto 0;
	position: relative;
}
.btn:hover {
	opacity: 0.65;
}
.btn .ph {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: var(--main-color);
	color: #fff;
	line-height: 1.7;
	height: 1.7em;
	width: 1.7em;
	text-align: center;
	right: 0.75rem;
	border-radius: 100%;
}
.ctaBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.625rem;
}
.ctaBtn {
	display: flex;
	align-items: center;
	padding: 0.875rem 0;
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
	line-height: 1;
	position: relative;
}
.ctaBtn::after {
	content: "";
	border-right: 0.0625rem solid;
	position: absolute;
	top: 0;
	left: 2.5rem;
	height: 100%;
	opacity: 0.3;
}
.ctaBtnSvg {
	width: 2.5rem;
	flex-shrink: 0;
	position: relative;
}
.ctaBtnSvg svg {
	width: 1.0625rem;
	transform: translateX(16%);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.ctaBtnSvg .LINE_LOGO path {
	fill: currentColor;
}
.ctaBtnSvg g {
	fill: currentColor;
}
.ctaBtnText {
	padding: 0 1em;
	flex: 1;
}
.ctaBtn.line {
	background-color: #5AC363;
	border-color: #5AC363;
}
.sectionTitle {
	text-align: center;
	margin-bottom: 2.5rem;
	line-height: 1.35;
}
.sectionTitleJa {
	font-size: 2em;
	margin: 0;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.sectionTitleEn {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	color: var(--sub-color);
	text-transform: capitalize;
	display: block;
	margin-top: 0.25em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	word-break: break-all;
}
.ctaSection {
	background-size: cover;
	background-position: center;
	margin: 0;
	padding: 4rem 0;
	position: relative;
}
.ctaSection::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--main-color);
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
}
.ctaSectionContent {
	color: #fff;
	position: relative;
	text-align: center;
}
.ctaSectionContent .sectionTitleEn {
	color: inherit;
}
.ctaSectionTel {
	font-size: 2em;
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 1rem 0 0;
	gap: 1.25rem;
}
.ctaSectionTel p {
	margin: 0;
}
.ctaSectionTel span {
	border: 0.0625rem solid;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-size: 0.5em;
	padding: 0.1em;
	display: inline-block;
	margin-right: 1em;
	transform: translateY(-20%);
}
.ctaSectionTel b {
	font-weight: inherit;
}
.ctaSectionTel a {
	color: inherit;
}
.ctaSectionBtn {
	display: none;
	justify-content: center;
	margin-top: 1rem;
}
.ctaSectionBtn .ctaBtn {
	background-color: #fff;
	color: var(--main-color);
	border-color: var(--main-color);
}
.footer {
	background-color: var(--bg-sub-color);
	padding: 2rem 0;
}
.footerTop {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.footerTopTitle {
	flex-basis: 13.75rem;
	color: inherit;
	font-weight: var(--font-bold);
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
}
.footerTopNav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-size: 0.875em;
}
.footerTopNav a {
	color: inherit;
}
.footerBottom {
	border-top: 0.0625rem solid rgba(var(--text-color-rgb), 0.1);
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.footerCopyright {
	font-size: 0.75em;
	flex-shrink: 0;
}
.footerCopyright a {
	color: inherit;
}
.footerCopyrightYear {
	font-family: var(--eng-font);
}
.footerCopyrightKop {
	font-size: 0.75em;
}
.footerBottomNav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem 1.25rem;
}
.footerBottomNavMenu {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75em;
	gap: 1rem;
}
.footerBottomNav a {
	color: inherit;
}
.snsIcons {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.snsIcons a {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	border: 0.0625rem solid;
	border-radius: 100%;
	position: relative;
	color: inherit;
}
.snsIcons a svg {
	width: 0.9375rem;
	height: 0.9375rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.snsIcons a svg#note_icon {
	width: 0.8125rem;
	height: 0.8125rem;
}
.snsIcons a svg path {
	fill: currentColor;
}
.topMv {
	position: relative;
	min-height: 50vw;
	display: flex;
	align-items: center;
	padding: 2rem 0;
}
.topMvBgImage {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topMvBgImage div {
	height: 100%;
}
.topMvBgImage img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.topMvBgImage::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
}
.topMv .innerXL {
	flex: 1;
}
.topMvBg .topMvContent {
	color: #fff;
}
.topMvBg .topMvContent .topMvTagline {
	text-shadow: 0 0 0.125em rgba(0,0,0,0.25);
}
.topMvBg .topMvContent .topMvTaglineEn {
	text-shadow: 0 0 0.125em rgba(0,0,0,0.25);
	color: inherit;
}
.topMvBg .topMvContent .topMvTaglineTopic {
	text-shadow: 0 0 0.125em rgba(0,0,0,0.25);
}
.topMvBg .topMvContent .topMvTaglineText {
	text-shadow: 0 0 0.125em rgba(0,0,0,0.25);
}
.topMvDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	position: relative;
}
.topMvContent {
	flex: 1;
}
.topMvTagline {
	font-size: 3em;
	font-weight: var(--font-bold);
	margin: 0 0 1rem;
	line-height: 1.35;
	letter-spacing: 0.08em;
}
.topMvTaglineEn {
	margin: 0 0 1rem;
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	font-size: 1.25em;
	color: var(--main-color);
	line-height: 1.35;
	letter-spacing: 0.1em;
}
.topMvTaglineTopic {
	font-size: 1.125em;
	font-weight: var(--font-bold);
	margin: 0 0 0.25rem;
	letter-spacing: 0.1em;
}
.topMvTaglineText {
	font-size: 0.875em;
}
.topMvTaglineBtn {
	margin-top: 2rem;
}
.topMvImage {
	flex: 1;
	min-width: 0;
}
.topMvImageSlider {
	visibility: hidden;
	opacity: 0;
	transition: opacity 800ms;
}
.topMvImageSlider.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.topMvImageSlider .add-animation img {
	animation: topMvImageAnime 10s linear 0s normal both;
}
@keyframes topMvImageAnime {
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.15);
	}
}
.mask {
	position: relative;
	overflow: hidden;
}
.mask::before {
	content: "";
	display: block;
}
.mask.ratio_1-1::before {
	padding-top: 100%;
}
.mask.ratio_3-2::before {
	padding-top: 66.6666666666667%;
}
.mask.ratio_4-3::before {
	padding-top: 75%;
}
.mask.ratio_16-9::before {
	padding-top: 56.25%;
}
.mask.ratio_2-3::before {
	padding-top: 150%;
}
.mask.ratio_3-4::before {
	padding-top: 133.33333333%;
}
.mask img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
a .mask img {
	transition: all 0.35s;
}
a:hover .mask img {
	transform: scale(1.1);
}
.iframe {
	margin-top: 2rem;
	position: relative;
	overflow: hidden;
}
.iframe::before {
	content: "";
	display: block;
}
.iframe.ratio_3-2::before {
	padding-top: 66.6666666666667%;
}
.iframe.ratio_4-3::before {
	padding-top: 75%;
}
.iframe.ratio_16-9::before {
	padding-top: 56.25%;
}
.iframe iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.serviceList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 1.5rem;
}
.serviceList li {
	flex: 1;
	flex-shrink: 0;
}
.serviceList a {
	height: 100%;
	color: inherit;
	display: flex;
	flex-direction: column;
}
.serviceListImage {
	margin-bottom: -1.25rem;
}
.serviceListContent {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.serviceListTitle {
	position: relative;
	margin: 0;
	align-self: flex-start;
}
.serviceListTitle::before {
	content: "";
	background-color: var(--main-color);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.serviceListTitle span {
	font-size: 1.5em;
	font-weight: var(--font-bold);
	color: #fff;
	position: relative;
	letter-spacing: 0.1em;
	padding: 0.1em 0.2em;
	display: block;
}
.serviceListText {
	font-size: 0.875em;
	text-align: justify;
	margin: 1rem 0;
}
.serviceListBtn.btn {
	padding: 0.375rem 1.75rem 0.375rem 1.25rem;
	margin: auto 0 0 auto;
	font-size: 0.75em;
}
.serviceListBtn.btn .ph {
	right: 0.3rem;
}
.serviceListBtn:hover {
	opacity: 1;
}
.serviceList li.pickup {
	flex-basis: 100%;
	padding-bottom: 2.5rem;
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
}
.serviceList li.pickup a {
	flex-direction: row;
	align-items: center;
	column-gap: 1.5rem;
}
.serviceList li.pickup .serviceListImage {
	flex: 1;
	margin-bottom: 0;
}
.serviceList li.pickup .serviceListContent {
	flex: 1;
}
.serviceList li.pickup .serviceListTitle span {
	font-size: 1.75em;
}
.centeredBtn {
	text-align: center;
	margin-top: 2rem;
}
.topAdvantage {
	margin: 0;
	padding: 4rem 0;
	position: relative;
	background-color: rgba(var(--main-color-rgb),0.05);
}
.topAdvantage::after {
	content: "";
	background-image: linear-gradient(to bottom right,rgba(var(--main-color-rgb),0.05) 50%,transparent 50%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.topAdvantageContent {
	position: relative;
}
.topAdvantageItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 2rem;
}
.topAdvantageItem + .topAdvantageItem {
	margin-top: 2.5rem;
}
.topAdvantageItem:nth-child(2n) {
	flex-direction: row-reverse;
}
.topAdvantageImage {
	flex: 1;
}
.topAdvantageInfo {
	flex: 1;
}
.topAdvantageTitleEn {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	color: var(--main-color);
	margin: 0.5em 0 1em;
	letter-spacing: 0.1em;
}
.topAdvantageTitleSub {
	font-weight: var(--font-bold);
	font-size: 1em;
	margin: 0.5rem 0 0;
	letter-spacing: 0.1em;
}
.topAdvantageTitle {
	margin: 0;
	font-size: 1.75em;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.topAdvantageText {
	margin-top: 0.25rem;
}
.topBanners {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.topBanner {
	flex-basis: calc(33.333% - 2rem/3);
	border: 0.0625rem solid rgba(var(--text-color-rgb), 0.1);
}
.topBanner::before {
	padding-top: 100%;
}
.topBanner.mask img {
	object-fit: contain;
	height: calc(100% - 1rem);
	width: calc(100% - 1rem);
	top: 0.5rem;
	left: 0.5rem;
}
.worksList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.5rem;
}
.worksList li {
	flex-basis: calc(25% - 1.5rem*3/4);
	flex-grow: 0;
	flex-shrink: 0;
}
.worksList a {
	color: inherit;
	position: relative;
	display: block;
}
.worksList a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	background-image: linear-gradient(to bottom right,var(--main-color) 50%,transparent 50%);
}
.worksListTitle {
	font-size: 1em;
	font-weight: var(--font-bold);
	margin: 0.5rem 0 0;
}
.productImages {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.productImages li {
	flex-basis: calc(25% - 1rem*3/4);
	background-color: var(--bg-sub-color);
	border-radius: 0.375rem;
	overflow: hidden;
}
.productImages img {
	object-fit: contain;
}
.beforeAfterList {
	display: flex;
	flex-wrap: wrap;
}
.beforeAfterList li {
	width: calc(25% - (4.5rem / 4));
	margin-right: 1.5rem;
}
.beforeAfterList li:nth-child(4n) {
	margin-right: 0;
}
.beforeAfterList li:nth-child(n+5) {
	margin-top: 1.5rem;
}
.beforeAfterList a {
	color: inherit;
	position: relative;
	display: block;
}
.beforeAfterListTitle {
	font-size: 1em;
	font-weight: var(--font-bold);
	margin: 0.5rem 0 0;
}
.beforeAfterImageDiv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.beforeAfterImage {
	position: relative;
}
.beforeAfterImage.before {
	flex-basis: calc(35% - 1rem);
}
.beforeAfterImage.after {
	flex-basis: calc(65% - 1rem);
}
.beforeAfterImage.before::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 1.125rem solid transparent;
	border-left: 1rem solid var(--sub-color);
	border-bottom: 1.125rem solid transparent;
	position: absolute;
	top: 1.5rem;
	bottom: 0;
	right: 0;
	transform: translateX(160%);
	margin: auto;
}
.beforeAfterImage b {
	font-size: 1.5em;
	font-family: var(--eng-font);
	font-weight: var(--eng-font-regular);
	color: var(--sub-color);
	letter-spacing: 0.1em;
	display: block;
}
.colorSection {
	margin: 0;
	padding: 4rem 0;
	position: relative;
	background-color: rgba(var(--main-color-rgb),0.05);
}
.faq {
	margin: 0;
	padding: 2rem;
	background-color: var(--bg-color);
}
.faq dt {
	font-weight: var(--font-bold);
	padding-left: 1.5rem;
	cursor: pointer;
	user-select: none;
}
.faq dt:nth-of-type(n+2) {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
}
.faq .ph {
	color: var(--main-color);
	text-indent: -1.5em;
	display: inline-block;
}
.faq dt .ph:nth-child(2),
.faq dt.show .ph:nth-child(1) {
	display: none;
}
.faq dt.show .ph:nth-child(2) {
	display: inline-block;
}
.faq dd {
	display: none;
	color: rgba(var(--text-color-rgb), 0.6);
	margin: 0.75rem 0 0 1.5rem;
}
.flow dl:not(:last-child)::before {
	content: "";
	font-size: 2.5em;
	position: absolute;
	width: 0.125rem;
	height: 100%;
	background-color: var(--sub-color);
	left: 0.8em;
	top: 1rem;
}
.flow dl::after {
	content: counter(num);
	font-size: 2.5em;
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--sub-color);
	width: 1.6em;
	line-height: 1.6em;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}
.flow dl {
	margin: 0;
	position: relative;
	counter-increment: num;
	padding-left: 8rem;
}
.flow dl:nth-of-type(n+2) {
	margin-top: 1rem;
}
.flow dt {
	font-weight: var(--font-bold);
	font-size: 1.375em;
	letter-spacing: 0.1em;
}
.flow dd {
	color: rgba(var(--text-color-rgb), 0.6);
	margin: 0.75rem 0 0;
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
	padding-bottom: 1rem;
}
.flow dd a {
	text-decoration: underline;
}
.flow dd ul {
	margin: 1rem 0 0;
	list-style: disc;
	margin-left: 1.5em;
}
.newsList {
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
}
.newsList li {
	padding: 0.75rem 0.5rem;
	display: flex;
	align-items: baseline;
	column-gap: 3rem;
	border-top: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
}
.newsList time {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-regular);
	letter-spacing: 0.1em;
	flex-shrink: 0;
}
.newsList a {
	flex: 1;
	padding-right: 1.25rem;
	position: relative;
}
.newsList a .ph {
	position: absolute;
	right: -0.35rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
}
.productLead {
	margin-bottom: 2rem;
}
.productList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1rem;
}
.productList li {
	flex-basis: calc(33.333% - 1rem*2/3);
	flex-grow: 0;
	flex-shrink: 0;
}
.productList li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
}
.productListImage {
	background-color: rgba(var(--text-color-rgb), 0.1);
	border-radius: 0.375rem;
}
.productListContent {
	background-color: #fff;
	padding: 0.5rem 0 0;
	flex: 1;
	display: flex;
}
.productListTitle {
	font-size: 1em;
	font-weight: var(--font-bold);
	margin: 0;
}
.productListColor {
	font-size: 1em;
	margin: 0;
}
.productListColor::before {
	content: "|";
	margin: 0 0.5em;
	opacity: 0.3;
}
.productListMeta {
	margin: 0 0 0.5em;
	font-size: 0.8125em;
	display: flex;
	align-items: baseline;
}
.productListMeta time {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	letter-spacing: 0.1em;
}
.productListCategory::before {
	content: "|";
	margin: 0 0.5em;
	opacity: 0.3;
}
.productTermTitle {
	padding-bottom: 0.75rem;
	font-size: 1.125em;
	letter-spacing: 0.1em;
	margin: 0 0 1.25rem;
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb),0.3);
}
.productTermTitle:nth-of-type(n+2) {
	margin-top: 3rem;
}
.productTermList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.productTermList a {
	font-size: 0.875em;
	line-height: 1.35;
	display: block;
	border: 0.0625rem solid;
	padding: 0.5em 1em;
	border-radius: 0.25rem;
}
.productSingleMeta {
	display: flex;
	margin-bottom: 2rem;
	align-items: center;
}
.productSingleMeta h1 {
	font-size: 1.5em;
	font-weight: var(--font-bold);
	margin: 0;
}
.productSingleMeta p {
	font-size: 1.125em;
	margin: 0;
}
.productSingleMeta p::before {
	content: "|";
	margin: 0 0.5em;
	opacity: 0.3;
}
.productSingleImage {
	border-radius: 0.375rem;
}
.contentTitleDiv {
	margin: 2rem 0 2.5rem;
}
.contentTitle {
	display: flex;
	flex-direction: column;
}
.contentTitleJa {
	margin: 0;
	font-size: 2.5em;
	letter-spacing: 0.1em;
}
.contentTitleEn {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
	letter-spacing: 0.2em;
	color: var(--sub-color);
	text-transform: capitalize;
	transform: translateX(0.3em);
}
.breadcrumbs {
	background-color: var(--bg-sub-color);
	padding: 0.75rem 0;
	font-size: 0.875em;
}
.breadcrumbs a {
	color: inherit;
}
.breadcrumbs .ph {
	opacity: 0.3;
}
.headline {
	font-size: 1.75em;
	margin: 0 0 1rem;
	letter-spacing: 0.1em;
}
.image {
	margin: 1.5rem 0;
}
.filledDiv {
	background-color: rgba(var(--main-color-rgb),0.025);
	padding: 1.25rem 1.5rem;
	margin-top: 2rem;
}
.filledDiv .filledDivTitle {
	margin: 0 0 0.75rem;
	font-size: 1.375em;
}
.singleNotes {
	border: 0.0625rem solid var(--sub-color);
	margin: 2rem 0;
}
.singleNotesTitle {
	padding: 0.75rem 1.5rem 1rem;
	font-size: 1.125em;
	line-height: 1.35;
	margin: 0;
	background-color: var(--sub-color);
	color: #fff;
	text-align: center;
}
.singleNotesText {
	padding: 1.25rem 1.5rem;
	font-size: 0.875em;
}
.facilitiesList {
	margin: 0;
	border: 0;
	font-size: 0.875em;
}
.facilitiesList thead th {
	color: rgba(var(--text-color-rgb), 0.6);
	padding: 0 0.5rem 1rem;
}
.facilitiesList tr {
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb), 0.1);
	border-top: 0;
}
.facilitiesList tbody td {
	padding: 0.5rem;
	vertical-align: middle;
}
.facilitiesList tbody tr:hover,
.facilitiesList tbody td:hover {
	background-color: rgba(0,0,0,0.025);
}
.facilitiesList tbody td.facilitiesListImage {
	width: 7.5rem;
	padding-right: 1.5rem;
	box-sizing: content-box;
}
.facilitiesListImage .mask img {
	object-fit: contain;
}
.facilitiesImage {
	border: 0.0625rem solid rgba(var(--text-color-rgb), 0.1);
	padding: 0.5rem;
}
.facilitiesImage .mask img {
	object-fit: contain;
}
.inPageNav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.inPageNav li {
	flex: 1;
}
.inPageNav a {
	border: 0.0625rem solid;
	padding: 0.875rem 2.625rem 0.875rem 1.25rem;
	background-color: transparent;
	display: block;
	line-height: 1;
	font-size: 0.875em;
	position: relative;
	color: var(--main-color);
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 0.1em;
	font-weight: var(--font-bold);
	text-align: left;
}
.inPageNav .ph {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: var(--main-color);
	color: #fff;
	line-height: 1.7;
	height: 1.7em;
	width: 1.7em;
	text-align: center;
	right: 0.75rem;
	border-radius: 100%;
}
.companyGreetingCeo {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
.companyGreetingCeoName {
	margin-left: 1rem;
	font-size: 1.25em;
	letter-spacing: 0.1em;
}
.companyAccessItem + .companyAccessItem {
	margin-top: 3rem;
}
.mw_wp_form {
	position: relative;
	padding: 2.5rem 1.5rem;
	background-color: rgba(var(--main-color-rgb),0.05);
}
.mw_wp_form_complete {
	text-align: center;
}
.formTable {
	border: 0;
	margin: 0;
}
.formTable tr {
	border: 0;
}
.formTable th,
.formTable td {
	padding: 0.5rem 0;
}
.formTable th::before,
.formTable td::before,
.formTable tr:last-child th::after,
.formTable tr:last-child td::after {
	display: none;
}
.formTable td {
	width: 100%;
	font-size: 1em;
	border: 0;
}
.formTable td .note {
	display: block;
	color: rgba(var(--text-color-rgb), 0.6);
	font-size: 0.875em;
}
.formTable th {
	white-space: nowrap;
	padding-right: 1.5rem;
	border: 0;
}
.formTable th b {
	background-color: #bc2d2d;
	color: #fff;
	font-size: 0.75em;
	font-weight: var(--font-regular);
	line-height: 1rem;
	display: inline-block;
	margin-left: 0.5rem;
	padding: 0 0.25rem;
}
.formTable tr:last-child th,
.formTable tr:last-child td {
	border: 0;
}
.formTable input[type="text"],
.formTable input[type="email"],
.formTable textarea {
	border: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 0.75rem 0.5rem;
}
.formTable select {
	border: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
	display: block;
	font-size: 1em;
	padding: 0.75rem 0.5rem;
}
.formTableRadio,
.formTableCheckbox {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}
.formTable .mwform-checkbox-field label,
.formTable .mwform-radio-field label {
	background-color: rgba(var(--text-color-rgb), 0.05);
	padding: 0.5rem 0.75rem;
	display: flex;
	align-items: center;
	border-radius: 0.25rem;
	cursor: pointer;
}
.formTable .p-country-name {
	display: none;
}
.formTable .mwform-zip-field {
	margin-bottom: 0.5rem;
	display: block;
}
.formTable .mwform-zip-field .p-postal-code {
	width: 4em;
	display: inline-block;
}
::placeholder {
	color: rgba(var(--text-color-rgb), 0.15);
}
.formBtns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.formBtns .btn {
	margin: 0;
}
.formBtnsSend .btn {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}
.formBtnsSend .btn .ph {
	background-color: #fff;
	color: var(--main-color);
}
.sitemap {
	border-bottom: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
}
.sitemap li {
	padding: 0.75rem;
	letter-spacing: 0.08em;
	border-top: 0.0625rem solid rgba(var(--text-color-rgb), 0.15);
}
.sitemap a {
	display: block;
	padding-right: 1.25rem;
	position: relative;
}
.sitemap a .ph {
	position: absolute;
	right: -0.35rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
}
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2.5rem;
}
.page-numbers {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-regular);
	line-height: 2rem;
	height: 2rem;
	width: 2rem;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	margin: 0 0.5rem;
}
.page-numbers .ph {
	line-height: inherit;
}
.page-numbers.current {
	background-color: var(--bg-sub-color);
	color: inherit;
}
.postLink {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.postLinkItem {
	flex-basis: 2rem;
	line-height: 2rem;
	background-color: var(--bg-sub-color);
	text-align: center;
	color: var(--text-color);
	margin: 0 0.5rem;
}
.postLinkItem a {
	background-color: var(--main-color);
	color: #fff;
	display: block;
}
.postCategory {
	margin-bottom: 0.5rem;
	display: flex;
	font-size: 0.875em;
}
.postCategory::before {
	content: "[";
	margin-right: 0.5em;
}
.postCategory::after {
	content: "]";
	margin-left: 0.5em;
}
.postTitle {
	font-size: 2em;
	margin: 0 0 1rem;
	letter-spacing: 0.1em;
}
.postDate {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-regular);
	margin-bottom: 2rem;
	letter-spacing: 0.2em;
	color: var(--sub-color);
}
.linksList {
	margin-top: 2rem;
}
.linksList li + li {
	margin-top: 2rem;
}
.linksListTitle {
	font-size: 1.5em;
	font-weight: var(--font-bold);
	margin: 0;
}
.linksListUrl {
	font-size: 0.875em;
	margin-left: 0.25rem;
	word-break: break-all;
}
.linksListUrl .ph {
	margin-right: 0.25em;
}
.linksListMeta {
	margin: 0.5rem 0 0;
}
.linksListMeta dt {
	margin-bottom: 0.25rem;
}
.linksListMeta dd {
	font-size: 0.875em;
	margin: 0;
	color: rgba(var(--text-color-rgb), 0.6);
}
.staffList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.5rem;
}
.staffList li {
	flex-basis: calc(25% - 1.5rem*3/4);
	flex-grow: 0;
	flex-shrink: 0;
}
.staffList li a {
	color: inherit;
}
.staffListImage {
	background-color: rgba(var(--text-color-rgb), 0.1);
}
.staffListContent {
	margin-top: 0.5rem;
	text-align: center;
}
.staffListTitle {
	margin: 0;
	font-size: 0.8125em;
	color: var(--sub-color);
	display: block;
}
.staffListName {
	margin: 0;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.staffTitle {
	font-size: 1.125em;
	font-weight: var(--font-bold);
	color: var(--sub-color);
	letter-spacing: 0.1em;
}
.staffNameWrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem 0;
	margin-bottom: 2rem;
	line-height: 1.35;
}
.staffName {
	font-size: 2em;
	margin: 0;
	letter-spacing: 0.1em;
}
.staffSns {
	margin-left: auto;
	align-self: flex-end;
}
.staffQuals a {
	color: inherit;
}
.bulletPointsDiv {
	border: 0.0625rem solid var(--main-color);
	padding: 2rem;
	margin: 2rem 0;
}
.bulletPointsTitle {
	line-height: 1.35;
	margin: 0 0 1.5rem;
	font-size: 1.25em;
	color: var(--main-color);
}
.bulletPointsDiv .bulletPoints {
	margin: 0;
	list-style: none;
}
.bulletPoints li + li {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 0.0625rem solid rgba(var(--main-color-rgb), 0.15);
}
.bulletPoints .ph {
	display: inline-block;
	text-indent: -1.25em;
	color: var(--main-color);
	transform: scale(1.2);
}
.priceGroupWrap + .priceGroupWrap {
	margin-top: 2.5rem;
}
.priceGroupName {
	margin: 0 0 1.5rem;
	border-bottom: 0.125rem solid var(--main-color);
	letter-spacing: 0.15em;
	font-size: 1.75em;
	padding-bottom: 0.25em;
}
.priceGroupOutline {
	margin-bottom: 1.5rem;
}
.priceMidGroupOutline {
	font-size: 0.875em;
	margin-bottom: 0.75rem;
}
.priceMidGroupWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.5rem;
}
.priceMidGroup {
	flex: 1;
	max-width: calc(50% - 1.5rem/2);
	min-width: calc(33.333% - 1.5rem*2/3);
}
.priceMidGroupName {
	margin: 0 0 0.75rem;
	letter-spacing: 0.1em;
	font-size: 1.25em;
}
.priceItem {
	display: flex;
	align-items: flex-start;
	padding: 1rem;
	position: relative;
}
.priceItem::before {
	content: "";
	background-color: var(--bg-sub-color);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.priceItem:nth-of-type(2n)::before {
	opacity: 0.3;
}
.priceItemImage {
	flex-basis: 20%;
	margin-right: 1rem;
}
.priceItemContent {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin: 0;
}
.priceItemTitle {
	flex: 1;
}
.priceItemPrice {
	white-space: nowrap;
	margin: 0;
	text-align: right;
	font-weight: var(--font-bold);
	color: var(--sub-color);
}
.priceItemDetail {
	flex-basis: 100%;
	margin: 0.5rem 0 0;
	font-size: 0.8125em;
	color: rgba(var(--text-color-rgb), 0.6);
}
.priceNote {
	margin-top: 2rem;
	font-size: 0.875em;
	text-align: right;
}
.aboutImages {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}
.aboutImages li {
	flex-basis: calc(50% - 0.5rem);
}
.wp-block-buttons {
	margin: 2rem 0;
}
.wp-block-button__link {
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
	background-color: var(--bg-color);
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: var(--main-color);
}
.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
	border: 0.0625rem solid;
	padding: 0.875rem 1.25rem;
}
.seriesLead,
.seriesNote {
	margin: 1rem 0;
}
.seriesNote {
	border: 0.125rem solid rgba(var(--main-color-rgb), 0.5);
	border-radius: 0.375rem;
	padding: 1em 1.5em;
}
.seriesList {
	display: flex;
	gap: 1rem;
	font-weight: var(--font-bold);
}
.seriesList > .cat-item {
	flex: 1;
}
.seriesList > .cat-item > a {
	display: block;
	background-color: var(--main-color);
	text-align: center;
	color: #fff;
	padding: 2em 0;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	font-size: 1.25rem;
	border-radius: 0.375rem;
}
.seriesList .children > .cat-item {
	margin-top: 0.35rem;
}
.seriesList .children > .cat-item > a {
	display: block;
	background-color: var(--sub-color);
	text-align: center;
	color: #fff;
	padding: 1rem;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	border-radius: 0.375rem;
}
.estimateCode {
	background-color: var(--bg-sub-color);
	padding: 1.5rem;
	border-radius: 0.375rem;
	text-align: center;
}
.estimateCode input[type="text"] {
	border: 0.0625rem solid #ccc;
	appearance: none;
	border-radius: 0.375rem;
	padding: 0.5rem;
	width: 12em;
	font-size: 1rem;
	text-align: center;
}
.estimateCode .btn {
	width: auto;
	margin-top: 1rem;
}
.estimateItem {
	margin: 1rem 0;
	border: 0.0625rem solid rgba(var(--text-color-rgb), 0.3);
	border-radius: 0.375rem;
	padding: 0.5rem 1rem;
}
.estimateTableTitle {
	cursor: pointer;
	position: relative;
	padding-right: 1.5em;
	margin: 0;
	font-size: 1.25em;
}
.estimateTableTitle::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
}
.estimateTableTitle.open::after {
	content: "-";
}
.estimateTableWrap {
	display: none;
	margin-top: 1rem;
}
.estimateTableWrap .note {
	font-size: 0.875em;
	text-align: right;
	margin: 1em 0 0;
}
.estimateTable {
	margin: 0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	table-layout: fixed;
	width: 100%;
}
.estimateTable tr:nth-child(2n-1) {
	background-color: rgba(var(--main-color-rgb), 0.05);
}
.estimateTable tr:nth-child(1) {
	background-color: rgba(var(--main-color-rgb), 0.2);
}
.estimateTable th,
.estimateTable td {
	font-size: 1em;
	padding: 0.5em 1em;
	white-space: nowrap;
}
.estimateTable input.estimateInput {
	border: 0.0625rem solid #ccc;
	appearance: none;
	border-radius: 0.375rem;
	padding: 0.25rem;
	width: 6em;
	text-align: right;
}
.estimateTable select.estimateSelect {
	border: 0.0625rem solid #ccc;
	border-radius: 0.375rem;
	padding: 0 0.25rem;
}
.estimateTable .priceCell {
	text-align: right;
	font-weight: bold;
	color: #333;
	min-width: 6em;
}
.estimateTable td:last-child {
	text-align: right;
}
.estimate {
	margin-top: 3rem;
	border: 0.125rem solid var(--main-color);
	border-radius: 0.375rem;
	padding: 1rem 2rem;
}
.estimate p {
	display: flex;
	justify-content: flex-end;
	font-weight: var(--font-bold);
	margin: 0;
}
.estimate p + p {
	margin-top: 0.75rem;
}
input:read-only {
	appearance: none;
	border: 0;
	text-align: right;
	width: 6em;
	background-color: transparent;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.estimate .subtotal,
.estimate .tax,
.estimate .total {
	font-family: var(--eng-font);
	font-size: 1.25em;
	align-items: center;
}
.estimate .total {
	font-size: 1.25em;
	font-weight: var(--eng-font-bold);
}

@media screen and (max-width: 960px) {
	html {
		font-size: calc(100vw * 16 / 768);
	}
	.headerGnav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: var(--main-color);
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 2.5rem;
		opacity: 0;
		visibility: hidden;
		transition: all 150ms;
		padding: 0 1rem;
		color: #fff;
	}
	.headerGnav.show {
		opacity: 1;
		visibility: visible;
	}
	.headerTel {
		font-size: 1.5em;
		align-self: center;
		gap: 1.25rem;
		color: inherit;
	}
	.headerNav {
		position: relative;
		width: 100%;
		padding-top: 2rem;
		border-top: 0.0625rem solid rgba(255,255,255, 0.15);
	}
	.headerNav ul {
		flex-direction: column;
		font-size: 1.125em;
		align-items: center;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
		gap: 2.5rem;
	}
	.headerNav li + li::before {
		display: none;
	}
	.headerCta .ctaBtn {
		font-size: 1em;
		background-color: #fff;
		color: var(--main-color);
		border-color: var(--main-color);
	}
	.headerCta .ph {
		display: inline;
	}
	.headerSns.snsIcons {
		display: flex;
		justify-content: center;
	}
	.headerSns.snsIcons a {
		color: #fff;
	}
	.headerSpNav {
		display: block;
		z-index: 1;
	}
	.headerSpNavToggle {
		display: block;
	}
	.headerSpNavToggle i {
		display: block;
		height: 0.125rem;
		width: 1.5rem;
		background-color: var(--main-color);
		margin: 0 auto;
		transform: rotate(0deg) translate(0, 0);
		transition: all .4s 0s;
	}
	.headerSpNavToggle i:nth-child(2) {
		margin: 0.375rem auto;
	}
	.headerSpNavToggle.show i {
		background-color: #fff;
	}
	.headerSpNavToggle.show i:nth-child(1) {
		transform: rotate(45deg) translate(0.3125rem, 0.3125rem);
	}
	.headerSpNavToggle.show i:nth-child(2) {
		opacity: 0;
	}
	.headerSpNavToggle.show i:nth-child(3) {
		transform: rotate(-45deg) translate(0.375rem, -0.375rem);
	}
	.ctaBtns {
		justify-content: center;
	}
	.topMvDiv {
		flex-direction: column;
	}
	.topMvContent {
		text-align: center;
	}
	.topMvTagline {
		transform: translateX(0.08em);
	}
	.topMvTaglineEn {
		transform: translateX(0.1em);
	}
	.topMvTaglineTopic {
		transform: translateX(0.1em);
	}
	.topMvImage {
		width: calc(100vw - 1.5rem*2);
	}
	.footerTop {
		justify-content: center;
	}
	.footerTopTitle {
		display: none;
	}
	.footerBottom {
		flex-direction: column-reverse;
		align-items: center;
		gap: 1rem;
	}
	.footerBottomNav {
		flex-direction: column;
		gap: 1.25rem;
	}
	.snsIcons {
		gap: 0.75rem;
	}
	.snsIcons a {
		width: 2rem;
		height: 2rem;
	}
	.productList li {
		flex-basis: calc(50% - 1rem/2);
	}
}
@media screen and (max-width: 632px) {
	html {
		font-size: calc(100vw * 16 / 375);
	}
	body {
		font-size: 0.875rem;
	}
	.contents h2,
	.titleL,
	.postTitle,
	.headline {
		font-size: 1.55em;
	}
	.contents h3,
	.titleM {
		font-size: 1.25em;
	}
	section {
		margin: 3rem auto;
	}
	.colorSection,
	.ctaSection,
	.topAdvantage {
		padding: 3rem 0;
	}
	.main {
		margin-top: 3.6406rem;
	}
	.innerMAX,
	.innerXL,
	.innerL,
	.innerM,
	.innerS {
		padding: 0 1rem;
	}
	.header {
		padding: 1rem 0;
	}
	.headerName {
		font-size: 1.25em;
	}
	.headerGnav {
		gap: 2rem;
	}
	.headerTel {
		flex-direction: column;
		gap: 0.75rem;
	}
	.headerNav ul {
		gap: 2rem;
	}
	.topMvDiv {
		flex-direction: column-reverse;
		gap: 1.5rem;
	}
	.topMvTagline {
		font-size: 1.8em;
	}
	.topMvTaglineBtn {
		margin-top: 1.5rem;
	}
	.topMvImage {
		width: calc(100vw - 1rem*2);
	}
	.topAdvantage::after {
		background-image: linear-gradient(to right,rgba(var(--main-color-rgb),0.05) 50%,transparent 50%);
	}
	.topAdvantageItem {
		display: block;
	}
	.topAdvantageInfo {
		margin: 1rem 1rem 0;
	}
	.topAdvantageItem + .topAdvantageItem {
		margin-top: 2rem;
	}
	.sectionTitle {
		margin-bottom: 2rem;
	}
	.sectionTitleJa {
		font-size: 1.75em;
	}
	.btn,
	.ctaBtn,
	.wp-block-button__link {
		text-align: center;
	}
	table {
		margin: 2rem 0;
	}
	.flow dl::after,
	.flow dl:not(:last-child)::before {
		font-size: 1.75em;
	}
	.flow dl {
		padding-left: 3.5rem;
	}
	.faq {
		padding: 1.5rem 1rem;
	}
	.serviceList,
	.worksList,
	.beforeAfterList,
	.staffList {
		gap: 2rem 1rem;
	}
	.serviceList li {
		flex-basis: calc(50% - 1rem/2);
		flex-grow: 0;
	}
	.serviceListTitle span {
		font-size: 1em;
	}
	.serviceListBtn.btn {
		width: auto;
	}
	.serviceList li.pickup {
		padding-bottom: 2rem;
	}
	.serviceList li.pickup a {
		display: block;
	}
	.serviceList li.pickup .serviceListImage {
		margin-bottom: -1.25rem;
	}
	.serviceList li.pickup .serviceListTitle span {
		font-size: 1.25em;
	}
	.worksList li,
	.beforeAfterList li,
	.staffList li {
		flex-basis: calc(50% - (1rem/2));
	}
	.ctaSectionTel {
		font-size: 1.5em;
		gap: 0.75rem;
	}
	.footerTopNav ul {
		gap: 0.25rem;
	}
	.footerTopNav li {
		flex-basis: calc(50% - (0.25rem/2));
	}
	.footerTopNav a {
		display: block;
		text-align: center;
		background-color: #fff;
		padding: 0.5rem;
	}
	.newsList li {
		column-gap: 1rem;
	}
	.productList {
		gap: 1rem;
	}
	/* .productList li {
		flex-basis: 100%;
	}
	.productList li a {
		flex-direction: row;
		height: auto;
	}
	.productListImage {
		flex-basis: 7.1875rem;
	} */
	.productListContent {
		display: block;
	}
	.productListColor {
		font-size: 0.85714286em;
	}
	.productListColor::before {
		display: none;
	}
	.contentTitleDiv {
		margin: 1rem 0 1.5rem;
	}
	.contentTitleJa {
		font-size: 1.75em;
	}
	.bulletPointsDiv {
		padding: 1.5rem;
	}
	.bulletPointsTitle {
		margin-bottom: 1rem;
	}
	.inPageNav ul {
		gap: 0.75rem 0.5rem;
	}
	.inPageNav li {
		flex-basis: calc(50% - (0.5rem/2));
		flex-grow: 0;
	}
	.facilitiesDiv {
		position: relative;
		overflow-x: scroll;
		margin-right: -1rem;
	}
	.facilitiesList {
		width: max-content;
		padding-right: 1rem;
		display: block;
	}
	.facilitiesList tbody td.facilitiesListImage {
		width: 5.625rem;
		padding-right: 0.5rem;
	}
	.facilitiesList tbody td {
		font-size: 0.75em;
	}
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td {
		display: block;
	}
	.formTable tr + tr {
		margin-top: 0.5rem;
	}
	.formTable th {
		padding: 0;
	}
	.mw_wp_form_confirm .formTable td {
		background-color: rgba(var(--bg-color-rgb),0.7);
		padding: 0.5rem;
	}
	.formBtns .btn {
		width: auto;
	}
	.beforeAfterImage b {
		font-size: 1em;
	}
	.beforeAfterImage.before::after {
		border-top-width: 0.75rem;
		border-left-width: 0.5rem;
		border-bottom-width: 0.75rem;
		top: 1rem;
	}
	.beforeAfterImage.before {
		flex-basis: calc(35% - 0.5rem);
	}
	.beforeAfterImage.after {
		flex-basis: calc(65% - 0.5rem);
	}
	.staffName {
		font-size: 1.75em;
	}
	.staffSns {
		margin: 0;
	}
	.priceGroupName {
		font-size: 1.5em;
	}
	.priceMidGroup {
		flex-basis: 100%;
		max-width: none;
	}
	.priceItem {
		padding: 0.75rem;
	}
	.seriesList {
		gap: 0.5rem;
	}
	.seriesList > .cat-item > a {
		font-size: 1em;
	}
	.estimateTableWrap {
		overflow-x: scroll;
	}
	.estimateTableWrap::before {
		content: "横スクロールで全項目表示";
		display: block;
		margin-bottom: 0.5em;
	}
	.estimateTable {
		width: auto;
	}
}
@supports (-webkit-touch-callout: none) {
	.topMv {
			min-height: -webkit-fill-available;
	}
}