@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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Yuji+Mai&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #EFF0E9;
    --color-font: #120A00;
    --color-primary: #015840;
    --color-primary-shade: #FFF;
    --color-primary-tint: #EEF469;
    --color-grad: linear-gradient(-45deg, #3B65CC, #00B2E6);
    --color-secondary: #F73737;
    --color-secondary-tint: #DDD;
    --color-table-border: #C7C7C7;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #EFF0E9;
    --header-color-font: #120A00;
    --header-color-primary: #015840;
    --header-color-primary-shade: #FFF;
    --header-color-primary-tint: #EEF469;
	/*------▼フッター設定▼------*/
	--footer-background: #342818;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Open Sans', serif;
    --font-family03: 'Yuji Mai', serif;
    --font-style01: normal;
    --font-style02: italic;
	/*------▼フォントサイズ設定▼------*/
    /* ---- ベース ---- */
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
	--font-size18: clamp(14px, .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-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --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.3vw, 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);
    /* ---- 追加 ---- */
	/*------▼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-tint);
    color: var(--color-font);
}
/* == == == == == == == == == == == == == == == == == == 
 * 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_w600 {
    max-width: 600px;
}
.max_w800 {
    max-width: 800px;
}
.max_w1280 {
    max-width: 1280px;
}
.content_inner {
	position: relative;
	z-index: 0; 
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト/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 h4, .post h5, h1.title {
	color: var(--color-font);
}
.post h1, .post h2, .post h3 {
    color: var(--color-primary);
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
	font-weight: 500;
    letter-spacing: 0;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3, #footer h3 {
    font-size: var(--font-size24);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
	font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size16);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post p.lead, p.lead {
    font-family: var(--font-family01);
    line-height: 1.75;
    margin-bottom: .6em;
}
.post p.name, p.name {
    font-size: var(--font-size26);
    font-weight: 400; 
    font-family: var(--font-family03);
    text-align: right;
    display: inline-block;
    background: #FFF;
    padding: .4em .8em;
    position: absolute;
    bottom: 0;
    right: 0;
	margin-bottom: 0;
}
.post p.name span, p.name span {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.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)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, var(--color-primary-tint) 25%, transparent 25%);}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: .2em 1.35em!important;
    margin-bottom: 0;
    border-radius: 50vw;
}
.txt-outline {
    display: inline-block;
    outline: 2px solid var(--color-primary);
    color: var(--color-primary);
    padding: .2em 1.35em!important;
    margin-bottom: .3em;
    border-radius: 50vw;
}
.txt-tag {
    display: inline-block;
    outline: 2px solid var(--color-primary);
    color: var(--color-primary);
    padding: .4em 1.2em!important;
    margin: 0 5px 1em 5px;
    border-radius: 5px;
    font-size: var(--font-size24)!important;
	font-weight: bold;
}
/* ===== text / 追加ユーティリティ ===== */
.post .top-h2-ttl, .top-h2-ttl {
    display: inline-block;
    padding: .6em .2em;
    border-top: 3px solid;
    border-bottom: 3px solid;
	margin-bottom: 1.5em;
}
.post .top-h3-ttl, .top-h3-ttl {
    padding-left: 1.25em;
	padding-bottom: 0;
    position: relative;
	color: var(--color-primary);
}
.post .top-h3-ttl::before, .top-h3-ttl::before {
    content: '';
    position: absolute;
    width: .9em;
    height: .9em;
    background-image: url(/wp-content/uploads/icon_title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: .25em;
}
.post .page-h2-ttl, .page-h2-ttl {
    display: inline-block;
    padding: .85em 0 .3em 0;
    border-bottom: 3px dashed;
}
.post .page-h2-ttl::before, .page-h2-ttl::before {
    content: '';
    position: absolute;
    width: .75em;
    height: .75em;
    background-image: url(/wp-content/uploads/icon_title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post .card-ttl, .card-ttl {
    text-align: center;
    font-size: var(--font-size18);
    color: var(--color-font);
    font-weight: bold;
	margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.post .page-h2-ttl, .page-h2-ttl {
		padding-top: 1.5em; 
	}
	.post .page-h2-ttl::before, .page-h2-ttl::before {
		width: 1.2em;
		height: 1.2em;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい
 *  == == == == == == == == == == == == == == == == == == */
 .content {
    position: relative;
}
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #00000009;
}
.border {
    border: 1px solid #E5E5E5;
}
.border-bottom {
    border-bottom: 1px solid !important;
}
.border-left {
    border-left: .2em solid #808080 !important;
    padding-left: .4em !important;
}
.border-radius {
    border-radius: 100px 100px 0 0;
    overflow: hidden;
}
.dis-block {
    display: block;
    position: relative;
}
.dis-inline-block {
    display: inline-block;
    position: relative;
}
.dis-flex {
    display: flex;
    position: relative;
}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F7F7;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.content-radius {
    background: #FFF;
    padding: min(5%, 40px) min(3%, 20px);
    border-radius: 20px;
    box-shadow: 0 3px 20px #00000014;
}
.arrow-down {
    display: inline-block;
    width: var(--clamp-40);
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.arrow-down img {
    width: 100%;
    height: auto;
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area, .img-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
.parallax-img {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -10;
}
.parallax-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media print, screen and (max-width: 768px) {
	.sp_center {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
 #header {
	position: relative;
}
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
		background: var(--header-background);
    }
    #header .logo {
        padding: 0 15px;
    }
    #header .logo img {
        max-height: 85px;
        max-width: 150px;
    }
	#header .header__nav-contact {
		padding: 15px;
	}
	#header nav#mainNav {
		background: #FFF;
		border-radius: 10px 0 0 10px;
	}
	#header nav#mainNav ul {
		padding: 0 var(--px20);
	}
	#header ul.header__contact {
		overflow: hidden;
		border-radius: 0 10px 10px 0;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size16);
		font-weight: bold;
		letter-spacing: 1px;
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family03);
        font-size: var(--font-size14);
		font-weight: 500;
		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-font);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-primary);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li.current-menu-item a b::before, 
	nav#mainNav ul li a:hover b::before, 
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size16);
		font-weight: bold;
		flex-direction: row;
		background: var(--header-color-primary);
		outline: 1px solid;
		min-width: 200px;
		color: #FFF;
    }
	#header a.head_btn::before {
		margin-right: .5em;
	}
	#header a.head_btn:hover {
		background: #FFF;
		color: var(--header-color-primary);
		opacity: .7;
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@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);
    }
	.spmenu #menu p {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（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;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
 header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size32);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: 0;
	background: #000;
}
/* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
#footer {
	padding: 0;
    text-align: left;
}
#footer a {
	transition: .5s ease;
}
#footer .footer-content {
    background: var(--color-primary);
    padding: var(--clamp-60) 0;
}
#footer .footer__logo img {
    max-height: 115px;
}
#footer ul li a {
    font-weight: 400;
}
#footer .inner {
	padding-top: 10px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {	
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
}
@media print, screen and (max-width: 768px) {
	#footer {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed #CCC;
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size18);
    background: var(--color-primary);
    font-weight: 500;
    padding: .5em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
 .col-1{ width: 100%;}
 .col-2{width: calc(50% - 22px);}
 .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%;}
 .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: 618px;
     width: 94%;
 }
 @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-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;
     }
     .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: 40px 25px;}
 .card:has(.col-4) {gap: 13px;}
 .card:has(.col-5) {gap: 10.5px;}
 .card .col-2 {
     width: calc(50% - 24px);
     background: #FFF;
 }
 .card .col-3 {
     width: calc((100% / 3) - 17px);
     overflow: hidden;
 }
 .card .img-area {
     position: relative;
 }
 .card .txt-area {
     padding: 3% min(3%, 8px);
 }
 .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:has(.col-3) {
         gap: 10px;
     }
     .card {flex-direction: row;}
     .card .col-2, .card .col-3 {
         width: 100%;
         margin-bottom: 0;
     }
     .card .col-4, .card .col-5 {
         width: calc((100% / 2) - 10px);
         margin-bottom: 0;
     }
 }
 @media print, screen and (max-width: 500px) {
     .card .col-4, .card .col-5 {
        width: 100%;
     }
 }
 /* == == == == == == == == == == == == == == == == == == 
  * テーブル、マップ調整/table,map
  * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--body-font-size);
    font-weight: 500;
    background: transparent;
    color: var(--color-font);
    border-bottom: 1px solid #DCDDDD;
    line-height: 1.8;
}
.post table th {
    font-weight: 500;
}
.post table td {
    font-weight: 400;
} 
.page-content table th {
    border-width: 2px;
    border-color: var(--color-primary);
    font-weight: bold;
    color: var(--color-primary);
}
.page-content table td {
    border-width: 2px;
}
@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 {
        border-top: 2px solid var(--color-primary);
    }
    .page-content table tr:first-child td {
        border-top: 2px solid #DCDDDD;
    }
}
@media print, screen and (max-width: 768px) {
     .post table th, .post table td {
        width: 100%;
        display: block;
        font-size: var(--font-size16);
        padding: 1em;
    }
}
 /* ==== .page-content table ==== */
 @media print, screen and (min-width: 769px) {
 }
 @media print, screen and (max-width: 768px) {
 }
 /* == == == == == == == == == == == == == == == == == == 
  * ボタン/btn
  * == == == == == == == == == == == == == == == == == == */
