@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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #F39945;
	--color-primary-shade: #FFF9ED;
	--color-primary-tint: #FABE00;
	--color-secondary: #F39945;
	--color-secondary-tint: #FABE00;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: "Zen Maru Gothic", serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF9ED;
	--header-color-font: #444;
	--header-color-primary: #F39945;
	--header-color-primary-shade: #FFF9ED;
	--header-color-primary-tint: #FABE00;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF3DC;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Zen Maru Gothic", serif;
    --font-family04: "Montserrat", 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-family04);
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1;
				letter-spacing: .1em;
				margin-bottom: 0;
            }
            .ttl--primary__ja {
				font-family: var(--font-family03);
                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 {
		font-family: var(--font-family03);
		font-size: var(--rem36);
		font-weight: 500;
		padding: 0;
		border: none;
		&::before, &::after {
			display: none;
		}
	}
	.text_mod-01 {
		font-size: var(--rem18);
		line-height: 2.4;
		letter-spacing: .08em;
		@media screen and (max-width: 768px) {
			font-size: 1.6rem;
		}
	}
	.text_mod-02 {
		font-size: var(--rem14);
		line-height: 2;
		letter-spacing: .1em;
		@media screen and (max-width: 768px) {
			font-size: 1.6rem;
		}
	}
	.heading-row {
		display: flex;
		gap: var(--px24);
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
	}
	.link_mod-01 {
		transition: all .3s;
		&:hover {
			color: var(--color-primary);
		}
		i {
			color: var(--color-primary);
			margin-left: 5px;
		}	
	}
	.box {
		padding: var(--rem30);
		&:is(.box_mod-01) {
			background: var(--color-primary-shade);
			border: 2px solid var(--color-primary);
		}
	}
	.figureList {
		display: flex;
		flex-wrap: wrap;
		gap: var(--rem16);
		img {
			aspect-ratio: 768 / 512;
			width: calc((100% - var(--rem16)) / 2);
		}
	}
	.infoBlock {
        display: flex;
		justify-content: space-between;
        gap: var(--rem24);
		@media screen and (max-width: 1023px) {
			flex-direction: column;
		}
		& + & {
			border-top: 2px solid var(--color-primary);
			margin-top: var(--rem48);
			padding-top: var(--rem48);
		}
		.icons > ul {
			display: flex;
			gap: 10px;
			& > li > a {
				display: flex;
				align-items: center;
				justify-content: center;
				background: var(--color-primary);
				color: #fff;
				aspect-ratio: 1 / 1;
				border-radius: 50vh;
				width: 30px;
				height: auto;
				transition: all .3s;
				&:hover {
					opacity: .7;
				}
			}
		}
    }
    p {
        line-height:2;
		@media screen and (max-width: 768px) {
			font-size: 1.6rem;
		}
    }
	.fsz-24 {
		font-size: var(--rem24);
	}
	.lh-mod-01 {
		line-height: 1.2 !important;
	}
	.lh-mod-02 {
		line-height: 1.4 !important;
	}
	.ls_mod-01 {
		letter-spacing: .08em;
	}
	.ls_mod-02 {
		letter-spacing: .1em;
	}
	.ffs-none {
		font-feature-settings: 'palt' off;
	}
	.fw-400 {
		font-weight: 400 !important;
	}
	.fw-500 {
		font-weight: 500 !important;
	}
	.fw-700 {
		font-weight: 700 !important;
	}
    .color-white {
        color: #fff;
    }
    .color-orange {
        color: var(--color-primary);
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.linksLow {
		display: flex;
		flex-wrap: wrap;
		gap: var(--px30);
		margin-top: var(--rem30);
		a {
			margin: 0;
		}
	}
	.flexbox.flexbox-constant {
		display: flex;
	}
	.pl-20 {
		padding-left: var(--px20);
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.br_mod-01 {
		display: block;
		@media screen and (max-width: 768px) {
			display: none;
		}
		@media screen and (max-width: 560px) {
			display: block;
		}
	}
	.br_mod-02 {
		display: block;
		@media screen and (max-width: 560px) {
			display: none;
		}
	}
}

.floatingBanner {
	position: fixed;
	top: 150px;
	right: 20px;
	z-index: 100;
	filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, .2));
	@media screen and (max-width: 1023px) {
		display: none !important;
	}
	& > a {
		display: block;
		transition: all .2s;
		img {
			aspect-ratio: 731 / 334;
			width: 13vw;
			min-width: 200px;
			height: auto;
			@media screen and (max-width: 750px) {
				min-width: 120px;
			}
		}
		&:hover {
			opacity: .8;
			img {
				opacity: 1;
			}
		}
	}
}

