@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #434343;
    --color-primary: #F2923B;
    --color-primary-shade: #D8D8D8;
    --color-primary-tint: #FAF8F4;
    --color-secondary: #F73737;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #F2923B;
    --header-color-font: #FFF;
    --header-color-primary: #ED7508;
    --header-color-primary-shade: #F2923B;
    --header-color-primary-tint: #F8F8F8;
	/*------▼フッター設定▼------*/
	--footer-background: #213440;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', serif;
	--font-family03: 'Montserrat', serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(16px, 1.1vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size35: clamp(24px, 1.83vw, 35px);
    --font-size38: clamp(26px, 2vw, 38px);
	--font-size48: clamp(26px, 2.61vw, 48px);
    --font-size50: clamp(26px, 2.61vw, 50px);
	/*------▼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-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-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary);
	color: #FFF; 
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .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;
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 160px;
		position: relative;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
	#header-layout {
		max-width: 1700px;
	}
	#header .logo img{
		max-height: 140px;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 160px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
    #header .header__nav-contact {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-family: var(--font-family01);
		color: var(--header-color-font);
		font-weight: bold;
		font-size: var(--font-size16);
		transition: .3s ease;
	}
	nav#mainNav ul li a:hover b {
		opacity: .7;
	}
	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 ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		font-size: var(--font-size16);
		font-weight: bold;
		color: var(--color-font);
	}
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		background: #FFF;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		color: var(--header-color-primary);
	}
    #header ul.header__contact li {
        display: flex;
        align-items: flex-end;
    }
    nav#mainNav ul li a {
        padding: var(--px16);
    }
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size16);
        font-weight: bold;
        outline: 1px solid #FFF;
        height: 65px;
        border-radius: 10px;
        margin-left: 15px;
    }
    #header a.head_btn.mail_btn {
        background: #FFF;
        color: var(--header-color-primary-shade);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #header a.head_btn.registration_btn span {
        padding-left: 1.5em;
        position: relative;
    }
    #header a.head_btn.registration_btn span::before {
        content: '';
        position: absolute;
        width: 1em;
        height: 1em;
        background-image: url(/wp-content/uploads/icon_registration.png);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        outline: 0;
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #header a.head_btn.tel_btn .num {
        font-size: var(--font-size22);
        padding-left: 1.5em;
        font-family: var(--font-family02);
        position: relative;
    }
    #header a.head_btn.tel_btn .num::before {
        content: '';
        position: absolute;
        width: 1em;
        height: 1em;
        background-image: url(/wp-content/uploads/icon_tell.png);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #header a.head_btn.tel_btn .sub {
        font-size: var(--font-size12);
    }
	#header a.head_btn:hover {
		opacity: .7;
	}
	#header a.head_btn.registration_btn {
        background: var(--header-color-primary);
        color: #fff;
	}
	#header a.head_btn.mail_btn::before {
		font-size: 1em;
		margin-bottom: 0;
		margin-right: .5em;
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: linear-gradient(45deg, orange, #fff3de);
	}    
	.spmenu #menu p {
		        color: #FFF;
        background: linear-gradient(45deg, orange, #fff3de);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
	}
	nav#mainNav ul li a {
		color: var(--color-font);
	}
	nav#mainNav ul li.current-menu-item a {
		color: var(--color-font);
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（archive） 
 * == == == == == == == == == == == == == == == == == == */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
 /* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
#footer h2, #footer p {
	color: var(--color-font);
}
#footer a.ctaBtn {
	transition: .5s ease;
}
#footer {
    padding: 0;
}

#footer .inner {
    padding-top: 15px;
}

#copyright {
    padding: 10px 0 15px;
    margin: 0;
}

#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    display: none;
}

@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title .ja {
    font-size: var(--font-size42);
	font-weight: bold;
	font-family: var(--font-family01);
}
header#h1Header h1.title .en{
    font-size: var(--font-size34);
	font-weight: 600;
	font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
    opacity: .6;
	background: linear-gradient(135deg, var(--color-primary), #FFBF2E);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb .en {
    display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dotted #CCCCCC;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    border-radius: 5px;
    padding: .5em 1em;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
}
/* == == == == == == == == == == == == == == == == == == 
 * inner/outer
 * == == == == == == == == == == == == == == == == == == */
.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_w1350 {
	max-width: 1350px;
}
.content_inner {
	position: relative;
	z-index: 0;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p, #footer p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
	padding-bottom: .4em;
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h2::before {
	content: '';
	position: absolute;
	width: 1.7em;
	height: 2px;
	background: var(--color-font);
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post h3, #footer h3 {
    font-size: var(--font-size20);
	padding: .5em;
	border-left: .5em solid var(--color-primary);
	background: #F7F7F7;
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}

span.bold {
	font-weight: bold;
}
span.ja {
	font-family: var(--font-family01);
}
span.en {
	font-family: var(--font-family02);
}
span.color {
    color: var(--color-primary-shade);
}
span.px12 {font-size: var(--font-size12);}
span.px14 {font-size: var(--font-size14);}
span.px16 {font-size: var(--font-size16);}
span.px18 {font-size: var(--font-size18);}
span.px20 {font-size: var(--font-size20);}
span.px22 {font-size: var(--font-size22);}
span.px26 {font-size: var(--font-size26);}
span.px28 {font-size: var(--font-size28);}
span.px32 {font-size: var(--font-size32);}
span.px35 {font-size: var(--font-size35);}
span.px38 {font-size: var(--font-size38);}
span.px42 {font-size: var(--font-size42);}
span.px50 {font-size: var(--font-size50);}
span.px60 {font-size: var(--font-size60);}
.name {
    display: inline-block;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size20);
    line-height: 1.5;
    font-weight: bold;
    padding: .5em 1em;
    border-radius: 10px;
    margin-bottom: 1em;
}
.ttl-icon {
    display: block;
}
.ttl-icon img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: var(--clamp-20);
}
h2.top-ttl {
    position: relative;
    padding: 0;
}
h2.top-ttl::before {
    display: none;
}
h2.top-ttl .en {
    font-size: var(--clamp-120);
    color: #E3E3E3;
    opacity: .42;
    line-height: 1;
    font-weight: 400;
}
h2.top-ttl .ja {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: var(--font-size38);
    font-weight: 900;
	color: var(--color-primary);
	width: 100%;
}
h3.no-treat {
    padding: 0;
    border-bottom: 0!important;
    font-size: var(--font-size32);
}
h3.no-treat::before {
    display: none;
}
p.lead {
    font-size: var(--font-size22);
    line-height: 1.5;
	font-weight: bold;
}
p.bubble {
    position: relative;
    padding: 0 .5em;
    display: inline-block;
    font-size: var(--font-size28);
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
}
p.bubble::before, p.bubble::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 1em;
    background: var(--color-font);
    bottom: .3em;
}
p.bubble::before {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    left: 0;
}
p.bubble::after {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    right: 0;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item+.content-item {padding-top: var(--clamp-80);}
.img-area img {width: 100%;}
 /* == == == == == == == == == == == == == == == == == == 
 *  ul / list
 *  == == == == == == == == == == == == == == == == == == */
.check-list li {
	padding-left: 2em;
	position: relative;
	font-size: var(--font-size18);
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: .5em;
}
.check-list li::before {
	content: '';
	position: absolute;
	width: 1em;
	height: 1em;
	top: .5em;
	left: 0;
	background-image: url(/wp-content/uploads/icon_check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.support-list li {
	padding-left: 2em;
	position: relative;
	font-size: var(--font-size16);
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: .5em;
}
.support-list li::before {
	content: '';
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0;
	left: 0;
	background-image: url(/wp-content/uploads/icon_suppport.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
 /* == == == == == == == == == == == == == == == == == == 
 *  flow
 *  == == == == == == == == == == == == == == == == == == */
.flow {
    counter-reset: number 0;
}
.flow__item {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.flow__item:last-child {
    margin-bottom: 0;
}
.flow__item::after {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-top: 20px solid var(--color-primary);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -20px;
    background: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow__item:last-child::after {
    display: none;
}
.flow__num {
    background: var(--color-primary);
    color: #FFF;
    font-family: var(--font-family03);
    font-weight: bold;
    font-size: var(--font-size18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8%;
    min-width: 60px;
	border-radius: 5px 0 0 5px;
}
.flow__num span::after {
    counter-increment: number 1;
    content: '0' counter(number);
    font-size: 2em;
    display: block;
    text-align: center;
    line-height: 1.2;
}
.flow__txt {
    width: 92%;
    max-width: calc(100% - 60px);
    padding: min(3%, 25px) min(5%, 50px);
}
.flow__txt h3.ttl {
    padding: 0;
    border: 0!important;
	font-size: var(--font-size22);
}
.flow__txt h3.ttl::before {
    display: none;
}
.flow__txt p:last-child {
	margin-bottom: 0;
}

 /* == == == == == == == == == == == == == == == == == == 
 *  accordion
 *  == == == == == == == == == == == == == == == == == == */
.accordion {
    margin-bottom: 15px;
}
.accordion__summary {
  display: block;
  background: var(--color-primary); /* 見出しの背景色 */
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
    content: "＋";
    font-size: 1em;
    position: absolute;
    font-weight: bold;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
}
.accordion[open] .accordion__summary::after {
    content: "－";
}
.accordion__detail {
    border: 1px solid var(--color-primary);
}
.accordion__summary p, .accordion__detail p {
    font-size: var(--font-size16);
    padding: .75em 2em;
    margin-bottom: 0;
}
.accordion__summary p {
    color: #FFF;
    font-weight: bold;
}
/* == == == == == == == == == == == == == == == == == == 
 *  アコーディオン
 *  == == == == == == == == == == == == == == == == == == */
 .qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: bold;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 1.2em 1.5em;
	background: var(--color-primary);
	color: #FFF;
	font-family: var(--font-family01);
	font-size: var(--font-size16);
    border-radius: 0;
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 1em;
	margin: 0 0 1rem 0;
	border: 1px solid var(--color-primary);
	border-top: 0;
	font-size: var(--font-size16);
	font-weight: 500;
	font-family: var(--font-family01);
	border-radius: 0;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_desc {
	line-height: 1.7;
	display: flex;
	align-items: center;
    position: relative;
	padding-right: 1.5em;
}
.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
	font-weight: 500;
}
.qa_list .qa_list_inner .q_num {
    padding-right: 1em;
	white-space: nowrap;
}
.qa_list .qa_list_inner dt:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
}
.qa_list .qa_list_inner .active:after {
    content: 'ー';
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

 /* == == == == == == == == == == == == == == == == == == 
 *  grid
 *  == == == == == == == == == == == == == == == == == == */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-2{width: calc(50% - 20px);}
.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%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 800px;
	width: 94%;
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
        max-width: 100%;
	}
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 30px 44.5px;}
.card:has(.col-3) {gap: 20px;}
.card:has(.col-4) {gap: 11.2px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 24px);}
.card .col-3 {
	width: calc((100% / 3) - 15px);
    background: #FFF;
    overflow: hidden;
}
.card .txt-area {
    background: var(--color-primary);
    text-align: center;
    font-size: var(--font-size20);
    padding: .5em;
}
.card .img-area {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.card h3 {
    font-size: var(--font-size22);
    text-align: center;
}
.card p {
    font-size: var(--font-size20);
    line-height: 1.8;
    font-weight: bold;
    color: #FFF;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: column;}
    .card .col-2, .card .col-3, .card .col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
	.card .col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
        gap: 15px 10px;
		margin-bottom: 20px;
	}
	.card:has(.col-2) {gap: 0;}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    vertical-align: middle;
    font-size: var(--body-font-size);
	background: transparent;
}
.post table th {
	border-bottom: 2px solid #DDD;
	font-weight: 500;
	color: var(--color-font);
}
.post table td {
	border-bottom: 2px solid #DDD;
	font-weight: 500;
}
.page-content table, .page-content table th, .page-content table td {border: 1px solid #ededed;}
.page-content table th {
    background: #D8D8D8;
}
.post table a {
    color: var(--color-primary);
    text-decoration: underline;
}
.post table a:hover {
    text-decoration: none;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table tr:first-child th, .post table tr:first-child td {
		border-top: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */

.btn-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px 44px;
    flex-wrap: wrap;
    margin-top: var(--clamp-30);
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 1.5;
    padding: .9em 2em;
    width: 90%;
    max-width: 550px;
    text-align: center;
    border-radius: 0;
	outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	color: var(--color-primary);
	background: #FFF;
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
	border-color: var(--color-primary);
}
a.pageBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    color: #FFF;
    background: linear-gradient(135deg, #FFBF2E, var(--color-primary), var(--color-primary));
    background-size: 200%;
    background-position: left;
    font-size: var(--font-size22);
    font-weight: bold;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 380px;
    text-align: center;
    border-radius: 50px;
}
a.pageBtn:hover {
    background-position: right;
    transform: translateY(-5px);
    box-shadow: 0 4px 6px #00000020;
}
a.pageBtn::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background: #FFF;
    border-radius: 50vw;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
a.pageBtn:hover::after {
    width: 1em;
    height: 1em;
}
a.ctaBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 1.5;
    padding: 1.2em 2em;
    width: 90%;
    max-width: 370px;
    text-align: center;
    border-radius: 30px;
    outline: 1px solid;
}
a.ctaBtn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px #00000020;
    color: var(--color-primary);
    background: #FFF;
}
a.ctaBtn.tel {
    background: #FFF;
    color: var(--color-primary);
    font-size: var(--font-size22);
    padding: .65em 2em;
} 
a.ctaBtn.tel:hover {
    color: #FFF;
    background: var(--color-primary); 
}
a.ctaBtn::before {
    font-family: 'Font Awesome 5 Free';
    margin-right: .5em;
}
a.ctaBtn.mail::before {
    content: '\f0e0';
}
a.ctaBtn.mail::after, a.ctaBtn.tel::after {
    display: none;
}
a.ctaBtn.tel::before {
    content: '\f095';
    background: var(--color-primary);
    color: #FFF;
    font-size: .5em;
    padding: .5em;
    border-radius: 3px;
    transition: .3s ease;
    position: relative;
    top: -.3em;
}
a.ctaBtn.tel:hover::before {
    background: #FFF;
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.top-content {
	padding-top: var(--clamp-60);
	padding-bottom: var(--clamp-60);
	background: #FFF;
}
.top-content h3 {
    background: 0;
    border-left: 0;
    border-bottom: 3px solid #E3E3E3;
    font-size: var(--font-size28);
    margin-bottom: .5em;
    padding-left: 0;
	padding-top: 0;
}
.top-content h3::before {
    content: '';
    position: absolute;
    width: 2.5em;
    height: 3px;
    background: var(--color-primary);
    bottom: -3px;
    left: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .mv-content
 * == == == == == == == == */
.mv-content video {
	width: 100%;
	height: auto;
}
.mv-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
    position: relative;
	margin-bottom: -10px;
}
.mv-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-primary), #FFBF2E);
    opacity: .64;
    top: 0;
    left: 0;
}
.mv-content__txt {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 33vw;
}
@media print, screen and (max-width: 768px) {
	.mv-content {
		height: 140vw;
	}
	.mv-content video {
		height: 100%;
		object-fit: cover;
	}
	.mv-content__txt {
		width: 80vw;
	}
}

/* == == == == == == == ==
 * .banner-content
 * == == == == == == == == */
.banner-content {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 15%;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    width: 50%;
    max-width: 410px;
}
.banner-content a {
    display: block;
}
.banner-content img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .cta-content
 * == == == == == == == == */
.cta-content {
	text-align: center;
	background-image: url(/wp-content/uploads/cta_bg.jpg);
	background-size: cover;
	background-position: center;
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: var(--clamp-50) 0;
}
.cta-content .content_inner {
	border-radius: 20px;
	background: #FFF;
	padding: min(5%, 40px) min(3%, 30px);
}
.cta-content h2 {
	padding-bottom: 0;
}
.cta-content h2::before {
	display: none;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content
 * == == == == == == == == */
 @media print, screen and (min-width: 769px) {}
 @media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__about
 * == == == == == == == == */
.section__about {
	background-image: url(/wp-content/uploads/top_about_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 0;
}
.section__about .content_wrapper {
	background: #EEEEEEE6;
	padding: var(--clamp-50) 0;
}
.section__about .txt-area {
	background: #FFF;
	border-radius: 20px;
	padding: min(5%, 30px) min(3%, 30px);
}
.section__about .txt-inner {
	max-width: 800px;
	margin: 0 auto;
}
.section__about h2.top-ttl .en {
	color: #FFF;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__problems
 * == == == == == == == == */
.section__problems {
	padding: 0;
}
.section__problems h2 {
	background: var(--color-primary);
	color: #FFF;
	padding: 1em;
	margin-bottom: 2em;
}
.section__problems h2::before {
    width: auto;
    height: auto;
    border-top: 1em solid var(--color-primary);
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    bottom: -1em;
    background: transparent;
}
.section__problems .content_inner {
    background: #F7F7F7;
    padding: min(5%, 35px) min(3%, 25px);
    border-radius: 20px;
    margin-top: var(--clamp-60);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__countries
 * == == == == == == == == */
.section__countries {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-70);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__program
 * == == == == == == == == */
.section__program .flexbox {
	align-items: center;
}
.section__program .txt-area {
    width: 54%;
}
.section__program .img-area {
    width: 44%;
}
.section__program .card .col-2 {
    background: #FAF8F4;
    border: 3px solid #F1F1F1;
    border-radius: 5px;
    padding: min(3%, 15px);
    min-height: 150px;
}
.section__program .card p {
    color: var(--color-font);
    font-size: var(--font-size14);
	font-weight: 500;
}
.section__program .card h4 {
    margin-bottom: .5em;
    text-align: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .section__program .img-area {
        width: 100%;
        margin-bottom: 20px;
    }
    .section__program .txt-area {
        width: 100%;
    }
    .section__program .card .col-2 {
        min-height: auto;
        margin-bottom: 15px;
    }
}
/* == == == == == == == ==
 * .section__price
 * == == == == == == == == */
.section__price {
    background-image: url(/wp-content/uploads/top_price_bg-02.jpg);
    background-size: cover;
    background-position: center;
}
.section__price h2.top-ttl .ja {
    color: #FFF;
}
.section__price p {
    color: #FFF;
}
.section__price p.lead {
    font-size: var(--font-size28);
    text-align: center;
    font-weight: bold;
}
.section__price .txt_inner {
    max-width: 800px;
    margin: 0 auto;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__
 * == == == == == == == == */
.section__donor p.lead {
    font-size: var(--font-size28);
}
.section__donor .txt-area {
    position: relative;
    padding: .5em 2em;
}
.section__donor .txt-area::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    right: 1em;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s ease;
}
.section__donor a:hover .txt-area::after {
    right: .5em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__price
 * == == == == == == == == */
.section__price01 {
	padding-bottom: var(--clamp-80);
}
.section__price02 {
	padding-top: var(--clamp-30);
	padding-bottom: var(--clamp-80);
	background-image: url(/wp-content/uploads/page_bg01.jpg);
	background-size: cover;
	background-position: center;
}
.section__price03 {
	padding-top: var(--clamp-30);
}
.section__price02 .flow__txt {
    background: #FFF;
}
.section__price02 .flow__item {
    border: 0;
    margin-bottom: 40px;
}
.section__price02 .flow__txt h3.ttl {
    background: transparent;
}
.section__price02 .flow__item::after {
    border: 0;
    content: '＋';
    color: var(--color-primary);
    font-size: var(--font-size28);
    bottom: -1.1em;
    font-weight: bold;
}
.section__price02 .txt-area {
    background: #FFF;
    border-radius: 5px;
    padding: min(3%, 30px);
}
.section__price02 h3 {
    font-size: var(--font-size20);
    border: 0;
    padding: 0;
    background: transparent;
}
.plan-content,
.price-content {
    margin-top: var(--clamp-50);
}
.plan-content h3, 
.price-content h3 {
    display: inline-block;
    background: var(--color-primary);
    border-left: 0;
    border-radius: 10px;
    color: #FFF;
    padding: .5em 1em;
}
.plan-content table,
.price-content table {
    margin-top: 0;
}
.plan-content table, .plan-content table th, .plan-content table td,
.price-content table, .price-content table th, .price-content table td {
    border: 1px solid #ededed;
}
.plan-content table th,
.price-content table th {
    background: #D8D8D8;
}
.plan-content table td:first-child {
    background: #D8D8D8;
}
.plan-content table th:nth-child(1),
.plan-content table td:nth-child(1) {
    width: 20%;
}
.plan-content table th:nth-child(2), 
.plan-content table th:nth-child(3),
.plan-content table td:nth-child(2),
.plan-content table td:nth-child(3) {
    width: 40%;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.plan-content table th, .price-content table th, .plan-content table td, .price-content table td {
		display: table-cell;
	}
	.price-content table th, .price-content table td {
		width: 50%;
	}
}
/* == == == == == == == ==
 * .section__partner
 * == == == == == == == == */
.clinic-content + .clinic-content {
    margin-top: var(--clamp-80);
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
#content, body:not(.home) #content.wide {
    padding: var(--px40w) 0 var(--px60);
}
/* #about,  */
#program, #flow, #about-us, #conditions, #faq, #compensation {
	padding-top: var(--clamp-200);
	margin-top: calc(var(--clamp-200) * -1);
	position: relative;
	z-index: -100;
}
div#mainImg {
    display: none;
}
#sitemap_list .en {
    display: none;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {

}

body.mobile{
	margin-top: 0px;
}

@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo img{
		max-height: 95px;
		background:var(--header-background);
		
	}
	body.mobile #header .logo .mark{
		margin-top: 25px;
	}
	.mobile #header{
		background:transparent;
		box-shadow: unset;
	}

}

.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
}