@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&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&family=Yuji+Mai&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFFAFA;
    --color-font: #333333;
    --color-primary: #E8ACC7;
    --color-primary-shade: #F8A1A1;
    --color-primary-tint: #DA397A;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(16px, .94vw, 18px);
    --body-line-height: 1.66;
    --body-letter-spacing: .03em;
    --body-font-family: "Zen Kaku Gothic New", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFFFFF;
    --header-color-font: #333333;
    --header-color-primary: #E8ACC7;
    --header-color-primary-shade: #F8A1A1;
    --header-color-primary-tint: #DA397A;
    /*------▼フッター設定▼------*/
    --footer-background: #E8ACC7;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Zen Kaku Gothic New", sans-serif;
    --font-family02: "Poppins", sans-serif;
    --font-family03: "Yuji Mai", serif;
	--font-family04: "Open Sans", sans-serif;
    --font-family05: "Oswald", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size10: clamp(8px, .63vw, 10px);
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(16px, .94vw, 18px);
    --font-size20: clamp(16px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.85vw, 32px);
    --font-size34: clamp(22px, 1.85vw, 34px);
    --font-size36: clamp(24px, 2vw, 36px);
    --font-size38: clamp(24px, 2.1vw, 38px);
    --font-size40: clamp(24px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size44: clamp(26px, 2.4vw, 44px);
    --font-size46: clamp(28px, 2.61vw, 46px);
    --font-size48: clamp(28px, 2.61vw, 48px);
    --font-size50: clamp(28px, 2.61vw, 50px);
    --font-size60: clamp(30px, 3.2vw, 60px);
    /*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-44: clamp(20px, 2.61vw, 44px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
	--clamp-160: clamp(80px, 8.4vw, 160px);
    --clamp-190: clamp(100px, 10.42vw, 190px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	max-width: var(--content-max-width);
	margin: 0 auto;
	width: 90%;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.content_inner--lg {
	width: 94%;
}
.max_wFull {
    position: relative;
    width:100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.max_w1540 {max-width: 1540px;}
.max_w1400 {max-width: 1400px;}
.max_w1100 {max-width: 1100px;}
.max_w470 {max-width: 470px;}
@media print, screen and (max-width: 768px) {
	.content_inner {
		width: 90%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* ==== post ~ ===== */
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-font);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    margin-bottom: .5em;
    font-weight: bold;
}
.post p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h2 {font-size: var(--font-size28);}
.post h3 {font-size: var(--font-size22);}
.post h4 {font-size: var(--font-size20);}
.post h5 {font-size: var(--font-size18);}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.txt-bg, .post .txt-bg {
	padding: .2em .3em;
	display: inline-block;
	margin-right: .6em;
    background-color: var(--color-primary);
}
.text-indent_1 {
    text-indent: 1em;
    display: block;
}
.gap {gap: 4%;}
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(300px, 23vw, 425px);
	margin: 0;
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--clamp-44) * 1)) / 2);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card--col-2 {gap: var(--clamp-30) var(--clamp-44);}
.card--col-3 {gap: var(--px24)}
.card--col-4 {gap: 20px;}
.card--col-5 {gap: 20px;}
.card__item--col-1 {width: calc((100% - (20px * 0)) / 1);}
.card__item--col-2 {width: calc((100% - (var(--clamp-44) * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (var(--px24) * 2)) / 3);}
.card__item--col-4 {width: calc((100% - (20px * 3)) / 4);}
.card__item--col-5 {width: calc((100% - (20px * 4)) / 5);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card__item--col-5 {width: calc((100% - (20px * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.card {
		width: 94%;
		margin: 0 auto;
	}
    .card {flex-direction: row;}
    .card--col-2, .card--col-3 {
        gap: 15px;
    }
    .card__item--col-2, .card__item--col-3, .card__item--col-4 {
        width: 100%;
        margin-bottom: 0;
    }
    .card__item--col-5 {
        width: calc((100% - (20px * 1)) / 2);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
/*     .card__item--col-4, .card__item--col-5 {
        width: 100%;
		margin: 0 auto;
    } */
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    font-size: var(--body-font-size);
    font-weight: 500;
    line-height: var(--body-line-height);
    color: var(--color-font);
    background: transparent;
    border-bottom: 1px solid var(--color-table-border);
    padding: 1.2em 1em;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
		padding: 1em;
    }
	.post table th {
        background: #FEF4F4;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary-tint);
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: var(--color-primary-tint);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 2px solid;
    border-bottom: 2px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size42);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .7;
    background: #E8ACC7;
}
@media print, screen and (max-width: 1023px) {
	#h1Header #thumb img {
		width: 100%;
        object-fit: cover;
	}
	#thumbImg, header#h1Header {
		height: clamp(150px, 30vw, 300px);
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: transparent;
}
#breadcrumb ul li, #breadcrumb ul li a {
	font-weight: 500;
    color: var(--color-font);
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size18);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
	font-weight: 500;
}
.post h2.cat-loop {
	font-size: var(--font-size18);
	font-weight: 500;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-weight: 500;
	font-size: var(--font-size18);
}
.post_link, .post2b_link, .post4b_link {
	color: var(--color-primary);
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-○○
* == == == == == == == == == == == == == == == == == == */
.c-ttl-01, .post .c-ttl-01 {
    font-size: var(--font-size42);
    font-weight: bold;
    font-family: var(--font-family01);
    line-height: 1.5;
}
.c-ttl-01 .sub, .post .c-ttl-01 .sub {
    display: inline-block;
    position: relative;
    padding-top: .3em;
    color: var(--color-primary-tint);
	font-size: var(--font-size26);
	font-weight: 500;
	font-family: var(--font-family02);
}
.c-ttl-01 .sub::before, .post .c-ttl-01 .sub::before {
    content: '';
    position: absolute;
    width: .3em;
    height: .3em;
    background-color: var(--color-primary-tint);
    border-radius: 50vw;
    left: 0;
    top: 0;
}
.c-ttl-01--white, .post .c-ttl-01--white {
    color: #FFF;
}
.c-ttl-01--white .sub, .post .c-ttl-01--white .sub {
    color: #FFF;
}
.c-ttl-01--white .sub::before, .post .c-ttl-01--white .sub::before {
    background-color: #FFF;
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    font-size: var(--font-size28);
    font-weight: 600;
    font-family: var(--font-family01);
    line-height: 1.5;
    padding-bottom: .6em;
    margin-bottom: .6em;
    border-bottom: 3px dashed var(--color-primary-shade);
}
/* ==== c-subTtl-01 ==== */
.c-subTtl-01, .post .c-subTtl-01 {
    font-size: var(--font-size22);
    font-weight: 600;
    font-family: var(--font-family01);
    padding-bottom: .7em;
    margin-bottom: .7em;
    position: relative;
	text-align: center;
}
.c-subTtl-01::before, .post .c-subTtl-01::before {
    content: '';
    position: absolute;
    width: 1.8em;
    height: .23em;
    background: var(--color-primary-shade);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* ==== c-subTtl-02 ==== */
.c-subTtl-02, .post .c-subTtl-02 {
    padding-left: 1em;
    position: relative;
}
.c-subTtl-02::before, .post .c-subTtl-02::before {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    background: var(--color-font);
    border-radius: 50vw;
    left: 0;
    top: .6em;
}
/* ==== c-txt-marker ==== */
.c-txt-marker, .post .c-txt-marker {
    background: linear-gradient(0, #FEF4F4 40%, transparent 40%);
	display: inline;
}
/* ==== c-tag ==== */
.c-tag, .post .c-tag {
    color: #FFF;
	font-size: var(--font-size18);
    background: var(--color-primary);
	font-family: var(--font-family02);
    font-weight: bold;
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .3em;
    padding: .3em 1em;
    border-radius: 50vw;
}
/* ==== c-icon ==== */
.c-icon, .post .c-icon {
    max-width: 90px;
    width: 20%;
    margin: 0 auto 5px;
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
}
.c-btn-content--page, .post .c-btn-content--page {
    gap: var(--clamp-20) 12px;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 10px;
	}
}
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size18);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    text-align: center; 
    color: #FFF;
    background: var(--color-primary-tint);
    width: 90%;
    max-width: 280px;
    padding: .8em 3em;
    border-radius: 50vw;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color:var(--color-primary-tint);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    outline: 1px solid;
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '\f0a9';
    position: absolute;
    font-family: 'FontAwesome';
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
	font-weight: 500;
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 2px solid #FFFAFA;
}
table.c-table th, .post table.c-table th {
    background-color: var(--color-primary);
	color: #FFF;
} 
table.c-table td, .post table.c-table td {
    background-color: #FFF;
    color: var(--color-font);
}
@media print, screen and (max-width: 768px) {
}
/*  */
table.c-table--col-5, .post table.c-table--col-5 {
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 800px;
}

table.c-table--col-5, .post table.c-table--col-5, table.c-table--col-5 th, .post table.c-table--col-5 th, table.c-table--col-5 td, .post table.c-table--col-5 td {
    border-color: var(--color-table-border);
}

@media print, screen and (max-width: 768px) {
	.post table.c-table--col-5 th, .post table.c-table--col-5 td {
		display: table-cell;
		text-align: center;
	}
}
/* ==== c-flow ==== */
.c-flow, .post .c-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.c-flow__item, .post .c-flow__item {
    display: flex;
    flex-direction: row;
    position: relative;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height)
}
.c-flow__item::after, .post .c-flow__item::after {
    content: '';
    position: absolute;
    border-top: 20px solid var(--color-primary);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-flow__item:last-child::after, .post .c-flow__item:last-child::after {
	display: none;
}
.c-flow__num, .post .c-flow__num {
    font-size: var(--font-size36);
    font-family: var(--font-family02);
    font-weight: bold;
    background: var(--color-primary);
    color: #FFF;
    width: 3.8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    border-radius: 5px 0 0 5px;
    padding: .5em;
}
.c-flow__num::before, .post .c-flow__num::before {
    content: 'STEP';
    font-size: .5em;
}
.c-flow__txt, .post .c-flow__txt {
    background: #FFF;
    flex: 1;
    padding: min(5%, 25px) min(5%,25px);
    border-radius: 0 5px 5px 0;   
}
@media print, screen and (max-width: 768px) {	
    .c-flow__item, .post .c-flow__item {
        flex-direction: column;
    }
    .c-flow__num, .post .c-flow__num,
    .c-flow__txt, .post .c-flow__txt {
        flex: 1;
        width: auto;
    }
    .c-flow__num, .post .c-flow__num {
        border-radius: 5px 5px 0 0;
    }
    .c-flow__txt, .post .c-flow__txt {
        border-radius: 0 0 5px 5px;
        padding: 3% 3% 5%;
    }
}
/* ==== c-list-check ==== */
.c-list-check, .post .c-list-check {
    gap: 10px;
	display: flex;
	flex-direction: column;
}
.c-list-check__item, .post .c-list-check__item {
    font-size: var(--font-size18);
    font-weight: bold;
    color: var(--color-font);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: .75em;
}
.c-list-check__item i, .post .c-list-check__item i {
    font-size: 1em;
    color: var(--color-primary-tint);
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout ==== */
.p-tAbout {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
.p-tAbout::before {
    content: '';
    position: absolute;
    width: 35%;
    max-width: 605px;
    height: 70%;
    background: #E8ACC7;
    opacity: .12;
    right: 0;
    top: 0;
}
.p-tAbout__img {
    position: relative;
}
.p-tAbout__img::before {
    content: '';
    position: absolute;
    width: 18%;
    height: 30%;
    background: #F7A1A1;
    opacity: .3;
    z-index: -1;
    left: -4%;
    bottom: -9%;
}
@media print, screen and (max-width: 768px) {	
    .p-tAbout::before {
        height: 20%;
    }
    .p-tAbout__img {
        width: 90%;
        margin: 0 auto 20px;
    }
}
/* ==== p-tFeatures ==== */
.p-tFeatures {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-80);
}
.p-tFeatures::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1895px;
    height: 100%;
    background: url(/wp-content/uploads/top_features_bg01.jpg) left center / cover no-repeat;
    z-index: -1;
    border-radius: 0 var(--clamp-70) var(--clamp-70) 0;
    top: 0;
    left: 0;
}
.p-tFeatures::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    background: url(/wp-content/uploads/top_features_bg02.png) bottom right / contain no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media print, screen and (max-width: 768px) {	
}
.p-tService {
    padding-top: var(--clamp-100);
}
.p-tService__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: var(--clamp-120) var(--clamp-30);
    border: 2px solid #F0EFEE;
}
.p-tService__item--01 {
    background: linear-gradient(#5A4848CC,#5A4848CC), url(/wp-content/uploads/top_service_01.jpg) center / cover no-repeat;
}
.p-tService__item--02 {
    background: linear-gradient(#5A4848CC,#5A4848CC), url(/wp-content/uploads/top_service_02.jpg) center / cover no-repeat;
}
.p-tService__ttl, .post .p-tService__ttl {
    font-size: var(--font-size32);
}
.p-tService__ttl .num, .post .p-tService__ttl .num {
    font-size: 1.7em;
    font-family: var(--font-family02);
    display: block;
}
@media print, screen and (max-width: 768px) {
    .p-tService__item {
        padding: var(--clamp-80) var(--clamp-30);
    }
}
/* ==== p-tArea ==== */
.p-tArea {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-80);
}
.p-tArea__list, .post .p-tArea__list {
    display: flex;
    font-size: var(--font-size22);
    font-weight: bold;
    gap: .5em 1.6em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.p-tArea__list li, .post .p-tArea__list li {
    padding-left: 1em;
    position: relative;
}
.p-tArea__list li::before, .post .p-tArea__list li::before {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    background: var(--color-primary-tint);
    border-radius: 50vw;
    left: 0;
    top: .8em;
}

@media print, screen and (max-width: 768px) {
	.p-tArea__list, .post .p-tArea__list {
		gap: .2em 1em;
	}
}
/* ==== p-tNews ==== */
.p-tNews {
    padding-top: var(--clamp-70);
    padding-bottom: var(--clamp-90);
	background: #FDFBFB;
	margin-bottom: var(--clamp-60);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-company ==== */
.p-company::before {
    content: '';
    position: absolute;
    width: 100%;
    height: clamp(300px, 32vw, 550px);
    background: url(/wp-content/uploads/greeting_bg.png) right top / contain no-repeat;
    top: 0;
    left: 0;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-cta ==== */
.p-cta {
	margin-top: var(--clamp-70);
	letter-spacing: .06em;
}
.p-cta__btn {
    background: #FFF;
    display: flex;
    justify-content: space-between;
	transition: .3s ease;
	border-radius: 5px;
	overflow: hidden;
	height: 15em;
}
.p-cta__btn:hover {
	opacity: .6;
}
.p-cta__btn:hover img {
	opacity: 1;
}
.p-cta__img {
    width: 35%;
}
.p-cta__txtArea {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
    text-align: center;
    flex-direction: column;
}
.p-cta__txt .main {
    color: var(--color-primary-tint);
    font-size: var(--font-size24);
    font-weight: bold;
}
.p-cta__txt .main--num {
    font-size: var(--font-size32);
    font-family: var(--font-family04);
}
.p-cta__txt .main--num .sub {
    font-size: .7em;
}
.p-cta__txt .sub {
    font-size: var(--font-size16);
    font-weight: 500;
}
.p-cta__txt .numSub {
    font-size: .7em;
}
@media print, screen and (max-width: 768px) {	
	.p-cta__btn {
		max-width: 400px;
		max-height: 115px!important;
		margin-left: auto;
		margin-right: auto;
	}
	.p-cta__img {
		width: 25%;
	}
}


/* == == == == == == == == == == == == == == == == == == 
* utility / u-○○
* == == == == == == == == == == == == == == == == == == */
/* ====  font-family / u-ff-○○ ===== */
.u-ff-01, .post .u-ff-01 {font-family: var(--font-family01);}
.u-ff-02, .post .u-ff-02 {font-family: var(--font-family02);}
.u-ff-03, .post .u-ff-03 {font-family: var(--font-family03);}
.u-ff-04, .post .u-ff-04 {font-family: var(--font-family04);}
.u-ff-05, .post .u-ff-05 {font-family: var(--font-family05);}
/* ====  font-style / u-fst-○○ ===== */
.u-fst-normal, .post .u-fst-normal {font-style: normal;}
.u-fst-italic, .post .u-fst-italic {font-style: italic;}
/* ====  font-weight / u-fw-○○ ===== */
.u-fw-100, .post .u-fw-100 {font-weight: 100}
.u-fw-200, .post .u-fw-200 {font-weight: 200}
.u-fw-300, .post .u-fw-300 {font-weight: 300}
.u-fw-400, .post .u-fw-400 {font-weight: 400}
.u-fw-500, .post .u-fw-500 {font-weight: 500}
.u-fw-600, .post .u-fw-600 {font-weight: 600}
.u-fw-700, .post .u-fw-700 {font-weight: 700}
.u-fw-800, .post .u-fw-800 {font-weight: 800}
.u-fw-900, .post .u-fw-900 {font-weight: 900}
.u-fw-regular, .post .u-fw-regular {font-weight: normal}
.u-fw-mid, .post .u-fw-mid {font-weight: 500}
.u-fw-bold, .post .u-fw-bold {font-weight: bold}
.u-fw-black, .post .u-fw-black {font-weight: 900}
/* ====  font-size / u-fs-○○ ===== */
.u-fs-12, .post .u-fs-12 {font-size: var(--font-size12)!important;}
.u-fs-14, .post .u-fs-14 {font-size: var(--font-size14)!important;}
.u-fs-16, .post .u-fs-16 {font-size: var(--font-size16)!important;}
.u-fs-18, .post .u-fs-18 {font-size: var(--font-size18)!important;}
.u-fs-20, .post .u-fs-20 {font-size: var(--font-size20)!important;}
.u-fs-22, .post .u-fs-22 {font-size: var(--font-size22)!important;}
.u-fs-24, .post .u-fs-24 {font-size: var(--font-size24)!important;}
.u-fs-26, .post .u-fs-26 {font-size: var(--font-size26)!important;}
.u-fs-28, .post .u-fs-28 {font-size: var(--font-size28)!important;}
.u-fs-30, .post .u-fs-30 {font-size: var(--font-size30)!important;}
.u-fs-32, .post .u-fs-32 {font-size: var(--font-size32)!important;}
.u-fs-34, .post .u-fs-34 {font-size: var(--font-size34)!important;}
.u-fs-36, .post .u-fs-36 {font-size: var(--font-size36)!important;}
.u-fs-38, .post .u-fs-38 {font-size: var(--font-size38)!important;}
.u-fs-40, .post .u-fs-40 {font-size: var(--font-size40)!important;}
.u-fs-42, .post .u-fs-42 {font-size: var(--font-size42)!important;}
.u-fs-44, .post .u-fs-44 {font-size: var(--font-size44)!important;}
.u-fs-46, .post .u-fs-46 {font-size: var(--font-size46)!important;}
.u-fs-48, .post .u-fs-48 {font-size: var(--font-size48)!important;}
.u-fs-50, .post .u-fs-50 {font-size: var(--font-size50)!important;}
.u-fs-60, .post .u-fs-60 {font-size: var(--font-size60)!important;}
/* ====  line-height / u-lh-○○ ===== */
.u-lh-10, .post .u-lh-10 {line-height: 1;}
.u-lh-11, .post .u-lh-11 {line-height: 1.1;}
.u-lh-12, .post .u-lh-12 {line-height: 1.2;}
.u-lh-13, .post .u-lh-13 {line-height: 1.3;}
.u-lh-14, .post .u-lh-14 {line-height: 1.4;}
.u-lh-15, .post .u-lh-15 {line-height: 1.5;}
.u-lh-16, .post .u-lh-16 {line-height: 1.6;}
.u-lh-17, .post .u-lh-17 {line-height: 1.7;}
.u-lh-18, .post .u-lh-18 {line-height: 1.8;}
.u-lh-19, .post .u-lh-19 {line-height: 1.9;}
.u-lh-20, .post .u-lh-20 {line-height: 2;}
.u-lh-25, .post .u-lh-25 {line-height: 2.5;}
/* ===== letter-spacing / u-ls-○○ ===== */
.u-ls-0, .post .u-ls-0 {letter-spacing: 0;}
.u-ls-05, .post .u-ls-05 {letter-spacing: 0.05em;}
.u-ls-1, .post .u-ls-1 {letter-spacing: 0.1em;}
.u-ls-2, .post .u-ls-2 {letter-spacing: 0.2em;}
/* ===== text-decoration / u-td-○○ ===== */
.u-td-underline, .post .u-td-underline {text-decoration: underline;}
.u-td-none, .post .u-td-none {text-decoration: none;}
.u-td-line-through, .post .u-td-line-through {text-decoration: line-through;}
.u-td-overline, .post .u-td-overline {text-decoration: overline;}
/* :hover */
a:hover .u-td-underline, .post a:hover .u-td-underline, a.u-td-underline:hover, .post a.u-td-underline:hover {text-decoration: none;}
/* ====  color / u-color-○○ ===== */
.u-color-body, .post .u-color-body {color: var(--color-background);}
.u-color-font, .post .u-color-font {color: var(--color-font);}
.u-color-primary, .post .u-color-primary {color: var(--color-primary);}
.u-color-tint, .post .u-color-tint {color: var(--color-primary-tint);}
.u-color-shade, .post .u-color-shade {color: var(--color-primary-shade);}
.u-color-secondary, .post .u-color-secondary {color: var(--color-secondary);}
.u-color-white, .post .u-color-white {color: #FFF;}
.u-color-black, .post .u-color-black {color: #000;}
.u-color-scond, .post .u-color-scond {color: #231815;}
/* ===== background / u-bg-○○ ===== */
.u-bg-white, .post .u-bg-white {background-color: #fff;}
.u-bg-gray, .post .u-bg-gray {background-color: #F4F4F4;}
.u-bg-pink, .post .u-bg-pink {background-color: #FEF4F4;}
.u-bg-body, .post .u-bg-body {background: var(--color-background);}
.u-bg-primary, .post .u-bg-primary {background-color: var(--color-primary);}
.u-bg-tint, .post .u-bg-tint {background: var(--color-primary-tint);}
.u-bg-shade, .post .u-bg-shade {background: var(--color-primary-shade);}
.u-bg-transparent, .post .u-bg-transparent {background: transparent;}
/* ===== display / u-d-○○ ===== */
.u-d-block, .post .u-d-block {display: block;}
.u-d-inline, .post .u-d-inline {display: inline;}
.u-d-inline-block, .post .u-d-inline-block {display: inline-block;}
.u-d-flex, .post .u-d-flex {display: flex;}
.u-d-none, .post .u-d-none {display: none;}
/* ===== flexbox / u-jc-○○ / u-ai-○○ ===== */
.u-jc-start, .post .u-jc-start {justify-content: flex-start;}
.u-jc-center, .post .u-jc-center {justify-content: center;}
.u-jc-end, .post .u-jc-end {justify-content: flex-end;}
.u-jc-between, .post .u-jc-between {justify-content: space-between;}
.u-jc-around, .post .u-jc-around {justify-content: space-around;}
.u-jc-evenly, .post .u-jc-evenly {justify-content: space-evenly;}
.u-ai-start, .post .u-ai-start {align-items: flex-start;}
.u-ai-center, .post .u-ai-center {align-items: center;}
.u-ai-end, .post .u-ai-end {align-items: flex-end;}
.u-flex-1, .post .u-flex-1 {flex: 1;}
/* ===== border / u-bd-○○ ===== */
.u-bd, .post .u-bd {border: 1px solid;}
.u-bd-none, .post .u-bd-none {border: none;}
.u-bd-top, .post .u-bd-top {border-top: 1px solid;}
.u-bd-bottom, .post .u-bd-bottom {border-bottom: 1px solid;}
.u-outline, .post .u-outline {outline: 1px solid #EDE4E4;}
/* ===== radius / u-radius-○○ ===== */
.u-radius, .post .u-radius {border-radius: 10px;}
.u-radius-sm, .post .u-radius-sm {border-radius: 5px;}
.u-radius-lg, .post .u-radius-lg {border-radius: 20px;}
.u-radius-topHalf, .post .u-radius-topHalf {border-radius: 10px 10px 0 0;}
/* ===== overflow / u-of-○○ ===== */
.u-of-visible, .post .u-of-visible {overflow: visible;}
.u-of-hidden, .post .u-of-hidden {overflow: hidden;}
.u-of-scroll, .post .u-of-scroll {overflow: scroll;}
.u-of-auto, .post .u-of-auto {overflow: auto;}
.u-ofx-scroll, .post .u-ofx-scroll {overflow-x: scroll;}
/* ===== box-shadow / u-shadow-○○ ===== */
.u-shadow, .post .u-shadow {box-shadow: 0 3px 20px #0000000D;}
.u-shadow-sm, .post .u-shadow-sm {box-shadow: 0 3px 20px #5353530D;}
/* ===== position / u-pos-○○ ===== */
.u-pos-static, .post .u-pos-static {position: static;}
.u-pos-relative, .post .u-pos-relative {position: relative;}
.u-pos-absolute, .post .u-pos-absolute {position: absolute;}
.u-pos-fixed, .post .u-pos-fixed {position: fixed;}
.u-pos-sticky, .post .u-pos-sticky {position: sticky;}
/* ===== background-image pattern / u-bg-cover / u-bg-contain ===== */
.u-bg-cover, .post .u-bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.u-bg-contain, .post .u-bg-contain {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* ===== center position / u-center-xy ===== */
.u-center-xy, .post .u-center-xy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ===== center position-x / u-center-x ===== */
.u-center-x, .post .u-center-x {
    left: 50%;
    transform: translateX(-50%);
}
/* ===== center position-y / u-center-y ===== */
.u-center-y, .post .u-center-y {
    top: 50%;
    transform: translateY(-50%);
}
/* ===== image / u-img-fluid ===== */
.u-img-fluid img, .post .u-img-fluid img {
  width: 100%;
  height: auto;
  display: block;
}
.u-img-stretch img, .post .u-img-stretch img {
	height: 100%;
    object-fit: cover;
	object-position: center;
}
.u-img-fit_2-1 img, .post .u-img-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
.u-img-fit_pos-top img, .post .u-img-fit_pos-top img {
	object-position: top;
}
@media screen and (max-width: 768px) {
    .u-img-fit_2-1-sp img, .post .u-img-fit_2-1-sp img {
        aspect-ratio: 2/1;
        object-fit: cover;
    }   
}
/* ===== margin / u-mt-○○ / u-mx-○○ ===== */
.u-mt {margin-top: 0 !important;}
.u-mt1 {margin-top: 1rem !important;}
.u-mt2 {margin-top: 2rem !important;}
.u-mt3 {margin-top: 3rem !important;}
.u-mt4 {margin-top: 4rem !important;}
.u-mt5 {margin-top: 5rem !important;}
.u-mt6 {margin-top: 6rem !important;}
.u-mt7 {margin-top: 7rem !important;}
.u-mt8 {margin-top: 8rem !important;}
.u-mt9 {margin-top: 9rem !important;}
.u-mt10 {margin-top: 10rem !important;}
.u-mt15 {margin-top: 15rem !important;}
.u-mt16 {margin-top: 16rem !important;}
.u-mb0 {margin-bottom: 0 !important;}
.u-mb1 {margin-bottom: 1rem !important;}
.u-mb2 {margin-bottom: 2rem !important;}
.u-mb3 {margin-bottom: 3rem !important;}
.u-mb4 {margin-bottom: 4rem !important;}
.u-mb5 {margin-bottom: 5rem !important;}
.u-mb6 {margin-bottom: 6rem !important;}
.u-mb7 {margin-bottom: 7rem !important;}
.u-mb8 {margin-bottom: 8rem !important;}
.u-mb9 {margin-bottom: 9rem !important;}
.u-mb10 {margin-bottom: 10rem !important;}
.u-mb15 {margin-bottom: 15rem !important;}
.u-mb16 {margin-bottom: 16rem !important;}
.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 769px) {
    .u-mt1-pc {margin-top: 1rem !important;}
    .u-mt2-pc {margin-top: 2rem !important;}
    .u-mt3-pc {margin-top: 3rem !important;}
    .u-mt4-pc {margin-top: 4rem !important;}
    .u-mt5-pc {margin-top: 5rem !important;}
    .u-mt6-pc {margin-top: 6rem !important;}
    .u-mt7-pc {margin-top: 7rem !important;}
    .u-mt8-pc {margin-top: 8rem !important;}
    .u-mt9-pc {margin-top: 9rem !important;}
    .u-mt10-pc {margin-top: 10rem !important;}
    .u-mt15-pc {margin-top: 15rem !important;}
    .u-mt16-pc {margin-top: 16rem !important;}
    .u-mb1-pc {margin-bottom: 1rem !important;}
    .u-mb2-pc {margin-bottom: 2rem !important;}
    .u-mb3-pc {margin-bottom: 3rem !important;}
    .u-mb4-pc {margin-bottom: 4rem !important;}
    .u-mb5-pc {margin-bottom: 5rem !important;}
    .u-mb6-pc {margin-bottom: 6rem !important;}
    .u-mb7-pc {margin-bottom: 7rem !important;}
    .u-mb8-pc {margin-bottom: 8rem !important;}
    .u-mb9-pc {margin-bottom: 9rem !important;}
    .u-mb10-pc {margin-bottom: 10rem !important;}
    .u-mb15-pc {margin-bottom: 15rem !important;}
    .u-mb16-pc {margin-bottom: 16rem !important;}
    .u-ml-auto-pc {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .u-mr-auto-pc {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
@media screen and (max-width: 768px) {
    .u-mt1 {margin-top:calc(1rem / 2) !important;}
    .u-mt2 {margin-top:calc(2rem / 2) !important;}
    .u-mt3 {margin-top:calc(3rem / 2) !important;}
    .u-mt4 {margin-top:calc(4rem / 2) !important;}
    .u-mt5 {margin-top:calc(5rem / 2) !important;}
    .u-mt6 {margin-top:calc(6rem / 2) !important;}
    .u-mt7 {margin-top:calc(7rem / 2) !important;}
    .u-mt8 {margin-top:calc(8rem / 2) !important;}
    .u-mt9 {margin-top:calc(9rem / 2) !important;}
    .u-mt10 {margin-top:calc(10rem / 2) !important;}
    .u-mt15 {margin-top:calc(15rem / 2) !important;}
    .u-mt16 {margin-top:calc(16rem / 2) !important;}
    .u-mb1 {margin-bottom:calc(1rem / 2) !important;}
    .u-mb2 {margin-bottom:calc(2rem / 2) !important;}
    .u-mb3 {margin-bottom:calc(3rem / 2) !important;}
    .u-mb4 {margin-bottom:calc(4rem / 2) !important;}
    .u-mb5 {margin-bottom:calc(5rem / 2) !important;}
    .u-mb6 {margin-bottom:calc(6rem / 2) !important;}
    .u-mb7 {margin-bottom:calc(7rem / 2) !important;}
    .u-mb8 {margin-bottom:calc(8rem / 2) !important;}
    .u-mb9 {margin-bottom:calc(9rem / 2) !important;}
    .u-mb10 {margin-bottom:calc(10rem / 2) !important;}
    .u-mb15 {margin-bottom:calc(15rem / 2) !important;}
    .u-mb16 {margin-bottom:calc(16rem / 2) !important;}  
    .u-mt1-sp {margin-top:calc(1rem / 2) !important;}
    .u-mt2-sp {margin-top:calc(2rem / 2) !important;}
    .u-mt3-sp {margin-top:calc(3rem / 2) !important;}
    .u-mt4-sp {margin-top:calc(4rem / 2) !important;}
    .u-mt5-sp {margin-top:calc(5rem / 2) !important;}
    .u-mt6-sp {margin-top:calc(6rem / 2) !important;}
    .u-mt7-sp {margin-top:calc(7rem / 2) !important;}
    .u-mt8-sp {margin-top:calc(8rem / 2) !important;}
    .u-mt9-sp {margin-top:calc(9rem / 2) !important;}
    .u-mt10-sp {margin-top:calc(10rem / 2) !important;}
    .u-mt15-sp {margin-top:calc(15rem / 2) !important;}
    .u-mt16-sp {margin-top:calc(16rem / 2) !important;}
    .u-mb1-sp {margin-bottom:calc(1rem / 2) !important;}
    .u-mb2-sp {margin-bottom:calc(2rem / 2) !important;}
    .u-mb3-sp {margin-bottom:calc(3rem / 2) !important;}
    .u-mb4-sp {margin-bottom:calc(4rem / 2) !important;}
    .u-mb5-sp {margin-bottom:calc(5rem / 2) !important;}
    .u-mb6-sp {margin-bottom:calc(6rem / 2) !important;}
    .u-mb7-sp {margin-bottom:calc(7rem / 2) !important;}
    .u-mb8-sp {margin-bottom:calc(8rem / 2) !important;}
    .u-mb9-sp {margin-bottom:calc(9rem / 2) !important;}
    .u-mb10-sp {margin-bottom:calc(10rem / 2) !important;}
    .u-mb15-sp {margin-bottom:calc(15rem / 2) !important;}
    .u-mb16-sp {margin-bottom:calc(16rem / 2) !important;}  
    .u-ml-auto-sp {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .u-mr-auto-sp {
        margin-right: auto !important;
        margin-left: 0 !important;
    }     
}
/* ===== padding / u-pt-○○ / u-px-○○ ===== */
.u-pt1 {padding-top: 1rem !important;}
.u-pt2 {padding-top: 2rem !important;}
.u-pt3 {padding-top: 3rem !important;}
.u-pt4 {padding-top: 4rem !important;}
.u-pt5 {padding-top: 5rem !important;}
.u-pt6 {padding-top: 6rem !important;}
.u-pt7 {padding-top: 7rem !important;}
.u-pt8 {padding-top: 8rem !important;}
.u-pt9 {padding-top: 9rem !important;}
.u-pt10 {padding-top: 10rem !important;}
.u-pt15 {padding-top: 15rem !important;}
.u-pt16 {padding-top: 16rem !important;}
.u-pb1 {padding-bottom: 1rem !important;}
.u-pb2 {padding-bottom: 2rem !important;}
.u-pb3 {padding-bottom: 3rem !important;}
.u-pb4 {padding-bottom: 4rem !important;}
.u-pb5 {padding-bottom: 5rem !important;}
.u-pb6 {padding-bottom: 6rem !important;}
.u-pb7 {padding-bottom: 7rem !important;}
.u-pb8 {padding-bottom: 8rem !important;}
.u-pb9 {padding-bottom: 9rem !important;}
.u-pb10 {padding-bottom: 10rem !important;}
.u-pb15 {padding-bottom: 15rem !important;}
.u-pb16 {padding-bottom: 16rem !important;}
@media screen and (min-width: 769px) {
    .u-pt1-pc {padding-top: 1rem !important;}
    .u-pt2-pc {padding-top: 2rem !important;}
    .u-pt3-pc {padding-top: 3rem !important;}
    .u-pt4-pc {padding-top: 4rem !important;}
    .u-pt5-pc {padding-top: 5rem !important;}
    .u-pt6-pc {padding-top: 6rem !important;}
    .u-pt7-pc {padding-top: 7rem !important;}
    .u-pt8-pc {padding-top: 8rem !important;}
    .u-pt9-pc {padding-top: 9rem !important;}
    .u-pt10-pc {padding-top: 10rem !important;}
    .u-pt15-pc {padding-top: 15rem !important;}
    .u-pt16-pc {padding-top: 16rem !important;}
    .u-pb1-pc {padding-bottom: 1rem !important;}
    .u-pb2-pc {padding-bottom: 2rem !important;}
    .u-pb3-pc {padding-bottom: 3rem !important;}
    .u-pb4-pc {padding-bottom: 4rem !important;}
    .u-pb5-pc {padding-bottom: 5rem !important;}
    .u-pb6-pc {padding-bottom: 6rem !important;}
    .u-pb7-pc {padding-bottom: 7rem !important;}
    .u-pb8-pc {padding-bottom: 8rem !important;}
    .u-pb9-pc {padding-bottom: 9rem !important;}
    .u-pb10-pc {padding-bottom: 10rem !important;}
    .u-pb15-pc {padding-bottom: 15rem !important;}
    .u-pb16-pc {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .u-pt1 {padding-top:calc(1rem / 2) !important;}
    .u-pt2 {padding-top:calc(2rem / 2) !important;}
    .u-pt3 {padding-top:calc(3rem / 2) !important;}
    .u-pt4 {padding-top:calc(4rem / 2) !important;}
    .u-pt5 {padding-top:calc(5rem / 2) !important;}
    .u-pt6 {padding-top:calc(6rem / 2) !important;}
    .u-pt7 {padding-top:calc(7rem / 2) !important;}
    .u-pt8 {padding-top:calc(8rem / 2) !important;}
    .u-pt9 {padding-top:calc(9rem / 2) !important;}
    .u-pt10 {padding-top:calc(10rem / 2) !important;}
    .u-pt15 {padding-top:calc(15rem / 2) !important;}
    .u-pt16 {padding-top:calc(16rem / 2) !important;}
    .u-pb1 {padding-bottom:calc(1rem / 2) !important;}
    .u-pb2 {padding-bottom:calc(2rem / 2) !important;}
    .u-pb3 {padding-bottom:calc(3rem / 2) !important;}
    .u-pb4 {padding-bottom:calc(4rem / 2) !important;}
    .u-pb5 {padding-bottom:calc(5rem / 2) !important;}
    .u-pb6 {padding-bottom:calc(6rem / 2) !important;}
    .u-pb7 {padding-bottom:calc(7rem / 2) !important;}
    .u-pb8 {padding-bottom:calc(8rem / 2) !important;}
    .u-pb9 {padding-bottom:calc(9rem / 2) !important;}
    .u-pb10 {padding-bottom:calc(10rem / 2) !important;}
    .u-pb15 {padding-bottom:calc(15rem / 2) !important;}
    .u-pb16 {padding-bottom:calc(16rem / 2) !important;}  
    .u-pt1-sp {padding-top:calc(1rem / 2) !important;}
    .u-pt2-sp {padding-top:calc(2rem / 2) !important;}
    .u-pt3-sp {padding-top:calc(3rem / 2) !important;}
    .u-pt4-sp {padding-top:calc(4rem / 2) !important;}
    .u-pt5-sp {padding-top:calc(5rem / 2) !important;}
    .u-pt6-sp {padding-top:calc(6rem / 2) !important;}
    .u-pt7-sp {padding-top:calc(7rem / 2) !important;}
    .u-pt8-sp {padding-top:calc(8rem / 2) !important;}
    .u-pt9-sp {padding-top:calc(9rem / 2) !important;}
    .u-pt10-sp {padding-top:calc(10rem / 2) !important;}
    .u-pt15-sp {padding-top:calc(15rem / 2) !important;}
    .u-pt16-sp {padding-top:calc(16rem / 2) !important;}
    .u-pb1-sp {padding-bottom:calc(1rem / 2) !important;}
    .u-pb2-sp {padding-bottom:calc(2rem / 2) !important;}
    .u-pb3-sp {padding-bottom:calc(3rem / 2) !important;}
    .u-pb4-sp {padding-bottom:calc(4rem / 2) !important;}
    .u-pb5-sp {padding-bottom:calc(5rem / 2) !important;}
    .u-pb6-sp {padding-bottom:calc(6rem / 2) !important;}
    .u-pb7-sp {padding-bottom:calc(7rem / 2) !important;}
    .u-pb8-sp {padding-bottom:calc(8rem / 2) !important;}
    .u-pb9-sp {padding-bottom:calc(9rem / 2) !important;}
    .u-pb10-sp {padding-bottom:calc(10rem / 2) !important;}
    .u-pb15-sp {padding-bottom:calc(15rem / 2) !important;}
    .u-pb16-sp {padding-bottom:calc(16rem / 2) !important;}  
}
/* ===== その他 ===== */
@media screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: auto;
    }
    #header-layout {
		padding: 0;
    }
    #header-layout, .sticky-header #header-layout {
        background: var(--header-background);
        height: 100px;
	}
	nav#mainNav {
		width: 100%;
		max-width: unset;
	}
	.sticky-header #header > .inner {
		background: transparent;
		box-shadow: unset;
	}
	body.sticky-header nav#mainNav {
		margin: 0 auto;
	}
	#header .logo {
		padding: 0;
	}
	#header .logo img {
		width: 100%;
		max-width: 420px;
		max-height: 100px;
	}
	#header .header__nav-contact {
		gap: var(--px24);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px20) var(--px24);
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size18);
		font-weight: 500;
		letter-spacing: .05em;
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 2px;		
	}   
    nav#mainNav ul li a span {
        font-family: var(--font-family02);
        font-size: var(--font-size10);
		font-weight: 500;
        color: var(--header-color-primary-tint);
		letter-spacing: var(--body-letter-spacing);
		padding-bottom: 5px;
		position: relative;
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary-tint);
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary-tint);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ__サブメニュー
 * == == == == == == == == */
    nav#mainNav ul li:hover ul.sub-menu {
        left: 0;
        transform: translateX(0);
        width: 28.75em;
        font-size: var(--font-size16);
    }
	nav#mainNav ul li li a, nav#mainNav ul li li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
        background: var(--header-background);
        border: 2px solid var(--header-color-primary-tint);
        border-bottom-width: 0;
        color: var(--header-color-primary-tint);
        align-items: start;
        font-size: var(--font-size16);
        font-weight: bold;
	}
    nav#mainNav ul li li:last-child a {
        border-bottom-width: 2px!important;
    }
	nav#mainNav ul li ul.sub-menu li a:hover {
        background: var(--header-color-primary-tint);
        color: #FFF;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトナビゲーション
 * == == == == == == == == */
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    flex-direction: column;
	    border-radius: 0;
        min-width: 165px;
        width: max-content;
        font-size: var(--font-size18);
		font-family: var(--font-family01);
		font-weight: bold;
		color: var(--header-background);
		background: var(--header-color-primary-tint);
        transition: .5s ease;
        padding: 0 1.5em;
    }
	#header a.head_btn::before {
		font-size: 1em;
		margin-bottom: 0; 
	}
	#header a.head_btn:hover {
		background:  #FFF;
		color: var(--header-color-primary-tint);
		opacity: 1;
	}
    #header a.head_btn .sub {
        color: var(--color-font);
        font-size: var(--font-size10);
        transition: .5s ease;
    }
    #header a.head_btn .num {
        font-size: 1.22em;
    }
    #header a.head_btn .num::before {
        content: '\f3cd';
        font-family: 'FontAwesome';
        margin-right: .3em;
		font-weight: 400;
    }
	#header a.head_btn.tel_btn {
		background:  #F8F8F8;
		color: var(--header-color-primary-tint);
	}
    #header a.head_btn.tel_btn:hover {
        background: var(--header-color-primary-tint);
        color: #FFF;
        outline: 0;
    }
    #header a.head_btn.tel_btn:hover .sub {
        color: #FFF;
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
    margin-bottom: 0;
	line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
	text-align: left;
    background: linear-gradient(0deg, var(--color-primary) 50%, transparent 50%);
}

#footer a {
	transition: .5s ease;
}
#footer .wrapper_content {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-90);
    background: linear-gradient(#868686CC, #868686CC), url(/wp-content/uploads/contact_bg.jpg) center / cover no-repeat;
	margin-bottom: 15px;
}
#copyright {
    background: var(--footer-background);
    color: var(--footer-color-font);
    padding: 10px 0;
    margin: 0;
}
@media print, screen and (max-width: 768px) { 
	#footer .wrapper_content {
/* 		width: 90%; */
		width: 100%;
		border-radius: 0 20px 0 0;
		padding-bottom: var(--clamp-50);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  微調整
* == == == == == == == == == == == == == == == == == == */
body.home {
	background: #FFF;
}