@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=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #FCBB38;
	--color-primary-shade: #b08327;
	--color-primary-tint: #fdc960;
	--color-secondary: #57D85F;
	--color-secondary-tint: #89e48f;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589) ,1.8rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #FCBB38;
	--header-color-primary-shade: #b08327;
	--header-color-primary-tint: #fdc960;
	/*------▼フッター設定▼------*/
	--footer-background: #FFEBC4;
	--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: "Caveat", 'Noto Sans JP', sans-serif;
    --font-family04: "Noto Serif JP", serif;
    --font-family05: "Zen Kaku Gothic New", sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
	.ttl {
		&.ttl--en {
			font-family: var(--font-family03);
			font-size: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
			font-weight: 700;
			letter-spacing: .3em;
			-webkit-text-stroke: 1px #834C25;
			text-stroke: 1px #834C25;
			&::after {
				display: none;
			}
		}
	}
    h2 {
		font-family: var(--font-family05);
		color: #651139;
		font-size: min(calc(4.5rem + (1vw - 1.92rem) * 0.6472), 4.5rem);
		font-weight: 700;
		text-align: unset;
        letter-spacing: unset;
	}
    p {
		font-size: var(--rem20);
        line-height:2.2;
    }
    .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;
    }
}

/**/
.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--800 {
		max-width: 800px;
		
	}
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}
.ls-ss {
	letter-spacing: -.03em;
}
.ls-s {
	letter-spacing: .05em;
}
.align-a-c {
	align-items: center;
}
.justify-c-c {
	justify-content: center
}

/**/
.post .linkBtn {
	border-radius: 0;
	/* background: var(--color-primary); */
}

.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:50px;
    margin-top: -50px;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	background: transparent;
	padding: 0;
}
.fullwide01_wrap {
    background: #eee;
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide01_inner {
    max-width: 960px;
}

/*-----------------------------
column_01
------------------------------*/
.sec01 {
	background: transparent;
}
.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;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 540px;
}
.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;
}

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

