@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');
@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=Darumadrop+One&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #4C6F01;
	--color-primary-shade: #354e01;
	--color-primary-tint: #7DB00F;
	--color-secondary: #4C6F01;
	--color-secondary-tint: #7DB00F;
	--color-table-border: #EBEBEB;
	--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: #444;
	--header-color-primary: #4C6F01;
	--header-color-primary-shade: #354e01;
	--header-color-primary-tint: #7DB00F;
	/*------▼フッター設定▼------*/
	--footer-background: linear-gradient(90.49deg, #FFFFFF 0.42%, #E7F4D0 115.03%);
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Zen Maru Gothic", 'Noto Sans JP', sans-serif;
    --font-family04: "Darumadrop One", 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			font-family: var(--font-family03);
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                font-size: var(--rem20);
                font-weight: 700;
                line-height: 1;
				letter-spacing: .1em;
            }
            .ttl--primary__ja {
                font-size: var(--rem40);
                font-weight: 500;
                line-height: 1.4;
				letter-spacing: .08em;
				margin-bottom: .1em;
            }
			&:is(.ttl--primary--mod-01) {
				padding-left: calc(var(--px14) * 2);
				padding-bottom: 6px;
				border-left: .22em solid var(--color-primary);
				.ttl--primary__ja {
					font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
					line-height: 1.2;
					margin-bottom: .2em;
				}
			}
			&:is(.ttl--primary--mod-02) {
				.ttl--primary__ja {
					font-size: var(--rem48);
					line-height: 1;
					margin-bottom: .2em;
				}
			}
			&:is(.ttl--primary--mod-03) {
				.ttl--primary__ja {
					font-size: var(--rem60);
				}
			}
        }
    }
	/* 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(--rem24w);
		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 {
		letter-spacing: 0;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		border: none;
		&::before, &::after {
			display: none;
		}
		.num {
			display: block;
			color: #163062;
			font-family: var(--font-family04);
			font-size: var(--rem24);
			font-weight: 400;
			line-height: 1.2;
			margin-bottom: .6em;
		}
		.sub {
			display: inline-block;
			font-family: var(--font-family03);
			font-size: var(--rem18);
			font-weight: 700;
			text-align: center;
			border: 1px solid #163062;
			background: #fff;
			margin-bottom: .6em;
			padding: 6px var(--px16);
		}
		.main {
			display: block;
			font-family: var(--font-family03);
			font-size: var(--rem30);
			font-weight: 500;
			line-height: 1.4;
		}
		&:is(.primary) {
			.num {
				color: var(--color-primary);
			}
			.sub {
				border: 1px solid var(--color-primary);
			}
		}
		&:is(.skyblue) {
			.num {
				color: #01A0E2;
			}
			.sub {
				border: 1px solid #01A0E2;
			}
		}
		&:is(.red) {
			.num {
				color: #E9334A;
			}
			.sub {
				border: 1px solid #E9334A;
			}
		}
		&:is(.yellow) {
			.num {
				color: #F7B500;
			}
			.sub {
				border: 1px solid #F7B500;
			}
		}
		&:is(.green) {
			.num {
				color: #7FBE29;
			}
			.sub {
				border: 1px solid #7FBE29;
			}
		}
	}
	.heading_mod-06 {
		color: #fff;
		font-size: var(--rem30);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0;
		text-align: center;
		width: 80%;
        margin-left: auto;
        margin-right: auto;
		background: #163062;
		border: none;
		border-radius: 10px;
		padding: var(--rem16) var(--px24);
		&::before, &::after {
			display: none;
		}
		&:is(.bg-blue) {
			background: #01A0E2;
		}
		&:is(.bg-green) {
			background: #7FBE29;
		}
	}
	.heading_mod-07 {
		font-family: var(--font-family03);
		font-size: var(--rem24);
		font-weight: 700;
		letter-spacing: 0;
		max-width: 1140px;
		padding: 10px var(--px16);
		background: #fff;
		border: 1px solid var(--color-primary);
		&::before, &::after {
			display: none;
		}
	}
    p {
        line-height:2;
    }
	.img-radius img {
		border-radius: var(--px30);
	}
	.linkList {
		display: flex;
		flex-wrap: wrap;
		gap: var(--rem30) var(--px16);
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		.linkList__item {
			width: calc((100% - var(--px16) * 2) / 3);
		}
		.linkList__link {
			display: block;
			height: auto;
			transition: all .2s;
			&:hover {
				opacity: .7;
			}
		}
		.linkList__cat {
			color: #fff;
			font-size: var(--rem20w);
			font-weight: 700;
			line-height: 1.4;
			letter-spacing: 0;
			text-align: center;
			background: #163062;
			border: 3px solid #163062;
			border-radius: 10px 10px 0 0;
			padding: 8px var(--px16);
		}
		.linkList__occupation {
			font-size: var(--rem20w);
			font-weight: 500;
			line-height: 1.4;
			letter-spacing: 0;
			text-align: center;
			background: #fff;
			border: 3px solid #163062;
			border-radius: 0 0 10px 10px;
			padding: var(--rem28) var(--px40) var(--rem28) var(--rem28);
			position: relative;
			&::after {
				display: block;
				content: "›";
				color: #163062;
				position: absolute;
				top: 50%;
				right: var(--px18);
				transform: translateY(-50%);
			}
		}
		&:is(.skyblue) {
			.linkList__cat {
				background: #01A0E2;
				border: 3px solid #01A0E2;
			}
			.linkList__occupation {
				border: 3px solid #01A0E2;
				&::after {
					color: #01A0E2;
				}
			}
		}
	}
	.linkBtns {
		display: flex;
		justify-content: center;
		gap: var(--rem36);
		.linkBtn {
			margin: 0 !important;
		}
		&:is(.linkBtns--mod-01) {
			gap: var(--rem24);
		}
	}
	.linksLow {
		display: flex;
		gap: var(--rem24) var(--px24);
	}
	.flexbox {
		&:is(.flexbox--ordinarily) {
			display: flex;
		}
	}
	.marker.green {
		background: linear-gradient(transparent 60%, #E7F4D0 60%);
	}
	.max-w {
		margin-left: auto;
		margin-right: auto;
		&:is(.leftSide) {
			margin-left: 0;
		}
		&:is(.rightSide) {
			margin-right: 0;
		}
		&:is(.max-w--960) {
			max-width: 960px;
		}
		&:is(.max-w--1000) {
			max-width: 1000px;
		}
		&:is(.max-w--1020) {
			max-width: 1020px;
		}
	}
	.none-style {
		padding: 0;
		border: 0;
		&::before, &::after {
			display: none;
		}
	}
	.ffs-on {
		font-feature-settings: 'palt' on;
	}
	.ffs-off {
		font-feature-settings: 'palt' off;
	}
	.ff-01 {
		font-family: var(--font-family01) !important;
	}
	.ff-02 {
		font-family: var(--font-family02) !important;
	}
	.ff-03 {
		font-family: var(--font-family03) !important;
	}
	.ff-04 {
		font-family: var(--font-family04) !important;
	}
	.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-600 {
		font-weight: 600 !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;
	}
	.lh-mod-08 {
		line-height: 1.7 !important;
	}
	.lh-mod-09 {
		line-height: 1.8 !important;
	}
	.lh-mod-10 {
		line-height: 1.9 !important;
	}
	.lh-mod-11 {
		line-height: 2 !important;
	}
	.lh-mod-12 {
		line-height: 2.3 !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-black {
        color: #000;
    }
    .color-brown {
        color: #4E3636;
    }
	.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;
    }
}

@media print, screen and (max-width: 1080px) {
	.linksLow {
		flex-direction: column;
		.linkBtn {
			margin-left: 0;
		}
	}
}

@media print, screen and (max-width: 1023px) {
	.post {
		.linkList {
			.linkList__item {
				width: calc((100% - var(--px16)) / 2);
			}
		}
	}
}

@media print, screen and (max-width: 768px) {
	.post {
		.ttl {
			&:is(.ttl--primary) {
				&:is(.ttl--primary--mod-01) {
					.ttl--primary__ja {
						font-size: var(--rem40);
					}
				}
				&:is(.ttl--primary--mod-02) {
					.ttl--primary__ja {
						font-size: var(--rem40);
					}
				}
				&:is(.ttl--primary--mod-03) {
					.ttl--primary__ja {
						font-size: var(--rem48);
					}
				}
			}
		}
		.heading_mod-06 {
			font-size: var(--rem24w);
			width: 88%;
		}
	}
}

.post .anchorLinks {
	& > ul {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: var(--rem30) var(--px30);
		margin-bottom: var(--rem120);
		& > li {
			width: 100%;
			max-width: 330px;
		}
		.linkBtn.linkBtn--round {
			&::after {
				transform: rotate(45deg);
    			margin-top: -6px;
			}
		}
	}
}
@media screen and (max-width: 1365px) {
	.post .anchorLinks {
		& > ul {
			flex-wrap: wrap;
			gap: var(--rem24) var(--rem24);
		}
	}
}
@media screen and (max-width: 414px) {
	.post {
		.linkList {
			.linkList__item {
				width: 100%;
			}
		}
	}
	.post .anchorLinks {
		& > ul {
			flex-wrap: wrap;
			gap: var(--rem24);
		}
	}
}

.post .row {
	display: flex;
	align-items: center;
	gap: 0 var(--px16);
	& > img {
		min-width: 0;
	}
}

.br_mod-01 {
	display: none;
}
.br_mod-02 {
	display: block;
}
.br_mod-03 {
	display: none;
}

@media  print, screen and (max-width: 1080px) {
	.br_mod-03 {
		display: block;
	}
}
@media print, screen and (max-width: 1023px) {
	.linkBtns {
		&:is(.linkBtns--mod-01) {
			flex-direction: column;
			align-items: center;
		}
	}
    
}
@media print, screen and (max-width: 768px) {
	.post .row {
		flex-direction: column;
	}
    .br_mod-03 {
		display: none;
	}
}
@media print, screen and (max-width: 414px) {
	.linkBtns {
		flex-direction: column;
		align-items: center;
		gap: var(--rem28);
	}
    .br_mod-01 {
		display: block;
	}
	.br_mod-02 {
		display: none;
	}
}


/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_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: 150px;
		margin-top: -150px;
	}
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	padding: 0;
}
.fullwide01_wrap {
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: calc(var(--px80) * 2) var(--px40) var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
/* .fullwide01_inner {
    max-width: 960px;
} */
@media print, screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
	&:is(.column01--mod-01) {
		.imgarea {
			img {
				border-radius: 0 var(--px100) var(--px100) 0;
			}
		}
		.txtarea {
			padding: var(--px80) var(--px40);
			.txtinner {
				max-width: 490px;
			}
			p {
				letter-spacing: .1em;
				font-feature-settings: 'palt' on;
			}
		}
	}
}
@media print, screen and (max-width: 768px) {
	.column01 {
		&:is(.column01--mod-01) {
			.imgarea {
				img {
					border-radius: var(--px100) var(--px100) 0 0;
				}
			}
		}
	}
}
.column01_wrap {
	position: relative;
	max-width: 1800px;
	width: 90%;
    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;
}
@media print, screen and (max-width: 1080px) {
	.column01 .txtarea {
		padding: var(--px80) var(--px40) var(--px80) var(--px80);
	}	
}
@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}
.column01 .txtarea .txtinner {
    max-width:730px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------txtstyle-----------*/
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family03);
	font-size: var(--rem36);
	font-weight: 600;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    line-height: 1.4;
	letter-spacing: .08em;
	padding: 0;
	&::before, &::after {
		display: none;
	}
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem30);
	font-weight: 500;
	margin: 8px auto 10px;
}
@media print, screen and (max-width: 768px) {
	.post .column01 .txtstyle04, .column01 .txtstyle04 {
		font-size: var(--rem28);
	}
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: none;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_06
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column06 {
	position: relative;
	margin: 0;
}
.column06_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	z-index: 20;
}
.column06 .imgarea {
	position: relative;
	aspect-ratio: 1920 / 656;
	overflow: hidden;
	text-align: right;
	width: 100%;
}
.column06 .imgarea img {
	object-fit: cover;
    width: 89%;
    height: 100%;
	border-radius: 50vh 0 0 50vh;
}
.column06 .txtarea {
	position: relative;
	width: 45%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: rgba(255, 255, 255, .8);
	padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) var(--px40);
	margin: 0 auto 0 calc(-45% - var(--px30));
	z-index: 10;
	.linksLow {
		gap: 9px;
	}
}
.column06 .txtarea .txtinner {
    max-width: 674px;
}
.column06_wrap + .column06_wrap {
	margin-top: var(--px80);
}

