@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FCF7F0;
	--color-font: #252524;
	--color-primary: #F24E35;
	--color-primary-shade: #a93725;
	--color-primary-tint: #f68372;
	--color-secondary: #F24E35;
	--color-secondary-tint: #f68372;
	--color-table-border: #fff;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FCF7F0;
	--header-color-font: #444;
	--header-color-primary: #F24E35;
	--header-color-primary-shade: #a93725;
	--header-color-primary-tint: #f68372;
	/*------▼フッター設定▼------*/
	--footer-background: #E6D7B6;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Montserrat", sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: var(--color-primary);
				font-family: var(--font-family03);
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1;
				letter-spacing: .1em;
				margin-bottom: 0;
				position: relative;
            }
            .ttl--primary__ja {
                font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
                font-weight: 500;
                line-height: 1.4;
				letter-spacing: .1em;
            }
        }
    }
	.heading_mod-01 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-size: var(--rem30);
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: .1em;
		text-align: center;
		position: relative;
		&::before {
			display: block;
			content: "";
			width: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
			height: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
			background: url(/wp-content/uploads/icon_01.png.webp) no-repeat center / contain;
			margin-bottom: var(--rem16);
		}
		&::after {
			display: none;
		}
	}
	.heading_mod-02 {
		color: var(--color-primary);
		padding: 0;
		&::before, &::after {
			display: none;
		}

	}
	.text_mod-01 {
		color: var(--color-primary);
		font-size: var(--rem30);
		font-weight: 700;
		text-align: center;
		span {
			display: inline-block;
			background: linear-gradient(to bottom, transparent 58%, #E6D7B6 58%);
		}
	}
    p {
        line-height:2;
		letter-spacing: .1em;
    }
    .color-white {
        color: #fff;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.txt_l-sp {
		@media screen and (max-width: 768px) {
			text-align: left !important;
		}
	}
}

