@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=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #92D4D0;
	--color-primary-shade: #0067B4;
	--color-primary-tint: #52B4E3;
	--color-secondary: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%);
	--color-secondary-tint: #EF796B;
	--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: #545454;
	--header-color-font: #fff;
	--header-color-primary: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%);
	--header-color-primary-shade: #0067B4;
	--header-color-primary-tint: #52B4E3;
	/*------▼フッター設定▼------*/
	--footer-background: #545454;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Sorts Mill Goudy", serif;
    --font-family04: "Noto Serif JP", serif;
    --font-family05: "Poppins", 'Noto Sans JP', sans-serif;
    --font-family06: "Montserrat", 'Noto Sans JP', sans-serif;
    --font-family07: "Marcellus", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			position: relative;
			&::after {
				width: 2.2em;
				background: var(--color-secondary);
				margin: 0.8em auto 0;
			}
			&:is(.txt_l) {
				&::after {
					margin-left: 0;
				}
			}
            .ttl--primary__en {
				font-family: var(--font-family06);
                font-size: var(--rem60);
				line-height: 1;
                font-weight: 400;
                line-height: 1;
				letter-spacing: .08em;
				margin-bottom: .1em;
				&:is(.mb-mod-01) {
					margin-bottom: .4em;
				}
				.small {
					font-size: var(--rem40);
				}
            }
            .ttl--primary__ja {
				font-family: var(--font-family04);
                font-size: var(--rem20);
                font-weight: 400;
                line-height: 1.4;
				letter-spacing: .1em;
            }
        }
    }
	/* 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;
		}
	}
    p {
        line-height:2;
    }
	.flexbox {
		&:is(.flexbox--ordinarily) {
			display: flex;
		}
	}
	.anchorLinks {
		& > ul {
			display: flex;
			align-items: stretch;
			justify-content: center;
			gap: var(--rem48);
			margin-bottom: var(--rem80);
			@media screen and (max-width: 768px) {
				flex-wrap: wrap;
				gap: var(--rem24) var(--rem48);
			}
			@media screen and (max-width: 414px) {
				flex-wrap: wrap;
				gap: var(--rem24);
			}
			& > li {
				width: 100%;
				max-width: 300px;
				& > a {
					display: block;
					color: #fff;
					font-weight: 500;
					text-align: center;
					padding: 20px 30px 20px 10px;
					background: var(--color-primary);
					border: 1px solid var(--color-primary);
					border-radius: 50vh;
					position: relative;
					transition: all .3s;
					&:hover {
						color: var(--color-primary);
						background: #fff;
						&::after {
							border-color: var(--color-primary);
						}
					}
					&::after {
						display: block;
						content: '';
						position: absolute;
						top: 50%;
						right: 30px;
						width: 6px;
						height: 6px;
						border-right: 1px solid #fff;
						border-bottom: 1px solid #fff;
						-webkit-transform: rotate(-45deg);
						transform: rotate(45deg);
						margin-top: -3px;
						transition: all .3s;
					}
				}
			}
		}
		&:is(.anchorLinks--mod-01) {
			& > ul {
				gap: var(--rem14);
				margin-top: var(--rem60);
				& + & {
					margin-top: var(--rem30);
					@media screen and (max-width: 768px) {
						margin-top: var(--rem14);
					}
				}
				@media screen and (max-width: 768px) {
					flex-wrap: wrap;
				}
				& > li {
					width: 100%;
					max-width: calc((100% - (var(--rem14) * 4)) / 5);
					@media screen and (max-width: 768px) {
						width: calc((100% - var(--rem48)) / 2);
						max-width: unset;
					}
					& > a {
						font-size: var(--rem16);
						@media screen and (max-width: 1080px) {
							font-size: var(--rem14);
						}
					}
				}
			}
		}
	}
	.max-w {
		margin-left: auto;
		margin-right: auto;
		&:is(.leftSide) {
			margin-left: 0;
		}
		&:is(.rightSide) {
			margin-right: 0;
		}
		&:is(.max-w--250) {
			max-width: 250px;
		}
		&:is(.max-w--960) {
			max-width: 960px;
		}
		&:is(.max-w--1000) {
			max-width: 1000px;
		}
	}
	.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;
	}
	.ff-05 {
		font-family: var(--font-family05) !important;
	}
	.ff-06 {
		font-family: var(--font-family06) !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-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.5 !important;
	}
	.ls-mod-01 {
        letter-spacing: 0 !important;
    }
	.ls-mod-02 {
        letter-spacing: .1em !important;
    }
	.ls-mod-03 {
        letter-spacing: .12em !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-red {
        color: #FF0000;
    }
    .color-mod-01 {
        color: #3C3C3C;
    }
	.color-gradation {
		background: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%);;
		-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: block;
	@media screen and (max-width: 560px) {
		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: 140px;
		margin-top: -140px;
	}
}

/*-----------------------------
fullwide01_max1240
------------------------------*/
.fullwide01 {
	position: relative;
	background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat  center / cover;
	padding: var(--rem120) 0;
	&::before {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(180deg, #FFFFFF 0%, #92D4D0 46.15%, #4EAABB 94.23%);
		z-index: -1;
	}
}
.fullwide01_wrap {
    background: transparent;
    max-width: 1240px;
	width: 94%;
    margin: 0 auto;
    padding: calc(var(--rem48) * 2) var(--px80) var(--rem120);
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide01_inner {
    max-width: 960px;
	.read_txt {
		font-family: var(--font-family04);
		font-size: var(--rem24w);
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: .12em;
		@media screen and (max-width: 768px) {
			font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
		}
	}
	p {
		line-height: 2.5;
		letter-spacing: .12em;
	}
}
@media print, screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
column_05
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column05 {
	position: relative;
	margin: 0;
}
.column05_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
	&:is(.rev) {
		.txtarea {
			&::before {
				left: unset;
				right: 2px;
				transform: translateX(100%);
			}
		}
	}
}
.column05_wrap + .column05_wrap {
	margin-top: calc(100px + 70px);
}
.column05 .imgarea {
	position: relative;
	aspect-ratio: 938 / 720;
	overflow: hidden;
	width: 50%;
	z-index: 2;
}
.column05 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
	position: relative;
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px120) var(--px40);
	margin: 0 auto 130px 0;
	z-index: 1;
	&::before {
		display: block;
		content: "";
		width: 40%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 1px;
		transform: translateX(-100%);
	}
	@media screen and (max-width: 1366px) {
		padding: var(--px80) var(--px40);
		margin: 0 auto 30px 0;
	}
}
.column05 .txtarea .txtinner {
    max-width: 750px;
	.txtstyle02 {
		font-family: var(--font-family04);
		font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
		line-height: 1.6;
		letter-spacing: .12em;
		@media screen and (max-width: 768px) {
			font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
		}
	}
	p {
		line-height: 2.1;
		letter-spacing: .14em;
	}
}
@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column05_wrap + .column05_wrap {
		margin-top: 100px;
	}
	.column05_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column05_wrap.rev .txtarea {
		margin: 0 0% 160px auto;
	}
}
@media screen and (max-width: 1366px) {
	.column05_wrap.rev .txtarea {
		margin: 0 0% 30px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
	}
	.column05_wrap.rev {
		flex-direction: row;
	}
	.column05_wrap.rev .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
	.column05 .imgarea, .column05 .txtarea {
		width: 90%;
	}
	.column05 .imgarea {
		z-index: 0;
	}
	.column05 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
		&::before {
			display: none;
		}
	}
}

