@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333;
    --color-primary: #333;
    --color-primary-shade: #666;
    --color-primary-tint: #F9F9F9;
    --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: #333;
    --header-color-primary: #333;
    --header-color-primary-shade: #666;
    --header-color-primary-tint: #F9F9F9;
	/*------▼フッター設定▼------*/
	--footer-background: #000000;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Shippori Mincho', serif;
    --font-family03: 'Poppins', 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-shade);
    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: 120px;
		position: relative;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
	#header .logo img {
		max-height: 110px;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: #FFFFFFE6;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--font-size18);
		font-family: var(--font-family03);
		font-weight: 300;
	}
    nav#mainNav ul li a span {
        font-size: var(--font-size12);
		font-family: var(--font-family01);
		font-weight: 500;
        position: relative;
    }
    nav#mainNav ul li a span::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--color-primary);
        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-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);/* アクション時の文字色（下部）の設定 */
	}
	nav#mainNav ul li.current-menu-item a span::after, 
	nav#mainNav ul li a:hover span::after, 
	nav#mainNav ul li a:active span::after, 
	nav#mainNav ul li.current-menu-parent a span::after {
        transform: rotateY(0deg);
	}
	nav#mainNav ul li li a, nav#mainNav ul li li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li.current-menu-item li a {
		background: #FFFFFFE6;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: #DDDDDDE6;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #DDDDDDE6;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
	#header ul.header__contact {
        margin-right: 20px;
    }
    #header ul.header__contact li {
        display: flex;
        height: 80px;
    }
    #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-family03);
        font-weight: 300;
        font-size: var(--font-size18);
    }
    #header a.head_btn:hover {
        outline: 1px solid;
        background: #FFF;
        color: var(--color-primary);
    }
    #header a.head_btn::before {
        margin-bottom: 0;
        font-size: 1em;
    }
/* == == == == == == == ==
 * ヘッダー下部__調整
 * == == == == == == == == */
	body.home #header nav#mainNav ul li a b, body.home nav#mainNav ul li a span {
		color: #FFF;
	}
	body.home nav#mainNav ul li a span::after {
		background: #FFF;
	}
	.sticky-header #header nav#mainNav ul li a b, .sticky-header #header nav#mainNav ul li a span {
		color: var(--color-primary)!important;
	}
	.sticky-header nav#mainNav ul li a span::after {
		background: var(--color-primary)!important;
	}
	.sticky-header #header ul.header__contact li {
		height: 60px;
	}
	.sticky-header #header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(30px + (1vw - 19.2px) * 0.5580), 30px);
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {

    
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（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 {
    background-image: url(/wp-content/uploads/footer_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: var(--clamp-100) 0 var(--clamp-60);
    position: relative;
}
#footer .footer-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    top: 0;
    left: 0;
}
#footer .flexbox {
    align-items: center;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .btn-content {
    margin-top: 0;
    flex-direction: column;
    align-items: end;
    gap: 15px;
}
#footer a.linkBtn {
	transition: .5s ease;
}
#footer a.linkBtn::before, #footer a.linkBtn::after {
    background: #FFF;
}
#footer .inner {
    padding-top: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    display: none;
}
#copyright {
    margin: 0;
    padding: 0 0 5px;
}

@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
 * == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: 400;
    font-size: var(--font-size46);
    font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
    opacity: .55;
	background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */

