@charset "utf-8";
/* 
Theme Name: niigata-kensetsukyoka.com
Template: CustomizeBase
*/

:root {
	--color-main-green: #317240;
	--color-sv-red: #C45252;
	--color-sv-yellow: #9F7D24;
	--color-sv-green: #3E8665;
	--color-bg-beige: #FDFBF8;
	--color-bg-orange: #F0A45B;
	--color-bg-lightgreen: #3B874D;
	--color-bd-gray: #F3F1EE;
	--color-line-gray: #C7C5C0;
	--color-darkbeige: #EFECE7;
	--weight-bold: 700;
}

body,
input,
textarea {
	font-size: 1.6rem;
	color: #404040;
	line-height: 2;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, verdana, sans-serif;
	font-weight: 500;
}

#wrapper {
	padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: var(--weight-bold);
}

.content-width {
	position: relative;
}

.bg-sitecolor,
.side_cat > li:before,
.entry-content h4:before {
	background: var(--color-main-green) !important;
}
.border-sitecolor,
#grobal_nav .floatlist li a:hover,
.current_page_item a,
.current-menu-item a,
.single-post .menu-item-object-post a,
.single-blog .menu-item-object-blog a,
.single-item .menu-item-object-item a {
	border-color: var(--color-main-green) !important;
}

#news_list li span a, #news_slider li span a, .entry-meta span.term a {
	border-radius: 90px;
}

@media screen and (max-width: 736px) {
	#wrapper {
		padding-top: 72px;
	}
}

/* = color
-------------------------------------------------------------- */
.text-green {
	color: var(--color-main-green);
}

.text-sv-red {
	color: var(--color-sv-red);
}
.text-sv-yellow {
	color: var(--color-sv-yellow);
}
.text-sv-green {
	color: var(--color-sv-green);
}

/* = layout
-------------------------------------------------------------- */
.flex-column-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.flex-column-2 > .item {
	width: 480px;
}

.flex-column-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.flex-column-3 > .item {
	width: 320px;
}

.list-box {
	background: var(--color-bg-beige) url(images/common/leaf.png) no-repeat top 10px left 10px;
	border: 4px solid var(--color-bd-gray);
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	padding: 30px;
	color: #000;
}
.list-box h3 {
	text-align: center;
	margin: 0;
}
.list-box p {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.flex-column-2,
	.flex-column-3 {
		flex-direction: column;
	}
	.flex-column-2 > .item,
	.flex-column-3 > .item {
		width: 100%;
	}
}

/* = SP menu
-------------------------------------------------------------- */
 .mm-menu a {
 	opacity: 1 !important;
 }
 #sp-menu .mm-panel.mm-hasnavbar .mm-navbar {
 	display: block;
 	background: var(--color-main-green);
 	color: #fff;
 	font-weight: var(--weight-bold);
 }
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
	border-color: #fff;
}

/* = title
-------------------------------------------------------------- */
.titlebox {
	text-align: center;
	margin: 0 0 40px;
}
.titlebox h1,
.titlebox h2,
.titlebox h3,
.titlebox h4 {
	margin: 0;
}
.titlebox h1,
.titlebox h2 {
	font-size: 4.2rem;
}

.title-underline {
	position: relative;
	padding-bottom: 20px;
}
.title-underline::before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: var(--color-main-green);
	border-radius: 90px;
	position: absolute;
	bottom: 0;
}