@media print, screen and (min-width: 1025px) {
	/*左右反転*/
	.column06_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column06_wrap.rev .txtarea {
		margin: 0 -5% -70px auto;
	}
}
@media print, screen and (max-width: 1024px) {
	.column06_wrap.rev {
		flex-direction: row;
	}
	.column06 .imgarea, .column06 .txtarea {
		width: 100%;
	}
	.column06 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}

@media print, screen and (max-width: 768px) {
  .column06 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/
.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.card01_wrap {
  position: relative;
  margin: var(--rem120) 0 0;
}
.card01_inner {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
}
.card01_inner:has(.col4_list) {
	max-width: 1400px;
	width: calc(90% - 20px);
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 450 / 312;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  border-radius: var(--px20);
  object-fit: cover;
}
.card01_list .txtarea {
  padding: var(--rem24) 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
  .linksLow {
	gap: 6px;
	& > a {
		&:first-child {
			width: 65%;
		}
		&:last-child {
			width: 35%;
		}
	}
  }
}
@media print, screen and (max-width: 1080px) {
	.card01_list .txtarea {
		.linksLow {
			& > a {
				&:first-child, &:last-child {
					width: 100%;
					max-width: unset;
				}
			}
		}
	}
}

/*--カラムリスト--------------------------------------------*/
/*---------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: 46%;
	margin-bottom: 2%;
	.imgarea {
		aspect-ratio: 560 / 434;
		img {
			object-fit: contain;
			border-radius: unset;
		}
	}
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
.card01_wrap:has(.item-row) {
	.card01_inner {
		max-width: 1800px;
		width: 90%;
		margin: 0 auto;
		padding-left: var(--px80);
		padding-right: var(--px80);
		background: #fff;
	}
	.card01_list.col3_list {
		max-width: 1450px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
	.card01_wrap:has(.item-row) {
		.card01_inner {
			padding-left: 5%;
			padding-right: 5%;
		}
	}
}
.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;
	&:is(.col3_list--mod-01) {
		max-width: 1027px;
		margin-left: auto;
		margin-right: auto;
		& > li {
			width: 29.2%;
			border-top: 1px solid var(--color-primary);
			padding-top: var(--rem18);
			.imgarea {
				aspect-ratio: 97 / 77;
				max-width: 97px;
				margin-left: auto;
				margin-right: auto;
				img {
					width: 100%;
					height: 100%;
					object-fit: contain;
				}
			}
			.txtarea {
				p {
					padding: 0 var(--px16);
					line-height: 1.875;
				}
			}
			&:is(.list-item-bg) {
				align-self: flex-start;
				margin-top: var(--rem18);
				margin-bottom: var(--rem18);
				padding: var(--rem30) var(--px30);
				border: 1px solid var(--color-primary);
				border-radius: var(--px30);
				background: #fff;
				h3 {
					margin-bottom: 5px;
				}
				p {
					font-size: var(--rem14);
				}
			}
		}
	}
}
.post .col3_list > li {
    width: 31.5%;
	margin-bottom: 4%;
	&:is(.item-row) {
		display: flex;
		align-items: center;
		gap: var(--rem20) var(--px20);
		width: 100%;
		margin-bottom: var(--rem80) !important;
		.imgarea {
			display: flex;
			gap: var(--rem30) var(--px30);
			aspect-ratio: unset;
			width: 60%;
			overflow: unset;
			img {
				aspect-ratio: 450 / 312;
				width: calc((100% - var(--px30)) / 2);
			}
		}
		.txtarea {
			width: 40%;
			max-width: 414px;
			padding: var(--rem12) var(--px16);
			margin-left: auto;
			margin-right: auto;
			background: #fff;
		}
	}
}
@media print, screen and (max-width: 1023px) {
    .post .col3_list > li {
		&:is(.item-row) {
			flex-direction: column;
			.imgarea, .txtarea {
				width: 100%;
				max-width: unset;
			}
			.txtarea {
				padding: var(--rem12) 0;
			}
		}
	}
}
@media print, screen and (max-width: 414px) {
.post .col3_list > li {
		&:is(.item-row) {
			.imgarea {
				flex-direction: column;
				img {
					width: 100%;
				}
			}
		}
	}
}
.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: 1080px) {
	.post .col3_list > li {
		width: 48%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
	.post .col3_list {
		&:is(.col3_list--mod-01) {
			& > li {
				width: 48%;
			}
		}
	}
}
@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;
	}
	.post .col3_list {
		&:is(.col3_list--mod-01) {
			& > li {
				width: 100%;
			}
		}
	}
}

/*---------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;
}
.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: 1023px) {
	.post .col4_list > li {
		width: 49%;
		margin-bottom: 2%;
	}
	.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;
	}
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family03);
  font-size: var(--rem36);
  font-weight: 600;
  margin: var(--rem36) auto;
  background: transparent;
  line-height: 1.4;
  letter-spacing: .1em;
  padding: 0;
  border: none;
  &::before, &::after {
	display: none;
  }
  &:is(.txtstyle02--mod-01) {
	font-size: var(--rem20);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	padding-bottom: 1.1em;
	border-bottom: 1px solid var(--color-primary);
  }
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20w);
  font-weight: 700;
  margin: 0 0 var(--rem12);
}
@media print, screen and (max-width: 768px) {
	.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
		font-feature-settings: 'palt' on;
		letter-spacing: 0;
		margin: 0 0 .2em;
	}
}

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
	border-radius: 0;
	max-width: 370px;
	&:is(.linkBtn--round) {
		font-size: var(--rem18);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: .1em;
		border-radius: 50vh;
		&::after {
			width: 8px;
			height: 8px;
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff;
		}
		&:is(.linkBtn--round--mod-01) {
			color: var(--color-primary);
			background: #fff;
			border: 1px solid var(--color-primary);
			&::after {
				border-color: var(--color-primary);
			}
			&:hover {
				color: #fff;
				background: var(--color-primary);
				&::after {
					border-color: #fff;
				}
			}
		}
		&:is(.linkBtn--round--mod-02) {
			color: var(--color-primary);
			background: #fff;
			border: 1px solid var(--color-primary);
			padding: 4px var(--px16);
			&::after {
				display: none;
			}
			&:hover {
				opacity: .7;
			}
			&:is(.ico) {
				gap: var(--rem20) var(--px20);
			}
		}
		&:is(.linkBtn--round--mod-03) {
			color: var(--color-primary);
			background: #fff;
			border: 1px solid var(--color-primary);
			padding: var(--rem16) var(--px30) var(--rem16) var(--px20);
			&::after {
				border-color: var(--color-primary);
			}
			&:hover {
				opacity: .7;
			}
			&:is(.ico) {
				gap: var(--rem12) var(--px12);
			}
		}
	}
	&:is(.ico) {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		&::before {
			display: inline-block;
			content: "";
			aspect-ratio: 1 / 1;
			width: var(--px24);
			height: auto;
		}
	}
	&:is(.ico--instagram) {
		&::before {
			background: url(/wp-content/uploads/logo_instagram_01.png.webp) no-repeat center / contain;
		}
	}
	&:is(.ico--tel) {
		&::before {
			background: url(/wp-content/uploads/logo_tel_01.png.webp) no-repeat center / contain;
		}
	}
	&:is(.ico--map) {
		&::before {
			background: url(/wp-content/uploads/logo_map_01.png.webp) no-repeat center / contain;
		}
	}
	&:is(.ico--search) {
		&::before {
			background: url(/wp-content/uploads/logo_search_01.png.webp) no-repeat center / contain;
		}
	}
	&:is(.ico--clock) {
		&::before {
			background: url(/wp-content/uploads/logo_clock_01.png.webp) no-repeat center / contain;
		}
	}
	&:is(.ico--check) {
		&::before {
			background: url(/wp-content/uploads/logo_check_01.png.webp) no-repeat center / contain;
		}
	}
}

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

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header-layout {
		height: 100px;
	}
    #header {
        height: 100px;
    }
	#header .logo {
    padding: 0 var(--px40);
}
	#header .logo img {
		width: 100%;
		max-width: 329px;
		max-height: var(--px100);
    }
	#header ul.header__contact {
		& > li {
			padding: 15px 0;
		}
	}
	nav#mainNav ul li a {
		font-family: var(--font-family03);
		font-size: var(--rem18);
		font-weight: 700;
		letter-spacing: .1em;
	}
	nav#mainNav ul li ul.sub-menu li a {
		white-space: nowrap;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--color-primary-tint);
		color: #fff;
	}
    #header a.head_btn {
		font-family: var(--font-family03);
        background: var(--color-primary);
		border-radius: 50vh;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        &:hover {
            background-color: var(--color-primary-tint);
        }
    }
    #header a.head_btn.tel_btn {
		color: var(--color-primary-tint);
        background: #fff;
		border: 1px solid var(--color-primary-tint);
		margin-left: var(--px30);
		margin-right: var(--px16);
        &:hover {
			color: #fff;
            background: var(--color-primary-tint);
        }
		.tel_btn__info {
			font-weight: 700;
			letter-spacing: 0;
            .note {
				font-size: 10px;
                b {
                    font-weight: 700;
                }
            }
        }
    }
    #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: var(--rem12);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }

	#header a.head_btn .tel_btn__name  {
		font-size: var(--rem12);
		font-weight: 700;
		line-height: 1;
		letter-spacing: .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(--rem18);
        font-weight: 500;
    }
    #header a.head_btn.mail_btn {
        font-size: var(--rem16);
        flex-direction: row;
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
		margin-right: 20px;
    }
    #header a.head_btn.mail_btn::before {
		font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
	nav#mainNav ul li:has(> .sub-menu) {
		&:hover {
			background: transparent;
			a b {
				color: var(--color-primary);
			}
		}
    }
    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(--color-primary);
		position: relative;
		&::after {
			display: block;
			content: "";
			width: 2.3em;
			height: 2px;
			background: var(--color-primary);
			position: absolute;
			left: 50%;
			bottom: -10px;
			transform: translateX(-50%);
		}
    }
    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.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.4rem;
	}

	#header a.head_btn.tel_btn {
		margin-left: var(--px20);
	}

	#header a.head_btn.mail_btn {
		font-size: var(--rem14);
		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) {
	#header #mainNav .sp-nav-block {
		display: block;
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
/*--------------------------------------------
FOOTER01
--------------------------------------------*/

/* ----全体LAYOUT調整----*/
#footer ul li a {
	font-weight: 500;
}

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