/**/
.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_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%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.max-w {
	margin-left: auto;
	margin-right: auto;
	&.max-w--740 {
		max-width: 740px;
	}
	&.max-w--750 {
		max-width: 750px;
	}
	&.max-w--780 {
		max-width: 780px;
	}
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-view {
    padding-top: 120px;
    margin-top: -120px;
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	width: 100%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 720px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}


/*-----------------------------
column_05
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column06 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column06_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	z-index: 20;
}
.column06 .imgarea {
	position: relative;
	aspect-ratio: 1340 / 760;
	width: 65%;
	overflow: hidden;
}
.column06 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column06 .txtarea {
	position: relative;
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px80) var(--px40);
	margin: 0 auto -70px -5%;
	z-index: 10;
}
.column06 .txtarea .txtinner {
    max-width: 720px;
}
.column06_wrap + .column06_wrap {
	margin-top: var(--px80);
}

@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column06_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column06_wrap.rev .txtarea {
		margin: 0 -15% 0 auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column06_wrap.rev {
		flex-direction: row;
	}
	.column06 .imgarea, .column06 .txtarea {
		width: 90%;
	}
	.column06 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column06 .txtstyle02, .column06 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column06 .txtstyle04, .column06 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column06 .txtstyle04:after, .column06 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_05
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column05 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column05_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
}
.column05_wrap + .column05_wrap {
	margin-top: calc(100px + 70px);
}
.column05 .imgarea {
	position: relative;
	aspect-ratio: 1220 / 760;
	overflow: hidden;
	width: 63%;
	margin-left: 3%;
}
.column05 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
	position: relative;
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px80) var(--px40);
	margin: 0 auto -70px -19%;
	z-index: 10;
}
.column05 .txtarea .txtinner {
    max-width: 720px;
}
@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + 70px);
	}
	.column05_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column05_wrap.rev .txtarea {
		margin: 0 -5% -70px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
	}
	.column05_wrap.rev {
		flex-direction: row;
	}
	.column05 .imgarea, .column05 .txtarea {
		width: 90%;
	}
	.column05 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column05 .txtstyle02, .column05 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column05 .txtstyle04, .column05 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column05 .txtstyle04:after, .column05 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
card
------------------------------*/
.toptxtarea {
max-width: 960px;
width: 94%;
margin: 0 auto;
position: relative;
z-index: 1;
}
.card01_wrap {
position: relative;
margin: var(--px60) 0 0;
}
.card01_inner {
max-width: 1600px;
width: 100%;
margin: 0 auto;
}
.card01_list > li {
position: relative;
background: transparent;
}
.card01_list .imgarea {
width: 100%;
position: relative;
aspect-ratio: 750 / 452;
overflow: hidden;
line-height: 0;
border-radius: var(--px30) var(--px30) 0 0;
}
.card01_list .imgarea img {
width: 100%;
height: 100%;
object-fit: cover;
}
.card01_list .txtarea {
padding: 20px var(--px24) 0;
line-height: 1.6;
text-align: left;
background: transparent;
}

/*---------txtstyle02 -----------*/

.post .txtstyle02, .txtstyle02 {
font-family: var(--font-family02);
font-size: var(--rem36);
font-weight: 600;
text-align: left;
margin: var(--rem36) auto;
background: transparent;
color: #111;
line-height: 1.4;
padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
font-size: var(--rem20);
margin: 0 0 1rem;
}

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
	background: #fff;
	border-radius: var(--px30) var(--px30) 0 0;
	padding: var(--rem20) var(--px20) min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
	@media screen and (max-width: 768px) {
    margin-bottom: 10%;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	&:is(.col3_list--mod-01) {
		& > li {
			background: transparent;
			border-radius: 0;
			padding: 0;
			.imgarea {
				aspect-ratio: unset;
				img {
					aspect-ratio: unset;
					width: 100%;
					max-width: 174px;
					height: 100%;
					max-height: 139px;
					margin-left: auto;
					margin-right: auto;
					object-fit: contain;
				}
			}
			.txtarea {
				padding: var(--rem30) 0 0;
				.txtstyle02 {
					font-size: var(--rem20);
					margin-bottom: var(--rem20);
				}
			}
		}
	}
	&:is(.col3_list--mod-02) {
		justify-content: center;
		gap: 2%;
		@media print, screen and (max-width: 580px) {
			gap: 0;
		}
		&::before, &::after {
			display: none;
		}
		& > li {
			width: 32%;
			background: transparent;
			border-radius: 0;
			padding: 0;
			@media print, screen and (max-width: 960px) {
				width: 48%;
				margin-bottom: 5%;
			}
			@media print, screen and (max-width: 580px) {
				width: 100%;
				margin-bottom: 10%;
			}
			.imgarea {
				img {
					aspect-ratio: 394 / 274;
					width: 100%;
					max-width: unset;
					height: auto;
					max-height: unset;
					object-fit: cover;
				}
			}
			.txtarea {
				.txtstyle02 {
					font-size: var(--rem20);
					text-align: left;
					margin-bottom: 10px;
					.fsz-large {
						font-size: var(--rem40);
						font-weight: 400;
						margin-right: var(--px20);
					}
					span {
						vertical-align: middle;
					}
				}
			}
		}
	}
}
.post .col3_list > li {
    width: 31%;
	margin-bottom: 3%;
	background: #E6D7B6;
	padding: var(--rem48) var(--px20) var(--rem30);
	border-radius: 10px;
	.imgarea {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0;
		img {
			aspect-ratio: unset;
			width: 100%;
			max-width: 115px;
			height: 100%;
			max-height: 98px;
			margin-left: auto;
			margin-right: auto;
			object-fit: contain;
		}
	}
	.txtarea {
		padding: var(--rem16) 0 0;
		.txtstyle02 {
			color: var(--color-primary);
			font-size: var(--rem16);
			text-align: center;
			line-height: 1.5;
			margin-bottom: 0;
		}
		p:not(.txtstyle02) {
			font-size: var(--rem16);
		}
	}
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------
	button
--------------------------------------------------*/
.linkBtn, .post .linkBtn {
    position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 240px;
    color: var(--color-primary);
	font-weight: 700;
    line-height: 1.8;
    text-align: center;
    background: #fff;
    padding: 14px 10px;
    margin: 0 auto;
	border: 2px solid var(--color-primary);
    border-radius: 0;
    transition: all .3s;
	&:hover {
		color: #fff;
		background: var(--color-primary);
		&::after {
			color: #fff;
		}
	}
	&::after {
		content: "\f35a";
		font-family: 'FontAwesome';
		font-size: var(--rem20);
		font-weight: 400;
		width: auto;
		height: auto;
		border: none;
		margin: 0;
		transform: unset;
		position: static;
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
.header_br_01 {
	display: none;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header .logo {
        background: #E6D7B6;
    }
    #header .logo img {
        width: 100%;
        max-width: 279px;
        max-height: 80px;
    }
    nav#mainNav ul li a {
        font-size: var(--rem18);
        font-weight: 700;
        letter-spacing: .1em;
		padding: var(--px20) var(--px20);
    }
    nav#mainNav ul li a:hover b {
        color: var(--color-primary);
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
    nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
        background: transparent;
        &:hover {
            background: #fff;
            b {
                color: var(--color-primary-shade);
            }
        }
    }
    nav#mainNav ul li.current-menu-item a b {
        color: var(--header-color-font);
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: transparent;
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) var(--px24);
    }
    #header a.head_btn.tel_btn {
        color: var(--header-color-font);
        font-size: var(--rem24);
        font-weight: 700;
        background: transparent;
		margin-left: var(--px20);
        position: relative;
        &::before {
            display: block;
            content: "";
            width: 1px;
            height: calc(100% - 30px);
            background: var(--header-color-font);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }
        &::after {
            display: block;
            content: "";
            width: 1px;
            height: calc(100% - 30px);
            background: var(--header-color-font);
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }
        &:hover {
            color: var(--color-primary-shade);
            background: #fff;
        }
    }
    #header a.head_btn.tel_btn > span {
        display: flex;
        align-items: center;
        gap: 8px;
		&:is(.note) {
			flex-direction: column;
			gap: 0;
		}
    }
    #header a.head_btn.tel_btn > span:not(.note)::before {
        display: block;
        content: '\f095';
        font-family: 'FontAwesome';
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
	#header a.head_btn.sns_btn {
		font-size: var(--rem16);
		position: relative;
		&:hover {
			color: var(--color-primary-shade);
			background: #fff;
		}
		&::before {
			display: block;
			content: "";
			width: var(--rem20);
			height: var(--rem20);
			background: url(/wp-content/uploads/icon_sns_x_01.png.webp) no-repeat center / contain;
		}
		&::after {
			display: block;
			content: "";
			width: 1px;
			height: calc(100% - 30px);
			background: var(--header-color-font);
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
		}
		&:is(.sns_btn--instagram) {
			&::before {
				background: url(/wp-content/uploads/icon_sns_instagam_01.png.webp) no-repeat center / contain;
				width: var(--rem24);
				height: var(--rem24);
			}
		}
	}
    #header a.head_btn.mail_btn {
        background: transparent;
        color: var(--header-color-font);
        font-size: var(--rem16);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: .1em;
        &:hover {
            color: var(--color-primary-shade);
            background: #fff;
        }
    }
    .sticky-header #header-layout {
        background: var(--header-background);
    }
}
/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	.header_br_01 {
		display: block;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}
	#header a.head_btn.tel_btn {
		margin-left: 0;
	}

	#header .head_btn.mail_btn {
		font-size: 1.6rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 15px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 15px;
	}
}

