@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=Oswald:wght@200..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #38A1DB;
	--color-primary-shade: rgba(30, 86, 117, 0.25);
	--color-primary-tint: #74bde6;
	--color-secondary: #E83820;
	--color-secondary-tint: #4dce4d;
	--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: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #111;
	--header-color-primary: #38A1DB;
	--header-color-primary-shade: #rgba(30, 86, 117, 0.25);
	--header-color-primary-tint: #74bde6;
	/*------▼フッター設定▼------*/
	--footer-background: #38A1DB url(/wp-content/uploads/footer_bg_01.png.webp) no-repeat left 28px center / 20%;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				width: 2.5em;
				background: var(--color-secondary);
				margin: .3em auto 0;
            }
			&:is(.txt_l) {
				&::after {
					margin-left: 0;
				}
			}
            .ttl--primary__en {
				font-family: var(--font-family02);
                font-size: var(--rem120);
                font-weight: 700;
                line-height: 1.4;
				letter-spacing: .02em;
				margin-bottom: -.7em;
            }
            .ttl--primary__ja {
                font-size: var(--rem48);
                font-weight: 700;
                line-height: 1.4;
				letter-spacing: 0;
            }
        }
    }
	/* h2のスタイル */
	.heading_mod-01 {
		font-size: var(--rem36);
		font-family: var(--font-family01);
		font-weight: 600;
		text-align: center;
		letter-spacing: .2rem;
		padding: 0;
		margin: var(--px120) auto var(--px50);
		&::after {
			content: '';
			position: relative;
			visibility: visible;
			display: block;
			width: 2.2em;
			height: 3px;
			background: var(--color-primary);
			margin: 0.6em auto 0;
		}
	}
	/* h3のスタイル */
	.heading_mod-02 {
		font-size: var(--rem24w);
		font-family: var(--font-family01);
		font-weight: 600;
		letter-spacing: .1rem;
		padding: 0 0 .4em;
		margin: var(--px60) auto var(--px20);
		border-bottom: 2px solid var(--color-primary);
		&::before, &::after {
			display: none;
		}
	}
	/* h3のスタイル 左にボーダー */
	.heading_mod-03 {
		font-size: var(--rem24);
		font-weight: 600;
		font-family: var(--body-font-family);
		letter-spacing: .1rem;
		padding: 0 1rem 0.2rem;
		margin: var(--rem60) auto var(--rem30);
		border-left: 4px solid;
		border-bottom: none;
		&::before, &::after {
			display: none;
		}
	 }
	/* h4のスタイル */
	.heading_mod-04 {
		position: relative;
		font-size: var(--rem18);
		font-family: var(--font-family01);
		font-weight: 600;
		padding: 0 0 0 1.2em;
		margin: var(--px40) auto var(--px24);
		border: none;
		&::before {
			content: '';
			position: absolute;
			width: .7em;
			height: 2px;
			background: var(--color-primary);
			top: .8em;
			left: 0;
		}
		&::after {
			display: none;
		}
	}
	.heading_mod-05 {
		font-size: var(--rem48);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0;
		padding: 0;
		border: none;
		@media screen and (max-width: 1366px) {
			font-size: var(--rem40);
		}
		&::before, &::after {
			display: none;
		}
	}
	.text_mod-01 {
		display: inline;
		color: #fff;
		font-size: var(--rem30);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0;
		box-decoration-break: clone;
    	-webkit-box-decoration-break: clone;
		padding: .175em var(--px20);
		background: #000;
		@media screen and (max-width: 1023px) {
			font-size: var(--rem28);
		}
		&:is(.text_mod-01-p-inline-lage) {
			padding: 0 var(--px40);
		}
	}
    p {
        line-height:2;
    }
	.linksRow {
		display: flex;
		gap: var(--px30);
		@media screen and (max-width: 1023px) {
			flex-direction: column;
			gap: 0;
		}
		.linkBtn {
			margin-left: 0 !important;
			margin-right: 0 !important;
			@media screen and (max-width: 768px) {
				& + & {
					margin-top: var(--rem24);
				}
			}
		}
	}
	.card {
		display: flex;
		.card__link {
			display: block;
		}
		&:is(.card--mod-01) {
			flex-wrap: wrap;
			gap: var(--rem48);
			width: 100%;
			max-width: 1400px;
			margin-left: auto;
			margin-right: auto;
			@media screen and (max-width: 640px) {
				flex-wrap: wrap;
			}
			.card__item {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				width: calc((100% - var(--rem48)) / 2);
				position: relative;
				overflow: hidden;
				@media screen and (max-width: 640px) {
					width: 100%;
				}
			}
			.card__link {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				padding: var(--rem120);
				@media screen and (max-width: 1366px) {
					padding: var(--rem120) var(--rem40);
				}
				&:hover {
					.linkBtn {
						color: var(--color-primary);
						background: #fff;
						border-color: #fff;
						&::after {
							border-color: var(--color-primary);
						}
					}
					.card__figure {
						img {
							opacity: 1;
							transform: scale(1.2);
						}
					}
				}
			}
			.card__summary {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				.card__ttl {
					color: #fff;
					font-size: var(--rem48);
					font-weight: 700;
					line-height: 1.4;
					border: none;
					margin-bottom: var(--rem30);
					margin-left: 0;
					padding: 0;
					position: relative;
					&::before, &::after {
						display: none;
					}
				}
				.card__copy {
					flex-grow: 1;
					color: #fff;
					font-size: var(--rem20);
					font-weight: 500;
					line-height: 1.6;
				}
				.linkBtn {
					pointer-events: none;
				}
			}
			.card__figure {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
				transition: all .3s;
				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			}
		}
	}
	.flexbox {
		&:is(.flexbox--ordinarily) {
			display: flex;
		}
	}
	.max-w {
		margin-left: auto;
		margin-right: auto;
		&:is(.leftSide) {
			margin-left: 0;
		}
		&:is(.rightSide) {
			margin-right: 0;
		}
		&:is(.max-w--720) {
			max-width: 720px;
		}
		&:is(.max-w--960) {
			max-width: 960px;
		}
		&:is(.max-w--1000) {
			max-width: 1000px;
		}
	}
	.width-mod-01 {
		width: 6em;
	}
	.aspect_img {
		aspect-ratio: 348 / 217;
	}
	.none-style {
		padding: 0;
		border: 0;
		&::before, &::after {
			display: none;
		}
	}
	.ffs-on {
		font-feature-settings: 'palt' on;
	}
	.ffs-off {
		font-feature-settings: 'palt' off;
	}
	.fsz-12 {
        font-size: var(--rem12);
    }
    .fsz-14 {
        font-size: var(--rem14);
    }
    .fsz-16 {
        font-size: var(--rem16);
    }
    .fsz-18 {
        font-size: var(--rem18);
    }
    .fsz-20 {
        font-size: var(--rem20);
    }
    .fsz-24 {
        font-size: var(--rem24);
    }
    .fsz-28 {
        font-size: var(--rem28);
    }
    .fsz-30 {
        font-size: var(--rem30);
    }
    .fsz-36 {
        font-size: var(--rem36);
    }
    .fsz-40 {
        font-size: var(--rem40);
    }
    .fsz-48 {
        font-size: var(--rem48);
    }
    .fsz-60 {
        font-size: var(--rem60);
    }
    .fsz-72 {
        font-size: var(--rem72);
    }
    .fsz-80 {
        font-size: var(--rem80);
    }
    .fsz-120 {
        font-size: var(--rem120);
    }
	.fw-100 {
		font-weight: 100 !important;
	}
    .fw-200 {
		font-weight: 200 !important;
	}
    .fw-300 {
		font-weight: 300 !important;
	}
	.fw-400 {
		font-weight: 400 !important;
	}
	.fw-500 {
		font-weight: 500 !important;
	}
	.fw-700 {
		font-weight: 700 !important;
	}
    .fw-800 {
		font-weight: 800 !important;
	}
    .fw-900 {
		font-weight: 900 !important;
	}
	.lh-mod-01 {
		line-height: 1 !important;
	}
	.lh-mod-02 {
		line-height: 1.1 !important;
	}
	.lh-mod-03 {
		line-height: 1.2 !important;
	}
	.lh-mod-04 {
		line-height: 1.3 !important;
	}
	.lh-mod-05 {
		line-height: 1.4 !important;
	}
	.lh-mod-06 {
		line-height: 1.5 !important;
	}
	.lh-mod-07 {
		line-height: 1.6 !important;
	}
	.ls-mod-01 {
        letter-spacing: 0 !important;
    }
	.ls-mod-02 {
        letter-spacing: .1em !important;
    }
	.color-common {
		color: var(--color-font);
	}
	.color-primary {
		color: var(--color-primary);
	}
	.color-primary-shade {
		color: var(--color-primary-shade);
	}
	.color-primary-tint {
		color: var(--color-primary-tint);
	}
    .color-white {
        color: #fff;
    }
	.color-white-25 {
        color: rgba(255, 255, 255, .25);
    }
    .color-black {
        color: #000;
    }
    .color-gray {
        color: #C3C3C3;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.d-inline {
        display: inline;
    }
    .d-inline-b {
        display: inline-block;
    }
    .d-block {
        display: block;
    }
	.ml-12 {
		margin-left: var(--rem12);
	}
	.ml-14 {
		margin-left: var(--rem14);
	}
	.ml-16 {
		margin-left: var(--rem16);
	}
	.ml-18 {
		margin-left: var(--rem18);
	}
	.ml-20 {
		margin-left: var(--rem20);
	}
	.ml-24 {
		margin-left: var(--rem24);
	}
	.mr-12 {
		margin-right: var(--rem12);
	}
	.mr-14 {
		margin-right: var(--rem14);
	}
	.mr-16 {
		margin-right: var(--rem16);
	}
	.mr-18 {
		margin-right: var(--rem18);
	}
	.mr-20 {
		margin-right: var(--rem20);
	}
	.mr-24 {
		margin-right: var(--rem24);
	}
    .m-inline-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.m-inline-none {
        margin-left: 0 !important;
        margin-right: 0 !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: none;
	@media screen and (max-width: 414px) {
		display: block;
	}
}

