@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333;
    --color-primary: #310009;
    --color-primary-shade: #A0A0A0;
    --color-primary-tint: #E5D8D8;
    --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: #FFF;
    --header-color-font: #333333;
    --header-color-primary: #333333;
    --header-color-primary-shade: #A0A0A0;
    --header-color-primary-tint: #E5D8D8;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
    --footer-color-font: #16212D;
    --footer-color-primary: #16212D;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Shippori Mincho', 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-size24: clamp(18px, 1.45vw, 24px);
    --font-size26: clamp(20px, 1.6vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size35: clamp(24px, 1.83vw, 35px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
	--font-size46: clamp(26px, 2.61vw, 46px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.7vw, 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-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .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: 100px;
		position: relative;
    }
/* 	body.home #header {
		position: absolute;
		background: transparent;
	} */
	#header .logo img {
		max-height: 58px;
	}
	#header .logo {
		padding-left: 3%;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-family: var(--font-family01);
		color: var(--header-color-font);
		font-weight: 500;
	}
    nav#mainNav ul li a b {
        font-size: var(--font-size18);
		position: relative; 
    }
	nav#mainNav ul li a b::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #333;
        bottom: -5px;
        left: 0;
        transform-origin: left;
        transform: rotateY(90deg);
        transition: .3s ease;
	}
	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-font);/* アクション時の文字色（上部）の設定 */
	}
	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.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 {
        transform: rotateY(0deg);
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
	#header ul.header__contact {
        margin: 0 var(--px30);
    }
    #header ul.header__contact li {
        display: flex;
        height: 60px;
    }
    #header a.head_btn {
        flex-direction: row;
        gap: 10px;
        padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(40px + (1vw - 19.2px) * 0.5580), 40px);
        border-radius: 3px;
        font-family: var(--font-family01);
        font-weight: 500;
        font-size: var(--font-size18);
        outline: 1px solid;
        background: var(--header-color-primary);
        color: #FFF;
		min-width: 250px;
    }
    #header a.head_btn:hover {
        outline: 1px solid;
        background: #FFF;
        color: var(--header-color-primary);
    }
    #header a.head_btn::before {
        margin-bottom: 0;
        font-size: 1em;
    }
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #FFF;
}
.spmenu #menu p {
    color: #FFF;
	width: 100%;
} */
.spmenu #menu p {
	width: 100%;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		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;
	text-align: left;
}
#footer .footer-content {
    padding: var(--clamp-100) 0 var(--clamp-60);
    position: relative;
}
#footer p {
	color: var(--color-primary);
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer p .adress i, #footer p .tel i {
    margin-right: .7em;
}
#footer a.linkBtn {
	transition: .5s ease;
	background: var(--footer-background);
	color: var(--color-primary);
}
#footer a.linkBtn:hover {
	background: var(--color-primary);
	color: #FFF;
}
#footer a.linkBtn.mail::before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin-right: .5em;
}
#footer a.linkBtn::after {
    display: none;
}
#footer .inner {
    padding-top: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    background: #FFF;
}
#footer ul li a, #footer ul li a:hover {
	color: var(--color-font);
}
#copyright {
    margin: 0;
    padding: 0 0 5px;
	color: var(--color-font);
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer {
		text-align: center;
	}
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	#footer .btn-content {
		align-items: center;
	}
	#footer .footer__logo img {
		max-height: 100%;
	}   
}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
#thumbImg, header#h1Header {
	height: 280px;
}
header#h1Header h1.title {
    font-weight: 500;
    font-size: var(--font-size36);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: 0;
	background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */

/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dotted #CCC;
}
.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);
}
body:not(.home) .post h2.cat-loop {
    text-align: left;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    display: block;
}
/* == == == == == == == == == == == == == == == == == == 
 * 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;
}
.content_inner {
	position: relative;
	z-index: 0;
}
#content, body:not(.home) #content.wide {
    padding: 0;
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/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;
    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;
}
.post h3, #footer h3 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size18);
    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: 500;
}
p.lead {
    font-size: var(--font-size20);
    font-family: var(--font-family01);
    font-weight: bold!important;
    line-height: 1.78;
}
p.mid {
    font-size: var(--font-size22);
    font-weight: 500;
    line-height: 1.78;  
}
p.name {
	margin-top: 1em;
    text-align: right;
}
p.name img {
    max-width: 105px;
    margin-left: 10px;
}
span.mincho {
    font-family: var(--font-family02);
}
span.bold {
	font-weight: bold;
}
span.ja {
	font-family: var(--font-family02);
}
span.en {
	font-family: var(--font-family02);
}
span.color {
    color: var(--color-primary-shade);
}
span.color-font {
    color: var(--color-font);
}
.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);}
.px26 {font-size: var(--font-size26);}
.px28 {font-size: var(--font-size28);}
.px32 {font-size: var(--font-size32);}
.px35 {font-size: var(--font-size35);}
.px36 {font-size: var(--font-size36);}
.px38 {font-size: var(--font-size38);}
.px42 {font-size: var(--font-size42);}
.px50 {font-size: var(--font-size50);}
.px52 {font-size: var(--font-size52);}
.px60 {font-size: var(--font-size60);}
.white {color: #FFF;}
.weight-mid {font-weight: 500!important;}
.underline {text-decoration: underline;}
.border-l {
    border-left: 6px solid;
    padding-left: .5em!important;
    display: block;
    text-align: left;
}
.border-b {
    text-align: left;
    display: block;
    position: relative;
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: .2em!important;
}
.ttl-tag {
    background: var(--color-primary)!important;
    color: #FFF;
    display: inline-block;
    padding: .4em .9em!important;
    font-size: .9em;
    margin-bottom: .5em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 3px 20px #00000026;}
.border {border: 1px solid #E5E5E5;}
.content-item {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-60) * -1);
}
.content-item+.content-item {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-20) * -1);
}
.img-area img {width: 100%;}
.icon-area {
    width: 30%;
    max-width: 90px;
    margin: var(--clamp-30) auto;
}
.bg-white {
    background: #FFF;
}
.bg-tint {
    background: var(--color-primary-tint);
}
.bg-shade {
    background: #F8F8F8;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  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: 528px;
    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: 100%;
		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: 22px;}
.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) - 15px);
    overflow: hidden;
}
.card .txt-area {
    margin: 0;
    padding: 0 2% 5%;
}
.card h3 {
    font-size: var(--font-size18);
    font-weight: 500;
}
.card h3 .en {
    color: var(--color-primary-shade);
}
.card p {
    font-size: var(--font-size16);
    line-height: 2;
}
.card p.ttl {
    font-size: var(--font-size22);
    font-weight: 500;
}
.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: 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;
    vertical-align: middle;
    font-size: var(--body-font-size);
	background: transparent;
	color: var(--color-font);
}
.post table th {
	border-bottom: 1px solid #D0D0D0;
	font-weight: 500;
}
.post table td {
	border-bottom: 1px solid #D0D0D0;   
	font-weight: 400;
}
.page-content table th {
    background: var(--color-primary);
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #A8A8A8;
}
.page-content table td {
    background: #FFF;
    font-weight: 500;
    border-bottom: 2px solid #A8A8A8;
}
@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: 2px solid #A8A8A8;
    }
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
        padding: 1em;
    }
	.post table tr:first-child th, .post table tr:first-child td {
		border-top: 0;
	}
	.page-content table th {
		text-align: left;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */
 .btn-content {
    display: flex;
    justify-content: center;
    margin-top: var(--clamp-40);
}
.btn-content a.linkBtn {
    margin: 5px var(--clamp-30);
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: var(--color-font);
    background: #FFF;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 500;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 250px;
    text-align: center;
    border-radius: 5px;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-2px);
	box-shadow: 0 4px 6px #00000020;
	background: var(--color-primary);
	color: #FFF;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    background-image: url(/wp-content/uploads/btn_arrow.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50vw;
    transform: translateY(-50%);
    margin-top: 0;
    transition: .3s ease;
	border-width: 0;
}
.linkBtn:hover::after, input.linkBtn:hover::after, .post .linkBtn:hover::after {
	background-image: url(/wp-content/uploads/btn_arrow_hover.jpg);
}
@media print, screen and (max-width: 768px) {
    .linkBtn, .post .linkBtn, a.linkBtn {
        padding: 1em 2em;
    }
}
 /* == == == == == == == == == == == == == == == == == == 
 *  flow
 *  == == == == == == == == == == == == == == == == == == */