@media screen and (max-width: 1400px) {
	nav#mainNav ul, #header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.4rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.4rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	#header a.head_btn.sns_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
}

@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}

	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {
	#thumbImg, header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
	body.mobile #header .logo .mark {
		background: #E6D7B6;
	}
	body.mobile #header #mainNav .header_br_01 {
		display: none;
	}
}

/*--------------------------------------------
FOOTER01
--------------------------------------------*/

/* ----全体LAYOUT調整----*/
#footer {
    padding: var(--px80) 0 var(--px40);
}

.footer__inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: var(--px20);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;
    border-bottom: solid 1px;
	@media screen and (max-width: 768px) {
		padding-bottom: var(--px60);
	}
}
@media print, screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/
#footer .footnav:not(:last-child) {
	@media screen and (max-width: 768px) {
		margin-bottom: 20px;
	}
}
#footer .footnav ul {
    justify-content: flex-end;
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px; /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before {
    left: 0;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 0;
    background: transparent;
}

#footer .footnav ul > li::after {
	content: none;
}

#footer ul li a {
    font-size: var(--rem12);
}

#footer .footer_snsLinks {
	display: flex;
	gap: var(--rem48);
	@media screen and (max-width: 768px) {
		justify-content: center;
	}
	.sns_btn.sns_btn--instagram {
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
		font-size: var(--rem12);
		letter-spacing: .1em;
		&::before {
			display: block;
			content: "";
			margin-bottom: 5px;
			background: url(/wp-content/uploads/icon_sns_instagam_01.png.webp) no-repeat center / contain;
			width: var(--rem24);
			height: var(--rem24);
		}
	}
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea .logoare {
    display: flex;
    flex-direction: column;
    gap: var(--px14);
    line-height: 1;
}
#footer .footer__logo img {
    max-width: 295px;
	width: 100%;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__catchphrase {
    line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
    padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: var(--rem24);
}