@media print, screen and (max-width: 768px) {
  .column05 .txtarea {
    padding: var(--px80) 5%;
  }
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column05 .txtstyle02, .column05 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column05 .txtstyle04, .column05 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column05 .txtstyle04:after, .column05 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtns {
	display: flex;
	flex-wrap: wrap;
	gap: var(--rem40) var(--px40);
	margin-top: var(--px60);
	& > .linkBtn {
		margin: 0 !important;
	}
}
.linkBtn, .post .linkBtn, a.linkBtn {
	border-radius: 0;
	&:is(.linkBtn--round) {
		max-width: 240px;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		font-family: var(--font-family05);
		font-weight: 700;
		letter-spacing: .1em;
		background: var(--color-secondary);
		padding: min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(1.5rem + (1vw - 1.92rem) * 0.3236), 1.5rem) min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem);
		margin: var(--px40) auto 0;
		border-radius: 50vh;
		transition: all .3s;
		i {
			margin-left: 1em;
		}
		&::after {
			display: none;
		}
		&:hover {
			background: var(--color-secondary);
			opacity: .7;
		}
	}
	&:is(.linkBtn--arw) {
		position: relative;
		display: inline-block;
		width: fit-content;
		max-width: unset;
		font-family: var(--font-family07);
		font-size: var(--rem24);
		color: #3C3C3C;
		line-height: 1.4;
		letter-spacing: .2em;
		text-align: left;
		background: transparent;
		font-weight: 400;
		padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) var(--rem14) 0;
		margin: var(--px40) auto 0;
		border-bottom: 2px solid #3C3C3C;
		border-radius: 0;
		transition: all .3s;
		&::after {
			content: none;
		}
		.arw {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			position: absolute;
			width: var(--rem36);
			height: var(--rem36);
			border: 1px solid #3C3C3C;
			border-radius: 50%;
			background: #3C3C3C;
			right: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			-webkit-transition: .4s;
			transition: .4s;
			&::after {
				content: '';
				position: absolute;
				width: 6px;
				height: 6px;
				border-style: solid;
				border-width: 1px 1px 0 0;
				border-color: #fff;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-70%, -50%) rotate(45deg);
				transform: translate(-70%, -50%) rotate(45deg);
				-webkit-transition: .4s;
				transition: .4s;
			}
		}
		&:hover {
			color: #3C3C3C;
			background: transparent;
			.arw {
				background: #fff;
				&::after {
					border-color: #3C3C3C;
				}
			}
		}
	}
	&:is(.linkBtn--large) {
		display: inline-block;
		max-width: unset;
		width: fit-content;
	}
}

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

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
.spmenu #menu p {
    color: #4EAABB;
}
.sticky-header #header-layout {
    background: var(--header-background);
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
	#header .logo img {
		width: 100%;
		max-width: 381px;
		max-height: 76px;
	}
	nav#mainNav ul li a {
		font-family: var(--font-family06);
		font-weight: 400;
		letter-spacing: .14em;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		color: var(--color-font);
	}
	nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;
	}
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li.current-menu-item a {
		color: #000;
	}
    #header ul.header__contact {
        & > li {
            position: relative;
            &::before {
                display: block;
                content: "";
                width: 1px;
                height: calc(100% - 40px);
                background: #FFF;
                position: absolute;
                top: 20px;
                left: 0;
            }
        }
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: transparent;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        position: relative;
        &:hover {
            color: var(--color-primary);
            background: transparent;
        }
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        &:hover {
            color: var(--color-primary);
        }
        &::before {
            display: none;
        }
		.tel_btn__info {
			.note {
				font-weight: 400;
				letter-spacing: .06em;
				b {
					font-weight: 400;
				}
			}
		}
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: var(--rem16);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem20);
        font-weight: 500;
		letter-spacing: .04em;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn {
		font-family: var(--font-family06);
        font-size: var(--rem16);
		font-weight: 400;
		letter-spacing: .14em;
        flex-direction: row;
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
    }
    #header a.head_btn.mail_btn::before {
        font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 2px;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 400;
		letter-spacing: .14em;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a:hover {
	background: transparent;
        b {
            color: var(--color-primary);
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
         color: var(--color-primary);
    }
    nav#mainNav ul li.current-menu-item a {
		color: var(--color-primary);
        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(--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) {
	#header a.head_btn.tel_btn {
		.tel_btn__info {
			.note {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
		}
    }
	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 {
		padding-left: var(--px18);
        padding-right: var(--px24);
	}

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

	#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) {
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: #4EAABB;
	}

	#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 ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4EAABB;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	nav#mainNav ul li a {
		color: #4d4d4d;
	}
	nav#mainNav ul li.current-menu-ancestor.current-menu-parent {
		color: #4EAABB;
	}
	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;
	}   
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
		max-width: 367px;
		max-height: 73px;
    }
	.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;
	}
}
/*-----------------------------
cta02_col2_max1240
------------------------------*/
.cta02 {
	position: relative;
	padding: min(calc(14rem + (1vw - 1.92rem) * 4.5307), 14rem) 0 min(calc(16rem + (1vw - 1.92rem) * 6.4725), 16rem);
	z-index: unset;
	background: url(/wp-content/uploads/cta_bg_02.png.webp) no-repeat  center / cover;
	padding: var(--rem120) 0;
	&::before {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(0deg, #52B4E3 0%, #DCF0F9 100%);
		z-index: -1;
	}
	.ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			position: relative;
			&::after {
				display: none;
			}
			&:is(.txt_l) {
				&::after {
					margin-left: 0;
				}
			}
            .ttl--primary__en {
				font-family: var(--font-family06);
                font-size: var(--rem60);
				line-height: 1;
                font-weight: 400;
                line-height: 1;
				letter-spacing: .08em;
				margin-bottom: .1em;
				&:is(.mb-mod-01) {
					margin-bottom: .4em;
				}
				.small {
					font-size: var(--rem40);
				}
            }
            .ttl--primary__ja {
				font-family: var(--font-family04);
                font-size: var(--rem20);
                font-weight: 400;
                line-height: 1.4;
				letter-spacing: .1em;
            }
        }
    }
	.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-mod-01 {
        color: #3C3C3C;
    }
	.color-gradation {
		background: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%);;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
}
.cta02 .cta02_wrap {
	max-width: 1240px;
    width: 90%;
    margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1;
}
.cta02 .ctabtnlist {
    justify-content: space-between;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
	background: #fff;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    transition: all ease .15s;
}
.cta02 .item:hover{
	opacity: 0.8;
}
	
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 2rem;
	}
}
	
