@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333333;
    --color-primary: #1964AF;
    --color-primary-shade: #F0F8FF;
    --color-primary-tint: #1D74B4;
    --color-secondary: #D5B02C;
    --color-secondary-tint: #eee;
    --color-table-border: #DBDBDB;
	--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: #303030;
    --header-color-primary: #1964AF;
    --header-color-primary-shade: #1D74B4;
    --header-color-primary-tint: #FFFFFF;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
    --footer-color-font: #777;
    --footer-color-primary: #777;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Roboto', sans-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(20px, 1.6vw, 24px);
	--font-size26: clamp(20px, 1.6vw, 26px);
    --font-size28: clamp(22px, 1.6vw, 28px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.2vw, 40px);
    --font-size48: clamp(28px, 2.61vw, 48px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size55: clamp(30px, 2.87vw, 55px);
	--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-170: clamp(85px, 9.5vw, 170px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
	background-color: #72B8F6;
}
/* == 非表示 =================================================== */
.post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == ヘッダー調整/header =================================================== */
@media print, screen and (min-width: 1024px) {
/* ========================
ヘッダー下部
======================== */
    #header {
        height: 100px;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
		color: var(--header-color-font);
		font-size: var(--font-size16);
		font-weight: bold;
		position: relative;
	}
	nav#mainNav ul li a span {
		font-family: var(--font-family02);
		color: var(--header-color-font);
		font-size: var(--font-size10);
		font-weight: 600;
	}
	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 {
        position: relative;
    }
    nav#mainNav ul li a b::before {
        position: absolute;
        content: '';
        width: auto;
        height: auto;
        top: -1.2em;
        left: 50%;
        transition: 0;
        transform: rotateX(90deg) translateX(-50%);
		transform-origin: bottom;
        font-family:'FontAwesome';
        font-size: 1em;
        content: '\f1b0';
    }
    nav#mainNav ul li.current-menu-item a b::before, nav#mainNav ul li a b:hover::before, nav#mainNav ul li a:active b::before, nav#mainNav ul li.current-menu-parent a b::before, nav#mainNav ul li.current-menu-ancestor a b::before {
        transform: rotateX(0deg) translateX(-50%);
    }
    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: rgba(255,255,255,1);
    }
    nav#mainNav ul ul.sub-menu {
        width: 200px;
    }
    nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
        align-items: baseline;
        font-weight: bold;
        font-size: var(--font-size16);
    }
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: var(--font-size18);
    }
    #header a.head_btn:hover {
        background: var(--color-primary-tint);
    }
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-tint);
		color: var(--header-color-primary-shade);
		font-family: var(--font-family01);
		font-size: calc(var(--font-size28) - 2px);
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn:hover {
		color: #FFF;
        background: var(--color-primary-tint);
	}
	#header a.head_btn.tel_btn .note {
		font-weight: 500;
		font-size: var(--font-size14);
	}
	#header a.head_btn.tel_btn:hover .note {
		color: #FFF;
	}
	#header a.head_btn.tel_btn .num::before {
		font-family: 'FontAwesome';
		content: '\f3cd';
		margin-right: .3em;
		font-size: .8em;
		display: inline-block;
		position: relative;
		bottom: .1em;
	}
}
/* == スマホ ======== */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
        color: var(--color-font);
	}
}
/* == トップ記事投稿（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;
}
/* == リスト表示 =================================================== */
/* == パンくず =================================================== */
#breadcrumb {
    background: #FCFCFC;
}
/* == フッター調整/footer =================================================== */
#footer {
    padding: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 0;
}
#footer p, #footer h2 {
	color: #FFF;
}
#footer a {
	transition: .5s ease;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
