/*
Theme Name: mirai
*/

*,
*::before,
*::after {
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	overflow-wrap: break-word;
}

main {
	margin-left: 250px;
	width: calc(100% - 250px);
}

/* ブログページ専用レイアウト（p-header--blog は position:static のため、固定左ナビの分の余白は不要） */
.p-blog-layout {
	width: 100%;
}

.p-blog-layout__inner {
	display: flex;
	margin: 0 auto;
	max-width: 1500px;
	width: 88%;
}

.p-blog-layout .p-business__inner {
	margin: 0;
	max-width: none;
	width: 100%;
}

.p-blog-layout__main {
	flex: 1;
	margin-right: 50px;
}

/* header-blog.php は body_class() を出力しないため、.single/.archive では絞り込めない。p-blog-layout 配下として指定する */
.p-blog-layout .p-sidebar-right {
	flex-shrink: 0;
	margin-top: 197px;
	position: static;
	width: 300px;
}

/* ブログ用ヘッダー */
.p-header--blog {
	position: static;
	width: 100%;
}

.p-header--blog .p-header__inner {
	padding: 0 20px;
}

/* ブログページのheroを100%幅に */
.single .p-lower-mv,
.archive .p-lower-mv {
	width: 100vw;
	margin-left: 0;
	left: 0;
	position: relative;
}

tbody {
	-webkit-text-size-adjust: 100%;
}

.l-skew {
	transform: skewY(5deg);
}

.l-skew > * {
	transform: skewY(-5deg);
}

.r-skew {
	transform: skewY(-3deg);
}

.r-skew > * {
	transform: skewY(3deg);
}

.l-green {
	background-color: #f4f9f9;
}

.c-top-title {
	color: #73c6c6;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "MSPゴシック", "sans-serif";
	font-size: 32px;
	font-weight: 800;
	padding-bottom: 29px;
	position: relative;
}

.c-top-title:after {
	bottom: 0;
	color: #333;
	content: attr(data-title);
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	left: 0;
	line-height: 1;
	position: absolute;
	white-space: nowrap;
}

.c-top-title--center {
	padding-bottom: 30px;
	text-align: center;
}

.c-top-title--center::after {
	left: 50%;
	transform: translateX(-50%);
}

.c-top-title--white {
	color: #fff;
}

.c-top-title--white::after {
	color: #fff;
}

.c-square-btn {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 16px;
	height: 40px;
	justify-content: center;
	max-width: 565px;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
	width: 175px;
}

.c-square-btn:hover {
	background-color: #fff;
	color: #73c6c6;
}

.c-square-btn--top {
	width: 250px;
}

.c-square-btn--top:hover {
	border: 1px solid #73c6c6;
}

.c-square-btn--border:hover {
	border: 1px solid #73c6c6;
}

.c-square-btn .arrows {
	height: 9px;
	margin-left: 9px;
	width: 10px;
}

.c-square-btn .arrows:after {
	background: url(img/icon/arrows.png) no-repeat center/contain;
	content: "";
	height: 9px;
	position: absolute;
	position: absolute;
	/*right: 14px;
	top: 50%;
	transform: translateY(-50%);*/
	transition: all 0.4s ease;
	width: 10px;
}

.c-square-btn:hover .arrows:after {
	background: url(img/icon/arrows-green.png) no-repeat center/contain;
}

.c-breadcrumb {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

.c-breadcrumb a {
	transition: opacity 0.4s ease;
}

.p-sidebar {
	background-color: #fff;
	height: 100vh;
	left: 0;
	padding-top: 21px;
	position: fixed;
	width: 250px;
}

.p-sidebar__inner {
	padding-left: 28px;
}

.p-sidebar__logo {
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	width: 179px;
}

.p-sidebar__logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.p-sidebar__nav {
	margin-top: 54px;
}

.p-sidebar__nav-item a {
	transition: all 0.4s ease;
}

.p-sidebar__nav-item a:hover {
	opacity: 0.6;
}

.p-sidebar__nav-item + .p-sidebar__nav-item {
	margin-top: 11px;
}

.p-sidebar__nav-item + .p-sidebar__nav-item a {
	transition: all 0.4s ease;
}

.p-sidebar__nav-item + .p-sidebar__nav-item a:hover {
	opacity: 0.6;
}

.p-sidebar__sub-nav {
	margin-top: 12px;
}

.p-sidebar__sub-nav-item {
	position: relative;
}

.p-sidebar__sub-nav-item a {
	transition: all 0.4s ease;
}

.p-sidebar__sub-nav-item a:hover {
	opacity: 0.6;
}

.p-sidebar__sub-nav-item:nth-of-type(n + 2) {
	margin-top: 12px;
}

.p-sidebar__sub-nav-item:first-of-type {
	padding-left: 31px;
}

.p-sidebar__sub-nav-item:first-of-type:before {
	background-color: #333;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.4s ease;
	width: 20px;
}

.p-sidebar__sub-nav-item:first-of-type:hover::before {
	opacity: 0.6;
}

.p-sidebar__sub-nav-item:nth-of-type(n+2):nth-of-type(-n+3) {
	font-size: 14px;
	padding-left: 45px;
}

.p-sidebar__sub-nav-item:nth-of-type(n+2):nth-of-type(-n+3):before {
	background-color: #73c6c6;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 31px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.4s ease;
	width: 5px;
}

.p-sidebar__sub-nav-item:nth-of-type(n+4):nth-of-type(-n+7) {
	padding-left: 31px;
}

.p-sidebar__sub-nav-item:nth-of-type(n+4):nth-of-type(-n+7):before {
	background-color: #333;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.4s ease;
	width: 20px;
}

.p-sidebar__sub-nav-item:hover::before {
	opacity: 0.6;
}

.p-sidebar__bottom {
	align-items: center;
	background-color: #73c6c6;
	bottom: 0;
	display: flex;
	height: 75px;
	left: 0;
	margin-top: 80px;
	padding-left: 30px;
	position: fixed;
	width: 250px;
}

.p-sidebar__icons {
	align-items: center;
	display: flex;
}

.p-sidebar__instagram {
	display: block;
	height: 30px;
	transition: all 0.4s ease;
	width: 30px;
}

.p-sidebar__instagram:hover {
	opacity: 0.6;
}

.p-sidebar__twitter {
	display: block;
	height: 30px;
	margin-left: 20px;
	transition: all 0.4s ease;
	width: 30px;
}

.p-sidebar__twitter:hover {
	opacity: 0.6;
}

.drawer-content .p-sidebar__nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.drawer-content .p-sidebar__nav-item {
	line-height: 2;
}

/* 右サイドバー */
.p-sidebar-right {
	background-color: #f9f9f9;
	padding: 24px 20px;
	width: 300px;
}

.p-sidebar-right__all-btn {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 6px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1.4;
	padding: 14px 12px;
	text-align: center;
	transition: opacity 0.4s ease;
}

.p-sidebar-right__all-btn:hover {
	opacity: 0.8;
}

.p-sidebar-right__category {
	background-color: #fff;
	border-radius: 6px;
	margin-top: 20px;
	overflow: hidden;
}

.p-sidebar-right__tabs {
	display: flex;
}

.p-sidebar-right__tab {
	background-color: #eef6f6;
	color: #73c6c6;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 0;
	text-align: center;
	transition: all 0.4s ease;
}

.p-sidebar-right__tab.is-active {
	background-color: #73c6c6;
	color: #fff;
}

.p-sidebar-right__category-title {
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	padding: 16px 16px 12px;
}

.p-sidebar-right__list {
	list-style: none;
	padding: 4px 0 12px;
}

.p-sidebar-right__item + .p-sidebar-right__item {
	border-top: 1px solid #eee;
}

.p-sidebar-right__link {
	align-items: center;
	color: #555;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	padding: 12px 16px;
	transition: color 0.3s ease;
}

.p-sidebar-right__link:hover {
	color: #73c6c6;
}

.p-sidebar-right__link i {
	color: #73c6c6;
	font-size: 12px;
}

.p-sidebar-right__contact {
	background-color: #fff;
	border-radius: 6px;
	margin-top: 20px;
	padding: 24px 18px;
	text-align: center;
}

.p-sidebar-right__contact-lead {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 16px;
}

.p-sidebar-right__contact-tel {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 22px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
}

.p-sidebar-right__contact-tel i {
	color: #73c6c6;
	font-size: 18px;
}

.p-sidebar-right__contact-hours {
	color: #888;
	font-size: 12px;
	margin-bottom: 18px;
	margin-top: 8px;
}

.p-sidebar-right__contact-btn {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	padding: 12px 10px;
	transition: opacity 0.4s ease;
}

.p-sidebar-right__contact-btn:hover {
	opacity: 0.8;
}

.p-mv {
	height: 100vh;
	position: relative;
}

.slide-img {
	height: 100%;
}

.slide-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-mv__top-text {
	background-color: #fff;
	line-height: 2.5;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__middle-texts {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "MSPゴシック", "sans-serif";
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	position: absolute;
	right: 9.47368%;
	top: 50%;
	transform: translateY(-50%);
}



.p-mv__middle-text-first {
	background-color: #fff;
	line-height: 2.5;
	padding-left: 15px;
	padding-right: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__middle-text-second {
	background-color: #fff;
	line-height: 2.5;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__middle-text-sub {
	background-color: #fff;
	font-size: 14px;
	line-height: 2.5;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__middle-text-third {
	background-color: #fff;
	line-height: 2.5;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

/*========= スクロールダウンのためのCSS ===============*/

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/

.scrolldown1 {
	bottom: 20px; /*全体の高さ*/
	height: 50px;
	left: 50%; /*描画位置※位置は適宜調整してください*/
	position: absolute;
	transform: translateX(-50%);
	z-index: 200;
}

/*Scrollテキストの描写*/

.scrolldown1 span { /*テキストの形状*/
	color: #fff;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "MSPゴシック", "sans-serif";
	font-size: 16px;
	font-size: 12px;
	font-weight: 500;
	left: -15px;
	letter-spacing: 0.05em; /*描画位置*/
	position: absolute;
	top: -19px;
	white-space: nowrap;
}

/* 線の描写 */

.scrolldown1::after { /*線の動き1.4秒かけて動く。永遠にループ*/
	-webkit-animation: pathmove 1.4s ease-in-out infinite;
	animation: pathmove 1.4s ease-in-out infinite;
	background: #fff;
	content: "";
	height: 40px;
	opacity: 0; /*描画位置*/
	position: absolute;
	right: -8px;
	top: -50px; /*線の形状*/
	width: 1px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/

/* トップページファーストビュー用のswiper
 ----------------------------------------------*/

.swiper-slide {
	position: relative;
}

.swiper-wrap {
	height: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.swiper-container-4 {
	height: inherit;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	-webkit-animation: zoom-in 10s linear 0s 1 normal both;
	animation: zoom-in 10s linear 0s 1 normal both;
}

.slide-img img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
	width: 100%;
}

.p-second {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 91.5789%;
	padding: 0 20px;
	padding-top: 114px;
}

.p-second__flex {
	display: flex;
}

.p-second__news-box {
	flex: 1;
	margin-left: 6.7971%;
	margin-top: -10px;
}

.p-second__news {
	border-bottom: 1px solid #73c6c6;
	display: flex;
	padding-bottom: 19px;
	padding-top: 19px;
	transition: opacity 0.4s ease;
}

.p-second__news:hover {
	opacity: 0.6;
}

.p-second__news:first-of-type {
	margin-top: 15px;
}

.p-second__time {
	display: inline-block;
}

.p-second__title {
	margin-left: 29px;
}

.p-second__btn {
	margin-left: auto;
	margin-top: 30px;
}

.p-feature {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 906px;
	padding: 0 20px;
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-feature__flex {
	align-items: flex-end;
	display: flex;
	position: relative;
}

.p-feature__big {
	color: rgba(115, 198, 198, 0.2);
	font-size: 110px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	right: 80px;
	top: -7px;
}

.p-feature__image {
	max-width: 400px;
	width: 100%;
}

.p-feature__texts {
	margin-left: 6.4017%;
	padding-bottom: 35px;
}

.p-feature__h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}

.p-feature__p {
	line-height: 2.25;
	margin-top: 34px;
}

.p-service {
	background-color: #f4f9f9;
	padding-bottom: 60px;
	padding-top: 112px;
}

.p-service--short {
	padding-top: 60px;
}

.p-service:last-of-type {
	padding-bottom: 120px;
}

.p-service__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 84.2105%;
	padding: 0 20px;
	position: relative;
	width: auto;
}

.p-service__image {
	display: block;
	margin-top: 54px;
	position: relative;
	transition: all 0.4s ease;
}

.p-service__image--margin {
	margin-top: 0px;
}

.p-service__image:hover .p-service__image-text {
	opacity: 1;
}

.p-service__image::before {
	border: 2px solid #fff;
	content: "";
	inset: 20px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease;
	z-index: 10;
}

.p-service__image:hover::before {
	opacity: 1;
}

.p-service__image img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 800/263;
	object-fit: cover;
	object-position: center;
}

.p-service__image::after {
	background-color: rgb(115, 198, 198);
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
	width: 100%;
}

.p-service__image:hover::after {
	opacity: 0.5;
}

.p-service__image-text {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.4s ease;
	z-index: 10;
}

.p-service__box {
	background-color: #fff;
	box-shadow: -0.7px -0.7px 40px 0 rgba(124, 137, 146, 0.2);
	margin-left: 30px;
	margin-top: -50px;
	max-width: 50%;
	padding-bottom: 20px;
	padding-bottom: 19px;
	padding-left: 30px;
	padding-top: 18px;
	position: relative;
	z-index: 10;
}

.p-service__h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.p-service__h3::first-letter {
	color: #73c6c6;
}

.p-service__p {
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
}

.p-service2 {
	background-color: #fff;
	padding-bottom: 60px;
}

.p-service2__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 84.2105%;
	padding: 0 20px;
	position: relative;
	width: auto;
}

.p-service2__image {
	display: block;
	margin-top: 60px;
	position: relative;
	transition: all 0.4s ease;
}

.p-service2__image:hover .p-service2__image-text {
	opacity: 1;
}

.p-service2__image::before {
	border: 2px solid #fff;
	content: "";
	inset: 20px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease;
	z-index: 10;
}

.p-service2__image:hover::before {
	opacity: 1;
}

.p-service2__image img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 800/263;
	object-fit: cover;
	object-position: center;
}

.p-service2__image::after {
	background-color: rgb(115, 198, 198);
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
	width: 100%;
}

.p-service2__image:hover::after {
	opacity: 0.5;
}

.p-service2__image-text {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.4s ease;
	z-index: 10;
}

.p-service2__box {
	background-color: #fff;
	box-shadow: -0.7px -0.7px 40px 0 rgba(124, 137, 146, 0.2);
	margin-left: auto;
	margin-right: 30px;
	margin-top: -50px;
	max-width: 50%;
	padding-bottom: 20px;
	padding-bottom: 19px;
	padding-left: 30px;
	padding-top: 18px;
	position: relative;
	z-index: 10;
}

.p-service2__h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.p-service2__h3::first-letter {
	color: #73c6c6;
}

.p-service2__p {
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
}

.p-top-other {
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-top-other__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 95.263%;
	padding: 0 20px;
}

.p-top-other__flex {
	display: flex;
}

.p-top-other__left {
	max-width: 37.0165%;
	width: 100%;
}

.p-top-other__text {
	line-height: 2;
	margin-top: 46px;
}

.p-top-other__right {
	margin-left: 6.6298%;
}

.p-top-other__right-flex {
	display: flex;
	flex-wrap: wrap;
}

.p-top-other__block {
	display: block;
	transition: opacity 0.4s ease;
	width: calc(33.33333333% - 20px);
}

.p-top-other__block img {
	border-radius: 20px;
	display: block;
	width: 100%;
}

.p-top-other__block:nth-of-type(n + 2) {
	margin-left: 30px;
}

.p-top-other__block:nth-of-type(3n + 1) {
	margin-left: 0;
}

.p-top-other__block:nth-of-type(n + 4) {
	margin-top: 30px;
}

.p-top-other__group-label {
	align-items: center;
	color: #1c1c1c;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	width: 100%;
}

.p-top-other__group-label::before {
	background-color: #73c6c6;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	width: 6px;
}

.p-top-other__group-label--corporate {
	margin-top: 40px;
}

.p-top-blog {
	background-color: #f4f9f9;
	padding-bottom: 115px;
	padding-top: 115px;
}

.p-top-blog__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 87.3684%;
	padding: 0 20px;
	width: auto;
}

.p-top-blog__flex {
	display: flex;
	margin-top: 55px;
}

.p-top-blog__card {
	display: block;
	width: calc(33.33333333% - 26.6666666667px);
}

.p-top-blog__card + .p-top-blog__card {
	margin-left: 40px;
}

.p-top-blog__card:hover .p-top-blog__image-wrap:before {
	content: "";
	opacity: 1;
}

.p-top-blog__card:hover .p-top-blog__image-wrap::after {
	content: "";
	opacity: 0.5;
}

.p-top-blog__card:hover .p-top-blog__time {
	opacity: 0.6;
}

.p-top-blog__card:hover .p-top-blog__h2 {
	opacity: 0.6;
}

.p-top-blog__cat {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 10px;
	color: #fff;
	display: flex;
	height: 30px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 158px;
}

.p-top-blog__image {
	margin-top: 18px;
}

.p-top-blog__image-wrap {
	padding-top: 72%;
	position: relative;
}

.p-top-blog__image-wrap img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-top-blog__image-wrap::before {
	border: 2px solid #fff;
	content: "";
	inset: 10px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease;
	z-index: 10;
}

.p-top-blog__image-wrap::after {
	background-color: rgb(115, 198, 198);
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
	width: 100%;
}

.p-top-blog__body {
	padding-top: 18px;
}

.p-top-blog__time {
	font-size: 14px;
}

.p-top-blog__h2 {
	line-height: 1.5;
	margin-top: 14px;
}

.p-top-access {
	padding-bottom: 116px;
	padding-top: 115px;
}

.p-top-access__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 82.8421%;
	padding: 0 20px;
	width: auto;
}

.p-top-access__flex {
	display: flex;
}

.p-top-access__map {
	max-width: 55.2731%;
	width: 100%;
}

.p-top-access__map-wrap {
	padding-top: 68.9655%;
	position: relative;
}

.p-top-access__map-wrap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.p-top-access__texts {
	margin-left: 5.0825%;
}

.p-top-access__text-box {
	align-items: center;
	border: 2px solid #333;
	display: inline-flex;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
}

.p-top-access__desc {
	margin-top: 16px;
}

.p-top-access__text2 {
	margin-top: 26px;
}

.p-top-access__text3 {
	margin-top: 26px;
}

.p-footer__flex {
	display: flex;
}

.p-footer__left {
	background: url(img/footer-left.png) no-repeat center/cover;
	padding-top: 42.1052%;
	position: relative;
	width: 50%;
}

.p-footer__left::after {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -10;
}

.p-footer__left-title {
	left: 9.46%;
	position: absolute;
	top: 74px;
	z-index: 10;
}

.p-footer__left-btn {
	bottom: 60px;
	left: 9.46%;
	position: absolute;
	z-index: 10;
}

.p-footer__right {
	background: url(img/footer-right.png) no-repeat center/cover;
	padding-top: 42.1052%;
	position: relative;
	width: 50%;
}

.p-footer__right::after {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -10;
}

.p-footer__right-title {
	left: 9.46%;
	position: absolute;
	top: 74px;
	z-index: 10;
}

.p-footer__right-btn {
	bottom: 60px;
	left: 9.46%;
	position: absolute;
	z-index: 10;
}

.p-footer__bottom {
	background-color: #73c6c6;
	color: #fff;
	padding-bottom: 28px;
	padding-top: 60px;
}

.p-footer__bottom-inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 620px;
	padding: 0 20px;
	width: auto;
}