/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li:first-child {
    border-top: 1px solid #DDDDDD;
}
.postlist li {
    border-bottom: 1px solid #DDDDDD;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    padding: .5em 1em;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
}
/* == == == == == == == == == == == == == == == == == == 
 * 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 h2, h1.title {
    font-family: var(--font-family02);
}
.post p, #footer p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 400;
    letter-spacing: 0;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    color: var(--color-primary);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h2 .ja {
    font-family: var(--font-family02);
    font-size: var(--font-size20);  
    position: relative;
    display: inline-block;
    padding-bottom: .5em;
}
.post h2 .ja::before {
    content: '';
    position: absolute;
    width: 2.2em;
    height: 2px;
    background: var(--color-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.post h2 .en {
    font-family: var(--font-family03);
    font-size: var(--font-size36);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 9.5px;
}
.post h3, #footer h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h3 .ja {
    font-family: var(--font-family02);
    font-size: var(--font-size32);  
    font-weight: 400;
}
.post h3 .en {
    font-family: var(--font-family02);
    font-size: var(--font-size18);
    font-weight: 300;  
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.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-size22);
    font-family: var(--font-family02);
    line-height: 1.78;
}
p.mid {
    font-size: var(--font-size22);
    font-weight: 500;
    line-height: 1.78;  
}
p.name {
    font-size: var(--font-size18);
    font-family: var(--font-family02);
    font-weight: bold;
    text-align: right;
}
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);
}
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.px36 {font-size: var(--font-size36);}
span.px38 {font-size: var(--font-size38);}
span.px42 {font-size: var(--font-size42);}
span.px50 {font-size: var(--font-size50);}
span.px52 {font-size: var(--font-size52);}
span.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;
}
.price-area {
    margin-top: var(--clamp-20);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.price-area .ttl {
    font-size: var(--font-size22);
    font-weight: bold;
}
.price-area .price {
    font-size: var(--font-size20);
    font-weight: 400;
}
.price-area .subtxt {
    font-size: var(--font-size14);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 4px 4px #00000026;}
.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%;}
.bg-white {
    background: #FFF;
}
.bg-tint {
    background: var(--color-primary-tint);
}
@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: 100%;
    width: 100%;
    padding: min(5%, 35px) min(10%, 70px);
}
@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 {
        padding: 5% 3%;
    }
}
/* == == == == == == == ==
 * 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: 20px;}
.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;
    text-align: center;
    padding: 3% 0;
}
.card h3 {
    font-size: var(--font-size22);
    text-align: center;
    padding: .5em 0;
    margin: 0 .5em;
    font-weight: 500;
}
.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 {
    border-bottom: 1px solid #333333;
}
.page-content table td {
    border-bottom: 1px solid #DCDDDD;
}
@media print, screen and (min-width: 769px) {

}
@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;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/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-primary);
    background: #FFF;
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: 400;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 320px;
    text-align: center;
    border-radius: 0;
    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;
}
a.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    bottom: -5px;
    left: 5px;
    transition: .2s ease;
    transform-origin: right;
}
a.linkBtn:hover::before, .post .linkBtn:hover::before, a.linkBtn:hover::before {
    transform: rotateY(90deg);
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--color-primary);
    top: 5px;
    right: -5px;
    transition: .2s ease;
    transform-origin: bottom;
	border-right: 0;
	border-bottom: 0;
	margin-top: 0;
    transform: rotate(0);
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    transform: rotateX(90deg);
}
a.pageBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: var(--color-primary);
    background: #FFF;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 260px;
    text-align: center;
    border-radius: 0;
    outline: 1px solid;
}
a.pageBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
	transition: all .2s;
}
a.pageBtn:hover {
    transform: translateY(-2px);
	box-shadow: 0 4px 6px #00000020;
	background: var(--color-primary);
	color: #FFF; 
}
a.pageBtn:hover::after {
    top: 60%;
}
@media print, screen and (max-width: 768px) {
    .linkBtn, .post .linkBtn, a.linkBtn {
        padding: 1em 2em;
    }
    a.pageBtn {
        width: 45%;
    }
}
 /* == == == == == == == == == == == == == == == == == == 
 *  flow
 *  == == == == == == == == == == == == == == == == == == */
 .flow {
    counter-reset: number 0;
}
.flow__item {
    margin-bottom: 20px;
    border: 1px solid var(--color-primary);
    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: 300;
    font-size: var(--font-size18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8%;
    min-width: 60px;
    text-align: center;
}
.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;
	font-size: var(--font-size22);
    font-weight: 500;
}
.flow__txt p {
    font-weight: 500;
}
.flow__txt p:last-child {
	margin-bottom: 0;
}
/* == == == == == == == == == == == == == == == == == == 
 * リスト調整/ul ol
 * == == == == == == == == == == == == == == == == == == */
