@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=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #1A1311;
    --color-primary: #38455D;
    --color-primary-shade: #FAFAFA;
    --color-primary-tint: #ED9912;
    --color-secondary: #F73737;
    --color-secondary-tint: #FD3D3D;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Zen Old Mincho", serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #38455D;
    --header-color-font: #FFF;
    --header-color-primary: #FFF;
    --header-color-primary-shade: #FAFAFA;
    --header-color-primary-tint: #FFF;
    /*------▼フッター設定▼------*/
    --footer-background: #FFFFFF;
    --footer-color-font: #777777;
    --footer-color-primary: #777777;
    /*------▼フォント設定▼------*/
    --font-family01:  var(--body-font-family);
    --font-family02: "Noto Sans JP", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --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-size44: clamp(26px, 2.4vw, 44px);
    --font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(32px, 2.71vw, 52px);
    --font-size60: clamp(36px, 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);
}

/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.max_w1520 {
    max-width: 1520px;
}
.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;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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 h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-font);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: .03em;
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 1.7;
    margin-bottom: 1.2em;
    font-weight: 400;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.45;
    margin-bottom: .5em;
    font-weight: 900;
    color: var(--color-primary);
}
.post h3, #footer h3 {
    font-size: var(--font-size24);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.lead, .post .lead {
    line-height: 1.5;
	font-family: var(--font-family01);
	color: var(--color-primary);
	font-weight: 400;
    font-size: var(--font-size30);
}
.name, .post .name {
    line-height: 1.8;
	font-family: var(--font-family01);
	color: var(--color-primary);
	font-weight: 900;
    font-size: var(--font-size18);
    text-align: right;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.jp {font-family: var(--font-family01);}
/* .en {font-family: var(--font-family02);} */
.ff-01 {font-family: var(--font-family01);}
.ff-02 {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;}
.color-secondary {color: var(--color-secondary);}
.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;}
.px44 {font-size: var(--font-size44)!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;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: 2px;
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #0000000D;}
.dis-block, .dis-inline-block, .dis-flex {position: relative;}
.dis-block {display: block;}
.dis-inline-block {display: inline-block;}
.dis-flex {display: flex;}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F8F9;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.bg-img {
    background-image: url();
    background-size: cover;
    background-position: center;
}
.bg-dot {
    background-color: #ffffff;
    background-image: radial-gradient(circle, #d6dde6 1px, transparent 1px);
    background-position: 0 0;
    background-size: 25px 25px;
}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor-offset {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto!important;}
    .mr-auto {margin-right: auto!important;}
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* ==== 追加 ==== */
.object-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
@media print, screen and (min-width: 769px) {
    .pc_mt1 {margin-top: 1rem !important;}
    .pc_mt2 {margin-top: 2rem !important;}
    .pc_mt3 {margin-top: 3rem !important;}
    .pc_mt4 {margin-top: 4rem !important;}
    .pc_mt5 {margin-top: 5rem !important;}
    .pc_mt6 {margin-top: 6rem !important;}
    .pc_mt7 {margin-top: 7rem !important;}
    .pc_mt8 {margin-top: 8rem !important;}
    .pc_mt9 {margin-top: 9rem !important;}
    .pc_mt10 {margin-top: 10rem !important;}
    .pc_mt15 {margin-top: 15rem !important;}
    .pc_mt16 {margin-top: 16rem !important;}
    .pc_mb1 {margin-bottom: 1rem !important;}
    .pc_mb2 {margin-bottom: 2rem !important;}
    .pc_mb3 {margin-bottom: 3rem !important;}
    .pc_mb4 {margin-bottom: 4rem !important;}
    .pc_mb5 {margin-bottom: 5rem !important;}
    .pc_mb6 {margin-bottom: 6rem !important;}
    .pc_mb7 {margin-bottom: 7rem !important;}
    .pc_mb8 {margin-bottom: 8rem !important;}
    .pc_mb9 {margin-bottom: 9rem !important;}
    .pc_mb10 {margin-bottom: 10rem !important;}
    .pc_mb15 {margin-bottom: 15rem !important;}
    .pc_mb16 {margin-bottom: 16rem !important;}
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  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%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_end {align-items: end;}
@media print, screen and (min-width: 769px) {
}
@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;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.card:has(.col-2) {gap: 20px 44px;}
.card:has(.col-3) {gap: 20px 30px;}
.card:has(.col-4) {gap: 20px;}
.card:has(.col-5) {gap: 20px;}
.card .col-2 {
    width: calc((100% / 2) - 22px);
}
.card .col-3 {
    width: calc((100% / 3) - 20px);
}
.card .col-4 {
    width: calc((100% / 4) - 15px);
}
.card .col-5 {
    width: calc((100% / 5) - 16px);
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: var(--px24) min(3%, 5px) var(--px40);
}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 20px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-2), .card:has(.col-3) {
        gap: 20px;
    }
    .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: 1.5em 1em;
    font-size: var(--font-size16);
    line-height: 1.8;
	background: transparent;
    color: var(--color-font);
    border-bottom: 1px solid var(--color-table-border);
    font-weight: 400;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
		padding: 1em;
    }
	.post table th {
        background: var(--color-primary-shade);
	}
	.post table td {
	    background: #FFF;
	}
}
/* ==== .page-content table ==== */
.page-content table th {
    border-color: var(--color-primary);
} 
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 325px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 2em;
    margin: 0;
    border-radius: 0;
    transition: all .3s ease;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    outline: 1px solid;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