/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
	position: relative;
	background: url(/wp-content/uploads/cta_bg_01.png.webp) no-repeat center / cover;
	padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 var(--rem120);
	z-index: 0;
	.ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: var(--color-primary);
				font-family: var(--font-family03);
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1;
				letter-spacing: .1em;
				margin-bottom: 0;
				position: relative;
            }
            .ttl--primary__ja {
                font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
                font-weight: 500;
                line-height: 1.4;
				letter-spacing: .1em;
            }
        }
    }
}
.cta02:before {
    content: "";
    background: #E6D7B6;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.cta02 .cta02_wrap {
	max-width: 1400px;
    width: 90%;
    margin: 0 auto;
	padding: var(--rem120) var(--px40);
	background: #fff;
	position: relative;
	z-index: 1;
}
.cta02 .ctabtnlist {
    justify-content: space-between;
	gap: var(--rem30);
    max-width: 960px;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px20);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
	
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/

.cta02 .infotxt {
	font-size: var(--rem16);	
	font-weight: 400;
}
.cta02 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: var(--rem24);
}

	
/*電話ボタン*/
	
.cta02 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
	font-weight: 500;
}	
.cta02 a.telbtn {
    background: #fff;
	border: 3px solid var(--color-primary);
	color: var(--color-primary);
	&:hover {
		color: #fff;
		background: var(--color-primary);
	}
	.infotxt {
		font-size: var(--rem16);
		font-weight: 700;
		.note {
			font-size: var(--rem16);
			font-weight: 700;
		}
	}
}
	
/*メールボタン*/
	
.cta02 .mailarea.item {
    background: #fff;
}
.cta02 a.mailbtn {
    background: #111;
    color: #fff;
    display: flex;
    flex-direction: column;
	justify-content: center;
    width: 100%;
    border-radius: 0;
	margin: 0;
	.infotxt {
		font-size: var(--rem18);
	}
}
.cta02 a.mailbtn {
    background: var(--color-primary);
	border: 3px solid var(--color-primary);
	color: #fff;
	&:hover {
		background: #fff;
		color: var(--color-primary);
	}
}
	
/*ボタンアイコン*/
	