/*  */
.btn-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 44px;
    position: relative;
    z-index: 10;
}
.btn-content a.linkBtn {
    margin: 0;
}
/* ==== linkBtn ==== */
.linkBtn, .post .linkBtn, a.linkBtn {
    width: 90%;
    max-width: 280px;
    font-size: var(--font-size16);
    font-weight: 500;
    border-radius: 5px;
    background-image: var(--color-primamry);
    transition: .5s ease;
    padding: .7em;
    outline: 1px solid var(--color-primary);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
   border-right: 1px solid;
   border-bottom: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    background: #FFF;
    color: var(--color-primary);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	box-shadow: 0 3px 20px #0000001A;
}
/* ==== pageBtn ==== */
.pageBtn, a.pageBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: center;
    padding: 1em 2em;
    border-radius: 10px;
    width: 90%;
    max-width: 280px;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 500;
    outline: 1px solid var(--color-primary);
}
.pageBtn:hover, a.pageBtn:hover {
    background: #FFF;
    color: var(--color-primary);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	box-shadow: 0 3px 20px #0000001A;
}
.pageBtn::after, a.pageBtn::after {
    position: absolute;
    content: '';
    width: 1.25em;
    height: 1.25em;
    background-image: url(/wp-content/uploads/icon_btn-arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.pageBtn:hover::after, a.pageBtn:hover::after {
    background-image: url(/wp-content/uploads/icon_btn-arrow_green.png);
}
/* ==== pageBtn.primary ==== */
.pageBtn.primary, a.pageBtn.primary {
    font-size: var(--font-size22);
    max-width: 100%;
    width: 100%;
    background: #FFF;
    color: var(--color-primary);
    outline: none;
	font-weight: bold;
    border-radius: 0;
}
.pageBtn.primary span, a.pageBtn.primary span {
    padding-right: 2em;
    position: relative;
}
.pageBtn.primary::after, a.pageBtn.primary::after {
    display: none;
}
.pageBtn.primary span::after, a.pageBtn.primary span::after {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(/wp-content/uploads/icon_btn-arrow_green.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.pageBtn.primary:hover, a.pageBtn.primary:hover {
    background: var(--color-primary);
    color: #FFF;
}
.pageBtn.primary:hover span::after, a.pageBtn.primary:hover span::after {
    background-image: url(/wp-content/uploads/icon_btn-arrow_white.png);
}
@media print, screen and (max-width: 768px) {
	.pageBtn.primary, a.pageBtn.primary {
		font-size: var(--font-size16);
	}
}

/* ==== footBtn ===== */
.footBtn, a.footBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: center;
    padding: 1.8em 2em;
    border-radius: 10px;
    width: 90%;
    max-width: 528px;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 500;
    outline: 1px solid;
}
.footBtn:hover, a.footBtn:hover {
    background: #FFF;
    color: var(--color-primary);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	box-shadow: 0 3px 20px #0000001A;
}
.footBtn::after, a.footBtn::after {
    position: absolute;
    content: '';
    width: 1.25em;
    height: 1.25em;
    background-image: url(/wp-content/uploads/icon_btn-arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.footBtn:hover::after, a.footBtn:hover::after {
    background-image: url(/wp-content/uploads/icon_btn-arrow_green.png);
}
@media print, screen and (max-width: 768px) {
 
 }
 /* == == == == == == == == == == == == == == == == == == 
  *  ul ol / リスト
  *  == == == == == == == == == == == == == == == == == == */
/* ==== list-btn ===== */
.list-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-btn .pageBtn.primary {
    padding: 1.5em 2.2em 1.5em 1.2em;
	text-align: left;
}
.list-btn .pageBtn.primary::after {
    position: absolute;
    display: block;
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(/wp-content/uploads/icon_btn-arrow_green.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3sease;
}
.list-btn .pageBtn.primary:hover::after {
	background-image: url(/wp-content/uploads/icon_btn-arrow_white.png);
}
 @media print, screen and (max-width: 768px) {
 }
 @media print, screen and (max-width: 499px) {
 }
/* ==== list-dotted ===== */
.list-dotted li {
    border-top: 1px dashed var(--color-primary);
    padding: min(5%, 20px) min(3%, 20px);
}
.list-dotted.primary li {
	padding: min(5%, 50px) 0;
}
.list-dotted p {
    margin-bottom: 1.3em;
}
.list-dotted h3 {
    margin-bottom: .5em;
}
.list-dotted li .txt-area {
    padding: 0 min(3%, 15px);
}
.list-dotted .gallery-caption {
    font-size: calc(var(--font-size16) + 1px);
    font-weight: bold;
}
@media print, screen and (max-width: 499px) {
	.list-dotted.primary img {
		aspect-ratio: 2/1;
		object-fit: cover;
		object-position: center;
	}
}
 /* == == == == == == == == == == == == == == == == == == 
  * トップ、下層調整/ .top-content, .page-content
  * == == == == == == == == == == == == == == == == == == */
.mv-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-bottom: var(--clamp-80);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * TOP / section
 * == == == == == == == == == == == == == == == == == == */
/* ==== lead ==== */
.top-content#lead {
	padding-top: var(--clamp-80);
	background-image: url(/wp-content/uploads/top_lead_bg.jpg);
	background-position: center;
	background-size: cover;
}
.top-content#lead h2, .top-content#lead p {
	color: #FFF;
}
.top-content#lead p {
	font-size: var(--font-size18);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== about ==== */
.top-content#about {
	padding-top: var(--clamp-80);
}
.top-content#about .flexbox {
	overflow: hidden;
	border-radius: 10px;
}
.top-content#about .img-area img {
	min-height: 300px;
	object-fit: cover;
	object-position: center;
}
.top-content#about .txt-area {
    padding: min(5%, 40px) min(3%, 30px);
}
@media print, screen and (min-width: 769px) {
	.top-content#about .txt-area {
		min-width: 450px;
	}
}
@media print, screen and (max-width: 768px) {
	.top-content#about .img-area {
		margin-bottom: 0;
	}
	.top-content#about .img-area img {
		aspect-ratio: 2/1;
		min-height: unset;
	}
}
/* ==== what-we-do ==== */
.top-content#what-we-do {
	padding-top: var(--clamp-80);
}
@media print, screen and (min-width: 769px) {
	.top-content#what-we-do .img-area {
		overflow: hidden;
		border-radius: 0 50px 50px 0;
	}
}
@media print, screen and (max-width: 768px) {
}
/* ==== news ==== */
.top-content#news {
	padding-top: var(--clamp-80);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ====  ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
 /* == == == == == == == == == == == == == == == == == == 
  * page / section
  * == == == == == == == == == == == == == == == == == == */