/*ボタン共通パーツ*/

.cta02 .infotxt {
	font-size: var(--rem16);	
	font-weight: 700;
	letter-spacing: .1em;
	.note {
		font-size: var(--rem16);	
		font-weight: 700;
		b {
			font-weight: 700;
		}
	}
}
.cta02 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: var(--rem20);
	letter-spacing: .1em;
}

	
/*電話ボタン*/
	
.cta02 .telnum {
	font-size: var(--rem36);
	font-weight: 700;
	margin-bottom: 1rem;
	.infotxt {
		letter-spacing: .06em;
	}
}	
.cta02 a.telbtn {
    background: #fff;
	color: #3C3C3C;
	font-family: var(--font-family04);
}
	
/*メールボタン*/
	
.cta02 .mailarea.item {
	color: #fff;
	font-family: var(--font-family04);
    background: var(--color-secondary);
}
.cta02 .mailbtn-wrapper {
	max-width: 400px;
    width: 90%;
	background: #fff;
	border-radius: 50vh;
	margin: 0 0 1rem 0;
}
.cta02 a.mailbtn {
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: center;
    background: #fff;
    border-radius: 0;
    padding: 20px;
	background: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: var(--rem16);
	font-weight: 700;
}
	
/*ボタンアイコン*/
	
.cta02 a.mailbtn::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .telnum::before {
	content: '\f095';
	font-size: var(--rem30);
}
.cta02 a.mailbtn::before {
	content: '\f0e0';
	font-size: var(--rem20);
	background: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#mainImg {
		@media screen and (max-width: 768px) {
			display: none;
		}
	}
	#metaslider-id-218.sp-fv {
		display: none;
		width: 100vw !important;
		margin-left: calc(((100vw - 100%) / 2) * -1) !important;
		margin-right: calc(((100vw - 100%) / 2) * -1) !important;
		@media screen and (max-width: 768px) {
			display: block;
		}
	}
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
	/* CONTENT01 */
	#top_about {
		.front_contents {
			padding: var(--rem80) 0 var(--rem120);
			@media screen and (max-width: 768px) {
				padding: var(--rem80) 0 0;
			}
		}
	}
	/* CONTENT02 */
	#top_service {
		&.bg_wide {
			&::before {
				background: #4EAABB;
			}
		}
		.front_contents.sec01 {
			padding-bottom: var(--rem80);
		}
	}
	/* 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) {
	#metaslider-id-218.sp-fv {
		display: none !important;
	}
    #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-family04);
        font-weight: 700;
    }
	&:is(.single) {
		h1.title {
			color: var(--color-font);
		}
	}
    &.post, .post {
		h2 {
			font-family: var(--font-family04);
			font-size: var(--rem40);
			&::after {
				background: var(--color-secondary);
			}
		}
		h3 {
			font-family: var(--font-family04);
			border-bottom: 2px solid;
			border-image: linear-gradient(256.02deg, #92D4D0 -0.82%, #4EAABB 100%) 1;
		}
		.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;
			vertical-align: middle;
			background: var(--color-secondary);
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
		.googlemap {
            padding-bottom: 28%;
            @media screen and (max-width: 768px) {
                padding-bottom: 45%;
            }
        }
    }
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	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: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) var(--px24); /* 120-65px (1920-375) */
	h3 {
		width: 100%;
	}
}
@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 {
		padding: 20px 0;
		margin-bottom:0;
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				th {
					width: 30%;
					vertical-align: unset;
				}
			}
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
					background: var(--color-secondary);
					input {
						font-weight: 700;
					}
					&:hover {
						background: var(--color-secondary);
						opacity: .7;
					}
				}
			}
			.must {
				background: var(--color-secondary-tint);
			}
		}
	}
}