@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=Grandiflora+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFFCF6;
	--color-font: #111;
	--color-primary: #EE7E98;
	--color-primary-shade: #a7586a;
	--color-primary-tint: #f3a5b7;
	--color-secondary: #9BC3A2;
	--color-secondary-tint: #b9d5be;
	--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: #FFFCF6;
	--header-color-font: #EE7E98;
	--header-color-primary: #EE7E98;
	--header-color-primary-shade: #a7586a;
	--header-color-primary-tint: #f3a5b7;
	/*------▼フッター設定▼------*/
	--footer-background: #FFE3EC;
	--footer-color-font: #333;
	--footer-color-primary: #EE7E98;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Grandiflora One", cursive;
    --font-family04: "Noto Serif", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            &:is(.color-white) {
                .ttl--primary__en, .ttl--primary__ja {
                    color: #fff;
                }
            }
            .ttl--primary__en {
                color: var(--color-font);
				font-family: var(--font-family03);
                font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                font-weight: 400;
				line-height: 1.2;
				margin-bottom: 0;
				position: relative;
				&.color-common {
					color: var(--color-font);
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
            .ttl--primary__ja {
				color: var(--color-primary);
                font-size: min(calc(3.8rem + (1vw - 1.92rem) * 0.6472), 3.8rem);
                font-weight: 600;
                line-height: 1.4;
				@media screen and (max-width: 768px) {
					font-size: var(--rem36);
				}
				&.color-common {
					color: var(--color-font);
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
        }
		&:is(.txt_c) {
			.ttl--primary__en {
				justify-content: center;
                &::after {
                    margin: 1.1em auto 0;
                }
			}
			&::after {
				margin: 1.1em auto 0;
			}
		}
		&:is(.color-white) {
			.ttl--primary__en, .ttl--primary__ja {
				color: #fff;
			}
		}
    }
    h2 {
		text-align: unset;
        letter-spacing: unset;
	}
    p {
        line-height:2;
        letter-spacing: .05em;
    }
    .color-white {
        color: #fff;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.max-w-none {
		max-width: none !important;
		width: fit-content !important;
		padding-right: var(--px80) !important;
	}
}

/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.max-w {
	margin-left: auto;
	margin-right: auto;
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

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

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

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

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

/*-----------------------------
column_01
------------------------------*/
.sec01 {
	background: transparent;
}
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 540px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
button
------------------------------*/
/* 通常ボタン */
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 303px;
	font-family: var(--font-family04);
	font-size: var(--rem28);
	color: #333;
    line-height: 1.8;
    text-align: left;
    background: transparent;
	font-weight: 400;
    padding: 20px 30px 3px 10px;
    margin: var(--px40) auto 0;
	border-bottom: solid 2px #333;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    content: none;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	color: #333;
	background: transparent;
}
.linkBtn .arw, .post .linkBtn .arw, a.linkBtn .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(--px50);
	height: var(--px50);
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	right: 10px;
	top: calc(50% + 10px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn .arw::after, .post .linkBtn .arw::after, a.linkBtn .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn:hover .arw, .post .linkBtn:hover .arw, a.linkBtn:hover .arw  {
	background: #fff;
	border-color: var(--color-primary);
}
.linkBtn:hover .arw::after, .post .linkBtn:hover .arw::after, a.linkBtn:hover .arw::after {
	border-color: var(--color-primary);
}

/* カラーグリーン */
.linkBtn.linkBtn--green .arw, .post .linkBtn.linkBtn--green .arw, a.linkBtn.linkBtn--green .arw {
	background: #387C45;
	border: 1px solid #387C45;
}
.linkBtn.linkBtn--green .arw::after, .post .linkBtn.linkBtn--green .arw::after, a.linkBtn.linkBtn--green .arw::after {
}
.linkBtn.linkBtn--green:hover .arw, .post .linkBtn.linkBtn--green:hover .arw, a.linkBtn.linkBtn--green:hover .arw  {
	background: #fff;
	border-color: #387C45;
}
.linkBtn.linkBtn--green:hover .arw::after, .post .linkBtn.linkBtn--green:hover .arw::after, a.linkBtn.linkBtn--green:hover .arw::after {
	border-color: #387C45;
}

/* カラーブルー */
.linkBtn.linkBtn--blue .arw, .post .linkBtn.linkBtn--blue .arw, a.linkBtn.linkBtn--blue .arw {
	background: #68ADFF;
	border: 1px solid #68ADFF;
}
.linkBtn.linkBtn--blue .arw::after, .post .linkBtn.linkBtn--blue .arw::after, a.linkBtn.linkBtn--blue .arw::after {
}
.linkBtn.linkBtn--blue:hover .arw, .post .linkBtn.linkBtn--blue:hover .arw, a.linkBtn.linkBtn--blue:hover .arw  {
	background: #fff;
	border-color: #68ADFF;
}
.linkBtn.linkBtn--blue:hover .arw::after, .post .linkBtn.linkBtn--blue:hover .arw::after, a.linkBtn.linkBtn--blue:hover .arw::after {
	border-color: #68ADFF;
}

/* カラーパープル */
.linkBtn.linkBtn--purple .arw, .post .linkBtn.linkBtn--purple .arw, a.linkBtn.linkBtn--purple .arw {
	background: #8E4593;
	border: 1px solid #8E4593;
}
.linkBtn.linkBtn--purple .arw::after, .post .linkBtn.linkBtn--purple .arw::after, a.linkBtn.linkBtn--purple .arw::after {
}
.linkBtn.linkBtn--purple:hover .arw, .post .linkBtn.linkBtn--purple:hover .arw, a.linkBtn.linkBtn--purple:hover .arw  {
	background: #fff;
	border-color: #8E4593;
}
.linkBtn.linkBtn--purple:hover .arw::after, .post .linkBtn.linkBtn--purple:hover .arw::after, a.linkBtn.linkBtn--purple:hover .arw::after {
	border-color: #8E4593;
}

/*　お問い合わせ送信ボタン .linkBtnの影響を除外*/
.wpcf7-form {
    .linkBtn, .post .linkBtn {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 191px;
        color: #333;
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        text-align: left;
        background: transparent;
        padding: 0;
        margin: 0 auto;
        border: 1px solid transparent;
        transition: all .3s;
        &::after {
            display: block;
            content: "";
            border-color: #fff;
        }
        &:hover {
			background: transparent;
            .wpcf7-form-control.wpcf7-submit {
                color: #fff;
				background: var(--color-secondary);
				border: 1px solid var(--color-secondary);
            }
            &::after {
                border-color: #fff;
            }
        }
    }
    .linkBtn::after, input.linkBtn::after, .linkBtn::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        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;
    }
    .linkBtn::after, .linkBtn::after, a.linkBtn::after {
        border-color: #fff;
    }
    .post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
        border-color: #fff;
    }
    .subimitarea .linkBtn input[type="submit"] {
        display: block;
        width: 100%;
        font-family: var(--body-font-family);
        text-align: left;
        margin: 0 auto;
        padding: 12px 30px 12px 15px;
		color: #fff;
		background: var(--color-primary);
		border: 1px solid var(--color-primary);
		transition: all .3s;
		&:hover {
			background: var(--color-secondary);
			border: 1px solid var(--color-secondary);
		}
    }
}


