@charset "utf-8";

/* ■ リセットCSS ■ */
/* Google Fonts
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100; (Thin)
	font-weight: 200; (ExtraLight)
	font-weight: 300; (Light)
	font-weight: 400; (Regular)
	font-weight: 500; (Medium)
	font-weight: 600; (SemiBold)
	font-weight: 700; (Bold)
	font-weight: 800; (ExtraBold)
	font-weight: 900; (Black)
	font-family: 'Cinzel', serif;
	font-weight: 500; (Medium)
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-weight: 500; (Medium)
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Sofia+Sans+Condensed:wght@500&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
div,
p,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	word-break: break-all;
	box-sizing: border-box;
}

:root {
	--cBase: #00a9c9;
	/* ベース */
	--cBaseT: #00a9c9f0;
	/* ベース（半透明） */
	--cTab: #00c76a;
	/* タブグラデーション */
	--cNow: #b3e5ef;
	/* メニュー選択中背景 */
	--cGray: #aeb2b2;
	/* グレー */
	--cGrayT: #aeb2b240;
	/* グレー（半透明） */
	--cWhite: #ffffff;
	/* 白 */
	--cRed: #ff0000;
	/* 赤 */
	--cFont: #333333;
	/* フォント */
}

body {
	color: var(--cFont);
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

address,
em,
i {
	font-style: normal;
}

strong,
th,
b {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

a.nolink:hover {
	opacity: 1;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

/* ■ クラス名称 ■ */
/* クラス名の最後の数値の意味
	無印	：ページ共通・トップページ
	2		：個別ページ（福祉、賃貸、医療、開業）
	3		：施工事例ページ
	4		：選ばれる理由ページ
	5		：お知らせ一覧ページ
*/

/* ■ 共通 ■ */
.w-full {
	max-width: 100%;
	overflow: hidden;
}

.w-content {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 848px) {
	.w-content {
		width: calc(100% - 40px);
	}
}

.w-inside {
	max-width: 800px;
	margin: 0 auto;
}

.w-shadow {
	background: linear-gradient(#7f7f7f 0px 0px, #f3f3f3 1px, #ffffff 31px, #ffffff 100%);
}

.w-gray {
	background: linear-gradient(#bebebe 0px 0px, #d5dddd 1px, #dfe8e8 31px, #dfe8e8 100%);
}

.w-back-base {
	background: var(--cBase);
}

h2 {
	padding: 80px 0 20px 0;
	font-size: 30px;
	font-weight: 500;
	color: var(--cBase);
	line-height: 1.5;
	text-align: center;
}

h2 span {
	display: block;
	font-family: 'Cinzel', serif;
	font-weight: 500;
	font-size: 16px;
	color: var(--cFont);
}

.hide {
	display: none;
}

.red {
	color: var(--cRed);
}

.sp {
	display: none;
}

@media screen and (max-width: 848px) {
	.sp {
		display: inline;
	}
}

.pc {
	display: inline;
}

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

/* ■ ヘッダー ■ */
.header {
	position: sticky;
	top: 0;
	background: var(--cWhite);
	z-index: 999;
}

@media screen and (max-width: 848px) {
	.header {
		position: static;
	}
}

.header header {
	padding: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 848px) {
	.header header {
		width: 100%;
	}
}

.header header .head-01 {
	width: 36%;
	padding: 12px 0 0 0;
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 848px) {
	.header header .head-01 {
		width: 100%;
		height: 70px;
		padding: 6px 10px 0px 10px;
		display: block;
		position: fixed;
		top: 0;
		z-index: 1;
		background: var(--cWhite);
	}
}

.header header .head-01 .logo {
	width: 56%;
	padding: 2px 0 0px 0;
}

@media screen and (max-width: 848px) {
	.header header .head-01 .logo {
		width: 165px;
		margin: 0;
		padding: 6px 0 10px 0;
	}
}

.header header .head-01 .logo img {
	padding: 0px 18px 0 0;
	vertical-align: bottom;
}

@media screen and (max-width: 848px) {
	.header header .head-01 .logo img {
		padding: 0px;
	}
}

.header header .head-01 .tokusyu {
	width: 44%;
	background: var(--cBase);
}

@media screen and (max-width: 848px) {
	.header header .head-01 .tokusyu {
		width: 165px;
		margin: -20px 0 0 0;
	}
}

.header header .head-01 .tokusyu a {
	display: block;
	padding: 0 0px 2px 0px;
	font-size: 26px;
	color: var(--cWhite);
	text-align: center;
	line-height: 42px;
}

@media screen and (max-width: 848px) {
	.header header .head-01 .tokusyu a {
		font-size: 14px;
		line-height: 31px;
	}
}
}

.header header .head-02 {
	width: 43%;
	padding: 12px 0 0 0;
}

@media screen and (max-width: 848px) {
	.header header .head-02 {
		width: 100%;
		padding: 92px 0 0 0;
	}
}

.header header .head-02 .mess {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 848px) {
	.header header .head-02 .mess {
		padding: 0 0 10px 0;
		text-align: center;
	}
}

.header header .head-03 {
	width: 21%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 848px) {
	.header header .head-03 {
		width: auto;
		height: 69px;
		position: fixed;
		top: 0;
		right: 70px;
		z-index: 1;
		justify-content: flex-start;
		align-items: normal;
	}
}

.header header .head-03 p {
	width: 48%;
	background: linear-gradient(20deg, var(--cTab), var(--cBase));
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 848px) {
	.header header .head-03 p {
		width: 60px;
		border-radius: 0;
		margin: 0 1px 0 0;
		padding: 4px 0 0 0;
	}
}

.header header .head-03 p a {
	display: block;
	padding: 8px 0 9px 0;
	font-size: 11px;
	text-align: center;
	color: var(--cWhite);
	line-height: 1;
}

@media screen and (max-width: 848px) {
	.header header .head-03 p a {
		font-size: 9px;
	}
}

.header header .head-03 p img {
	width: 30px;
	padding: 0 0 4px 0;
}

@media screen and (max-width: 848px) {
	.header header .head-03 p img {
		padding: 0 0 8px 0;
	}
}

/* メニュー設定 */
.header nav {
	background: var(--cBase);
}

.header nav ul {
	display: flex;
	align-items: center;
}

.header nav ul li {
	position: relative;
	width: calc(100% / 9);
}

/* .header nav ul li {
	border-right: 1px #fff solid;
}
.header nav ul li:first-child {
	border-left: 1px #fff solid;
} */
/* @media screen and (max-width: 848px) {
	.header nav ul li:first-child {
		border-left: none;
	}
} */
.header nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	font-weight: 500;
	text-align: center;
	color: var(--cWhite);
	padding: 8px 0;
	line-height: 1.2;
}

.header nav ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: var(--cWhite);
}

.header nav ul li a.now {
	color: var(--cBase);
	background: var(--cNow);
}

.header nav ul li:nth-last-child(2)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: var(--cWhite);
}

/* ハンバーガーメニュー設定 */
.header nav #menu-btn-check {
	display: none;
}