.p-footer__bottom-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-footer__bottom-link {
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	color: #73c6c6;
	display: flex;
	height: 60px;
	justify-content: center;
	line-height: 1.375;
	max-width: 200px;
	position: relative;
	text-align: center;
	transition: opacity 0.4s ease;
	width: 100%;
}

.p-footer__bottom-link:hover {
	opacity: 0.6;
}

.p-footer__bottom-link:nth-of-type(n + 2) {
	margin-left: 10px;
}

.p-footer__bottom-link:nth-of-type(3n + 1) {
	margin-left: 0;
}

.p-footer__bottom-link:nth-of-type(n + 4) {
	margin-top: 10px;
}

.p-footer__bottom-link::after {
	background: url(img/icon/arrows-green.png) no-repeat center/contain;
	content: "";
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.p-footer__logo {
	display: block;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 59px;
	transition: all 0.4s ease;
	width: 229px;
}

.p-footer__logo:hover {
	opacity: 0.6;
}

.p-footer__copyright {
	color: #fff;
	font-size: 12px;
	margin-top: 36px;
	text-align: center;
}

.p-merit {
	box-sizing: content-box;
	margin: 0 auto;
	margin-top: 154px;
	max-width: 763px;
	max-width: 80.3157%;
	padding: 0 20px;
	width: auto;
}

.p-merit.short {
	margin-top: 57px;
}

.p-merit--faq {
	margin-top: 0;
}

.p-merit--message {
	margin-left: auto;
	margin-top: 97px;
	max-width: 93.578%;
	padding: 0;
}

.p-merit__en {
	color: rgba(115, 198, 198, 0.2);
	font-size: 110px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.p-merit__flex {
	align-items: center;
	display: flex;
	margin-top: 28px;
}

.p-merit-ja {
	color: #73c6c6;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding-left: 10px;
}

.p-merit__line {
	background-color: #73c6c6;
	flex: 1;
	height: 1px;
	margin-left: 57px;
}

.p-merit__box {
	align-items: center;
	background-color: #73c6c6;
	box-shadow: -0.7px -0.7px 40px 0 rgba(124, 137, 146, 0.2);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 732px;
	max-width: 75.0526%;
	padding-bottom: 29px;
	padding-left: 30px;
	padding-right: 73px;
	padding-top: 26px;
}

.p-merit__box--three {
	padding-bottom: 24px;
	padding-top: 33px;
}

.p-merit__box--value {
	max-width: 95.725%;
}

.p-merit__number {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #73c6c6;
	display: flex;
	flex: 0 0 45px;
	font-size: 20px;
	height: 45px;
	justify-content: center;
}

.p-merit__title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3333333333;
	margin-left: 27px;
}

.p-merit__bottom {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 66px;
}

.p-demerit {
	box-sizing: content-box;
	margin: 0 auto;
	margin-top: 154px;
	max-width: 75.0526%;
	max-width: 80.3157%;
	padding: 0 20px;
	width: auto;
}

.p-demerit.short {
	margin-top: 97px;
}

.p-demerit__en {
	color: rgba(153, 153, 153, 0.2);
	font-size: 110px;
	font-weight: 600;
	line-height: 1;
	margin-top: 97px;
	white-space: nowrap;
}

.p-demerit__flex {
	align-items: center;
	display: flex;
	margin-top: 28px;
}

.p-demerit-ja {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding-left: 10px;
}

.p-merit__line {
	background-color: #73c6c6;
	flex: 1;
	height: 1px;
	margin-left: 57px;
}

.p-demerit__box {
	align-items: center;
	background-color: #fff;
	box-shadow: -0.7px -0.7px 40px 0 rgba(124, 137, 146, 0.2);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 75.0526%;
	padding-bottom: 29px;
	padding-left: 30px;
	padding-right: 72px;
	padding-top: 26px;
}

.p-demerit__box--theme {
	margin-left: 0;
	max-width: 95.937%;
}

.p-demerit__box--manda {
	background-color: #73c6c6;
	color: #fff;
	margin-left: 0;
	max-width: 95.937%;
}

.p-demerit__box--manda .p-demerit__number {
	background-color: #fff;
	color: #73c6c6;
}

.p-demerit__box.right-padding {
	padding-right: 35px;
}

.p-demerit__number {
	align-items: center;
	background-color: #bfbfbf;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 45px;
	font-size: 20px;
	height: 45px;
	justify-content: center;
}

.p-demerit__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3333333333;
	margin-left: 27px;
}

.p-strong {
	padding-top: 94px;
}

.p-strong__block {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 89.5789%;
	padding: 0 20px;
	position: relative;
	width: auto;
}

.p-strong__block + .p-strong__block {
	margin-top: 83px;
}

.p-strong__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 807px;
	max-width: 94.8296%;
}

.p-strong__image-wrap {
	padding-top: 52.0446%;
	position: relative;
}

.p-strong__image-wrap img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-strong__block-box {
	background-color: #fff;
	box-shadow: -0.7px -0.7px 40px 0 rgba(124, 137, 146, 0.2);
	margin-left: auto;
	margin-left: auto;
	margin-top: -75px;
	max-width: 748px;
	max-width: 87.8965%;
	padding-bottom: 45px;
	padding-left: 51px;
	padding-right: 53px;
	padding-top: 62px;
	position: relative;
	right: -20px;
	z-index: 10;
}

.p-strong__block-flex {
	align-items: center;
	display: flex;
}

.p-strong__block-number {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 24px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.p-strong__block-title {
	font-size: 24px;
	font-weight: 600;
	margin-left: 19px;
}

.p-strong__block-p {
	line-height: 2.25;
	margin-top: 24px;
}

.p-worries {
	background-color: #f4f9f9;
	margin: 0 auto;
	margin-top: 105px;
	max-width: 89.3684%;
	padding-bottom: 60px;
	padding-bottom: 10px;
	position: relative;
}

.p-worries.to-bottom {
	padding-bottom: 60px;
}

.p-worries.to-manda {
	padding-bottom: 75px;
}

.p-worries::after {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #f4f9f9;
	bottom: -7vw;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 7vw; /* Adjust as needed */
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%; /* Adjust as needed */
}

.p-worries--consultation {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	margin-top: 0;
}

.p-worries__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 765px;
	max-width: 90.106%;
	padding: 0 20px;
	width: auto;
}

.p-worries__title {
	font-size: 30px;
	font-weight: 600;
	padding-top: 57px;
	text-align: center;
}

.p-worries__box {
	background-color: #fff;
	margin-top: 48px;
	padding-bottom: 45px;
	padding-left: 36px;
	padding-top: 56px;
	position: relative;
}

.p-worries__box--2p {
	padding-bottom: 0;
}

.p-worries__box--manda {
	padding-bottom: 37px;
	padding-left: 36px;
}

.p-worries__box--inheritance {
	padding-left: 41px;
}

.p-worries__box--consultation {
	padding-bottom: 0;
	padding-left: 41px;
}

.p-worries__box--consultation2 {
	padding-bottom: 18px;
	padding-left: 41px;
}

.p-worries__box--consultation3 {
	padding-bottom: 0;
	padding-left: 41px;
}

.p-worries__box--consultation4 {
	padding-bottom: 0;
	padding-left: 41px;
	padding-right: 19px;
}

.p-worries__box--consultation5 {
	padding-bottom: 0;
	padding-top: 38px;
}

.p-worries__box--consultation6 {
	padding-bottom: 37px;
}

.p-worries__box-flex {
	display: flex;
}

.p-worries__box-texts.subsidy {
	width: 62%;
}

.p-worries__text {
	font-weight: 600;
	padding-left: 21px;
	position: relative;
}

.p-worries__text.nowrap {
	white-space: nowrap;
}

.p-worries__text:before {
	background-color: #73c6c6;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 10px;
}

.p-worries__text + .p-worries__text {
	margin-top: 16px;
}

.p-worries__image {
	margin-top: 16px;
	max-width: 260px;
}

.p-worries__image img {
	-o-object-fit: cover;
	-o-object-position: right;
	aspect-ratio: 260/268;
	object-fit: cover;
	object-position: right;
}

.p-worries__image--2p {
	margin-left: auto;
	margin-right: auto;
}

.p-worries__image--manda {
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 173px;
	position: absolute;
	right: 36px;
}

.p-worries__image--manda img {
	aspect-ratio: 173/264;
}

.p-worries__image--inheritance {
	margin-left: auto;
	margin-right: auto;
	max-width: 171px;
}

.p-worries__image--inheritance img {
	aspect-ratio: 171/267;
}

.p-worries__image--subsidy {
	bottom: 0;
	max-width: 35.1633%;
	position: absolute;
	right: 0;
}

.p-worries__image--subsidy img {
	-o-object-fit: contain;
	-o-object-position: bottom;
	aspect-ratio: 269/180;
	object-fit: contain;
	object-position: bottom;
}

.p-worries__image--consultation img {
	aspect-ratio: 171/237;
}

.p-worries__image--consultation2 img {
	-o-object-fit: contain;
	aspect-ratio: 171/237;
	object-fit: contain;
}

.p-worries__image--consultation3 {
	margin-top: 0;
}

.p-worries__image--consultation3 img {
	-o-object-fit: contain;
	aspect-ratio: 171/237;
	object-fit: contain;
}

.p-worries__image--consultation4 {
	margin-top: 0;
}

.p-worries__image--consultation4 img {
	-o-object-fit: contain;
	aspect-ratio: 171/237;
	object-fit: contain;
}

.p-worries__image--consultation5 {
	margin-top: 0;
}

.p-worries__image--consultation5 img {
	-o-object-fit: contain;
	aspect-ratio: 171/237;
	object-fit: contain;
}

.p-worries__image--consultation6 {
	margin-top: 0;
	max-width: 260px;
}

.p-worries__image--consultation6 img {
	-o-object-fit: contain;
	aspect-ratio: 320/268;
	object-fit: contain;
}

.p-worries__bottom-texts {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 90.106%;
	padding: 0 20px;
	width: auto;
}

.p-worries__bottom-h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 47px;
}

.p-worries__bottom-p {
	line-height: 2.25;
	margin-top: 17px;
}

.p-question__box-wrap + .p-question__box-wrap {
	margin-top: 53px;
}

.p-question__box {
	background-color: #73c6c6;
	margin: 0 auto;
	max-width: 767px;
	max-width: 80.7368%;
	overflow: auto;
	padding-bottom: 32px;
	padding-left: 30px;
	padding-right: 32px;
	padding-top: 26px;
	position: relative;
}

.p-question__box.top {
	margin-top: 57px;
}