/*---------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;
	column-gap: 12.5%;
}
.post .col3_list > li {
    width: 25%;
	margin-bottom: 8%;
	position: relative;
}
.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: 43%;
	}
	.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: 10%;
	}
}

/*-----------------------------
card
------------------------------*/
.sec01 {
	background: #aaa;
  }
  .toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
  }
  .card01_wrap {
	position: relative;
	padding: var(--rem72) 0;
	&.bg_wide {
		&::before {
			background: #DDF8DF;
		}
	}
  }
  .card01_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
  }
  .card01_list > li {
	position: relative;
	background: transparent;
  }
  .card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	line-height: 0;
  }
  .card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
  }
  .card01_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
	p {
		line-height: 1.8;
	}
  }
	
  /*---------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 {
	width: 100%;
	color: #FFB011;
	font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
	font-weight: 500;
	text-align: center;
	margin: 0;
	position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
  }

/*-----------------------------
button
------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
	max-width: 540px;
    color: #651139;
    line-height: 1.4;
    text-align: center;
	font-family: var(--font-family05);
	font-size: var(--rem20);
    font-weight: 700;
    padding: min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(4.5rem + (1vw - 1.92rem) * 0.9709), 4.5rem) min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(1.5rem + (1vw - 1.92rem) * 0.3236), 1.5rem);
    margin: var(--px40) auto 0;
    border: none;
	background: transparent;
    transition: all .3s;
    z-index: 1;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    color: #fff;
    background: var(--color-primary);
    border: none;
}
.post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F8FC40 0%, #57D85F 100%);
	border: none;
    transition: all .3s;
    z-index: -1;
}
.post .linkBtn:hover::before, .linkBtn:hover::before, a.linkBtn:hover::before {
    opacity: 0;
	border: none;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #fff;
}
.subimitarea > .linkBtn {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
	transition: all .3s;
	&:hover {
		background: var(--color-primary);
	}
}
.linkBtn input[type="submit"], .post .linkBtn input[type="submit"] {
    border-radius: 0;
}
/* 角丸 */
.linkBtn.linkBtn--round, .post .linkBtn.linkBtn--round, a.linkBtn.linkBtn--round {
	max-width: 400px;
    color: #fff;
    line-height: 1.4;
	font-family: var(--font-family01);
	font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
    font-weight: 500;
	letter-spacing: .1em;
	border-radius: 50vw;
    padding: min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(4.5rem + (1vw - 1.92rem) * 0.9709), 4.5rem) min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(1.5rem + (1vw - 1.92rem) * 0.3236), 1.5rem);
    margin: 0;
    border: none;
	&.linkBtn--green {
		background: var(--color-secondary);
		&:hover {
			background: var(--color-secondary-tint);
		}
	}
	&.linkBtn--orange {
		background: var(--color-primary);
		&:hover {
			background: var(--color-primary-tint);
		}
	}
	&::before {
		display: none;
	}
	&::after {
		display: none;
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
    #header a.head_btn {
        color: #444;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
    }
	#header a.head_btn.tel_btn {
        background: var(--color-primary);
		&:hover {
			background: var(--color-primary-tint);
		}
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: .75em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem24);
        font-weight: 500;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
		color: #fff;
        flex-direction: row;
        align-items: center;
		background: var(--color-secondary);
        padding-left: var(--rem36);
        padding-right: var(--rem36);
		&:hover {
			background: var(--color-secondary-tint);
		}
    }
    #header a.head_btn.mail_btn::before {
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem14);
    }
	nav#mainNav ul li a b {
		position: relative;
		&::after {
			display: block;
			content: "";
			width: 2.875em;
			height: 2px;
			background: #57D85F;
			margin-left: auto;
			margin-right: auto;
			opacity: 0;
			transition: all .2s;
			position: absolute;
			left: 0;
			right: 0;
			bottom: -10px;
			z-index: 600;
		}
	}
	nav#mainNav ul li a {
		&:hover b {
			&::after {
				opacity: 1;
			}
		}
	}
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		transition: all .2s;
	}
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
        color: var(--header-color-primary);
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
    }
	nav#mainNav ul li:hover ul.sub-menu {
	background: transparent;
	li + li {
		margin-top: 5px;
	}
    }
	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: var(--header-color-font);
		font-weight: 700;
		background: #E7FFE8;
	}
	.menu-item:has(.sub-menu) {
		&:hover {
			& > a b {
				color: var(--header-color-primary);
				&::after {
					opacity: 1 !important;
				}
			}
		}
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
    padding: var(--px100) 0 var(--px40);
    .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1600px;
        width: 90%;
        border-bottom: 1px solid #CFCFCF;
        @media screen and (max-width: 768px) {
            flex-direction: column;
            padding-bottom: var(--rem40);
        }
    }
}
#footer .footnav ul > li::before {
    color: var(--footer-color-font);
	content: "\f054";
	position: absolute;
    font-family: 'FontAwesome';
    font-size: var(--rem12);
	height: 100%;
	background: transparent;
	top: 2px;
}
@media screen and (max-width: 768px) {
    #footer .footnav ul > li::before {
        top: 0px;
        left: -3px;
    }
}
#footer .footnav ul > li::after {
	display: none;
}

#footer .footnav ul > li:first-child {
    padding-right: var(--px30);
}

#footer .footnav ul > li:last-child {
    padding-right: 0;
}
#footer .footnav ul > li:last-child::after {
    display: none;
}
#footer ul li a {
    font-size: var(--rem12);
}
#copyright {
    width: 90%;
    margin-top: var(--rem60);

}