.page-content .page-about-bg {
    background-image: url(/wp-content/uploads/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
@media print, 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;
 }
 .wpcf7-form .linkBtn:hover input[type="submit"] {
     color: var(--color-primary);
 }
 .post .subimitarea .linkBtn input[type="submit"] {
     padding: 1em 2em;
 }
 /* == == == == == == == == == == == == == == == == == == 
  * その他の調整 / other
  * == == == == == == == == == == == == == == == == == == */
/* == banner ==== */
.banner-content {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    width: 25%;
    max-width: 275px;
    height: auto;
}
@media print, screen and (max-width: 768px) {
	.banner-content {
		bottom: 55px;
		min-width: 150px;
	}
}
 /* == #content.wide ==== */
 #content, body:not(.home) #content.wide {
     padding-top: 0;
     padding-bottom: var(--clamp-80);
 }
 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;
 }
body.page-about #content.wide {
	padding-bottom: 0;
}
 @media print, screen and (min-width: 769px) {
 }
 @media print, screen and (max-width: 768px) {
 }
 
 
 .post img.hokaku {
    max-width: 300px;
    height: auto;
}
 
 .greeting h3.px28 {
    margin-left: 15vw;
}

.w25.greeting {
    margin-top: 6vw;
}
p.px20.flexbox img {
    vertical-align: middle;
}

 @media print, screen and (max-width: 768px) {
	 .greeting h3.px28{
		 margin-left:unset;
		 white-space: nowrap;
	 }
	 
 }