/* ----------------------------
right
----------------------------*/

#footer .rightarea {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 35%;
	.logo {
		display: flex;
		align-items: center;
		height: auto;
		object-fit: contain;
		&:first-child {
			aspect-ratio: 349 / 103;
			width: calc(var(--px150) * 2 + var(--px50));
		}
		&:last-child {
			aspect-ratio: 349 / 103;
    		width: auto;
    		height: var(--px100);
		}
	}
}

@media print, screen and (max-width: 768px) {
	#footer .rightarea {
		justify-content: center;
		width: 100%;
	}
}

#footer .footnav ul {
    justify-content: flex-start;
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

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

#footer .footnav ul > li:last-child::after {
	right: 0;
    display: block;
    content: '|';
    position: absolute;
    width: 6px;
    height: 6px;
    border: none;
    margin-top: 0;
    background: transparent;
}

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

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

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea {
	width: 65%;
}
@media print, screen and (max-width: 768px) {
	.leftarea {
		width: 100%;
	}
}
.leftarea .logoare {
    display: flex;
	align-items: center;
    flex-direction: row;
    gap: var(--px60);
    line-height: 1;
	margin-bottom: var(--rem12);
	.right {
		text-align: left;		
		address {
			font-weight: 500;
			line-height: 1.1;
			letter-spacing: .1em;
		}
	}
}
@media print, screen and (max-width: 768px) {
	.leftarea .logoare {
		flex-direction: column;
    	gap: 12px;
		margin-bottom: var(--rem16);
		.right {
			text-align: center;
		}
	}
}
.footer__catchphrase {
    line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

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

/*LAYOUT調整*/

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

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

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

#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
		max-width: 323px;
		max-height: var(--px100);
    }
	.footer__logo:not(:last-child) {
		text-align: center;
		margin-bottom: 0;
	}
	.footnav:not(:last-child) {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) {
	#footer {
		.footer__logo img {
			max-height: 72px;
		}
	}
}
#copyright {
    background: transparent;
	font-weight: 300;
}
@media print, screen and (max-width: 768px) {
	#copyright {
		margin: var(--px60) auto 0;
	}
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home, .page-id-21, .page-id-17, .page-id-19 {
	.cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col2
------------------------------*/
body:has(#page_recruit) {
	#commonTitle {
		display: none !important;
		visibility: hidden !important;
	}
	#recruitTitle {
		display: flex !important;
		visibility: visible !important;
	}
}
.cta01 {
	position: relative;
	z-index: 0;
	#recruitTitle {
			display: none !important;
			visibility: hidden !important;
		}
	.cta01_copy {
		font-size: var(--rem18);
		font-weight: 500;
		line-height: 2.3;
		letter-spacing: .1em;
	}
	.ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			font-family: var(--font-family03);
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                font-size: var(--rem20);
                font-weight: 500;
                line-height: 1;
				letter-spacing: .1em;
            }
            .ttl--primary__ja {
                font-size: var(--rem60);
                font-weight: 500;
                line-height: 1.4;
				letter-spacing: .08em;
				margin-bottom: .1em;
            }
			&:is(.ttl--primary--mod-01) {
				padding-left: calc(var(--px14) * 2);
				padding-bottom: 6px;
				border-left: .22em solid var(--color-primary);
				.ttl--primary__ja {
					font-size: var(--rem48);
					line-height: 1;
					margin-bottom: .2em;
				}
			}
			&:is(.ttl--primary--mod-02) {
				.ttl--primary__ja {
					font-size: var(--rem48);
					line-height: 1;
					margin-bottom: .2em;
				}
			}
        }
    }
	.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-black {
        color: #000;
    }
    .color-brown {
        color: #4E3636;
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    padding: var(--px80);
	&:is(.top.bg_wide) {
		padding: var(--rem120) 0 var(--rem48);
		position: relative;
		&::before {
			background: linear-gradient(231.65deg, rgba(231, 244, 208, 0.7) 0%, rgba(255, 255, 255, 0.7) 73.58%);
		}
		&::after {
			background: url(/wp-content/uploads/top_bg_04.png.webp) no-repeat center / contain;
			object-fit: cover;
			position: absolute;
			top: 0;
			left: 0;
		}
	}
	&:is(.bottom.bg_wide) {
		max-width: 900px;
		padding: var(--rem72) 0;
		border-radius: var(--px50);
		&::before {
			background: url(/wp-content/uploads/cta_bg_01.jpg.webp) no-repeat center / cover;
		}
		.cta01_inner {
			background: rgba(255, 255, 255, .8);
			border-radius: var(--px50);
			padding: var(--rem48) var(--px30) var(--rem72);
		 }
	}
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: 740px;
    margin: var(--px20) auto 0 auto;
	gap: var(--rem20) var(--px20);
}
.cta01 .ctabtnlist li {
    width: 50%;
    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(--px14) 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50vh;
    transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta01 {
		.ttl {
			&:is(.ttl--primary) {
				.ttl--primary__ja {
					font-size: var(--rem48);
				}
			}
		}
		
	}
	.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: .5em;
}
.cta01 .infotxt {
	font-size: var(--rem14);	
	font-weight: 400;
	.note, b {
		font-size: var(--rem12);
		font-weight: 400;
	}
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem28);
	font-weight: 500;
	margin-bottom: .3em;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem16);
}
.cta01 a.telbtn {
    background: #fff;
	border: 3px solid var(--color-primary-tint);
	color: var(--color-primary-tint);
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem18);
}
.cta01 a.mailbtn {
    background: var(--color-primary);
	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';
	font-size: var(--rem20);
}
.cta01 .telnum::before {
	content: '\f3cd';
	font-size: var(--rem24);
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
	/* CONTENT01 */
	#top_about {
		background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat bottom center / cover;
	}
	/* CONTENT03 */
	.top-bg_01.bg_wide::before {
		background: linear-gradient(212.3deg, rgba(231, 244, 208, .7) 0%, rgba(255, 255, 255, .7) 100%);
	}
	.top-bg_01.bg_wide::after {
			display: block;
			content: "";
			aspect-ratio: 477 / 605;
			width: 24.5%;
			height: auto;
			background: url(/wp-content/uploads/top_bg_02.png.webp) no-repeat center / contain;
			margin: unset;
			position: absolute;
			right: 0;
			bottom: 0;
		}
	#top_service {
		.front_contents {
			max-width: 1600px;
			width: 90%;
			margin: 0 auto;
		}
	}
	/* CONTENT04 */
	#top_recruit {
		&.bg_wide {
			&::before {
				background: url(/wp-content/uploads/top_bg_03.png.webp) no-repeat top center / contain;
			}
		}
		.front_contents {
			padding-bottom: calc(var(--rem120) * 2 + var(--rem40));
		}
	}
}

