body {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

:root {
	--font-maru: 'M PLUS Rounded 1c', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	--font-zenmaru: 'Zen Maru Gothic', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	--font-mincho: "游明朝", YuMincho, 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--color-main: #796A55;
	--color-main2: #68543C;
	--color-red: #a70c0c;
	--color-red2: #b70005;
	--color-red3: #89030d;
	--color-red4: #80071b;
	--color-red5: #971b32;
	--color-red6: #b21530;
}

/* -----------------------------------------------------------
	メインビジュアル
----------------------------------------------------------- */

#lp_page .lp_header {
	padding: 0;
}

#lp_page header.siteHeader {
	background: #000;
	height: inherit;
	padding-top: 0;
}

#lp_page header.siteHeader .siteHeader {
	background-color: transparent;
	position: relative;
}

#lp_page header.siteHeader .siteHeader .navbar-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	max-width: 280px;
	width: 35%;
	z-index: 100;
}

.lp_top_page {
	display: none;
}

#lp_page .lp_top_page {
	display: block;
}

#lp_page .lp_kasou_page {
	display: none;
}

#lp_page header .lp_catchcopy {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 5;
}

.lp_main_visual {
	height: 100vh;
	overflow: hidden;
}

.lp_main_visual .main_slide {
	width: 60%;
	max-width: 900px;
	margin-top: -50px;
	margin-right: 5%;
	margin-left: auto;
	transform: rotate(5deg);
}

.lp_main_visual .main_slide .imgcut {
	margin-bottom: 30px;
	overflow: hidden;
}

.lp_main_visual .main_slide .imgcut::before {
	padding-bottom: 60%;
}

.contact_btn {
	position: relative;
	padding-top: 15px;
	text-align: center;
}

.contact_btn a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding: 35px 15px 27px;
	font-weight: 500;
	background-color: var(--color-red2);
	border-bottom: 4px solid var(--color-red3);
	height: 80px;
	border-radius: 40px;
	line-height: 1;
	width: 400px;
	margin: 0 auto;
}

.contact_btn a span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 3;
	color: var(--color-red2);
	padding: 5px 20px;
	background-color: #fff;
	/*outline: 2px solid var(--color-red2);
	outline-offset: -2px;*/
	border: 2px solid var(--color-red2);
	border-radius: 17px;
	height: 34px;
	line-height: 1;
	display: inline-block;
	max-width: 260px;
	font-size: 18px;
	font-weight: bold;
}

.head_contact_btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}

.bg_section {
    padding: 70px 0;
	background-color: #f4f4f4;
}

.bg_brown {
    padding: 70px 0;
	background-color: #f4f4f4;
}

.bg_brown .contents_wrap {
	margin-bottom: 0;
}

/* -----------------------------------------------------------
	このようなお悩みはありませんか？
----------------------------------------------------------- */

.nayami_head {
	background-color: var(--color-main);
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 40px 15px;
}

.nayami_head::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 3;
	margin: 0 auto;
	border-style: solid;
	border-width: 30px 45px 0 45px;
	border-color: var(--color-main) transparent transparent transparent;
}

.nayami_head h2 {
	font-weight: 500;
}

.nayami_list {
	background-color: #f4f4f4;
	padding: 70px 0 10px;
	position: relative;
}