/* ====  ==== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: calc(var(--font-size30) + 1px);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: 1;
    background: #38455D;
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: #FFF;
	position: relative;
	z-index: 10;
}
#breadcrumb ul {
	max-width: 1520px;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
@media only 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;
	margin: 0 auto;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 120px;
        background: var(--header-background);
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
	#header-layout {
		padding: 0 1%;
	}
    .sticky-header #header-layout {
        height: 120px;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 255px;
		max-height: 120px;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	#header .header__nav-contact {
		flex-direction: column;
		align-items: end;
	}
	nav#mainNav ul li a {
		padding:0 var(--px30);
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size16);
		font-weight: 900;
		letter-spacing: .03em;
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
		font-weight: 400;
		letter-spacing: 1px;
		padding-bottom: 5px;
		position: relative;
    }
	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: #FFF;
	}
	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: #FFF;
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #FFF;
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover b::before,
	nav#mainNav ul li.current-menu-item a 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 ul.header__contact {
		gap: var(--px40);
		padding: 10px 0;
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size16);
		font-weight: 900;
		flex-direction: row;
		min-width: 170px;
		height: 50px;
		border-radius: 0;
		color: #FFF;
		background: transparent;
		outline: 1px solid;
		letter-spacing: .05em;
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
	}
	#header a.head_btn:hover {
		background: transparent;
		color: #FFF;
		opacity: .6;
	}
    #header a.head_btn.tel_btn {
        display: flex;
        flex-direction: column;
        background: transparent;
        color: var(--header-color-font);
		font-size: var(--font-size22);
		padding: 0;
		outline: 0px;
    }
	#header a.head_btn.tel_btn .sub {
		font-size: .73em;
	}
	#header a.head_btn.tel_btn .reception {
		font-size: var(--font-size12);
		font-weight: 400;
		font-family: var(--font-family01);
	}
    #header a.head_btn.tel_btn:hover {
        background: transparent;
        color: var(--header-color-font);
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background);
		color: var(--header-color-font);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
		background: var(--header-background);
		color: var(--color-primary-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 15px;
	width: 100%;
	max-width: 100%;
	background: #FFF;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 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-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .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;
}
body.home {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 50vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
    top: 0;
    right: 0;
}
.top-content {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-80);
}
@media print, screen and (max-width: 768px) {
	body.home::before {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout ==== */