.header nav .menu-btn {
	display: none;
}

@media screen and (max-width: 848px) {
	.header nav .menu-btn {
		position: fixed;
		top: 0;
		right: 0;
		display: flex;
		height: 69px;
		width: 69px;
		justify-content: center;
		align-items: center;
		z-index: 1000;
		background-color: var(--cBase);
		cursor: pointer;
		padding: 0 0 11px 0;
	}

	.header nav .menu-btn span,
	.header nav .menu-btn span:before,
	.header nav .menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 42px;
		border-radius: 3px;
		background-color: #fff;
		position: absolute;
	}

	.header nav .menu-btn span:before {
		bottom: 10px;
	}

	.header nav .menu-btn span:after {
		top: 10px;
	}

	.header nav #menu-btn-check:checked~.menu-btn span {
		background-color: rgba(255, 255, 255, 0);
	}

	.header nav #menu-btn-check:checked~.menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	.header nav #menu-btn-check:checked~.menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.header nav .menu-btn b {
		position: relative;
		top: 25px;
		font-weight: 500;
		color: var(--cWhite);
	}

	.header nav #menu-btn-check:checked~ul {
		left: 0;
	}

	.header nav ul {
		width: 100%;
		height: 100vh;
		padding: 80px 20px 0 20px;
		position: fixed;
		top: 0;
		left: 100%;
		overflow: auto;
		z-index: 999;
		background-color: var(--cBaseT);
		transition: all 0.5s;
	}

	.header nav ul {
		display: block;
		width: 100%;
	}

	.header nav ul li {
		position: static;
		width: 100%;
		border-right: none !important;
	}

	.header nav ul li {
		border-top: solid 2px var(--cWhite);
		list-style: none;
	}

	.header nav ul li:last-child {
		border-bottom: solid 2px var(--cWhite);
	}

	.header nav ul li a {
		display: block;
		padding: 10px 0px;
		font-size: 16px;
		text-decoration: none;
		font-weight: 400;
		text-align: center;
		color: var(--cWhite);
		line-height: initial;
	}

	.header nav ul li a br {
		display: none;
	}

	.header nav ul li a span {
		font-size: 90%;
		font-weight: normal;
	}

	.header nav ul li a:hover {
		opacity: 0.6;
	}
}

/* ■ パンくずリスト ■ */
.bread {}

@media screen and (max-width: 848px) {
	.bread {
		display: none;
	}
}

.bread p {
	padding: 3px 0 3px 5px;
	font-size: 13px;
}

.bread p a {
	text-decoration: underline;
}

/* ■ ヘッダーイメージ ■ */
.head-img {}

.head-img a:hover {
	opacity: 1;
}

.head-img2 {
	padding: 100px 0 0 0;
}

.head-img2 a:hover {
	opacity: 1;
}

.head-img .image {
	padding: 0 0 40px 0;
}

.head-img .image a:hover {
	opacity: 1;
}

/* slick のカスタマイズ */
.slick-dots li button:before {
	font-size: 14px;
	top: 8px;
	color: var(--cBase);
}

.slick-dots li.slick-active button:before {
	color: var(--cBase);
}

/* ■ 告知 ■ */
.notice {
	max-width: 750px;
	margin: 40px auto 0 auto;
	padding: 40px 48px 40px 48px;
	background: #f7f7f7;
}

.notice h2 {
	padding: 0 0 15px 0;
	font-size: 16px;
	color: var(--cFont);
	font-weight: 700;
}

.notice {
	font-size: 14px;
	font-weight: 400;
}

/* ■ ピックアップ ■ */
.main details summary {
	font-size: 16px;
	text-decoration: underline;
}

.main details summary:hover {
	opacity: 0.6;
	cursor: pointer;
}

.main .pickup {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}

@media screen and (max-width: 848px) {
	.main .pickup {
		display: block;
		padding: 40px 0 20px 0;
	}
}

.main .pickup li {
	padding: 0 0 40px 0;
}

.main .pickup.pickup1x li {
	width: 100%;
	margin: 0;
}

.main .pickup.pickup2x li {
	width: calc((100% - 50px) / 2);
}

.main .pickup.pickup2x> :not(li:nth-child(2n)) {
	margin: 0 50px 0 0;
}

@media screen and (max-width: 848px) {
	.main .pickup.pickup2x li {
		width: 100%;
		margin: 0;
	}
}

.main .pickup.pickup3x li {
	width: calc((100% - 100px) / 3);
}

.main .pickup.pickup3x> :not(li:nth-child(3n)) {
	margin: 0 50px 0 0;
}

@media screen and (max-width: 848px) {
	.main .pickup.pickup3x li {
		width: 100%;
		margin: 0;
	}
}

/* ■ お知らせ ■ */

/* お知らせ選択メニュー */
.main .news-menu {
	padding: 5px 0px 5px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

@media screen and (max-width: 848px) {
	.main .news-menu {
		justify-content: center;
	}
}

.main .news-menu li {
	width: calc(100% / 5);
}

.main .news-menu> :not(li:last-child) {
	border-right: #ccc 1px solid;
}

@media screen and (max-width: 848px) {
	.main .news-menu li {
		width: auto;
		border-right: #ccc 1px solid;
		border-left: #ccc 1px solid;
	}
}

.main .news-menu li span {
	display: block;
	width: 92%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 848px) {
	.main .news-menu li span {
		width: auto;
		padding: 5px 10px;
		white-space: pre;
	}
}

.main .news-menu li span:hover {
	cursor: pointer;
	color: var(--cWhite);
	opacity: 0.6;
	border-radius: 5px;
	background: var(--cBase);
}

.main .news-menu li.now span {
	color: var(--cWhite);
	background: var(--cBase);
	border-radius: 5px;
}

@media screen and (max-width: 848px) {
	.main .news-menu li.now span {
		color: var(--cFont);
		background: none;
		border-radius: 0;
	}
}

@media screen and (max-width: 848px) {
	.main .news-menu li.now span::after {
		content: "";
		display: block;
		width: calc(100% + 10px);
		height: 3px;
		background: var(--cBase);
		transform: translate(-5px, 0px);
	}
}

/* お知らせ */
.main .news {}

.main .news li a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px 0 20px 0;
	border-bottom: #ccc 1px solid;
}

.main .news li a .date {
	width: 12%;
	font-weight: 500;
	font-size: 17px;
}

@media screen and (max-width: 848px) {
	.main .news li a .date {
		width: 100px;
	}
}

