@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=Aboreto&family=Zen+Kaku+Gothic+New&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #0E0E10;
    --color-font: #FFF;
	--color-font02: #F7BAC6;
    --color-primary: #0E0E10;
    --color-primary-shade: #0E0E10;
    --color-primary-tint: #0E0E10;
    --color-secondary: #F73737;
    --color-secondary-tint: #F63837;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #0E0E10;
    --header-color-font: #FFF;
    --header-color-primary: #FFF;
    --header-color-primary-shade: #FFF;
    --header-color-primary-tint: #FFF;
	/*------▼フッター設定▼------*/
	--footer-background: #1F1F1F;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Aboreto', system-ui;
	/*------▼フォントサイズ設定▼------*/
    --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-size28: clamp(22px, 1.6vw, 28px);
    --font-size30: clamp(24px, 1.7vw, 30px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size50: clamp(26px, 2.61vw, 50px);
	/*------▼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-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
  background-color: #B61C1F;
}
/* == 非表示 =================================================== */
.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;
    }
	#header .logo img {
		max-height: 100px;		
		max-width: 300px;
	}
	#header .logo {
		padding: 0;
		margin-left: 4%;
	}
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
		background: var(--header-background);
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a {
		padding: var(--px20) var(--clamp-30);
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: 400;
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a b {
		font-size: var(--font-size18);
		position: relative;
		padding-bottom: 3px;
	}
	nav#mainNav ul li a b::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #FFF;
		left: 0;
		bottom: 0;
		transform: rotateY(90deg);
		transition: .5s ease;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary-tint);
	}
	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(--color-font);/* アクション時の文字色（上部）の設定 */
	}
	nav#mainNav ul li.current-menu-item a b::after, nav#mainNav ul li a:hover b::after, nav#mainNav ul li a:active b::after, nav#mainNav ul li.current-menu-parent a b::after {
		transform: rotateY(0deg);
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);/* アクション時の文字色（下部）の設定 */
	}
	nav#mainNav ul li.mail a b::before {
		font-family: 'FontAwesome';
		content: '\f0e0';
		margin-right: .5em;
	}
	nav#mainNav ul li.line a b::before {
		font-family: 'FontAwesome';		
		content: '\f3c0';
		margin-right: .5em;
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: var(--font-size18);
    }
}
/* スマホ */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #0e0e10e6;
		color: #FFF;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		background: #1F1F1F;
	}
	nav#mainNav ul li a {
		font-family: var(--font-family02);
		font-weight: 400;
	}
	nav#mainNav ul li a b {
		font-weight: 400;
	}
	nav#mainNav ul li.mail, nav#mainNav ul li.line {
		display: none;
	}
	nav#mainNav ul li a:hover {
		background: #1F1F1F!important;
	}
}

/* == トップ記事投稿（archive） =================================================== */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == リスト表示 =================================================== */
/* == フッター調整/footer =================================================== */
#footer {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-content {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-40);
    border-bottom: 1px solid;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 30px 0 0;
}
#footer a {
	transition: .5s;
}
#copyright {
    margin: 0;
    padding-bottom: 20px;
}
#footer .footer__logo img {
    max-height: max-content;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
    margin-bottom: 0;
}
#footer .btn-area {
    text-align: center;
}
#footer .btn-area p {
    font-size: var(--font-size18);
}
a.ft-btn {
    display: inline-block;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    outline: 1px solid #FFF;
    transition: .5s ease;
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: var(--font-size20);
    line-height: 1.2;
    padding: .8em;
    position: relative;
    margin-bottom: 1em;
    color: #000;
}
a.ft-btn:hover {
    transform: translateY(-5px);
	background: transparent;
    color: #FFF;
}
.btn-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 28px;
}
a.ft-btn.form-btn span, a.ft-btn.line-btn span {
    padding-right: 1em;
}
a.ft-btn.form-btn span::before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin-right: .5em;
}
a.ft-btn.line-btn span::before {
    font-family: 'FontAwesome';
    content: '\f3c0';
    margin-right: .5em;
}
a.ft-btn.tel-btn {
    background: transparent;
    color: #FFF;
}
a.ft-btn.tel-btn:hover {
    background: #FFF;
    color: #000;
}

/*  */
@media print, screen and (max-width: 1023px) {
	.btn-container {
		flex-direction: column;
		gap: 0;
	}
}

@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: clamp(25px, 3.65vw, 70px);
	font-family: var(--font-family02);
	font-weight: 400;
}
#thumbImg::before, header#h1Header::before {
    opacity: .43;
}
/* == postlist =================================================== */
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
}