.footer-content {
    padding: var(--clamp-60) 0;
	background-image: url(/wp-content/uploads/footer_bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
}
.footer-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color-primary);
    opacity: .8;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .footer__logo img {
    max-width: 391px;
}
#footer a.tel {
    font-family: var(--font-family01);
    font-size: calc(var(--font-size32) + 2px);
    color: #FFF;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    text-align: center;
	transition: .3s;
	width: 90%;
	max-width: 325px;
}
#footer a.tel::after {
	display: none;
}
#footer a.tel:hover {
	opacity: .6;
	transform: translateY(-3px);
}
#footer a.tel .num::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    content: '\f3cd';
}
#footer a.tel .num {
    line-height: 1.2;
}
#footer a.tel .txt {
    font-size: var(--font-size12);
    font-weight: 500;
	color: #FFF;
}
#footer a.linkBtn {
	max-width: 325px;
}
#footer .btn_container {
	justify-content: center;
	gap: 4vw;
	align-items: center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: var(--clamp-40) 0;
	max-width: 770px;
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	#footer .btn_container {
		flex-direction: column;
		gap: 20px;
	}
	#footer {
		padding-bottom: min(35%, 200px);
	}
}

/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
	font-size: var(--font-size48);
	font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .65;
	background: var(--color-primary);
}
/* == postlist =================================================== */
.postlist {
    background: #FFF;
    padding: 5%;
}
.postlist li {
    max-width: 950px;
}
.postlist .time {
	font-size: var(--font-size12);
	border-radius: 5px;
}
.postlist .ttls, .postlist .date {
	font-size: var(--font-size14);
}
.postlist li {
	border-bottom: 1px solid #ddd;
}
/* == 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;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
/* == テキスト調整/text =================================================== */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p, #footer p  {
    font-size: var(--font-size16);
    line-height: 1.8;
    margin-bottom: 1em;
	font-weight: 500;
	letter-spacing: .5px;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    padding-bottom: .3em;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3,  #footer h3 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: .8em;
	font-weight: bold;
}
.post h4,  #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5,  #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post p.lead {
    font-size: var(--font-size28);
    font-weight: bold;
    font-family: var(--font-family02);
    color: #333;
    margin-bottom: .6em;
    line-height: 1.57;
}
p.name {
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-size: calc(var(--font-size28) - 2px);
    max-width: 660px;
    margin: 0 auto;
    text-align: right;
    margin-top: 1.5em;
	margin-bottom: 0;
}

