@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=Oswald:wght@200..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333333;
    --color-primary: #0067C0;
    --color-primary-shade: #44A5AE;
    --color-primary-tint: #F8F8F8;
    --color-secondary: #F73737;
    --color-secondary-tint: #eee;
    --color-table-border: #C7C7C7;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFFFFF;
    --header-color-font: #333333;
    --header-color-primary: #0067C0;
    --header-color-primary-shade: #F8F8F8;
    --header-color-primary-tint: #F8F8F8;
	/*------▼フッター設定▼------*/
	--footer-background: #0067C0;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Shippori Mincho', serif;
    --font-family03: 'Oswald', serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
	--font-size18: clamp(16px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size27: clamp(20px, 1.41vw, 27px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
	--font-size42: clamp(26px, 2.2vw, 42px);
	--font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    --font-size70: clamp(30px, 3.65vw, 70px);
	/*------▼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
 * == == == == == == == == == == == == == == == == == == */
#header {
	position: relative;
}
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
    }
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		gap: 5px;
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size18);
		font-weight: 500;
		letter-spacing: 1px;
		color: var(--header-color-font);
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family03);
        font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;
    }
	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);
	}
	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);
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size18);
		font-weight: bold;
    }
	#header a.head_btn:hover {
        opacity: .6;
	}
	#header a.head_btn.mail_btn:hover {
		background: var(--header-color-primary);
		color: #FFF;
	}
	#header a.head_btn.tel_btn {
		color: var(--header-color-primary);
	}
    #header a.head_btn.tel_btn {
        font-family: var(--font-family03);
        font-weight: bold;
        font-size: var(--font-size26);
		flex-direction: row;
		align-items: center;
    }
	#header a.head_btn.tel_btn::before {
		content: '\f3cd';
		font-size: .8em;
		margin-right: .5em;
		padding-top: .3em;
	}
    #header a.head_btn.tel_btn .num::before {
        content: '';
    }
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span {
        color: var(--header-color-primary);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（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 {
	padding: 0;
}
#footer .footer-content {
	padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
	background-image: url(/wp-content/uploads/footer_bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
}
#footer .footer-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: .4;
    top: 0;
    left: 0;
    z-index: 0;
}
#footer .content_inner {
	background: #FFF;
	padding: var(--clamp-30) 3%;
}
#footer h2 {
    line-height: 1.5;
    margin-bottom: .5em;
}
#footer h2 .ja {
    font-size: var(--font-size22);
    background: var(--color-primary);
    color: #FFF;
    display: inline-block;
    padding: .2em .8em;
}   
#footer h2 .en {
    position: relative;
    font-size: var(--font-size52);
    font-family: var(--font-family02);
}
#footer p {
    font-size: var(--font-size18);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: bold;
    letter-spacing: .5px;
	color: #000;
}
#footer a.ftBtn {
	font-family:var(--font-family03);
	font-size: var(--font-size60);
	font-weight: bold;
	display: flex;
	flex-direction: row;
	transition: .3s ease;
	color: var(--color-primary);
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
#footer a.ftBtn:hover {
	opacity: .6;
	transform: translateY(-3px);
}
#footer a.ftBtn::before {
	font-family: 'FontAwesome'; 
	content: '\f3cd';
	font-size: .8em;
	margin-right: .5em;
	padding-top: .3em;
}
#footer .inner {
	padding-top: 10px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {	

}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
 header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size42);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .52;
	background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */

