/*
Theme Name: kensetsuport
Template: twentytwenty
*/
@charset "utf-8";
/** 初期設定 ******************************************************************/
/** ヘッダーフッター背景カラー設定 **/
.basecolor {
	background-color: #393939;
}
/** リンク背景カラー設定 **/
.linkcolor {
	background-color: #EDD200;
}
/** スマホアイコンカラー設定 **/
.linkcolor a svg {
	fill:#000;
}
/** ボタン文字・スマホアイコンカラー設定 **/
.linkcolor a {
	color:#000;
}
/** svg safari対応 **/
.linkcolor svg {
	width:100%;
}
/********************************************************************/
.rgba_bk30 {
	background-color: rgba(0,0,0,0.3);
}
.rgba_bk40 {
	background-color: rgba(0,0,0,0.4);
}
.rgba_bk50 {
	background-color: rgba(0,0,0,0.5);
}
.rgba_bk60 {
	background-color: rgba(0,0,0,0.6);
}
.rgba_bk70 {
	background-color: rgba(0,0,0,0.7);
}
/********************************************************************/
/* reset-------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	/*font-family: "Hiragino Sans", sans-serif;*/
	font-size: 62.5%;
	letter-spacing: 0rem;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	overflow: visible
}
ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color :#333333;
	outline: none;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	color: #FFFFFF;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
p{
	font-size: 1.6rem;
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.1rem solid #000000;
	outline: none;
	border-radius: 0;
	background: transparent;
	width: 100%;
	max-width: 20rem;
	padding: 1rem 2rem 1rem 1rem;
	position: relative;
	z-index: 0;
}
select:before {
	content: "▼";
	position: absolute;
	top: 0;
	right: 0.1rem;
	display: block;
	width: 2rem;
	height: 2rem;
	color: #000000;
	font-size: 1rem;
	z-index: 1;
}
button,
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #ff0000;
}
.wrap{
	width: 100%;
	overflow-x: hidden;
}
img {
	width: 100%;
}

header {
	width: 100%;
	height: 5rem;
	position: fixed;
	z-index: 1;
	transition: 1s;
}
header.pages {
	width: 100%;
	height: 5rem;
	position: fixed;
	z-index: 1;
	transition: 1s;
}
h1.headertitle {
	position: absolute;
	top: 12px;
	left: 10px;
}
h1.headertitle a {
	color: #fff;
	font-size: 1.6rem;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.8));
}
.main_visual {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.main_visual .mv_box {
	width: 100%;
	position: absolute;
	margin: 12rem auto 0;
}
.main_visual img.logo {
	margin: 0px auto;
	width: 240px;
	display: block;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.8));
}
.main_visual a {
	margin: 0px auto;
	width: 240px;
	display: block;
}
.main_visual p {
	text-align: center;
	color: #fff;
	line-height: 5rem;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.8));
}
.main_visual h2.mvtext {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 3rem;
	margin: 10rem 0;
	font-weight: 500;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.8));
}
.main_visual img.bgimg {
	position: absolute;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
}


/** 下層ページmv *************************************/
.main_visual_page {
	width: 100%;
	height: 30vh;
	position: relative;
	overflow: hidden;
}
.main_visual_page .mv_box {
	width: 100%;
	position: absolute;
	margin: 8rem auto 0;
}
.main_visual_page img.logo {
	margin: 0px auto;
	width: 240px;
	display: block;
}
.main_visual_page p {
	text-align: center;
	color: #fff;
	line-height: 5rem;
}
.main_visual_page h2.mvtext {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 3rem;
	margin: 2rem 0;
}
.main_visual_page img.bgimg {
	position: absolute;
	width: 100vw;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}


/********************************************************************/
.main_nav{
	position: absolute;
	top: -500px;
	width: 100%;
	height: 0;
	transition: 1s;
}

.button_menu_wrap{
	width: fit-content;
	position: absolute;
	z-index: 10000;
	top: 15px;
	right: 10px;
	display: flex;
	flex-flow: row nowrap;
}
.contact_button_wrap,
.contact_button_wrap a,
.navToggle,
.navToggle span{
	display: block;
	height: 2rem;
	line-height: 2rem;
}
.contact_button_wrap,
.navToggle{
	border-radius: 3rem;
	padding: 0 0.5rem;
}
.navToggle{
	width: fit-content;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.8));
}
.navToggle span{
	display: block;
	color: #fff;
	font-weight: 800;
	width: fit-content;
	height: fit-content;
	pointer-events: none;
	margin: auto;
}
.navToggle span:first-child{
	display: block;
}
.navToggle span:nth-child(2),
.navToggle span:last-child{
	display: none;
}