.nayami_list::after {
    content: "";
    width: 100%;
    height: 80px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: -80px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.nayami_list ul li {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nayami_list ul li p {
	border-left: 3px solid var(--color-main);
	padding-left: 8px;
	font-family: var(--font-maru);
	font-size: 19px;
	font-weight: 500;
	transform: rotateZ(0.03deg);
}

.nayami_list ul li p span.marker {
	background-color: #f2efb6;
}

.kaketsu_wrap {
	text-align: center;
	padding-top: 110px;
}

.kaketsu_wrap h2 {
	display: inline-block;
	text-align: left;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 30px;
}

.kaketsu_wrap h2 span.st_name {
	font-size: 1.4em;
	color: var(--color-red2);
}

.kaketsu_wrap .text_center {
	margin: 0 auto 40px;
}

.kaketsu_wrap .text_center p {
	display: block;
	text-align: center;
}

.kaketsu_wrap ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}

.kaketsu_wrap ul li {
	width: 20%;
    padding: 0 1%;
}

.kaketsu_wrap ul li .strength_icon {
	position: relative;
	margin-bottom: 15px;
}

.kaketsu_wrap ul li .strength_icon::after {
	content: url("./images/img_shadow.png");
	display: block;
	margin: 0 auto;
}

.kaketsu_wrap ul li p {
	text-align: justify;
	font-family: var(--font-maru);
	transform: rotateZ(0.03deg);
	font-size: 15px;
}

/* -----------------------------------------------------------
	カルーセルギャラリー
----------------------------------------------------------- */

.slide_gallery {
	position: relative;
	padding-bottom: 70px;
}

.slide_gallery::after {
    content: "";
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: absolute;
    bottom: -80px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.slide_gallery .contents_wrap {
	margin-bottom: 0;
}

.swiper-container .imgcut {
	border-radius: 10px;
	overflow: hidden;
}

.swiper-container .imgcut::before {
	padding-bottom: 100%;
	width: 100%;
}

.swiper-container {
	position: relative;
}

.swiper-horizontal>.swiper-scrollbar {
	bottom: -15px !important;
}

.swiper-scrollbar-drag {
	background: #d01945 !important;
	cursor: pointer;
}

.lb-data .lb-number {
	display: none !important;
}

/* -----------------------------------------------------------
	看板に関するご相談
----------------------------------------------------------- */

.contact_info_erea {
	padding-top: 50px;
	text-align: center;
	margin-bottom: 0;
}

.contact_info_erea p {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}

.contact_info_erea .lp_tel_wrap {
	margin-bottom: 30px;
}

.contact_info_erea .lp_tel_wrap a {
	display: inline-block;
	margin-bottom: 10px;
}

.contact_info_erea .lp_tel_wrap p {
	font-size: 14px;
}

/* -----------------------------------------------------------
	看板設置までの流れ
----------------------------------------------------------- */

.process_wrap {
	text-align: center;
}

.process_wrap h2 {
	font-weight: bold;
	margin-bottom: 20px;
}

.process_wrap ul {
	padding-top: 40px;
}

.process_wrap ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.process_wrap ul li::after {
	content: "";
	background-image: url("./images/triangle.png");
	background-repeat: no-repeat;
	width: 17px;
	height: 19px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 115%;
	bottom: 0;
	 flex-grow: 1;
}

.process_wrap ul li:last-child::after {
	content: none;
}*/

.process_wrap ul li p {
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 22px;
	font-weight: bold;
	background-color: var(--color-main);
	padding: 60px 14px 60px;
	position: relative;
	height: 350px;
	font-weight: 500;
}

.process_wrap ul li span.step {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border: 2px solid var(--color-main);
	background-color: #fff;
	color: var(--color-main);
	border-radius: 50%;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

.process_wrap ul li span.step_num {
	display: block;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
}

/* -----------------------------------------------------------
	会社紹介エリア
----------------------------------------------------------- */

.lp_about_wrap {
	text-align: center;
}

.lp_about_wrap .about_logo {
	max-width: 300px;
	margin: 0 auto 20px;
}

.lp_about_wrap .flex_wrap {
	max-width: 800px;
	margin: 0 auto;
}

.js-count {
	font-size: 18px;
	font-weight: bold;
	color: #191919;
}

.js-count span.num {
	font-size: 90px;
}

.parent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	width: 100%;
	height: 600px;
}

.parent div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.div1 {
	grid-area: 1 / 1 / 3 / 2;
}

.div2 {
	grid-area: 1 / 2 / 2 / 4;
}

.div3 {
	grid-area: 1 / 4 / 2 / 5;
}

.div4 {
	grid-area: 2 / 2 / 3 / 3;
}

.div5 {
	grid-area: 2 / 3 / 3 / 4;
}

.div6 {
	grid-area: 2 / 4 / 3 / 5;
}

.bg_black2 {
	background-color: #101010;
}

.reki_wrap h2 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
}


.reki_wrap .wlist_wrap ul li {
	background-color: transparent;
}

.reki_wrap .wlist_wrap ul dt {
	width: 11em;
}

.reki_wrap .flex_right ul li {
	margin-bottom: 15px;
	text-indent: -1em;
	padding-left: 1em;
}

.reki_wrap .flex_right ul li::before {
	content: "・";
}

/* -----------------------------------------------------------
	お客様の声
----------------------------------------------------------- */

.lp_voice_wrap {
	text-align: center;
}

.lp_voice_wrap h2 {
	position: relative;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
	padding: 5px 30px;
	display: inline-block;
}

.lp_voice_wrap h2::before {
	content: "";
	display: block;
	width: 12px;
	height: 80px;
	background-image: url("./images/title_left.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.lp_voice_wrap h2::after {
	content: "";
	display: block;
	width: 12px;
	height: 80px;
	background-image: url("./images/title_right.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.lp_voice_wrap h2 .lp_voice_subtitle {
	display: block;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.lp_voice_wrap ul li {
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lp_voice_wrap ul li h3 {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: var(--color-main);
	font-size: 22px;
}

.lp_voice_wrap ul li h3 .case_wrap {
	font-family: 'Roboto Slab', serif;
	background-color: var(--color-main2);
	padding: 10px 20px;
	font-size: 22px;
	margin-right: 20px;
	display: block;
}

.lp_voice_wrap ul li h3 .case_wrap .case_num {
	font-size: 34px;
}

.lp_voice_wrap ul li .lp_voice {
	padding: 20px 15px;
	background-color: #fff;
}

.lp_voice_wrap ul li .note_wrap {
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%, 100% 2.5em;
	line-height: 2.5em;
	padding-bottom: 1px;
	margin-bottom: 15px;
	position: relative;
}

.lp_voice_wrap ul li .note_wrap::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.lp_voice_wrap ul li .note_wrap::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.lp_voice_wrap ul li .note_wrap p {
	font-weight: 500;
	line-height: 2.5em;
	text-align: left;
}


/* -----------------------------------------------------------
	お見積り・お問い合わせ
----------------------------------------------------------- */

.contact_connect {
	text-align: center;
	position: relative;
	padding: 40px 0;
}

.contact_connect::after {
    content: "";
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
    bottom: -80px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.contact_connect .contents_wrap {
	margin-bottom: 0;
	max-width: 730px;
}

.contact_connect p {
	font-weight: 500;
	display: block;
	text-align: center;
}

.lp_contact_wrap {
	padding-top: 60px;
}

.lp_contact_wrap h2 {
	font-weight: bold;
	margin-bottom: 15px;
}

.lp_contact_wrap .text_center {
	max-width: 600px;
    margin: 0 auto 30px;
}

.lp_contact_wrap .text_center p.ib {
	margin-bottom: 25px;
	display: block;
	text-align: center;
}

.lp_contact_wrap .contact_btn {
	margin-bottom: 5px;
}

.lp_contact_wrap .contact_btn a {
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp_contact_wrap .contact_btn a img {
	display: inline-block;
	padding-top: 5px;
}

.lp_contact_wrap .text_center p.ib a {
	color: #1455a3;
	text-decoration: underline;
	display: inline-block;
}

.lp_contact_wrap .privacy_page {
	text-align: left;
}

.lp_contact_wrap .privacy_page dl dt {
	background-color: transparent;
	color: #333;
	padding: 0;
}

.lp_contact_wrap .privacy_page dl dd {
	padding: 0;
}

.lp_contact_wrap .text_center.h2_wrap {
	margin-bottom: 20px;
}

.privacy_erea {
	height: auto;
	border: none;
	overflow: auto;
	padding: 0;
}

.progressbar {
    position: relative;
	max-width: 360px;
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #333;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
	content: "";
	color: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 60px;
    height: 60px;
    margin: 7px auto 5px;
    line-height: 26px;
    font-size: 28px;
	font-family: var(--font-zenmaru);
    text-align: center;
    border-radius: 50%;
    background-color: #a5a5a5;
    content: counter(steps, decimal-leading-zero);
	position: relative;
	z-index: 1;
}
.progressbar li:after {
	content: "";
    position: absolute;
    z-index: 0;
	top: 37px;
    left: -50%;
    width: 100%;
    height: 2px;
    background-color: #a5a5a5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.step_active {
    
}
.progressbar li.step_active:before {
    background-color: var(--color-main);
    color: #FFF;
}
.progressbar li.step_active:after {
    background-color: var(--color-main);
}

.lp_contact_wrap .form_wrap .form_inr {
	max-width: 1100px;
	padding: 50px;
}

.lp_contact_wrap .form_wrap dl {
	display: flex;
	margin-bottom: 15px;
}

.lp_contact_wrap .form_wrap dl dt {
	width: 200px;
	margin-right: 15px;
	margin-bottom: 0;
	padding-top: 8px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.lp_contact_wrap .form_wrap dl dd {
	flex: 1;
	margin-bottom: 0;
}

.lp_contact_wrap .form_wrap dl.dt_wi {
	margin-top: 10px;
}

.lp_contact_wrap .form_wrap dl.dt_wi dt {
	width: 6em;
	display: block;
	margin-bottom: 0;
	padding-top: 0;
}

.lp_contact_wrap .form_wrap .submt_btn_wrap input[type=submit]  {
	width: 200px;
	padding: 15px 20px 15px;
}

.lp_contact_wrap .form_wrap dl dt span {
	background-color: #9e2a3a;
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */

#lp_page footer, .page-template-page-lp-confirm footer, .page-template-page-lp-thanks footer {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 15px 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#lp_page footer .contents_wrap, .page-template-page-lp-confirm footer .contents_wrap, .page-template-page-lp-thanks footer .contents_wrap {
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
}

.lp_ftr_logo {
	max-width: 250px;
	margin: 0 auto 15px;
}

#lp_page footer .contents_wrap p, .page-template-page-lp-confirm footer .contents_wrap p, .page-template-page-lp-thanks footer .contents_wrap p {
	font-size: 18px;
	margin-bottom: 20px;
}

#lp_page footer .contents_wrap p.min_p, .page-template-page-lp-confirm footer .contents_wrap p.min_p, .page-template-page-lp-thanks footer .contents_wrap p.min_p {
	font-size: 12px;
	margin-bottom: 0;
}

#lp_page .copySection, .page-template-page-lp-confirm .copySection, .page-template-page-lp-thanks .copySection {
	background-color: transparent;
	position: relative;
	z-index: 3;
}

/* -----------------------------------------------------------
	レスポンシブ
----------------------------------------------------------- */

@media screen and (min-width: 561px) and (max-width: 768px) {
	#lp_page header .lp_catchcopy, #lp_page .copySection {
		width: 50%;
	}
	
	.process_wrap ul {
		display: block;
		width: 400px;
		margin: 0 auto;
	}
	
	.process_wrap ul li p {
		-ms-writing-mode: horizontal-tb;
    	writing-mode: horizontal-tb;
		width: 100%;
		height: auto;
		padding: 30px 10px 20px;
	}
	
	.parent {
		height: 400px;
	}
	
	.reki_wrap {
		display: block;
	}
	
	.reki_wrap .flex_left, .reki_wrap .flex_right {
    	width: 100%;
	}
	
	.lp_contact_wrap .form_wrap .form_inr {
		padding: 20px 15px;
	}
	
	.lp_contact_wrap .form_wrap dl {
		display: block;
	}
	
	.lp_contact_wrap .form_wrap dl dt {
		display: block;
		width: auto;
		margin-bottom: 8px;
	}
	
	.count_wrap {
		display: block;
	}
	
	.count_wrap .flex_right {
		width: 100%;
	}
	
	.count_wrap .flex_left {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.lp_main_visual {
		height: 70vh;
	}
	
	#lp_page header .lp_catchcopy {
		width: 70%;
	}
	
	.head_contact_btn {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.contact_btn a {
		font-size: 20px;
		width: 320px;
	}
	
	.nayami_list ul li p {
		font-size: 18px;
	}
	
	.kaketsu_wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
	}
	
	.kaketsu_wrap ul li {
		width: 48%;
		padding: 0;
	}
	
	.process_wrap ul li p {
		-ms-writing-mode: horizontal-tb;
    	writing-mode: horizontal-tb;
		width: 100%;
		height: auto;
		padding: 30px 10px 20px;
	}
	
	.parent {
		height: 250px;
	}
	
	.lp_voice_wrap ul li h3 .case_wrap {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px 20px;
	}
	
	.lp_voice_wrap ul li h3 .case_wrap .case_num {
		font-size: 28px;
	}
	
	.lp_voice_wrap ul li h3 {
		display: block;
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	.lp_contact_wrap .form_wrap .form_inr {
		padding: 20px 15px;
	}
	
	.lp_contact_wrap .form_wrap dl {
		display: block;
	}
	
	.lp_contact_wrap .form_wrap dl dt {
		display: block;
		width: auto;
		margin-bottom: 8px;
	}
	
	#lp_page footer, .page-template-page-lp-confirm footer, .page-template-page-lp-thanks footer {
		margin-bottom: 0;
	}
	
	#lp_page #page_top, .page-template-page-lp-confirm #page_top, .page-template-page-lp-thanks #page_top {
		bottom: 10px;
	}
	
	.js-count span.num {
		font-size: 60px;
	}
}

/* -----------------------------------------------------------
	確認画面/送信完了画面
----------------------------------------------------------- */

body.page-template-page-lp-confirm .siteHeader, body.page-template-page-lp-thanks .siteHeader {
    background-color: transparent;
    box-shadow: none;
    min-height: 46px;
}

body.page-template-page-lp-confirm .lp_main_visual, body.page-template-page-lp-thanks .lp_main_visual {
	display: none;
	height: auto;
}

body.page-template-page-lp-confirm .breadSection, body.page-template-page-lp-thanks .breadSection {
	display: none;
}

body.page-template-page-lp-confirm .confirm_block dl dd:last-child {
	border-bottom: none;
    padding-bottom: 0;
}

body.page-template-_g2page-lp-thanks-php #message .title_wrap {
	margin-bottom: 30px;
}