.post2b h2, .post4b h2, h2.title, .post_text h2, .post h2 a, .post2b h2 a, .post4b h2 a, .postlist .ttls a {
    @media screen and (max-width: 768px) {
		font-size: 1.6rem;
	}
}

/**/
.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--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
	&.max-w--1190 {
		max-width: 1190px;
	}
}

/**/

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

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

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	background: url(/wp-content/uploads/top_bg_01.jpg.webp) no-repeat center / cover;
	padding: 0;
}
.fullwide01_wrap {
    background: #fff;
    max-width: 1500px;
	width: 94%;
	border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    margin: 0 auto;
    padding: var(--px80) var(--px80) min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
	display: flex;
    justify-content: center;
    align-items: center;
	@media screen and (max-width: 768px) {
		padding: var(--px80) var(--px40) min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
	}
}
.fullwide01_inner {
    max-width: 1000px;
}

/*-----------------------------
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;
	max-width: 1600px;
	width: 94%;
    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: 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);
	&:is(.txtstyle04--mod-01) {
		font-size: var(--rem24);
		font-weight: 500;
		line-height: 2;
		letter-spacing: .1em;
		margin-bottom: 0;
		@media screen and (max-width: 768px) {
			font-size: 1.8rem;
		}
	}
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
	display: none;
    content: '';
    position: relative;
    visibility: visible;
    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: 4 / 3;
	overflow: hidden;
	width: 60%;
}
.column05 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
	position: relative;
	width: 45%;
	 display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px80) var(--px40);
	margin: 0 auto -70px -5%;
	z-index: 10;
}
.column05 .txtarea .txtinner {
    max-width: 540px;
}
@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;
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header-layout {
		a.head_btn.mail_btn {
			height: 64px;
		}
	}
    #header {
        height: 100px;
    }
	.sticky-header #header > .inner {
		height: auto;
		background: #FFF9ED;
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	}
	.sticky-header #header-layout {
		height: 100px;
	}
	#header .logo img {
		width: 100%;
		max-width: 241px;
		max-height: 72px;
	}
	#mainNav {
		.inner > div > ul > .menu-item > a {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			&::before {
				display: block;
				content: "";
				aspect-ratio: 1 / 1;
				width: 50px;
				height: auto;
				position: relative;
			}
		}
		.deco_01 > a {
			&::before {
				background: url(/wp-content/uploads/icon_05.png.webp) no-repeat center / contain;
				left: 5px;
			}
		}
		.deco_02 > a {
			&::before {
				background: url(/wp-content/uploads/icon_04.png.webp) no-repeat center / contain;
			}
		}
		.deco_03 > a {
			&::before {
				background: url(/wp-content/uploads/icon_02.png.webp) no-repeat center / contain;
			}
		}
		.deco_04 > a {
			&::before {
				background: url(/wp-content/uploads/icon_01.png.webp) no-repeat center / contain;
			}
		}
		.deco_05 > a {
			&::before {
				background: url(/wp-content/uploads/icon_06.png.webp) no-repeat center / contain;
			}
		}
	}
    #header ul.header__contact {
		margin-left: 16px;
        & > li {
            position: relative;
            &::before {
                display: block;
                content: "";
                width: 1px;
                height: calc(100% - 50px);
                background: #444;
                position: absolute;
                top: 25px;
                left: 0;
            }
        }
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: transparent;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        position: relative;
        &:hover {
            color: var(--color-primary);
            background: transparent;
        }
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        &:hover {
            color: var(--color-primary);
        }
        &::before {
            display: none;
        }
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        color: var(--color-primary);
        font-size: var(--rem20);
        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(--rem20);
        font-weight: 700;
        margin-bottom: 0;
    }
	#header .header__contact li:has(> .mail_btn) {
		display: flex;
		align-items: center;
		margin-right: var(--px20);
		&::before {
			display: none;
		}
	}
    #header a.head_btn.mail_btn {
		color: #fff;
        font-size: var(--rem16);
		line-height: 1;
        flex-direction: column;
        align-items: center;
		background: var(--color-primary);
		border-radius: 50vh;
		aspect-ratio: 1 / 1;
		width: auto;
		height: 70px;
		padding: 0;
		&:hover {
			opacity: .7;
		}
    }
    #header a.head_btn.mail_btn::before {
		color: #fff;
        font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 0;
        margin-bottom: 0;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
    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 a:hover {
		background: transparent;
        b {
			color: var(--color-primary);
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
		color: var(--color-primary);
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    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 {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
    }
}

@media only screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        background-color: rgba(255, 255, 255, .9);
    }
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		background: rgba(255,255,255, .9) url(../../mrp/images/sub1.png) no-repeat 30px 50%;
	}
	nav#mainNav ul li li:last-child a {
		background: rgba(255,255,255, .9) url(../../mrp/images/subLast.png) no-repeat 30px 50%;
	}
	nav#mainNav ul li li.current-menu-item:last-child a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background: url(../../mrp/images/subLast.png) no-repeat 30px 50%,rgba(255,255,255, .9);
	}
	nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
		background: rgba(255,255,255, .9);
	}
}
/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}

	#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;
	}
}
.sp-nav-block {
	display: none;
	@media screen and (max-width: 1023px) {
	   display: block;
	}   
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
	position: relative;
	.banner {
		width: 100%;
		max-width: 200px;
		max-height: 55px;
		position: absolute;
		top: var(--px80);
		left: 20px;
		transform: translateY(25%);
		@media screen and (max-width: 768px) {
			margin: 0 auto 30px;
			position: static;
		}
	}
    .footer__logo img {
        width: 100%;
		max-width: 298px;
		max-height: 72px;
    }
	.footnav:not(:last-child) {
		margin-bottom: 0;
	}
	address {
		margin-bottom: 30px;
	}
}

#copyright {
    background: transparent;
	margin-top: var(--rem20);
}

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

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/top_bg_01.jpg.webp) no-repeat center / cover;
	padding: var(--rem120) 0;
	position: relative;
	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-family04);
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1;
				letter-spacing: .1em;
				margin-bottom: .3em;
            }
            .ttl--primary__ja {
				font-family: var(--font-family03);
                font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
                font-weight: 500;
                line-height: 1;
				letter-spacing: .1em;
            }
        }
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 90%;
    margin: 0 auto;
	background: #fff;
	border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    padding: var(--px120) var(--px80);
}
.cta01 .ctabtnlist {
    justify-content: space-between;
	gap: var(--rem30);
    max-width: 960px;
    margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 50%;
	background: #fff;
	border-radius: 50vh;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem18);	
	font-weight: 700;
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem36);
	font-weight: 500;
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
	
}
.cta01 a.telbtn {
	font-family: var(--font-family01);
    background: var(--color-primary);
	border-radius: 50vh;
	color: #fff;
	.infotxt {
		font-size: var(--rem16);	
		font-weight: 700;
	}
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-family: var(--font-family01);
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-primary-tint);
	border-radius: 50vh;
	color: #fff;
}
	
/*ボタンアイコン*/
	
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
	/* add CONTENT01 */
	#top_pages {
		padding: var(--rem80) 0 0;
	}
	/* POST */
	.top_news {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
	.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%;
		@media screen and (max-width: 768px) {
			font-size: 1.6rem;
		}
	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		background: var(--color-primary-tint);

	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		line-height: 1.2 !important;
	}
	/* CONTENT01 */
	#top_about {
		.front_contents.fullwide01 {
			padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
		}
	}
	/* CONTET02 */
	#top_service {
		&.bg_wide {
			&::before {
				background: #FFF9ED;
			}
		}
		.front_contents.sec01 {
			padding: var(--rem80) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
		}
		.column01 {
			.column01_wrap {
				max-width: unset;
				width: 100%;
				@media screen and (max-width: 1023px) {
					flex-direction: column;
				}
			}
			.imgarea {
				border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
				@media screen and (max-width: 1365px) {
					width: 50% !important;
				}
				@media screen and (max-width: 1023px) {
					width: 90% !important;
					margin-left: auto;
					margin-right: auto;
				}
			}
			.txtarea {
				background: transparent;
				padding: var(--rem48) var(--px40) 0;
				@media screen and (max-width: 1365px) {
					width: 50% !important;
				}
				@media screen and (max-width: 1023px) {
					width: 90% !important;
					margin-left: auto;
					margin-right: auto;
					padding: var(--rem48) 0 0;
				}
				.linkBtn {
					@media screen and (max-width: 414px) {
						display: block;
						margin-left: 0;
					}
				}
				.linkBtn + .linkBtn {
					margin-left: 6px;
					@media screen and (max-width: 414px) {
						margin-left: 0;
					}
				}
			}
			.txtinner {
				max-width: 670px;
				@media screen and (max-width: 1023px) {
					max-width: unset;
					width: 100%;
				}
				
			}
		}
	}
	/* CONTENT03 */
	#top_service {
		.card01_wrap {
			margin-left: auto;
			margin-right: auto;
		}
		.card01_list.col4_list {
			& > li {
				display: flex;
				flex-direction: column;
				@media screen and (max-width: 1120px) {
					width: 49%;
					margin-bottom: 2%;
				}
				@media screen and (max-width: 414px) {
					width: 100%;
					margin-bottom: 10%;
				}
				.imgarea {
					aspect-ratio: 370 / 262;
					img {
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
				}
				.txtarea {
					display: flex;
					flex-direction: column;
					flex-grow: 1;
					background: #fff;
					padding: var(--rem20) var(--px20) var(--rem30);
					p:last-child {
						flex-grow: 1;
					}
				}
			}
		}
	}
	/* CONTENT03 */
	#top_recruit {
		&.bg_wide {
			&::before {
				background: var(--color-primary-shade);
			}
		}
		.front_contents.sec03 {
			padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
		}
		.column05 {
			margin-top: 0;
			.imgarea {
				width: 70%;
				aspect-ratio: 1336 / 760;
				border-radius: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
				@media screen and (max-width: 1023px) {
					width: 90%;
				}
			}
			.txtarea {
				border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
				margin: 0 -15% 0 auto;
				padding: min(calc(18rem + (1vw - 1.92rem) * 3.8835), 18rem) var(--px40);
				@media screen and (max-width: 1599px) {
					padding: var(--px80);
				}
				@media screen and (max-width: 1023px) {
					margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
				}
				.txtinner {
					max-width: 680px;
					width: 100%;
				}
			}
		}
	}
	/* CONTENT04 */
	#top_volunteer, #top_logomark {
		.front_contents.fullwide01 {
			padding: 0 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
			background: var(--color-primary-shade);
		}
	}
}