/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px solid #DDDDDD;
}
.postlist .time {
    font-size: var(--font-size18);
    background: var(--color-primary);
    padding: .5em 1em;
    border-radius: 5px;
}
.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_w880 {
    max-width: 880px;
}
.max_w1265 {
    max-width: 1265px;
}
.max_w1280 {
	max-width: 1280px;
}
.max_w1430 {
    max-width: 1430px;
}
.max_w1510 {
    max-width: 1510px;
}
.content_inner {
	position: relative;
	z-index: 0;
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
	font-weight: 500;
    letter-spacing: .5px;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
    letter-spacing: 1px;
    color: var(--color-primary);
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
    color: var(--color-primary);
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
p.lead {
    font-size: var(--font-size24);
    font-family: var(--font-family01);
    font-weight: bold!important;
    line-height: 1.875;
    margin-bottom: .5em;
}
p.name {
    font-size: var(--font-size28); 
    font-family: var(--font-family04);
    text-align: right;
}
p.name span {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 500;
    margin-right: .8em;
}
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);letter-spacing: 2px;}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.px12 {font-size: var(--font-size12);}
.px14 {font-size: var(--font-size14);}
.px16 {font-size: var(--font-size16);}
.px18 {font-size: var(--font-size18);}
.px20 {font-size: var(--font-size20);}
.px22 {font-size: var(--font-size22);}
.px24 {font-size: var(--font-size24);}
.px26 {font-size: var(--font-size26);}
.px28 {font-size: var(--font-size28);}
.px32 {font-size: var(--font-size32);}
.px36 {font-size: var(--font-size36);}
.px38 {font-size: var(--font-size38);}
.px40 {font-size: var(--font-size40);}
.px46 {font-size: var(--font-size46);}
.px50 {font-size: var(--font-size50);}
.px60 {font-size: var(--font-size60);}
.px70 {font-size: var(--font-size70);}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.txt-marker {background: linear-gradient(0, #FCA10580 35%, transparent 35%);}
.ttl-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: .3em 1.5em!important;
    border-radius: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.box-shadow {box-shadow: 0 3px 20px #0000001A;}
.border {border: 1px solid #E5E5E5;}
.border-bottom {border-bottom: 1px solid var(--color-primary)!important;}
.border-radius {
    border-radius: 20px;
    overflow: hidden;
}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.txt-area {
    position: relative;
}
.txt-area__white {
    background: #FFF;
    padding: min(5%, 40px) min(3%, 25px);
}
.img-area img {width: 100%;}
.icon-area {
    width: 30%;
    max-width: 150px;
    margin: 0 auto var(--clamp-60);
}
.btn_txt {
    font-size: var(--font-size16);
    color: var(--color-primary);
    text-decoration: underline;
}
.bg-white {background: #FFF;}
.bg-gray {background: #FBFBFB;}
.bg-primary{background: #FFF5ED;}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
@media print, screen and (max-width: 768px) {
	.sp_center {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  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: 530px;
    width: 96%;
}
@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 {
        max-width: 94%;
		width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 25px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 24px);}
.card .col-3 {
	width: calc((100% / 3) - 17px);
    overflow: hidden;
    background: #FFF;
}
.card .img-area {
    position: relative;
}
.card .num-icon {
    position: absolute;
    width: 39%;
    top: 0;
}
.card .txt-area {
    margin: 0;
    /* border: 1px solid var(--color-table-border);
    border-radius: 0 0 30px 30px; */
    padding: var(--clamp-30) min(10%, 38px);
}
.card .txt-area .btn_txt {
    position: absolute;
    bottom: var(--clamp-40);
    left: 50%;
    transform: translateX(-50%);
}
.card h3 {
    margin-top: .5em;
    margin-bottom: .5em;
}
.card p.ttl {
    font-size: var(--font-size20);
    text-align: center;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
.card__tint .col-3 {
    overflow: hidden;
    border: 1px solid #EDE4E4;
    border-radius: 10px 10px 0 0;
    background: #FFF;
}
.card__tint .txt-area {
    border-top: 1px solid #EDE4E4;
}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
    .card .txt-area {
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: row;}
    .card .col-2, .card .col-3, .col-2, .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
	.card .col-4, .col-4, .card .col-5, .col-5 {
	    width: calc((100% / 2) - 10px);
        margin-bottom: 0;
	}
    .col-2, .col-3, .col-4, .col-5 {
        margin-bottom: 20px;
    } 
}
@media print, screen and (max-width: 500px) {
	.card .col-4, .col-4, .card .col-5, .col-5 {
	   width: 100%;
	}
    .card p.ttl {
        font-size: var(--font-size18);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em;
    font-size: var(--body-font-size);
    font-weight: 500;
	background: transparent;
	color: #333333;
}
.post table th {
	border-bottom: 1px solid #DCDDDD;
}
.post table td {
	border-bottom: 1px solid #DCDDDD;   
}
.page-content table th, .page-content table td {
    vertical-align: middle;
    border-bottom: 1px dashed #DCDDDD;
    position: relative;
    padding: 1.5em;
    line-height: 2;
}
.page-content table th::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - (.43em * 2));
    background: #F7F7F7;
    top: .43em;
    left: 0;
    z-index: -1;
}

@media print, screen and (min-width: 769px) {
    .post table tr:first-child th, .post table tr:first-child td {
        border-top: 1px solid #DCDDDD;
    }
    .page-content table tr:first-child th, .page-content table tr:first-child td {
        border-top: 1px dashed #DCDDDD;
    }
    .page-content table th {
        text-align: center;
    }
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
        padding: 1em;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */
 .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    line-height: 1.5;
    text-align: center;
    padding: 1em 2em 1em 2em;
    border-radius: 50px;
    width: 90%;
    max-width: 260px;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
    outline: 1px solid var(--color-primary);
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color: var(--color-primary);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    width: 2.5em;
    height: 2.5em;
    border: 0;
    background-image: url(/wp-content/uploads/icon_arrow.png);
    background-size: contain;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    margin: 0;
}
.linkBtn:hover::after, input.linkBtn:hover::after, .post .linkBtn:hover::after {
    background-image: url(/wp-content/uploads/icon_arrow-hover.png);
}
@media print, screen and (max-width: 768px) {
    .linkBtn, .post .linkBtn, a.linkBtn {
        padding: 1em 2em;
    }
    .btn-content {
        text-align: center;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
ul.option-list {
    background: var(--color-primary);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: min(5%, 56px) 3%;
    gap: 20px 35px;
    margin-top: var(--clamp-100);
}
ul.option-list li {
    width: calc((100% / 4 ) - 10px);
    max-width: 180px;
    text-align: center;
}
ul.option-list .icon {
    width: 100%;
    overflow: hidden;
    border-radius: 50vw;
    margin-bottom: 15px;
}
ul.option-list img {
    width: 100%;
    height: auto;
}
ul.option-list p {
    font-size: var(--font-size22);
    font-weight: bold;
    margin: 0;
    color: #FFF;
}
ul.under-line li {
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.num-list {
    list-style: auto;
    list-style-position: inside;
    font-weight: 500;
    line-height: 2;
}
@media print, screen and (max-width: 768px) {
    ul.option-list {
        flex-wrap: wrap;
    }
    ul.option-list li {
        width: calc((100% / 2) - 40px);
    }
}
@media print, screen and (max-width: 499px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .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-80);
	padding-bottom: var(--clamp-80);
}
.top-content h2 {
    line-height: 1.5;
    margin-bottom: .5em;
}
.top-content h2 .ja {
    font-size: var(--font-size22);
    background: var(--color-primary);
    color: #FFF;
    display: inline-block;
    padding: .2em .8em;
}   
.top-content h2 .en {
    position: relative;
    font-size: var(--font-size52);
    font-family: var(--font-family02);
}
.page-content {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-80);
}
.page-content h2 {
    background: var(--color-primary);
    color: #FFF;
    font-family: var(--font-family02);
    text-align: center;
    padding: .4em 1em;
    margin-bottom: .5em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == ==
 * .section__
 * == == == == == == == == */
.section__for-first-time {
    background: var(--color-primary-tint);
    padding-top: var(--clamp-70);
    padding-bottom: var(--clamp-110);
}
.section__for-first-time h2 {
    text-align: left;
}
@media print, screen and (min-width: 769px) {
    .section__for-first-time .content_inner {
        margin-right: 0;
    }
    .section__for-first-time .img-area {
        width: 51%;
    }
    .section__for-first-time .txt-area {
        width: 45%;
    }
	.section__for-first-time .img-area img {
		height: 100%;
		object-fit: cover;
		object-position: right;
		min-height: 527px;
	}
}
@media print, screen and (max-width: 768px) {
    .section__for-first-time .txt-area {
        margin-bottom: 20px;
    }
}
 /* == == == == == == == ==
 * .section__information
 * == == == == == == == == */
.section__information {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-60);
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == ==
 * .section__price-plan
 * == == == == == == == == */
.section__price-plan {
    background: var(--color-primary-tint);
    padding-top: 20px;
    padding-bottom: var(--clamp-60);
}
.section__price-plan h2 {
    text-align: left;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
  /* == == == == == == == ==
 * .section__rule,
 * .section__shop
 * == == == == == == == == */
.section__rule {
    padding-top: 20px;
    padding-bottom: var(--clamp-30);
} 
.section__shop {
    padding-top: 20px;
    padding-bottom: var(--clamp-60);
}
.section__rule h2, .section__shop h2 {
    text-align: left;
}
.section__rule .img-area {
    height: 528px;
}
.section__rule .img-area img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .section__rule .img-area, .section__shop .map-area {
        width: 94%;
        margin: 0 auto;
		height: auto;
    }
}
 /* == == == == == == == ==
 * .section__
 * == == == == == == == == */
@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;
	max-width: 550px;
	border-radius: 5px;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* == .txt-content ==== */
.txt-content {
    background: #FFF;
    padding: min(5%, 20px) min(3%, 20px);
}
.txt-content h3 {
    font-size: var(--font-size16);
    margin-bottom: .5em;
}
.txt-content p {
    font-size: var(--font-size18);
    line-height: 2.16;
}
.page-content .txt-content h3 {
    font-size: var(--font-size22);
    padding-left: 1.5em;
    position: relative;
}
.page-content .txt-content h3::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-content .txt-content p {
    font-size: var(--font-size16);
    line-height: 2;
}   
@media print, screen and (max-width: 768px) {
    .txt-content p {
        line-height: 2;
    }
}
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding: 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-100) 0;
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {

}