/**/
.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; }

/**/

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

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

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: 0;
}
.column01_wrap {
	position: relative;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 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_03
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column03 {
	position: relative;
	padding: 0 0 var(--rem120);
	margin: 0;
}
.column03:before {
    content: "";
    background: transparent;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.column03_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
}
.column03 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column03 .txtarea .txtinner {
    max-width: 540px;
}
.column03 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column03 .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 .column03 .txtstyle02, .column03 .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 .column03 .txtstyle04, .column03 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column03 .txtstyle04:after, .column03 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
	border-radius: 0;
	&:is(.linkBtn--round) {
		max-width: 240px;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0;
		background: var(--color-primary);
		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: 1px solid var(--color-primary);
		border-radius: 50vh;
		transition: all .3s;
		&::after {
			border-color: #fff;
		}
		&:hover {
			color: var(--color-primary);
			background: #fff;
			&::after {
				border-color: var(--color-primary);
			}
		}
		&:is(.transparent) {
			background: transparent;
			border: 1px solid #fff;
			&:hover {
				background: #fff;
			}
		}
	}
}

div:has(.linkBtn) {
	&:is(.txt_l) {
		.linkBtn {
			margin-left: 0;
		}
	}
	&:is(.txt_r) {
		.linkBtn {
			margin-right: 0;
		}
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
	#header .logo img {
		width: 100%;
		max-width: 260px;
		max-height: 78px;
    }
    #header a.head_btn {
        color: #000;
        background: var(--color-primary);
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        &:hover {
            background-color: var(--color-primary-tint);
        }
    }
    #header a.head_btn.tel_btn {
        background: #fff;
        &: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: 700;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
		color: #fff;
        font-size: var(--rem14);
        flex-direction: row;
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
    }
    #header a.head_btn.mail_btn::before {
        position: relative;
        top: 1px;
		color: #FDD000;
		font-size: var(--rem20);
		margin-right: 10px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem14);
    }
	nav#mainNav ul li:has(> .sub-menu) {
		&:hover {
			background: var(--color-primary);
			a b {
				color: #fff;
			}
		}
    }
    nav#mainNav ul li a b {
        font-weight: 700;
    }
	nav#mainNav ul li a span {
		font-weight: 400;
	}
    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 span {
		color: var(--color-primary);
	}
    nav#mainNav ul li a:hover {
	background: transparent;
        b, span {
             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:hover span, nav#mainNav ul li.current-menu-parent a:hover span {
         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.current-menu-item:hover a b, nav#mainNav ul li.current-menu-parent a:hover b {
			color: var(--color-primary);
        }
    }
		nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/