/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
	@media print, screen and (max-width: 1024px) {
		#thumbImg, header#h1Header {
			height: calc(200px + (1vw - 10.24px) * 9.2450);
		}
	}
    h1.title, .post h1, header#h1Header h1.title {
        color: var(--color-font);
        font-size: var(--rem48);
        font-family: var(--font-family03);
        font-weight: 700;
    }
    &.post, .post {
		h2, h3, h4, h5, h6 {
			font-family: var(--font-family03);
		}
		h2 {
			&::before, &::after {
				display: none;
			}
		}
		h4, h5, h6 {
			@media screen and (max-width: 768px) {
				font-size: 1.6rem;
			}
		}
		ul {
			li {
				@media screen and (max-width: 768px) {
					font-size: 1.6rem;
				}
			}
		}
		
		/* table {
            border-collapse: separate;
            border-spacing: 0 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;
			@media screen and (max-width: 768px) {
				font-size: 1.6rem;
			}
        }
        table th {
            font-weight: 700;
			background: #FFF9ED;
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
		.googlemap {
            padding-bottom: 28%;
            @media screen and (max-width: 768px) {
                padding-bottom: 45%;
            }
        }
		.fw_contents .page_contents_inner:nth-child(even) {
			background: #FFF9ED;
		}
    }
}


/*--flow01--------------------------------------------*/

.flowlist01 {
	padding-left: 13rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 13rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	font-size:1.6rem;
	color: #fff;
	background: #F39945;
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -13rem;
	z-index: 100;
	font-style: italic;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #F39945;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #1A1A1A;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 23px;
}
.flowlist01 > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 1.6rem;
}
.flowlist01 > li dl dd {
	@media screen and (max-width: 768px) {
		font-size: 1.6rem;
	}
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.4rem;
	}

	.flowlist01 {
		padding-left: 10rem;
	}

	.flowlist01 > li .icon {
		left: -11rem;
	}

	.flowlist01::before {
		left: 10rem;
	}

	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}

	.flowlist01 > li dl::after {
		width: 30px;
	}

	.flowlist01 > li dl dt {
		font-size: 1.6rem;
	}
}

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