.main .news li a .kind {
	width: 14%;
	padding: 3px 0 3px 0;
	font-size: 14px;
	text-align: center;
	color: var(--cWhite);
	border-radius: 3px;
	background: var(--cBase);
}

@media screen and (max-width: 848px) {
	.main .news li a .kind {
		width: 150px;
	}
}

.main .news li a .mess {
	width: 74%;
	padding: 0 0 0 24px;
	font-size: 17px;
}

@media screen and (max-width: 848px) {
	.main .news li a .mess {
		width: 100%;
		padding: 0 0 0 0px;
		font-size: 15px;
	}
}

.main .news li.new a .mess::after {
	content: "NEW";
	display: inline-block;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 14px;
	font-size: 12px;
	color: var(--cWhite);
	border-radius: 2px;
	line-height: 1;
	background: #f00;
	transform: scale(0.8, 0.8);
}

.main .news-list {
	padding: 30px 0 40px 0;
	text-align: center;
}

.main .news-list span a {
	display: inline-block;
	margin: 0 auto;
	padding: 6px 40px 6px 40px;
	font-size: 14px;
	text-align: center;
	border: #ccc 2px solid;
}

.main .news-list span a::after {
	content: "≫";
	display: inline-block;
	font-size: 11px;
}

/* お知らせ一覧ページ用 ページャ */
.main .news-pager {
	display: flex;
	justify-content: center;
}

.main .news-pager li {
	width: 30px;
	margin: 80px 0px 50px 0px;
	text-align: center;
	line-height: 30px;
}

.main .news-pager li:hover {
	cursor: pointer;
}

.main .news-pager li.box {
	margin: 80px 4px 50px 4px;
	background: var(--cBase);
	color: var(--cWhite);
	border-radius: 3px;
}

.main .news-pager li.now {
	margin: 80px 4px 50px 4px;
	border: 1px var(--cGray) solid;
	border-radius: 3px;
}

/* ■ ワンストップサービスクオリティ ■ */
.main .sub-head {
	padding: 80px 0 0 0;
}

/* ■ 事業内容 ■ */

/* トップページ用 */
.main .business-menu {
	padding: 30px 30px 20px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media screen and (max-width: 848px) {
	.main .business-menu {
		padding: 20px 30px 0 30px;
		display: block;
	}
}

.main .business-menu li {
	width: 43%;
	padding: 30px 0 30px 0;
	line-height: 1;
}

@media screen and (max-width: 848px) {
	.main .business-menu li {
		width: 100%;
		padding: 20px 0 20px 0;
	}
}

/* 個別ページ用 */
.main .business-menu2 {
	padding: 80px 0px 0 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 848px) {
	.main .business-menu2 {
		padding: 20px 30px 0 30px;
		display: block;
	}
}

.main .business-menu2 li {
	width: 22.5%;
	padding: 30px 0 30px 0;
	line-height: 1;
}

@media screen and (max-width: 848px) {
	.main .business-menu2 li {
		width: 100%;
		padding: 20px 0 20px 0;
	}
}

/* ■ 施工事例 ■ */

/* 施工分類選択メニュー */
.main .example-menu {
	padding: 5px 60px 5px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

@media screen and (max-width: 848px) {
	.main .example-menu {
		padding: 5px 0 5px 0;
		justify-content: center;
	}
}

.main .example-menu li {
	width: calc(100% / 5);
	border-right: #ccc 1px solid;
}

@media screen and (max-width: 848px) {
	.main .example-menu li {
		width: auto;
		border-right: #ccc 1px solid !important;
		border-left: #ccc 1px solid;
	}
}

.main .example-menu li:last-child {
	border-right: none;
}

.main .example-menu li span {
	display: block;
	width: 93%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 848px) {
	.main .example-menu li span {
		width: auto;
		padding: 5px 10px;
		white-space: pre;
	}
}

.main .example-menu li span:hover {
	cursor: pointer;
	opacity: 0.6;
	border-radius: 5px;
	background: var(--cBase);
	color: var(--cWhite);
}

.main .example-menu li.now span {
	display: block;
	border-radius: 5px;
	color: var(--cWhite);
	background: var(--cBase);
	opacity: 1.0;
}

@media screen and (max-width: 848px) {
	.main .example-menu li.now span {
		color: var(--cFont);
		background: none;
		border-radius: 0;
	}
}

@media screen and (max-width: 848px) {
	.main .example-menu li.now span::after {
		content: "";
		display: block;
		width: calc(100% + 10px);
		height: 3px;
		background: var(--cBase);
		transform: translate(-5px, 0px);
	}
}

/* 施工絞り込み条件選択 */
.main .example-search {
	padding: 25px 5% 25px 4.5%;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}

@media screen and (max-width: 848px) {
	.main .example-search {
		padding: 25px 0 25px 0;
	}
}

.main .example-search .search-01 {
	width: 15.8%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: var(--cGray) 1px solid;
	border-right: var(--cGray) 1px solid;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-01 {
		width: 100%;
		padding: 0 0 6px 0;
		border-left: none;
		border-right: none;
		border-bottom: var(--cGray) 1px solid;
	}
}

.main .example-search .search-01 p {}

.main .example-search .search-02 {
	width: 1.8%;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-02 {
		display: none;
	}
}

.main .example-search .search-03 {
	width: 82.4%;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-03 {
		width: 100%;
	}
}

.main .example-search .search-03 li {
	padding: 6px 0 6px 0;
}

.main .example-search .search-03> :not(li:last-child) {
	border-bottom: var(--cGray) 1px solid;
}

.main .example-search .search-03 li dl {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-03 li dl {
		display: block;
	}
}

.main .example-search .search-03 li dl dt {
	width: 200px;
	position: relative;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-03 li dl dt {
		width: 100%;
	}
}

.main .example-search .search-03 li dl dt.rule::before {
	content: "";
	display: block;
	width: 16px;
	height: 1px;
	border-bottom: 1px #888 solid;
	position: absolute;
	top: 11px;
	left: -1px;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-03 li dl dt.rule::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-bottom: 1px #888 solid;
		border-left: 1px #888 solid;
		position: absolute;
		top: 2px;
		left: 6px;
	}
}

.main .example-search .search-03 li dl dd {
	width: calc(100% - 200px);
	position: relative;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-03 li dl dd {
		width: calc(100% - 32px);
		margin: 0 0 0 32px;
	}
}

.main .example-search .search-03 li dl dd.rule::before {
	content: "";
	display: block;
	width: 16px;
	height: 1px;
	border-bottom: 1px #888 solid;
	position: absolute;
	top: 11px;
	left: -20px;
}

@media screen and (max-width: 848px) {
	.main .example-search .search-03 li dl dd.rule::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-bottom: 1px #888 solid;
		border-left: 1px #888 solid;
		position: absolute;
		top: 2px;
		left: -13px;
	}
}