@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.2rem;
	}

	#header a.head_btn .tel_btn__info {
		.note {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
	}

	#header a.head_btn.mail_btn {
		font-size: 1.4rem;
		padding-left: var(--rem20);
        padding-right: var(--rem20);
	}

	#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;
	}
}


.spmenu #menu p {
    width: 100%;
}
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}

#header #mainNav .sp-nav-block {
	display: none;
	@media screen and (max-width: 1023px) {
	   display: block;
	}   
}

body:is(.home) {
	nav#mainNav ul li.current-menu-item a span {
		color: var(--color-font);
	}
	nav#mainNav ul li.current-menu-item a:hover {
		span {
			color: var(--color-primary);
		}
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
		max-width: 260px;
		max-height: var(--px60);
    }
	.footer__logo:not(:last-child) {
		text-align: center;
		margin-bottom: var(--rem30);
	}
	.footnav:not(:last-child) {
		margin-bottom: 0;
	}
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/cta_bg_01.jpg.webp) no-repeat center / cover;
	padding: var(--rem120) 0;
	position: relative;
	z-index: 0;
	.ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				width: 2.5em;
				background: var(--color-secondary);
				margin: .3em auto 0;
            }
			&:is(.txt_l) {
				&::after {
					margin-left: 0;
				}
			}
            .ttl--primary__en {
				font-family: var(--font-family02);
                font-size: var(--rem120);
                font-weight: 700;
                line-height: 1.4;
				letter-spacing: .02em;
				margin-bottom: -.7em;
            }
            .ttl--primary__ja {
                font-size: var(--rem48);
                font-weight: 700;
                line-height: 1.4;
				letter-spacing: 0;
            }
        }
    }
	.color-common {
		color: var(--color-font);
	}
	.color-primary {
		color: var(--color-primary);
	}
	.color-primary-shade {
		color: var(--color-primary-shade);
	}
	.color-primary-tint {
		color: var(--color-primary-tint);
	}
    .color-white {
        color: #fff;
    }
	.color-white-25 {
        color: rgba(255, 255, 255, .25);
    }
    .color-black {
        color: #000;
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 90%;
    margin: 0 auto;
	background: rgba(255, 255, 2585, .85);
    padding: var(--px80);
}
.cta01 .ctabtnlist {
    justify-content: space-between;
	gap: var(--rem20);
    max-width: 960px;
    margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 50%;
	background: #fff;
    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;
	.note {
		font-size: var(--rem16);	
		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 {
    background: var(--color-primary);
	color: #fff;
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-secondary);
	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%;
	}
	/* CONTENT01 */
	#top_company {
		.front_contents.sec01 {
			padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
		}
		.column01 {
			background: url(/wp-content/uploads/top_about_bg_01.png.webp) no-repeat center / cover;
		}
	}
	/* CONTENT02 */
	#top_strength {
		.front_contents.sec02 {
			padding: 0 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
		}
		.column01 {
			background: url(/wp-content/uploads/top_strength_bg_01.png.webp) no-repeat center / cover;
			.txtinner {
				max-width: 780px;
			}
		}
	}
	/* CONTENT03 */
	#top_service {
		padding-bottom: calc(var(--rem72) * 2);
		&.bg_wide {
			&::before {
				background: url(/wp-content/uploads/top_service_bg_01.png.webp) no-repeat bottom center / contain;
			}
		}
	}
	/* CONTENT04 */
	#top_works {
		.front_contents.sec03 {
			padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
		}
		.column01 {
			background: url(/wp-content/uploads/top_works_bg_01.png.webp) no-repeat center / cover;
		}
	}
	/* CONTENT05 */
	#top_recruit {
		&.bg_wide {
			&::before {
				background: url(/wp-content/uploads/top_recruit_bg_01.png.webp) no-repeat top center / contain;
			}
		}
		.front_contents.sec04 {
			padding-bottom: 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%;
	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		background: var(--color-secondary);

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

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #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;
    }
	&:is(.single) {
		h1.title {
			color: var(--color-font);
		}
	}
  &.post, .post {
  /* table {
          border-collapse: separate;
          border-spacing: 0 2px;
          border: none;
      } */
    .table {
      &:is(.table--mod-01) {
          th, td {
              vertical-align: middle;
              padding: var(--rem30) var(--rem24);
          }
          th {
              width: 30%;
              color: #fff;
              text-align: center;
              background: #007B8B;
          }
      }
      &:is(.caption-right) {
          caption {
              text-align: right;
          }
      }
      &:is(.caption-center) {
          caption {
              text-align: center;
          }
      }
      &:is(.caption-bottom) {
          caption-side: bottom;
      }
    }
    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;
    }
    table th {
      color: #fff;
      font-weight: 700;
      background: var(--color-primary);
    }
    .w-fit {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }
    .googlemap {
      padding-bottom: 28%;
      @media screen and (max-width: 768px) {
          padding-bottom: 45%;
      }
    }
  }
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				th {
					width: 30%;
				}
			}
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
				}
			}
		}
	}
}