.postlist .time {
    border: 1px solid;
    border-radius: 5px;
    padding: .3em 1.5em;
    font-family: var(--font-family02);
    font-weight: 400;
}

.postlist li:first-child {
    border-top: 0;
}

.postlist li {
    border-bottom: 1px dotted #FFF;
}
.post4b_text p.time {
    border: 1px solid;
    display: block;
}
.post_link, .post2b_link, .post4b_link {
	color: #FFF;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: #FFF; 
}
/* == 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: 2;
    margin-bottom: 1em;
	font-weight: 400;
}
.post h2, h1.title {
    font-size: var(--font-size24);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
span.en {
    font-family: var(--font-family02);
    font-weight: 400;
}
span.bold {
	font-weight: 500;
}
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.px28 {
    font-size: var(--font-size28);
}
span.px30 {
    font-size: var(--font-size30);
}
span.px32 {
    font-size: var(--font-size32);
}
span.px38 {
    font-size: var(--font-size38);
}
span.px50 {
    font-size: var(--font-size50);
}
p.lead {
    font-size: var(--font-size28);
    font-weight: 500;
} 
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.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;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-80);
}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
.img-area img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
		max-width: 100%;
	}
}
/* == grid_container =================================================== */
.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-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2, .col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3, .col-3 {
    width: calc((100% / 3) - 25px);
}
.flex-container__col-4, .col-4 {
    width: calc((100% / 4) - 10px);
}
.flex-container__col-5, .col-5 {
    width: calc((100% / 5) - 15px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
.col-3 p:last-child {
    margin: 0;
}
.col-3 h3 {
    margin-bottom: 0;
    padding-bottom: .5em;
}
.col-5 .img-area {
    width: 82%;
    margin: 0 auto 10px;
}
.col-5 p {
    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 4) - 15px);
	}
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3, .flex-container__col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        margin-bottom: 20px;
    }
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
		margin-bottom: 20px;
	}
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    vertical-align: middle;
	font-weight: 400;
	border: 1px solid #8D8D8D;
	font-size: var(--font-size18);
}
.post table th {
	background: #1F1F1F;
	color: #FFF;
}
.post table td {
	background: #FFF;
	color: #000000;
}
.wpcf7 table, .wpcf7 table th, .wpcf7 table td {
    background: transparent;
    border: 0;
}

.wpcf7 table th, .wpcf7 table td {
    border-bottom: 1px solid #FFF;
}

.wpcf7 table tr:first-child th, .wpcf7 table tr:first-child td {
    border-top: 1px solid #FFF;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.wpcf7 table tr:first-child td {
		border-top: 0;
	}
}
/* == ボタン調整/btn =================================================== */
.btn_container {
    display: flex;
}
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: transparent;
    font-size: calc(var(--font-size20) + 1px);
    font-weight: 400;
    font-family: var(--font-family02);
    line-height: 1.7;
    padding: 1.5em 6em 1.5em 0;
    width: auto;
    text-align: left;
    border-radius: 0;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	background: transparent;
/*     opacity: .6; */
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '→';
	font-family: 'Zen Kaku Gothic New', sans-serif;
	position: absolute;
	top: 50%;
	right: 0;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	background: #FFF;
	padding: 1.8em;
	color: var(--color-background);
	line-height: 1;
	border-radius: 50vw;
    transition: .5s ease;
}
a.btn:hover::after, .linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    background: transparent;
    color: #FFF;
    outline: 1px solid;
}