/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
	#header .logo img {
    width: 100%;
}
	nav#mainNav ul li a:active, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
		background: transparent;
	}
	nav#mainNav ul li a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--color-primary);
	}
	#header a.head_btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: var(--header-color-primary);
		color: #fff;
		font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
		font-weight: 600;
		line-height: 1.4;
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.5580), 20px);
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header a.head_btn.tel_btn {
		background: var(--color-secondary);
		&:hover {
			background: var(--color-secondary-tint);
		}
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
    padding: var(--px60) 0 var(--px30);
}
#footer .inner {
    width: 95%;
    max-width: none;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
    margin-bottom: 20px;
}
#footer .socialicon ul, .socialicon ul {
	margin-left: -.6em;
    justify-content: flex-start;
	& > li:first-child {
		order: 3;
	}
}
#footer .footer__bottom {
    display: flex;
    justify-content: space-between;
	margin-top: var(--rem60);
	@media screen and (max-width: 768px) {
		flex-direction: column;
		align-items: flex-start;
	}
}
#footer .footnav {
	margin-bottom: 0;
	li {
		margin-bottom: 0;
	}
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}
#footer ul li a {
    color: var(--color-font);
	&:hover {
		color: var(--color-font);
	}
}
#copyright {
    margin: 0;
}

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

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: calc(1600px + 10%);
	}
}
/* CONTENT01 */
.top_concept {
	padding: min(calc(16rem + (1vw - 1.92rem) * 6.4725), 16rem) 0 min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);;
	&.bg_wide::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100vw;
		height: 100%;
		background: #BEE1C4;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		content: "";
		z-index: -1;
	}
	.fullwide01 {
		padding: 0;
		.fullwide01_inner {
			.ttl.ttl--primary {
				margin-top: calc(var(--rem80) * -1);
			}
			& > p:not(.read_txt) {
				line-height: 3.5;
			}
		}
		div:has(.linkBtn) {
			@media screen and (max-width: 768px) {
				width: 80%;
				margin-left: auto;
				margin-right: auto;
			}
		}
	}
	.fullwide01_wrap {
		width: 70%;
		position: relative;
		&::before, &::after {
			display: block;
			content: "";
			aspect-ratio: 111 / 689;
			width: 5.7vw;
			height: auto;
			background: url(/wp-content/uploads/top_concept_01.png.webp) no-repeat center / contain;
			position: absolute;
			top: calc(50% + var(--rem20));
		}
		&::before {
			left: -13%;
			transform: translateY(-50%);
		}
		&::after {
			right: -13%;
			transform: rotate(180deg) translateY(50%);
		}
		@media screen and (max-width: 768px) {
			width: 80%;
			padding: 0 var(--px40) var(--px80);
			&::before {
				left: -12%;
				transform: translateY(-50%);
			}
			&::after {
				right: -12%;
				transform: rotate(180deg) translateY(50%);
			}
		}
	}
}
/* CONTENT02 */
.top_products {
	.column01 {
		.txtarea {
			background: transparent;
			.txtinner {
				max-width: 650px;
				p {
					line-height: 3.5;
				}
			}
		}
	}
}
/* instagram */
.top_insta {
    margin-bottom: min(calc(13rem + (1vw - 1.92rem) * 2.5890), 13rem);
    .linkBtn {
        max-width: 413px;
        .fa-brands.fa-instagram {
            margin-right: var(--px20);
            &::before {
                font-size: var(--rem30);
                top: 1px;
                position: relative;
            }
        }
    }
}
/* CONTENT03 */
.top_shop {
	&.bg_wide::before {
		background: url(/wp-content/uploads/top_shop_bg_01.png) repeat top 10px center;
	}
	.front_contents {
		@media screen and (max-width: 768px) {
    		padding-top: var(--rem80);
		}
	}
	.column01 {
		.flexbox.column01_wrap {
			column-gap: var(--px80);
		}
		.imgarea {
			@media screen and (max-width: 768px) {
				margin-bottom: var(--rem80);
			}
		}
		.txtarea {
			border: 1px solid #666666;
			position: relative;
			&::before {
				display: block;
				content: "";
				width: 100%;
				height: 100%;
				background: #A7BBCB;
				position: absolute;
				top: 20px;
				left: 20px;
				z-index: -1;
			}
			.txtinner {
				max-width: 600px;
				p {
					line-height: 3.5;
				}
			}
			@media screen and (max-width: 768px) {
				&::before {
					top: 10px;
					left: 10px;
				}
			}
		}
	}
}