/* active時 */
.main_nav.active{
	position: fixed;
	width: 100%;
	min-width: 32rem;
	max-width: 50rem;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10000;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: center;
	transition: 1s;
}

.main_nav.active *{color: #fff;}
.contact_button_wrap.active{
	display: none;
}
.navToggle.active{
	width: 2rem;
}
.navToggle.active span:first-child{
	display: none;
}
.navToggle.active span:nth-child(2),
.navToggle.active span:last-child{
	display: block;
	width: 1.7rem;
	height: 0.2rem;
	border-radius: 1rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.navToggle.active span:nth-child(2){
	transform: rotate(45deg);
}
.navToggle.active span:last-child{
	transform: rotate(-45deg);
}

.main_nav.active .nav_deco{
	position: absolute;
	right: -24.5rem;
	bottom: -24.5rem;
	display: block;
	width: 49rem;
	max-width: unset;
	height: auto;
	z-index: 1;
}
.main_nav.active ul{
	width: fit-content;
	z-index: 2;
}
.main_nav.active li{
	border-radius: 10px;
	margin: 3rem 0;
}
.main_nav.active li a{
	width: 240px;
	height: 46px;
	display: block;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	line-height: 46px;
}

/********************************************************************/
h3.toptitle {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 6rem auto;
	position: relative;
}
h3.toptitle:after {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background-color: #2b2b2b;
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	margin: auto;
}
h3.casetitle {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 6rem auto;
	position: relative;
}
h3.casetitle:after {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background-color: #2b2b2b;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
}
.contentarea {
	padding: 0 10px;
}

/** 施工事例リスト ********************************************************************/
ul.construction {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.construction li {
	width: 48%;
	position: relative;
	margin: 1rem 0;
}
.construction li a {

}
.construction li img {
	height: 160px;
	object-fit: cover;
	vertical-align: bottom;
}
.construction li h4 {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1rem;
}
.construction li h5 {
	color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1rem;
}
.construction li p.cprice {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1rem;
}
.construction li p.ctype {
	color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: center;
}
/** 施工事例記事 ********************************************************************/
h4.worktype {
	width: fit-content;
	margin: 0 auto;
}
h4.worktype a {
	color: #000;
	width: fit-content;
	display: block;
	padding: 1rem;
}
.construction_case {
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
}
.case_comment {
	margin: 3rem 0;
}
.case_comment p {
	font-size: 1.4rem;
	margin: 0 0 1rem 0;
}
.construction_case ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.construction_case li {
	width: 100%;
}
.construction_case li img {
	width: 100%;
	object-fit: cover;
}
ul.single_pager {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 7rem auto;
}
.single_pager li {
	margin: 0 1rem;
	border-radius: 0.5rem;
}
.single_pager li a {
	color: #fff;
	padding: 1rem 3rem;
	font-size: 1.4rem;
	display: block;
}

/** お問い合わせ ********************************************************************/
.contact_line {
	width: 266px;
	height: 47px;
	background-color: #00b900;
	border-radius: 5px;
	margin: 0px auto;
}
.contact_line a {
	width: 266px;
	height: 47px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.contact_line img {
	width: 42px;
	margin: 0 1rem;
}
.contact_line p {
	font-size: 1.2rem;
	color: #fff;
	line-height: 47px;
	text-align: center;
}
.contact_tel {
	width: 266px;
	height: 47px;
	border-radius: 5px;
	margin: 20px auto;
}
.contact_tel a {
	width: 266px;
	height: 47px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.contact_tel img {
	width: 38px;
	margin: 0 1rem;
}
.contact_tel p {
	font-size: 1.2rem;
	color: #000;
	line-height: 47px;
	text-align: center;
}
ul.customer_type {
	width: 266px;
	height: 47px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}
.customer_type li {
	width: 50%;
	height: 100%;
	font-size: 1.4rem;
	text-align: center;
	line-height: 47px;
	font-weight: 500;
}
.customer_type li a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #dbdbdb;
}
/** メールフォーム調整 ******************************************************************/

.wpforms-container-full {
	width: 244px!important;

}
.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #ca0000!important;
	border: none!important;
	color: #fff!important;
	font-size: 1em!important;
	padding: 0!important;
	margin: 0 auto;
	width: 100px;
	height: 38px;
	display: block;
	border-radius: 10px;
}
/** ページネーション ******************************************************************/
.pagination {

}
ul.page-numbers {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.page-numbers li, .page-numbers li span {
	font-size: 1.5rem;
	background-color: #5a5a5a;
	color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 2rem 0.5rem;
	border-radius: 2rem;
}
.page-numbers li a {
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
}
/** カテゴリリスト ********************************************************************/
section.cat_list {
	padding: 10px;
}
.cat_list ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cat_list li {
	width: fit-content;
	border-radius: 1rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
}
.cat_list li a {
	width: fit-content;
	display: block;
	padding: 1rem;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
}
/** 会社概要 *************************************/
dl.aboutus {
	padding: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.aboutus dt {
	width: 25%;
	color: #fff;
	padding: 1rem;
	font-size: 1.4rem;
	text-align-last: justify;
}
.aboutus dt a {

}
.aboutus dd {
	width: 75%;
	color: #000;
	padding: 1rem;
	font-size: 1.4rem;
}
.aboutus dd a {

}
/** 404 ******************************************************************/
section.errorpage {
	height: 320px;
	padding: 10rem 0;
	text-align: center;
}
.errorpage p {
	line-height: 3rem;
}
/********************************************************************/
footer {
	width: 100%;
	padding: 5rem 1rem 8rem 1rem;
	box-sizing: border-box;
}
footer ul {

}
footer li {
	color: #fff;
	margin: 0 0 2rem 0;
}
footer li p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
footer li p.officename {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
}
footer li a {
	color: #fff;
}
footer li img {
	width: 200px;
	margin-top: 5rem;
}
footer p.copyright {
	color: #fff;
	font-size: 1.2rem;
	line-height: 2rem;
}
footer p.copyright a {
	color: #fff;
}
.fix-foot_sns {
	position: fixed;
	bottom: 0;
	right: 0;
	/* width: 100%; */
	/* display: flex; */
	/* flex-direction: row; */
	/* align-items: flex-end; */
	/* justify-content: space-between; */
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	z-index: 9;
}
.fix-foot_form {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* display: flex; */
	/* flex-direction: row; */
	/* align-items: flex-end; */
	/* justify-content: space-between; */
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	z-index: 9;
}
.form {
	width: calc(100% - 100px);
	height: 48px;
	border-radius: 10px;
}
.form a {
	width: 100%;
	height: 48px;
	display: block;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sns {
	box-sizing: border-box;
}
.sns ul {

}
.sns li {
	width: 48px;
	height: 48px;
	margin: 2rem 0 0 0;
}
.sns li a {
	width: 48px;
	height: 48px;
	display: block;
}
.sns li img {
	width: 48px;
	padding: 0;
	margin: 0;
}
.sns li.phone {
    width: 48px;
    border-radius: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
}
.sns li.phone img {
	width: 38px;
	margin: 0px auto;
}
.sns li.phone a {
	width: 100%;
	display: flex;
	align-items: center;
}

/********************************************************************/
@media screen and (min-width:769px) {
	.main_visual_page {
		height: 40vh;
	}
	.main_visual_page .mv_box {
		margin: 6rem auto 0;
	}
	.contentarea {
		max-width: 769px;
		margin: 0 auto;
	}
	.construction li img {
		height: 188px;
	}
	.fix-foot_form {
		width: auto;
	}
	.form {
		width: 300px;
		height: 48px;
		border-radius: 10px;
	}
	.wpforms-container-full .wpforms-form input.wpforms-field-medium {
		max-width: 100%!important;
	}
	.construction_case {
		max-width: 800px;
		margin: 0 auto;
	}
	.construction_case ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.construction_case li {
		width: 48%;
	}
	section.cat_list {
		max-width: 769px;
		margin: 0 auto;
	}
	dl.aboutus {
		max-width: 600px;
		margin: 0 auto;
	}
	.aboutus dt {
		width: 15%;
	}
	.aboutus dd {
		width: 85%;
	}
}