@media print, screen and (max-width: 768px) {
	a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
		padding: 1.5em 4em 1.5em 0;
	}
	a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
		padding: 1em;
	}
}
/* == メインビジュアル / 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_parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
	z-index: -1;
}
.top-content {
    padding: var(--clamp-100) 0;
    background: var(--color-background);
}
.top-content h2 {
    text-align: left;
}
.top-content h2 span.en {
    font-size: clamp(35px, 4.17vw, 80px);
}
.top-content.information {
	padding-bottom: 0;
}
.top-content.information h2 {
    text-align: center;
}
.top-content.reason {
    background: transparent;
    padding-bottom: clamp(250px, 27.7vw, 530px);
}
.top-content.reason::before {
    content: '';
    background: var(--color-background);
    z-index: 0;
    top: 0;
    left: 0;
    height: calc(100% - clamp(250px, 27.7vw, 530px));
}
.top-content.reason .flexbox {
    padding-bottom: var(--clamp-60);
}
.top-content.service {
    counter-reset: number 0;
}
.top-content.service .col-3 h3 {
    font-size: var(--font-size18);
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: .5em;
}
.top-content.service .col-3 h3::before {
    content: '0' counter(number);
    counter-increment: number 1;
    display: block;
    font-size: 1.67em;
    font-family: var(--font-family02);
    margin-bottom: .3em;
}
.top-content.service .col-3 p {
    font-size: var(--font-size14);
}
.top-content.service .content_inner {
    margin-bottom: var(--clamp-150);
}
.top-content.service .service-item {
    margin-bottom: var(--clamp-60);
}
.top-content.service img {
    opacity: .8;
}
.service-list {
    background-image: url(/wp-content/uploads/top_service_bg.jpg);
    background-size: cover;
    background-position: center;
}
.service-list ul {
    margin-top: var(--clamp-100);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-list ul li {
    width: calc(100% / 4);
}
.service-list ul li a {
    transition: .5s ease;
    background: #00000066;
    height: clamp(340px, 25vw, 480px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFFF;
    padding: max(5%, 10px);
    color: #FFF;
    font-size: var(--font-size22);
}
.service-list ul li:first-child a {
    border-left: 1px solid #FFF;
}
.service-list ul li a:hover {
    background: #00000000;
}
.service-list span.en {
    font-size: var(--font-size30);
}
.service-list span.ja {
    font-size: var(--font-size22);
    font-weight: 500;
    padding-bottom: 3em;
}
.service-list span.arrow {
	display: inline-block;
	content: '→';
	font-family: 'Zen Kaku Gothic New', sans-serif;
	position: absolute;
	width: auto;
	height: auto;
	background: transparent;
	padding: 1.8em;
	color: #FFF;
	line-height: 1;
	border-radius: 50vw;
    transition: .5s ease;
    outline: 1px solid;
    bottom: 1em;
    right: 1em;
}
.service-list a:hover span.arrow {
	background: #FFF;
	color: var(--color-background);
}

.top-content.case {
    padding-top: 0;
}

/*  */
@media print, screen and (max-width: 1023px) {
	.service-list ul li {
		width: calc(100% / 2);
	}
	.service-list ul li a {
		border: 1px solid;
	}
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content.service .col-3 {
		width: 90%;
		margin-inline: auto;
	}
	.service-list span.arrow {
        padding: 1em;
	}
}

