@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02{
	font-size: clamp(25px, 2.7vw, 35px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(16px,2vw,20px);
	font-weight: bold;
	text-align: center;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	color:var(--accent-color2);
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		text-align: left;
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
	font-weight: 400;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;
	transform: rotate(-8deg);
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--accent-color2);
	border-left: 2px solid var(--accent-color3);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--accent-color2);
	border-bottom: 2px solid var(--accent-color3);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff8a;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
}
/**/
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1.4;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	/*background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin: 1.5rem auto 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
	color: var(--accent-color1)
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--main-color);
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*header*/
.mr20{
	margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
	.mr20{
		margin-right: 0px;
	}
}
/*印刷用*/
@media print{
	.mr20{
		margin-right: 20px;
	}
}

/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}


/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: clamp(1px,1.5vw,20px);
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px,2.7vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	margin: 0 auto;
	font-size: clamp(35px,9vw,60px);
	text-align: center;
	top: -1.0em;

font-family: "Parisienne", cursive;
font-weight: 400;
font-style: normal !important;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	opacity: 0.5;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: 20px 0 var(--v-space2) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/**/
.sec-pr {
	padding: var(--v-space2) 0;
	background-color: var(--main-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
p.grp3{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
}
/**/
h4.prh4{
	font-size: clamp(17px, 1.8vw, 19px);
	font-family: 'Noto Serif JP', serif;
	color: #d5e8a2;
}
/* タグ */
.kakomi03 {
	margin: 10px 0 5px 0;

}
.kakomi03 span {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #0000008a;
	border: 1px solid var(--accent-color1);
	color:#fff;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 15px);
}
.kakomi03 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#fff;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
	font-family: "Zen Kaku Gothic New", serif;
}

/*ブリッジ*/
.bridge-top1 {
	padding: clamp(15px, 2vw, 30px) 0 clamp(35px, 2vw, 50px) 0;
	background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-position: 100% 70%;
	background-repeat: no-repeat;
	position: relative;
}
.bridge-top1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0650849e;
}