p.name img {
    display: inline-block;
    max-width: 105px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin-left: 1.5em;
}
p.bubble {
    position: relative;
    font-size: var(--font-size28);
    font-weight: bold;
    text-align: center;
    padding: 0 1em;
    display: inline-block;
}
p.bubble::before, p.bubble::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 1.3em;
    background: #333;
    bottom: .2em;
}
p.bubble::before {
    left: .3em;
    transform: rotate(-15deg);
}
p.bubble::after {
    right: .3em;
    transform: rotate(15deg);
}
.post p .en {
    display: inline-block;
    color: var(--color-primary);
    font-weight: bold;
    margin-right: .2em;
}
.post p .en img {
    width: var(--font-size28);
    display: inline-block;
    vertical-align: middle;
    margin-right: .2em;
    position: relative;
    bottom: .1em;
}
span.bold {
	font-weight: bold;
}
span.mincho {
    font-family: var(--font-family02);
    font-weight: 600;
}
span.blue {
	color: var(--color-primary);
}
span.en {
	font-family: var(--font-family02);
	display: inline-block;
}
span.ja {
	font-family: var(--font-family01);
	display: inline-block;
}
span.color {
    color: var(--color-primary);
}
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.px24 {font-size: var(--font-size24);}
span.px28 {font-size: var(--font-size28);}
span.px32 {font-size: var(--font-size32);}
span.px38 {font-size: var(--font-size38);}
span.px40 {font-size: var(--font-size40);}
span.px48 {font-size: var(--font-size48);}
span.px55 {font-size: var(--font-size55);}
span.px60 {font-size: var(--font-size60);}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	p.bubble {
		font-size: var(--font-size18);
	}
}
/* == レイアウト/あしらい調整 =================================================== */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item {padding: var(--clamp-60) 0;}
/* .content-item:first-child {
	padding-top: 0;
} */
.img-area img {width: 100%;}
/* == grid =================================================== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == flex / card =================================================== */
/* == flex ======== */
.col-2{width: calc(100% / 2);}
.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: 728px;
	width: 94%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .col-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 {
		margin: 0 auto;
        max-width: 100%;
	}
}
/* == card ======== */
.card {
    display: flex;
    flex-direction: row;
}
.card .col-2, .card .col-3, .card .col-4{
    background: #FFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px #0000001A;
    border-radius: 10px;
}
.card .txt-area {
    padding: 0 max(4%, 10px) max(5%, 25px);
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44px;}
.card:has(.col-3) {gap: 20px;}
.card:has(.col-4) {gap: 11.2px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 22px);}
.card .col-3 {width: calc((100% / 3) - 15px);}
.card .col-4 {width: calc((100% / 4) - 23px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p {font-weight: 400;}
.card p:last-child {margin: 0;}
.card h3 {
    margin: 0;
    padding: .5em 0;
	text-align: center;
}

@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 .col-2, .card .col-3, .card .col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
	.card .col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
        gap: 15px 10px;
		margin-bottom: 20px;
	}
	.card:has(.col-2) {
		gap: 20px; 
	}
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em 1.5em;
    vertical-align: baseline;
    font-size: var(--body-font-size);

	color: var(--color-font);
	font-weight: 500;
	background: transparent;
}
.post table th {
	border-bottom: 2px solid var(--color-primary-tint);
	color: var(--color-primary-tint);
}
.post table td {
	border-bottom: 2px solid #DCDDDD;
}
.wpcf7 table th, .wpcf7 table td {
	border-bottom: 1px solid #DCDDDD;
    color: var(--color-font);
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table th.bg-gray {
		width: 100%;
	}
	.post table th {
		background: #f2f2f2;
	}
}
/* == ボタン調整/btn =================================================== */
.btn_container {
    display: flex;
	flex-direction: row;
	gap: 20px;
}
.btn_container a.linkBtn {
	margin: 0;
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
	font-family: var(--font-family02);
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.5;
    padding: 1.5em 3em;
    width: 90%;
    max-width: 320px;
    text-align: center;
    border-radius: 50px;
	outline: 1px solid var(--color-primary);
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color: var(--color-primary);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	content: '\f1b0';
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(30deg) translateY(-50%);
	transform: rotate(30deg) translateY(-50%);
	margin-top: -3px;
	transition: all .3s;
}
.linkBtn:hover::after, input.linkBtn:hover::after, .post .linkBtn:hover::after {
	color: var(--color-primary);
}
a.pageBtn {
    display: inline-block;
    font-size: var(--font-size14);
    font-weight: 500;
    width: calc((100% / 3) - 4px);
    max-width: 270px;
    border-bottom: 1px solid;
    text-align: center;
    padding: 1em 2em;
    position: relative;
    transition: .5s ease;
}
a.pageBtn:hover {
    opacity: .6;
}
a.pageBtn::after {
    transition: .3s;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: .5em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
a.pageBtn:hover::after {
    top: 60%;
}
.wpcf7 .linkBtn {
    padding: 0;
    max-width: 550px;
}
.wpcf7 .linkBtn:hover {
	color: #FFF;
}
.wpcf7 .linkBtn:hover::after {
	border-color: var(--color-primary-tint);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
.wpcf7 .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
}
.wpcf7 .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
.wpcf7-form .must {
	border-radius: 5px;
}
@media print, screen and (max-width: 768px) {
	a.pageBtn {
		width: calc((100% / 2) - 4px);
	}
}
@media print, screen and (max-width: 400px) {
	a.pageBtn {
		width: 100%;
	}
}
/* == メインビジュアル / MV =================================================== */
/* == トップ、下層調整/ .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;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整 / .top-content
======================== */
body {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/top_bg_01.jpg);
	background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
#mainImg {
    background: #FFF;
}
.top-content {
    padding: var(--clamp-60) 0;
	background: #FFF;
}
.top-content h2 {
	color: var(--color-primary);
	margin-bottom: 1em;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == .top-content_information ======== */
.top-content_information {
    background: #FAFAFA;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == .top-content_strengths ======== */
.top-content_strengths {
    background: linear-gradient(180deg, #FAFAFA 40%, var(--color-primary-tint) 40%);
    padding-top: 0;
    padding-bottom: var(--clamp-100);
}
.top-content_strengths h3 {
    font-weight: 500;
}
.top-content_strengths h3 .en {
	font-weight: bold;
	margin-right: .5em;
}
.top-content_strengths p {
	font-weight: 500;
}
.top-content_strengths .flexbox {
    background: #FFF;
    max-width: 1800px;
    width: 95%;
    margin-left: auto;
    border-radius: 50px 0 0 50px;
    padding: min(5%, 90px) min(5%, 80px);
    align-items: center;
}
.top-content_strengths .img-area {
    width: 44%;
}
.top-content_strengths .txt-area {
    width: 52%;
}
@media print, screen and (max-width: 1023px) {
	.top-content_strengths .flexbox {
		flex-direction: column;
	    margin: 0 auto;
		border-radius: 50px;
		width: 93%;
		padding-bottom: var(--clamp-60);
	}
	.top-content_strengths .img-area {
		width: 100%;
		max-width: 730px;
		margin-bottom: var(--clamp-40);
	}
	.top-content_strengths .txt-area {
		width: 100%;
	}
	.top-content_strengths .btn_container {
		justify-content: center;
	}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {

}
/* == .top-content.parallax ======== */
.top-content.parallax {
    height: 380px;
    background: transparent;
    padding: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == .top-content_service ======== */
.top-content_service {
    background: linear-gradient(180deg, var(--color-primary-shade), #FAFAFA);
    padding: var(--clamp-80) 0;
}
.top-content_service .card {
    width: 97%;
    margin: 0 auto;
}
.top-content_service .card h3 {
    color: var(--color-primary);
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: .2em;
    margin-bottom: .8em;
}
.top-content_service .card .txt-area {
    padding: 0 max(4%, 10px) max(10%, 35px);
}
.top-content_service .card .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--color-primary);
    color: #FFF;
    font-size: var(--font-size12);
    font-family: var(--font-family02);
    font-weight: bold;
    padding: .7em 3em .7em 1em;
    border-radius: 10px 0 10px 0;
    transition: .3s ease;
    line-height: 1.5;
    display: inline-block;
}
.top-content_service .card .btn::after {
    font-family: 'FontAwesome';
    font-size: 1.2em;
    content: '\f1b0';
    position: absolute;
    right: 1em;
    top: 45%;
    transform: rotate(30deg) translateY(-50%);
}
.top-content_service .col-4 {
	cursor:pointer;
}
.top-content_service .col-4:hover .btn {
	background: #FFF;
	color: var(--color-primary);
	outline: 1px solid;
}
@media print, screen and (max-width: 1023px) {
    .top-content_service .card .col-4 {
        width: calc((100% / 2) - 15px);
    }
    .top-content_service .card {
        width: 94%;
        gap: 30px;
    }
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content_service .card {
		gap: 0 15px;
	}
	.top-content_service .card .col-4 {
		width: calc((100% / 2) - 8px);
	}
}
@media print, screen and (max-width: 550px) {
	.top-content_service .card .col-4 {
		width: 100%;
	}
}
/* == .top-content_menu ======== */
.top-content_menu {
    padding: 0;
}
.top-content_menu h2 {
    color: #FFF;
    text-align: left;
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding-right: 3em;
}
.top-content_menu h2::after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: .7em;
    content: '\f1b0';
    width: auto;
    height: auto;
    background: #ffffff63;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    line-height: 1;
    padding: .5em;
    margin: 0;
    border-radius: 50vw;
    outline: 1px solid;
    transition: .3s ease;
}
.top-content_menu a:hover h2::after {
	color: var(--color-primary);
}
.top-content_menu img {
	transition: .7s ease;
}
.top-content_menu .col-2 {
    position: relative;
	display: block;
	margin-bottom: 0;
}
.top-content_menu .img-area {
    position: relative;
    z-index: 0;
	overflow: hidden;
}
.top-content_menu .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: .4;
    transition: .5s ease;
	z-index: 1;
}
.top-content_menu .txt-area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: min(5%, 50px);
    display: flex;
    justify-content: flex-start;
    align-items: end;
    z-index: 1;
}
.top-content_menu a:hover .img-area::before {
    opacity: 0;
}
.top-content_menu a:hover img {
    opacity: 1;
	transform: scale(1.1);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
下層調整 / .page-content
======================== */
body:has(.page-content) #content.wide {
    padding: 0 0 var(--clamp-60);
}
/* body:not(.home) #content.wide {
    padding: 0;
} */
body.page-service #content.wide {
    padding-bottom: 0;
}
.page-content h2 .en {
    color: var(--color-primary);
    position: relative;
    padding-bottom: .2em;
    margin-bottom: .5em;
}
.page-content h2 .en::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 2px;
    background: var(--color-primary);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
