@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=Noto+Sans+JP:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFFFFF;
    --color-font: #333333;
    --color-primary: #B02E29;
    --color-primary-shade: #9D2924;
    --color-primary-tint: #221814;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(16px, 1.1vw, 20px);
    --body-line-height: 1.68;
    --body-letter-spacing: .03em;
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1460px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFFFFF;
    --header-color-font: #221814;
    --header-color-primary: #B02E29;
    --header-color-primary-shade: #9D2924;
    --header-color-primary-tint: #221814;
    /*------▼フッター設定▼------*/
    --footer-background: #B02E29;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Rajdhani", sans-serif;
    --font-family03: "Roboto", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
	--font-size13: clamp(10px, .73vw, 13px);
    --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(16px, 1.15vw, 22px);
    --font-size23: clamp(16px, 1.25vw, 23px);
    --font-size24: clamp(16px, 1.25vw, 24px);
    --font-size25: clamp(16px, 1.36vw, 25px);
    --font-size26: clamp(16px, 1.36vw, 26px);
    --font-size28: clamp(16px, 1.6vw, 28px);
    --font-size30: clamp(18px, 1.7vw, 30px);
    --font-size32: clamp(16px, 1.85vw, 32px);
    --font-size33: clamp(16px, 1.85vw, 33px);
    --font-size34: clamp(16px, 1.85vw, 34px);
    --font-size35: clamp(18px, 2vw, 35px);
    --font-size36: clamp(18px, 2vw, 36px);
    --font-size38: clamp(22px, 2.1vw, 38px);
    --font-size39: clamp(22px, 2.1vw, 39px);
    --font-size40: clamp(22px, 2.1vw, 40px);
    --font-size41: clamp(20px, 2.3vw, 41px);
    --font-size42: clamp(20px, 2.3vw, 42px);
    --font-size44: clamp(20px, 2.4vw, 44px);
    --font-size46: clamp(26px, 2.61vw, 46px);
    --font-size48: clamp(26px, 2.61vw, 48px);
    --font-size50: clamp(28px, 2.61vw, 50px);
    --font-size54: clamp(28px, 2.82vw, 54px);
    --font-size58: clamp(28px, 3.1vw, 58px);
    --font-size61: clamp(30px, 3.2vw, 61px);
    --font-size62: clamp(28px, 3.25vw, 62px);
    --font-size80: clamp(34px, 4.17vw, 80px);
    --font-size125: clamp(50px, 6.52vw, 125px);
    /*------▼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;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.content_inner-sm {
    position: relative;
    z-index: 0; 
    width: 80%;
    margin: 0 auto;
}
.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_w1710 {max-width: 1710px;}
.max_w1400 {max-width: 1400px;}
.max_w1270 {max-width: 1270px;}
.max_w1100 {max-width: 1100px;}
.max_w890 {max-width: 890px;}
.max_w760 {max-width: 760px;}
.max_w740 {max-width: 740px;}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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(--font-size20);
    line-height: var(--body-line-height);
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h2 {
    font-size: var(--font-size30);  
}
.post h3 {
    font-size: var(--font-size26);
}
.post h4 {
    font-size: var(--font-size22);
}
.post h5 {
    font-size: var(--font-size20);
}
@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, 35vw, 660px);
	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: 10px}
.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% - (10px * 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: var(--color-primary-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/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);
    padding: 1em 2em;
    margin: 0;
    border-radius: 50vw;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: var(--color-primary);
    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-size48);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .4;
    background: #000000;
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
        object-fit: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#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-size16);
    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-size16);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
	font-weight: 500;
}
.post h2.cat-loop {
	font-size: var(--font-size16);
	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-size16);
}
.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 ==== */
.c-ttl-01-content {
    position: relative;
}
.c-ttl-01, .post .c-ttl-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-size: var(--font-size54);
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: var(--body-letter-spacing);
    gap: .2em;
    transform: rotate(-4deg);
    margin-bottom: 1.5em;
}
.c-ttl-01::before, .post .c-ttl-01::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(170deg, #B02E29 50%,#9D2924 50%);
    left: 0;
    top: 0;
    transform: scaleX(1.1);
    z-index: -1;
}
.c-ttl-01 .main, .post .c-ttl-01 .main {
    position: relative;
    padding: 0 1em;
}
.c-ttl-01 .main::before, .post .c-ttl-01 .main::before, 
.c-ttl-01 .main::after, .post .c-ttl-01 .main::after {
    content: '';
    position: absolute;
    width: .75em;
    height: .75em;
    background: url(/wp-content/uploads/icon-ttl-main.png) center / contain no-repeat;
}
.c-ttl-01 .main::before, .post .c-ttl-01 .main::before {
    left: 0;
    top: 0;
}
.c-ttl-01 .main::after, .post .c-ttl-01 .main::after {
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
}
.c-ttl-01 .sub, .post .c-ttl-01 .sub {
    font-size: .74em;
}
.c-ttl-01 .strong, .post .c-ttl-01 .strong {
    font-size: 1.48em;
}
.c-ttl-01 .dot, .post .c-ttl-01 .dot {
  position: relative;
  display: inline-block;
}
.c-ttl-01 .dot::before, .post .c-ttl-01 .dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .1625em;
  height: .1625em;
  background-color: #FFF; /* 色を自由に変えてOK */
  border-radius: 50vw;
}
.c-ttl-01--normal, .post .c-ttl-01--normal {
    transform: rotate(0deg);
    color: var(--color-primary);
	margin-bottom: 0;
	padding: .5em;
}
.c-ttl-01--normal::before, .post .c-ttl-01--normal::before {
    display: none;
}
.c-ttl-01--normal .main::before, .post .c-ttl-01--normal .main::before, 
.c-ttl-01--normal .main::after, .post .c-ttl-01--normal .main::after {
    background-image: url(/wp-content/uploads/icon-ttl-main-red.png);
}
.c-ttl-01--normal .dot::before, .post .c-ttl-01--normal .dot::before {
    background: var(--color-primary);
}
.c-ttl-01--white, .post .c-ttl-01--white {
    color: #FFF;
}
.c-ttl-01--white .main::before, .post .c-ttl-01--white .main::before,
.c-ttl-01--white .main::after, .post .c-ttl-01--white .main::after {
    background-image: url(/wp-content/uploads/icon-ttl-main.png);
}
.c-ttl-01--white .dot::before, .post .c-ttl-01--white .dot::before {
    background-color: #FFF;
}
.c-ttl-01__obj, .post .c-ttl-01__obj {
    font-size: 6.48em;
    font-family: var(--font-family02);
    line-height: 1;
    z-index: -1;
    opacity: .07;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
}
.c-ttl-01--arrow, .post .c-ttl-01--arrow {
    background: var(--color-primary);
    margin-bottom: 1em;
    min-height: 3.6em;
}
.c-ttl-01--arrow::after, .post .c-ttl-01--arrow::after {
    content: '';
    position: absolute;
    border-top: .7em solid var(--color-primary);
    border-left: .85em solid transparent;
    border-right: .85em solid transparent;
    background: transparent;
    width: auto;
    height: auto;
    bottom: -.6em;
}
@media print, screen and (max-width: 768px) {
	.c-ttl-01__obj, .post .c-ttl-01__obj {
		font-size: 5em;
	}
}
/* ==== c-ttl-bg ==== */
.c-ttl-bg, .post .c-ttl-bg {
    padding: .6em;
    font-size: var(--font-size42);
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    background-color: var(--color-primary);
    letter-spacing: var(--body-letter-spacing);
    margin-bottom: .8em;
    text-align: center;
}
/* ==== c-strong-txt ==== */
.c-strong-txt, .post .c-strong-txt {
    font-size: var(--font-size62);
    font-weight: 900;
    color: var(--color-primary);
    line-height: 1.54;
    margin-bottom: 0;
}
.c-strong-txt .num, .post .c-strong-txt .num {
    font-size: 2em;
    font-style: italic;
    display: inline-block;
    padding: 0 .1em;
}
.c-strong-txt .dot, .post .c-strong-txt .dot {
  position: relative;
  display: inline-block;
}
.c-strong-txt .dot::before, .post .c-strong-txt .dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .1935em;
  height: .1935em;
  background-color: var(--color-primary); 
  border-radius: 50vw;
}
@media print, screen and (max-width: 768px) {
}
/* ==== c-txt-marker ==== */
.c-txt-marker, .post .c-txt-marker {
    background: linear-gradient(0, #B02E2933 40%, transparent 40%);
}
.c-txt-marker-yellow, .post .c-txt-marker-yellow {
    background: linear-gradient(0, #FFE17C 30%, transparent 30%);
}
/* ==== c-tag ==== */
.c-tag, .post .c-tag {
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size25);
    font-weight: bold;
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 0;
    padding: .2em 1em;
    border-radius: 8px;
}
/* ==== c-dot ==== */
.c-dot, .post .c-dot {
    position: relative;
    display: inline-block;
/*     padding-top: .3em; */
}
.c-dot::before, .post .c-dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .1625em;
  height: .1625em;
  background-color: var(--color-primary); /* 色を自由に変えてOK */
  border-radius: 50vw;
}
/* ==== c-bubble ==== */
.c-bubble, .post .c-bubble {
    font-size: .635em;
    position: relative;
    padding: 0 .8em;
	display: inline-block;
}
.c-bubble::before, .post .c-bubble::before,
.c-bubble::after, .post .c-bubble::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    bottom: 0;
    border-left: 3px solid;
}
.c-bubble::before, .post .c-bubble::before {
    left: 0;
    transform: rotate(-27deg);
}
.c-bubble::after, .post .c-bubble::after {
    right: 0;
    transform: rotate(27deg);
}
.c-bubble--sm, .post .c-bubble--sm {
    padding: 0 .5em;
}
.c-bubble--sm::before, .post .c-bubble--sm::before,
.c-bubble--sm::after, .post .c-bubble--sm::after {
    bottom: .2em;
}
.c-bubble--sm::before, .post .c-bubble--sm::before {
    left: 0;
    transform: rotate(-13deg);
}
.c-bubble--sm::after, .post .c-bubble--sm::after {
    right: 0;
    transform: rotate(13deg);
}
/* ==== 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: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    font-size: var(--font-size41);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    color: #FFF;
    background: linear-gradient(135deg, #FF920B, #D96706);
    padding: 0 3em;
    margin-bottom: 6px;
    box-shadow: 0 6px 0 #C45C01;
    border-radius: 50vw;
    height: 3.415em;
    width: 100%;
    max-width: 730px;

}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: #D96706;
    background: #FFF;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    outline: 1px solid;
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '';
    position: absolute;
    width: 1.12em;
    height:  1.12em;
    background-image: url(/wp-content/uploads/icon-arrow-circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 1.4em;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
}
.c-btn:hover::after, .post .c-btn:hover::after, a.c-btn:hover::after {
    background-image: url(/wp-content/uploads/icon-arrow-circle-hover.png);
}
.c-btn__bubble, .post .c-btn__bubble {
    font-size: .635em;
    position: relative;
    padding: 0 1em;
}
.c-btn__bubble::before, .post .c-btn__bubble::before,
.c-btn__bubble::after, .post .c-btn__bubble::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    bottom: 0;
    border-left: 2px solid;
}
.c-btn__bubble::before, .post .c-btn__bubble::before {
    left: 0;
    transform: rotate(-45deg);
}
.c-btn__bubble::after, .post .c-btn__bubble::after {
    right: 0;
    transform: rotate(45deg);
}
/* ==== .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: 1px solid var(--color-table-border);
}
table.c-table th, .post table.c-table th {
   background: var(--color-primary);
	color: #FFF;
	font-weight: bold;
} 
table.c-table td, .post table.c-table td {
	font-weight: 500;
}
@media print, screen and (max-width: 768px) {
}
/* ==== c-tabs ==== */
.c-tabs {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 13px;
}
.c-tab_item {
    display: flex;    
	justify-content: center;
    align-items: center;
    background-color: var(--color-primary-tint);
    color: #FFF;
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: var(--font-size32);
    line-height: 1.5;
/*     letter-spacing: var(--body-letter-spacing); */
    text-align: center;
    padding: .3em 1em;
    transition: all 0.2s ease;
    cursor: pointer;
    width: calc((100% - (13px * 2)) /3);
    max-width: 275px;
}
.c-tab_item:hover {
    color: #FFF;
    background-color: var(--color-primary);
}
input[name="c-tab_item"] {
    display: none;
}
.c-tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: var(--clamp-40) 0;
    border-top: 0;
}
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
    display: block;
}
.c-tabs input:checked + .c-tab_item {
    background-color: var(--color-primary);
    color: #fff;
}