.title-leftline {
	position: relative;
	padding: 5px 0 5px 20px;
	text-align: left;
	margin-bottom: 20px;
}
.title-leftline::before {
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	background: var(--color-main-green);
	border-radius: 90px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.title-leftline h2 {
	font-size: 2.8rem;
}

.title-page {
	margin-bottom: 50px;
	text-align: left;
}
/*.title-page h2 {
	font-size: 4.2rem;
}*/
.title-page small {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	gap: 10px;
}
.title-page small::before {
	content: '';
	display: block;
	width: 10px;
	aspect-ratio: 1/1;
	background: var(--color-bg-orange);
}

@media screen and (max-width: 736px) {
	.titlebox h1,
	.titlebox h2 {
		font-size: 3.2rem;
	}
}

/* = btn
-------------------------------------------------------------- */
.detail-btn-wrap {
	text-align: right;
	margin-top: 25px;
}
a.detail-btn {
	display: inline-block;
	width: 200px;
	background: var(--color-main-green) url(images/common/arrow-right.png) no-repeat center right 20px;
	padding: 20px 30px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: left;
	color: #fff;
	border: 1px solid var(--color-bd-gray);
	border-radius: 90px;
	box-sizing: border-box;
}

/* = CTA
-------------------------------------------------------------- */
.cta-box {
	color: #fff;
}
.cta-box .titlebox {
	margin-bottom: 25px;
}
.cta-box .titlebox h2 {
	line-height: 1.5;
	margin: 0;
}

.cta-list {
	display: flex;
	justify-content: center;
	gap: 20px 60px;
}

.cta-tel {
	text-align: center;
}
.cta-tel-num {
	font-size: 3.4rem;
	line-height: 1.5;
	padding-left: 35px;
	background: url(images/common/phone.png) no-repeat center left;
}
.cta-tel-note {
	font-size: 1.2rem;
	margin: 0;
}

a.btn-cta,
.btn-cta {
	display: block;
	width: 180px;
	background: var(--color-bg-orange) !important;
	border-radius: 90px;
	font-size: 1.7rem;
	padding: 15px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.cta-list a.btn-cta {
	width: 450px;
	padding: 30px;
}

@media screen and (max-width: 736px) {
	.cta-list {
		display: flex;
		flex-direction: column;
	}
	.cta-tel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cta-list a.btn-cta {
		width: 100%;
		padding: 20px;
	}
}

/* = table
-------------------------------------------------------------- */
.table-common dl {
	display: flex;
	border-top: 1px solid #dedede;
	margin: 0;
	color: #000;
}
.table-common dl:last-child {
	border-bottom: 1px solid dedede;
}
.table-common dt {
	width: 180px;
	padding: 20px;
	background: #F5F1EA;
	box-sizing: border-box;
	font-weight: var(--weight-bold);
	flex-shrink: 0;
}
.table-common dd {
	background: var(--color-bg-beige);
	padding: 20px;
	margin: 0;
	flex-grow: 1;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	.table-common dl {
		flex-direction: column;
	}
	.table-common dt,
	.table-common dd {
		width: 100%;
	}
}

/* = problem
-------------------------------------------------------------- */
.problem-box {
	background: url(images/common/bg_texture.png) no-repeat center center / cover;
	position: relative;
	padding: 80px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.problem-box::before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 4px solid #C3C1BA;
	box-sizing: border-box;
}
.problem-box > * {
	position: relative;
}

.problem-box .titlebox p {
	font-size: 1.8rem;
	font-weight: var(--weight-bold);
	margin: 0;
}
.problem-box span {
	border-bottom: 6px solid #F8E4CF;
}
.problem-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 740px;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: var(--weight-bold);
	line-height: 1.5;
}
.problem-list .item {
	padding: 5px 0 5px 60px;
	background: url(images/home/check.png) no-repeat center left;
}

@media screen and (max-width: 736px) {
	.problem-box {
		padding: 50px 30px;
	}
	.problem-box::before {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-width: 2px;
	}
	.problem-list {
		font-size: 1.8rem;
	}
	.problem-list .item {
		padding-left: 30px;
		background-size: 20px 20px;
	}
}

/* = message
-------------------------------------------------------------- */
.section_message .titlebox {
	text-align: left;
}
.section_message .titlebox::before {
	left: 0;
}
.message-content {
	display: flex;
	justify-content: space-between;
	gap: 30px 80px;
}
.message-content .text-box {
	width: 590px;
}
.message-content .text-box .lead-text {
	font-size: 2.2rem;
	font-weight: var(--weight-bold);
	margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
	.message-content {
		flex-direction: column;
	}
	.message-content .text-box {
		width: 100%;
	}
}

/* = entry content
-------------------------------------------------------------- */
.entry-content h2 {
	background: var(--color-bg-beige);
	color: #000;
	border-color: var(--color-main-green);
}
.entry-content h3 {
	border-color: var(--color-main-green);
}