/*================================================
					会社概要
================================================*/

/*--見出し--------------------------------------------*/
	
.post .sub_company h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: left;
	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 .sub_company h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .sub_company h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 2px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
	margin-right: auto;
	margin-left: 0;
}
.post .sub_company h2:first-child {
	margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.post table.table_style02 , .post table.table_style02 th, .post table.table_style02 td {
	border-width: 1px 0;
	border-color: var(--color-table-border);
}
.post table.table_style02 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style02 th, .post table.table_style02 td {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);/* 20-15px 15-10px (1920-375) */
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}

/*--list--------------------------------------------*/

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
	border-bottom: solid 1px #ddd;
}
.post .history_style01 li .head {
	width: 25%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
	background: #eee;
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}	

/*--幅フル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;
}

/*--幅フル100%--------------------------------------------*/

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*================================================
					弊社の特色
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 {
	align-items: center;
	& + & {
		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: #ffffff;
	padding: var(--rem28);
}
@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 0;
		margin-bottom: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;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	background: #fff !important;
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: var(--color-primary);
	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;
}

/*================================================
					サービス内容
================================================*/

/*--colstyle--------------------------------------------*/

.post .colstyle01 .colstyle_ttl {
  display: inline-block;
  padding: 0;
  border: none;
  margin: 0 0 1rem 0;
  background: linear-gradient(transparent 60%, #ff6 60%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/*--list_style01--------------------------------------------*/

.post .list_style01 li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-shrink: 0;
  border-bottom: solid 1px #ddd;
}
.post .list_style01 li .head {
  width: 25%;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); /* 30-20px 15-10px (1920-375) */
  display: flex;
  align-items: flex-start;
}
.post .list_style01 li .body {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
  background: #eee;
}
@media only screen and (max-width: 640px) {
  .post .list_style01 li {
    flex-direction: column;
  }
  .post .list_style01 li .head {
    width: 100%;
    padding-bottom: 0;
  }
}