@media print, screen and (max-width: 1024px) {
	.home, #editor-style {
		#top_service {
			.front_contents {
				padding-bottom: 0;
			}
		}
		#top_recruit {
			&.bg_wide::before {
				background: url(/wp-content/uploads/top_bg_03.png.webp) repeat center left / contain;
			}
		}
	}
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	&.page-id-17, &.page-id-19, &.page-id-21 {
		#breadcrumb {
			background: #fff;
		}
		#wrapper::before {
			background: #fff;
		}
		#content {
			&::before, &::after {
				display: none;
			}
		}
	}
	#breadcrumb {
		background: #E7F4D0;
	}
	#thumbImg img, header#h1Header img {
    	height: 100%;
	}
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: #fff;
        font-size: var(--rem48);
        font-family: var(--font-family03);
        font-weight: 700;
		line-height: 1.4;
		letter-spacing: .08em;
		text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    }
	&:is(.single) {
		h1.title {
			color: var(--color-font);
		}
	}
	#wrapper {
		position: relative;
		&::before {
			background: linear-gradient(193.78deg, #E7F4D0 0%, #FFFFFF 79.95%);
			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;
		}
	}
	#content {
		position: relative;
		&::before, &::after {
			display: block;
			content: "";
			height: auto;
			position: absolute;
			z-index: -1;
		}
		&::before {
			aspect-ratio: 1920 / 1133;
			background: url(/wp-content/uploads/page_bg_01.png.webp) no-repeat center / contain;
			top: 0;
			left: 0;
			width: 100vw;
			margin-left: calc(((100vw - 100%) / 2) * -1);
			margin-right: calc(((100vw - 100%) / 2) * -1);
		}
		&::after {
			aspect-ratio: 477 / 605;
			width: 29.5%;
			background: url(/wp-content/uploads/top_bg_02.png.webp) no-repeat center / contain;
			right: 0;
			bottom: 0;
			transform: translateX(100%);
		}
        &:has(.widecolor.lastSection) {
            padding-bottom: 0;
        }
    }
    &.post, .post {
		.ttl.ttl--primary.ttl--primary--mod-01 {
			margin-bottom: var(--rem48);
		}
		.column01_wrap {
			width: 100%;
		}
		.card01_list.col3_list {
			& > li {
				display: flex;
				flex-direction: column;
			}
			.txtarea {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				.txtstyle02 {
					font-size: var(--rem18);
				}
				p {
					flex-grow: 1;
				}
				.linksLow {
					.linkBtn.linkBtn--round.linkBtn--round--mod-02 {
						padding: 4px var(--px16);
					}
				}
			}
		}
		.col3_list > li {
			&:is(.item-row) {
				display: flex;
				align-items: center;
				flex-direction: row;
				gap: var(--rem20) var(--px80);
				width: 100%;
				margin-bottom: var(--rem80) !important;
				.imgarea {
					display: flex;
					gap: var(--rem30) var(--px30);
					aspect-ratio: unset;
					width: auto;
					overflow: unset;
					img {
						aspect-ratio: 450 / 312;
						width: 100%;
					}
				}
				.txtarea {
					width: auto;
					max-width: 414px;
					padding: var(--rem12) var(--px16);
					margin-left: 0;
					margin-right: auto;
					background: #fff;
				}
			}
		}
		.table-wrapper {
			background: #fff;
			border-radius: var(--px100);
			padding: var(--rem80) var(--px50);
		}
		.table {
            &:is(.table--mod-01) {
				border: none;
                th, td {
					color: var(--color-font);
					line-height: 2.3;
                    padding: var(--rem18) var(--px24);
					background: transparent;
					border: none;
					border-bottom: 1px dashed var(--color-primary-tint);
                }
                th {
					font-size: var(--rem18);
					font-weight: 700;
					white-space: nowrap;
                    width: 20%;
					min-width: 9em;
                }
				td {
					font-size: var(--rem16);
					font-weight: 500;
				}
            }
            &:is(.caption-right) {
                caption {
                    text-align: right;
                }
            }
            &:is(.caption-center) {
                caption {
                    text-align: center;
                }
            }
            &:is(.caption-bottom) {
                caption-side: bottom;
            }
        }
        table {
			th, td {
				font-size: var(--rem16);
				line-height: 1.7;
				padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
			}
			th {
				color: #fff;
				font-weight: 700;
				background: var(--color-primary-tint);
			}
			td {
				background: #fff;
			}
		}
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
@media print, screen and (max-width: 1024px) {
	body:not(.home) #content {
		&::after {
			transform: unset;
		}
    }
}