/*------------------------------------------------------
	CTA
------------------------------------------------------*/
.home {
	#foot-contact_pt01.cta {
		display: none;
	}
}
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: #FFF;
	/*margin-top: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);*/
	margin-left: calc(((100vw - 100%) / 2) * -1);
	/*margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);*/
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	left: 0;
}
#foot-contact_pt01::before {
	background: #000;
	opacity: 1;
	background: url(/wp-content/uploads/cta_bg_01.png) no-repeat center / cover;
	z-index: 0;
}
#foot-contact_pt01::after {
	background: url(/wp-content/uploads/bg_contact.jpg) no-repeat center / cover;
}
#foot-contact_pt01.front_contact {
	background: none;
}
#foot-contact_pt01 .contactTtl {
	position: relative;
	color: #111;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.3883), 2rem);
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: var(--rem48);
	z-index: 20;
}
#foot-contact_pt01 .contactTtl .en_ttl {
	display: block;
	font-size: min(calc(5.2rem + (1vw - 19.2px) * 1.5534), 5.2rem);
	font-family: var(--body-font-family-en);
	font-weight: 500;
	line-height: 1.2;
}
#foot-contact_pt01 p {
	position: relative;
	font-family: var(--font-family05);
	color: #000;
	font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
	font-weight: 700;
	margin-bottom: var(--px50);
}
#foot-contact_pt01 .wrapper_content {
	background: #FFF;
	max-width: 1600px;
	padding: 0
}
#foot-contact_pt01 .f-contact-read {
	position: relative;
	color: #FFF;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1rem;
	z-index: 10;
	margin-bottom: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
}
#foot-contact_pt01 .f-contact-read .emTxt {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-weight: 800;
	margin-bottom: 1em;
}
#foot-contact_pt01 a.f-contact_btn {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	background: var(--color-primary);
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border: 1px solid var(--color-primary);
	transition: .3s;
}
#foot-contact_pt01 a.f-contact_btn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt01 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt01 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt01 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt01 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt01 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt01 a.f-contact_btn .note {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b {
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b::after {
	content: '｜';
}
#foot-contact_pt01 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 10;
}
#foot-contact_pt01 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt01 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
	flex-grow: 1;
	padding: var(--rem42) 0 min(calc(5.6rem + (1vw - 1.92rem) * 1.4239), 5.6rem);
}
#foot-contact_pt01 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt01 ul.contactbtn_list:last-child {
	margin-bottom: 0;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .25));
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 769px) {
	#foot-contact_pt01 ul.contactbtn_list > li {
		width: 50%;
		display: flex;
        flex-direction: column;
        align-items: center;
		justify-content: center;
	}
}
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn.telBtn {
	color: #000;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	transition: all .3s;
	&:hover {
		background: var(--color-primary-tint);
		border: 1px solid var(--color-primary-tint);
	}
}
/* #foot-contact_pt01 .contactbtn_tel a.f-contact_btn.telBtn:hover {
	color: #333;
	background: #fff;
	border: 1px solid #333;
} */
#foot-contact_pt01 .contactbtn_mail {
	background-color: #fff;
}
#foot-contact_pt01 .contactbtn_mail a.f-contact_btn.mailBtn {
	max-width: 457px;
	color: #fff;
	background: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	border-radius: 50vw;
	transition: all .3s;
	padding: 10px 20px;
    flex-grow: 0;
}
#foot-contact_pt01 .contactTtl {
	font-size: var(--rem36);
	font-weight: 700;
}
#foot-contact_pt01 .contactbtn_mail {
	font-weight: 700;
	padding: 0 var(--px20);
}
#foot-contact_pt01 .contactbtn_tel .telbtn-ttl {
	font-size: var(--rem20);
	font-weight: 700;
}
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn .note {
	font-size: var(--rem20);
	font-weight: 700;
}
#foot-contact_pt01 .contactbtn_mail .mailbtn-ttl {
	font-size: var(--rem20);
	margin-bottom: 5px;
}
#foot-contact_pt01 .contactbtn_mail .note {
	font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.5178), 2.2rem);
	margin-top: 5px;
}
#foot-contact_pt01 .contactbtn_mail a.f-contact_btn.mailBtn:hover {
	background: var(--color-secondary-tint);
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
    font-size: var(--rem48);
}
#foot-contact_pt02 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
    position: relative;
    top: -3px;
    font-size: var(--rem36);
}
@media print, screen and (max-width: 768px)  {
	#foot-contact_pt01 ul.contactbtn_list:last-child {
		gap: min(calc(15px + (1vw - 19.2px) * 0.6472), 15px);
	}
	#foot-contact_pt01 .contactbtn_mail {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 24px;
	}
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
    position: relative;
    top: -3px;
    font-size: var(--rem40);
}
#foot-contact_pt01 a.f-contact_btn .note > b::after {
    content: '：';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: calc(1600px + 10%);
	}
}
/* POST */
.top_news {
	max-width: 1240px;
	padding: var(--px120) 0;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	&::after {
		display: block;
		content: "";
		aspect-ratio: 212 / 283;
		width: 11vw;
		height: auto;
		background: url(/wp-content/uploads/top_news_bg_01.png.webp) no-repeat center / contain;
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translateX(100%);
	}
	@media screen and (max-width: 1600px) {
		&::after {
			width: 9vw;
			min-width: 55px;
			transform: unset;
			z-index: -1;
		}
	}
	@media screen and (max-width: 768px) {
		&::after {
			width: 9vw;
			transform: unset;
			z-index: -1;
		}
	}
}
.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;
}
/* CONTENT01 */
.top_company {
	.fullwide01 {
		width: 100vw;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		background: url(/wp-content/uploads/top_company_01.png.webp) no-repeat center / cover;
		padding: var(--rem120) 0;
	}
	.fullwide01_wrap {
		background: rgba(255, 255, 255, .8);
		max-width: 1600px;
		padding: var(--rem120) var(--px80);
	}
}
/* CONTENT02 */
.top_service {
	.front_contents.sec02 {
		padding-top: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
		.column01 {
			&:nth-child(2) {
				.imgarea {
					position: relative;
					&::before {
						display: block;
						content: "";
						aspect-ratio: 1305 / 745;
						width: 140%;
						height: auto;
						background: url(/wp-content/uploads/top_service_01_bg.png.webp) no-repeat right bottom / contain;
						position: absolute;
						top: 55%;
						left: 50%;
						z-index: -1;
						transform: translate(-50%, -50%);
					}
				}
			}
			.imgarea {
				overflow: visible;
				img {
					border-radius: var(--px80);
				}
			}
		}
		.column01_wrap {
			align-items: center;
			justify-content: space-between;
		}
		.txtarea {
			justify-content: flex-start;
			padding-left: 0;
			padding-right: 0;
			.txtinner {
				max-width: 620px;
				h3 {
					display: flex;
					flex-direction: column;
					gap: 8px;
					padding: 0;
					border-bottom: none;
					margin-bottom: var(--rem80);
					.sub {
						color: #FFCC65;
						font-size: var(--rem30);
						font-weight: 700;
					}
					.main {
						color: #651139;
						font-family: var(--font-family04);
						font-size: min(calc(4.5rem + (1vw - 1.92rem) * 0.6472), 4.5rem);
						font-weight: 700;
						letter-spacing: .3em;
					}
				}
			}
		}
		.imgarea {
			max-width: 920px;
			width: 58%;
			aspect-ratio: 920 / 610;
			@media screen and (max-width: 768px) {
				width: 100%;
			}
		}
	}
}
/* CONTENT03 */
.top_flow-recruit {
	width: 94%;
	padding-bottom: var(--px200);
	margin-left: auto;
	margin-right: auto;
	.sec-cards {
		display: flex;
		justify-content: center;
		gap: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
		max-width: 1368px;
		margin: 0 auto;
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
	}
	.sec-cards__item {
		width: calc((100% - min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem)) / 2);
		border-radius: var(--px60);
		overflow: hidden;
		@media screen and (max-width: 768px) {
			width: 100%;
		}
		&:is(.sec-01) {
			background: url(/wp-content/uploads/top_flow_bg_01.png.webp) no-repeat center / cover;
		}
		&:is(.sec-02) {
			background: url(/wp-content/uploads/top_recruit_bg_01.png.webp) no-repeat center / cover;
		}
	}
	.sec-cards__link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: var(--px160) 0;
		position: relative;
		&::after {
			display: block;
			content: "";
			width: 100%;
			height: 100%;
			background: rgba(252, 187, 56, .3);
			position: absolute;
			top: 0;
			left: 0;
			transition: all .3s;
		}
		&:hover {
			&::after {
				background: rgba(252, 187, 56, 0);
			}
		}
	}
	.sec-cards__txt-box {
		width: 100%;
		background: rgba(255, 255, 255, .7);
		padding: var(--rem30) var(--px30);
		position: relative;
		z-index: 1;
		.sec-cards__ttl {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			color: #651139;
			font-family: var(--font-family05);
			font-size: var(--rem40);
			font-weight: 700;
			text-align: center;
			letter-spacing: .3em;
			padding: 0;
			border-bottom: none;
			&::after {
				display: block;
				content: "";
				width: 2em;
				height: 2px;
				background: var(--color-primary);
			}
		}
		.sec-cards__copy {
			color: #651139;;
			font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);
			line-height: 1.8;
			text-align: center;
		}
	}
}

