@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
    :root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #1E2635;
    --color-primary: #45547A;
    --color-primary-shade: #E5E9EF;
    --color-primary-tint: #7F89A3;
    --color-secondary: #F73737;
    --color-secondary-tint: #FCFCFC;
    --color-table-border: #ccc;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #F7F8F9;
    --header-color-font: #444444;
    --header-color-primary: #45547A;
    --header-color-primary-shade: #E5E9EF;
    --header-color-primary-tint: #7F89A3;
    /*------▼フッター設定▼------*/
    --footer-background: #45547A;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Montserrat", sans-serif;
    --font-family03: "Shippori Mincho", 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(15px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size46: clamp(23px, 2.4vw, 46px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    /* ---- 追加 ---- */
    --font-size120: clamp(60px, 6.25vw, 120px);
    --font-size170: clamp(74px, 8.86vw, 170px);
    /*------▼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: #80B7E1;
    color: var(--color-primary-shade);
}
/* == == == == == == == == == == == == == == == == == == 
* 非表示
* == == == == == == == == == == == == == == == == == == */
.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;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.max_w630 {
    max-width: 630px;
}
.max_w700 {
    max-width: 700px;
}
.max_w1280 {
    max-width: 1280px;
}
.max_w1700 {
    max-width: 1700px;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* ==== post ~ ===== */
.post p {
    color: var(--color-font);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-primary);
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
}
.post h2, #footer h2 {
    font-size: var(--font-size30);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3, #footer h3 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
    font-weight: 400;
}
.post h4, #footer h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 400;
}
.post h5, #footer h5 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 400;
}
.post p.lead, p.lead {
    font-family: var(--font-family03);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: .6em;
}
.post p.name, p.name {
    font-size: var(--font-size24);
    font-weight: 400; 
    font-family: var(--font-family03);
    text-align: center;
}
.post p.name span, p.name span {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-marker--tint {
    background: linear-gradient(0, #FFFFFF40 25%, transparent 25%);
}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-grad {
    display: inline-block;
    background: var(--color-grad)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: .3em;
}
/* ===== text / 追加ユーティリティ ===== */
.ff-01 {
    font-family: var(--font-family01);
}
.ff-02 {
    font-family: var(--font-family02);
}
.ff-03 {
    font-family: var(--font-family03);
} 
.ttl-main-primary, .post .ttl-main-primary {
    border-bottom: 2px solid #E5E9EF80;
    padding-bottom: 0;
    margin-bottom: 1em;
}
.ttl-main-primary .ff-01, .post .ttl-main-primary .ff-01 {
    font-weight: 400;
    display: inline-block;
    font-size: var(--font-size20);
    color: var(--color-primary);
}
.ttl-main-primary .ff-02, .post .ttl-main-primary .ff-02 {
    font-weight: 300;
    display: inline-block;
    font-size: var(--font-size120);
    color: var(--color-primary-tint);
    padding-right: .4em;
}
.ttl-main-secondary, .post .ttl-main-secondary {
	padding-bottom: 0;
}
.ttl-main-secondary .ff-01, .post .ttl-main-secondary .ff-01 {
    font-weight: 400;
    display: block;
    font-size: var(--font-size30);
    color: var(--color-primary);
}
.ttl-main-secondary .ff-02, .post .ttl-main-secondary .ff-02 {
    font-weight: 300;
    display: block;
    font-size: var(--font-size18);
    color: var(--color-primary-tint);
}
.ttl-sub-primary, .post .ttl-sub-primary {
    font-size: var(--font-size26);
    font-weight: 400;
    color: var(--color-primary);
}
.ttl-sub-secondary, .post .ttl-sub-secondary {
    font-size: var(--font-size26);
    font-weight: 400;
    color: var(--color-primary);
    border-bottom: 2px solid #E5E9EF80;
    padding-bottom: .6em;
    margin-bottom: 1em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {
    position: relative;
}
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #0000000D;
}
.dis-block {
    display: block;
    position: relative;
}
.dis-inline-block {
    display: inline-block;
    position: relative;
}
.dis-flex {
    display: flex;
    position: relative;
}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.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(/wp-content/uploads/greeting_bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
}
/* ==== 追加 ==== */
.bubble-txt {
    position: relative;
	display: flex;
}
.bubble-txt::before {
	content: '';
	position: absolute;
}
@media print, screen and (min-width: 769px) {
    .bubble-txt {
        padding-left: 6px;
    }
    .bubble-txt::before {
        border-right: 10px solid #FFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media print, screen and (max-width: 768px) {
    .bubble-txt {
        padding-top: 6px;
    }
    .bubble-txt::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        left: 10%;
        border-bottom: 6px solid #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
        background: var(--header-background);
    }
	#header-layout {
		padding: 0 2%;
	}
    .sticky-header #header-layout {
        height: 100px;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 300px;
		max-height: 100px;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family02);
        font-size: var(--font-size18);
		font-weight: 500;
		letter-spacing: 1px;
		color: var(--header-color-font);
		position: relative;
	}
    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: 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 a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-font);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li.current-menu-item a b::before, 
	nav#mainNav ul li a:hover b::before, 
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	#header ul.header__contact {
		margin-right: var(--px20);
		margin-left: var(--px20);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size18);
		font-weight: 400;
		flex-direction: row;
		background: #FFFFFF1A;
		outline: 1px solid;
		min-width: 180px;
		height: 60px;
		border-radius: 0;
		color: var(--header-color-font);
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
	}
	#header a.head_btn:hover {
		background: var(--header-color-font);
		color: var(--header-color-primary);
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #FFF;
}
.spmenu #menu p {
    color: #FFF;
} */