/*---------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%;
}
@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;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.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%;
		margin-bottom: 10%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_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;
	&:is(.col4_list--mod-01) {
		& > li {
			display: flex;
			flex-direction: column;
			box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .4);
			@media print, screen and (max-width: 1024px) {
				width: 49%;
				margin-bottom: 2% !important;
				&::before, &::after {
					content: none;
				}
			}
			a {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				background: #fff;
				padding: var(--rem24);
				transition: all .3s;
				&:hover {
					background: var(--color-primary-shade);
					.txtstyle02 {
						color: var(--color-primary);
					}
				}
			}
			.imgarea {
				text-align: center;
				@media screen and (max-width: 768px) {
					width: 80%;
					margin: 0 auto;
				}
				img {
					aspect-ratio: 1 / 1;
					object-fit: contain;
					opacity: 1;
				}
			}
			.txtarea {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				.txtstyle02 {
					margin-bottom: var(--rem16);
					transition: all .3s;
				}
				div:not(:has(> i)) {
					flex-grow: 1;
				}
				div > i {
					color: var(--color-primary);
					font-size: var(--rem30);
				}
			}
		}
	}
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}



/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  

/*---------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;
	&:is(.txt_c) {
		text-align: center;
	}
}
.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;
  &:is(.txtstyle02_mod-02) {
	font-size: var(--rem18);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 0;
	border: none;
	&::before, &::after {
		display: none;
	}
  }
}

/*----------------------------
リンクボタン
-----------------------------*/