ul.service-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: var(--clamp-50);
}
ul.service-list li {
    width: calc(100% / 3);
}
ul.service-list a {
    display: block;
    position: relative;
    overflow: hidden;
}
ul.service-list .txt-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    padding: min(7%, 40px) min(10%, 60px);
    z-index: 1;
}
ul.service-list .img-area {
    position: relative;
}
ul.service-list .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .3;
    transition: .5s ease;
}
ul.service-list img {
    transition: .7s ease;
}
ul.service-list .ttl {
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: var(--font-size28);
}
ul.service-list .hover-txt {
    font-family: var(--font-family02);
    font-size: var(--font-size18);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease;
    opacity: 0;
}
ul.service-list a:hover .img-area::before {
    opacity: .5;
}
ul.service-list a:hover img {
    opacity: 1;
    transform: scale(1.1);
}
ul.service-list a:hover .hover-txt {
    opacity: 1;
}
ul.pic-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 6rem;
}
ul.pic-list li {
    width: calc(25% - 15px);
}
@media print, screen and (max-width: 768px) {
    ul.service-list li {
        width: 100%;
    }
    ul.service-list img {
        aspect-ratio: 3/2;
        object-fit: cover;
    }
    ul.pic-list {
        gap: 10px;
        padding-top: 0;
    }
    ul.pic-list li {
        width: calc(50% - 5px);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .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;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .top-content
 * == == == == == == == == */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == ==
 * .page-content
 * == == == == == == == == */
 .page-content {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
body.page-production_oem-odm .page-content:nth-child(2)::before,
body.page-production_custom-made .page-content:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: var(--clamp-150);
    background: var(--color-primary);
    left: 50%;
    top: calc(var(--clamp-70) * -1);
    z-index: 0;
    transform: translateX(-50%);
}   
.page-content .btn-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 45px;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .page-content .btn-content {
        justify-content: space-between;
        gap: 20px 0;
    }
}
/* == == == == == == == ==
 * .section__concept
 * == == == == == == == == */
.section__concept {
    background-image: url(/wp-content/uploads/top_concept_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
}
.section__concept::before {
    content: '';
    background: #000;
    opacity: .6;
    z-index: 0;
    left: 0;
    top: 0;
}
.section__concept h2, .section__concept p {
    color: #FFF;
}
.section__concept h2 .ja::before {
    background: #FFF;
}
.section__concept a.linkBtn::before, .section__concept a.linkBtn::after {
    background: #FFF;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .section__concept {
        text-align: left;
    }
    .section__concept .lead {
        text-align: center;
    }
}
/* == == == == == == == ==
 * .section__service
 * == == == == == == == == */
.section__service {
    padding-top: var(--clamp-20);
    padding-bottom: 0;
}
.section__service .flexbox {
    align-items: center;
}
.section__service .flexbox + .flexbox {
    margin-top: var(--clamp-100);
}
.section__service .col-2 {
    width: 50%;
}

.section__service .btn-content {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.section__service .btn-content a.linkBtn {
    margin: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .section__service .col-2 {
        width: 100%;
        margin: 0;
    }
}
 /* == == == == == == == ==
 * .section__information
 * == == == == == == == == */
.section__information {
    padding-top: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__philosophy
 * == == == == == == == == */
.section__philosophy::before {
    content: '';
    background-image: url(/wp-content/uploads/pholosophy_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 80%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == ==
 * .section__
 * == == == == == == == == */
.section__philosophy::before {
    content: '';
    background-image: url(http://mrp-reproduction.local/wp-content/uploads/pholosophy_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 80%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
}
.section__factory .col-2 {
    width: 50%;
}
.section__factory .flexbox {
    margin-top: var(--clamp-60);
}
.section__factory .txt-area {
    position: relative;
}
.section__factory .txt-inner {
    padding: min(10%, 95px) min(10%, 70px);
    position: relative;
}
.section__factory .txt-inner::before {
    content: '';
    position: absolute;
    width: 190%;
    height: 100%;
    background: #FFF;
    max-width: 1450px;
    top: 0;
    left: 0;
    z-index: 0;
}
.section__factory .img-area {
    margin-top: min(10%, 95px);
    position: relative;
    z-index: 1;
}
.section__factory .txt-inner p {
    position: relative;
}
.section__factory .flexbox:nth-child(odd) .txt-inner::before {
    right: 0;
    left: unset;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .section__factory .col-2 {
        width: 100%;
    }
    .section__factory .txt-inner {
        padding: 5% 3%;
    }
    .section__factory .txt-inner::before {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
    color: var(--color-primary);
	font-family: var(--font-family02);
	font-size: var(--font-size20);
	font-weight: 400;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: #FFF;
}

/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* == 製品情報 ==== */
body.page-products .flexbox img,
body.cat-product-list .flexbox img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

/* == #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;
}

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

}

