/*
Theme Name: matsuken Child
Theme URI: http://underscores.me/
Template: matsuken
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1750250361
Updated: 2025-06-18 21:39:21

*/


/*定型文*/
a,
a::before,
a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none!important;
}
/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MT40 { margin-top: 40px !important; }
.MT50 { margin-top: 50px !important; }
.MT80 { margin-top: 80px !important; }
.MT100 { margin-top: 100px !important; }

.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }
.MB40 { margin-bottom: 40px !important; }
.MB50 { margin-bottom: 50px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }
.MR40 { margin-right: 40px !important; }
.MR50 { margin-right: 50px !important; }

.ML10 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PT50 { padding-top: 50px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }
.PR10 { padding-right: 10px !important; }
.PR20 { padding-right: 20px !important; }
.PR30 { padding-right: 30px !important; }
.PL10 { padding-left: 10px !important; }
.PL20 { padding-left: 20px !important; }
.PL30 { padding-left: 30px !important; }
.PR10 { padding-right: 10px !important; }
.PR20 { padding-right: 20px !important; }
.PR30 { padding-right: 30px !important; }
.P80 { padding: 80px 0; }
.P100 { padding: 100px 0; }
.P50 { padding: 50px 0; }

.w10 { width:10%; }
.w20 { width:20%; }
.w30 { width:30%; }
.w40 { width:40%; }
.w45 { width:45%; }
.w50 { width:50%; }
.w55 { width:55%; }
.w60 { width:60%; }
.w70 { width:70%; }
.w80 { width:80%; }
.w90 { width:90%; }
.w100 { width:100%; }

.col-r { float:right!important; }
.col-l { float:left!important; }
a.text-none { text-indent: -9999px; }
.clear { clear:both; }
div, img { box-sizing: border-box; }

/* フォントサイズ変更 */
.fs10 { font-size: 10px !important;}
.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs18 { font-size: 18px !important;}
.fs30 { font-size: 30px !important;}
.fs120{ font-size: 120% !important;}
.fs140{ font-size: 140% !important;}


/* 文字位置 */
.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}
.pc { display: block; }
.mb{ display: none; }

@media only screen and (max-width:640px){
	.w40 { width:100%; }
	.w45 { width:100%; }
	.w50 { width:100%; }
	.w55 { width:100%; }
	.w60 { width:100%; }
	.w70 { width:100%; }
	.w80 { width:100%; }
	.w90 { width:100%; }
	.col-r { float:none!important; }
	.col-l { float:none!important; }
	.PL10 { padding-left: 0 !important; }
	.PL20 { padding-left: 0 !important; }
	.PL30 { padding-left: 0 !important; }
	.PR10 { padding-right: 0 !important; }
	.PR20 { padding-right: 0 !important; }
	.PR30 { padding-right: 0 !important; }
	.P80 { padding: 80px 0 !important; }
	.pc { display: none; }
	.mb{ display: block; }
}

div, img, a { box-sizing: border-box; }
a:hover { opacity: 0.8; }
a:focus { outline: none; }
li { list-style : none; }
ul { padding:0; margin: 0; }

/*****************************リンク無効**************************/
a.none { pointer-events: none; }

/****************PCのみflex*************/
.flex { display: flex;}
.flex.center { align-items: center;}
.flex.wrap { flex-wrap: wrap; }
.flex.between { justify-content: space-between; }
.flex.around { justify-content: space-around; }
.flex.reverse { flex-direction: row-reverse; }
.flex.start { align-items: flex-start; }
.flex.justify_center { justify-content: center; }

.flex.set2 > * { width: calc(100% / 2 - 15px) !important; }
.flex.set3 > * { width: calc(100% / 3 - 10px) !important; }
.flex.set4 > * { width: calc(100% / 4 - 10px) !important; }
@media only screen and (max-width: 415px) {
	.flex { display: block; }
	.flex.set2 > * { width: 100%!important; }
	.flex.set3 > * { width: 100%!important; }
	.flex.set4 > * { width: 100%!important; }
}
/* spでflex 解除なし */
.flex_sp { display: flex; }
.flex_sp.center { align-items: center;}
.flex_sp.wrap { flex-wrap: wrap; }
.flex_sp.between { justify-content: space-between; }
.flex_sp.around { justify-content: space-around; }
.flex_sp.reverse { flex-direction: row-reverse; }
.flex_sp.start { align-items: flex-start; }
.flex_sp.justify_center { justify-content: center; }