@media print, screen and (max-width: 1023px) {
	body:not(.home) {
		&.post, .post {
			.col3_list > li {
				&:is(.item-row) {
					flex-direction: column;
					.imgarea, .txtarea {
						width: 100%;
						max-width: unset;
					}
					.txtarea {
						padding: var(--rem12) 0;
					}
				}
			}
		}
	}
}

@media print, screen and (max-width: 640px) {
	body:not(.home) {
		&.post, .post {
			.table {
				&:is(.table--mod-01) {
					th {
						padding-bottom: 0;
						border-bottom: none;
					}
					td {
						padding-top: .2em;
					}
				}
			}
		}
	}
}

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

/*--flow01--------------------------------------------*/
.flowlist01Wrapper {
	background: #fff;
	border-radius: var(--px100);
	&:has(> .heading_mod-06) {
		padding-top: var(--rem48);
		.flowlist01Inner {
			padding-top: var(--rem24);
		}
	}
}
.flowlist01Inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
    column-gap: var(--px20);
	max-width: 900px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: var(--rem80) var(--px120) var(--rem80) var(--px150);
}
.flowlist01 {
	padding-left: 0;
	position: relative;
	&:is(.skyblue) {
		& > li dl dt {
			color: #01A0E2;
		}
		&::before {
			background: #01A0E2;
		}
	}
	&:is(.green) {
		& > li dl dt {
			color: #7FBE29;
		}
		&::before {
			background: #7FBE29;
		}
	}
}
.flowlist01::before {
	content: "";
    width: 25px;
    height: 100%;
    background: #163062;
	border-radius: 50vh;
    margin-left: -13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:first-child {
	padding-top: 3rem;
}
.flowlist01 > li:last-child {
	margin-bottom: var(--rem40);
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 0;
}
.flowlist01 > li .icon {
	font-size:1.6rem;
	color: #fff;
	background: #000000;
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	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 dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 1rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
}
.flowlist01 > li dl::before {
	width: 21px;
    height: 21px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    left: -11px;
	z-index: 1;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.6rem;
}
.flowlist01 > li dl dt {
	margin-bottom: 0;
	color: #163062;
	font-family: var(--font-family03);
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: .02em;
}
.flowlist01 > li dl dd {
	font-weight: 500;
	line-height: 1.8;
}
.flowlist01-figure {
	display: inline-flex;
	flex-direction: column;
	row-gap: var(--rem14);
	width: 24%;
	& > div {
		aspect-ratio: 267 / 240;
		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-radius: var(--px50);
		}
	}
}
@media (max-width: 768px) {
	.flowlist01Inner {
		flex-direction: column;
		row-gap: var(--rem40);
		padding: var(--rem40) var(--px40);
	}
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}

	.flowlist01 {
		width: 100%;
		padding-left: 3rem;
	}

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

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

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

	.flowlist01 > li dl::before {
		top: 1.1rem;
	}

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

	.flowlist01 > li dl dt {
		font-size: 1.4rem;
	}
	.flowlist01-figure {
		flex-direction: row;
		column-gap: var(--px14);
		width: 100%;
		padding-left: calc(3rem - 1.6rem);
		& > div img {
			border-radius: var(--px24);
		}
	}
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 {
    align-items: center;
	& + & {
        margin-top: var(--rem80);
    }
}
.teleco_v1 h2 {
	width: 100%;
    text-align: left;
}
.teleco_v1 .w50.image_box{
    aspect-ratio: 621 / 408;
	position: relative;
	overflow: hidden;
	border-radius: var(--px50);
}
.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{
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	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;
	padding: var(--rem30) 0;
}
@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: 116%;
	}
}
.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 {
		max-width: unset;
		padding: 20px;
		margin-bottom:0;
	}
}

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

.privacy-acceptance {
	.wpcf7-form-control-wrap {
		display: inline;
	}
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .wpcf7-form .wpcf7-date {
        text-align: left;
        appearance: none;
        min-width: 100%;
        height: 30px;
    }
    input[type="date"]::-webkit-date-and-time-value {
        text-align: left;
      }
}