.p-question__box + .p-question__box {
	margin-top: 53px;
}

.p-question__q {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.p-question__q::before {
	background-color: #fff;
	content: "";
	height: 3px;
	position: absolute;
	right: 15px;
	top: 48%;
	transform: rotate(0deg);
	transition: all 0.3s ease 0s;
	width: 16px;
}

.p-question__q::after {
	background-color: #fff;
	content: "";
	height: 3px;
	position: absolute;
	right: 15px;
	top: 48%;
	transform: rotate(-90deg);
	transition: all 0.3s ease 0s;
	width: 16px;
}

.p-question__box.open .p-question__q {
	transition: all 0.3s ease 0s;
}

.p-question__box.open .p-question__q::after {
	transform: rotate(0deg);
}

.p-question__q.open::after {
	transform: rotate(0deg);
}

.p-question__a {
	background-color: #fff;
	display: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	line-height: 1.5;
	margin-top: 30px;
	padding-bottom: 22px;
	padding-left: 68px;
	padding-right: 26px;
	padding-top: 22px;
	position: relative;
}

.p-question__a.open {
	display: block;
}

.is_q {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
	color: #73c6c6;
	display: inline-flex;
	font-size: 20px;
	font-weight: 600;
	height: 45px;
	justify-content: center;
	margin-right: 27px;
	width: 45px;
}

.is_a {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	height: 45px;
	justify-content: center;
	left: 10px;
	position: absolute;
	top: 9px;
	width: 45px;
}

.p-use {
	padding-top: 86px;
}

.p-use--established {
	margin-top: 101px;
}

.p-use__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 766px;
	max-width: 80.6315%;
	padding: 0 20px;
	width: auto;
}

.p-use__flex {
	display: flex;
}

.p-use__texts {
	max-width: 454px;
	max-width: 59.2689%;
	width: 100%;
}

.p-use__title {
	font-size: 30px;
	font-weight: 600;
}

.p-use__text {
	line-height: 2.25;
	margin-top: 21px;
}

.p-use__image {
	margin-left: 41px;
	max-width: 271px;
	max-width: 35.3785%;
	width: 100%;
}

.p-price {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	width: 89.3684%;
}

.p-price__title {
	font-size: 28px;
	font-weight: 600;
}

.p-price__h3 {
	margin-top: 20px;
}

.p-price__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 760px;
	max-width: 80%;
	padding: 0 20px;
	width: auto;
}

.p-price__flex {
	display: flex;
	margin-top: 47px;
}

.p-price__card {
	max-width: 247px;
	max-width: 32.4999999967%;
	width: 100%;
}

.p-price__card:nth-of-type(n + 2) {
	margin-left: 9.5px;
	margin-left: 1.25%;
}

.p-price__top {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-weight: 600;
	height: 75px;
	justify-content: center;
	position: relative;
	text-align: center;
}

.p-price__top:after {
	border-color: #73c6c6 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	bottom: -6px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.p-price__body {
	border: 1px solid #eeeeee;
	padding-bottom: 34px;
	padding-left: 14px;
	padding-right: 14px;
}

.p-price__h4 {
	margin-top: 38px;
}

.p-price__h4--special {
	position: relative;
}

.p-price__h4--special::before {
	content: "[全3~5回]";
	font-size: 12px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -16px;
}

.p-price__h4 span {
	font-size: 12px;
}

.p-price__yen {
	text-align: right;
}

.p-price__yen--special {
	align-items: flex-end;
	display: flex;
}

.p-price__yen--short {
	line-height: 1;
	margin-top: -13px;
}

.p-price__yen .p-price__hosoku {
	color: #999;
	font-size: 10px;
}

.p-price__yen .is-number {
	color: #73c6c6;
	font-size: 36px;
	font-weight: 600;
	margin-right: 3px;
}

.p-price__yen .is-number--padding {
	padding-left: 2px;
}

.p-price__yen-flex {
	display: flex;
}

.p-price__yen-right {
	align-items: flex-end;
	display: flex;
}

.last-yen {
	padding-bottom: 10px;
	white-space: nowrap;
}

.p-price__middle2--height {
	height: 78px;
}

.p-price__hosoku {
	text-align: left;
}

.p-seven {
	padding-bottom: 106px;
	padding-top: calc(7vw + 80px);
}

.p-seven__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 81.5789%;
	padding: 0 20px;
	width: auto;
}

.p-seven__h3 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.p-seven__green {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 30px;
	font-weight: 600;
	height: 56px;
	justify-content: center;
	margin-top: 88px;
	width: 235px;
}

.p-seven__texts-flex {
	align-items: center;
	display: flex;
}

.p-seven__texts-flex--one {
	margin-top: 43px;
}

.p-seven__texts-flex--two {
	margin-top: 52px;
}

.p-seven__texts-flex--three {
	margin-top: 62px;
}

.p-seven__texts-flex--four {
	margin-top: 75px;
}

.p-seven__texts-flex--five {
	margin-top: 62px;
}

.p-seven__texts-flex--six {
	margin-top: 83px;
}

.p-seven__texts-flex--seven {
	margin-top: 71px;
}

.p-seven__flex {
	display: flex;
	margin-top: 34px;
}

.p-seven__texts {
	max-width: 57.8064%;
	width: 100%;
}

.p-seven__number {
	border-right: 1px solid #73c6c6;
	color: #73c6c6;
	font-size: 24px;
	font-weight: 600;
	line-height: 45px;
	padding-right: 18px;
	position: relative;
}

.p-seven__h2 {
	font-size: 24px;
	font-weight: 600;
	margin-left: 19px;
	white-space: nowrap;
}

.p-seven__p {
	font-size: 16px;
	line-height: 2.25;
}

.p-seven__image {
	margin-left: 6.8387%;
	max-width: 35.3548%;
	width: 100%;
}

.p-seven__image img {
	aspect-ratio: 274/185;
}

.p-application {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	width: 89.3684%;
}

.p-application__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 80.421%;
	padding: 0 20px;
	width: auto;
}

.p-application__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.p-application__h3 {
	margin-top: 11px;
}

.p-application__heading {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	margin-top: 49px;
}

.p-application__heading--second {
	margin-bottom: 20px;
	margin-top: 99px;
}

.p-application__box {
	align-items: center;
	border: 1px solid #eeeeee;
	display: flex;
	height: 75px;
}

.p-application__box.top {
	margin-top: 20px;
}

.p-application__number {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 75px;
	justify-content: center;
	width: 75px;
}

.p-application__texts {
	padding-left: 49px;
}

.p-application__bold {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.p-application__light {
	font-size: 14px;
}

.p-application__arrow {
	border-color: #73c6c6 transparent transparent transparent;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	height: 0;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	width: 0;
}

.p-application__right {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 75px;
	justify-content: center;
	margin-left: auto;
	text-align: center;
	width: 170px;
}

.p-reason {
	background-color: #f4f9f9;
	margin: 0 auto;
	margin-top: 82px;
	max-width: 93.578%;
	padding-bottom: 88px;
	padding-top: 70px;
}

.p-reason__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 765px;
	padding: 0 20px;
	width: auto;
}

.p-reason__title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.p-reason__flex {
	display: flex;
}

.p-reason__flex--one {
	margin-top: 68px;
}

.p-reason__flex--two {
	margin-top: 65px;
}

.p-reason__flex--three {
	margin-top: 90px;
}

.p-reason__flex--three .p-reason__p {
	margin-top: 45px;
}

.p-reason__texts {
	margin-top: 28px;
	max-width: 454px;
	max-width: 58.562%;
	width: 100%;
}

.p-reason__h3 {
	align-items: center;
	color: #73c6c6;
	display: flex;
	font-weight: 600;
}

.p-reason__h3 span {
	display: inline-block;
	font-size: 30px;
	padding-right: 18px;
}

.p-reason__h3 .small {
	font-size: 22px;
	padding-right: 0;
}

.p-reason__p {
	line-height: 2.25;
	margin-top: 15px;
}

.p-reason__image {
	margin-left: 40px;
	margin-left: 5.7516%;
	max-width: 271px;
	max-width: 35.4248%;
	width: 100%;
}

.p-lower-mv {
	background: url(img/mv/succession_mv.jpg) no-repeat center/cover;
	height: 28.4043vw;
	position: relative;
}