.flex_sp.set2 > * { width: calc(100% / 2 - 15px) !important; }
.flex_sp.set3 > * { width: calc(100% / 3 - 10px) !important; }
.flex_sp.set4 > * { width: calc(100% / 4 - 10px) !important; }


/*レスポンシブメニュー*/
#nav-toggle {
	position: fixed;
	top: 30px;
	right: 25px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle div {
	position: relative;
	width: 36px;
}
#nav-toggle div span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}   
#nav-toggle div span:nth-child(1) {
	top: 0;
}
#nav-toggle div span:nth-child(2) {
	top: 14px;
}
#nav-toggle div span:nth-child(3) {
	top: 28px;
}

#nav-toggle div span:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle div span:hover span:nth-child(3) {
	top: 23px;
}

.open #nav-toggle span {
	background: #333;
}  
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}

#nav-toggle {
	z-index: 1000;
}

#gloval-nav {
	background: rgba(0,0,0,0.8);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav li {
	margin: 0 0 10px;
	line-height: 1; 
}
#gloval-nav a {
	color: #fff;
	letter-spacing: 2px;
	font-size:16px;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}

@media (max-width:768px){
	.container, #inMainBox { width: 100% !important; }
	.breadcrumbs .container { width: 95% !important; margin: 0 auto !important; display: block; }
	.widget { padding: 0 !important; }
	.header_right{display: none; }
	#nav-toggle { display: block; }
	header#masthead.scrolled a { color: #fff; }
}

/* pc_menu */
nav {
	margin: 0 auto;
}
.nav-wrap ul {
	display: flex;
	justify-content: space-between;
}
.home .nav-wrap ul li a {
	color: #fff;
	letter-spacing: 1px;
}
.nav-wrap ul li a {
	color: #333;
	letter-spacing: 1px;
}
header#masthead.scrolled a {
	color: #333;
}
.nav-wrap ul li {
	padding: 0 14px;
	font-weight: bold;
}
.head_logo img {
	height: 70px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 40px;
	z-index: 999;
	transition: background-color 0.4s ease, box-shadow 0.4s ease;
	background-color: transparent;
}

header#masthead.scrolled {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.head_inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 6.25% 0px;
	box-sizing: content-box;
}

.innerS {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 6.25% 0px;
	box-sizing: content-box;
}

.mainvs {
	position: relative;
	background: url(images/main_bg.jpg);
	background-size: cover;
	display: block;
	height: 700px;
}
.mainvs_txt {
	width: 50%;
	position: absolute;
	z-index: 1;
	right: 5%;
	top: 25%;
}
.metaslider {
	width: 80% !important;
	position: absolute;
}

main#front-page p {
	font-size: 17px;
	line-height: 2;
}

.front_about {
	text-align: center;
}
.front_about p {
	line-height: 2.5;
}

h2.ttl {
	font-weight: 700;
	font-size: 80px;
	text-align: center;
	line-height: 1.2;
	position: relative;
	display: block;
	margin: 0 auto 50px;
}

h2.ttl::after {
	content: "";
	display: block;
	width: 60px; 
	height: 3px; 
	background: #333;
	margin: 10px auto 0;
}
h2.ttl span {
	display: block;
	font-size: 20px;
	line-height: 1;
}

/* button */
.c-button {
	outline: none;
	display: inline-block;
	width: inherit;
	min-width: 240px;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
	padding: 24px 24px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.05em;
	opacity: 1 !important;
}
.c-button span {
	position: relative;
	z-index: 99;
}
.c-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #A39572;
	transition: all 0.3s;
}
.c-button svg {
	width: 45px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	transition: all 0.2s;
}
.c-button:hover {
	color: #FFF;
}
.c-button:hover:after {
	width: 100%;
}
.c-button:hover svg path {
	stroke: #FFF;
	transition: all 0.1s 0.2s;
}
.c-button.wht{
	color: #fff;
	border-bottom: 1px solid #fff;
}
a:visited {
	color: #333;
}