/* Instagram */
#top_instagram {
	width: 94%;
	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
	margin-top: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
	margin-bottom: min(calc(30rem + (1vw - 1.92rem) * 9.7087), 30rem);
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	#thumbImg img, header#h1Header img {
    	height: 100%;
	}
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
	h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
		margin-top: 0 !important;
	}
    h1.title, .post h1, header#h1Header h1.title {
		font-family: var(--font-family03);
        color: #651139;
        font-size: var(--rem60);
        font-weight: 700;
    }
    &.post, .post {
		h2 {
			&:has(.sub) {
				display: flex;
				flex-direction: column;
			}
			letter-spacing: .15em;
			margin-top: var(--px200);
			margin-bottom: var(--px100);
			&::after {
				margin: 0.2em auto 0;
				background: #57D85F;
			}
			.sub {
				color: #FFCC65;
				font-size: var(--rem20);
				font-weight: 700;
				letter-spacing: .05em;
			}
		}
        h3 {
            font-size: var(--rem30);
            font-weight: 700;
            padding: 0;
            border: none;
            margin-bottom: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
        }
		p {
			line-height: 2;
		}
        ul {
            li {
                font-size: var(--rem18);
            }
        }
        table th, table td {
            font-size: var(--rem20);
			line-height: 1.8;
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
        }
        table th {
            font-weight: 500;
			background: #FFEABF;
        }
		.card01_wrap:has(.activityList) {
			padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
		}
		.activityList {
			margin-bottom: var(--rem120);
			& > .flexbox {
				& + & {
					margin-top: var(--rem60);
				}
				align-items: center;
				gap: 7%;
				div:nth-child(1) {
					aspect-ratio: 464 / 310;
					max-width: 500px;
					margin-left: auto;
					margin-right: auto;
					img {
						border-radius: var(--px40);
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
				}
				h3 {
					color: #FFB011;
					font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
					margin-bottom: var(--rem24);
				}
			}
		}
		.menu-figure {
			display: flex;
			justify-content: center;
			gap: var(--px60);
			margin-top: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
			@media screen and (max-width: 768px) {
				flex-direction: column;
			}
			& > div {
				width: calc((100% - (var(--px60) * 2)) / 3);
				@media screen and (max-width: 768px) {
					width: 100%;
					text-align: center;
				}
				img {
					border-radius: 40px;
				}
			}
		}
		.wpcf7 {
			table {
				th {
					width: 30%;
				}
			}
		}
		.b-radius_80 {
    img {
        border-radius: var(--px80);
    }
}
		.emphasis {
			font-weight: 500;
			line-height: 2;
		}
		.anchorLink-view {
			.mt20 {
				margin-top: var(--px200) !important;
			}
		}
    }
}

