@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #5E3B1A;
	--color-primary-shade: #D6E7A9;
	--color-primary-tint: #D8BE78;
	--color-secondary: #5E3B1A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Zen Maru Gothic', sans-serif;
	--content-max-width: 1600px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #D8BE78;
	--header-color-primary-shade: #D8BE78;
	--header-color-primary-tint: #5E3B1A;
	/*------▼フッター設定▼------*/
	--footer-background: #F5F5F5;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Zen Maru Gothic', sans-serif;
}
/*--------------------------------------------------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-tint);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}




/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body {
	font-weight: 500;
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header .logo img {
		max-width: 300px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
		line-height: 1.2;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 75%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.tel_btn b {
		font-size: 8px;
	}
	#header ul.header__contact {
		padding: 15px;
	}
	#header ul.header__contact li:first-child {
		padding: 0 10px;
		border-left: 1px solid var(--header-color-font);
	}
	#header a.head_btn.mail_btn {
		border-radius: 10px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn:not(:hover) {
		color: var(--header-color-primary-tint);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem16);
		font-weight: bold;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem14);
		font-weight: bold;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
/* ロゴの大きさ調整
#footer .footer__logo img {
	max-height: var(--px100);
}
*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px 60px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn::after {
	border-bottom: none;;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 19px;
	display: block;
	width: 20px;
	border-bottom: 1px solid #fff;;
	transition: all 0.3s ease-in-out;
	content: "";
}
#content .linkBtn:hover {
	color: var(--color-primary);
}
#content .linkBtn:hover::before,
#content .linkBtn:hover::after {
	border-color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 20px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.photo_maru img {
	border-radius: 20px;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home #content h1 b {
	display: block;
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.jpg.webp) no-repeat center center / cover;
}
#top_msg h1 {
	color: var(--color-primary);
}
#top_msg h2 span {
	position: relative;
	display: inline-block;
	padding: 0 80px;
}
#top_msg h2 span::before,
#top_msg h2 span::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 90px;
	height: 4px;
	background-color: var(--color-primary);
}
#top_msg h2 span::before {
	left:0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
#top_msg h2 span::after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#top_msg .box {
	position: relative;
	background: #fff;
	border-radius: 20px;
}
#top_msg .box::after {
	position: absolute;
	left: 50%;
	bottom: -58px;
	display: block;
	width: 140px;
	height: 60px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_msg .box li {
	position: relative;
	padding-left: 1.5em;
	font-size: var(--rem20w);
}
#top_msg .box li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
}
#top_msg .box li+li {
	margin-top: 10px;
}
#top_msg .txt p:not(:last-child) {
	margin-bottom: 1.5em;
}
#top_msg .btn {
	width: 700px;
	max-width: 100%;
	margin: auto;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .btn li {
		width: 48%;
	}
	#top_msg .btn li a {
		display: block;
		padding: 15px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .box h1 {
		font-size: 5.4vw;
	}
	#top_msg .box img {
		width: 140px;
	}
	#top_msg .box li+li {
		margin-top: 5px;
	}
	#top_msg h2 span {
		padding: 0 60px;
		letter-spacing: 0;
	}
	#top_msg h2 span::before,
	#top_msg h2 span::after{
		width: 70px;
		height: 2px;
	}
	#top_msg .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top_works {
	padding-top: 380px;
}
#top_works::before {
	height: 600px;
	background: url(/wp-content/uploads/top_works.jpg.webp) no-repeat center top / cover;
}
#top_works .top_in {
	background: url(/wp-content/uploads/top_works-bg.jpg.webp) no-repeat center center / cover;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	font-size: 95%;
}
@media print, screen and (min-width:1800px){ /* PCのみ */
	#top_works .top_in {
		font-size: 90%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_works {
		padding-top: 200px;
	}
	#top_works::before {
		height: 350px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_works {
		padding-top: 150px;
	}
	#top_works::before {
		height: 300px;
	}
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/top-service-bg.png.webp) repeat-x center bottom / auto 360px;
}
#top_service .box {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
#top_service h3 {
	margin: 10px 0;
	padding: 0;
	border: none;
	font-size: var(--rem20w);
	font-family: var(--font-family02);
}
#top_service .photo {
	overflow: hidden;
	border-radius: 20px;
}
#top_service .txt {
	padding: 10px;
}
#top_service .btn {
	padding-bottom: 10px;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service .box {
		width: 48.5%;
		margin-bottom: 35px;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#top_service .btn {
		margin: auto auto 0;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_service::before {
		background-size: auto 200px;
	}
}
/**/
#top_features .box {
	position: relative;
	width: 1000px;
	max-width: 100%;
	margin: auto;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