.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary-tint);
    font-weight: 600;
    padding: var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border: solid 2px var(--color-primary-tint);
    border-radius: 50vh;
    transition: all .3s;
	i {
		margin-left: var(--px20);
	}
	&:is(.linkBtn--mod-01) {
		color: var(--color-font);
		letter-spacing: .1em;
		max-width: unset;
		width: fit-content;
		border-color: var(--color-primary-tint);
		padding: 0px var(--rem16);
	}
	&:is(.linkBtn_mod-02) {
		max-width: 175px;
		padding: var(--rem16) 20px;
	}
	&:is(.linkBtn_mod-03) {
		display: flex;
		align-items: center;
		color: var(--color-primary);
		line-height: 1.4;
		text-align: left;
		max-width: unset;
		background: transparent;
		border-radius: 0;
		border: none;
		padding: 0;
		i {
			margin-left: 0;
			margin-right: 5px;
		}
		&:hover {
			text-decoration: underline;
		}
	}
	&:is(.linkBtn_mod-04) {
		color: #fff;
		text-align: left;
		max-width: unset;
		width: fit-content;
		background: var(--color-primary);
		border-radius: 0;
		border: 1px solid var(--color-primary);
		padding: var(--rem12) var(--px16);
		@media screen and (max-width: 768px) {
			width: 100%;
		}
		i {
			margin-left: 0;
			margin-right: 5px;
		}
		&:hover {
			color: var(--color-primary);
			background: #fff;
		}
	}
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
	display: none;
    border-color: #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-primary-tint);
    background: #fff;
    border-color: var(--color-primary-tint);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary-tint);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/* ボタンリストで設定 */