@media print, screen and (max-width: 768px) {
	.c-tabs {
		gap: 0 5px;
	}
	.c-tab_item {
		width: calc((100% - (5px * 2)) /3);
	}
	.c-tab_content {
		padding-bottom: 0;
	}
}
/* ==== アコーディオン ====  */
 .qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: bold;
	margin: 1rem 0 0 0;
	display: block;
	padding: 1em 4em 1em 1em;
	background: #F7F7F7;
	color: var(--color-font);
	font-family: var(--font-family01);
	font-size: var(--font-size22);
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 1em;
	margin: 0 0 var(--clamp-20) 0;
	border: 1px solid var(--color-table-border);
	border-top: 0;
	font-size: var(--font-size22);
	font-weight: bold;
	font-family: var(--font-family01);
	border-radius: 0 0 10px 10px;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: bold;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
    line-height: 1.7;
/* 	gap: 1rem;  */
    display: block;
	position: relative;
    padding-left: 3em;
}
.qa_list .qa_list_inner .q_icon, .qa_list .qa_list_inner .a_icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: var(--font-size24);
	font-family: var(--font-family03);
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.65em;
	height: 1.65em;
	border-radius: 50vw;
}
.qa_list .qa_list_inner .q_icon {
    background: #EE1214;
}
.qa_list .qa_list_inner .a_icon {
    background: #EE4D12;
}
.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	font-family: var(--font-family02);
	font-size: var(--font-size22);
	color: var(--color-font);
}
.qa_list .qa_list_inner .active:after {
    content: 'ー';
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ==== c-list-dot ==== */
.c-list-dot li, .post .c-list-dot li {
    padding-left: 1.2em;
    position: relative;
}
.c-list-dot li::before, .post .c-list-dot li::before {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    background: var(--color-font);
    border-radius: 50vw;
    left: .2em;
    top: .8em;
}
/* ==== c-slider ==== */
.c-slider, .post {
  overflow: hidden;
  width: 100%;
}
.c-slider-track, .post .c-slider-track {
  display: flex;
  gap: var(--clamp-20);
  animation: scroll 20s linear infinite;
}
.c-slide, .post .c-slide {
  flex: 0 0 calc((100% - (var(--clamp-20) * 4)) / 5); 
}
.c-slide img, .post .c-slide img {
  width: 100%;
  display: block;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--clamp-20))); 
  }
}
@media print, screen and (max-width: 768px) {
	.c-slide, .post .c-slide {
		flex: 0 0 calc((100% - (var(--clamp-20) * 4)) / 2);
	}
	.c-slider-track, .post .c-slider-track {
		animation: scroll 10s linear infinite;
	}
	@keyframes scroll {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(calc(-233% - var(--clamp-20))); 
		}
	}
}
	