/* チェックボックス（□）作成 */
.main .example-search .search-03 dt label {
	width: 100%;
	display: inline-block;
}

.main .example-search .search-03 dd label {
	display: inline-block;
}

.main .example-search .search-03 label input {
	display: none;
}

.main .example-search .search-03 label span {
	position: relative;
}

.main .example-search .search-03 label span::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.3rem;
	border: 1px #707070 solid;
	vertical-align: baseline;
	box-sizing: border-box;
	position: relative;
	bottom: -1px;
	background: #ffffff;
}

.main .example-search .search-03 label input:checked+span::before {
	border: 1px #ffffff solid;
	background: #00c864;
}

.main .example-search .search-03 label:hover input+span::before {
	border: 1px #ffffff solid;
	background: #00c864;
}

@media screen and (max-width: 848px) {

	/* スマホ時のhover対策 */
	.main .example-search .search-03 label input+span::before {
		border: 1px #707070 solid !important;
		background: #ffffff !important;
	}

	.main .example-search .search-03 label input:checked+span::before {
		border: 1px #ffffff solid !important;
		background: #00c864 !important;
	}
}

.main .example-search .search-03 label input:checked+span::after {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.4em;
	position: absolute;
	left: 3px;
	top: 22%;
	border-bottom: 2px #ffff solid;
	border-left: 2px #ffff solid;
	transform: rotate(-45deg);
	box-sizing: border-box;
}

/* 施工事例メッセージ */
.main .example-mess {
	padding: 20px 0 0 20px;
	font-size: 16px;
	color: var(--cRed);
}

/* 施工事例 */
.main .example {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 10px 0 10px;
}

@media screen and (max-width: 848px) {
	.main .example {
		display: block;
		padding: 30px 0px 0 0px;
	}
}

.main .example3 {
	padding: 50px 0px 0 0px;
}

.main .example li {
	width: calc(100% / 4);
	padding: 0px 20px 24px 20px;
}

@media screen and (max-width: 848px) {
	.main .example li {
		width: 100%;
		padding: 0 5px 24px 5px;
	}
}

.main .example3 li {
	width: calc(100% / 3);
	padding: 0 1.8% 70px 1.8%;
}

@media screen and (max-width: 848px) {
	.main .example3 li {
		width: 100%;
		padding: 0 5px 24px 5px;
		margin: 0 0 0 0;
	}
}

.main .example li .photo {
	padding: 0 0 10px 0;
	line-height: 1;
}

.main .example3 li .photo {
	padding: 0 0 15px 0;
}

.main .example li .kind {
	width: 72%;
	margin: 0 auto 6px auto;
	padding: 2px 0 2px 0;
	border-radius: 3px;
	color: var(--cWhite);
	text-align: center;
	background: var(--cBase);
}

.main .example3 li .kind {
	margin: 0 auto 10px auto;
	padding: 5px 0 5px 0;
	font-size: 17px;
}

.main .example li .title {
	padding: 0 0 3px 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}

.main .example li .addr {
	padding: 0 0 0px 0;
	font-size: 14px;
	text-align: center;
}

.main .example li .price {
	padding: 0 0 0 0;
	font-size: 14px;
	text-align: center;
}

.main .example-list {
	padding: 30px 0 40px 0;
	text-align: center;
}

.main .example-list span a {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 65px 5px 65px;
	font-size: 14px;
	text-align: center;
	border: #ccc 2px solid;
}

.main .example-list span a::after {
	content: "≫";
	display: inline-block;
	font-size: 11px;
}

.main .example-report2 {
	padding: 100px 0 0 0;
}