@media print, screen and (max-width: 500px) {
	.service-list ul li {
		width: 100%;
	}
	.service-list ul li a {
		height: clamp(200px, 25vw, 480px);
	}
}
/* ========================
下層調整 / .page-content
======================== */
body:not(.home) #content.wide {
    padding: var(--clamp-40) 0;
}
.page-content h2 {
    margin-bottom: 2em;
}
.page-content h2 span.en {
    font-size: var(--font-size50);
    position: relative;
    padding-bottom: 0;
    margin-bottom: .2em;
    display: inline-block;
}
.page-content h2 span.en::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 2px;
    background: #FFF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-content h2 span.ja {
    font-size: var(--font-size24);
}
.page-content.service {
    counter-reset: number 0;
}
.page-content.service .col-3 h3 {
    font-size: var(--font-size18);
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: .5em;
}
.page-content.service .col-3 h3::before {
    content: '0' counter(number);
    counter-increment: number 1;
    display: block;
    font-size: 1.67em;
    font-family: var(--font-family02);
    margin-bottom: .3em;
}
.page-content.service .col-3 p {
    font-size: var(--font-size14);
}
.page-content.service .col-3 .img-area {
    width: 55%;
    margin: 0 auto 20px;
}
.page-content.service .col-3 img {
    border-radius: 50vw;
}
.page-content .service-content {
    margin-top: calc(var(--clamp-60) * -1);
    padding-top: var(--clamp-150););
}
.page-content .service-content .img-area {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: var(--clamp-30);
}
.page-content .service-content h3 {
    padding-left: 1.4em;
    position: relative;
}
.page-content .service-content h3::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.service-content img {
	opacity: .8;
}
.flow-content {
    counter-reset: number 0;
    margin-top: calc(var(--clamp-60) * -1);
    padding-top: var(--clamp-150););
}
.flow-item {
    border: 1px solid;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.flow-item::before {
    content: '0' counter(number);
    position: absolute;
    counter-increment: number 1;
    left: 0;
    top: 0;
    font-size: var(--font-size22);
    font-family: var(--font-family02);
    padding: .5em;
    border: 1px solid;
}
.flow-item::after {
    content: '';
    position: absolute;
    border-top: 13px solid #FFF;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-item:last-child::after {
    display: none;
}
.flow-item .ttl {
    padding: 3em 2em 3em 4em;
    width: 39%;
    position: relative;
}
.flow-item .txt {
    width: 61%;
    padding: max(2%, 10px);
}
.flow-item h3 {
    margin: 0;
}
.flow-item p:last-child {
    margin-bottom: 0;
}
.page-content.price .txt-area {
    background: #FFF;
    padding: 2% 3%;
    margin-bottom: var(--clamp-100);
}
.page-content.price .txt-area p {
    color: #000;
}
.page-content.price .txt-area p:last-child {
    margin-bottom: 0;
}

.price-content {
    margin-top: var(--clamp-60);
}
.price-content h3 {
    text-align: center;
    font-size: var(--font-size24);
}
.price-content table {
    margin-bottom: 1em;
}
.price-content h3 span.bubble {
    position: relative;
    display: inline-block;
    padding: 0 .5em;
}
span.bubble::before, span.bubble::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 1em;
    background: #FFF;
    bottom: 0;
}
span.bubble::before {
    left: 0;
    transform: rotate(-15deg);
}
span.bubble::after {
    right: 0;
    transform: rotate(15deg);
}
.page-content.reason {
    counter-reset: number 0;
}
.page-content.reason .flexbox {
    align-items: center;
}
.page-content.reason h3 {
    padding-left: 1.4em;
    position: relative;
}
.page-content.reason h3::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-content.reason .num::before {
    content: '0' counter(number);
    font-family: var(--font-family02);
    font-size: clamp(40px, 6.9vw, 132px);
    line-height: 1;
    counter-increment: number 1;
}
.page-content.reason img {
	opacity: .57;
}
.page-content.faq h2 {
    text-align: left;
    font-size: var(--font-size22);
    padding-left: 1.4em;
}
.page-content.faq h2::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion {
    margin-bottom: 5px;
}
.accordion__summary {
  display: block;
  font-size: var(--font-size18);
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 1em 2.3em;
  border-bottom: 1px solid #FFF;
}
.accordion__summary::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: .5em;
    font-size: 1.7em;
    font-family: var(--font-family02);
    font-weight: 400;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
    content: "";
    font-size: 1.4em;
    position: absolute;
    width: .7em;
    height: .7em;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid;
    right: .3em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.accordion[open] .accordion__summary::after {
    content: "";
    border-right: 1px solid #FFF;
    border-bottom: 1px solid;
    transform: translateY(-50%) rotate(-135deg);
}
.accordion__detail {
    font-size: var(--font-size18);
    padding: 1em 2.3em;
    position: relative;
}
.accordion__detail::before {
    content: 'A';
    position: absolute;
    left: 0;
    top: .8em;
    font-size: 1.7em;
    font-family: var(--font-family02);
    font-weight: 400;
}
p.accordion__text {
    font-size: 14px;););
}


@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content.service .col-3 {
        width: 90%;
        margin-inline: auto;
    }
    .service-content img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
    .flow-item {
        flex-direction: column;
    }
    .flow-item .ttl {
        width: 100%;
        padding: 3em 3.5em 1em 3.5em;
        text-align: center;
    }
    .flow-item .txt {
        width: 100%;
    }
	.page-content.reason .num::before {
		display: inline-block;
		margin-bottom: .3em;
	}
}
/* ========================
その他の調整 / other
======================== */
/* お問い合わせ */
.wpcf7-form .must {
	border-radius: 5px;
}
.wpcf7-form .linkBtn {
    background: var(--color-secondary-tint);
    width: 90%;
    max-width: 550px;
    border-radius: 5px;
}
.post .subimitarea .linkBtn input[type="submit"] {
    font-weight: bold;
}
.wpcf7-form .linkBtn:hover {
    transform: translateY(-5px);
    outline: 1px solid var(--color-secondary-tint);
    background: #FFF;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-secondary-tint);
}
.wpcf7 .linkBtn::after {
    padding: 0;
    width: 8px;
    height: 8px;
    content: "";
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    background: transparent;
    border-radius: 0;
    right: 1em;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s;
}

.wpcf7 .linkBtn:hover::after {
    border-color: var(--color-secondary-tint);
	outline: none; 
} 
span.wpcf7-list-item {
    color: #FFF;
}
/* サイトマップ */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    color: #FFF;
}
/* エディター */
body#editor-style {
    background: #000;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