.front_service {
	background: url(images/service_bg.jpg);
	background-size: contain;
	background-attachment: fixed;
}
.service_txt_area {
	padding-left: 6.25%;
}

h2.ttl.wht, p.wht, a.more.wht { color: #fff; }
h2.ttl.wht::after, .more.wht::before { background: #fff; }

.front_reason {
	background: url(images/reason_bg.jpg);
	background-size: contain;
	text-align: center;
}
.reason_box {
	border: 1px solid #333;
	text-align: center;
	padding: 50px 0;
	background: #fff;
	transition: background 0.3s ease;
}
.reason_box:hover {
	background: #f5f5f5;
}
.reason_no {
	background: #333;
	display: block;
	color: #fff;
	border-radius: 20px;
	width: 50%;
	margin: 0 auto;
}
.reason_box p {
	font-size: 20px !important;
}
.reason_box p b {
	display: block;
	line-height: 1.2;
	font-size: 25px;
}
.reason_box img {
	height: 80px;
	margin: 30px 0;
}
.reason_box p {
	font-size: 20px !important;
	margin: 0 !important;
}

.front_works {
	background: #f6f6f6;
}
.front_works h2.ttl, .front_news h2.ttl {
	margin: 0;
}
.work-item a {
	color: #333;
}
.front_works .work-thumb img {
	object-fit: cover;
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
}

.news_list {
	width: 50%;
}
.news_list ul li a:last-child {
	color: #333;
}
.news_list ul li .news-date {
	color: #a39572;
	padding-right: 20px;
	font-size: 15px;
}
.news_list ul li {
	border-bottom: 1px dotted #494949;
	padding: 25px 10px;
	display: block;
}
.news-cat {
	background: #333;
	color: #fff !important;
	padding: 5px 8px;
	font-size: 12px;
	text-align: center;
	margin-right: 15px;
}
.news_list li {
	position: relative;
}
.news_list ul li a:last-child::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 0.5em;
	color: #333;
	transition: transform 0.3s ease;
	right: 0;
	position: absolute;
}

.news_list ul li a:hover::after {
	transform: translateX(4px);
	color: #cbae63;
}

.front_vf { position: relative; }
.front_vf a {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.front_voice, .front_faq {
	border: 1px solid #333;
	padding: 100px 0;
	width: 50% !important;
	position: relative;
	overflow: hidden;
	transition: background 0.5s ease;
	background: #f5f5f5;
}
.front_vf h2.ttl {
	margin: 0 !important;
}

.front_voice::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('images/voice_bg.jpg');
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: 0;
}
.front_faq::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('images/faq_bg.jpg'); 
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: 0;
}

.front_voice:hover::before, .front_faq:hover::before {
	opacity: 1;
}