.cta02 .mailbtn .btnttl::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .mailbtn .btnttl::before {
	content: '\f0e0';
	font-size: var(--rem28);
}
.cta02 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
}
/* CONTENT01 */
#top_about {
	.front_contents {
		padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
	}
	.column06 {
		margin: 0;
		.txtarea {
			.ttl.ttl--primary {
				text-align: left;
				margin-bottom: var(--rem20);
			}
			.linkBtn {
				margin-left: 0;
			}
		}
	}
}
/* CONTENT02 */
#top_service {
	.front_contents {
		padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 calc((min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem)) + 70px);
	}
	&.bg_wide::before {
		background: url(/wp-content/uploads/top_service_bg_01.png.webp) no-repeat center / cover;
	}
	.column05 {
		margin-top: 0;
		.txtarea {
			.ttl.ttl--primary {
				text-align: left;
			}
			.linkBtn {
				margin-left: 0;
			}
		}
	}
}
/* CONTENT03 */
#top_service_02 {
	.card01_wrap {
		padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
		margin-top: 0;
	}
	.txtarea {
		.heading_mod-01 {
			margin-bottom: var(--rem20);
			@media screen and (max-width: 830px) {
				font-size: var(--rem28);
			}
		}
		p {
			font-size: var(--rem14);
			letter-spacing: .1em;
		}
	}
}
/* CONTENT04 */
#top_reasons {
	&.bg_wide::before {
		background: #E6D7B6;
	}
	.front_contents {
		padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0;
	}
	.column01 {
		margin-top: 0;
		.txtarea {
			.ttl.ttl--primary {
				text-align: left;
				margin-bottom: var(--rem20);
			}
			.linkBtn {
				margin-left: 0;
			}
		}
	}
}
/* POST */
.top_news {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
	&.bg_wide::before {
		background: #fff;
	}
}
.postlist {
    .post_text {
        color: #CCC;
        padding: 26px 0;
    }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.postlist .ttls, .postlist .date {
    color: var(--color-font);
    font-size: 100%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary);

}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	line-height: 1.2 !important;
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	nav#mainNav ul li.current-menu-item a b {
        color: var(--color-primary);
    }
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: #fff;
        font-size: var(--rem36);
        font-family: var(--font-family01);
        font-weight: 700;
    }
    &.post, .post {
		h3 {
			font-size: var(--rem30);
			padding: 0 0 0 30px;
			border: none;
			position: relative;
			&::before {
				display: block;
				content: "";
				width: var(--px14);
				height: calc(100% + 8px);
				background: var(--color-primary);
				position: absolute;
				top: -4px;
				left: 0;
			}
		}
		h4 {
			font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
		}
		p {
			line-height: 1.875;
			letter-spacing: 0;
		}
        ul {
            li {
                font-size: var(--rem18);
            }
        }
		table {
			border-collapse: separate;
			border-spacing: 0px 2px;
			border: none;
		}
        table th, table td {
            font-size: var(--rem16);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
			vertical-align: middle;
        }
        table th {
			color: #fff;
            font-weight: 700;
			background: var(--color-primary);
        }
		.table_mod-01 {
			border-collapse: collapse;
			@media screen and (max-width: 768px) {
				border-bottom: 1px solid #E6D7B6;
			}
			tr:first-child {
				th {
					width: 65%;
					border: none;
				}
			}
			th, td {
				@media screen and (max-width: 960px) {
					padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem18);
				}
			}
			th {
				border: none;
				border-top: 1px solid #fff;
				@media screen and (max-width: 768px) {
					border-top: none;
				}
			}
			td {
				text-align: center;
				border: 1px solid #E6D7B6;
			}
		}
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .anchorLink-view {
            padding-top: 120px;
            margin-top: -120px;
        }
		.googlemap {
			padding-bottom: 32%;
			@media screen and (max-width: 768px) {
				padding-bottom: 45%;
			}
		}
		.heading_icon {
			aspect-ratio: 1 / 1;
			max-width: 168px;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
		}
		.annotation {
			font-size: var(--rem12);
			font-weight: 400;
		}
    }
}

/*================================================
					コンサルティング事業 他
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 + .teleco_v1 {
	margin-top: var(--rem60);
}
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	aspect-ratio: 620 / 387;
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	padding: var(--rem28);
	h4 {
		color: var(--color-primary);
		text-align: left;
		width: 100%;
		margin-left: 0;
		margin-bottom: var(--rem20);
		padding-left: 0;
		padding-bottom: var(--rem14);
		border-bottom: 1px solid #E6D7B6;
		&::before {
			display: none;
		}
	}
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 100%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

/*================================================
					おそうじファイブ
================================================*/
.page-id-141 {
	background: #fff;
}
#page_cleaning {
	.card01_wrap {
		margin-bottom: min(calc(18rem + (1vw - 1.92rem) * 3.8835), 18rem);
	}
	.card01_list.col3_list {
		& > li {
			@media screen and (max-width: 768px) {
				width: 49%;
			}
			@media screen and (max-width: 414px) {
				margin-bottom: 3%;
			}
		}
	}
	.flexbox > .w50:has(.heading_mod-02) {
		& + & {
			@media screen and (max-width: 768px) {
    			margin-top: var(--rem80);
			}
		}
	}
}

/*================================================
					スピードファイブ
================================================*/
.page-id-143 {
	background: #fff;
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				border-collapse: collapse;
				border-spacing: 0;
				th {
					width: 30%;
				}
			}
			.subimitarea {
				.linkBtn {
					background: var(--color-primary);
					margin-left: auto;
					margin-right: auto;
					padding: 0;
					&::after {
						display: none;
					}
					&:hover {
						color: var(--color-primary);
						background: #fff;
						.wpcf7-form-control {
							color: var(--color-primary);
						}
					}
					input[type="submit"] {
						font-weight: 700;
						padding: 20px 10px;
					}
				}
			}
			.must {
				color: var(--color-primary);
				background: #fff;
			}
			.must.must_fn {
				color: #fff;
				background: var(--color-primary);
			}
		}
	}
}

/*================================================
					サイトマップ
================================================*/
.post ul#sitemap_list.sitemap_disp_level_0 > li {
    border-bottom: 1px solid #E6D7B6;
}