.p-tAbout, .post .p-tAbout {
    background: linear-gradient(90deg, #FFF 50%, transparent 50%);
    padding-top: var(--clamp-150);
    padding-bottom: var(--clamp-150);
}
.p-tAbout__ttl, .post .p-tAbout__ttl {
    font-size: var(--font-size26);
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .5em;
    position: relative;
}
.p-tAbout__ttl .jp, .post .p-tAbout__ttl .jp {
    font-size: var(--font-size16);
}
.p-tAbout__ttl .en, .post .p-tAbout__ttl .en {
    position: relative;
    display: inline-block;
    padding-right: 7.5em;
	font-weight: 400;
}
.p-tAbout__ttl .en::after, .post .p-tAbout__ttl .en::after {
    content: '';
    position: absolute;
    width: 7em;
    height: 1px;
    background-color: #EAEAEA;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
	.p-tAbout, .post .p-tAbout {
		background: #FFF;
		padding: var(--clamp-80);
		margin-bottom: calc(var(--clamp-200) * 2);
	}
}
/* ==== p-tBusiness ==== */
.p-tBusiness, .post .p-tBusiness {
    background: #FFF;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-tCorporate ==== */
.p-tCorporate, .post .p-tCorporate {
    background: #FFF;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-tBlog ==== */
.p-tBlog, .post .p-tBlog {
    background: var(--color-primary-shade);
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-Contact ==== */
.p-contact {
    background-image: url(/wp-content/uploads/footer_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-contact .content_inner {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-100);
}
.p-contact__btnContent, .post .p-contact__btnContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 40px;
	padding: var(--clamp-50) 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	max-width: 780px;
	margin: 0 auto;
}
.p-contact__btn--tel, .post .p-contact__btn--tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: calc(var(--font-size34) + 1px);
    color: var(--color-primary);
    font-weight: 900;
    letter-spacing: .05em;
    text-align: center;
	transition: .3s ease;
}
.p-contact__btn--tel:hover, .post .p-contact__btn--tel:hover {
	opacity: .6;
}
.p-contact__btn--tel .sub, .post .p-contact__btn--tel .sub {
    font-size: .74em;
}
.p-contact__btn--tel .reception, .post .p-contact__btn--tel .reception {
    color: var(--color-font);
    font-weight: 400;
    font-family: var(--font-family02);
    font-size: var(--font-size12);
}
.p-contact__sns ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.p-contact__sns ul a {
	font-size: var(--font-size40);
    color: var(--color-primary);
}
.p-contact__sns ul a:hover {
	opacity: .6;
    color: var(--color-primary);
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before, #footer .fa-tiktok:before {
    font-size: var(--font-size40);
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {
}
/* ====  p-pGreeting ==== */
.p-pGreeting__img, .post .p-pGreeting__img {
    padding: 0 3%;
}
@media print, screen and (max-width: 768px) {
}
/* ====  p-pRecruit ==== */
.p-pRecruit::before, .post .p-pRecruit::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(/wp-content/uploads/recruit_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -2;
    top: 0;
    right: 0;
}
@media print, screen and (max-width: 768px) {
	.p-pRecruit::before, .post .p-pRecruit::before {
	    background-image: url(/wp-content/uploads/recruit_bg-sp.jpg);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl ==== */
.c-ttl, .post .c-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 1.2em;
	display: flex;
	flex-direction: column;
    color: var(--color-primary);
    font-size: var(--font-size28);
}
.c-ttl .en, .post .c-ttl .en {
    font-size: 2.215em;
    font-weight: 400;
}
.c-ttl .jp, .post .c-ttl .jp {
    font-weight: bold;
}
/* ==== .c-subTtl ==== */
.c-subTtl, .post .c-subTtl {
    font-size: var(--font-size24);
    position: relative;
    padding-left: 1em;
    font-weight: bold;
    color: var(--color-font);
	text-align: left;
}
.c-subTtl::before, .post .c-subTtl::before {
    content: '';
    position: absolute;
    width: .45em;
    height: 80%;
    background-color: var(--color-primary);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} 
/* ==== c-bubble-ttl ==== */
.c-bubble-ttl, .post .c-bubble-ttl {
    background-color: var(--color-primary);
    text-align: center;
    padding: var(--clamp-30) 3% var(--clamp-40);
    margin-bottom: calc(35px + var(--clamp-40));
    position: relative;
} 
.c-bubble-ttl::before, .post .c-bubble-ttl::before {
    content: '';
    position: absolute;
    border-top: 35px solid var(--color-primary);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}
/* .c-btn-content .c-btn, .post .c-btn-content .c-btn {} */
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 280px;
    background: var(--color-primary);
    color: #FFF;
    outline: 1px solid;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    line-height: 1.7;
    padding: 1em 1.5em;
    text-align: center;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '';
    position: absolute;
    width: 1.25em;
    height: 1px;
    background: #FFF;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.c-btn:hover::after, .post .c-btn:hover::after, a.c-btn:hover::after {
    background: var(--color-primary);
    width: .6em;
}

/* ==== c-flex-btn ==== */
/* .c-flex-btn, .post .c-flex-btn {
    display: flex;
} */
/* ==== .c-list-check ==== */
.c-list-check, .post .c-list-check {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 680px;
    margin: 0 auto;
}
.c-list-check li, .post .c-list-check li {
    font-weight: bold;
    font-size: var(--font-size22);
    line-height: 1.5;
    position: relative;
    color: var(--color-font);
    padding-left: 1.65em;
}
.c-list-check li::before, .post .c-list-check li::before {
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--color-primary);
    content: '\f058';
    font-size: 1em;
    left: 0;
    top: .2em;
	line-height: 1;
}
/* ==== .c-list-menu ==== */
.c-list-menu, .post .c-list-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	text-align: center;
}
.c-list-menu li, .post .c-list-menu li {
    width: calc(100% / 2);
}
.c-list-menu a, .post .c-list-menu a {
    display: block;
    position: relative;
    overflow: hidden;
}
.c-list-menu a::after, .post .c-list-menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #004E98;
    opacity: .17;
    z-index: 1;
    top: 0;
    left: 0;
    transition: .5s ease;
}
.c-list-menu__img, .post .c-list-menu__img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.c-list-menu img, .post .c-list-menu img {
    height: 100%;
    object-fit: cover;
    transition: .7s ease;
}
.c-list-menu a:hover img, .post .c-list-menu a:hover img {
    opacity: 1;
    transform: scale(1.1);
}
.c-list-menu__txt, .post .c-list-menu__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: min(5%, 30px) 3%;
    margin-bottom: 0;
    z-index: 2;
    font-size: var(--font-size34);
    font-weight: bold;
    color: #FFF;
}
.c-list-menu__arrow, .post .c-list-menu__arrow {
	position: relative;
	display: inline-block;
	padding-right: 1.5em;
}
.c-list-menu__arrow::after, .post .c-list-menu__arrow::after {
	content: '';
	position: absolute;
	width: .4em;
	height: .4em;
	border-right: 1px solid;
	border-bottom: 1px solid;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	transition: .3s ease;
}
a:hover .c-list-menu__arrow::after, .post a:hover .c-list-menu__arrow::after {
	right: 0;
}
.c-list-menu--secondary, .post .c-list-menu--secondary {
    gap: 20px;
    padding: 0 28px;
    flex-wrap: nowrap;
}
.c-list-menu--secondary a::after, .post .c-list-menu--secondary a::after {
    background: linear-gradient(0deg, #38455D, transparent);
    opacity: .77;
}
.c-list-menu--secondary .c-list-menu__txt, .post .c-list-menu--secondary  .c-list-menu__txt {
    align-items: flex-start;
    justify-content: flex-end;
}
@media print, screen and (max-width: 768px) {
	.c-list-menu li, .post .c-list-menu li {
		width: 100%;
	}
	.c-list-menu img, .post .c-list-menu img {
		aspect-ratio: 2/1;
	}
	.c-list-menu--secondary, .post .c-list-menu--secondary {
		flex-wrap: wrap;
	}
}
/* ==== c-list-desc ==== */
.c-list-desc, .post .c-list-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-list-desc li, .post .c-list-desc li {
    font-size: var(--font-size16);
    font-weight: 500;
    line-height: 1.7;
    width: calc((100% - 44px) / 2);
    position: relative;
    padding-left: 1em;
}
.c-list-desc li::before, .post .c-list-desc li::before {
    content: '・';
    position: absolute;
    color: var(--color-primary-tint);
    left: 0;
    top: 0;
}
@media print, screen and (max-width: 768px) {
    .c-list-desc li, .post .c-list-desc li {
        width: 100%;
    }
}
/* ==== c-list-flow ==== */
.c-list-flow, .post .c-list-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: var(--font-family01);
}
.c-list-flow li, .post .c-list-flow li {
    position: relative;
    display: flex;
    flex-direction: row;
    background: var(--color-primary-shade);
    align-items: center;
    background: #FFF;
    box-shadow: 0 3px 20px #8181810D;
    font-size: var(--font-size20);
    font-weight: 400;
    line-height: 1.6;
} 
.c-list-flow li::after, .post .c-list-flow li::after {
    content: '';
    position: absolute;
	border-top: 20px solid var(--color-primary);
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
.c-list-flow li:last-child::after, .post .c-list-flow li:last-child::after {
    display: none;
} 
.c-list-flow__txt-area, .post .c-list-flow__txt-area {
/*     width: 50%; */
	flex: 1;
    padding: var(--clamp-40);
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.c-list-flow__img-area, .post .c-list-flow__img-area {
/*     width: 50%; */
	flex: 1;
}
.c-list-flow__time, .post .c-list-flow__time {
    color: #FFF;
    display: inline-block;
    padding: 0 .5em;
    margin-bottom: 0;
    background: var(--color-primary);
    width: 4em;
    text-align: center;
}
.c-list-flow__ttl, .post .c-list-flow__ttl {
    margin-bottom: 0;
    width: calc(100% - 6em);
}
.c-list-flow__desc, .post .c-list-flow__desc {
    font-size: var(--font-size16);
    margin-bottom: 1em;
}
.c-list-flow__desc:last-child, .post .c-list-flow__desc:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .c-list-flow li, .post .c-list-flow li {
        flex-direction: column-reverse;
    }
    .c-list-flow__txt-area, .post .c-list-flow__txt-area, .c-list-flow__img-area, .post .c-list-flow__img-area {
		width: 100%;
	}
	.c-list-flow__txt-area, .post .c-list-flow__txt-area {
		padding: 5% 3%;
		flex-direction: column;
		gap: 10px;
	}
	.c-list-flow__ttl, .post .c-list-flow__ttl {
		width: 100%;
	}
}
/* ==== c-list-business ==== */
.c-list-business, .post .c-list-business {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--clamp-40);
}
.c-list-business li, .post .c-list-business li {
    font-size: var(--font-size20);
    font-weight: 400;
    color: var(--color-font);
    width: calc((100% - (var(--clamp-40) * 2)) / 3);
    background: #FFF;
    text-align: center;
    border-radius: 5px;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid #E2E2E2;
	padding: .5em;
}
@media print, screen and (max-width: 768px) {
	.c-list-business, .post .c-list-business {
		gap: 10px;
	}
	.c-list-business li, .post .c-list-business li {
		width: 100%;
		height: 4em;
	}
}
/* ==== tabs ==== */
.tabs {
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--clamp-60) var(--clamp-20);
}
.tab_item {
    width: calc((100% - (var(--clamp-20) * 2)) / 3);
	border: 2px solid #E2E2E2;
    background-color: #FFF;
	line-height: 1.5;
    font-size: var(--font-size16);
    color: var(--color-font);
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 1em;
	transition: all 0.2s ease;
	position: relative;
}
.tab_item::after {
	content: '';
	position: absolute;
	width: 1.25em;
	height: 1px;
	background: #E2E2E2;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tab_item:hover {
  background-color: var(--color-primary);
  color: #fff;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
	width: 100%;
  display: none;
  clear: both;
  overflow: hidden;
/*   border: 1px solid #D8D8D8;
  padding: min(5%, 35px) min(3%, 20px); */
}
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content{
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: var(--color-primary);
  color: #fff;
}
.tabs input:checked + .tab_item::after {
	background: #FFF;
}
@media print, screen and (max-width: 768px) {
	.tabs {
		gap: var(--clamp-20);
	}
	.tab_item {
		width: 80%;
	}
}


@media (min-width: 810px) and (max-width: 1024px) {
	.spmenu {
    display: none;
}
}
/* ====  ==== */
body.mobile {
	margin-top: 0;
}