/* POST */
.top_news {
	max-width: 1240px;
	padding: 0 0 var(--px120);
    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-primary);

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

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	#content.wide {
		padding-bottom: var(--rem80);
	}
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: var(--color-primary);
        font-size: var(--rem48);
        font-family: var(--font-family01);
        font-weight: 400;
    }
	header#h1Header {
		background: transparent;
	}
    .post {
		h3 {
			&.color-common {
				border-bottom: 2px solid var(--color-font);
			}
			&.color-green {
				border-bottom: 2px solid #387C45;
			}
			&.color-blue {
				border-bottom: 2px solid #68ADFF;
			}
			&.color-pink {
				border-bottom: 2px solid #EE7E98;
			}
			&.color-purple {
				border-bottom: 2px solid #8E4593;
			}
		}
        ul {
            li {
                font-size: var(--rem18);
            }
        }
        table th, table td {
            font-size: var(--rem20);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            font-weight: 700;
			background: #FFE4EC;
        }
        .anchorLink-view {
            padding-top: 120px;
            margin-top: -120px;
        }
    }
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 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); /* 120-65px (1920-375) */
}
@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;
		margin-bottom:0;
	}
}
/*------------------------------------------------------
事業内容＿リンクボタン
------------------------------------------------------*/
.center-button {
  text-align: center;
}

.linkBtn {
  display: inline-block;
}