/* == == == == == == == == == == == == == == == == == == 
* project / p-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== p-problem ==== */
.p-problem::before, .post .p-problem::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc((100% - (var(--font-size54) * 5)) + 23%);
    background: url(/wp-content/uploads/problem_bg.png) bottom center / cover no-repeat;
    left: 0;
    bottom: -23%;
}
.p-problem__img, .post .p-problem__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-problem__txt, .post .p-problem__txt {
	align-self: center;
}
.p-problem__obj {
    position: absolute;
    width: 30%;
	max-width: 580px;
    height: auto;
    left: -3%;
    bottom: -4px;
    z-index: -1;
    /*     transform: rotate(-4deg); */
    /*     bottom: calc((var(--font-size54) * -1) - 5px ); */
}
.p-problem__obj img {
    width: 100%;
    height: auto;
}

@media print, screen and (min-width: 769px) {	
	.p-problem__img, .post .p-problem__img {
		min-height: 120px;
	}
	
}
@media print, screen and (max-width: 768px) {
	.p-problem::before, .post .p-problem::before {
		height: calc((100% - (var(--font-size54) * 1.2)) + 10%);
		bottom: -10%;
	}
}
@media print, screen and (max-width: 499px) {
	.p-problem__img, .post .p-problem__img {
		min-height: 100px;
	}
}
/* ==== p-solution ==== */
/* .p-solution, .post .p-solution {
} */
.p-solution__content, .post .p-solution__content {
    width: 55%;   
    margin: 0 auto;
	z-index: 1;
}
.p-solution__logo, .post .p-solution__logo {
    margin-bottom: 10px;
    padding: 0 8px;
}
.p-solution__obj, .post .p-solution__obj {
    position: absolute;
    z-index: 0;
}
.p-solution__obj--01, .post .p-solution__obj--01 {
    width: 25%;
    bottom: -10%;
    left: 0;
    transform: rotate(-5deg);
	max-width: 480px;
}
.p-solution__obj--02, .post .p-solution__obj--02 {
    width: 26%;
    bottom: 3%;
    right: 0;
    transform: rotate(-4deg);
	max-width: 500px;
}