.footer_contact {
	background-image: url('images/contact_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
}
.contact_box {
	border: 1px solid #fff;
	padding: 50px 20px;
	width: 50%;
	margin: 0 auto;
	transition: all 0.3s ease;
	text-align: center;
}
/*.contact_box:hover { background: #fff; }
.contact_box:hover a { color:#222; }*/
.contact_box .tel_number {
	display: block;
	font-size: 40px;
	font-weight: bold;
}
.contact_box a {
	color: #fff;
}
.contact_box .tel_number span {
	font-size: 25px;
	padding-right: 10px;
}
.contact_box .contact_btn {
	border: 2px solid #fff;
	font-weight: bold;
	padding: 20px 30px;
	display: block;
	margin: 15px auto 0;
	width: 55%;
	font-size: 20px;
	background: none;
	color: #fff;
}
.contact_box .contact_btn:hover {
	background: #A39572;
	border: 2px solid #A39572;
	color: #fff;
	opacity: 10;
}


footer {
	/* background: #1b1c1c; */
	color: #fff;
	padding: 100px 0 50px;
	background: url('images/footer_bg.jpg');
}
footer .footer_menu a {
	color: #fff;
	font-size: 13px;
}
.footer_menu ul {
	margin-right: 15px;
}
.footer_menu ul li {
	padding: 8px 15px;
	border-bottom: 1px solid #3d3d3d;
}
.footer_R h3 a {
	color: #d5c58a;
	font-size: 25px;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.footer_R h3 img {
	width: 60px;
	padding-right: 10px;
}
p.copy {
	font-size: 12px;
	margin-top: 80px;
}

#primary {
	padding: 100px 0;
}
.mb_contact {
	display: none;
}


/* 木戸浦興業キャンペーン */
.front_campaign {
	color: #fff;
	padding: 100px 0;
	background: url('images/bk_campaign.png')center;
	background-size: cover;
	margin-bottom: -3px;
	text-align: center;
}
/*.front_campaign img {
	width: 1000px;
}*/

/*タブレット横*/
@media only screen and (min-width: 768px) and (max-width: 1124px) {
.mainvs { height: 550px; }
.front_flow .flex { align-items: center; }
h2.ttl { font-size: 50px; margin: 0 auto 30px; }
h2.ttl span { font-size: 13px; }
.contact_box { width: 80%; }
.MT50 { margin-top: 30px !important; }
}

/*タブレット縦とスマホ横*/
@media only screen and (min-width: 624px) and (max-width: 1020px) {
.mainvs { height: 400px; }
.front_flow .flex { align-items: center; }
h2.ttl { font-size: 50px; margin: 0 auto 30px; }
h2.ttl span { font-size: 13px; }
.contact_box { width: 80%; }
.MT50 { margin-top: 30px !important; }
}

/*スマホ縦*/
@media only screen and (max-width: 415px) {
header#masthead.scrolled a { color: #fff; }
.metaslider { width: 100% !important; }
.mainvs { height: auto; margin-top: 40px; display: block; background: none; }
.mainvs_txt { width: 90%; right: 2%; top: 35%; }
h2.ttl { font-size: 50px; margin: 0 auto 30px; }
h2.ttl span { font-size: 13px; }
.P100 { padding: 50px 0; }
main#front-page p { margin-bottom: 20px; font-size: 15px; }
.MT50 { margin-top: 30px !important; }
.service_txt_area { padding: 0 6.25% 20px; }
.front_service { background-size: cover; background-attachment: scroll; background-position-x: center; }
.P80 { padding: 30px 0 !important; }
.reason_box { padding: 30px 0; }
.flow_txt_area { padding: 20px 0 0; }
.news_list { width: 100%; }
.front_voice, .front_faq { width: 100% !important; padding: 50px 0; }
.front_voice { background: url('images/voice_bg.jpg'); }
.front_faq { background: url('images/faq_bg.jpg'); }
.footer_contact { background-attachment: scroll; }
.contact_box { padding: 30px 10px; width: 100%; }
.contact_box .tel_number { font-size: 30px; }
.contact_box .contact_btn { width: 100%; }
footer { font-size: 15px; padding-bottom: 120px !important; }
.mb_contact { position: fixed; bottom: 0; z-index: 10000; display: flex; width: 100%; }
.mb_contact div { width: 50%; padding: 10px 0; text-align: center; }
.mb_contact div a { color: #333; }
.mb_contact div a span { display: block; font-size: 30px; }
.mb_contact_mail { background: #a39572; }
.mb_contact_tel { background: #d5c58a; }
.aligncenter.mb { width: 100%; }
.front_campaign p br { display: none; }
}


/* page */
.entry-header {
	position: relative;
	height: 400px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-size: cover;
	background-position-y: bottom;
	background: #252120;
}
.entry-header.page-service { background-image: url('images/header-service.png'); }
.entry-header.page-faq { background-image: url('images/header-faq.png'); }
.entry-header.page-reason { background-image: url('images/header-reason.png'); }
.entry-header.page-company { background-image: url('images/header-company.png'); }
.entry-header.page-contact { background-image: url('images/header-contact.png'); }
.entry-header.page-flow { background-image: url('images/header-flow.png'); }
.entry-header.page-sitemap { background-image: url('images/header-sitemap.png'); }
.entry-header.page-privacy-policy { background-image: url('images/header-privacy-policy.png'); }

.entry-header h1 { font-size: 45px; text-transform: uppercase; }
.entry-header h1 span {
	font-size: 15px;
	display: block;
}
.post, .page {
	margin: 0;
}
.page .nav-wrap ul li a {
	color: #fff;
}

.page .page_summary p {
	font-size: 30px !important;
	line-height: 2;
}
.page .page_summary p span.mark {
	background: linear-gradient(transparent 30%, #fbffdf 50%);
}
a.more {
	color: #fff;
	background: #A39572;
	padding: 20px 30px;
	display: block;
	width: 500px;
	margin: 50px auto;
	border: 1px solid #A39572;
	font-size: 25px;
	letter-spacing: 2px;
	text-align :center;
}
a.more:hover {
	background: #333;
	color: #A39572;
	border: 1px solid #A39572;
}
.serice_box {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	padding: 30px 20px;
	margin: 0 0 20px;
}
.serice_box h4 {
	border-left: 5px solid #d9bc73;
	padding-left: 9px;
	font-size: 18px;
	padding-bottom: 5px;
	margin: 0;
	text-align: left;
}
.page h3 {
	font-size: 40px;
}
.breadcrumb {
	background: #e1ce93;
	padding: 10px 20px;
	font-size: 13px;
}
.page p {
	margin-bottom: 1.5em;
	font-size: 17px;
	line-height: 1.8;
}


/*.page_service.center {
	background-image: url('images/header-service.png');
	padding: 100px 0;
	color: #fff;
	line-height: 2;
	font-size: 16px;
}*/

h3 span.number {
	display: inline-flex;
	align-items: baseline;
	font-size: 30px;
	margin-right: 20px;
	color: #e4cb95;
}
h3 span.number::after {
	content: "";
	height: 25px;
	margin-left: 20px;
	width: 2px;
	background-color: #e4cb95;
	display: block;
	transform: rotate(30deg);
}
.bg_gry {
	background: #f5f5f5;
	padding: 50px 0;
}
.page_reason img {
	width: 500px;
	padding-left: 50px;
}

.page table {
	margin: 1.5rem auto;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.page table th, .page table td {
	padding: 25px;
	border-bottom: 1px solid #ccc;
}
.page table th {
	background: #333;
	color: #fff;
}
.page table td a {
	color: #333;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	width: 100%;
	padding: 10px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 27px 10px;
	border: 0;
	font-size: 20px;
	color: #fff;
	background: #333;
	width: 500px;
	display: block;
	transition: filter 0.3s ease;
	margin: 0 auto;
}

/*よくある質問*/
#faq_list {
flex-grow: 1;
margin-bottom: 6rem;
}
#faq_list i {
	color: #e1cd86;
	font-size: 26px;
}
#faq_list article {
padding-left: 30px;
border-bottom: solid 1px #4d4d4d;
margin-bottom: -1px;
}
#faq_list h4 {
font-size: 1.13rem;
color: #262626;
text-indent: -2em;
line-height: 1.78em;
margin: 0;
padding: 1.89em 4em 1.89em 2em;
position: relative;
cursor: pointer;
font-weight: 500;
}
#faq_list h4:after {
content: '';
display: block;
width: 1rem;
height: 1rem;
border-width: 2px;
border-style: solid;
border-color: transparent #4d4d4d #4d4d4d transparent;
transform-origin: bottom right;
transform: translateX(-50%) rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 2em;
margin: auto;
}

#faq_list h4:hover {
opacity: 0.85;
}
#faq_list .a {
display: none;
color: #4c4c4c;
line-height: 1.88em;
padding: 0 2em 3.44em 4.06em;
}
#faq_list h4.open:after {
transform: translate(-50%, -100%) rotate(-135deg);
}