#top_features .box h3 {
	position: initial;
	padding: 0;
	border: none;
	font-size: 120%;
	font-family: var(--font-family02);
}
#top_features .box h3 b {
	position: absolute;
	top: -70px;
	left: -40px;
	width: 150px;
	height: 150px;
	background: url(/wp-content/uploads/ico.png.webp) no-repeat center center / contain;
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_features .photo {
	overflow: hidden;
	border-radius: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_features .box {
		padding: 30px;
	}
	#top_features .box.rev h3 b {
		left: auto;
		right: -40px;
	}
	#top_features .photo {
		width: 30%;
	}
	#top_features .txt {
		width: 66%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_features .box h3 b {
		position: absolute;
		top: -30px;
		left: -10px;
		width: 100px;
		height: 100px;
	}
	#top_features .photo {
		margin-bottom: 15px;
	}
}
/**/
#top_contents li a {
	position: relative;
	display: block;
}
#top_contents li a .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #473D214D;
	color: #fff;
	font-size: var(--rem28);
	text-align: center;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_contents li a .txt img {
	display: block;
	margin-top: 10px;
	width: 120px;
}
#top_contents li a .photo {
	overflow: hidden;
}
#top_contents li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents li+li {
		margin-top: 20px;
	}
	#top_contents li a .txt img {
		width: 100px;
	}
}
/**/
#contact_box {
	width: 1100px;
	max-width: 90%;
	margin: auto;
}
body:not(.home) #contact_box {
	margin-bottom: 40px;
}
#contact_box::before {
	height: 80%;
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 20px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	display: block;
	margin: 5px auto;
	font-size: 180%;
	line-height: 1.3;
}
#contact_box .btn .tel a b i {
	font-size: 75%;
}
#contact_box .btn .tel a b span {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-align: right;
}
#contact_box .btn .tel a i {
	font-size: 80%;
}
#contact_box .btn .mail1 a {
	background: #fff;
	color: var(--color-font);
}
#contact_box .btn .mail2 a {
	background: var(--color-primary-shade);
	color: var(--color-font);
}
#contact_box .btn .mail1 a b,
#contact_box .btn .mail2 a b {
	display: block;
	width: 260px;
	max-width: 100%;
	margin: 10px auto;
	padding: 10px;
	background: var(--color-primary-tint);
	border-radius: 999px;
	color: #fff;
	font-weight: 500;
}
#contact_box .btn .mail2 a b {
	background: #fff;
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	body:not(.home) #contact_box {
		margin-bottom: 60px;
	}
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
	font-family: var(--font-family02);
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#thumbImg::before, header#h1Header::before {
	opacity: 0.1;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2.noline::after,