/*================================================
				　会社概要
================================================*/
#page_company {
	#sec_02, #sec_03 {
		h2 {
			margin-top: var(--px200) !important;
		}
	}
	#sec_03 {
		.contact_area {
			.contact_ttl {
				margin-top: 0 !important;
			}
		}
	}
}

/*================================================
				生活介護事業 たんぽぽ
================================================*/
body:not(.home).page-id-130 {
	h1.title, .post h1, header#h1Header h1.title {
		-webkit-text-stroke: unset;
		text-stroke: unset;
	}
}

/*================================================
				　就労継続支援事業
================================================*/
body:not(.home).page-id-132 {
	h1.title, .post h1, header#h1Header h1.title {
		-webkit-text-stroke: unset;
		text-stroke: unset;
	}
}
#page_cafe-friends {
	#sec_01 {
		.flexbox {
			text-align: center;
		}
	}
	#sec_02, #sec_03 {
		h2 {
			margin-top: var(--px200) !important;
		}
	}
	#sec_02 {
		.works {
			.flexbox {
				align-items: center;
				margin-top: var(--rem120);
			}
			.imgarea {
				text-align: center;
				position: relative;
				.txtstyle02 {
					color: #FFB011;
					font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
					letter-spacing: .1em;
					position: absolute;
					top: 1em;
					left: 0;
					right: 0;
					margin-left: auto;
					margin-right: auto;
					text-align: center;
					@media screen and (max-width: 768px) {
						font-size: var(--rem40);
						top: 5rem;
					}
				}
				img {
					@media screen and (max-width: 768px) {
						width: 100%;
						max-width: 400px;
						margin-left: auto;
						margin-right: auto;
					}
				}
			}
			.works-figure {
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
				gap: var(--px60);
				margin-top: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
				@media screen and (max-width: 768px) {
					flex-direction: column;
				}
				& > li {
					width: calc((100% - (var(--px60) * 2)) / 3);
					display: flex;
					align-items: center;
					justify-content: center;
					margin-bottom: 10%;
					& > div {
						display: flex;
						flex-direction: column;
						justify-content: center;
						align-items: center;
						width: 100%;
						.imgarea {
							display: inline-flex;
							align-items: center;
							justify-content: center;
							flex-direction: column;
							margin: auto;
							aspect-ratio: unset;
							width: 100%;
							height: auto;
							img {
								width: auto;
								max-width: 100%;
								max-height: 374px;
								height: auto;
								object-fit: cover;
								border-radius: var(--px40);
							}
						}
					}
					@media screen and (max-width: 768px) {
						width: 100%;
						text-align: center;
					}
					img {
						border-radius: 40px;
					}
				}
			}
		}
	}
	#sec_03 {
		.menu-section {
			margin-bottom: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
			& > ul {
				column-count: 2;
				column-gap: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
				@media screen and (max-width: 768px) {
					column-count: unset;
					column-gap: unset;
				}
			}
			ul > li {
				border-bottom: 1px solid #C2C2C2;
				padding-bottom: var(--rem16);
				margin-bottom: var(--rem12);
			}
			@media screen and (max-width: 768px) {
				& + & {
					margin-top: 20%;
				}
			}
		}
	}
}