@media screen and (max-width: 850px) {
.lead {
font-size: 1.38rem;
line-height: 1.91em;
margin-bottom: 1.77em;
color: #262626;
}

.leftnavSet {
display: block;
}

#qacatNav {
width: 100%;
height: 19.32vw;
font-size: 1.5rem;
margin-right: 0;
position: relative;
z-index: 5;
display: flex;
flex-direction: column;
margin-bottom: 15.7vw;
}
#qacatNav li {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 19.32vw;
background: #fff;
flex-shrink: 0;
flex-grow: 0;
}
#qacatNav .active {
z-index: 6;
}
#qacatNav .active:after {
content: '';
display: block;
width: 4.35vw;
height: 4.35vw;
border-style: solid;
border-width: 0 0.48vw 0.48vw 0;
transform: rotate(45deg);
transform-origin: center bottom;
position: absolute;
top: 4.83vw;
right: 6.76vw;
z-index: 7;
border-color: #fff;
}
#qacatNav .active label {
background: #4d4d4d;
color: #fff;
}
#qacatNav label {
pointer-events: none;
padding-left: 4.83vw;
height: 100%;
}
#qacatNav.open li {
position: static;
}
#qacatNav.open label {
pointer-events: auto;
}
#qacatNav.open .active {
position: relative;
}