/* ■ お客様の声 ■ */
.main .voice-menu {
	padding: 30px 30px 130px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.main .voice-menu.voice1x {
	padding: 30px 0 130px 0;
	display: block;
}

@media screen and (max-width: 848px) {
	.main .voice-menu {
		display: block;
		padding: 20px 30px 40px 30px;
	}
}

.main .voice-menu2 {
	padding: 30px 30px 0px 30px;
}

.main .voice-menu li {
	width: 43%;
	padding: 30px 0 30px 0;
	line-height: 1;
}

.main .voice-menu.voice1x li {
	width: 100%;
}

@media screen and (max-width: 848px) {
	.main .voice-menu li {
		width: 100%;
		padding: 20px 0 20px 0;
	}
}

.main .onestop {
	padding: 0 0 60px 0;
}

/* ■ 選ばれる理由 ■ */
.main .reason .image {
	padding: 0 0 90px 0;
}

.main .reason .title {
	padding: 0 0 40px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px var(--cGray) solid;
}

.main .reason .title p {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: var(--cBase);
}

.main .reason .title p span.no {
	display: block;
	padding: 10px 0 0px 0;
	font-family: 'Cinzel', serif;
	font-size: 125px;
}

.main .reason .title p span.en {
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	font-family: serif;
	color: var(--cFont);
}

.main .reason h4 {
	color: var(--cBase);
	font-family: serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (max-width: 848px) {
	.main .reason h4 {
		font-size: 24px;
	}
}

/* 選ばれる理由 1 */
.main .reason .reason1 {
	display: flex;
	padding: 0 0 130px 0;
}

@media screen and (max-width: 848px) {
	.main .reason .reason1 {
		display: block;
		padding: 0 0 130px 0;
	}
}

.main .reason .reason1 .img {
	width: 37%;
}

@media screen and (max-width: 848px) {
	.main .reason .reason1 .img {
		width: 100%;
		max-width: 170px;
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
}

.main .reason .reason1 .mess {
	width: 63%;
	padding: 0 0 0 57px;
}

@media screen and (max-width: 848px) {
	.main .reason .reason1 .mess {
		width: 100%;
		padding: 0 0 0 0;
	}
}

.main .reason .reason1 .mess h4 {
	padding: 0 0 14px 0;
}

.main .reason .reason1 .mess p {
	font-size: 16px;
	line-height: 2;
}

.main .reason .reason1 .mess p span {
	font-size: 12px;
}

/* 選ばれる理由 2 */
.main .reason .reason2 {
	padding: 0 0 0px 0;
}

.main .reason .reason2 h4 {
	padding: 0 0 20px 0;
	text-align: center;
}

.main .reason .reason2 p {
	padding: 0 0 60px 0;
	font-size: 16px;
	line-height: 2;
}

.main .reason .reason2 h5 {
	padding: 0 0 60px 0;
	font-family: serif;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
}

.main .reason .reason2-wrapper {
	padding: 0 0 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 848px) {
	.main .reason .reason2-wrapper {
		padding: 0 0 100px 0;
		display: block;
	}
}

.main .reason .reason2-item {
	width: calc((100% - 100px) / 2);
	padding: 0 0 45px 0;
	position: relative;
}

@media screen and (max-width: 848px) {
	.main .reason .reason2-item {
		width: 100%;
		padding: 0 0 45px 0;
		position: relative;
	}
}

.main .reason .reason2-item h6 {
	padding: 0 0 6px 0;
	font-family: serif;
	font-size: 23px;
	font-weight: 500;
	color: var(--cBase);
}

.main .reason .reason2-item h6 span {
	display: block;
	padding: 0 0 3px 0;
	font-size: 12px;
	color: var(--cGray);
	position: relative;
}

.main .reason .reason2-item h6 span::after {
	content: "";
	display: block;
	width: calc(100% - 126px);
	height: 1px;
	background: var(--cGray);
	position: absolute;
	right: 0;
	top: 9px;
}

.main .reason .reason2-item p.no {
	font-family: serif;
	font-size: 100px;
	font-weight: 300;
	font-style: italic;
	color: var(--cGray);
	position: absolute;
	top: -60px;
	right: 0;
	opacity: 0.4;
}

.main .reason .reason2-item div {}

.main .reason .reason2-item p.mess {
	padding: 0px 0 0px 14px;
	margin: 17px 0;
	font-size: 20px;
	border-left: 4px var(--cBase) solid;
}

/* 選ばれる理由 3 */
.main .reason .reason3 {
	padding: 0 0 0px 0;
}

.main .reason .reason3 h4 {
	padding: 0 0 40px 0;
	text-align: center;
}

.main .reason .reason3-wrapper {
	display: flex;
	padding: 0 0 170px 0;
}

@media screen and (max-width: 848px) {
	.main .reason .reason3-wrapper {
		display: block;
		padding: 0 0 170px 0;
	}
}

.main .reason .reason3-item {
	width: calc(100% / 3);
	padding: 0 4%;
	margin: -145px 0 0 0;
}

@media screen and (max-width: 848px) {
	.main .reason .reason3-item {
		width: 100%;
		padding: 0 0 50px 0;
		margin: 0 0 0 0;
	}
}

.main .reason .reason3-item div {}

@media screen and (max-width: 848px) {
	.main .reason .reason3-item div {
		max-width: 120px;
		margin: 0 auto;
	}
}

.main .reason .reason3-item h5 {
	padding: 24px 0 12px 0;
	font-family: serif;
	font-size: 24px;
	font-weight: 500;
	color: var(--cBase);
	line-height: 1.5;
}

.main .reason .reason3-item p {
	font-size: 17px;
}

/* 選ばれる理由 4 */
.main .reason .reason4 {
	padding: 0 0 0px 0;
}

.main .reason .reason4 h4 {
	padding: 0 0 40px 0;
	text-align: center;
}

.main .reason .reason4-wrapper {
	display: flex;
}

@media screen and (max-width: 848px) {
	.main .reason .reason4-wrapper {
		display: block;
	}
}

.main .reason .reason4-wrapper.last {
	padding: 0 0 150px 0;
}

.main .reason .reason4-wrapper.rev {
	flex-direction: row-reverse;
}

.main .reason .reason4-mess {
	width: calc(100% / 2);
	padding: 0 30px 50px 30px;
	background: #FFFFFF;
}

@media screen and (max-width: 848px) {
	.main .reason .reason4-mess {
		width: 100%;
		padding: 30px;
	}
}

.main .reason .reason4-mess h5 {
	padding: 0 0 15px 0;
	font-family: serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--cBase);
}

.main .reason .reason4-mess h5 span {
	display: block;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: var(--cGray);
	position: relative;
}

.main .reason .reason4-mess h5 span::after {
	content: "";
	display: block;
	width: calc(100% - 103px);
	height: 1px;
	background: var(--cGray);
	position: absolute;
	top: 7px;
	right: 0;
}

.main .reason .reason4-mess p {
	font-size: 17px;
	line-height: 2;
}

.main .reason .reason4-img {
	width: calc(100% / 2);
}

@media screen and (max-width: 848px) {
	.main .reason .reason4-img {
		width: 100%;
		padding: 0 0 50px 0;
	}
}

/* 選ばれる理由 5 */
.main .reason .reason5 {
	padding: 0 0 0px 0;
}

.main .reason .reason5 h4 {
	padding: 0 0 40px 0;
	text-align: center;
}

.main .reason .reason5 ul {
	text-align: center;
}

@media screen and (max-width: 848px) {
	.main .reason .reason5 ul {
		padding: 0 0 30px 0;
	}
}

.main .reason .reason5 ul li {
	display: inline-block;
	padding: 0 20px 0 20px;
	margin: 5px 0 50px 0;
	text-decoration: underline;
	font-size: 16px;
}

@media screen and (max-width: 848px) {
	.main .reason .reason5 ul li {
		width: 49%;
		padding: 0;
		margin: 0 0 10px 0;
	}
}
}

.main .reason .reason5 ul> :not(li:last-child) {
	border-right: 1px var(--cFont) solid;
}

@media screen and (max-width: 848px) {
	.main .reason .reason5 ul> :not(li:last-child) {
		border-right: none;
	}
}

.main .reason .reason5 ul li a {}

.main .reason .reason5-image {
	margin: 0 0 50px 0;
	position: relative;
}

.main .reason .reason5-image div {}

.main .reason .reason5-image p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main .reason .reason5-image p span {
	font-size: 38px;
	color: var(--cWhite);
	text-shadow: 0 0 8px var(--cFont);
}

@media screen and (max-width: 848px) {
	.main .reason .reason5-image p span {
		font-size: 28px;
	}
}

.main .reason .reason5-title {
	padding: 0 0 50px 0;
}

.main .reason .reason5-title h5 {
	padding: 0 0 30px 0;
	font-size: 24px;
	font-family: serif;
	font-weight: 500;
	text-align: center;
	color: var(--cBase);
}

.main .reason .reason5-title p {
	font-size: 18px;
	line-height: 2;
}

.main .reason .reason5-wrapper {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 848px) {
	.main .reason .reason5-wrapper {
		display: block;
	}
}

.main .reason .reason5-wrapper.rev {
	flex-direction: row-reverse;
}

.main .reason .reason5-item {
	width: calc(100% / 2);
}

@media screen and (max-width: 848px) {
	.main .reason .reason5-item {
		width: 100%;
	}
}

.main .reason .reason5-wrapper .reason5-item.mess {
	padding: 0 30px 0 0;
}

@media screen and (max-width: 848px) {
	.main .reason .reason5-wrapper .reason5-item.mess {
		padding: 0 0 0 0;
	}
}

.main .reason .reason5-wrapper.rev .reason5-item.mess {
	padding: 0 0 0 30px;
}

@media screen and (max-width: 848px) {
	.main .reason .reason5-wrapper.rev .reason5-item.mess {
		padding: 0 0 0 0;
	}
}

.main .reason .reason5-item.img {}

@media screen and (max-width: 848px) {
	.main .reason .reason5-item.img {
		padding: 0 0 50px 0;
	}
}

.main .reason .reason5-item div {}

.main .reason .reason5-item h5 {
	padding: 0 0 20px 0;
	font-size: 22px;
	font-family: serif;
	font-weight: 500;
	color: var(--cBase);
}

@media screen and (max-width: 848px) {
	.main .reason .reason5-item h5 {
		padding: 0 0 0 0;
	}
}

.main .reason .reason5-item p.mess {
	padding: 0px 0 0px 14px;
	margin: 17px 0;
	font-size: 20px;
	border-left: 4px var(--cBase) solid;
}

.main .reason .reason5-link {}

.main .reason .reason5-link div {
	text-align: center;
}

.main .reason .reason5-link div a {
	display: inline-block;
	padding: 4px 40px;
	border: 1px var(--cFont) solid;
	margin: 50px 0 150px 0;
}

.main .reason .reason5-link div a span {}

.main .reason .reason5-link div a span::after {
	content: "▲";
	display: inline-block;
	transform: rotate(90deg);
}

/* ■ ページトップ ■ */
.main .go-top a {
	width: 33px;
	height: 33px;
	margin: 90px -22px 80px auto;
	border: #888 3px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}

.main .go-top3 a {
	margin: 40px -22px 80px auto;
}

@media screen and (max-width: 1065px) {
	.main .go-top a {
		margin: 90px 0px 80px auto;
	}
}

@media screen and (max-width: 848px) {
	.main .go-top {
		margin: 60px 0px 60px auto;
	}
}

/* ===========================================
/* Footer
/* 注文サイトフッターを読み込むため、非有効化
=========================================== */
/*
footer {
	width: 100%;
	padding: 3% 2% 20px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
}
footer ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer ul li {
	line-height: 1.4;
	color: var(--cWhite);
}
footer dl {
	width: 170px;
	color: var(--cWhite);
	margin-bottom: 15px;
}
footer dl dt {
	font-size: 14px;
}
footer dl dd {
	font-size: 12px;
	text-indent: 1em;
}
footer dl dt a,
footer dl dd a {
	color: var(--cWhite);
	text-decoration: none;
}
footer dl dt a:hover,
footer dl dd a:hover {
	text-decoration: underline;
}


.footer {
	font-family: "游ゴシック", Yu Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
.footer_menu_bg {
	width: 100%;

	height: 73px;
	background: var(--cBase);
	border-bottom: 1px var(--cWhite) solid;;
}

.footer_menu {
	width: 100%;
	height: 72px;
	margin: 0 auto;
	padding: 0 43px;
	box-sizing: border-box;
}
.footer_menu ul {
	display: flex;
	justify-content: flex-end;
}
.footer_menu ul li {
	background: var(--cBase);
	border-right: solid 1px var(--cWhite);
}
.footer_menu ul li:first-of-type {
	border-left: solid 1px var(--cWhite);
}
.footer_menu ul li a {
	display: block;
	width: 133px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	color: var(--cWhite);
	transition: 0.3s;
}
.footer_list a {
	color: var(--cWhite);
}
.footer_menu ul li a[target="_blank"] {
	background: url(../images/external.png) no-repeat 100px 30px;
	text-decoration: none;
}
.footer_menu ul li a:hover {
	background:#4C8E73 url(../images/external.png) no-repeat 100px 30px;
	opacity: 0.8;
}


.footer_menu ul li.go_top {
	background: var(--cBase);
	position: relative;
}
.footer_menu ul li.go_top a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-left: solid 2px var(--cWhite);
	border-top: solid 2px var(--cWhite);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-20%) rotate(45deg);
}

.footer_menu ul li.go_top a {
	width: 72px;
	height: 72px;
	display: block;
	text-indent: -10000em;
	overflow: hidden;
	transition: 0.3s;
}

.footer_menu ul li.go_top a:hover {
	opacity: 0.5;
}


.footer_list_area {
	width: 70%;
	overflow: hidden;
	padding: 0;
	display: flex;
}
.footer_bg {
	width: 100%;
	background: var(--cBase);
}
.company_logo {
}
.footer_logo {
	margin-right: 60px;
	width: 230px;
	height: 44px;
}
.footer_list {
	display: flex;
	flex-wrap: wrap;
}
*/

.logo_area {
	width: 30%;
	margin-right: 5%;
}

.logo_area img {
	width: 100%;
}

.list_area {
	width: 70%;
	display: flex;
}

/*
.list_area>.footer_list {
	width: 30%;
	margin-right: 5%;
}
*/

.banner_area {
	width: 30%;
	max-width: 380px;
}

/*
.banner_area .footer_list.sns_area {
	max-width: 288px;
	margin: auto;
}
*/

/*
.footer_list ul.banner li {
	background: var(--cWhite);
}

.footer_list ul.banner li a {
	width: 180px;
	display: block;
	overflow: hidden;
	text-indent: -10000em;
	margin-bottom: 10px;
	transition: 0.3s;
}

.footer_list ul.banner li a:hover {
	opacity: 0.85;
}

.footer_list ul.banner li.noblecup a {
	height: 68px;
	background: url(../images/noble_cap.png) no-repeat;
}
*/

.bland_logo {
	display: flex;
	align-items: center;
	border: solid 1px var(--cWhite);
	width: 180px;
	height: 157px;
	margin-bottom: 5%;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s;
}

.bland_logo:hover {
	background: rgba(255, 255, 255, 0.2);
}

.bland_logo .sui {
	width: 82px;
}

.bland_logo img.lasiq {
	width: 70%;
	margin: 15px auto;
}

.bland_logo img.stylehouse {
	width: 60%;
}

.bland_logo>div {
	width: 100%;
}

.bland_logo span {
	display: block;
	font-size: 12px;
	color: var(--cWhite);
}

.relation a {
	background-color: var(--cBase);
	border: solid 1px var(--cWhite);
	box-sizing: border-box;
	padding: 10px 5px;
	color: var(--cWhite);
	display: block;
	width: 100%;
	margin: 20px auto 0px;
	text-align: center;
}

.relation a img {
	width: 60%;
	display: block;
	margin: auto;
}

/*
.sns_icon_footer img {
	width: 32px;
	height: 32px;
	width: 72px;
	height: 72px;
	padding: 20px;
	position: relative;
	top: 32px;
	transform: translateY(-50%);
}

.sns_icon_footer {
	transition: 0.3s;
}

.sns_icon_footer:hover {
	opacity: 0.5;
}


.footer_fb a {
	display: inline-block;
	background: var(--cWhite);
}

.footer_fb a img {
	transition: 0.3s;
	vertical-align: bottom;
}

.footer_fb a:hover img {
	opacity: 0.75;
}
*/

/* コピーライト表示 */
p.copy {
	text-align: center;
	color: #7f8979;
	margin: 10px auto;
	font-size: 12px;
}

/*
.responsive_footer_menu {
	display: flex;
}

.responsive_footer_list {
	position: absolute;
	left: 0;
	display: none;
	background-color: var(--cBase);
}

.responsive_footer_list a.footer_item {
	display: block;
	width: 100%;
	height: 44px;
	background-color: var(--cBase);
	border-bottom: solid 1px var(--cWhite);
	color: var(--cWhite);
	padding: 10px 0;
	text-indent: 1.5em;
	clear: both;
	box-sizing: border-box;
}

.responsive_footer_list .acd_content a.footer_item {
	background-color: #167750;
	border-bottom: solid 1px #005d38;
}

.responsive_footer_list a.footer_item:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 35px;
	margin: 5px 0;
	border-top: solid 2px var(--cWhite);
	border-right: solid 2px var(--cWhite);
	transform: rotate(45deg);
}

.responsive_footer_list a.footer_company,
.responsive_footer_list a.footer_recruit {
	display: block;
	float: left;
	clear: none;
	width: 50%;
	background: url("../images/external.png") no-repeat 76% 48%;
	background-color: var(--cBase);
	border-top: solid 1px var(--cWhite);
	border-bottom: solid 1px var(--cWhite);
	color: var(--cWhite);
	padding: 10px 0;
	text-align: center;
	text-indent: 0;
}

.responsive_footer_list a.footer_company {
	border-right: solid 1px var(--cWhite);
	box-sizing: border-box;
}

.acd_footer {
	display: block;
	width: 100%;
	background-color: var(--cBase);
	border-bottom: solid 1px var(--cWhite);
	color: var(--cWhite);
	padding: 10px 0;
	text-indent: 1.5em;
	cursor: pointer;
}

.acd_footer:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 35px;
	margin: 5px 0;
	border-top: solid 2px var(--cWhite);
	border-right: solid 2px var(--cWhite);
	transform: rotate(135deg);
}
*/

.acd_content {
	display: block;
	position: relative;
	z-index: -999;
	height: 0;
	transition: 0.3s;
	visibility: hidden;
}

#acd_orner:checked+label+.acd_content {
	height: 90px;
	z-index: 0;
	visibility: visible;
}

#acd_general:checked+label+.acd_content {
	height: 180px;
	z-index: 0;
	visibility: visible;
}