.bridge-top1 h3{
	text-align: center;
	font-size: clamp(18px, 2vw, 25px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	text-shadow: #012137 1px 0 15px;
}





/*画面半分体裁デザインのところ*/
/*個人や会社の会計業務*/
.sec1{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(250px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}


/*税務業務*/
.sec2{
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*右カラム　画像用*/
.sec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 250px, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
	.sec2-container-item4 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}


/*経営コンサルティング業務*/
.sec3{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.sec3-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.sec3-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(250px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec3-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.sec3-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}


/*事業立ち上げ業務*/
.sec4{
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec4-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec4-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*右カラム　画像用*/
.sec4-container-item4 {
	grid-area: 1 / 2 / 2 / 3;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec4-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 250px, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec4-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
	.sec4-container-item4 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}


/*画像の選定*/
.sec1-bg01{
	background-image: url(../img/sec1_bg01.jpg);
	background-position: 100% 30%;
}
.sec2-bg01{
	background-image: url(../img/sec2_bg01.jpg);
	background-position: 100% 30%;
}
.sec3-bg01{
	background-image: url(../img/sec3_bg01.jpg);
	background-position: 100% 70%;
}
.sec4-bg01{
	background-image: url(../img/sec4_bg01.jpg);
	background-position: 100% 70%;
}


/*装飾*/
.box-h {
	position: relative;
	padding: 0.3em 1em 0.5em 1em;
	margin: 0 0 15px 0;
	top: 0;
	background-color: rgba(238, 238, 238, 0.5);
}
.box-h:before{ 
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-left: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h:after{ 
	position: absolute;
	top: 0;
	right: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-right: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h p{
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
}
p.exp-p3 {
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 15px 0;
}



/**/
.sec5 {
	padding: 30px 0 clamp(35px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 2rem;
	margin: 2rem 0;
}
.service-box {
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
.service-box:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.service-box .icon {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: var(--main-color);
}

.service-box h4 {
	margin-bottom: 0.75rem;
	color: var(--accent-color1);
	font-size: clamp(18px, 1.9vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
}

.service-box p {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.5;
	text-align: justify;
}

/* 最後の画像ボックス用 */
.service-box.image-box {
	padding: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	margin-top: 10px;
}
.service-box.image-box:hover {
	box-shadow: none;
	transform: none;
}
.service-box.image-box figure {
	margin: 0;
}

.service-box.image-box img {
	/*border-radius: 6px;*/
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 600px) {
	.service-box.image-box {
		padding: 0;
		border: none;
		background-color: transparent;
		box-shadow: none;
		margin-top: 0;
	}
	.service-box.image-box img {
		width: 65%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
}


/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #fdfffa;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #e9f5d6, #e9f5d6 1px, #fdfffa 1px, #fdfffa);
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
@media only screen and (max-width: 968px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
@media only screen and (max-width: 668px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
@media only screen and (max-width: 368px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
/*印刷用*/
@media print{
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}







/*======= 相続に関するご相談ページ ======*/
.inheritance-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*画面半分体裁デザインのところ*/
/*相続税相談*/
.harf_sec1{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.harf_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.harf_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.harf_sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.harf_sec1-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.harf_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.harf_sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.harf_sec1-bg01{
	background-image: url(../img/harf_sec1_img01.jpg);
	background-position: center;
}


/*画面半分体裁デザインのところ*/
/*生前対策・シミュレーション*/
.harf_sec2{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.harf_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.harf_sec2-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 90px;
}
/*右カラム　画像用*/
.harf_sec2-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.harf_sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.harf_sec2-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.harf_sec2-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.harf_sec2-bg01{
	background-image: url(../img/harf_sec2_img01.jpg);
	background-position: center;
}

/*下部*/
.sub2 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub2.jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}
h3.heading-sub{
	font-size: clamp(23px, 2.5vw, 30px);
	line-height: 1.3;
	font-weight: normal;
	display: block;
	color: #222;
	text-shadow: 0 0 10px rgba(255, 255, 255);
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
}
h3.heading-sub span{
	color: #b1a603;
	text-shadow: 0 0 10px rgba(255, 255, 255);
}
p.subp{
	font-size: clamp(14px, 1.5vw, 15px);
	color: #222;
	text-shadow: 0 0 10px rgba(255, 255, 255);
	margin-bottom: 5px;
}
.bgfit{
	/*background-color: rgb(0, 51, 102, 0.8);*/
	width: fit-content;
	padding: 20px;
}
@media only screen and (max-width: 768px) {
	p.subp{
		font-size: clamp(14px, 1.5vw, 15px);
		color: #222;
		text-shadow: 0 0 10px rgba(255, 255, 255);
		text-align: justify;
	}
	.bgfit{
		background-color: rgb(255, 255, 255, 0.7);
		width: fit-content;
		padding: 20px;
	}
}
/**/
.fuchidori-sub1{
	-webkit-text-stroke: 3px #e8e8e8;
	text-stroke: 3px #e8e8e8;
	paint-order: stroke;
}
@media only screen and (max-width: 768px) {
	.fuchidori-sub1{
		-webkit-text-stroke: 3px #fff;
		text-stroke: 3px #fff;
		paint-order: stroke;
	}
}











/*======= 医療・福祉分野ページ ======*/
.medi-sec1 {
	padding: var(--v-space3) 0 var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*医療分野支援*/
.medi-sec2 {
	padding: 0 0 var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading09 p {
	position: relative;
	font-size: clamp(18px, 2.4vw, 27px);
	font-family: "WindSong", serif;
	color: var(--main-color);
	margin: 5px 0;
	opacity: 0.5;
}

.spot-heading09 h2 {
	position: relative;
	top:-13px;
	font-size: clamp(25px, 2.4vw, 33px);
	color: #444;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}

/*flexで*/
.medi-sec2-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}

.medi-sec2-container article {
	width: calc((100% - 40px) / 3); /* gap分引いた上で4分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.medi-sec2-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.medi-sec2-container {
		justify-content: center;
	}
	.medi-sec2-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.medi-sec2-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.medi-sec2-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}


h3.fuz-tit {
	margin: 5px auto 0 auto;
	padding: 5px 10px 0 10px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}


/*福祉分野支援*/
.medi-sec3 {
	padding: 0 0 var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

/*下部*/
.sub1 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub1.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}








/*======= よくある質問ページ ======*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
	font-family: 'Noto Serif JP', serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 20px 30px 20px 25px;
	margin: 25px 0;
	font-size: clamp(16px, 1.5vw, 17px);
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #ccc;
	margin: 15px auto;
}










/*======= 事務所案内ページ ======*/
/*事務所案内*/
.info-sec1 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

/*代表プロフィール*/
h3.fzplus-title {
	position: relative;
	padding-bottom: 2px;
	margin-top: 0;
	border-bottom: 1px solid #999;
	color: #454545;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.9vw, 20px);
	line-height: 1.2;
}
h3.fzplus-title:first-letter {
	font-size: 150%;
	color: var(--main-color);
}
h3.fzplus-title::after {
	content: "Profile";
	color: #666;
	font-size: clamp(10px, 1.2vw, 15px);
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 5px;
	font-family: sans-serif;
}


.flex05 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-image: url(../img/info-sec1_img01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
@media (max-width: 868px) {
	.flex05 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		background-image: none;
	}
}
/*印刷用*/
@media print{
	.flex05 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		background-image: url(../img/info-sec1_img01.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: contain;
	}
}
/**/
.prof-l {
	padding: 35px 5px;
	background-color: #ffffffc4;
}
.prof-l p.dai{
	text-align: center;
	font-size: clamp(20px, 2.3vw, 26px);
	line-height: 1.2;
	letter-spacing: 3px;
}

/**/
.prof-r{
	padding: 30px;
	color: #222;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 868px) {
	.prof-r{
		padding: 0px;
	}
}
/*印刷用*/
@media print{
	.prof-r{
		padding: 30px;
		color: #222;
		font-family: "Zen Kaku Gothic New", serif;
	}
}
/*リスト 下線*/
.prof-r ul{
	list-style: none;
	line-height: 2;
}
.prof-r ul li{
	font-size: clamp(13px, 1.4vw, 15px);
	border-bottom: 1px dotted #999;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;

}



/**/
.bg_b {
	background: rgba(255, 255, 255, 0.75);
	padding: 50px;
	margin: 30px 7%;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 37px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 22px;
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(157, 157, 157, 0.15);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{

}


/*アクセス*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
	box-sizing: border-box;
	font-size: clamp(16px, 1.7vw, 17px);
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px 5px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 3px 5px;
		width: 100%;
		background-color: #cccccc3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 5px;
	display: inline-block;
	vertical-align: middle;
}
.f-awesome_icon02 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 3px;
	display: inline-block;
	vertical-align: middle;
}











/*下部*/
.sub3 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub3.jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}
/*中線*/
.heading09-lc {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: clamp(18px, 1.9vw, 20px);
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 auto 10px auto;
	font-family: "Zen Kaku Gothic New", serif;
	color: var(--accent-color1);
}
.heading09-lc::before,
.heading09-lc::after {
	content: '';
	width: 25px;
	height: 3px;
	background-color: var(--accent-color1);
}
.heading09-lc::before {
	margin-right: 10px;
}
.heading09-lc::after {
	margin-left: 10px;
}
/*
@media only screen and (max-width: 568px) {
	.heading09-lc {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: clamp(18px, 1.9vw, 20px);
		text-align: center;
		line-height: 1.3;
		font-weight: 500;
		margin: 10px auto;
		font-family: "Zen Kaku Gothic New", serif;
		color: var(--accent-color1);
	}
}
*/