#faq_list {
width: auto;
}
#faq_list article {
padding-left: 0;
}
#faq_list h4 {
text-indent: -0.66vw;
padding: 1.22em 9.66vw 1.22em 0.66vw;
}
#faq_list h4:after {
width: 0.6rem;
height: 0.6rem;
border-width: 0.24vw;
transform: translateX(-70%) rotate(45deg);
top: 7.97vw;
bottom: auto;
right: 0;
}
#faq_list h4 img:first-child {
width: 3.38vw;
margin-right: 6.28vw;
}
#faq_list h4:hover {
opacity: 1;
}
#faq_list .a {
display: none;
font-size: 1.13rem;
line-height: 1.78em;
padding: 0;
}
#faq_list i {
	padding-right: 10px;
}
}
/*工事の流れ*/
.flow_inner {
  position: relative;
  padding-left: 15rem;
}

.flow_inner .c-heading_primary {
  margin-bottom: 6.5rem;
}

.flow_inner_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

.flow_inner_step {
  position: absolute;
  top: -1rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.flow_inner_step_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #e1ce93;
  line-height: normal;
  text-align: center;
}

.page p.flow_inner_step_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.flow_inner_step_img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
}

.flow_inner_step_img_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: none;
  position: absolute;
  top: -25px;
}

h3.flow_inner_ttl {
  font-size: 25px !important;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.flow_inner_ttl {
  /* スマホ用にtext-alignだけ変更される */
}

.flow_inner_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: normal;
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 1rem;
  position: relative;
}

.flow_inner_txt::before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 0.4rem dotted #e1ce93;
  position: absolute;
  top: 45px;
  left: -9rem;
}

.flow_inner_txt.has-no-dot::before {
  display: none;
}


/* サイトマップ */
.site-map ul {
  list-style: none;
  padding-left: 0;
}
.site-map li {
	list-style: disclosure-closed;
	margin-left: 30px;
	padding: 5px 0 10px 10px;
}

.site-map a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
  font-weight: 500;
}

.site-map a:hover {
  color: #e1ce93;
  border-bottom: 1px solid #e1ce93;
}
.pt-cv-view .panel {
	margin-bottom: 20px;
	background-color: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: none;
}
.pt-cv-view .panel-default > .panel-heading {
	color: #333;
	background: none!important;
	border-color: none;
	border-bottom: 1px solid #333;
}
.pt-cv-wrapper [class*="pt-cv-"] a:hover {
  color: #e1ce93;
}
a:hover, a:focus, a:active {
	color: #e1ce93;
}
.pt-cv-wrapper .btn-success {
	color: #fff;
	background-color: #a39572;
	border-color: #e1ce93;
}

/* sub */
.news_list.w100 {
  width: 100%;
}