#acd_corporate:checked+label+.acd_content {
	height: 135px;
	z-index: 0;
	visibility: visible;
}

#acd_orner,
#acd_general,
#acd_corporate {
	display: none;
}

/*	レスポンシブ用 スタイル */
@media screen and (max-width: 1300px) {
	/*
	footer {
		display: block;
	}

	.footer_list_area {
		width: 100%;
		margin-bottom: 20px;
	}
	*/

	.banner_area {
		width: 100%;
		max-width: 100%;
	}

	.bland_logo {
		width: 49%;
		justify-content: center;
		margin-bottom: 0;
	}

	.bland_logo img.lasiq {
		width: inherit;
		height: 60px;
	}

	.bland_logo img.stylehouse {
		height: 90px;
	}

	.relation a img {
		width: 30%;
	}

	/*
	.banner_area .footer_list.sns_area {
		width: 40%;
	}
	*/
}

@media screen and (max-width: 850px) {
	/*
	.responsive_footer_list {
		display: block;
		position: static;
		margin-top: 40px;
	}

	.footer_menu_bg,
	.footer_bg,
	.footer_list_area {
		display: none;
	}

	footer {
		padding: 0;
		width: 100%;
	}
	*/

	.banner_area {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		justify-content: space-between;
		padding: 20px 4%;
		box-sizing: content-box;
		background-color: var(--cBase);
	}

	p.copy {
		font-size: 0.8em;
	}

	.relation {
		padding: 0px 4%;
	}

	.relation a {
		width: 100%;
	}

	.relation a img {
		width: 60%;
	}

	.sns_area {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bland_logo img.lasiq {
		width: 60%;
		height: inherit;
	}
}

@media screen and (max-width: 370px) {
	.bland_logo span {
		font-size: 10px;
	}
}

.anchor {
	margin-top: -70px;
	padding-top: 70px;
}

/* address */
/*
.footer .address {
	width: 100%;
	background-color: var(--cBase);
	padding: 10px 0 20px;
	color: var(--cWhite);
	text-align: center;
	font-size: 12px;
}

.footer .address p {
	display: inline-block;
	margin-right: 1em;
}

@media screen and (max-width: 848px) {
	.footer .address p {
		margin-right: 0;
	}
}
*/

@keyframes noburun {
	0% {
		transform: translateY(-10px);
	}

	25% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	75% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes noburun_shadow {
	0% {
		transform: translateX(-50%) translateY(10px) scale(1);
	}

	25% {
		transform: translateX(-50%) translateY(20px) scale(0.8);
	}

	50% {
		transform: translateX(-50%) translateY(10px) scale(1);
	}

	75% {
		transform: translateX(-50%) translateY(20px) scale(0.8);
	}

	100% {
		transform: translateX(-50%) translateY(10px) scale(1);
	}
}

@keyframes dot_move {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.loading_animation {
	display: none;
	/* display: block; */
	font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
	font-weight: bold;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: hidden;
	overflow-x: hidden;
}

.loading_animation #load_icon {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.loading_animation #load_icon figure {
	width: 100px;
	margin: auto;
	animation: noburun 3s ease-in-out 0s infinite normal;
	position: relative;
}

.loading_animation #load_icon figure::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 10px;
	left: 50%;
	opacity: 0.4;
	background-image: url(../images/shadow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	animation: noburun_shadow 3s ease-in-out 0s infinite normal;
}

.loading_animation #load_icon p {
	position: relative;
	left: 0.8em;
	color: var(--cWhite);
	font-size: 1.5rem;
	letter-spacing: 5px;
	font-weight: 500;
}

.loading_animation #load_icon small {
	display: none;
	position: relative;
	left: 0.8em;
	color: var(--cWhite);
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
}