@media print, screen and (max-width: 768px) {	
}
/* ==== p-point ==== */
.p-point, .post .p-point {
    margin-top: -2%;
}
.p-point::before, .post .p-point::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - (var(--font-size54) * 1.2));
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #79797921 1px, transparent 1px), linear-gradient(#79797921 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 25px 25px;
}
.p-point__num, .post .p-point__num {
    font-size: var(--font-size54);
    font-family: var(--font-family02);
    font-weight: bold;
    color: #FFF;
    background-color: var(--color-primary);
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: .3em .3em .6em;
    width: 5.93em;
    border-radius: var(--clamp-20) var(--clamp-20) 0 0;
    line-height: 1;
    margin-bottom: -.5em;
}
.p-point__num::before, .post .p-point__num::before {
    content: 'POINT.';
    font-size: .59em;
}
.p-point__item, .post .p-point__item {
    width: 100%;
    border: 5px solid var(--color-primary);
    border-radius: var(--clamp-20);
    background-color: #FFF;
    padding: min(3%, 20px);
}
.p-point__ttl, .post .p-point__ttl {
    margin: 0;
    font-size: var(--font-size44);
    font-weight: bold;
    line-height: 1.45;
}
.p-point__ttlTreat, .post .p-point__ttlTreat {
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--color-primary-tint);
    color: #FFF;
    z-index: 0;
    padding: 0 .4em;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
	line-height: 1.2;
	min-height: 70px;
}
.p-point__ttlTreat::before, .post .p-point__ttlTreat::before {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-color: transparent;
    border: 2px solid var(--color-primary-tint);
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.p-point__ttl .strong, .post .p-point__ttl .strong {
    font-size: 1.23em;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: .1em;
}
.p-point__desc, .post .p-point__desc {
    font-size: var(--font-size24);
    font-weight: bold;
    line-height: 1.66;
    margin-bottom: 0;
}
.p-point__obj, .post .p-point__obj {
    position: absolute;
    width: 25%;
    max-width: 325px;
    right: -5%;
    top: -2%;
}

@media print, screen and (min-width: 769px) {	
    .p-point__txt, .post .p-point__txt {
        padding-left: min(3%, 30px);
    }
    .p-point__content:nth-child(odd) .p-point__txt, .post .p-point__content:nth-child(odd) .p-point__txt {
        padding-right: min(3%, 30px);
        padding-left: 0;
    }
}
@media print, screen and (max-width: 768px) {	
	.p-point__ttlTreat, .post .p-point__ttlTreat {
		line-height: 1.4;
		min-height: auto;
		padding: .2em .4em; 
	}
	.p-point__obj, .post .p-point__obj {
		top: 0;
		right: -2%;
	}
}
/* ==== p-cta ==== */
.p-cta, .post .p-cta {
    background: linear-gradient(#221814BF, #221814BF), url(/wp-content/uploads/cta_bg.jpg) center / cover no-repeat;
}
.p-cta__ttl, .post .p-cta__ttl,
.p-cta__desc, .post .p-cta__desc {
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
}
.p-cta__ttl, .post .p-cta__ttl {
    color: #FFF;
	font-weight: bold;
	margin-bottom: .5em;
}
.p-cta__desc, .post .p-cta__desc {
    font-size: var(--font-size26);
    color: #FFF;
    font-weight: bold;
    line-height: 1.54;
    margin-bottom: 1.5em;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-scene ==== */
.p-scene__time, .post .p-scene__time {
    font-size: var(--font-size58);
    font-family: var(--font-family02);
    font-weight: bold;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: .3em;
    margin-bottom: .2em;
}
.p-scene__time .timeTxt, .post .p-scene__time .timeTxt {
    display: flex;
    align-items: baseline;
    gap: .2em;
	padding-top: .2em;
}
.p-scene__time .icon, .post .p-scene__time .icon {
    width: 1.36em;
}
.p-scene__time .sub, .post .p-scene__time .sub {
    font-size: .6em;
}
.p-scene__desc, .post .p-scene__desc {
    font-size: var(--font-size30);
    font-weight: bold;
    text-align: center;
    line-height: 1.73;
    outline: 1px solid #E3E3E3;
    background: #FFF;
    padding: .5em;
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-question ==== */
.p-question, .post .p-question {
    background: url(/wp-content/uploads/question_bg.png) bottom / cover no-repeat, var(--color-primary);
}
.p-question__content, .post .p-question__content {
    max-width: 1180px;
    width: 70%;
    position: relative;
    z-index: 1;
}
.p-question__content:nth-child(even), .post .p-question__content:nth-child(even) {
    margin-left: auto;
}
.p-question__objContent {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    bottom: calc((var(--font-size36) * 2) * -1);
	z-index: 0;
}
.p-question__obj, .post .p-question__obj {
    width: 17%;
}
.p-question__bubble, .post .p-question__bubble {
    background: #FFF;
    max-width: 880px;
    width: 75%;
    font-size: var(--font-size36);
	font-weight: bold;
    border-radius: 50vw;
    padding: .5em;
    text-align: center;
    margin-bottom: 1.8em;
    position: relative;
}
.p-question__bubble::before, .post .p-question__bubble::before {
    content: '';
    position: absolute;
    width: 2.1em;
    height: 2.3em;
    background: url(/wp-content/uploads/icon-question_bubble.png) center / contain no-repeat;
    bottom: -1.4em;
}
.p-question__bubble--left, .post .p-question__bubble--left {margin-left: auto;}
.p-question__bubble--right, .post .p-question__bubble--right {margin-right: auto;}
.p-question__bubble--left::before, .post .p-question__bubble--left::before {left: 1em;}
.p-question__bubble--right::before, .post .p-question__bubble--right::before {right: 2em;}

@media print, screen and (max-width: 768px) {	
    .p-question__content, .post .p-question__content {
        width: 100%;
    }
    .p-question__bubble, .post .p-question__bubble {
        width: 100%;
    }
    .p-question__objContent {
        position: relative;
        bottom: 0;
        justify-content: center;
        gap: 10%;
    }
}
/* ==== p-reason ==== */
.p-reason, .post .p-reason {
    background-color: var(--color-primary);
}
.p-reason__logo, .post .p-reason__logo {
    width: clamp(200px, 23vw, 440px);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-plan ==== */
.p-plan__content, .post .p-plan__content {
    padding: 0 var(--clamp-30);
    display: flex;
    gap: var(--clamp-20);
	max-width: 1920px;
    min-width: 1100px;
	margin: 4% auto 3px;
}
.p-plan__item, .post .p-plan__item {
    flex: 1;
    background-color: var(--color-primary);
    outline: 3px solid var(--color-primary);
}
.p-plan__item--02, .post .p-plan__item--02 {
    background-color: #F06E24;
    outline: 3px solid #F06E24;
}
.p-plan__item--03, .post .p-plan__item--03 {
    background-color: #03899F;
    outline: 3px solid #03899F;
}
.p-plan__item--04, .post .p-plan__item--04 {
    background-color: #F04B24;
    outline: 3px solid #F04B24;
}
.p-plan__ttl, .post .p-plan__ttl {
    font-size: var(--font-size39);
    font-weight: bold;
    color: #FFF;
    position: relative;
    padding-left: 32%;
    padding-top: .3em;
    padding-bottom: .3em;
	margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 4em;
    justify-content: center;
}
.p-plan__ttl .sub, .post .p-plan__ttl .sub {
    font-size: .59em;
}
.p-plan__ttl .icon, .post .p-plan__ttl .icon {
    position: absolute;
    width: 30%;
    left: 0;
    bottom: 0;
}
.p-plan__ttl .note {
    transform: scaleY(2);
    font-size: clamp(10px, 0.625vw, 12px);

}
@media print, screen and (max-width: 768px) {
	.p-plan__ttl .note {
		transform: scaleY(1.5);
		letter-spacing: .1em;
	}
}
.p-plan__txt, .post .p-plan__txt {
    background: #FFF;
    padding-top: var(--clamp-30);
    padding-bottom: var(--clamp-40);
}
.p-plan__inner, .post .p-plan__inner {
    width: 90%;
    margin:0 auto;
}
.p-plan__price, .post .p-plan__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: var(--font-size34);
    font-weight: 900;
    font-family: var(--font-family03);
    font-style: italic;
    color: var(--color-primary);
}
.p-plan__price .num, .post .p-plan__price .num {
    font-size: 3.05em;
    letter-spacing: 0;
    position: relative;
    line-height: 1.1;
}
.p-plan__price .note, .post .p-plan__price .note {
    font-size: clamp(12px, 1.1vw, 20px);
    font-weight: bold;
    letter-spacing: var(--body-letter-spacing);
    color: var(--color-font);
    position: absolute;
    white-space: nowrap;
    left: 0;
    bottom: -1.2em;
    width: 100%;
    text-align: center;
}
.p-plan__desc, .post .p-plan__desc {
    font-size: var(--font-size26);
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    margin-bottom: 0;
}
.p-plan__txtArea, .post .p-plan__txtArea {
    padding: var(--clamp-20) 0;
    background: #EED2D1;
    margin-top: var(--clamp-30);
}
.p-plan__txtArea--02, .post .p-plan__txtArea--02 {
    background: #FBDFCF;
}
.p-plan__txtArea--03, .post .p-plan__txtArea--03 {
    background: #C9E5EA;
}
.p-plan__txtArea--04, .post .p-plan__txtArea--04 {
    background: #FBD8CF;
}
.p-plan__basePrice, .post .p-plan__basePrice {
    margin: 0;
    background: #F4F4F4;
    outline: 1.5px solid #D6D6D6;
    font-size: var(--font-size33);
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 2.3em;
    padding: .3em .8em;
	text-align: left;
}
.p-plan__basePrice .sub, .post .p-plan__basePrice .sub {
    font-size: .79em;
}
.p-plan__obj {
	font-size: clamp(40px, 3.9vw, 73px);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: .3em;
}
@media print, screen and (max-width: 768px) {
	.p-plan__content, .post .p-plan__content {
		margin-top: 9%;
	}
	.p-plan__basePrice, .post .p-plan__basePrice {
		align-items: center;
		gap: 1em;
	}
}
/* ==== p-compare ==== */
.p-compare__content, .post .p-compare__content {
    padding-left: 5%;
    padding-right: 14%;
    position: relative;
}
.p-compare__obj, .post .p-compare__obj {
    position: absolute;
}
.p-compare__obj--01, .post .p-compare__obj--01 {
    width: 30%;
    bottom: 0;
	right: -20%;
}
.p-compare__obj--02, .post .p-compare__obj--02 {
    width: 23%;
    bottom: 0;
    left: 0;
}
.p-compare__menu, .post .p-compare__menu {
    border-radius: 10px;
    outline: 5px solid var(--color-primary);
    position: relative;
    margin-top: 30px;
    position: relative;
    background-color: #FFF;
    padding: var(--clamp-20) 0;
}
.p-compare__menu::before, .p-compare__menu::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.p-compare__menu::before {
    border-bottom: 30px solid var(--color-primary);
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
}
.p-compare__menu::after {
    border-bottom: 30px solid #FFF;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
    top: -25px;
}
.p-compare__list, .post .p-compare__list {
    display: flex;
    gap: var(--clamp-10) var(--clamp-40);
}
.p-compare__list li, .post .p-compare__list li {
    text-align: center;
    font-size: var(--font-size22);
    font-weight: bold;
    line-height: 1.5;
    flex: 1;
}
.p-compare__list .txt, .post .p-compare__list .txt {
    margin-top: .5em;
    display: inline-block;
}
.p-compare__txtArea, .post .p-compare__txtArea {
    padding-left: 25%;
    position: relative;
}
/* == 追加 == */
.arrow-down {
    border-top: var(--clamp-50) solid var(--color-primary);
    border-left: var(--clamp-70) solid transparent;
    border-right: var(--clamp-70) solid transparent;
    display: inline-block;
}
@media print, screen and (max-width: 1459px) {	
	.p-compare__content, .post .p-compare__content {
		padding-right: 20%;
	}
	.p-compare__obj--01, .post .p-compare__obj--01 {
		right: -6%;
		width: 25%;
	}
	.p-compare__content .u-fs-20 {
		font-size: var(--font-size14)!important;
	}
}
@media print, screen and (max-width: 768px) {
	.p-compare__list, .post .p-compare__list {
		flex-wrap: wrap;
		gap: var(--clamp-10) var(--clamp-20);
	}
	.p-compare__list li, .post .p-compare__list li {
		flex: unset;
		width: calc((100% - (var(--clamp-20) * 2)) / 3);
	}
	.p-compare__txtArea, .post .p-compare__txtArea {
		padding-left: 0;
	}
	.p-compare__obj--02, .post .p-compare__obj--02 {
		left: unset;
		bottom: unset;
		right: 5%;
		top: -20%;
	}
}
/* ==== p-flow ==== */
.p-flow__content, .post .p-flow__content {
    position: relative;
}
.p-flow__item, .post .p-flow__item {
    position: relative;
    padding-bottom: var(--clamp-70);
}
.p-flow__item::before, .post .p-flow__item::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: var(--color-primary);
    left: calc((var(--font-size42) * 1.8) / 2);
    transform: translateX(-2.5px);
}
.p-flow__item:last-child, .post .p-flow__item:last-child {
    padding-bottom: 0;
}
.p-flow__flexbox, .post .p-flow__flexbox {
    background-color: #FFF5F5;
    display: flex;
    width: calc(100% - (var(--font-size42) * 1.8));
    margin-left: auto;
    gap: 3%;
}
.p-flow__num, .post .p-flow__num {
    font-size: var(--font-size42);
    font-weight: bold;
    font-family: var(--font-family02);
    line-height: 1;
    color: #FFF;
    background: var(--color-primary);
    display: inline-block;
    padding: .35em .85em;
    letter-spacing: 0.06em;
    position: absolute;
    top: 0;
    left: 0;
}
.p-flow__num::before, .post .p-flow__num::before {
    content: 'Step';
    font-size: .5em;
}
.p-flow__img, .post .p-flow__img {
    width: 30%;
    height: auto;
}
.p-flow__img img, .post .p-flow__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.p-flow__txt, .post .p-flow__txt {
    flex: 1;
    padding: var(--clamp-30) 0 var(--clamp-50);
}
.p-flow__ttl, .post .p-flow__ttl {
    margin: 0;
    font-size: var(--font-size44);
    font-weight: bold;
    line-height: 1.45;
}
.p-flow__ttlTreat, .post .p-flow__ttlTreat {
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--color-primary);
    color: #FFF;
    z-index: 0;
    padding: .4em;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
	line-height: 1.2;
	/* min-height: 70px; */
}
.p-flow__ttlTreat::before, .post .p-flow__ttlTreat::before {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-color: transparent;
    border: 2px solid var(--color-primary);
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.p-flow__desc, .post .p-flow__desc {
    font-size: var(--font-size24);
    font-weight: bold;
    line-height: 1.66;
    margin-bottom: 0;
}
.p-flow__obj {
    width: min(36.5vw, 710px);
    position: absolute;
    bottom: 0;
    right: -3.125vw;
}

@media print, screen and (max-width: 1023px) {	
	.p-flow__txt, .post .p-flow__txt {
		padding-right: 24vw;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-flow__flexbox, .post .p-flow__flexbox {
		flex-direction: column;
	}
	.p-flow__img, .post .p-flow__img {
		width: 100%;
	}
	.p-flow__txt, .post .p-flow__txt {
		padding: 5%;
	}
	.p-flow__obj {
		display: none;
	}
}
/* ==== p-bubble ==== */
.p-bubble, .post .p-bubble {
    background: url(/wp-content/uploads/bubble_bg.jpg) center / cover no-repeat;
}
.p-bubble__content, .post .p-bubble__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--clamp-20) var(--clamp-30);
}
.p-bubble__item, .post .p-bubble__item {
    width: calc((100% - (var(--clamp-30) * 2)) / 3);
}
.p-bubble__obj, .post .p-bubble__obj {
	position: relative;
	z-index: 1;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-facility ==== */
.p-facility .c-ttl-01 {
	margin-top: -1em!important;
}
.p-facility__desc, .post .p-facility__desc {
    font-size: var(--font-size30);
    font-weight: bold;
    text-align: center;
    line-height: 1.73;
    outline: 1px solid #E3E3E3;
    background: #FFF;
    padding: .5em;
    margin-bottom: 0;
}
/* == 追記 == */
a.linkBtn.c-tab__btn {
    background: #F4F4F4;
    box-shadow: 0 3px 20px #AAAAAA1A;
    color: var(--color-font);
    max-width: 300px;
    border-radius: 0;
    font-size: var(--font-size32);
    padding: .2em 2em;
    outline: 1px solid transparent;
}
a.linkBtn.c-tab__btn::after {
    background: url(/wp-content/uploads/tab-bottom-btn.png) center / contain no-repeat;
    width: .78em;
    height: .78em;
    border-width: 0;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}
a.linkBtn.c-tab__btn:hover {
    background: var(--color-primary-tint);
    color: #FFF;
}
a.linkBtn.c-tab__btn:hover::after {
    background-image: url(/wp-content/uploads/tab-bottom-btn-hover.png);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-voice ==== */
.p-voice__num, .post .p-voice__num {
    font-size: var(--font-size42);
    font-weight: bold;
    font-family: var(--font-family02);
    line-height: 1;
    color: #FFF;
    background: var(--color-primary);
    display: inline-block;
    padding: .35em .85em;
    letter-spacing: 0.06em;
    position: absolute;
    top: -30px;
    left: 0;
}
.p-voice__num::before, .post .p-voice__num::before {
    content: 'voice.';
    font-size: .5em;
}
.p-voice__card, .post .p-voice__card {
    outline: 1px solid #D9D9D9;
    padding: 10px 20px;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--clamp-30) 0;
}
.p-voice__img, .post .p-voice__img {
    width: 35%;
}
.p-voice__ttl, .post .p-voice__ttl {
    width: 60%;
    font-size: var(--font-size35);
    line-height: 1.4;
}
.p-voice__ttl .sub, .post .p-voice__ttl .sub {
    font-size: var(--font-size22);
    color: var(--color-primary);
}
.p-voice__desc, .post .p-voice__desc {
    width: 100%;
    font-size: var(--font-size22);
    font-weight: bold;
    line-height: 1.68;
	margin-bottom: .3em;
}
@media print, screen and (max-width: 768px) {	
	.p-voice__img, .post .p-voice__img {
		width: 25%;
	}
	.p-voice__ttl, .post .p-voice__ttl {
		width: 70%;
	}
}
/* ==== p-access ==== */
.p-access::before, .post .p-access::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - (var(--font-size54) * 1.2));
    left: 0;
    bottom: 0;
    background-color: var(--color-primary-tint);
}
.p-access__menu, .post .p-access__menu {
    display: flex;
    flex-direction: column;
    gap: var(--clamp-30);
}
.p-access__menu li, .post .p-access__menu li {
    color: #FFF;
    font-size: var(--font-size30);
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: .8em;
    line-height: 1.3;
}
.p-access__menu .head, .post .p-access__menu .head {
    border-right: .2em solid var(--color-primary);
    padding-right: .8em;
	width: 5em;
}

@media print, screen and (max-width: 768px) {	
	.p-access__menu li, .post .p-access__menu li {
		flex-direction: column;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* 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);}
/* ====  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-13, .post .u-fs-13 {font-size: var(--font-size13)!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-23, .post .u-fs-23 {font-size: var(--font-size23)!important;}
.u-fs-24, .post .u-fs-24 {font-size: var(--font-size24)!important;}
.u-fs-25, .post .u-fs-25 {font-size: var(--font-size25)!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-33, .post .u-fs-33 {font-size: var(--font-size33)!important;}
.u-fs-34, .post .u-fs-34 {font-size: var(--font-size34)!important;}
.u-fs-35, .post .u-fs-35 {font-size: var(--font-size35)!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-39, .post .u-fs-39 {font-size: var(--font-size39)!important;}
.u-fs-40, .post .u-fs-40 {font-size: var(--font-size40)!important;}
.u-fs-41, .post .u-fs-41 {font-size: var(--font-size41)!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-54, .post .u-fs-54 {font-size: var(--font-size54)!important;}
.u-fs-61, .post .u-fs-61 {font-size: var(--font-size61)!important;}
.u-fs-62, .post .u-fs-62 {font-size: var(--font-size62)!important;}
.u-fs-80, .post .u-fs-80 {font-size: var(--font-size80)!important;}
.u-fs-125, .post .u-fs-125 {font-size: var(--font-size125)!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;}
/* ===== 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-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: 2px solid var(--color-primary);}
/* ===== radius / u-radius-○○ ===== */
.u-radius, .post .u-radius {border-radius: 15px;}
.u-radius-sm, .post .u-radius-sm {border-radius: 5px;}
.u-radius-lg, .post .u-radius-lg {border-radius: 20px;}
/* ===== 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;
}
@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-left: 0;
		padding-right: var(--px30);
    }
    #header-layout {
        background: #FFF;
        height: 120px;
	}
	.sticky-header #header-layout {
        background: #FFFFFFE6;
		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: 10px var(--px20);
	}
	#header .logo img {
		width: 100%;
		max-width: 380px;
		max-height: 70px;
	}
	#header .header__nav-contact {
		gap: var(--px16);
		padding: 0;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px20) .8em;
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: clamp(10px, 1.1vw, 20px);
		font-weight: bold;
		letter-spacing: var(--body-letter-spacing);
		color: var(--header-color-font);
		position: relative;	
		padding-right: 1em;
	}   
    nav#mainNav ul li a span {
        font-family: var(--font-family02);
        font-size: var(--font-size12);
		font-weight: bold;
		letter-spacing: .05em;
		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:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--color-font);
	}
	nav#mainNav ul li a:hover b {
		color: var(--color-primary);
	}
	nav#mainNav ul li a:hover span {
		color: var(--color-primary);
	}
    nav#mainNav ul li a b::before {
		position: absolute;
        content: '\f078';
        font-family: 'FontAwesome';
		font-size: .6em;
        right: 0;
        top: 50%;
		-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		color: var(--color-primary);
		transition: .3s ease;
    }
	nav#mainNav ul li a:hover b::before {
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	nav#mainNav ul li.mail {
		display: none;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ__サブメニュー
 * == == == == == == == == */
    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);
        border-bottom-width: 0;
        color: var(--header-color-primary);
        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);
        color: #FFF;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトナビゲーション
 * == == == == == == == == */
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    height: 3.75em;
	    flex-direction: row;
	    border-radius: 10px;
	    width: 15em;
        max-width: 296px;
        font-size: clamp(10px, 1.1vw, 20px);
		font-family: var(--font-family01);
		font-weight: bold;
		color: var(--header-background);
		background: var(--header-color-primary);
		letter-spacing: var(--body-letter-spacing);
		gap: .5em;
        transition: .5s ease;
    }
	#header a.head_btn::before {
		font-size: 1em;
		margin-bottom: 0; 
	}
	#header a.head_btn:hover {
		background:  #FFF;
		color: var(--header-color-primary);
		opacity: 1;
		outline: 1px solid;
	}
    #header a.head_btn .txt {
        padding-right: 1.2em;
        position: relative;
    }
    #header a.head_btn .txt::after {
        content: '';
        position: absolute;
        width: .65em;
        height: .65em;
        background: url(/wp-content/uploads/icon-arrow-circle.png) center / contain no-repeat;
        transition: .3s ease;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    #header a.head_btn:hover .txt::after {
        background-image: url(/wp-content/uploads/icon-arrow-circle-hover-2.png);
    }
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	.mobile #header {
		background: #FFF;
	}
	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item a {
		background: #FFF;
		color: var(--color-font)!important;
		font-family: var(--font-family01);
	}
	nav#mainNav ul li li a {
		font-family: var(--font-family01);
		font-weight: bold;
    } 
    nav#mainNav ul li.current-menu-item li a,
    nav#mainNav ul li li:last-child a {
		color: var(--color-font);
	}
	nav#mainNav ul li a:hover {
		color: var(--color-primary)!important;
	}
	nav#mainNav ul li li a:hover, 
    nav#mainNav ul li.current-menu-item li a:hover,
    nav#mainNav ul li li:last-child a:hover, 
    nav#mainNav ul li.current-menu-item li:last-child a:hover,
    nav#mainNav ul li li.current-menu-item a, 
    nav#mainNav ul li li.current-menu-item:last-child a {
		color: var(--color-primary);
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li li.current-menu-item:last-child a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
		padding-left: 1.5em;
	}

}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: var(--clamp-20);
    padding-bottom: 0;
	text-align: left;
}
#footer a {
	transition: .5s ease;
}
#footer ul li a {
    font-weight: bold;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    display: none;
}
#copyright {
    background: var(--footer-background);
    color: var(--footer-color-font);
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
}
@media print, screen and (max-width: 768px) { 
}