@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #FFF;
		color: var(--color-font);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a b {
		font-weight: 400!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: 300;
    font-size: var(--font-size46);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .8;
    background: #45547A;
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 15px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}

@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {	
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed #DDD;
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size16);
    background: #FFF;
    outline: 1px solid var(--color-primary);
    font-weight: 400;
    padding: .5em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: var(--color-primary);
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
    font-weight: 400;
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_end {align-items: end;}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
.margin-inline-auto {
    margin-inline: auto!important;
}
@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) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
    .flex_1 {
        margin-bottom: 40px;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 30px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {
    width: calc(50% - 24px);
    background: #FFF;
}
.card .col-3 {
    width: calc((100% / 3) - 20px);
    overflow: hidden;
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 3% min(3%, 15px);
}
.card .txt-area .ttl-sub-primary {
    text-align: center;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-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;
    }
    .card .phone-img {
        margin: var(--clamp-20) auto;
    }
}
@media print, screen and (max-width: 500px) {
    .card .col-4, .card .col-5 {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--body-font-size);
    background: transparent;
    color: var(--color-font);
    border-bottom: 1px solid #DCDDDD;
    line-height: 1.8;
    color: var(--color-primary);
}
.post table th {
    font-weight: 500;
}
.post table td {
    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;
        font-size: var(--font-size16);
        padding: 1em;
    }
	.post table th {
		background: var(--color-primary-shade);
	}
}
/* ==== .page-content table ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
    font-family: var(--font-family02);
    font-size: var(--font-size16);
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color: var(--color-primary);
    background: #FFF;
    padding: 1em 1.5em;
    margin: 0;
    border-radius: 50vw;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover {
	color: #80B7E1;
	background: #FFF;
/*     box-shadow: 0 6px 20px #0000001A; */
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn .arrow, 
a .arrow {
    position: relative;
    width: 4.6em;
    height: auto;
    display: inline-block;
    overflow: hidden;
/*     border-radius: 10px; */
}
.linkBtn:hover .arrow-normal, 
a:hover .arrow-normal {
    position: relative;
    transition: .2s ease;
    top: 0;
    left: 0;
}
.linkBtn:hover .arrow-normal, 
a:hover .arrow-normal {
    transform: translateX(100%);
}
.linkBtn .arrow-hover,
a .arrow-hover {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: .2s ease .1s;
}
.linkBtn:hover .arrow-hover,
a:hover .arrow-hover {
    transform: translateX(0);
}
.linkBtn:hover .arrow img,
a:hover .arrow img {
    opacity: 1;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
	display: none;
}
.txtBtn {
    font-size: var(--font-size16);
    font-family: var(--font-family02);
    line-height: 2;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--color-primary);
    display: inline-block;
    padding-right: 2em;
    position: relative;
    transition: .3s ease;
}
.txtBtn::before {
	content: '';
	position:absolute;
	width: 100%;
	height: 1px;
	background: var(--color-primary);
	bottom: 0;
	left: 0;
	transition: .3s ease;
}
.txtBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 43%;
    right: .5em;
    width: .5em;
    height: .5em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transition: all .3s;
}
/* .txtBtn:hover::before {
    opacity: 0;
} */
.txtBtn:hover::after {
    right: 0;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
.list-service {
    display: flex;
    flex-direction: column;
}
.list-service li {
    border-bottom: 1px solid var(--color-primary-shade);
}
.list-service li:first-child {
    border-top: 1px solid var(--color-primary-shade);
}
.list-service a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25em 1em;
    transition: .3s ease;
    color: var(--color-primary);
	background: #FFF;
}
.list-service a:hover {
    background: #FFF;
    color: #80B7E1;
}
.list-service .txt {
    font-size: var(--font-size26);
    font-weight: 400;
    color: inherit;
}
@media print, screen and (min-width: 769px) {
	.top-content#service .img-area img {
		min-height: 380px;
		object-fit: cover;
	}
	.top-content#service .txt-area {
		min-width: 300px;
	}
}
@media print, screen and (max-width: 768px) {
	.top-content#service .img-area img {
	    aspect-ratio: 2 / 1;
		object-fit: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .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: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
    opacity: .05;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* section
* == == == == == == == == == == == == == == == == == == */
/* ==== #about ==== */
.txt-object {
    font-size: var(--font-size170);
    font-family: var(--font-family02);
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-primary);
    opacity: .1!important;
	padding-left: .2em;
    white-space: nowrap;
}
.top-content#about {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
.top-content#about h2 {
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.6;
	font-size: var(--font-size46); 
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.txt-object {
		padding: 0;
	}
}
/* ==== #vision ==== */
.top-content#vision {
    padding: var(--clamp-80) 6%;
}
.top-content#vision::before {
    content: '';
    position: absolute;
    width: calc(100% - var(--clamp-60));
    height: 100%;
    background-image: url(/wp-content/uploads/top_vision_bg.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px;
}
.top-content .card {
    align-items: flex-start;
}
.top-content .col-3 {
    background: #FFFFFF80;
    box-shadow: 0 3px 6px #9999991A;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: min(10%, 50px) min(5%, 20px);
}
.top-content .card .num {
    font-size: var(--font-size26);
    font-family: var(--font-family02);
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1;
    width: 3.15em;
    height: 3.15em;
    background: linear-gradient(90deg, #80B7E1 0%, #CCE4F6 30%, #E7F3FC 60%, #F2F6F9 80%, #F8F8F8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    margin-bottom: 1.8em;
}
.top-content .card h3 {
    margin-bottom: 1.5em;
}
@media print, screen and (min-width: 769px) {
    .top-content .col-3:nth-child(1) {
        margin-top: calc(var(--clamp-30) * 2);
    }
    .top-content .col-3:nth-child(2) {
        margin-top: calc(var(--clamp-30) * 1);
    }
    .top-content .col-3:nth-child(3) {
        margin-top: calc(var(--clamp-30) * 0);
    }
}
@media print, screen and (max-width: 768px) {
}
/* ==== #service ==== */
.top-content#service {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #news ==== */
.top-content#news {
    padding: var(--clamp-80) 6%;
	margin-bottom: 30px;
}
.top-content#news::before {
    content: '';
    position: absolute;
    width: calc(100% - var(--clamp-60));
    height: 100%;
    background: var(--color-primary);
    top: 0;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px;
}
.top-content#news h2 {
    color: #FFF;
}
.top-content#news .postlist .ttls, .top-content#news .postlist .date,
.top-content#news .postlist .post_text,
.top-content#news .postlist .ttls a {
	color: #FFF;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== .page-content ==== */

/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.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;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
.wpcf7-form .linkBtn input[type="submit"] {
    color: var(--color-primary);
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: #80B7E1;
}

/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: var(--clamp-80);
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {

}