body:not(.home) .site-main .page-header {
  text-align: center;
  font-size: 0;
  padding: 10px 20px 50px;
}
body:not(.home) .site-main .page-header .page-title span {
  font-size: 40px;
  display: block;
  position: relative;
  padding: 20px;
}
body:not(.home) .site-main .page-header .page-title span::after {
  content: '';
  display: block;
  width: 90px;
  border-bottom: 5px solid  #404040;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;
}
.works_list img {
  object-fit: cover;
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
}

body.single .entry-header {
  height: auto;
  background: #fff;
  color: #404040;
  padding: 10px 20px 50px;
}
body.single .entry-header .entry-title {
  margin: 0;
  padding: 20px;
  position: relative;
}
body.single .entry-header .entry-title::after {
  content: '';
  display: block;
  width: 90px;
  border-bottom: 5px solid  #404040;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
body.single .post-thumbnail {
  text-align: center;
  margin-bottom: 3em;
}
body.single .nav-links {
  margin-top: 100px;
}

.widget-area {
  background: #f6f6f6;
  padding: 40px 0;
}
.wrap_widget {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:30px;
}
.wrap_widget .widget {
  padding: 10px 20px;
}
.wrap_widget .widget + .widget{
  border-left: 1px dotted #494949;
}
.wrap_widget .widget-title {margin-top: 0;}

.works_prepare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;
}
.works_prepare p {
  margin-bottom: .5em;
  font-weight: 700;
}
.wrap_works_detail,.wrap_voice_works {
  background: #f6f6f6;
  padding: 20px;
  margin: 30px auto;
}
.wrap_works_detail h2,.wrap_voice_works h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
.wrap_works_detail dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap:5px 1em;
  margin: 0;
}
.wrap_works_detail dt {
  font-weight: 400;
}
.wrap_works_detail dt,.wrap_works_detail dd {
  margin: 0;
}

.voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;  
}
.voice_list li {
  background: #f6f6f6;
  padding: 20px;
}
.voice_list .voice-title {
  display: block;
}
.voice_list .c-button {
margin-right: 0;
  margin-left: auto;
  width: 150px;
  padding: 10px;
  float: right;
}
.voice_list li a::after {clear: both;display: block;content: '';}

/*スマホ縦*/
@media only screen and (max-width: 415px) {
#primary { padding: 50px 0; }
.page h3 { font-size: 30px; }
.page .page_summary p { font-size: 19px !important; line-height: 1.5; }
.MT80 { margin-top: 50px !important; }
.page p { font-size: 15px; }
.page_reason img { width: 100%; padding-left: 0; }
.innerS { padding: 0 5% 0px; }
a.more { width: 100% !important; margin: 20px 0; font-size: 17px; }
.page table th, .page table td { padding: 20px; display: block; }
input[type="submit"], input[type="reset"], input[type="button"] { width: 100%; }
.news_list.w100 a:last-child {display: block;}
.news_list.w100 ul li a:last-child::after {top: 50%;transform: translateY(-46%);}
.wrap_widget {grid-template-columns: 1fr !important;}
}

@media screen and (max-width: 750px) {
.flow_inner { padding: 6rem 2rem; padding: 0; }
.flow_inner .c-heading_primary { margin-bottom: 8rem; }
.flow_inner_cards { row-gap: 8rem; }
.flow_inner_step { row-gap: 1rem; top: -5rem; position: static; }
.flow_inner_step_img { width: 8rem; height: 8rem; }
.flow_inner_step_img_img { position: static; }
p.flow_inner_step_txt { font-size: 30px; line-height: 0; margin: 0 0 10px; }
.flow_inner_ttl { text-align: center; }
.flow_inner_txt { padding: 2rem; font-size: 1.4rem; line-height: 1.5714285714; }
.flow_inner_txt::before { top: 108px; left: 10rem; z-index: -1; }
.flow_inner_txt.has-no-dot::before { display: none; }
.wrap_widget {grid-template-columns: 1fr 1fr}
.wrap_widget .widget {border: none !important;}
.news_list.w100 ,.works_list, .voice_list {grid-template-columns: 1fr;padding: 0 5%;}
  body.single .hentry {padding: 0 5%;}
  body.single .nav-links {margin-top: 50px;padding: 0 5%;}
  
}

.grecaptcha-badge {display:none !important;}