.flow {
    counter-reset: number 0;
}
.flow-item {
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 3px 20px #00000026;
    background: #FFF;
    padding: min(3%, 20px) min(3%, 30px);
}
.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-item h3 {
    margin-bottom: .5em;
	padding-left: 1.5em;
}
.flow-item p:last-child {
    margin-bottom: 0;
}
.flow-item .num::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number) '.';
    left: 0;
    top: 0;
}
/* == == == == == == == == == == == == == == == == == == 
 * リスト調整/ul ol
 * == == == == == == == == == == == == == == == == == == */
@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-100);
	padding-bottom: var(--clamp-100);
	background: #FFF;
}
.top-content h2 {
    text-align: left;
}
.top-content h2 .en {
    position: relative;
    display: inline-block;
    padding-bottom: .5em;
    font-family: var(--font-family02);
    font-size: var(--font-size18);
    margin-bottom: .5em;
}
.top-content h2 .en::before {
    content: '';
    position: absolute;
    width: 1.67em;
    height: 1px;
    background: var(--color-font);
    left: 0;
    bottom: 0;
}
.top-content h2 .ja {
    position: relative;
    display: inline-block;
    font-family: var(--font-family01);
    font-size: var(--font-size32);
}
.page-content {
	padding-top: var(--clamp-60);
	padding-bottom: var(--clamp-80);
}
.page-content h2 {
    position: relative;
    text-align: center;
    font-size: var(--font-size32);
    padding-bottom: .5em;
}
.page-content h2::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 3px;
    background: var(--color-primary);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.page-content .flexbox p, .page-content .card p {
    font-weight: 400;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__mission
 * == == == == == == == == */
.section__mission {
    background: var(--color-primary-tint);
    padding-bottom: var(--clamp-120);
}
.section__mission::before {
    content: '';
    background-image: url(/wp-content/uploads/top_mission_bg.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    z-index: 0;
    height: 80%;
    width: 96%;
    max-width: 1500px;
    transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__reason
 * == == == == == == == == */
.section__reason {
    padding: var(--clamp-60) 0;
}
.section__reason .card .txt-area {
    margin: 0;
    padding: 5% 8%;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == ==
 * .section__business
 * == == == == == == == == */
.section__business::before {
    content: '';
    background-image: url(/wp-content/uploads/top_business_bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .45;
} 
.section__business .flexbox {
    align-items: center;
}
@media print, screen and (min-width: 769px) {
	.section__business .img-area {
		max-width: 653px;
	}
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__voice
 * == == == == == == == == */
.section__voice {
    padding: var(clamp-80) 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == ==
 * .section__news
 * == == == == == == == == */
.section__news {
    padding-top: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content調整
 * == == == == == == == == */
.business-item {
	box-shadow: 0 3px 20px #0000000D;
}
.business-item .txt-area {
    padding: min(5%, 30px) min(5%, 40px);
}
.business-item h3 {
    margin-bottom: .5em;
}
.greeting-item .txt-area {
    width: 60.5%;
}
.greeting-item .img-area {
    width: 36.5%;
}
@media print, screen and (min-width: 769px) {
	.business-item img {
		min-height: 280px;
		object-fit: cover;
	}
}
@media print, screen and (max-width: 768px) {
	.business-item .txt-area {
		padding: 0 3% 3%;
	}
	.business-item img {
		aspect-ratio: 3 /2;
		object-position: top;
		object-fit: cover;
	}
	.greeting-item .img-area {
		width: 100%;
		margin-bottom: 20px;
	} 
	.greeting-item .txt-area {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    background: #333;
    max-width: 550px;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1.2em 2em;
    font-weight: bold;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
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;
}
/*  */
.rinen {
    background: #F9F9F9;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size26);
    font-weight: bold;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {

}

/* == 2025.2.13 サポデスエスカ対応 ==== */

.postlist .time a {
    color: #333;
}

.postlist .time {
    font-size: var(--font-size18);
    background: #e5d8d8;
    padding: .5em 1em;
    border-radius: 5px;
}


.post .time, .postlist .time, .post2b .time, .post4b .time {
    color: #fff;
    font-size: var(--rem12);
    line-height: 1.2;
    background: #e5d8d8;
    padding: 5px 10px;
    border-radius: 0;
}

.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    color: #333;
}

.post .time, .postlist .time, .post2b .time, .post4b .time {
    color: #333;
    font-size: var(--rem12);
    line-height: 1.2;
    background: #e5d8d8;
    padding: 5px 10px;
    border-radius: 0;
}