/* == .content-item ======== */
.content-item_point {
    background: #FCFCFC;
}
.content-item_service {
    background: #FFF;
}
.content-item_service img {
    border-radius: 10px;
}
.content-item_message {
    background-image: url(/wp-content/uploads/message_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.content-item_message::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FCFCFC;
    opacity: .9;
    top: 0;
    left: 0;
    z-index: 0;
}
.content-item_message p, .content-item_greeting p {
    line-height: 3;
	margin-bottom: 2em;
}
.content-item_greeting p.name {
	margin-bottom: 0;
}
.content-item_greeting {
	background: #FCFCFC;
}
.dog-icon {
    position: absolute;
    bottom: 0;
    max-width: 85px;
    width: 13%;
}
.dog-01 {
    left: 0;
}
.dog-02 {
    right: 0;
}
@media print, screen and (max-width: 1023px) {
	.content-item_greeting p.name {
		text-align: center;
		padding-bottom: 8.3vw;
	}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.content-item_message .content_inner {
		padding-bottom: 17vw;
	}
	.content-item_message p, .content-item_greeting p {
		line-height: 2.2;
	}
}
/* == .service-item ======== */
.service-item {
    padding: var(--clamp-60) 0 var(--clamp-40);
}
.service-item .content_inner {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-120) * -1);
}
.service-item .gallery-item img {
    max-width: 100%;
}
.service-item .gallery {
    margin: 0 auto !important;
}
.service-item .gallery-item {
    margin-bottom: 20px;
}
.service-item .gallery-columns-2 {
    gap: 20px;
    flex-wrap: nowrap!important;
}
.service-item .gallery-item img {
    max-width: 100%;
}
.service-item .flexbox {
    gap: 3%;
}
.service-item h3 {
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: .2em;
    color: var(--color-primary);
    margin-bottom: 1.5em;
}
.service-list {
    background: #FAFAFA;
    border-radius: 5px;
    padding: 4%;
}
.service-list .ttl {
    background: var(--color-primary);
    color: #FFF;
    font-family: var(--font-family02);
    font-weight: bold;
    font-size: var(--font-size16);
    padding: .2em 1em;
    border-radius: 5px;
}
.service-list li {
    font-size: var(--font-size16);
    font-weight: 500;
    padding: .2em .2em .2em 2em;
    position: relative;
}
.service-list li::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background: var(--color-primary);
    border-radius: 50vw;
    left: 0;
    top: 1em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == .page-content_service ======== */