/*---ボタンデザイン---*/

.link_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--color-primary);
    width: 100%;
    font-size: var(--rem16);
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    padding: 14px var(--px40) 12px;
    border-radius: 50vw;
    -webkit-transition: .3s;
    transition: .3s;
	border: solid 2px var(--color-font);
}
.link_btn::after {
    content: '\f078';
    position: absolute;
    font-size: .85em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: var(--rem16);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_btn:hover {
    color: var(--color-font);
	background: #fff;
	border: solid 2px var(--color-font);
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
    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;
    justify-content: flex-start;
    margin: var(--rem30) auto var(--rem24);
    gap: var(--rem20);
	@media screen and (max-width: 500px) {
		flex-direction: column;		
	}
}
.post ul.linkbtn_list > li {
	width: auto;
	text-align: center;
	@media screen and (max-width: 500px) {
		margin-bottom: var(--px20);
		text-align: left;
	}
	.linkBtn {
		margin-top: 0;
	}
}
.post ul.linkbtn_list > li a.link_btn {
    width: auto;
    min-width: 240px;
    height: 100%;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 48%;
	}
	.post ul.linkbtn_list > li a.link_btn {
		max-width: none;
		width: 100%;
		min-width: auto;
	}
}
@media screen and (max-width: 500px) {
	.post ul.linkbtn_list > li {
		width: 100%;
	}
}

/* --------------
 * いーはとーぶについて 
 * --------------*/
#philosophy {
	&:is(.deco_bg_mod-01) {
		p {
			position: relative;
			&::after {
				display: block;
				content: "";
				aspect-ratio: 1197 / 1020;
				width: 20%;
				min-width: 140px;
				height: auto;
				background: url(/wp-content/uploads/logo_01.png.webp) no-repeat center / contain;
				opacity: .3;
				position: absolute;
				bottom: -60%;
				right: 10%;
			}
			@media screen and (max-width: 768px) {
				&::after {
					right: 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-shade);
	letter-spacing: 0.8rem;
}
/*---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;
	th {
		background: transparent;
		&::before {
			background: #FFF9ED;
		}
	}
}
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: #FFF;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
	border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
}
.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;
}

/*テキストリンク*/
a.text-link {
	color: #3C86BD; /* 青色 */
    text-decoration: underline; /* 下線 */
    font-weight: bold; /* 少し強調 */
    transition: color 0.3s, text-decoration 0.3s; /* 変化 */
}

a.text-link:hover {
    color: #ff4500; /* ホバー時にオレンジ */
	text-decoration: none; /* 下線なくす */
}

/*-------------------------------------------
   MV切り替え
--------------------------------------------*/
@media screen and (min-width:751px) {
.sp_mv {
display: none;
}
}
@media screen and (max-width:750px) {
.pc_mv {
display: none;
}
}

/*-------------------------------------------
   お問い合わせ
--------------------------------------------*/
.wpcf7-form {
    font-size: 16px;
}
.flex-start {
    align-items: flex-start;
}