.loading_animation #load_icon p .dot1 {
	opacity: 0;
	animation: dot_move 2s ease 0s infinite normal;
}

.loading_animation #load_icon p .dot2 {
	opacity: 0;
	animation: dot_move 2s ease 0.6s infinite normal;
}

.loading_animation #load_icon p .dot3 {
	opacity: 0;
	animation: dot_move 2s ease 1.2s infinite normal;
}

.loader {
	margin: 50px auto;
	font-size: 17px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

@keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

/* ■ お客様設定ページ用スタイル ■ */

/* 共通 */
.main.user .w-inside {
	margin: 0 auto;
}

@media screen and (max-width: 848px) {
	.main.user .w-inside {
		max-width: calc(100% - 40px);
	}
}

.main.user .w-line-height-2 {
	line-height: 2;
}

.main.user .w-gap-5 {
	gap: 5px;
}

.main.user .w-gap-60 {
	gap: 60px;
}

.main.user .w-relative {
	position: relative;
}

.main.user .w-relative .w-photo-item {
	position: absolute;
	top: 20px;
	left: 20px;
}

@media screen and (max-width: 848px) {
	.main.user .w-relative .w-photo-item {
		position: absolute;
		top: 10px;
		left: 10px;
	}
}

.main.user .w-relative .w-photo-item li {
	display: inline-block;
	padding: 5px 20px;
	margin: 0 5px;
	background: var(--cBase);
	color: var(--cWhite);
	border-radius: 20px;
}

@media screen and (max-width: 848px) {
	.main.user .w-relative .w-photo-item li {
		padding: 5px 12px;
		margin: 0 0px;
		font-size: 12px;
	}
}


/* お知らせページ */
.main.user.news p {
	padding: 0 0 30px 0;
}

.main.user.news.news-list {
	padding: 90px 0 70px 0;
}

.main.user.news.news-list p {
	text-align: center;
}

.main.user.news.news-list p a {
	display: inline-block;
	padding: 0px 50px 2px 50px;
	border: 1px var(--cGray) solid;
}

.main.user.news.news-list p a span {}

.main.user.news.news-list p a span::after {
	content: "≫";
	display: inline-block;
	padding: 0 0 0 5px;
}

/* お客様の声 */
.main.user.voice.voice-header {
	padding: 1px 0 40px 0;
}

.main.user.voice.voice-title {
	padding: 25px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px var(--cGray) solid;
	border-bottom: 2px var(--cGray) solid;
}

@media screen and (max-width: 848px) {
	.main.user.voice.voice-title {
		padding: 25px 20px 20px 20px;
	}
}

.main.user.voice.voice-title .voice-photo {
	width: 75px;
}

.main.user.voice.voice-title .voice-name-wrapper {
	width: 350px;
	padding: 0 0 0 10px;
}

@media screen and (max-width: 848px) {
	.main.user.voice.voice-title .voice-name-wrapper {
		width: 250px;
	}
}

.main.user.voice.voice-title .voice-name-wrapper div {
	font-size: 30px;
	font-family: serif;
	line-height: 1.4;
}

@media screen and (max-width: 848px) {
	.main.user.voice.voice-title .voice-name-wrapper div {
		text-align: center;
	}
}

.main.user.voice.voice-title .voice-name-wrapper p {
	font-size: 17px;
}

@media screen and (max-width: 848px) {
	.main.user.voice.voice-title .voice-name-wrapper p {
		text-align: center;
	}
}

.main.user.voice h2 {
	padding: 40px 0 15px 0;
	font-family: serif;
	font-weight: 500;
	line-height: 1.5;
}

.main.user.voice p {
	font-size: 16px;
	line-height: 2;
}

.main.user.voice .w-content {
	border-radius: 10px;
}

@media screen and (max-width: 848px) {
	.main.user.voice .w-content {
		margin: 0 15px;
	}
}

.main.user.voice h3 {
	font-weight: 500;
	color: var(--cWhite);
	text-align: center;
}

.main.user.voice h4 {
	font-family: serif;
	color: var(--cWhite);
	text-align: center;
}

.main.user.voice .is-layout-flex {
	justify-content: center;
}

.main.user.voice h5 {
	font-family: serif;
}

.main.user.voice hr {
	border: none;
	border-top: 1px var(--cBase) solid;
	position: relative;
	top: -20px;
}

.main.user.voice h6 {
	font-weight: 500;
}

.main.user.voice .news-point h3 {
	font-family: 'Noto Sans JP', sans-serif;
}

.main.user.voice .news-point h4 {
	font-family: serif;
}

.main.user.voice.voice-more {
	padding: 120px 0 40px 0;
}

.main.user.voice.voice-more p {
	text-align: center;
}

.main.user.voice.voice-more p a {
	display: inline-block;
	padding: 0px 50px 2px 50px;
	border: 1px var(--cGray) solid;
}

.main.user.voice.voice-more p a span {}

.main.user.voice.voice-more p a span::after {
	content: "▲";
	display: inline-block;
	padding: 0 0 0 5px;
	transform: rotate(90deg);
	position: relative;
	top: -2px;
}

.main.user.voice .voice-menu {
	padding: 30px 30px 50px 30px;
}

/* 施工事例 */
.main.user.example {}

.main.user.example .is-layout-flex {
	justify-content: center;
}

.main.user.example .w-shadow>div {
	justify-content: center;
}

.main.user.example h2 {
	padding: 20px 0 0 0;
	font-family: serif;
	font-weight: 500;
	line-height: 1.5;
}

.main.user.example h3 {
	padding: 0 0 1px 15px;
	color: var(--cWhite);
	background: var(--cBase);
}

.main.user.example.example-example {
	padding: 90px 0 70px 0;
}

.main.user.example.example-example p {
	text-align: center;
}

.main.user.example.example-example p a {
	display: inline-block;
	padding: 0px 50px 2px 50px;
	border: 1px var(--cGray) solid;
}

.main.user.example.example-example p a span {}

.main.user.example.example-example p a span::after {
	content: "▲";
	display: inline-block;
	padding: 0 0 0 5px;
	transform: rotate(90deg);
	position: relative;
	top: -3px;
}

#wrap .downloadContents {
	text-align: center;
}

.thumbnail {
	width: 340px;
	height: auto;
	margin: 50px auto;


}

.wpcf7 {
	width: 380px;
	margin: 0 auto;
	text-align: center;
}

.wpcf7 p {
	text-align: left;

}

.wpcf7-form-control {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #ccc;
	margin: 10px auto 30px;


}

.wpcf7-submit {
	background-color: #000;
	color: #fff;
}

.shiryouButton a {
	width: 360px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-color: #000000;
	border-radius: 25px;
	display: block;
	margin: 30px auto;
	padding-top: 10px;

	border: 1px solid #000000;
	-webkit-box-shadow: 0px 3px 6px #000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shiryouButton a:hover {
	color: #000;
	background-color: #fff;
}


/* SP専用メニューをデフォルトで非表示 */
.sp-only {
	display: none;
}

/* SP時に表示 */
@media screen and (max-width: 848px) {
	.sp-only {
		display: block;
	}
}