.page-content_service .card {
    counter-reset: number 0;
}
.page-content_service .card h3::before {
    content: 'POINT.0' counter(number);
    counter-increment: number 1;
    font-family: var(--font-family02);
    font-size: var(--font-size16);
    color: #FFF;
    background: var( --color-primary);
    width: 6em;
    margin: 0 auto;
    border-radius: 5px;
    margin: .5em auto;
	line-height: 1.5;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == gallery ======== */
.gallery-content {
    max-width: 800px;
    margin: var(--clamp-60) auto 0;
}
.gallery-content .ttl {
    font-family: var(--font-family02);
    font-size: var(--font-size22);
    color: var(--color-primary);
    font-weight: bold;
    padding: 0 1.5em;
    position: relative;
}
.gallery-content .ttl::before, .gallery-content .ttl::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 2px;
    background: var(--color-primary);
    top: 50%;
}
.gallery-content .ttl::before {
    left: 0;
}
.gallery-content .ttl::after {
    right: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
その他の調整 / other
======================== */
.banner-content {
    position: fixed;
    bottom: -4%;
    right: 2%;
    z-index: 1000;
    width: 50%;
    max-width: 238px;
}
.banner-content img {
    width: 100%;
    height: auto;
}
.banner-content:hover img { 
	opacity: .7;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.banner-content {
		right: 5%;
	}
}
/* video */
video {
    height: 300px;
    width: 300px;
    object-fit: cover;
}