/*================================================
				　一日の流れ
================================================*/
#page_flow {
	.flexbox.gap {
		gap: 2%;
		text-align: center;
	}
}
/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
	&.flowlist02--color-green {
		> li {
			background: #DDF8DF;
		}
	}
	&.flowlist02--color-orange {
		> li {
			background: #FFEABF;
		}
	}
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: 60px;
	border-radius: 80px;
	background: #f2f2f2;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 80px;
}
.flowlist02 .flow_img {
	width: 35%;
	aspect-ratio: 376 / 249;
	object-fit: cover;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
	margin-bottom: 1em;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 115px solid transparent;
	border-left: 115px solid transparent;
	border-top: 45px solid #d9d9d9;
	border-bottom: 0;
}
.flowlist02 > li:not(:last-child) dl::after {
	display: none;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
    align-items: flex-start;
	flex-direction: column;
	color: #651139;
	font-family: var(--font-family03);
	font-size: var(--rem40);
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: .3em;
	-webkit-text-stroke: 1px #834C25;
	text-stroke: 1px #834C25;
	padding: 0;
	margin-bottom: 5px;
	position: relative;
	top: -.01em;
	.ttl {
		color: var(--color-font);
		font-family: var(--font-family01);
		font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
		font-weight: 500;
		line-height: 2;
		letter-spacing: .1em;
		-webkit-text-stroke: 0px transparent;
		text-stroke: 0px transparent;
		
	}
}
.flowlist02 > li dl dt .icon:before {
	display: none;
}
.post .flowlist02 > li > dl dd {
	font-size: var(--rem20);
	line-height: 1.8;
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}

/*------------------------------------------------------
Recruit
------------------------------------------------------*/
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

/*================================================
				　採用情報
================================================*/

.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-shade);
	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;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---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: #FFEABF;
	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;
}