/*================================================
				　社員インタビュー
================================================*/
#editor-style {
  .flowlist01 > li:not(:last-child) {
    margin-bottom: 80px !important;
  }
}

.post .staff_name {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	background: none;
	border: none;
	border-bottom: 2px solid var(--color-primary);
	margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 min(calc(45px + (1vw - 19.2px) * 1.2945), 45px);
	/* -- 1920 120px 375 40px -- */
	/* -- 1920 45px 375 25px -- */
	padding: 0 0 0.5em;
	color: #404040;
	font-family: inherit;
	font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9709), 3.6rem);
	/* -- 1920 3.6rem 375 2.1rem -- */
	font-weight: 700;
	text-align: left;
	line-height: 1.35;
	letter-spacing: normal;
	gap: 0.15em 1em;
}

.post .staff_name::before,
.post .staff_name::after {
	content: none;
}
.staff_name span.sub {
    color: var(--color-primary);
    font-weight: 500;
    font-size: min(calc(2.1rem + (1vw - 19.2px) * 0.3883), 2.1rem);
    text-align: left;
    letter-spacing: normal;
	@media screen and (max-width: 414px) {
		line-height: 1.5;
	}
}
	
/* -- staff_messagehead -- */
	
.post .staff_messagehead {
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	letter-spacing: .1rem;
	padding: 0;
	margin: min(calc(70px + (1vw - 19.2px) * 2.2654), 70px) auto min(calc(20px + (1vw - 19.2px) * 0.6472), 35px); /* 70-35px auto 35-25px (1920-375) */
	border-bottom: none;
}
.post .staff_messagehead::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
/*================================================
				　　ご利用の流れ
================================================*/
/*--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: #000000;
	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 #000000;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li p {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist01 > li p::before,
.flowlist01 > li p::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li p::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #1A1A1A;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li p::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
/* .flowlist01 > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 1.6rem;
} */
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}

	.flowlist01 {
		padding-left: 10rem;
	}

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

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

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

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

	/* .flowlist01 > li dl dt {
		font-size: 1.4rem;
	} */
}

/* ─── ３．画像の上に黒フィルター ─── */
header#h1Header #thumb::before {
  content: "" !important;
  position: absolute !important;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.10) !important;
  z-index: 2 !important;
}

/* ─── ４．文字を最前面へ ─── */
header#h1Header h1 {
  position: relative !important;
  z-index: 3 !important;
  margin: 0; paddi