.p-lower-mv--medical {
	background: url(img/mv/medical_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--medical .p-lower-mv__en {
	width: 243px;
}

.p-lower-mv--medical .p-lower-mv__ja {
	width: 434px;
}

.p-lower-mv--manda {
	background: url(img/mv/manda_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--manda .p-lower-mv__en {
	width: 243px;
}

.p-lower-mv--manda .p-lower-mv__ja {
	width: 492px;
}

.p-lower-mv--established {
	background: url(img/mv/established_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--established .p-lower-mv__en {
	width: 243px;
}

.p-lower-mv--established .p-lower-mv__ja {
	width: 434px;
}

.p-lower-mv--inheritance {
	background: url(img/mv/inheritance_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--inheritance .p-lower-mv__en {
	width: 128px;
}

.p-lower-mv--inheritance .p-lower-mv__ja {
	width: 155px;
}

.p-lower-mv--subsidy {
	background: url(img/mv/subsidy_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--subsidy .p-lower-mv__en {
	width: 102px;
}

.p-lower-mv--subsidy .p-lower-mv__ja {
	width: 248px;
}

.p-lower-mv--company {
	background: url(img/mv/company_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--company .p-lower-mv__en {
	width: 116px;
}

.p-lower-mv--company .p-lower-mv__ja {
	width: 304px;
}

.p-lower-mv--contact {
	background: url(img/mv/contact_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--contact .p-lower-mv__en {
	width: 116px;
}

.p-lower-mv--contact .p-lower-mv__ja {
	width: 304px;
}

.p-lower-mv--other {
	background: url(img/mv/other_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--other .p-lower-mv__en {
	width: 85px;
}

.p-lower-mv--other .p-lower-mv__ja {
	width: 278px;
}

.p-lower-mv--blog {
	background: url(img/mv/bloh_mv.jpg) no-repeat center/cover;
}

.p-lower-mv--blog .p-lower-mv__en {
	width: 116px;
}

.p-lower-mv--blog .p-lower-mv__ja {
	width: 304px;
}

.p-lower-mv__text {
	font-feature-settings: "palt";
	color: #555555;
	font-size: 12px;
	left: 15%;
	position: absolute;
	top: 18px;
}

.p-lower-mv__box {
	bottom: 33px;
	left: 33px;
	position: absolute;
}

.p-lower-mv__en {
	align-items: center;
	background-color: #fff;
	color: #999;
	display: flex;
	font-size: 16px;
	height: 20px;
	justify-content: center;
	width: 210px;
}

.p-lower-mv__ja {
	align-items: center;
	background-color: #fff;
	display: flex;
	font-size: 30px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	margin-top: 5px;
	width: 253px;
}

.p-business {
	padding-top: 93px;
}

.p-business__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 81.2631%;
	padding: 0 20px;
	width: auto;
}

.p-business__inner--medical {
	max-width: 80.7368%;
}

.p-business__inner--medical .p-business__title {
	font-weight: 600;
	line-height: 1.2;
}

.p-business__inner--medical .p-business__p {
	margin-top: 18px;
}

.p-business__inner--established {
	max-width: 71.1578%;
}

.p-business__inner--inheritance {
	max-width: 80.7368%;
}

.p-business__title {
	font-size: 30px;
	font-weight: 600;
}

.p-business__p {
	font-size: 16px;
	line-height: 2.25;
	margin-top: 26px;
}

.p-theme {
	background-color: #fff;
}

.p-theme .p-demerit__number {
	background-color: #73c6c6;
	color: #fff;
}

.p-theme .p-demerit__box {
	margin-top: 45px;
}

.p-theme .p-demerit__box + .p-demerit__box {
	margin-top: 30px;
}

.p-theme__inner {
	background-color: #f4f9f9;
	box-sizing: border-box;
	margin: 87px auto 0;
	max-width: 89.3684%;
	padding-bottom: 135px;
	padding-left: 41px;
	padding-right: 41px;
	padding-top: 65px;
	width: auto;
}

.p-theme__title {
	font-size: 30px;
	font-weight: 600;
}

.p-theme__p {
	font-size: 16px;
	line-height: 2.25;
	margin-top: 25px;
}

.p-industry {
	padding-bottom: 106px;
	padding-top: 93px;
}

.p-industry__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 80.1052%;
	padding: 0 20px;
	width: auto;
}

.p-industry__title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.p-industry__flex {
	display: flex;
	margin-top: 65px;
}

.p-industry__card {
	max-width: 44.1524%;
	width: 100%;
}

.p-industry__card + .p-industry__card {
	margin-left: 11.6951%;
}

.p-industry__circle {
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}

.p-industry__body {
	height: 374px;
	padding-top: 23px;
	position: relative;
}

.p-industry__h3 {
	font-size: 24px;
	text-align: center;
}

.p-industry__h3::first-letter {
	color: #73c6c6;
}

.p-industry__p {
	line-height: 2.25;
	margin-top: 28px;
}

.p-industry__btn1 {
	bottom: 0;
	left: 50%;
	position: absolute;
	position: absolute;
	transform: translateX(-50%);
}

.p-industry__btn2 {
	bottom: 0;
	left: 50%;
	position: absolute;
	position: absolute;
	transform: translateX(-50%);
}

.p-family {
	margin-top: 94px;
	padding-top: 93px;
}

.p-family.to-succession {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 121px;
	width: 89.3684%;
}

.p-family.last {
	margin-top: 0;
	padding-top: 104px;
}

.p-family__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 80.5263%;
	padding: 0 20px;
	width: auto;
}

.p-family__flex {
	display: flex;
}

.p-family__texts {
	max-width: 58.4313%;
}

.p-family__title {
	font-size: 24px;
	font-weight: 600;
}

.p-family__desc {
	line-height: 2.25;
	margin-top: 21px;
}

.p-family__image {
	margin-left: 8.013%;
	max-width: 35.4248%;
}

.p-data.to-succession {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 121px;
	width: 89.3684%;
}

.p-data.to-succession .p-merit {
	margin-top: 0;
}

.p-data.to-succession--last {
	border-bottom: 1px solid #333;
	padding-bottom: 125px;
}

.p-data.l-green {
	padding-bottom: 100px;
}

.p-data.l-green .p-merit {
	margin-top: 0;
	padding-top: 156px;
}

.p-data.l-green .p-demerit {
	margin-top: 0;
}

.p-data__inner {
	padding-bottom: 94px;
}

.p-data.last {
	margin-bottom: 130px;
	padding-bottom: 65px;
}

.p-data.to-succession .p-merit {
	padding-top: 0;
}

.p-table {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 79px;
	padding-top: 96px;
	width: 89.3684%;
}

.p-table__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 83.1578%;
	padding: 0 20px;
}

.p-table__title {
	font-size: 28px;
	font-weight: 600;
}

.p-table__p {
	line-height: 2.25;
	margin-top: 24px;
}

.p-table__p--second {
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.p-table__wrap {
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
}

.p-table__content {
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
	min-width: 762px;
	width: 100%;
}

.p-table__topLine {
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	height: 75px;
}

.p-table__head {
	align-items: center;
	display: flex;
	font-size: 14px;
	justify-content: center;
	min-width: 141px;
	width: 18.5039%;
}

.p-table__head:not(:first-of-type) {
	border-left: 1px solid #fff;
}

.p-table__head--none {
	background-color: #fff;
	min-width: 197px;
	width: 25.9844%;
}

.p-table__body-line {
	border-bottom: 1px solid #eee;
	display: flex;
	height: 45px;
}

.p-table__body-line:nth-of-type(n+3):nth-of-type(-n+6) .p-table__bodyHead {
	background-color: #eee;
	color: #333;
}

.p-table__bodyHead {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 14px;
	min-width: 197px;
	padding-left: 14px;
	text-align: left;
	width: 25.9844%;
}

.p-table__bodyMiddle {
	background-color: #fff;
	min-width: 141px;
	position: relative;
	width: 18.5039%;
}

.check-icons {
	height: 19px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
}

.check-icons img {
	vertical-align: top;
}

.p-table__download {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-weight: 600;
	justify-content: center;
	margin-top: 35px;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
}

.p-table__download:hover {
	opacity: 0.6;
}

.p-table__download::after {
	color: #fff;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	right: 13%;
	top: 50%;
	transform: translateY(-50%);
}

.p-faq {
	margin-bottom: 167px;
	margin-top: 100px;
}

.p-faq__inner {
	background-color: #f4f9f9;
	margin: 0 auto;
	padding-bottom: 116px;
	padding-top: 101px;
}

.p-support__box {
	background: url(img/corporation-reason.png) no-repeat center/cover;
	margin-left: auto;
	margin-right: auto;
	margin-top: 77px;
	max-width: 85.0526%;
	padding-bottom: 182px;
	position: relative;
}

.p-support__box::before {
	border: 2px solid #fff;
	content: "";
	inset: 35px 24px 25px 24px;
	position: absolute;
	z-index: 10;
}

.p-support__h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	padding-top: 65px;
	text-align: center;
}

.p-support__p {
	color: #fff;
	line-height: 2.25;
	margin: 0 auto;
	margin-top: 18px;
	max-width: 688px;
}

.p-confusing {
	border: 1px solid #000;
	border-top: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 109px;
	padding-left: 27px;
	padding-right: 44px;
	padding-top: calc(7vw + 80px);
	width: 89.3684%;
}

.p-confusing.to-manda {
	border-bottom: none;
}

.p-confusing.to-inheritance {
	border-bottom: none;
}

.p-confusing__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 775px;
	max-width: 91.2838%;
	padding: 0 20px;
}

.p-confusing__title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.p-confusing__service {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 30px;
	font-weight: 600;
	height: 56px;
	justify-content: center;
	margin-top: 140px;
	width: 235px;
}

.p-confusing__flex {
	display: flex;
	margin: 0 auto;
}

.p-confusing__flex:nth-of-type(2) {
	margin-top: 59px;
}

.p-confusing__flex:nth-of-type(3) {
	margin-top: 76px;
}

.p-confusing__flex:nth-of-type(4) {
	margin-top: 137px;
}

.p-confusing__texts {
	max-width: 448px;
	max-width: 52.7679%;
	width: 100%;
}

.p-confusing__h3 {
	font-size: 24px;
	font-weight: 600;
}

.p-confusing__text {
	line-height: 2.25;
	margin-top: 22px;
}

.p-confusing__image {
	margin-left: 6.8387%;
	max-width: 274px;
	max-width: 32.273%;
	min-width: 274px;
	width: 100%;
}

.p-circles {
	margin-bottom: 85px;
	padding-top: 96px;
}

.p-circles__inner {
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 20px;
	width: 80.1052%;
}

.p-circles__title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.p-circles__flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
}

.p-circles__card {
	position: relative;
	width: 42.2033333333%;
}

.p-circles__card:nth-of-type(even) {
	margin-left: 11.6951%;
}

.p-circles__card:nth-of-type(n + 3) {
	margin-top: 147px;
}

.p-circles__number {
	bottom: -80px;
	color: rgba(115, 198, 198, 0.2);
	font-size: 300px;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	right: -20px;
}

.p-circles__image {
	margin: 0 auto;
	max-width: 250px;
}

.p-circles__h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 23px;
	text-align: center;
}

.p-circles__h3::first-letter {
	color: #73c6c6;
}

.p-circles__p {
	line-height: 2.25;
	margin-top: 30px;
}

.p-business__inner2 {
	max-width: 772px;
}

.p-theme__inner2 {
	max-width: 849px;
}

.p-demerit__box2 {
	max-width: 763px;
}

.p-industry__inner2 {
	max-width: 761px;
}

.p-industry__card2 {
	max-width: 336px;
}

.p-industry__card2 + .p-industry__card2 {
	margin-left: 89px;
}

.p-family__inner2 {
	max-width: 765px;
}

.p-family__texts2 {
	max-width: 447px;
	width: 100%;
}

.p-family__image2 {
	margin-left: 46px;
	max-width: 272px;
	width: 100%;
}

.p-merit2 {
	max-width: 763px;
}

.p-merit__box2 {
	max-width: 732px;
}

.p-demerit2 {
	max-width: 763px;
}

.p-demerit__box2 {
	max-width: 732px;
}

.p-message {
	margin-top: 32px;
}

.p-message__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 93.6842%;
}

.p-message__image {
	margin-right: auto;
	width: 90.5617%;
}

.p-message__h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 43px;
}

.p-message__p {
	line-height: 2.25;
	margin-top: 18px;
	max-width: 86.2921%;
}

.p-mission .p-merit {
	margin-left: auto;
	max-width: 93.578%;
	padding: 0;
}

.p-overview {
	padding-bottom: 132px;
	padding-top: 166px;
}

.p-overview__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 93.578%;
	padding: 0 20px;
}

.p-overview__box {
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 259px;
	padding-top: 55px;
}

.p-overview__title {
	font-size: 30px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	max-width: 89.0588%;
	padding-bottom: 33px;
	position: relative;
}

.p-overview__title:after {
	bottom: 0;
	content: attr(data-title);
	font-size: 16px;
	font-weight: 600;
	left: 0;
	line-height: 1;
	position: absolute;
}

.p-overview__title--second {
	margin-top: 91px;
}

.p-overview__flex {
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 89.0588%;
}

.p-overview__flex:first-of-type {
	margin-top: 57px;
	padding-bottom: 32px;
}

.p-overview__flex:nth-of-type(2) {
	padding-bottom: 35px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(3) {
	padding-bottom: 29px;
	padding-top: 32px;
}

.p-overview__flex:nth-of-type(4) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(5) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(6) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(7) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(8) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(9) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(10) {
	padding-bottom: 38px;
	padding-top: 42px;
}

.p-overview__flex:nth-of-type(11) {
	padding-bottom: 38px;
	padding-top: 42px;
}
.p-overview__flex:nth-of-type(12) {
	padding-bottom: 38px;
	padding-top: 42px;
}
.p-overview__flex:nth-of-type(13) {
	padding-bottom: 38px;
	padding-top: 42px;
}
.p-overview__flex:nth-of-type(14) {
	line-height: 2.25;
	padding-bottom: 52px;
	padding-top: 41px;
}

.p-overview__left {
	font-weight: 600;
	width: 22.2352%;
}

.p-overview__right {
	width: 77.7648%;
}

.p-overview__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	max-width: 80.9009%;
	max-width: 89.0588%;
}

.p-overview__map + .p-overview__map {
	margin-top: 174px;
}

.p-overview__map-wrap {
	padding-top: 53.8%;
	position: relative;
	width: 90.65%;
}

.p-overview__map-wrap iframe {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-overview__block {
	background-color: #fff;
	bottom: -140px;
	box-shadow: -0.7px -0.7px 40px 0 rgba(124, 137, 146, 0.2);
	padding-bottom: 23px;
	padding-left: 31px;
	padding-top: 21px;
	position: absolute;
	right: -81px;
	width: 60.2339%;
	z-index: 10;
}

.p-overview__office {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	width: 196px;
}

.p-overview__data {
	line-height: 1.5;
	margin-top: 17px;
}

.p-contact-head {
	padding-top: 92px;
}

.p-contact-head__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 805px;
}

.p-contact-head__p {
	line-height: 2.25;
}

.p-contact {
	padding-bottom: 250px;
}

.p-contact__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 805px;
	padding: 0 20px;
}

.p-contact__flex {
	align-items: center;
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	margin-top: 87px;
	padding-bottom: 28px;
}

.p-contact__flex--start {
	align-items: flex-start;
}

.p-contact__flex + .p-contact__flex {
	margin-top: 46px;
}

.p-contact__left {
	font-weight: 600;
	position: relative;
	width: 207px;
}

.p-contact__left::before {
	color: #73c6c6;
	content: "必須";
	font-size: 14px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -28px;
}

.p-contact__left.nothing::before {
	display: none;
}

.p-contact__right {
	flex: 1;
	height: 65px;
	margin-left: auto;
}

.p-contact__right.to-arrow {
	position: relative;
}

.p-contact__right.to-arrow::after {
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-contact__right--textarea {
	height: auto;
}

.p-contact__right.confirm {
	align-items: center;
	display: flex;
}

.p-contact__privacy {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 46px;
}

.p-contact__privacy-top {
	font-weight: 600;
	margin-top: 70px;
	position: relative;
	white-space: nowrap;
	width: 207px;
}

.p-contact__privacy-top::before {
	color: #73c6c6;
	content: "必須";
	font-size: 14px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -28px;
}

.p-contact__privacybox {
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-weight: normal;
	height: 225px;
	line-height: 1.7142857143;
	margin-top: 14px;
	overflow-y: scroll;
	padding-bottom: 25px;
	padding-left: 32px;
	padding-right: 52px;
	padding-top: 30px;
}

.p-contact__privacybox h4 {
	font-weight: bold;
	margin-top: 25px;
}

.p-contact__privacybox::-webkit-scrollbar {
	width: 28px;
}

.p-contact__privacybox::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 13px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.p-contact__privacybox::-webkit-scrollbar-thumb {
	background-clip: padding-box; /* 背景を切り取る */
	background-color: #73c6c6;
	border-bottom: 3px solid transparent; /* 透明なボーダーをつける */
	border-bottom: 3px solid transparent; /* 透明なボーダーをつける */
	border-left: 8px solid transparent; /* 透明なボーダーをつける */
	border-radius: 13px;
	border-right: 8px solid transparent; /* 透明なボーダーをつける */
	height: 39px;
	width: 6px;
}

/* チェックボックス(個人情報同意のチェックボックス)
----------------------------------------------*/

.p-contact__wrap.checkbox {
	margin-top: 47px;
	text-align: center;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.2em;
	padding-left: 2.5em;
	position: relative;
}

input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

input[type=checkbox] + span::after {
	border-bottom: 3px solid #1a1a1a;
	border-left: 3px solid #1a1a1a;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	margin-top: -0.1em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 25px;
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact__submit {
	margin-top: 59px;
}

/*===================================================
# フォーム周り初期化
=================================================== */

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: inherit;
	height: 65px;
	outline: none;
	padding: 12px 16px;
	width: 100%;
}

.wpcf7-select {
	-webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: inherit;
	height: 65px;
	outline: none;
	padding: 12px 16px;
	width: 100%;
}

.wpcf7-textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	height: 200px !important;
	min-height: 200px;
	padding: 0.4em 0.8em;
	resize: vertical;
	width: 100%;
}

.wpcf7-text,
.wpcf7-tel,
.wpcf7-email:focus {
	box-shadow: none;
	outline: none;
}

.wpcf7-textarea:focus {
	box-shadow: none;
	outline: none;
}

::-moz-placeholder {
	color: #aeaeae;
}

::placeholder {
	color: #aeaeae;
}

input[type=submit] {
	align-items: center;
	background-color: #73c6c6;
	border: none;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 75px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 247px;
	outline: none;
	width: 100%;
}

.wpcf7-form-control.wpcf7-previous {
	align-items: center;
	background-color: #303030;
	border: none;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	font-weight: 600;
	height: 75px;
	justify-content: center;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 59px;
	max-width: 247px;
	position: relative;
	position: relative;
	width: 100%;
}

.is-thanks {
	height: 100vh;
	position: relative;
}

.p-reserve__description {
	font-size: 18px;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-opening {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
	padding-top: 95px;
	width: 89.3684%;
}

.p-opening__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 80.421%;
	padding: 0 20px;
	width: auto;
}

.p-opening__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.p-opening__h3 {
	line-height: 2.25;
	margin-top: 22px;
}

.p-opening__heading {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	margin-top: 49px;
}

.p-opening__flow {
	margin-top: 42px;
}

.p-opening__flex {
	align-items: center;
	display: flex;
}

.p-opening__flex:nth-of-type(n + 2) {
	margin-top: 50px;
}

.p-opening__flex:nth-of-type(2) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(4) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(5) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(10) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(15) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(16) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(17) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(18) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(19) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__flex:nth-of-type(20) .p-opening__right {
	font-size: 18px;
	font-weight: 600;
}

.p-opening__left {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	position: relative;
	width: 150px;
}

.p-opening__left:before {
	border-color: transparent transparent transparent #73c6cf;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	content: "";
	height: 0;
	position: absolute;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-opening__left::after {
	background-color: #eee;
	content: "";
	height: 250%;
	position: absolute;
	right: -42px;
	top: 0;
	width: 20px;
}

.p-opening__center {
	background-color: #333;
	height: 1px;
	margin-left: 28px;
	position: relative;
	width: 144px;
}

.p-opening__center:before {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-opening__right {
	margin-left: 19px;
}

.p-greens__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 775px;
	padding: 0 20px;
	width: auto;
}

.p-greens__flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.p-greens__block {
	align-items: center;
	background-color: #f4f9f9;
	color: #333;
	display: flex;
	height: 75px;
	position: relative;
	transition: all 0.4s ease;
	width: calc(33.33333333% - 8.3333333333px);
}

.p-greens__block:hover {
	background-color: #73c6c6;
	color: #fff;
}

.p-greens__block:hover::before {
	content: "";
	transition: all 0.4s ease;
}

.p-greens__block + .p-greens__block {
	margin-left: 12.5px;
}

.p-greens__block:nth-of-type(3n + 1) {
	margin-left: 0;
}

.p-greens__block:nth-of-type(n + 4) {
	margin-top: 15px;
}

.p-greens__block:first-of-type {
	padding-left: 96.8px;
}

.p-greens__block:first-of-type::before {
	background: url(img/icon/top-other1_black.png) no-repeat center/contain;
	content: "";
	height: 65px;
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 57px;
}

.p-greens__block:first-of-type:hover::before {
	background: url(img/icon/top-other1.png) no-repeat center/contain;
}

.p-greens__block:nth-of-type(2) {
	padding-left: 96.8px;
	transition: all 0.4s ease;
}

.p-greens__block:nth-of-type(2):hover {
	background-color: #73c6c6;
	color: #fff;
}

.p-greens__block:nth-of-type(2)::before {
	background: url(img/icon/top-other2_black.png) no-repeat center/contain;
	content: "";
	height: 56px;
	left: 9px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 77px;
}

.p-greens__block:nth-of-type(2):hover::before {
	background: url(img/icon/top-other2.png) no-repeat center/contain;
}

.p-greens__block:nth-of-type(3) {
	padding-left: 105.8px;
}

.p-greens__block:nth-of-type(3)::before {
	background: url(img/icon/top-other3_black.png) no-repeat center/contain;
	content: "";
	height: 65px;
	left: 31px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.p-greens__block:nth-of-type(3):hover::before {
	background: url(img/icon/top-other3.png) no-repeat center/contain;
}

.p-greens__block:nth-of-type(4) {
	padding-left: 85.8px;
}

.p-greens__block:nth-of-type(4)::before {
	background: url(img/icon/top-other4_black.png) no-repeat center/contain;
	content: "";
	height: 63px;
	left: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 53px;
}

.p-greens__block:nth-of-type(4):hover::before {
	background: url(img/icon/top-other4.png) no-repeat center/contain;
}

.p-greens__block:nth-of-type(5) {
	padding-left: 105.8px;
}

.p-greens__block:nth-of-type(5)::before {
	background: url(img/icon/top-other5_black.png) no-repeat center/contain;
	content: "";
	height: 60px;
	left: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 47px;
}

.p-greens__block:nth-of-type(5):hover::before {
	background: url(img/icon/top-other5.png) no-repeat center/contain;
}

.p-greens__block:nth-of-type(6) {
	padding-left: 105.8px;
}

.p-greens__block:nth-of-type(6)::before {
	background: url(img/icon/top-other6_black.png) no-repeat center/contain;
	content: "";
	height: 64px;
	left: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
}

.p-greens__block:nth-of-type(6):hover::before {
	background: url(img/icon/top-other6.png) no-repeat center/contain;
}

.p-greens__svg {
	stroke: #fff;
	fill: #fff;
}

.p-greens-img__inner {
	margin: 0 auto;
	max-width: 900px;
	padding: 0 20px;
}

.p-greens-img__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 60px;
}

.p-greens-img__block {
	display: block;
	width: calc(33.33333333% - 10px);
}

.p-greens-img__block img {
	display: block;
	transition: opacity 0.4s ease;
	width: 100%;
}

.p-greens-img__block:hover img {
	opacity: 0.7;
}

.p-circle-flow {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin: 0 auto;
	max-width: 89.3684%;
	padding-bottom: 97px;
	padding-top: calc(7vw + 80px);
}

.p-circle-flow__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 770px;
	padding: 0 20px;
	width: auto;
}

.p-circle-flow__title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.p-circle-flow__title--second {
	font-size: 24px;
	margin-top: 50px;
}

.p-circle-flow__flex {
	display: flex;
	margin-top: 60px;
}

.p-circle-flow__card {
	width: calc(20% - 24px);
}

.p-circle-flow__card:nth-child(n+2) {
	margin-left: 30px;
}

.p-circle-flow__card:not(:last-of-type) {
	position: relative;
}

.p-circle-flow__card:not(:last-of-type):after {
	border-color: transparent transparent transparent #73c6c6;
	border-style: solid;
	border-width: 13.5px 0 13.5px 11px;
	content: "";
	height: 0;
	position: absolute;
	right: -21px;
	top: 102px;
	width: 0;
}

.p-circle-flow__step {
	color: #73c6c6;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "MSPゴシック", "sans-serif";
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.p-circle-flow__circle {
	border: 1px solid #73c6c6;
	border-radius: 50%;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14.5px;
	position: relative;
	width: 130px;
}

.p-circle-flow__icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-circle-flow__icon--first {
	width: 47px;
}

.p-circle-flow__icon--second {
	width: 48px;
}

.p-circle-flow__icon--three {
	width: 48px;
}

.p-circle-flow__icon--four {
	width: 46px;
}

.p-circle-flow__icon--five {
	width: 48px;
}

.p-circle-flow__h3 {
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	margin-top: 34px;
	text-align: center;
}

.p-circle-flow__text {
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 43px;
}

.p-circle-flow__square {
	align-items: center;
	background-color: #73c6c6;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	justify-content: center;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	max-width: 762px;
	min-height: 60px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
	width: 100%;
}

.p-circle-flow__square:hover {
	opacity: 0.6;
}

.p-circle-flow__square:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	right: 116px;
	top: 50%;
	transform: translateY(-50%);
}

.p-circle-flow__square--five {
	font-size: 14px;
}

.p-circle-flow__square--five:after {
	right: 60px;
}

.p-circle-flow__square--six {
	font-size: 16px;
}

.p-circle-flow__square--six:after {
	right: 60px;
}

.p-circle-flow__picture {
	background: url(img/other-bottom.jpg) no-repeat center/cover;
	height: 263px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	max-width: 774px;
	position: relative;
	width: 100%;
}

.p-circle-flow__picture-texts {
	color: #fff;
	max-width: 359px;
	position: absolute;
	right: 21.6px;
	top: 51.5px;
	width: 100%;
}

.p-circle-flow__picture-h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 17px;
	position: relative;
}

.p-circle-flow__picture-h3::after {
	bottom: 0;
	content: "（※専門サイトは制作中）";
	font-size: 12px;
	left: 0;
	line-height: 1;
	position: absolute;
}

.p-circle-flow__picture-p {
	line-height: 1.5;
	margin-top: 26px;
}

.p-consultation__head {
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 96px;
	/*max-width: 90.106%;*/
	max-width: 89.5%;
}

.p-consultation__head--second {
	margin-top: 50px;
}

.p-consultation__head--three {
	margin-top: 99px;
}

.p-consultation__head-inner {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 20px 20px 0 0;
	color: #fff;
	color: #fff;
	display: flex;
	font-weight: 600;
	height: inherit;
	height: inherit;
	margin-right: auto;
	min-height: inherit;
	width: 94.5818%;
}

.p-consultation__txt {
	align-items: center;
	display: flex;
	font-size: 24px;
	height: inherit;
	padding-left: 93px;
	padding-right: 20px;
	position: relative;
}

.p-consultation__txt::before {
	background: url(img/icon/top-other1.png) no-repeat center/contain;
	content: "";
	height: 65px;
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 57px;
}

.p-consultation__txt--second {
	padding-left: 128.7px;
}

.p-consultation__txt--second:before {
	background: url(img/icon/top-other2.png) no-repeat center/contain;
	content: "";
	height: 56px;
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 77px;
}

.p-consultation__txt--three {
	padding-left: 122px;
}

.p-consultation__txt--three:before {
	background: url(img/icon/top-other3.png) no-repeat center/contain;
	content: "";
	height: 65px;
	left: 31px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.p-consultation__txt--four {
	padding-left: 98px;
}

.p-consultation__txt--four:before {
	background: url(img/icon/top-other4.png) no-repeat center/contain;
	content: "";
	height: 63px;
	left: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 51px;
}

.p-consultation__txt--five {
	padding-left: 96px;
}

.p-consultation__txt--five:before {
	background: url(img/icon/top-other5.png) no-repeat center/contain;
	content: "";
	height: 60px;
	left: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 47px;
}

.p-consultation__txt--six {
	padding-left: 106px;
}

.p-consultation__txt--six:before {
	background: url(img/icon/top-other6.png) no-repeat center/contain;
	content: "";
	height: 64px;
	left: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
}

.p-consultation__h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
}

.p-consultation__p {
	line-height: 2.25;
	margin-top: 18px;
}

.wrap {
	overflow-x: hidden;
}

.wrap.is-table {
	overflow-x: scroll;
}

.p-header {
	background-color: #fff;
	height: 60px;
	left: 0;
	padding-left: 18px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	position: relative;
}

.p-header__logo {
	width: 179px;
}

.p-header__logo a {
	display: block;
	height: inherit;
}

.p-header__logo a img {
	height: 100%;
}

/*===================================================
# ドロワー
=================================================== */

.drawer-icon {
	background-color: #73c6c6;
	border-radius: 50%;
	height: 45px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	z-index: 1000;
}

.drawer-icon.is-active .drawer-icon__bar1 {
	top: 50%;
	transform: translate(-50%, 0) rotate(45deg);
}

.drawer-icon.is-active .drawer-icon__bar2 {
	opacity: 0;
}

.drawer-icon.is-active .drawer-icon__bar3 {
	top: 50%;
	transform: translate(-50%, 0) rotate(-45deg);
}

.drawer-icon__bars {
	height: inherit;
	position: relative;
	z-index: 1000;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
	background-color: #fff;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40%;
}

.drawer-icon__bar1 {
	top: 37.5%;
	transition: top 0.2s 0.2s, transform 0.2s;
	z-index: 1000;
}

.drawer-icon__bar2 {
	top: 50%;
	transition: opacity 0s 0.2s;
}

.drawer-icon__bar3 {
	top: 62.5%;
	transition: top 0.2s 0.2s, transform 0.2s;
	z-index: 1000;
}

.drawer-content {
	background-color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-120%);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 299;
}

.drawer-content.is-active {
	opacity: 1;
	transform: translateY(0);
}

.drawer__container {
	height: 100%;
	position: relative;
}

.drawer__inner {
	height: inherit;
	overflow-y: auto;
	width: 100%;
}

.p-method {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	width: 89.3684%;
}

.p-method.to-succession {
	border-top: 1px solid #333;
	padding-top: 50px;
}

.p-method__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 90.106%;
	padding: 0 20px;
	width: auto;
}

.p-method__title {
	font-size: 30px;
	font-weight: 600;
	padding-left: 20px;
}

.p-method__h3 {
	line-height: 2.25;
	margin-top: 24px;
	padding-left: 20px;
}

.p-method__image {
	margin-top: 42px;
}

.p-method2 {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	padding-top: 98px;
	width: 89.3684%;
}

.p-method2__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 90.106%;
	padding: 0 20px;
	width: auto;
}

.p-method2__title {
	font-size: 30px;
	font-weight: 600;
	padding-left: 20px;
}

.p-method2__h3 {
	line-height: 2.25;
	margin-top: 24px;
	padding-left: 20px;
}

.p-method2__image {
	margin-top: 42px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

@media screen and (min-width: 415px) {

.is-sp2 {
	display: none;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	pointer-events: none;
}

}

@media screen and (min-width: 768px) {

.is-sp {
	display: none;
}

}

@media screen and (min-width: 769px) {

.c-breadcrumb a:hover {
	opacity: 0.6;
}

.p-top-other__block:hover {
	opacity: 0.6;
}

}

@media (min-width: 769px) {

.is-tab_sp {
	display: none;
}

}

@media (min-width: 1024px) {

.is-tab_sp2 {
	display: none;
}

}

@media screen and (min-width: 1025px) {

.p-header {
	display: none;
}

}

@media screen and (min-width: 1600px) {

.p-worries__image--subsidy {
	right: 8%;
}

.p-worries__image--consultation6 {
	margin-right: 120px;
}

}

@media screen and (max-width: 1480px) {

.slide-img img {
	-o-object-position: left;
	object-position: left;
}

}

@media screen and (max-width: 1360px) {

.p-worries__box--consultation6 {
	padding-right: 20px;
}

}

@media screen and (max-width: 1314px) {

.p-worries__box--consultation6 {
	padding-bottom: 25px;
}

}

@media screen and (max-width: 1300px) {

.p-service__image-text {
	font-size: 20px;
}

.p-service2__image-text {
	font-size: 20px;
}

}

@media screen and (max-width: 1280px) {

.p-worries__box--consultation5 {
	padding-bottom: 37px;
}

.p-worries__image--consultation2 {
	padding-right: 19px;
}

.p-worries__image--consultation3 {
	padding-right: 19px;
}

.p-worries__image--consultation4 {
	padding-right: 19px;
}

.p-worries__image--consultation4 img {
	aspect-ratio: 171/277;
}

.p-worries__image--consultation5 {
	padding-right: 19px;
}

}

@media screen and (max-width: 1230px) {

.p-worries__image--consultation6 {
	margin-top: 40px;
	max-width: 210px;
}

}

@media screen and (max-width: 1200px) {

.p-worries--consultation {
	border: none;
}

.p-lower-mv__text {
	left: 2%;
}

.p-circle-flow {
	border: none;
	max-width: none;
}

}

@media screen and (max-width: 1178px) {

.p-worries__image--consultation6 {
	margin-top: 63px;
	max-width: 172px;
}

}

@media screen and (max-width: 1100px) {

.p-industry__body {
	height: 414px;
}

}

@media screen and (max-width: 1085px) {

.is-pc4 {
	display: none;
}

}

@media screen and (max-width: 1024px) {

main {
	margin-left: 0;
	padding-top: 60px;
	width: auto;
}

.c-breadcrumb {
	padding-left: 20px;
}

.p-sidebar {
	display: none;
}

.drawer-content .p-sidebar__nav {
	font-weight: 600;
}

.p-mv {
	height: auto;
}

.slide-img {
	height: inherit;
}

.slide-img img {
	-o-object-position: left;
	object-position: left;
}

.p-mv__top-text {
	bottom: 20px;
	left: 20px;
	top: auto;
}

.p-mv__middle-texts {
	font-size: 18px;
}

.p-mv__middle-text-first {
	line-height: 2;
}

.p-mv__middle-text-second {
	line-height: 2;
	margin-top: 7px;
}

.p-mv__middle-text-third {
	line-height: 2;
}

.scrolldown1 {
	height: 50px;
	left: 58px;
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	z-index: 200;
}

.scrolldown1 span {
	font-size: 10px;
	left: -46px;
	top: -54px;
	writing-mode: vertical-rl;
}

.scrolldown1::after {
	height: 30px;
	left: -40px;
	opacity: 0;
	position: absolute;
	top: -44px;
	width: 1px;
}

.swiper-wrap {
	height: 43vw;
}

.p-feature__big {
	right: 0;
}

.p-service__box {
	max-width: 62%;
	padding-right: 30px;
}

.p-service2__box {
	max-width: 62%;
	padding-right: 30px;
}

.p-top-other__right-flex {
	margin: 0 auto;
	max-width: 80%;
}

.p-top-other__block {
	width: calc(50% - 12.5px);
}

.p-top-other__block:nth-of-type(n + 2) {
	margin-left: 25px;
}

.p-top-other__block:nth-of-type(2n + 1) {
	margin-left: 0;
}

.p-top-other__block:nth-of-type(n + 3) {
	margin-top: 25px;
}

.p-merit {
	margin-top: 75px;
	max-width: none;
}

.p-merit.short {
	margin-top: 75px;
}

.p-merit--message {
	margin-top: 75px;
}

.p-merit__title {
	line-height: 1.8;
}

.p-demerit {
	margin-top: 97px;
	max-width: none;
}

.p-demerit__title {
	line-height: 1.8;
}

.p-strong__block {
	max-width: none;
}

.p-strong__block-box {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-top: 43px;
	right: auto;
}

.p-strong__block-number {
	font-size: 20px;
	height: 40px;
	width: 40px;
}

.p-strong__block-title {
	font-size: 20px;
}

.p-worries {
	max-width: none;
}

.p-worries--consultation {
	max-width: 89.3684%;
}

.p-worries__inner {
	max-width: none;
}

.p-worries__title {
	font-size: 24px;
}

.p-worries__image--consultation6 {
	margin-top: 0;
	max-width: 260px;
}

.p-worries__bottom-texts {
	max-width: none;
}

.p-worries__bottom-h3 {
	font-size: 22px;
}

.p-question__box {
	max-width: none;
	padding-left: 21px;
	padding-right: 21px;
}

.p-question__q {
	font-size: 18px;
}

.is_q {
	margin-right: 10px;
}

.p-use__inner {
	max-width: none;
}

.p-use__title {
	font-size: 24px;
}

.p-use__text {
	line-height: 1.8;
}

.p-price {
	border-left: none;
	border-right: none;
}

.p-price__title {
	font-size: 24px;
}

.p-price__inner {
	max-width: none;
}

.p-seven__h3 {
	font-size: 24px;
}

.p-seven__green {
	font-size: 24px;
	margin-top: 65px;
}

.p-application {
	border-left: none;
	border-right: none;
	width: auto;
}

.p-application__inner {
	max-width: none;
}

.p-application__title {
	font-size: 24px;
	line-height: 1.6;
}

.p-application__heading {
	margin-top: 45px;
}

.p-application__heading--second {
	margin-bottom: 35px;
}

.p-application__box.top {
	margin-top: 35px;
}

.p-application__texts {
	padding-left: 25px;
	padding-right: 24px;
}

.p-reason__title {
	font-size: 24px;
}

.p-reason__flex--three .p-reason__p {
	margin-top: 15px;
}

.p-reason__texts {
	margin-top: 0;
}

.p-reason__h3 span {
	font-size: 26px;
}

.p-reason__h3 .small {
	font-size: 18px;
}

.p-reason__p {
	line-height: 2;
	margin-top: 12px;
}

.p-lower-mv {
	height: 41vw;
}

.p-lower-mv--medical .p-lower-mv__ja {
	font-size: 24px;
	width: auto;
}

.p-lower-mv--manda .p-lower-mv__en {
	width: 166px;
}

.p-lower-mv--manda .p-lower-mv__ja {
	font-size: 24px;
	width: 373px;
}

.p-lower-mv--contact .p-lower-mv__ja {
	width: 224px;
}

.p-lower-mv__text {
	bottom: 10px;
	left: 25px;
	top: auto;
}

.p-lower-mv__box {
	bottom: 72px;
}

.p-business {
	padding-top: 60px;
}

.p-business__inner {
	max-width: none;
}

.p-business__inner--medical {
	max-width: none;
}

.p-business__title {
	font-size: 24px;
}

.p-family.to-succession {
	border-left: none;
	border-right: none;
}

.p-family {
	margin-top: 40px;
	padding-top: 40px;
}

.p-family.l-green {
	padding-top: 60px;
}

.p-family__texts {
	max-width: 50.4313%;
}

.p-family__image {
	max-width: 43.4148%;
}

.p-data.to-succession {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.p-data.to-succession .p-merit {
	padding-top: 0;
}

.p-data.to-succession--last {
	border-bottom: none;
	padding-bottom: 63px;
}

.p-data.last {
	margin-bottom: 65px;
}

.p-data.to-succession {
	padding-top: 60px;
}

.p-table {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.p-table__inner {
	max-width: none;
}

.p-faq__inner {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
}

.p-support {
	padding-left: 20px;
	padding-right: 20px;
}

.p-support__box {
	max-width: none;
}

.p-support__box::before {
	inset: 20px;
}

.p-support__h2 {
	font-size: 24px;
	line-height: 1.8;
}

.p-support__p {
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}

.p-confusing {
	padding-bottom: 50px;
}

.p-confusing.to-manda {
	border-left: none;
	border-right: none;
}

.p-confusing.to-inheritance {
	border-left: none;
	border-right: none;
}

.p-confusing__title {
	font-size: 24px;
}

.p-confusing__service {
	font-size: 24px;
	margin-top: 65px;
}

.p-circles__title {
	font-size: 24px;
}

.p-message__image {
	margin-left: auto;
	margin-right: auto;
}

.p-message__h2 {
	font-size: 24px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 86.2921%;
}

.p-message__p {
	margin-left: auto;
	margin-right: auto;
}

.p-contact-head {
	padding-top: 65px;
}

.p-contact-head__p {
	text-align: center;
}

.p-contact {
	padding-bottom: 125px;
}

.p-contact__privacybox {
	padding-left: 25px;
	padding-right: 0;
	padding-top: 20px;
}

.p-opening {
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-bottom: 0;
	width: auto;
}

.p-opening__title {
	font-size: 24px;
	line-height: 1.6;
}

.p-circle-flow__inner {
	padding: 0 16px;
}

.p-circle-flow__title {
	font-size: 24px;
}

.p-circle-flow__card:not(:last-of-type):after {
	border-width: 13.5px 0 13.5px 8px;
	right: -19px;
}

.p-circle-flow__picture-h3 {
	font-size: 22px;
}

.p-consultation__txt {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p-company-second__inner {
	padding-left: 20px;
	padding-right: 20px;
}

.drawer-icon {
	display: block;
}

.drawer-content .p-sidebar__nav {
	margin-top: 87px;
}

.p-method.to-succession {
	border-top: none;
}

.p-method {
	border-left: none;
	border-right: none;
}

.p-method__title {
	font-size: 24px;
}

.p-method2 {
	border-left: none;
	border-right: none;
}

.p-method2__title {
	font-size: 24px;
}

.is-pc3 {
	display: none;
}

}

@media screen and (max-width: 810px) {

.p-circle-flow__card:not(:last-of-type):after {
	right: -23px;
}

}

@media screen and (max-width: 768px) {

.is-pc2 {
	display: none;
}

}

@media screen and (max-width: 767px) {

.c-top-title {
	font-size: 26px;
	padding-bottom: 21px;
}

.c-top-title:after {
	font-size: 16px;
}

.c-square-btn--top {
	height: 52px;
}

.c-breadcrumb {
	font-size: 16px;
}

.p-mv {
	height: 509px;
}

.slide-img {
	height: inherit;
}

.p-mv__top-text {
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.p-mv__middle-texts {
	left: 20px;
	top: 63%;
	transform: translateY(-50%);
}

.p-mv__middle-text-first {
	margin-left: auto;
}

.p-mv__middle-text-second {
	margin-left: auto;
}

.p-mv__middle-text-third {
	margin-left: auto;
}

.scrolldown1 {
	bottom: 27vh;
	height: 50px;
	left: 58px;
	position: absolute;
	top: auto;
	transform: none;
	z-index: 200;
}

.scrolldown1 span {
	font-size: 10px;
	left: -46px;
	top: -54px;
	writing-mode: vertical-rl;
}

.scrolldown1::after {
	height: 30px;
	left: -40px;
	opacity: 0;
	position: absolute;
	top: -44px;
	width: 1px;
}

.swiper-wrap {
	height: inherit;
}

.p-second {
	max-width: none;
	padding-top: 41px;
}

.p-second__flex {
	display: block;
}

.p-second__news-box {
	margin-left: 0;
}

.p-second__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.p-feature {
	padding-bottom: 60px;
}

.p-feature__flex {
	display: block;
}

.p-feature__big {
	font-size: 67px;
	left: 50%;
	position: absolute;
	right: auto;
	top: -40px;
	transform: translateX(-50%);
}

.p-feature__image {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.p-feature__texts {
	margin-left: 0;
	padding-bottom: 0;
}

.p-feature__h3 {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service {
	padding-top: 40px;
}

.p-service__image {
	margin-top: 30px;
}

.p-service__image img {
	aspect-ratio: 10/7;
}

.p-service__box {
	left: -30px;
	margin-left: 0;
	max-width: none;
	padding-right: 30px;
	width: 100%;
}

.p-service2__image img {
	aspect-ratio: 10/7;
}

.p-service2__box {
	margin-right: 0;
	max-width: none;
	padding-left: 20px;
	padding-right: 30px;
	right: -30px;
	width: 100%;
}

.p-top-other {
	padding-bottom: 60px;
	padding-top: 45px;
}

.p-top-other__flex {
	display: block;
}

.p-top-other__left {
	max-width: none;
}

.p-top-other__text {
	margin-top: 23px;
}

.p-top-other__right {
	margin-left: 0;
	margin-top: 50px;
}

.p-top-other__block {
	width: calc(50% - 12.5px);
}

.p-top-other__block:nth-of-type(n + 2) {
	margin-left: 25px;
}

.p-top-other__block:nth-of-type(2n + 1) {
	margin-left: 0;
}

.p-top-other__block:nth-of-type(n + 3) {
	margin-top: 25px;
}

.p-top-blog {
	padding-bottom: 65px;
	padding-top: 60px;
}

.p-top-blog__flex {
	display: block;
}

.p-top-blog__card {
	width: 100%;
}

.p-top-blog__card + .p-top-blog__card {
	margin-left: 0;
	margin-top: 50px;
}

.p-top-access {
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-top-access__flex {
	display: block;
}

.p-top-access__map {
	max-width: none;
}

.p-top-access__texts {
	margin-left: 0;
	margin-top: 30px;
}

.p-footer__flex {
	display: block;
}

.p-footer__left {
	padding-top: 73%;
	width: 100%;
}

.p-footer__left-title {
	top: 35px;
}

.p-footer__left-btn {
	bottom: 30px;
}

.p-footer__right {
	padding-top: 73%;
	width: 100%;
}

.p-footer__right-title {
	top: 35px;
}

.p-footer__right-btn {
	bottom: 30px;
}

.p-footer__bottom-link {
	max-width: none;
	width: calc(50% - 6.25px);
}

.p-footer__bottom-link:nth-of-type(n + 3) {
	margin-top: 12.5px;
}

.p-footer__bottom-link:nth-of-type(n + 2) {
	margin-left: 12.5px;
}

.p-footer__bottom-link:nth-of-type(3n + 1) {
	margin-left: 12.5px;
}

.p-footer__bottom-link:nth-of-type(2n + 1) {
	margin-left: 0;
}

.p-merit {
	margin-top: 45px;
	max-width: none;
	padding: 0;
}

.p-merit.short {
	margin-top: 45px;
}

.p-merit--message {
	margin-top: 45px;
	max-width: none;
	padding: 0;
}

.p-merit__en {
	font-size: 65px;
}

.p-merit__flex {
	margin-top: 8px;
}

.p-merit-ja {
	font-size: 18px;
}

.p-merit__line {
	margin-left: 23px;
}

.p-merit__box {
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-merit__box--three {
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-merit__box--value {
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-merit__number {
	flex: 0 0 38px;
	font-size: 18px;
	height: 38px;
}

.p-merit__title {
	font-size: 16px;
	line-height: 1.8;
	margin-left: 20px;
}

.p-demerit {
	margin-top: 30px;
	max-width: none;
	padding: 0;
}

.p-demerit.short {
	margin-top: 60px;
}

.p-demerit__en {
	font-size: 65px;
	margin-top: 60px;
}

.p-demerit__flex {
	margin-top: 8px;
}

.p-demerit-ja {
	font-size: 18px;
}

.p-demerit__box {
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-demerit__box--theme {
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-demerit__box--manda {
	background-color: #73c6c6;
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-demerit__box.right-padding {
	max-width: none;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 17px;
}

.p-demerit__number {
	flex: 0 0 38px;
	font-size: 18px;
	height: 38px;
}

.p-demerit__title {
	font-size: 16px;
	line-height: 1.8;
	margin-left: 20px;
}

.p-strong {
	padding-top: 45px;
}

.p-strong__block + .p-strong__block {
	margin-top: 55px;
}

.p-strong__image {
	max-width: none;
}

.p-strong__image-wrap {
	padding-top: 66.6%;
}

.p-strong__block-box {
	margin-top: 0;
	max-width: none;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.p-strong__block-flex {
	display: block;
}

.p-strong__block-number {
	height: 35px;
	width: 35px;
}

.p-strong__block-title {
	font-size: 18px;
	margin-left: 0;
	margin-top: 20px;
}

.p-strong__block-p {
	line-height: 2;
	margin-top: 18px;
}

.p-worries.to-bottom {
	padding-bottom: 35px;
}

.p-worries {
	margin-top: 60px;
	padding-bottom: 35px;
}

.p-worries.to-manda {
	padding-bottom: 35px;
}

.p-worries--consultation {
	border: none;
	margin-top: 0;
	max-width: none;
}

.p-worries--consultation .p-worries__title {
	padding-top: 34px;
}

.p-worries--consultation .p-worries__box {
	margin-top: 32px;
}

.p-worries__title {
	font-size: 22px;
}

.p-worries__box {
	padding-bottom: 0;
	padding-left: 16px;
	padding-right: 18px;
	padding-top: 31px;
}

.p-worries__box--subsidy {
	padding-bottom: 0;
}

.p-worries__box-flex {
	display: block;
}

.p-worries__box-texts.subsidy {
	width: 100%;
}

.p-worries__text {
	line-height: 1.8;
	padding-left: 16px;
}

.p-worries__text.nowrap {
	white-space: normal;
}

.p-worries__text:before {
	height: 7px;
	top: 10px;
	width: 7px;
}

.p-worries__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 33%;
	min-width: 120px;
}

.p-worries__image--manda {
	position: static;
}

.p-worries__image--subsidy {
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	position: static;
}

.p-worries__image--consultation {
	margin-top: 35px;
}

.p-worries__image--consultation2 {
	margin-top: 35px;
}

.p-worries__image--consultation3 {
	margin-top: 35px;
}

.p-worries__image--consultation4 {
	margin-top: 35px;
}

.p-worries__image--consultation5 {
	margin-top: 35px;
}

.p-worries__image--consultation6 {
	margin-top: 35px;
}

.p-worries__bottom-h3 {
	font-size: 20px;
}

.p-question__box:first-of-type {
	margin-top: 40px;
}

.p-question__box {
	max-width: none;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 56px;
}

.p-question__q::before {
	right: -3px;
}

.p-question__q::after {
	right: -3px;
}

.p-question__q {
	font-size: 16px;
	line-height: 2;
	padding-right: 24px;
}

.p-question__a {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 18px;
	padding-bottom: 20px;
	padding-left: 48px;
	padding-right: 22px;
	padding-top: 17px;
}

.is_q {
	font-size: 18px;
	height: 30px;
	left: 6px;
	left: -4px;
	margin-right: 5px;
	padding-bottom: 0;
	padding-right: 2px;
	position: absolute;
	text-indent: 0;
	top: 0;
	top: -38px;
	width: 30px;
}

.is_a {
	font-size: 18px;
	height: 30px;
	left: 8px;
	padding-bottom: 0;
	top: 17px;
	width: 30px;
}

.p-use {
	padding-top: 65px;
}

.p-use__inner {
	max-width: none;
}

.p-use__flex {
	display: block;
}

.p-use__texts {
	max-width: none;
}

.p-use__title {
	font-size: 22px;
}

.p-use__text {
	line-height: 1.8;
}

.p-use__image {
	margin-left: 0;
	margin-top: 45px;
	max-width: none;
}

.p-price {
	padding-top: 45px;
}

.p-price {
	border-left: none;
	border-right: none;
	max-width: none;
	width: auto;
}

.p-price__title {
	font-size: 20px;
	text-align: center;
}

.p-price__h3 {
	text-align: center;
}

.p-price__inner {
	max-width: none;
}

.p-price__flex {
	display: block;
	margin-top: 35px;
}

.p-price__card {
	max-width: none;
}

.p-price__top {
	font-size: 18px;
}

.p-price__yen .is-number {
	margin-right: 2px;
}

.p-seven {
	padding-bottom: 0;
	padding-top: 80px;
}

.p-seven__inner {
	max-width: none;
}

.p-seven__h3 {
	font-size: 22px;
}

.p-seven__green {
	font-size: 20px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 200px;
}

.p-seven__texts-flex--one {
	margin-top: 50px;
}

.p-seven__texts-flex--two {
	margin-top: 50px;
}

.p-seven__texts-flex--three {
	margin-top: 50px;
}

.p-seven__texts-flex--four {
	margin-top: 50px;
}

.p-seven__texts-flex--five {
	margin-top: 50px;
}

.p-seven__texts-flex--six {
	margin-top: 50px;
}

.p-seven__texts-flex--seven {
	margin-top: 50px;
}

.p-seven__flex {
	flex-direction: column-reverse;
	margin-top: 27px;
}

.p-seven__texts {
	margin-top: 20px;
	max-width: none;
}

.p-seven__number {
	font-size: 22px;
	line-height: 35px;
	padding-right: 14px;
}

.p-seven__h2 {
	font-size: 20px;
	margin-left: 15px;
	white-space: normal;
}

.p-seven__image {
	margin-left: 0;
	max-width: none;
}

.p-application {
	padding-top: 40px;
}

.p-application__inner {
	max-width: none;
	padding-left: 16px;
	padding-right: 16px;
}

.p-application__title {
	font-size: 20px;
	line-height: 1.6;
}

.p-application__heading {
	margin-top: 45px;
}

.p-application__heading--second {
	margin-bottom: 35px;
	margin-top: 80px;
}

.p-application__box.top {
	margin-top: 35px;
}

.p-application__box {
	height: 98px;
}

.p-application__number {
	flex: 0 0 46.5px;
	font-size: 16px;
	height: inherit;
}

.p-application__texts {
	padding-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
}

.p-application__bold {
	font-size: 16px;
}

.p-application__light {
	margin-top: 5px;
}

.p-application__right {
	flex: 0 0 82px;
	height: inherit;
}

.p-application__right--twelve {
	flex: 0 0 90px;
}

.p-application__right--thirteen {
	flex: 0 0 100px;
	font-size: 14px;
}

.p-reason {
	margin-top: 50px;
	max-width: none;
	padding-top: 40px;
}

.p-reason__title {
	font-size: 22px;
}

.p-reason__flex {
	flex-direction: column;
}

.p-reason__flex--one {
	margin-top: 33px;
}

.p-reason__flex--two {
	margin-top: 33px;
}

.p-reason__flex--three {
	margin-top: 33px;
}

.p-reason__texts {
	display: contents;
}

.p-reason__h3 {
	order: -1;
}

.p-reason__p {
	order: 1;
}

.p-reason__image {
	margin-left: 0;
	margin-top: 15px;
	max-width: none;
	order: 0;
}

.p-lower-mv {
	height: 250px;
}

.p-lower-mv--medical .p-lower-mv__en {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--medical .p-lower-mv__ja {
	font-size: 22px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
}

.p-lower-mv--manda .p-lower-mv__en {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--manda .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--established .p-lower-mv__en {
	font-size: 14px;
	width: 184px;
}

.p-lower-mv--established .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--inheritance .p-lower-mv__en {
	font-size: 14px;
	width: 99px;
}

.p-lower-mv--inheritance .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--subsidy .p-lower-mv__en {
	font-size: 14px;
	width: 72px;
}

.p-lower-mv--subsidy .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--company .p-lower-mv__en {
	font-size: 14px;
	width: 95px;
}

.p-lower-mv--company .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--contact .p-lower-mv__en {
	font-size: 14px;
	width: 88px;
}

.p-lower-mv--contact .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv--other .p-lower-mv__en {
	font-size: 14px;
}

.p-lower-mv--other .p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv__text {
	left: 8px;
	line-height: 1.6;
	margin-top: 10px;
	padding-right: 10px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.p-lower-mv__box {
	bottom: 76px;
	left: 15px;
}

.p-lower-mv__ja {
	font-size: 20px;
	height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-mv__text {
	left: 8px;
	line-height: 1.6;
	margin-top: 10px;
	padding-right: 10px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.p-business {
	padding-top: 45px;
}

.p-business__inner--medical .p-business__title {
	font-feature-settings: "palt";
	line-height: 1.8;
}

.p-business__title {
	font-size: 22px;
	line-height: 1.8;
}

.p-business__p {
	line-height: 2;
	margin-top: 15px;
}

.p-theme__inner {
	max-width: none;
	padding-bottom: 65px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
}

.p-theme__title {
	font-size: 22px;
}

.p-theme__p {
	margin-top: 20px;
}

.p-demerit__box + .p-theme__p {
	margin-top: 35px;
}

.p-industry {
	padding-bottom: 45px;
	padding-top: 45px;
}

.p-industry__inner {
	max-width: none;
}

.p-industry__title {
	font-size: 22px;
}

.p-industry__flex {
	display: block;
	margin-top: 35px;
}

.p-industry__card {
	max-width: none;
}

.p-industry__card + .p-industry__card {
	margin-left: 0;
	margin-top: 60px;
}

.p-industry__body {
	height: auto;
}

.p-industry__h3 {
	font-size: 20px;
}

.p-industry__btn1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	position: static;
	transform: none;
}

.p-industry__btn2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	position: static;
	transform: none;
}

.p-family.to-succession {
	padding-top: 60px;
	width: auto;
}

.p-family {
	margin-top: 30px;
	padding-top: 30px;
}

.p-family.last {
	padding-top: 52px;
}

.p-family.l-green {
	padding-top: 60px;
}

.p-family__inner {
	max-width: none;
}

.p-family__flex {
	display: block;
}

.p-family__texts {
	max-width: none;
}

.p-family__title {
	font-size: 20px;
}

.p-family__desc {
	line-height: 1.8;
	margin-top: 16px;
}

.p-family__image {
	margin-left: 0;
	margin-top: 30px;
	max-width: none;
}

.p-data.to-succession {
	padding-bottom: 63px;
	padding-top: 60px;
	width: auto;
}

.p-data {
	padding-bottom: 40px;
}

.p-data.l-green {
	padding-bottom: 60px;
}

.p-data.l-green .p-merit {
	padding-bottom: 0px;
}

.p-data__inner {
	padding: 0 20px;
	padding-bottom: 45px;
}

.p-data.last {
	margin-bottom: 0px;
}

.p-table {
	border-bottom: none;
	border-left: none;
	border-right: none;
	max-width: none;
	padding-bottom: 0;
	padding-top: 50px;
	width: auto;
}

.p-table__inner {
	padding: 0 16px;
}

.p-table__title {
	font-size: 20px;
	margin-top: 50px;
}

.p-table__p {
	margin-top: 17px;
}

.p-table__head {
	width: 18.75%;
}

.p-table__head--none {
	width: 25%;
}

.p-table__bodyHead {
	width: 25%;
}

.p-table__bodyMiddle {
	width: 18.75%;
}

.p-table__download::after {
	right: 2%;
}

.p-table__download {
	padding-right: 15px;
	text-align: center;
}

.p-faq {
	margin-bottom: 80px;
	margin-top: 60px;
}

.p-faq__inner {
	padding-bottom: 70px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.p-support {
	padding-left: 20px;
	padding-right: 20px;
}

.p-support__box {
	margin-top: 40px;
	max-width: none;
	padding-bottom: 33px;
}

.p-support__box::before {
	inset: 10px;
}

.p-support__h2 {
	font-size: 22px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-top: 29px;
}

.p-support__p {
	padding-left: 20px;
	padding-right: 20px;
}

.p-confusing {
	border-left: none;
	border-right: none;
	max-width: none;
	width: auto;
}

.p-confusing {
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 45px;
}

.p-confusing__inner {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.p-confusing__title {
	font-size: 20px;
}

.p-confusing__service {
	font-size: 22px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

.p-confusing__flex {
	flex-direction: column;
}

.p-confusing__flex:nth-of-type(2) {
	margin-top: 65px;
}

.p-confusing__flex:nth-of-type(3) {
	margin-top: 54px;
}

.p-confusing__flex:nth-of-type(4) {
	margin-top: 54px;
}

.p-confusing__texts {
	display: contents;
	max-width: none;
}

.p-confusing__h3 {
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	order: -1;
}

.p-confusing__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	order: 1;
}

.p-confusing__image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 85%;
	order: 0;
}

.p-circles {
	margin-bottom: 0px;
	padding-top: 50px;
}

.p-circles__inner {
	width: auto;
}

.p-circles__flex {
	display: block;
	margin-top: 40px;
}

.p-circles__card {
	width: 100%;
}

.p-circles__card:nth-of-type(even) {
	margin-left: 0;
}

.p-circles__card:nth-of-type(n + 2) {
	margin-top: 60px;
}

.p-circles__card:nth-of-type(n + 3) {
	margin-top: 60px;
}

.p-circles__number {
	bottom: 0;
	font-size: 195px;
	right: 0;
}

.p-circles__h3 {
	font-size: 20px;
	max-width: none;
}

.p-circles__p {
	line-height: 2;
	margin-top: 20px;
	position: relative;
}

.p-message__inner {
	max-width: none;
}

.p-message__image img {
	-o-object-fit: cover;
	-o-object-position: right;
	aspect-ratio: 10/6;
	object-fit: cover;
	object-position: right;
}

.p-message__h2 {
	font-size: 22px;
}

.p-mission .p-merit {
	max-width: none;
	padding-left: 20px;
	padding-right: 20px;
}

.p-overview {
	padding-bottom: 75px;
	padding-top: 88px;
}

.p-overview__inner {
	max-width: none;
	padding: 0 18px;
}

.p-overview__box {
	padding-top: 35px;
}

.p-overview__title {
	font-size: 22px;
	max-width: none;
	padding-bottom: 23px;
	padding-left: 18px;
	padding-right: 18px;
}

.p-overview__title:after {
	font-size: 14px;
	left: 18px;
}

.p-overview__title--second {
	margin-top: 45px;
}

.p-overview__flex {
	display: block;
}

.p-overview__flex:first-of-type {
	margin-top: 15px;
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(2) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(3) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(4) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(5) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(6) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(7) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(8) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(9) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(10) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(11) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__flex:nth-of-type(12) {
	padding-bottom: 22px;
	padding-top: 24px;
}

.p-overview__left {
	white-space: nowrap;
}

.p-overview__right {
	line-height: 1.8;
	margin-top: 13px;
	width: 100%;
}

.p-overview__map + .p-overview__map {
	margin-top: 235px;
}

.p-overview__map-wrap {
	padding-top: 66.6%;
	width: 100%;
}

.p-overview__block {
	bottom: auto;
	padding-left: 0;
	right: 0;
	width: 100%;
	width: 100%;
}

.p-overview__office {
	margin-left: auto;
	margin-right: auto;
}

.p-overview__data {
	padding-left: 20px;
}

.p-contact-head {
	padding-top: 45px;
}

.p-contact-head__inner {
	max-width: none;
	padding-left: 20px;
	padding-right: 20px;
}

.p-contact {
	padding-bottom: 75px;
}

.p-contact__flex {
	display: block;
	padding-bottom: 32px;
}

.p-contact__flex + .p-contact__flex {
	margin-top: 65px;
}

.p-contact__left {
	width: auto;
}

.p-contact__right {
	height: 48px;
	margin-top: 17px;
}

.p-contact__right.to-arrow::after {
	border-width: 10px 6px 0 6px;
	position: absolute;
	right: 14px;
	top: 55%;
}

.p-contact__right--textarea {
	height: auto;
}

input[type=checkbox] + span {
	font-size: 16px;
	padding-left: 3em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
	font-size: 16px;
	height: 51px;
}

.wpcf7-select {
	height: 51px;
}

.wpcf7-textarea {
	font-size: 16px;
	min-height: 160px;
}

input[type=checkbox] + span {
	margin-left: 0;
	white-space: nowrap;
}

.p-reserve__description {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 18px;
	padding-right: 18px;
}

.p-opening__inner {
	max-width: none;
}

.p-opening__title {
	font-size: 20px;
}

.p-opening__flex:nth-of-type(2) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(4) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(5) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(10) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(15) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(16) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(17) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(18) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(19) .p-opening__right {
	font-size: 16px;
}

.p-opening__flex:nth-of-type(20) .p-opening__right {
	font-size: 16px;
}

.p-opening__left {
	flex: 0 0 100.86px;
}

.p-opening__center {
	width: 53px;
}

.p-greens__block {
	padding-right: 20px;
	width: 100%;
}

.p-greens__block + .p-greens__block {
	margin-left: 0;
	margin-top: 25px;
}

.p-greens__block:nth-of-type(2n + 1) {
	margin-left: 0;
}

.p-greens__block:nth-of-type(n + 3) {
	margin-top: 25px;
}

.p-circle-flow {
	border: none;
	max-width: none;
	padding-bottom: 15px;
	padding-top: 80px;
}

.p-circle-flow__inner {
	padding: 0 20px;
}

.p-circle-flow__title {
	font-size: 22px;
}

.p-circle-flow__title--second {
	font-size: 20px;
	margin-top: 24px;
}

.p-circle-flow__flex {
	display: block;
	margin-top: 35px;
}

.p-circle-flow__card {
	width: 100%;
}

.p-circle-flow__card:nth-child(n+2) {
	margin-left: 0;
	margin-top: 100px;
}

.p-circle-flow__card:not(:last-of-type):after {
	border-color: #73c6cf transparent transparent transparent;
	border-width: 19px 21.5px 0 21.5px;
	bottom: -61px;
	left: 50%;
	position: absolute;
	right: auto;
	top: auto;
	transform: translateX(-50%);
}

.p-circle-flow__step {
	font-size: 20px;
}

.p-circle-flow__h3 {
	height: auto;
}

.p-circle-flow__text {
	font-size: 16px;
	margin-top: 12px;
	text-align: center;
}

.p-circle-flow__square {
	height: auto;
	min-height: 72px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}

.p-circle-flow__square:after {
	font-size: 14px;
	right: 20px;
}

.p-circle-flow__picture {
	background-position: left;
	height: 285px;
}

.p-circle-flow__picture-h3 {
	font-size: 20px;
}

.p-circle-flow__picture-p {
	line-height: 1.8;
}

.p-consultation__head {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 66px;
	max-width: none;
	min-height: 75px;
	width: calc(100% - 40px);
}

.p-consultation__head--second {
	margin-top: 66px;
}

.p-consultation__head--three {
	margin-top: 66px;
}

.p-consultation__head-inner {
	width: auto;
}

.p-consultation__txt {
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 86px;
	padding-right: 12px;
	padding-top: 10px;
}

.p-consultation__txt::before {
	width: 46px;
}

.p-consultation__txt--second {
	padding-left: 82px;
}

.p-consultation__txt--second:before {
	width: 61px;
}

.p-consultation__txt--three {
	padding-left: 72px;
}

.p-consultation__txt--three:before {
	height: 57px;
	left: 16px;
}

.p-consultation__txt--five:before {
	width: 41px;
}

.p-consultation__h3 {
	font-size: 18px;
}

.p-consultation__p {
	line-height: 2;
}

.p-method.to-succession {
	padding-top: 30px;
}

.p-method {
	border-left: none;
	border-right: none;
	max-width: none;
}

.p-method__inner {
	max-width: 100%;
	padding: 0 16px;
}

.p-method__title {
	font-size: 20px;
	margin-top: 25px;
	padding-left: 0;
	text-align: center;
}

.p-method__h3 {
	line-height: 1.8;
	padding-left: 0;
}

.p-method__image {
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100vw;
}

.p-method2 {
	border-left: none;
	border-right: none;
	max-width: none;
	padding-top: 45px;
}

.p-method2__inner {
	max-width: 100%;
}

.p-method2__title {
	font-size: 20px;
	padding-left: 0;
}

.p-method2__h3 {
	line-height: 1.8;
	padding-left: 0;
}

.p-method2__image {
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100vw;
}

.is-pc {
	display: none;
}

}

@media screen and (max-width: 500px) {

.p-service__inner {
	max-width: none;
}

.p-service2__inner {
	max-width: none;
}

.p-top-other__inner {
	max-width: none;
}

.p-top-other__right-flex {
	max-width: none;
}

.p-top-access__inner {
	max-width: none;
}

.p-circle-flow__picture-texts {
	left: 50%;
	padding-left: 18px;
	padding-right: 18px;
	right: auto;
	transform: translateX(-50%);
}

}

@media screen and (max-width: 400px) {

.p-footer__bottom-link {
	padding-right: 10px;
}

}

@media screen and (max-width: 375px) {

.p-footer__bottom-link::after {
	right: 9px;
}

}

@media screen and (max-width: 360px) {

.p-footer__bottom-link {
	font-size: 14px;
}

}

@media screen and (max-width: 359px) {

input[type=checkbox] + span {
	padding-left: 2.5em;
}

input[type=checkbox] + span {
	font-size: 14px;
}

}

@media screen and (max-width: 327px) {

.p-lower-mv__text {
	bottom: -1px;
}

}

@-webkit-keyframes pathmove {

0% {
	height: 0px;
	opacity: 0;
	top: 0px;
}

30% {
	height: 30px;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 50px;
}

}

@keyframes pathmove {

0% {
	height: 0px;
	opacity: 0;
	top: 0px;
}

30% {
	height: 30px;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 50px;
}

}

@-webkit-keyframes zoom-in {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.2);
}

}

@keyframes zoom-in {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.2);
}

}

/* p-use__flow: ご相談の流れ（PCは横並び、SPは縦並び） */
.p-use__flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.p-use__flow-step {
	background-color: #73c6c6;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	padding: 14px 18px;
	position: relative;
	text-align: center;
}

.p-use__flow-step:not(:last-child) {
	margin-right: 34px;
}

.p-use__flow-step:not(:last-child)::after {
	color: #73c6c6;
	content: "\2192";
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

.p-use__flow {
	flex-direction: column;
}

.p-use__flow-step {
	width: 100%;
}

.p-use__flow-step:not(:last-child) {
	margin-bottom: 34px;
	margin-right: 0;
}

.p-use__flow-step:not(:last-child)::after {
	right: 50%;
	top: auto;
	bottom: -30px;
	transform: translateX(50%);
}

}

.p-mission .p-merit {
	margin-left: auto;
	max-width: 93.578%;
	padding: 0;
}

@media screen and (max-width: 767px) {

.p-mission .p-merit {
	max-width: none;
	padding-left: 20px;
	padding-right: 20px;
}

}

.p-overview__map,
.p-overview__map-wrap {
	display: none;
}

/* Remove extra margin after map section */
.p-overview__block {
	margin-top: 0;
}

.c-link-blue {
	color: #0066cc;
	text-decoration: underline;
}

.c-link-blue:hover {
	opacity: 0.8;
}

.p-demerit__title--mt {
	margin-top: 1rem;
}

/* ============================================================
   ブログ 記事詳細（single.php）・カテゴリー一覧（archive.php）
============================================================ */

/* ── 一覧見出し（archive.php） ── */
.p-archive__lead {
	border-bottom: 2px solid #73c6c6;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 16px;
}

.p-archive__lead span {
	color: #73c6c6;
}

/* ── カードグリッド（archive.php） ── */
.p-archive__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

.p-archive__card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	display: block;
	overflow: hidden;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.p-archive__card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.p-archive__card-thumb {
	aspect-ratio: 3 / 2;
	overflow: hidden;
	position: relative;
}

.p-archive__card-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-archive__card-category {
	background-color: #73c6c6;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	left: 12px;
	padding: 4px 10px;
	position: absolute;
	top: 12px;
}

.p-archive__card-body {
	padding: 18px;
}

.p-archive__card-date {
	color: #999;
	font-size: 12px;
}

.p-archive__card-title {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 8px 0 10px;
}

.p-archive__card-excerpt {
	color: #777;
	font-size: 13px;
	line-height: 1.7;
}

.p-archive__pagination {
	margin-top: 50px;
}

.p-archive__pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.p-archive__pagination .page-numbers {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #555;
	display: flex;
	font-size: 14px;
	height: 36px;
	justify-content: center;
	transition: all 0.4s ease;
	width: 36px;
}

.p-archive__pagination .page-numbers.current,
.p-archive__pagination .page-numbers:hover {
	background-color: #73c6c6;
	border-color: #73c6c6;
	color: #fff;
}

/* ── 記事メタ・タイトル・アイキャッチ（single.php） ── */
.p-single__title {
	color: #1a1a1a;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
}

.p-single__meta {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 18px 0 28px;
	padding-bottom: 20px;
}

.p-single__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-single__category {
	background-color: #73c6c6;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 14px;
	transition: opacity 0.4s ease;
}

.p-single__category:hover {
	opacity: 0.8;
}

.p-single__dates {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.p-single__date {
	align-items: center;
	color: #999;
	display: flex;
	font-size: 13px;
	gap: 6px;
}

.p-single__date i {
	color: #73c6c6;
	font-size: 12px;
}

.p-single__thumbnail {
	border-radius: 10px;
	margin-bottom: 40px;
	overflow: hidden;
}

.p-single__thumbnail img {
	height: auto;
	width: 100%;
}

/* ── 目次（single.php） ── */
.p-single__toc {
	background-color: #f9f9f9;
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 24px 28px;
}

.p-single__toc-title {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	margin-bottom: 16px;
}

.p-single__toc-title i {
	color: #73c6c6;
}

.p-single__toc-list {
	counter-reset: toc;
	list-style: none;
}

.p-single__toc-list li {
	border-bottom: 1px dashed #ddd;
	counter-increment: toc;
	padding: 10px 0;
}

.p-single__toc-list li:last-child {
	border-bottom: none;
}

.p-single__toc-list li a {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 1.8em;
	position: relative;
	transition: color 0.3s ease;
}

.p-single__toc-list li a:hover {
	color: #73c6c6;
}

.p-single__toc-list li a::before {
	color: #73c6c6;
	content: counter(toc) ".";
	font-weight: 700;
	left: 0;
	position: absolute;
}

/* ── 本文（the_content 出力エリア） ── */
.p-single__content {
	color: #333;
	counter-reset: single-h2;
	font-size: 16px;
	line-height: 2;
}

.p-single__content > * + * {
	margin-top: 1.4em;
}

.p-single__content h2 {
	align-items: center;
	background-color: #f4f9f9;
	border-radius: 6px;
	color: #1a1a1a;
	counter-increment: single-h2;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	gap: 16px;
	line-height: 1.5;
	margin-top: 3em;
	padding: 18px 24px;
}

.p-single__content h2:first-child {
	margin-top: 0;
}

.p-single__content h2::before {
	align-items: center;
	background-color: #73c6c6;
	border-radius: 50%;
	color: #fff;
	content: counter(single-h2);
	display: flex;
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.p-single__content h3 {
	color: #1a1a1a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2.2em;
	padding-bottom: 10px;
	position: relative;
}

.p-single__content h3::after {
	background: repeating-linear-gradient(90deg, #73c6c6 0%, #73c6c6 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-single__content a {
	color: #73c6c6;
	text-decoration: underline;
}

.p-single__content ul,
.p-single__content ol {
	padding-left: 0.2em;
}

.p-single__content ul li {
	list-style: none;
	padding-left: 1.6em;
	position: relative;
}

.p-single__content ul li + li {
	margin-top: 0.6em;
}

.p-single__content ul li::before {
	color: #73c6c6;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.p-single__content ol {
	padding-left: 1.4em;
}

.p-single__content ol li + li {
	margin-top: 0.6em;
}

.p-single__content img {
	border-radius: 8px;
	height: auto;
	width: 100%;
}

.p-single__content table {
	border-collapse: collapse;
	width: 100%;
}

.p-single__content th,
.p-single__content td {
	border: 1px solid #ddd;
	padding: 10px 14px;
}

.p-single__content th {
	background-color: #f4f9f9;
}

/* ── タグ（single.php） ── */
.p-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 40px;
}

.p-single__tag {
	background-color: #f4f9f9;
	border-radius: 20px;
	color: #555;
	font-size: 12px;
	padding: 6px 16px;
	transition: all 0.3s ease;
}

.p-single__tag:hover {
	background-color: #73c6c6;
	color: #fff;
}

/* ── シェアボタン（single.php） ── */
.p-single__share {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
}

.p-single__share-label {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
}

.p-single__share-list {
	display: flex;
	gap: 12px;
	justify-content: center;
	list-style: none;
}

.p-single__share-btn {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 16px;
	height: 42px;
	justify-content: center;
	transition: opacity 0.4s ease;
	width: 42px;
}

.p-single__share-btn:hover {
	opacity: 0.8;
}

/* グローバルリセット（*::before に font-family 指定）がFontAwesomeのアイコン表示と競合するため、::before に対して明示的に指定し直す */
.p-blog-layout .fa-brands::before {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.p-blog-layout .fa-solid::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.p-single__share-btn--facebook {
	background-color: #1877f2;
}

.p-single__share-btn--x {
	background-color: #000;
}

.p-single__share-btn--line {
	background-color: #06c755;
}

.p-single__share-btn--hatena {
	background-color: #00a4de;
}

.p-single__share-btn--print {
	background-color: #999;
}

/* ── ページ送り（single.php） ── */
.p-single__pagination {
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 30px;
}

.p-single__pagination-prev a,
.p-single__pagination-next a {
	color: #73c6c6;
	font-size: 14px;
	transition: opacity 0.4s ease;
}

.p-single__pagination-prev a:hover,
.p-single__pagination-next a:hover {
	opacity: 0.6;
}

/* ── 関連記事（single.php） ── */
.p-single__related {
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-top: 40px;
}

.p-single__related-title {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
}

.p-single__related-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.p-single__related-card {
	display: block;
}

.p-single__related-thumb {
	aspect-ratio: 3 / 2;
	border-radius: 8px;
	overflow: hidden;
}

.p-single__related-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-single__related-date {
	color: #999;
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.p-single__related-card-title {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 6px;
}

/* ── 記事末尾CTA（blog/*.php 内の相談導線） ── */
.p-blog-cta {
	background-color: #eef6f6;
	border: 1px solid #cfe8e8;
	border-radius: 12px;
	overflow: hidden;
	padding: 40px 44px 36px;
	position: relative;
}

.p-blog-cta::before {
	background-color: #73c6c6;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-blog-cta__eyebrow {
	color: #2f7373;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-single__content .p-blog-cta__title {
	color: #1a1a1a;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
	padding-bottom: 0;
}

.p-single__content .p-blog-cta__title::after {
	content: none;
}

.p-blog-cta__services {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin-top: 22px;
}

.p-blog-cta__service {
	background-color: #fff;
	border: 1px solid #73c6c6;
	border-radius: 20px;
	color: #2f7373;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 16px;
}

.p-single__content .p-blog-cta__note {
	color: #555;
	font-size: 14px;
	margin-top: 12px;
}

.p-blog-cta__panels {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	margin-top: 28px;
	padding: 30px 34px;
	position: relative;
}

.p-blog-cta__panels::before,
.p-blog-cta__panels::after {
	background-color: #eef6f6;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

.p-blog-cta__panels::before {
	top: -10px;
}

.p-blog-cta__panels::after {
	bottom: -10px;
}

.p-blog-cta__panel {
	flex: 1;
	min-width: 0;
}

.p-single__content .p-blog-cta__panel-label {
	align-items: center;
	color: #1a1a1a;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	margin-top: 0;
}

.p-blog-cta__panel-label i {
	color: #73c6c6;
}

.p-blog-cta__panel--line .p-blog-cta__panel-label i {
	color: #06c755;
}

.p-blog-cta__qr {
	background-color: #fff;
	border: 1px dashed #73c6c6;
	border-radius: 8px;
	height: 128px;
	margin-top: 16px;
	padding: 10px;
	width: 128px;
}

.p-blog-cta__panel--line .p-blog-cta__qr {
	border-color: #06c755;
}

.p-single__content .p-blog-cta__qr img {
	border-radius: 0;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-single__content .p-blog-cta__panel-text {
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 16px;
}

.p-blog-cta__divider {
	border-left: 2px dashed #cfe8e8;
	flex-shrink: 0;
	margin: 0 34px;
	width: 0;
}

.p-single__content .p-blog-cta__office {
	color: #1a1a1a;
	font-size: 15px;
	font-weight: 700;
	margin-top: 16px;
}

.p-single__content .p-blog-cta__rep {
	color: #555;
	font-size: 13px;
	margin-top: 4px;
}

.p-single__content .p-blog-cta__tel {
	align-items: center;
	color: #1a1a1a;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	margin-top: 12px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-blog-cta__tel i {
	color: #73c6c6;
	width: 16px;
}

.p-single__content .p-blog-cta__tel:hover {
	color: #73c6c6;
}

/* ── レスポンシブ（タブレット以下） ── */
@media screen and (max-width: 1024px) {

	.p-blog-layout__inner {
		flex-direction: column;
	}

	.p-blog-layout__main {
		margin-right: 0;
	}

	.p-blog-layout .p-sidebar-right {
		margin-top: 40px;
		width: 100%;
	}

	.p-archive__grid {
		grid-template-columns: 1fr;
	}

	.p-single__related-list {
		grid-template-columns: 1fr;
	}
}

/* ── レスポンシブ（スマートフォン） ── */
@media screen and (max-width: 767px) {

	.p-single__title {
		font-size: 20px;
	}

	.p-single__content h2 {
		font-size: 17px;
		gap: 12px;
		padding: 14px 16px;
	}

	.p-single__content h2::before {
		font-size: 15px;
		height: 30px;
		width: 30px;
	}

	.p-single__toc {
		padding: 18px 16px;
	}

	.p-single__share-btn {
		height: 38px;
		width: 38px;
	}

	.p-archive__card-title {
		font-size: 15px;
	}

	.p-blog-cta {
		padding: 28px 22px 24px;
	}

	.p-single__content .p-blog-cta__title {
		font-size: 17px;
	}

	.p-blog-cta__panels {
		flex-direction: column;
		padding: 26px 22px;
	}

	.p-blog-cta__panels::before,
	.p-blog-cta__panels::after {
		display: none;
	}

	.p-blog-cta__divider {
		border-left: none;
		border-top: 2px dashed #cfe8e8;
		height: 0;
		margin: 26px 0;
		width: auto;
	}
}