.post h2:has(.en)::after {
	display: none;
}
.post h2 .en,
#front-sectionPost .en {
	display: block;
	margin-bottom: 8px;
	color: var(--color-primary);
	font-weight: 500;
	font-family: var(--font-family02);
}
/**/
.post h3 {
	padding-left: 0;
	border-bottom-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	家づくりの特徴
--------------------------------------------------*/
#features_about h3 {
	padding: 0;
	border: none;
	color: var(--color-primary);
}
#features_about h3 span {
	display: block;
	margin-bottom: 5px;
	color: var(--color-primary-tint);
	font-size: var(--rem16);
	font-weight: 500;
	font-family: var(--font-family02);
}
/*--------------------------------------------------
	さくら住建について
--------------------------------------------------*/
@media print, screen and (min-width: 641px){ /* PC用 */
	.about_box {
		display: flex;
		justify-content: space-between;
	}
	.about_box .photo {
		width: 50%;
	}
	.about_box .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	.about_box .txt {
		width: 45%;
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.about_box .txt h3 {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.about_box .txt {
		margin-bottom: 20px;
	}
	.about_box+.about_box .txt {
		margin-top: 50px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.post table.company_tbl th {
	vertical-align: middle;
}
/*--------------------------------------------------
	よくあるご質問
--------------------------------------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary-tint);
	color: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
/*--------------------------------------------------
	ご依頼の流れ
--------------------------------------------------*/
#flow_list {
	counter-reset: number;
}
#flow_list dl {
	position: relative;
	padding: 15px 0 40px 120px;
}
#flow_list dl::before {
	position: absolute;
	top: 0;
	left: 25px;
	display: block;
	width: 10px;
	height: 100%;
	background: var(--color-primary-tint);
	content: "";
}
#flow_list dl::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem30w);
	font-weight: bold;
	text-align: center;
	counter-increment: number;
	content: "0" counter(number);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow_list dl:last-child {
	padding-bottom: 0;
}
#flow_list dl:last-child::before {
	display: none;
}
#flow_list dt {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-primary);
	font-size: 120%;
}
#flow_list dt::before {
	position: absolute;
	top: 15px;
	left: -60px;
	display: block;
	width: 40px;
	border-bottom: 1px dashed var(--color-primary);
	content: "";
}
#flow_list dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list dl {
		padding: 10px 0 40px 90px;
	}
	#flow_list dl::before {
		left: 20px;
	}
	#flow_list dl::after {
		width: 50px;
		height: 50px;
	}
	#flow_list dt::before {
		left: -45px;
		width: 30px;
	}
}
/*--------------------------------------------------
	お客様の声
--------------------------------------------------*/
.post .voice_about dl+dl {
	margin-top: 40px;
}
.post .voice_about dt {
	margin-bottom: 10px;
	padding: 5px 0 5px 45px;
	background: url(/wp-content/uploads/ico.png.webp) no-repeat left center / 30px auto;
	font-size: 115%;
}
.post .voice_about dd {
	padding: 0;
}
.post .voice_about dd b {
	font-size: 115%;
}
/*--------------------------------------------------
	施工事例
--------------------------------------------------*/
#works_link {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 20px;
}
#works_link li {
	width: 32%;
}
#works_link li:first-child {
	width: 100%;
}
#works_link li a.linkBtn {
	height: 100%;
	padding: 15px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#works_link {
		column-gap: 4%;
		row-gap: 15px;
	}
	#works_link li {
		width: 48%;
	}
	#works_link li+li a.linkBtn {
		padding-right: 45px;
	}
}
/**/
#works_list .box {
	margin-bottom: 30px;
}
#works_list .box a {
	display: block;
	transition: all 0.3s ease-in-out;
}
#works_list .box a:hover {
	background: var(--color-primary-tint);
}
#works_list .photo {
	position: relative;
	aspect-ratio: 3 / 2;
	background: #fff;
}
#works_list .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_list a:hover .photo img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#works_list .photo span {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 2px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	font-size: 85%;
}
#works_list .ttl {
	margin-bottom: 10px;
	font-size: var(--rem20w);
	font-weight: bold;
}
#works_list .in {
	display: flex;
	justify-content: space-between;
}
#works_list .in dl {
	width: 50%;
}
#works_list .in dl:first-child:last-child {
	width: 100%;
}
#works_list .in dl:first-child:last-child dt {
	border-radius: 5px;
}
#works_list .in dt {
	margin-bottom: 8px;
	padding: 1px 15px;
	background: #F0F0F0;
	border-radius: 5px 0 0 5px;
	font-size: 85%;
	font-weight: normal;
}
#works_list .in dd {
	padding: 0 15px 5px;
}
#works_list .in dl+dl {
	border-left: 1px dashed #E2E2E2;
}
#works_list .in dl+dl dt {
	border-radius: 0 5px 5px 0;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#works_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: 10px;
	}
	#works_list .box a {
		overflow: hidden;
		height: 100%;
		background: #fff;
		border: 1px solid #ACACAC;
		border-radius: 20px;
	}
	#works_list .box {
		width: 32%;
	}
	#works_list .photo {
		border-bottom: 1px solid #ACACAC;
	}
	#works_list .txt {
		padding: 10px 15px 15px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#works_list .box {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ACACAC;
	}
	#works_list .box a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#works_list .photo {
		overflow: hidden;
		width: 40%;
		border: 1px solid #ACACAC;
		border-radius: 20px;
	}
	#works_list .txt {
		width: 56%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#works_list .box a {
		font-size: 90%;
		align-items: flex-start;
	}
	#works_list .photo {
		border-radius: 10px;
	}
	#works_list .photo span {
		display: none;
		top: 4px;
		left: 4px;
		padding: 1px 4px;
		font-size: 80%;
	}
	#works_list .in dt {
		padding: 1px 8px;
	}
	#works_list .in dd {
		padding: 0 8px;
	}
}
/**/
#works_detail h1 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-font);
	font-size: var(--rem30w);
}
#works_detail .cat {
	text-align: right;
}
#works_detail .cat span {
	display: inline-block;
	padding: 5px 15px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
}
#works_detail .area {
	font-size: var(--rem24w);
	font-weight: bold;
}
#works_detail .seko {
	font-size: var(--rem20w);
	font-weight: bold;
}
#works_detail .area span,
#works_detail .seko span {
	display: block;
	width: 80px;
	margin-bottom: 6px;
	padding: 3px 15px;
	background: var(--color-primary-tint);
	border-radius: 5px;
	color: var(--color-primary);
	font-size: var(--rem14);
	font-weight: 500;
	text-align: center;
}
#works_detail dl {
	padding: 20px;
	background: #f5f5f5;
}
#works_detail dl+dl {
	margin-top: 40px;
}
#works_detail dt {
	margin-bottom: 5px;
	padding: 5px 0 5px 45px;
	background: url(/wp-content/uploads/ico.png.webp) no-repeat left center / 30px auto;
	font-size: var(--rem20w);
}
#works_detail dd {
	padding: 0;
}
#works_detail .txt dl {
	padding: 0;
	background: none;
}
#works_detail .flg {
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(/wp-content/uploads/ico.png) no-repeat left center / 30px auto;
	font-size: var(--rem24w);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#works_detail .in p+p {
		margin-left: 40px;
		padding-left: 40px;
		border-left: 1px solid #BCBCBC;
	}
	#works_detail .photo,
	#works_detail .txt {
		width: 47.5%;
	}
	#works_detail dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#works_detail h1 {
		margin-bottom: 20px;
	}
	#works_detail .in p+p {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #BCBCBC;
	}
	#works_detail dl+dl {
		margin-top: 30px;
	}
}
/**/
#photo_main {
	margin-bottom: 15px;
}
/*
#photo_main {
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #ACACAC;
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
*/
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc(20% - 8px);
	border: 1px solid #ACACAC;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.cen .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}
/*--------------------------------------------------
	20250617
--------------------------------------------------*/
@media print, screen and (min-width: 641px) {
#top_service .box_w2 {
    justify-content: center !important;
}
.gap_25{
	gap: 25px;
}
.gap_35{
	gap: 35px;
}
#top_service .box {
    width: 32% !important;
    margin-bottom: 40px !important;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
}
#top_features .box {
    width: 1300px !important;
}
}
/*--------------------------------------------------
	フッター
--------------------------------------------------*/
/*--------------------------------------------
FOOTER03
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
    max-width: 1240px;
	width: 94%;
	margin: 0 auto;
}

/* ----top----*/
.toparea {
    address {
        font-size: var(--rem16);
        font-weight: 500;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        .term {
            flex-shrink: 0;
            width: 5.5em;
        }
        div:not(.term) {
            width: calc(100% - 6.0em);
        }
    }
}

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.toparea .logoare {
    display: flex;
    flex-direction: column;
    /* gap: var(--px14); */
    line-height: 1;
}
.footer__catchphrase {
    display: none;
    line-height: 1.2;
	text-align: left;
}

#footer ul li a {
    font-weight: 500;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}