/*
Theme Name: hiromitsu child
Version: 2.0.0
Template: hiromitsu
*/

/************************************************************/
/*　リセット
/************************************************************/
:root {
	--main: #ec7d0e;
	--sub:  #bbbf1b;
	--base: #fafafa;
	--act:  #ff4729;
	--gray: #fafafa;
	--red:  #e12800;
	--yellow: #eac511;
	--text: #222222;
	--line: #04ad4b;
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--font-jp: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--font-en: "Montserrat", sans-serif;
	--ease: all 0.3s ease;
}
*:focus {
	outline: none;
}
html{
	box-sizing: border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
	-webkit-font-smoothing: antialiased;
}
::placeholder {
	color: #ccc;
}
body {
	font-family: var(--font-jp);
	font-style: normal;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
	counter-reset: count;
	animation: fadeIn 2.5s ease 0s 1 normal;
	color: var(--text);
}


/*フォント*/
body,
p,
.articleBody p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 768px){
	body,
	p,
	.articleBody p {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
	}
}

/*フォーム*/
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font: inherit;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	border-radius: 0;          /* iOSによる角丸を消す */
	box-sizing: border-box;
}
select::-ms-expand {
	display: none;
}


/*PC・タブレット・スマホ 表示*/
.pc { display:block !important; }
.tb { display:none !important; }
.sp { display:none !important; }
@media screen and (max-width: 768px){   
	.pc { display:none !important; }
	.tb { display:block !important; }
	.sp { display:none !important; }
}
@media screen and (max-width: 480px){   
	.pc { display:none !important; }
	.tb { display:none !important; }
	.sp { display:block !important; }
}

.pc_none { display:none !important; }
.tb_none { display:block!important; }
.sp_none { display:block !important; }
@media screen and (max-width: 768px){   
	.pc_none { display:block !important; }
	.tb_none { display:none !important; }
	.sp_none { display:block !important; }
}
@media screen and (max-width: 480px){   
	.pc_none { display:block !important; }
	.tb_none { display:block !important; }
	.sp_none { display:none !important; }
}

/************************************************************/
/*　構成
/************************************************************/
body#main #contents {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
body#sub {
	padding-top: 0;
}
body#sub #contents {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

/*アーカイブ*/
.archiveContent {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.full-container,
.full-container .main {
	width: 100%;
	max-width: 100%;
}
body#main .articleBody,
body#sub .articleBody {
	margin: 0 auto;
}

/*固定ページ*/
.pageContent {
	width: 100%;
	max-width: 1080px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.pageContent.full {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
.pageContent.works {
	width: 100%;
	max-width: 1080px;
	padding: 0 0 100px;
	margin: 0 auto;
}

/*1カラム*/
.pageContent.one-column {
	width: 100%;
	max-width: 1100px;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
}
body#sub .pageContent.one-column .articleBody {
	width: 100%;
	padding: 100px 0;
	margin: 0;
	position: relative;
}

/*2カラム*/
.pageContent.two-columns {
	width: 100%;
	max-width: 1100px;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	column-gap: 50px;
}
body#sub .pageContent.two-columns .articleBody {
	width: calc(100% - 50px - 250px);
	padding: 0;
	margin: 0;
	position: relative;
	order: 1;
}
body#sub .pageContent.two-columns .archiveContent {
	width: calc(100% - 50px - 250px);
	padding: 0;
	margin: 0;
	position: relative;
	order: 1;
}

/*記事詳細ページ*/
body#sub.single .pageContent.two-columns {
	width: 100%;
	max-width: 1080px;
	padding: 0;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	column-gap: 50px;
	order: 1;
}
body#sub.single .pageContent.two-columns .articleBody {
	width: calc(100% - 50px - 250px);
	padding: 0;
	margin: 0;
	position: relative;
	order: 1;
}

/*サイドバー*/
.sidebar-right .side,
.sidebar-left .side {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	body#main #contents {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	body#main,
	body#sub {
		padding-top: 0;
	}
	body#sub #contents {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	/*アーカイブ*/
	.archiveContent {
		padding: 0;
	}
	
	/*固定ページ*/
	.pageContent {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
	}
	.pageContent.full {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.pageContent.works {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		margin: 0 auto;
	}

	/*1カラム*/
	.pageContent.one-column {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
	}
	body#sub .pageContent.one-column .articleBody {
		width: 100%;
		padding: 0;
	}

	/*2カラム*/
	.pageContent.two-columns {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	body#sub .pageContent.two-columns .articleBody {
		width: 100%;
		padding: 0;
	}
	body#sub .pageContent.two-columns .archiveContent {
		width: 100%;
		padding: 0;
	}

	/*記事詳細ページ*/
	body#sub.single .pageContent.two-columns {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	body#sub.single .pageContent.two-columns .articleBody {
		width: 100%;
		padding: 0;
	}
	
	/*サイドバー*/
	.side {
		width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0 auto;
		display: none;
	}
	body#sub.single .side {
		width: 100%;
		min-width: 100%;
	}
}

/************************************************************/
/*　Gutenberg
/************************************************************/
/*グループ用*/
.mp0 { padding: 0 !important; margin: 0 !important; }

/************************************************************/
/*　共通
/************************************************************/

.more {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.more > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 0;
	background: var(--main);
	border-radius: 5px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.more > a:hover {
	background: var(--act);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.more > a {
		padding: 15px 20px;
		font-size: 14px;
	}
}

/*テーブル*/
#contents table,
body#main table {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*ボタン*/
.btnList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 10px;
	margin-top: 2em;
}
.btnList.center {
	justify-content: center;
}
.btnList > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 12px 30px;
	margin: 0;
	background: var(--text);
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: var(--ease);
	position: relative;
	z-index: 0;
}
.btnList > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: right;
	transition: var(--ease);
	transition-property: transform;
	background: var(--main);
	z-index: -1;
}
.btnList > a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.btnList > a::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-image: linear-gradient(to right, #fff 0%, #fff 50%, var(--text) 50%, var(--text) 100%);
	position: absolute;
	top: 50%;
	right: -10px;
	z-index: 1;
	transition: var(--ease);
}
.btnList > a:hover::after {
	background-image: linear-gradient(to right, #c8c8c8 0%, #c8c8c8 50%, #c8c8c8 50%, #c8c8c8 100%);
	transition: var(--ease);
}

/*チェックリスト*/
ul.check {
	width: fit-content;
	padding: 0;
	margin: 1em auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	list-style: none;
}
ul.check > li {
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
}
ul.check > li::before {
	content: '';
	display: block;
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/icon_checkbox.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 1px;
	left: 0;
}


/*More*/
.moreBtn {
	text-align: right;
}
.moreBtn.left {
	text-align: left;
}
..moreBtn.center {
	text-align: center;
}
.moreBtn > a {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
	width: fit-content;
	padding: 0;
	margin: 0;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	font-style: normal;
	text-decoration: none;
	transition: var(--ease);
}
.moreBtn > a::after {
	content: '';
	display: block;
	width: 9px;
	height: 6px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: var(--text);
	transition: var(--ease);
}
.moreBtn > a:hover {
	color: var(--main);
	transition: var(--ease);
}
.moreBtn > a:hover::after {
	background: var(--main);
	transition: var(--ease);
}
/* - 白 */
.moreBtn > a.white {
	color: #fff;
}
.moreBtn > a.white::after {
	background: #fff;
}
.moreBtn > a.white:hover {
	opacity: 0.8;
	transition: var(--ease);
}
.moreBtn > a.white:hover::after {
	opacity: 0.8;
	transition: var(--ease);
}

.sp-more {
	display: none;
}

.mt50 {
	margin-top: 50px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.sp-more {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		width: fit-content;
		padding: 10px 30px;
		margin: 30px auto 0;
		font-family: var(--font-en);
		font-size: 15px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		background: var(--text);
		transition: var(--ease);
	}
	.sp-more:hover {
		background: var(--main);
		transition: var(--ease);
	}
}

/************************************************************/
/*　タイトル
/************************************************************/
/*タイトル*/
#contents .contHead {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
#contents .contHead > em {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: center;
	font-style: normal;
	margin: 0 auto 10px;
}
#contents .contHead > em::before,
#contents .contHead > em::after {
	content: '';
	display: block;
	width: auto;
	height: 24px;
	aspect-ratio: 20 / 25;
	background-color: unset;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/slash.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#contents .contHead > h2 {
	width: 100%;
	padding: 0 0 30px;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 50px;
	line-height: 1.1em;
	font-weight: 900;
	text-align: center;
	color: var(--text);
}
#contents .contHead > h2 small {
	display: block;
	padding: 0;
	margin: 0 auto;
	font-size: 0.5em;
	text-align: center;
}
#contents .contHead > h2::after {
	content: '';
	display: block;
	width: 85px;
	height: 4px;
	border-radius: 4px;
	background-image: linear-gradient(to right, #ec7d0e 0%, #ec7d0e 50%, #ffa766 50%, #ffa766 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#contents .contHead > p {
	padding: 0;
	margin: 30px auto 0;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#contents .contHead {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	#contents .contHead > em {
		column-gap: 10px;
		font-size: 14px;
		margin: 0 auto 5px;
	}
	#contents .contHead > em::before,
	#contents .contHead > em::after {
		height: 14px;
	}
	#contents .contHead > h2 {
		width: 100%;
		padding: 0 0 15px;
		font-size: 6vw;
	}
	#contents .contHead > h2 small {
		font-size: 3vw;
	}
	#contents .contHead > h2::after {
		width: 55px;
		height: 2px;
		border-radius: 2px;
	}
	#contents .contHead > p {
		padding: 0;
		margin: 15px auto 0;
		font-size: 3vw;
	}
}


/************************************************************/
/*　ページタイトル
/************************************************************/
#pv {
	width: 100%;
	height: 250px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}
#pv > figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	z-index: -1;
}
#pv > figure::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
#pv > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#pv > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#pv > header > em {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	white-space: nowrap;
	text-align: center;
}
#contents #pv > header > h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border: none;
	background: none;
	position: relative;
}
#contents #pv > header > h1.large {
	font-size: 40px;
	font-weight: 700;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#pv {
		width: 100%;
		height: 200px;
	}
	#pv > header {
		width: 100%;
		grid-row-gap: 10px;
	}
	#pv > header > em {
		font-size: 25px;
	}
	#contents #pv > header > h1 {
		font-size: 12px;
	}
	#contents #pv > header > h1.large {
		font-size: 20px;
		font-weight: 700;
	}
}


/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

/*見出し*/
#contents .articleBody .content h1 {
	font-size: 2.8rem;
	margin-top: 0;
	margin-bottom: 1.5em;
}




/*パンくず*/
.breadcrumbs {
	width: 100%;
	max-width: 1080px;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	color: var(--text);
}
#pv .breadcrumbs > li a,
#pv .breadcrumbs > li::before {
	color: var(--text);
}
#pv .breadcrumbs > li a:hover {
	color: var(--main);
}

/*PV用*/
#pv .breadcrumbs {
	width: 100%;
	max-width: 1080px;
	padding: 10px 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 5;
	color: #fff;
}
#pv .breadcrumbs > li a,
#pv .breadcrumbs > li::before {
	color: #fff;
}
#pv .breadcrumbs > li a:hover {
	color: var(--main);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パンくず*/
	.breadcrumbs {
		width: 100%;
		max-width: 100%;
		padding: 10px 20px;
		overflow-x: scroll;
		flex-wrap: nowrap;
		column-gap: 0;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.breadcrumbs > li {
		position: relative;
		display: table-cell;
		white-space: nowrap;
		min-width: auto;
		padding: 0;
		font-size: 0.8em;
	}
	.breadcrumbs > li a {
		font-size: 0.8em;
	}

	/*PV用*/
	#pv .breadcrumbs {
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
}

/************************************************************/
/*　ページネーション
/************************************************************/

.pagination {
	margin: 80px 0 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 42px;
	padding: 0;
	margin: 0;
	aspect-ratio: 1/1;
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	background: #fff;
}
.pagination .page-numbers .current {
	background: var(--main);
	color: #fff;
}
.pagination .page-numbers li a:hover {
	background: var(--main);
	color: #fff;
}
.pagination .page-numbers li a.prev,
.pagination .page-numbers li a.next {
	width: 42px;
	height: 42px;
	aspect-ratio: 1/1;
}
.pagination .page-numbers .dots {
	width: auto;
	padding: 0 12px;
	border: none;
	background: transparent;
	color: var(--gray);
	font-weight: 500;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.pagination .page-numbers {
		gap: 6px;
	}
	.pagination .page-numbers li a,
	.pagination .page-numbers li span {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}
	.pagination .page-numbers li a.prev,
	.pagination .page-numbers li a.next {
		width: 36px;
		height: 36px;
		aspect-ratio: 1/1;
	}
}

/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
	width: 100%;
	min-width: 1460px;
	height: 100px;
	padding: 0 0 0 30px;
	margin: 0;
	position: relative;
	background: rgba(255,255,255,1);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}
.logo {
	width: fit-content;
	height: 60px;
	aspect-ratio: 1342 / 280;
	padding: 0;
	margin: 0 auto 0 0;
	position: relative;
}
.logo .siteInfo__title {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
}
.logo .siteInfo__title a {
	display: block;
}
.logo .siteInfo__title a img {
	width: auto;
	height: 100%;
	display: block;
}

/*メニュー*/
#mainNav {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-header-menu {
	width: fit-content;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 0;
	position: relative;
	list-style: none;
}
#menu-header-menu > li {
	width: fit-content;
	padding: 0 20px;
	margin: 0;
	position: relative;
}
#menu-header-menu > li::after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #b2b2b1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
#menu-header-menu > li:last-child::after {
	display: none;
}
#menu-header-menu > li > a {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 15px;
	line-height: 1;
	color: var(--text);
	white-space: nowrap;
	text-decoration: none;
	position: relative;
	transition: var(--ease);
	z-index: 0;
}
#menu-header-menu > li > a:hover {
	color: var(--act);
	transition: var(--ease);
}
#menu-header-menu > li a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--act);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	z-index: -1;
}
#menu-header-menu > li a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
#menu-header-menu > li a span,
#menu-header-menu > li a * {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}
#menu-header-menu > li a:not(:hover)::before {
	transform-origin: right;
	transform: scaleX(0);
}

/*TEL*/
#header > .tel {
	height: 100%;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
	padding: 10px 30px;
	margin: 0;
	position: relative;
	background: var(--main);
	transition: var(--ease);
}
#header > .tel:hover {
	background: var(--act);
	transition: var(--ease);
}
#header > .tel .biz {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
#header > .tel > .num {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	position: relative;
}
#header > .tel > .num::before {
	content: '';
	display: block;
	width: 20px;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/icon_tel_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#header > .tel > .hrs {
	width: fit-content;
	padding: 5px 10px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: var(--main);
	text-align: center;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#header {
		width: 100%;
		min-width: 100%;
		height: 60px;
		padding: 0 60px 0 0;
		column-gap: 10px;
	}
	.logo {
		width: fit-content;
		padding: 15px 0 10px 10px;
		height: 60px;
		aspect-ratio: unset;
	}
	.logo .siteInfo__title a {
		display: block;
		height: 30px;
	}
	.logo .siteInfo__title a img {
		width: auto;
		height: 100%;
		display: block;
	}

	/*メニュー*/
	#mainNav {
		display: none;
	}

	/*TEL*/
	#header > .tel {
		padding: 5px 10px;
	}
	#header > .tel > .biz {
		font-size: 0.8rem;
		white-space: nowrap;
	}
	#header > .tel > .num {
		column-gap: 5px;
		font-size: 1.5rem;
		white-space: nowrap;
		color: #fff !important;
	}
	#header > .tel > .num::before {
		width: 10px;
	}
	#header > .tel > .hrs {
		padding: 3px 5px;
		font-size: 0.8rem;
		white-space: nowrap;
	}
	#header > .tel > a[href^="tel:"] {
		color: #fff;
	}

}


/************************************************************/
/*　ヘッダー Fix
/************************************************************/
#header.header-fix {
	background: rgba(255,255,255,1);
	border-right: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
}


/************************************************************/
/*　スマホ用ハンバーガーメニュー
/************************************************************/

/* ハンバーガー本体（右上固定） */
.hamburger {
	position: fixed;
	top: 50px;
	right: 50px;
	width: 25px;
	height: 20px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hamburger span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background-color: #111;
	width: 100%;
	transition: var(--ease);
	transform-origin: center;
}
.hamburger.scroll span {
	background-color: #111;
	transition: var(--ease);
}
.hamburger span:nth-child(1) {
	transform-origin: left;
}
.hamburger span:nth-child(3) {
	transform-origin: right;
}
.hamburger.active span:nth-child(1) {
	transform: scaleX(0);
	transform-origin: left;
	background-color: #111;
}
.hamburger.active span:nth-child(2) {
	transform: scaleX(1);
	background-color: #111;
}
.hamburger.active span:nth-child(3) {
	transform: scaleX(0);
	transform-origin: right;
	background-color: #111;
}

/* サブページ */
body#sub .hamburger {
	position: fixed;
	top: 25px;
	right: 50px;
	width: 25px;
	height: 20px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
body#sub .hamburger span {
	background-color: #111;
}
body#sub .hamburger.active span:nth-child(1) {
	background-color: #111;
}
body#sub .hamburger.active span:nth-child(2) {
	background-color: #111;
}
body#sub .hamburger.active span:nth-child(3) {
	background-color: #111;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.hamburger {
		position: fixed;
		top: 20px;
		right: 17px;
		width: 25px;
		height: 17px;
	}
	.hamburger span {
		background-color: #111;
	}
	.hamburger.scroll span {
		background-color: #111;
		transition: var(--ease);
	}
	.hamburger span:nth-child(1) {
		transform-origin: left;
	}
	.hamburger span:nth-child(3) {
		transform-origin: right;
	}
	.hamburger.active span:nth-child(1) {
		transform: scaleX(0);
		transform-origin: left;
		background-color: #111;
	}
	.hamburger.active span:nth-child(2) {
		transform: scaleX(1);
		background-color: #111;
	}
	.hamburger.active span:nth-child(3) {
		transform: scaleX(0);
		transform-origin: right;
		background-color: #111;
	}

	/* サブページ */
	body#sub .hamburger {
		position: fixed;
		top: 20px;
		right: 17px;
		width: 25px;
		height: 20px;
	}
	body#sub .hamburger span {
		background-color: #111;
	}
	body#sub .hamburger.active span:nth-child(1) {
		background-color: #111;
	}
	body#sub .hamburger.active span:nth-child(2) {
		background-color: #111;
	}
	body#sub .hamburger.active span:nth-child(3) {
		background-color: #111;
	}
}

/* モバイルメニュー */
.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.95);
	z-index: 1000;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: var(--ease);
}
.mobile-menu.active {
	opacity: 1;
	visibility: visible;
	transition: var(--ease);
}

/*デザイン*/
.panel_wrap {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.panel_visual {
	content: '';
	display: block;
	width: calc(100% - 600px);
	height: 100%;
	background-image: url('');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 100px;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.panel_visual::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.panel_visual > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: var(--font-min);
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
	color: #fff;
	border: none;
	background: none;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.panel_visual > h2 span {
	display: block;
	width: 100%;
	text-align: center;
}
.panel_visual > h2 img {
	width: 200px;
	height: auto;
}
.panel_content {
	width: 650px;
	min-width: 650px;
	padding: 50px 50px;
	margin: 0;
	background: none;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	display: flex;
	justify-content: center;
	column-gap: 50px;
}
.panel_content::-webkit-scrollbar {
	display: none;
}
.panel_nav {
	width: 200px;
	min-width: 200px;
	padding: 0;
	margin: 0;
	position: relative;
}
.panel_info {
	width: calc(100% - 200px - 50px);
	padding: 0;
	margin: 0;
	position: relative;
}

/*ボタンメニュー*/
.menu-panelbtn-menu {
	width: 90%;
	padding: 0;
	margin: 40px auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.menu-panelbtn-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.menu-panelbtn-menu > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	margin: 0;
	background: none;
	border: 1px solid #fff;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	transition: var(--ease);
	position: relative;
}
.menu-panelbtn-menu > li > a:hover {
	background: #fff;
	color: var(--text);
	transition: var(--ease);
}

/* メニューリスト */
#menu-panel-menu {
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
}
#menu-panel-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
}
#menu-panel-menu > li a {
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
	font-family: var(--font-en);
	font-size: 15px;
	line-height: 1;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
	position: relative;
}
#menu-panel-menu > li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: var(--text);
	transition: var(--ease);
	position: absolute;
	bottom: -8px;
	left: 0;
}
#menu-panel-menu > li a:hover {
	color: var(--text);
	transition: var(--ease);
	position: relative;
}
#menu-panel-menu > li a:hover::after {
	width: 100%;
	transition: var(--ease);
}
#menu-panel-menu > li a > span {
	font-size: 10px;
	line-height: 1;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

	/*デザイン*/
	.panel_wrap {
		flex-wrap: wrap;
	}
	.panel_visual {
		display: none;
	}
	.panel_visual > h2 {
		width: 100%;
		font-size: 14px;
		gap: 10px;
	}
	.panel_visual > h2 img {
		width: 100px;
	}
	.panel_content {
		width: 100%;
		min-width: 100%;
		height: 100vh;
		padding: 60px 30px;
		flex-wrap: wrap;
		column-gap: 30px;
		grid-row-gap: 50px;
	}
	.panel_nav {
		width: 100%;
		min-width: 100%;
		order: 1;
	}
	.panel_info {
		width: 100%;
	}

	/*ボタンメニュー*/
	.menu-panelbtn-menu {
		width: 100%;
		margin: 30px auto;
		grid-row-gap: 12px;
	}
	.menu-panelbtn-menu > li {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.menu-panelbtn-menu > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 30px;
		margin: 0;
		background: none;
		border: 1px solid var(--text);
		font-size: 15px;
		line-height: 1;
		color: var(--text);
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		transition: var(--ease);
		position: relative;
	}
	.menu-panelbtn-menu > li > a:hover {
		background: var(--text);
		color: var(--text);
		transition: var(--ease);
	}

	/* メニューリスト */
	#menu-panel-menu {
		grid-row-gap: 0;
		margin: 0 auto;
		border-top: 1px solid var(--text);
	}
	#menu-panel-menu > li {
		text-align: center;
		border-bottom: 1px solid var(--text);
	}
	#menu-panel-menu > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 20px;
		font-size: 16px;
		text-align: center;
		font-weight: 600;
	}
	#menu-panel-menu > li a::after {
		display: none !important;
	}
	#menu-panel-menu > li .sub-menu {
		grid-row-gap: 0;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		position: relative;
	}
	#menu-panel-menu > li .sub-menu > li {
		text-align: center;
		border-top: 1px solid var(--text);
	}
	#menu-panel-menu > li .sub-menu > li::before {
		display: none;
	}
}

/************************************************************/
/*　フッター
/************************************************************/


/************************************************************/
/*　フッター
/************************************************************/
.footer {
	width: 100%;
	padding: 80px 50px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 5px solid #eee;
}
body#sub .footer {
	padding: 80px 50px;
}
.footer_wrap {
	width: 100%;
	max-width: 1080px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 80px;
}
.footer_left {
	width: 400px;
	min-width: 400px;
	padding: 0;
	margin: 0;
	position: relative;
}
.footer_right {
	width: calc(100% - 80px - 400px);
	padding: 0;
	margin: 0;
	position: relative;
}

/*会社情報*/
.company_info {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.company_info > h2 {
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	background: none;
	position: relative;
}
.company_info > h2 a {
	display: block;
	height: 50px;
}
.company_info > h2 img {
	width: auto;
	height: 100%;
}

.company_info dl {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.company_info dl dt {
	padding: 0;
	margin: 0 auto 10px;
	font-family: var(--font-min);
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	text-align: left;
}
.company_info dl dd {
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.company_info dl dd > p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.company_info a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	text-decoration: none;
	transition: var(--ease);
}
.company_info .link::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	min-width: 10px;
	aspect-ratio: 1/1;
	background-image: url('https://chikyu-ya.info/wp-content/uploads/icon_blank.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.company_info a:hover {
	text-decoration: underline;
	opacity: 0.8;
	transition: var(--ease);
}

/* - 中央よせ */
.company_info.center > h2 {
	text-align: center;
	margin: 0 auto;
}
.company_info.center dl dt {
	text-align: center;
}
.company_info.center dl dd > p {
	text-align: center;
}

/*メニュー*/
#menu-footer-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 20px;
}
#menu-footer-menu > li {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-footer-menu > li a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	transform: var(--ease);
}
#menu-footer-menu > li a::after {
	content: '';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 10px;
	height: 10px;
	background-image: url('https://chikyu-ya.info/wp-content/uploads/icon_arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	transform: rotate(-45deg);
}
#menu-footer-menu > li a:hover {
	opacity: 0.8;
	text-decoration: underline;
	transform: var(--ease);
}

/*SNS*/
#menu-footer-sns {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 20px;
}
#menu-footer-sns > li {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-footer-sns > li a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transform: var(--ease);
	transition: var(--ease);
}
#menu-footer-sns > li a span {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#menu-footer-sns > li a span.dashicons {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#menu-footer-sns > li a:hover {
	opacity: 0.8;
	transform: var(--ease);
}

/*コピーライト*/
.container-copyright {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 30px auto 0;
}
.container-copyright .copyright {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: none;
	border: none;
	text-align: center;
	font-family: var(--font-en);
	font-size: 10px;
	line-height: 1;
	color: var(--text);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.footer {
		width: 100%;
		padding: 40px 20px;
	}
	body#sub .footer {
		padding: 40px 20px;
	}
	.footer_wrap {
		width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	.footer_left {
		width: 100%;
		min-width: 100%;
	}
	.footer_right {
		width: 100%;
	}

	/*会社情報*/
	.company_info {
		width: 100%;
		grid-row-gap: 30px;
	}
	.company_info > h2 {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}

	.company_info dl {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.company_info dl dt {
		margin: 0 auto 10px;
		font-size: 18px;
		text-align: center;
	}
	.company_info dl dd {
		grid-row-gap: 5px;
	}
	.company_info dl dd > p {
		text-align: center;
	}
	.company_info .link::after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		min-width: 10px;
		aspect-ratio: 1/1;
		background-image: url('https://chikyu-ya.info/wp-content/uploads/icon_blank_w.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.company_info a:hover {
		text-decoration: underline;
		opacity: 0.8;
		transition: var(--ease);
	}

	/*メニュー*/
	#menu-footer-menu {
		margin: 0 auto 40px;
		column-gap: 20px;
		grid-row-gap: 10px;
		justify-content: center;
	}
	#menu-footer-menu > li {
		width: 80%;
	}
	#menu-footer-menu > li a {
		font-size: 16px;
	}

	/*SNS*/
	#menu-footer-sns {
		width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: center;
	}

	/*コピーライト*/
	.container-copyright {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 30px auto 0;
	}
	.container-copyright .copyright {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}


/************************************************************/
/*　サイドバー
/************************************************************/

.side .tel {
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
	padding: 18px 30px;
	margin: 0;
	position: relative;
	background: var(--main);
	transition: var(--ease);
}
.side .tel:hover {
	background: var(--act);
	transition: var(--ease);
}
.side .tel::before {
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: none;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.side .tel > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.side .tel > .biz {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.side .tel > .num {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	position: relative;
}
.side .tel > .num::before {
	content: '';
	display: block;
	width: 20px;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/icon_tel_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.side .tel > .hrs {
	width: fit-content;
	padding: 5px 10px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: var(--main);
	text-align: center;
}

.side .widget-area {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 40px;
}
.side .widget-area > .widget,
.side .widget-area > .widget_block {
	padding: 20px;
	margin: 0;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}
body .side .widget h2:not(.widget-title) {
	padding: 1rem 1.5rem;
	background: var(--text);
	border-radius: 0;
	color: #fff;
	font-size: 1em;
}
body .side .widget .wp-block-search__label {
	position: static;
	padding: 1rem 1.5rem;
	background: var(--text);
	border-radius: 0;
	color: #fff;
	font-size: 1em;
}

/*リスト*/
body .side .widget .wp-block-page-list,
body .side .widget .wp-block-categories-list,
body .side .widget .wp-block-archives-list {
	border-bottom: 1px solid #eee;
}
body .side .widget .wp-block-page-list a,
body .side .widget .wp-block-categories-list > .cat-item > a:only-child,
body .side .widget .archive-item a {
	padding: 0.7em 0;
	margin: 0;
	position: relative;
	font-size: 0.9em;
}
body .side .widget .wp-block-page-list a::after,
body .side .widget .wp-block-categories-list > .cat-item > a:only-child::after,
body .side .widget .archive-item a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%) rotate(45deg);
}

/*検索*/
body .side .widget .wp-block-search__input {
	height: 40px;
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 0;
	font-size: 0.9em;
	outline: none;
}
body .side .widget .wp-block-search.wp-block-search__button-outside .wp-block-search__button.has-icon {
	height: 40px;
	width: auto;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	outline: none;
}

/*タイトル*/
#contents .aside > h2 {
	width: 100%;
	padding: 12px;
	margin: 0 auto 1px;
	background: var(--main);
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	font-family: var(--font-en);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2em;
	position: relative;
	z-index: 0;
}

/*カテゴリ*/
.side .iconmenu {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border: none;
	background: rgba(0,0,0,0.05);
	box-shadow: none;
	list-style: none;
	position: relative;
}
.side .iconmenu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
}
.side .iconmenu > li a {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	padding: 10px 20px 10px 10px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background: #fff;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--text);
	font-weight: 400;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.3s ease;
}
.side .iconmenu > li:last-child a {
	border-bottom: none;
}
.side .iconmenu > li a::before,
.side .iconmenu > li a::after {
	display: none;
}
.side .iconmenu > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
}
.side .iconmenu > li a:hover {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--sub);
	font-weight: 400;
	transition: all 0.3s ease;
}
.side .iconmenu > li a figure {
	width: 40px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.side .iconmenu > li a figure::before {
	content: '';
	display: block;
	padding: 50%;
}
.side .iconmenu > li a figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*サブメニュー*/
.side .iconmenu > li .sub-menu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
.side .iconmenu > li .sub-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.side .iconmenu > li .sub-menu > li a {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	padding: 10px 20px 10px 10px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background: #fff;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--text);
	font-weight: 400;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.3s ease;
}
.side .iconmenu > li .sub-menu > li:last-child a {
	border-bottom: none;
}
.side .iconmenu > li .sub-menu > li a::before,
.side .iconmenu > li .sub-menu > li a::after {
	display: none;
}
.side .iconmenu > li .sub-menu > li a::before {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: var(--text);
}
.side .iconmenu > li .sub-menu > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
}
.side .iconmenu > li .sub-menu > li a:hover {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--sub);
	font-weight: 400;
	transition: all 0.3s ease;
}

/*カテゴリ*/
.side .areamenu {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border: none;
	background: rgba(0,0,0,0.05);
	box-shadow: none;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1px;
}
.side .areamenu > li {
	width: calc((100% - 1px) / 2);
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
}
.side .areamenu > li a {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	padding: 10px 20px 10px 10px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background: #fff;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--text);
	font-weight: 400;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.3s ease;
}
.side .areamenu > li:last-child a {
	border-bottom: none;
}
.side .areamenu > li a::before,
.side .areamenu > li a::after {
	display: none;
}
.side .areamenu > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
}
.side .areamenu > li a:hover {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--sub);
	font-weight: 400;
	transition: all 0.3s ease;
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#fv {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-color: #76a2e3;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/fv_bg_2.webp');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 65%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.fv_top {
	width: 100%;
	height: 100%;
	padding: 100px 50px 150px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.fv_top::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.fv_top::after {
	content: '';
	display: block;
	width: auto;
	height: 500px;
	aspect-ratio: 1200 / 984;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/fv_img.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: -1;
}
.fv_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.fv_wrap > span {
	display: block;
	width: 420px;
	padding: 0;
	margin: 0 0 20px 40px;
	position: relative;
}
.fv_wrap > span img {
	width: 100%;
	height: auto;
}
.fv_wrap > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	font-size: 70px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: left;
}
.fv_wrap > h2 strong {
	color: var(--main);
	font-weight: 700;
}
.fv_wrap > p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 2em;
	font-weight: 600;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.fv_btm {
	width: 100%;
	min-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.fv_btm::before {
	content: '';
	display: block;
	position: absolute;
	top: -37px;
	right: 0;
	width: 120%;
	height: 300%;
	background: var(--main);
	transform-origin: top center;
	transform: skewY(-5deg);
}
.fv_btm::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.fv_btm_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 30px;
	transform: translate(0, -40px);
}
.fv_feature_1 {
	width: calc(100% - 30px - 200px);
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
}
.fv_feature_1 > li {
	width: calc((100% - 40px) / 3);
	padding: 20px;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.fv_feature_1 > li > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
}
.fv_feature_1 > li > header em {
	width: 40px;
	height: 35px;
	display: block;
	font-family: var(--font-en);
	font-size: 35px;
	line-height: 1;
	color: var(--main);
	white-space: nowrap;
	font-weight: 700;
}
.fv_feature_1 > li > header h3 {
	width: calc(100% - 40px - 20px);
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 18px;
	pointer-events: 1;
	font-weight: 700;
	color: var(--text);
	text-align: left;
}
.fv_feature_1 > li > header h3::before,
.fv_feature_1 > li > header h3::after {
	display: none;
}
.fv_feature_1 > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.fv_feature_2 {
	width: 200px;
	min-width: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.fv_feature_2 > li {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	background: none;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.fv_feature_2 > li:first-child {
	padding-top: 0;
}
.fv_feature_2 > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.fv_feature_2 > li span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.fv_feature_2 > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.fv_feature_2 > li > h3 strong {
	font-size: 1.4em;
}
.fv_feature_2 > li small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#fv {
		width: 100%;
		height: auto;
		padding: 0;
		z-index: 0;
		background-image: url(https://test-hiromitsu.coresv.com/wp-content/uploads/fv_bg_2_sp.webp);
		background-position: top right;
		background-size: 100%;
	}

	.fv_top {
		width: 100%;
		height: 100%;
		padding: 50px 20px 100px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
	.fv_top::after {
		content: '';
		display: block;
		width: 75%;
		height: auto;
		position: absolute;
		bottom: 50px;
		left: unset;
		z-index: -1;
		right: -50px;
	}
	.fv_wrap {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 10px;
	}
	.fv_wrap > span {
		width: 50%;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.fv_wrap > h2 {
		margin: 0 auto 10px;
		font-size: 9.5vw;
	}
	.fv_wrap > h2 strong {
		color: var(--main);
		font-weight: 700;
	}
	.fv_wrap > p {
		font-size: 14px;
	}

	.fv_btm {
		width: 100%;
		min-width: 100%;
		padding: 0 20px;
	}
	.fv_btm::before {
		content: '';
		display: block;
		position: absolute;
		top: -40px;
		right: 0;
		width: 120%;
		height: 300%;
		background: var(--main);
		transform-origin: top center;
		transform: skewY(-5deg);
	}
	.fv_btm::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	.fv_btm_wrap {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		grid-row-gap: 20px;
		transform: unset;
	}
	.fv_feature_1 {
		width: 100%;
		flex-wrap: wrap;
		column-gap: 20px;
		grid-row-gap: 10px;
	}
	.fv_feature_1 > li {
		width: 100%;
		padding: 20px;
		border-radius: 10px;
	}
	.fv_feature_2 {
		width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		list-style: none;
		display: flex;
		flex-direction: unset;
		justify-content: center;
		border-left: 1px solid #fff;
	}
	.fv_feature_2 > li {
		width: calc(100% / 3);
		padding: 0 10px;
		margin: 0 auto;
		position: relative;
		background: none;
		border: none;
		border-right: 1px solid #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		grid-row-gap: 5px;
	}
	.fv_feature_2 > li:first-child {
		padding-top: 0;
	}
	.fv_feature_2 > li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.fv_feature_2 > li span {
		font-size: 12px;
	}
	.fv_feature_2 > li > h3 {
		font-size: 16px;
	}
	.fv_feature_2 > li > h3 strong {
		font-size: 1.2em;
	}
	.fv_feature_2 > li small {
		font-size: 10px;
	}
}


/************************************************************/
/*　画像スライダー
/************************************************************/
.loop-slider {
	width: 110%;
	min-width: 110%;
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: -3;
	transform: translate(-50%,0) rotate(-5deg);
	transform-origin: center;
}
.slideGal {
	display: flex;
	gap: 10px;
	padding: 10px;
	margin: 0;
	list-style: none;
	background: #fff;
	width: max-content;
	animation: side-loop-left 60s linear infinite;
}
.slideGal li {
	flex: 0 0 calc(100vw / 5);
	width: calc(100vw / 5);
	aspect-ratio: 16 / 9;
	min-width: 355.56px;
	min-height: 200px;
	box-sizing: border-box;
}
.slideGal li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@keyframes side-loop-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
/*.loop-slider:hover .slideGal {
	animation-play-state: paused;
}*/
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.loop-slider {
		width: 120%;
		min-width: 120%;
		overflow: hidden;
		position: absolute;
		bottom: 50px;
		left: 50%;
		z-index: -3;
		transform: translate(-50%,0) rotate(-5deg);
		transform-origin: center;
	}
	.slideGal li {
		flex: 0 0 calc(100vw / 5);
		width: calc(100vw / 5);
		aspect-ratio: 16 / 9;
		min-width: 200px;
		min-height: 100px;
		box-sizing: border-box;
	}
}


/************************************************************/
/*　サイトマップ
/************************************************************/

/*リスト*/
#sitemap-menu {
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #c8c8c8;
	list-style: none;
}
#sitemap-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #c8c8c8;
}
#sitemap-menu > li a {
	display: block;
	padding: 0.7em 2em 0.7em 1em;
	margin: 0;
	position: relative;
	font-size: 0.9em;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#sitemap-menu > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(0,-50%) rotate(45deg);
}
#sitemap-menu > li a:hover {
	color: var(--act);
	text-decoration: none;
	transition: var(--ease);
}
/*サブメニュー*/
#sitemap-menu > li .sub-menu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#sitemap-menu > li .sub-menu > li {
	border-top: 1px solid #c8c8c8;
	list-style: none;
}
#sitemap-menu > li .sub-menu > li::before,
#sitemap-menu > li .sub-menu > li::after {
	display: none;
}
#sitemap-menu > li .sub-menu > li a {
	padding: 0.7em 2em 0.7em 2em;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
#sitemap-menu > li .sub-menu > li a::before {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: var(--text);
	position: relative;
	top: unset;
	left: unset;
}

/************************************************************/
/*　CTA
/************************************************************/
.topCta {
	width: 100%;
	padding: 50px 0 50px;
	margin: 0 auto;
	background: #fafafa;
	position: relative;
	z-index: 0;
}
#fv + .topCta {
	padding: 50px 0 100px;
}
#fv + .topCta::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: var(--main);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.mvCta {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topCta_wrap {
	width: 100%;
	max-width: 1100px;
	min-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	background: #fff;
	border: 3px solid #eee;
	border-radius: 10px;
	z-index: 5;
	filter: drop-shadow(2px 3px 6px rgba(41, 76, 122, 0.15));
}
.topCta_left {
	width: 50%;
	min-width: 600px;
	padding: 0;
	margin: 0;
	position: relative;
}
.topCta_right {
	width: calc(50%);
	min-width: 500px;
	padding: 30px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 20px;
}
/*画像*/
.topCta_left > figure {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px 0 0 10px;
}
.topCta_left > figure::before {
	content: '';
	display: block;
	width: 100px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
.topCta_left > figure::after {
	content: '';
	display: block;
	width: 120px;
	height: 100%;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/cta_serif_2.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.topCta_left > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.topCta_left > h2,
#contents .topCta_left > h2 {
	width: 400px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	position: absolute;
	top: -30px;
	left: 45%;
	transform: translate(-50%,0);
	z-index: 10;
}
.topCta_left > h2 img {
	width: 100%;
	height: auto;
}
/* - 電話*/
.topCta_right > a.cta_tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-row-gap: 3px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	transition: var(--ease);
	text-decoration: none;
}
.topCta_right > a.cta_tel > em {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap;
	color: var(--text);
	letter-spacing: normal;
	z-index: 2;
	transition: var(--ease);
}
.topCta_right > a.cta_tel > p {
	display: inline-flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 7px;
	font-family: var(--font-en);
	font-size: 55px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	letter-spacing: normal;
	position: relative;
	transition: var(--ease);
	padding: 0;
	margin: 0;
}
.topCta_right > a.cta_tel:hover > p {
	color: #f77311;
	transition: var(--ease);
}
.topCta_right > a.cta_tel > p::before {
	content: '';
	display: block;
	width: auto;
	height: 40px;
	aspect-ratio: 150 / 150;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/icon_tel_orange.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.topCta_right > a.cta_tel > p > span {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
}
.topCta_right > a.cta_tel > p > span em {
	display: inline-block;
	padding: 6px 10px;
	margin: 0;
	background: #f77311;
	border-radius: 16px;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-style: normal;
}
/*ボタン*/
a.cta_mail,
a.cta_line {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: calc(50% - 10px);
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	text-decoration: none;
	border-radius: 12px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: var(--ease);
}
a.cta_mail:hover,
a.cta_line:hover {
	filter: brightness(1.1);
	transform: translateY(3px);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
/* メール */
a.cta_mail {
	color: #fff;
	background: var(--main);
	border: 2px solid var(--main);
	box-shadow: 0 3px 0 #dd530e;
}
a.cta_mail::before {
	content: '';
	display: block;
	width: auto;
	height: 20px;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/icon_mail_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
/* LINE */
a.cta_line {
	color: #fff;
	background: var(--line);
	border: 2px solid var(--line);
	box-shadow: 0 3px 0 #007651;
}
a.cta_line::before {
	content: '';
	display: block;
	width: auto;
	height: 20px;
	aspect-ratio: 53 / 50;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/icon_line_w.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

/*色変え*/
.mvCta .topCta_wrap {
	background: #ffe980;
	transform: translateY(-30px);
}
.mvCta .topCta_left > figure::before {
	background: #ffe980;
}
.mvCta .topCta_left > h2 {
	top: -55px;
	left: 40%;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.topCta {
		width: 100%;
		padding: 30px 20px 20px;
	}
	#fv + .topCta {
		padding: 30px 0 0;
	}
	#fv + .topCta::before {
		content: '';
		display: block;
		width: 100%;
		height: 31px;
		background: var(--main);
		position: absolute;
		top: -0.5px;
		left: 0;
		z-index: -1;
	}
	.topCta_wrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex-wrap: wrap;
		border-radius: 0;
		border: none;
	}
	.topCta_left {
		width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.topCta_right {
		width: 100%;
		min-width: 100%;
		padding: 20px;
		margin: 0;
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.topCta .topCta_right {
		padding: 20px 10px;
	}
	.topCta_left > h2,
	#contents .topCta_left > h2 {
		width: 90%;
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 10;
	}
	/*画像*/
	.topCta_left > figure {
		width: 100%;
		border-radius: 0;
	}
	.topCta_left > figure::before {
		content: '';
		display: block;
		width: auto;
		height: auto;
		background: #fff;
		position: relative;
		top: unset;
		right: unset;
		z-index: -1;
		clip-path: unset;
		padding-top: 50%;
	}
	.topCta_left > figure::after {
		display: none;
	}
	.topCta_left > h2 {
		width: 80%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 10;
	}
	/* - 電話*/
	.topCta_right > a.cta_tel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-row-gap: 3px;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		transition: var(--ease);
	}
	.topCta_right > a.cta_tel > em {
		font-size: 14px;
		margin-bottom: 5px;
		text-align: center;
		text-align-last: center;
	}
	.topCta_right > a.cta_tel > p {
		font-size: 40px;
		justify-content: center;
	}
	.topCta_right > a.cta_tel > p::before {
		height: 25px;
	}
	.topCta_right > a.cta_tel > p > span {
		column-gap: 5px;
		width: 100%;
		font-size: 14px;
	}
	.topCta_right > a.cta_tel > p > span em {
		display: inline-block;
		padding: 6px 10px;
		border-radius: 16px;
		font-size: 12px;
	}
	/*ボタン*/
	a.cta_mail,
	a.cta_line {
		column-gap: 5px;
		width: calc(50% - 5px);
		padding: 10px 10px;
		line-height: 1;
		font-size: 4vw;
		letter-spacing: -0.05em;
		white-space: nowrap;
	}
	/* メール */
	a.cta_mail::before {
		height: 17px;
	}
	/* LINE */
	a.cta_line::before {
		height: 17px;
	}

	/*色変え*/
	.mvCta .topCta_wrap {
		background: #ffe980;
		transform: unset;
	}
	.mvCta .topCta_left > figure::before {
		background: #ffe980;
	}
	.mvCta .topCta_left > h2 {
		width: 70%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -25px;
		left: 15%;
		transform: unset;
		z-index: 10;
	}
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

}


/************************************************************/
/*　お問い合わせフォーム
/************************************************************/

#topContact {
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topContact::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: #fff3de;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topContact {
		width: 100%;
		padding: 100px 20px 30px;
	}
	#topContact::before {
		width: 100%;
		height: 50px;
	}
}


/*ボックス*/
#contents .formBox > h3 {
	width: 100%;
	margin: 0 auto 30px;
}
.formBox {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.formBox > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	border-bottom: 1px solid #eee;
}
.formBox > dl:first-of-type {
	border-top: 1px solid #eee;
}
.formBox > dl dt {
	width: 200px;
	min-width: 200px;
	padding: 20px 0 20px 20px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
}
.formBox > dl dt .att,
.formBox > dl dt .any {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: #dd3131;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}
.formBox > dl dt .any {
	background: #4584c9;
}
.formBox > dl dd {
	width: calc(100% - 20px - 200px);
	padding: 20px 20px 20px 0;
	margin: 0;
	position: relative;
}
.formBox > dl dt p,
.formBox > dl dd p {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"] {
	width: 100%;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fafafa;
	line-height: 1;
}
.formBox textarea {
	width: 100%;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fafafa;
	line-height: 1.6;
}
.formBox input.w50 {
	max-width: 50%;
}
.formBox input.w25 {
	max-width: 25%;
}

/*住所*/
.formBox .wpcf7-form-control-wrap[data-name="your-zip"],
.formBox .wpcf7-form-control-wrap[data-name="your-adress"] {
	display: block;
	margin-bottom: 10px;
}
.formBox .wpcf7-form-control-wrap + p {
	margin-top: 5px;
}

/*チェックボックス*/
.formBox .wpcf7-list-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-right: 15px !important;
}
.formBox .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	cursor: pointer;
	z-index: 10;
	margin: 0 !important;
}
.formBox .wpcf7-list-item-label {
	position: relative;
	padding-left: 25px !important;
	display: inline-block;
	z-index: 5;
	cursor: pointer;
}
.formBox .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	border-radius: 4px;
	display: block !important;
}
.formBox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
	background: #333 !important;
	border-color: #333 !important;
}
.formBox .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
	width: 6px;
	height: 11px;
	border-right: 3px solid #fff !important;
	border-bottom: 3px solid #fff !important;
	opacity: 0 !important;
	display: block !important;
}
.formBox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1 !important;
}

/*ラジオボタン*/
.formBox .wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
	width: 100%;
}
.formBox .wpcf7-list-item {
	padding: 0;
	margin: 0;
}
.formBox .wpcf7-radio input[type="radio"] {
	display: none;
}
.formBox .wpcf7-radio label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	gap: 6px;
}
.formBox .wpcf7-radio label::before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 50%;
	box-sizing: border-box;
	transition: var(--ease);
}
.formBox .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
	position: relative;
}
.formBox .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: -17px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--main);
}

#contents .wpcf7-spinner {
	display: none;
}
#contents .wpcf7 .wpcf7-response-output {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: 100px auto;
	text-align: center;
	padding: 20px;
}

/*ファイル添付*/
.formBox .fileStatus {
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}

/*送信ボタン*/
.formBox input[type="submit"] {
	width: fit-content;
	min-width: 300px;
	padding: 10px 24px;
	margin: 30px auto 0;
	background: var(--text);
	border-radius: 5px;
	border: none;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	transition: var(--ease);
}
.formBox input[type="submit"]:hover {
	background: var(--main);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ボックス*/
	.formBox {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.formBox > dl {
		width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	.formBox > dl dt {
		width: 100%;
		min-width: 100%;
		padding: 20px 0 0;
		justify-content: flex-start;
		column-gap: 10px;
	}
	.formBox > dl dt .att,
	.formBox > dl dt .any {
		padding: 3px 7px;
		font-size: 10px;
	}
	.formBox > dl dd {
		width: 100%;
		padding: 0 0 20px;
	}
	.formBox input.w50 {
		max-width: 100%;
	}
	.formBox input.w25 {
		max-width: 50%;
	}

	/*ラジオボタン*/
	.formBox .wpcf7-radio {
		column-gap: 30px;
		grid-row-gap: 5px;
		width: 100%;
	}

	#contents .wpcf7-spinner {
		display: none;
	}
	#contents .wpcf7 .wpcf7-response-output {
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 30px auto;
		text-align: center;
		padding: 20px;
	}
}


/************************************************************/
/*　記事詳細
/************************************************************/

/*タイトル*/
#contents .articleHeader__title {
	margin: 0 auto 1em;
	font-size: 2.2vw;
}

/*ヘッダー*/
.articleHeader {
	padding: 0 0 50px;
	margin: 0 auto 50px;
	position: relative;
	border-bottom: 3px solid #eee;
}

/*公開・更新日時*/
.articleHeader__info {
	margin: 0.8rem auto 1rem;
}

/*カスタムポスト・タクソノミー・カテゴリ・タグ*/
.post-taxonomy {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
}
.post-taxonomy > span {
	display: inline-block;
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
.post-taxonomy > span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: var(--main);
	font-size: 10px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: color 0.3s ease;
	z-index: 0;
}
.post-taxonomy > span a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--act);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	z-index: -1;
}
.post-taxonomy > span a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.post-taxonomy > span a span,
.post-taxonomy > span a * {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}
.post-taxonomy > span a:hover {
	color: #fff;
}
.post-taxonomy > span a:not(:hover)::before {
	transform-origin: right;
	transform: scaleX(0);
}

/*目次*/
.toc_block .toc > ol > li:not(.previous):has(> a) > a::before {
	content: "\f105";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--main);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.toc_block .toc > ol > li > ol > li:has(> a) > a::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(1em - 2px);
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--main);
	border-radius: 50%;
}

/*監修者*/
.articleFooter__author .caption {
	border-radius: 0;
}
.articleFooter__author .uqAuthor {
	border-radius: 0;
}

/*関連記事*/
#contents .articleFooter {
	margin-top: 70px;
}
#contents .ttl {
	width: 100%;
	padding: 10px 15px;
	margin: 0 auto 30px;
	background: var(--main);
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: left;
}
/* - リスト*/
.relationList {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 50px;
}
.relationList > li {
	width: calc((100% - 60px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.relationList > li.none {
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.relationList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.relationList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.relationList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transform-origin: center;
	transition: var(--ease);
}
.relationList > li > figure:hover img {
	filter: brightness(1.05);
	transform: translate(-50%,-50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
#contents .relationList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 13px;
	line-height: 1.5em;
	color: var(--text);
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .relationList > li > h3::before,
#contents .relationList > li > h3::after {
	display: none;
}
#contents .relationList > li > h3 a {
	font-size: 13px;
	line-height: 1.5em;
	color: var(--text);
	font-weight: 500;
	text-decoration: none;
	transition: var(--ease);
}
#contents .relationList > li > h3 a:hover {
	color: var(--main);
	transition: var(--ease);
}

/*前後の記事*/
.articlePager a:hover {
	background: none;
	box-shadow: none;
	color: var(--main);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*タイトル*/
	#contents .articleHeader__title {
		margin: 0 auto 1em;
		font-size: 5vw;
	}
	/*ヘッダー*/
	.articleHeader {
		padding: 0 0 30px;
		margin: 0 auto 30px;
	}
	#contents .toc_block {
		margin: 30px auto;
	}

	/*関連記事*/
	#contents .ttl {
		width: 100%;
		padding: 10px 15px;
		margin: 0 auto 1.5em;
		background: var(--main);
		border: none;
		border-radius: 0;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		text-align: left;
	}
	/* - リスト*/
	.relationList {
		column-gap: 20px;
		grid-row-gap: 30px;
	}
	.relationList > li {
		width: calc((100% - 20px) / 2);
		grid-row-gap: 10px;
	}
	#contents .relationList > li > h3 {
		font-size: 12px;
		line-height: 1.5em;
	}
	#contents .relationList > li > h3 a {
		font-size: 12px;
		line-height: 1.5em;
	}
}


/************************************************************/
/*　トップページ　エリア
/************************************************************/
#topArea {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto;
	background: #fafafa;
	position: relative;
}
body#sub #topArea {
	background: none;
}
/*エリアリスト*/
.areaBox {
	width: 100%;
	max-width: 1100px;
	padding: 50px;
	margin: 0 auto 50px;
	position: relative;
	background: #fff;
	border: 3px solid #c8c8c8;
	border-radius: 10px;
	filter: drop-shadow(2px 3px 6px rgba(41, 76, 122, 0.15));
}
#contents .areaBox > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
}
#contents .areaBox > h3::before,
#contents .areaBox > h3::after {
	display: none;
}
#contents .areaBox > ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 2em;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 0;
}
#contents .areaBox > ul:last-of-type {
	margin-bottom: 0;
}
#contents .areaBox > ul li {
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .areaBox > ul li::after {
	content: ',';
	display: inline;
}
#contents .areaBox > ul li > a {
	font-size: 14px;
	line-height: 1;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#contents .areaBox > ul li > a:hover {
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	text-decoration: underline;
	transition: var(--ease);
}

#topArea > p {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 16px;
}
#topArea > p:last-of-type {
	margin-bottom: 0;
}
#topArea > p strong {
	color: var(--main);
	font-size: 1.5em;
	font-weight: 900;
}
#topArea > p b {
	color: var(--red);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topArea {
		width: 100%;
		padding: 30px 20px;
		margin: 0 auto;
		position: relative;
	}
	/*エリアリスト*/
	.areaBox {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		margin: 0 auto 20px;
	}
	#contents .areaBox > h3 {
		margin: 0 auto 10px;
		font-size: 18px;
	}
	.areaList {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		justify-content: space-between;
		column-gap: 15px;
		grid-row-gap: 15px;
	}
	.areaList > li {
		width: calc((100% - 15px) / 2);
		padding: 12px;
		border-radius: 5px;
		font-size: 15px;
	}
	#topArea > p {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
		font-size: 14px;
	}
	#topArea > p strong {
		color: var(--main);
		font-size: 1.2em;
		font-weight: 900;
	}
}


/************************************************************/
/*　トップページ　お悩み
/************************************************************/
#topWorry {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background-color: rgba(34,60,90,1);
	position: relative;
	z-index: 0;
}
#topWorry::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/fv_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0.2;
}
#topWorry::after {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom, rgba(34,60,90,0) 0%, rgba(34,60,90,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}
#topWorry > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
}
#topWorry > header > em {
	display: block;
	width: fit-content;
	padding: 10px 30px 12px;
	margin: 0 auto 20px;
	background: var(--main);
	border: 3px solid #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	font-style: normal;
	text-align: center;
	border-radius: 40px;
}
#contents #topWorry > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 60px;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
#contents #topWorry > header > h2::before,
#contents #topWorry > header > h2::after {
	content: '';
	display: block;
	width: auto;
	height: 145px;
	aspect-ratio: 90 / 144;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/serif.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#contents #topWorry > header > h2::after {
	transform: scale(-1,1);
}
#contents #topWorry > header > h2 strong {
	color: var(--yellow);
	position: relative;
	display: inline-block;
}
#contents #topWorry > header > h2 strong::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/wave.svg');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: repeat-x;
}
/*悩みリスト*/
#contents .worryList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
#contents .worryList > li {
	width: calc((100% - 20px) / 2);
	padding: 20px;
	margin: 0;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 900;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 10px;
}
#contents .worryList > li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/check.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
	top: 0.1em;
}

/*お悩みケース*/
#contents .worryCase {
	width: 100%;
	max-width: 1100px;
	padding: 30px;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#contents .worryCase > li {
	width: calc((100% - 60px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	z-index: 0;
}
#contents .worryCase > li::before {
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	background-image: linear-gradient(to top, rgba(34,60,90,1) 0%, rgba(34,60,90,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	z-index: 1;
}
#contents .worryCase > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#contents .worryCase > li > figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
#contents .worryCase > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#contents .worryCase > li > h3 {
	width: 100%;
	padding: 15px 10px;
	margin: 0;
	border: none;
	background: none;
	font-size: 25px;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#contents #topWorry > p {
	padding: 0;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topWorry {
		width: 100%;
		padding: 30px 20px;
	}
	#topWorry::before {
		background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/fv_bg.webp');
	}
	#topWorry > header {
		width: 100%;
		margin: 0 auto 15px;
	}
	#topWorry > header > em {
		display: block;
		width: fit-content;
		padding: 7px 15px 10px;
		margin: 0 auto 10px;
		border: 2px solid #fff;
		font-size: 3.5vw;
		border-radius: 40px;
		white-space: nowrap;
	}
	#contents #topWorry > header > h2 {
		width: 100%;
		font-size: 5vw;
		column-gap: 10px;
		align-items: flex-end;
		white-space: nowrap;
	}
	#contents #topWorry > header > h2::before,
	#contents #topWorry > header > h2::after {
		height: 50px;
	}
	#contents #topWorry > header > h2 strong::after {
		height: 3px;
	}
	/*悩みリスト*/
	#contents .worryList {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	#contents .worryList > li {
		width: 100%;
		padding: 15px 10px;
		font-size: 13px;
	}
	#contents .worryList > li::before {
		width: 15px;
		height: 15px;
		min-width: 15px;
		top: 0.1em;
	}

	/*お悩みケース*/
	#contents .worryCase {
		width: 100%;
		max-width: 100%;
		padding: 15px;
		margin: 0 auto 10px;
		column-gap: 15px;
		grid-row-gap: 15px;
	}
	#contents .worryCase > li {
		width: calc((100% - 15px) / 2);
	}
	#contents .worryCase > li::before {
		width: 100%;
		height: 50px;
	}
	#contents .worryCase > li > h3 {
		width: 100%;
		padding: 10px;
		font-size: 10px;
	}
	#contents #topWorry > p {
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		font-size: 12px;
		font-weight: 700;
	}
}


/************************************************************/
/*　トップページ　解決
/************************************************************/
#topSolution {
	width: 100%;
	padding: 120px 0 100px;
	margin: 0 auto;
	background-color: var(--base);
	position: relative;
	z-index: 0;
}
#topSolution::before {
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	background: var(--base2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#topSolution::after {
	content: '';
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2000 / 923;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topSolution_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#topSolution > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
#topSolution > header > em {
	display: block;
	width: fit-content;
	padding: 10px 30px 12px;
	margin: 0 auto 20px;
	background: var(--main);
	border: 3px solid #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	font-style: normal;
	text-align: center;
	border-radius: 40px;
}
#contents #topSolution > header > h2 {
	width: 100%;
	max-width: 750px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
}
#contents #topSolution > header > h2 img {
	width: 100%;
	height: auto;
}
#contents .topSolution_box {
	width: 100%;
	max-width: 1100px;
	padding: 40px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
	position: relative;
}
#contents .topSolution_box::before {
	content: '';
	display: block;
	width: 350px;
	height: auto;
	aspect-ratio: 484 / 392;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topSolution_human.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	right: 35px;
	z-index: 2;
}
/*資格*/
#contents .qualiList {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
#contents .qualiList > li {
	width: calc((100% - 40px) / 5);
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .qualiList > li img {
	width: 100%;
	height: auto;
}
/*解決*/
#contents .solutionList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
#contents .solutionList > li {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px dashed #b7b7b7;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 10px;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 900;
	color: var(--text);
}
#contents .solutionList > li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/check.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
	top: 0.1em;
}
#contents .solutionList > li > p {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 900;
	color: var(--text);
	padding: 0;
	margin: 0;
}
#contents .solutionList > li > p strong {
	display: inline;
	background-image: linear-gradient(#ffee72, #ffee72);
	background-size: 100% 0.7em;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 0.05em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari / iOS 対応 */
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topSolution {
		width: 100%;
		padding: 120px 0 30px;
	}
	#topSolution::before {
		height: 30px;
		top: -0.5px;
	}
	#topSolution::after {
		background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topSolution_bg.webp');
	}
	#topSolution > header {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		text-align: center;
	}
	#topSolution > header > em {
		padding: 7px 15px 10px;
		margin: 0 auto 10px;
		border: 2px solid #fff;
		font-size: 14px;
	}
	#contents #topSolution > header > h2 {
		width: calc(100% - 40px);
		max-width: 100%;
	}
	#contents .topSolution_box {
		width: calc(100% - 40px);
		max-width: 100%;
		padding: 20px;
	}
	#contents .topSolution_box::before {
		display: none;
	}
	/*資格*/
	#contents .qualiList {
		margin: 0 auto 10px;
	}
	/*解決*/
	#contents .solutionList {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
	}
	#contents .solutionList > li {
		width: 100%;
		padding: 15px 0;
		column-gap: 10px;
		font-size: 12px;
	}
	#contents .solutionList > li::before {
		width: 12px;
		height: 12px;
		min-width: 12px;
		top: 0.1em;
	}
	#contents .solutionList > li > p {
		font-size: 15px;
	}
}


/************************************************************/
/*　トップページ　Googleレビュー
/************************************************************/
#topReview {
	width: 100%;
	padding: 60px 0 100px;
	margin: 0 auto;
	background-color: #fff3de;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px), radial-gradient(circle, #fff 1px, transparent 1px);
	background-position: 0 0, 4px 8px;
	background-size: 8px 16px;
	position: relative;
	z-index: 0;
	border-top: 10px solid var(--orange);
}
#topReview::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topReview_bg.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -11;
}
#topReview > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
#topReview > header > em {
	display: block;
	width: 150px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#topReview > header > em img {
	width: 100%;
	height: auto;
}
#contents #topReview > header > h2 {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 20px;
	width: fit-content;
	padding: 10px 25px 12px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 45px;
	line-height: 1.4em;
	text-align: center;
	font-weight: 900;
	color: var(--text);
}
#contents #topReview > header > h2::before,
#contents #topReview > header > h2::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	pointer-events: none;
}
#contents #topReview > header > h2::before{
	bottom: -13px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #ccc;
}
#contents #topReview > header > h2::after{
	bottom: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}
#contents #topReview > header > h2 strong {
	color: var(--orange);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topReview {
		width: 100%;
		padding: 30px 0;
		border-top: 5px solid var(--orange);
	}
	#topReview::before {
		background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topReview_bg.svg');
	}
	#topReview > header {
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		grid-row-gap: 10px;
	}
	#topReview > header > em {
		display: block;
		width: 100px;
	}
	#topReview > header > em img {
		width: 100%;
		height: auto;
	}
	#contents #topReview > header > h2 {
		padding: 10px 15px 12px;
		font-size: 16px;
	}
}



/************************************************************/
/*　トップページ　選ばれる理由
/************************************************************/
#topReason {
	width: 100%;
	padding: 100px 0 100px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
#topReason .contHead > em {
	margin: 0 auto 20px;
}
/*リスト*/
#contents .reasonList {
	width: 1100px;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 80px;
}
#contents .reasonList > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 60px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#contents .reasonList > li::before {
	content: '';
	display: block;
	width: calc(570px - 40px);
	height: 100%;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: -1;
	background-color: #ffede1;
	border-radius: 0 20px 20px 0;
}
#contents .reasonList > li::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -2;
	background-image: linear-gradient(to right, #ffede1 0%, #ffede1 45%, #ffffff 45%, #ffffff 100%);
}
#contents .reasonList > li > figure {
	width: 570px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
	border: 5px solid var(--main);
}
#contents .reasonList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#contents .reasonList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#contents .reasonList_info {
	width: calc(100% - 60px - 570px);
	padding: 0;
	margin: 0;
	position: relative;
	order: 2;
}
#contents .reasonList_info > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	grid-row-gap: 7px;
}
#contents .reasonList_info > h2 > span {
	width: fit-content;
	padding: 5px 10px 7px;
	margin: 0 auto 0 0;
	background: #ffede1;
	border-radius: 5px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
}
#contents .reasonList_info > h2 > span b {
	color: var(--main);
}
#contents .reasonList_info > p {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .reasonList_info > p:last-of-type {
	margin-bottom: 0;
}
/*EVEN*/
#contents .reasonList > li:nth-child(even) .reasonList_info {
	order: 0;
}
#contents .reasonList > li:nth-child(even)::before {
	content: '';
	display: block;
	width: calc(570px - 40px);
	height: 100%;
	position: absolute;
	bottom: -30px;
	left: unset;
	right: 0;
	z-index: -1;
	background-color: #ffede1;
	border-radius: 20px 0 0 20px;
}
#contents .reasonList > li:nth-child(even)::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -2;
	background-image: linear-gradient(to left, #ffede1 0%, #ffede1 45%, #ffffff 45%, #ffffff 100%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topReason {
		width: 100%;
		padding: 30px 0 50px;
		scroll-margin-top: 68px;
	}
	#topReason .contHead > em {
		margin: 0 auto 10px;
	}
	/*リスト*/
	#contents .reasonList {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 50px;
	}
	#contents .reasonList > li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	#contents .reasonList > li::before {
		content: '';
		display: block;
		width: calc(100% - 40px);
		height: 100%;
		position: absolute;
		bottom: -20px;
		left: 0;
		z-index: -1;
		border-radius: 0 20px 20px 0;
		opacity: 0.3;
	}
	#contents .reasonList > li::after {
		display: none;
	}
	#contents .reasonList > li > figure {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	#contents .reasonList_info {
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto;
	}
	#contents .reasonList_info > h2 {
		margin: 0 auto 10px;
		grid-row-gap: 5px;
	}
	#contents .reasonList_info > h2 > span {
		width: fit-content;
		padding: 5px 10px 7px;
		font-size: 20px;
	}
	/*EVEN*/
	#contents .reasonList > li:nth-child(even) .reasonList_info {
		order: 1;
	}
	#contents .reasonList > li:nth-child(even)::before {
		content: '';
		display: block;
		width: calc(100% - 40px);
		height: 100%;
		position: absolute;
		bottom: -20px;
		left: unset;
		right: 0;
		z-index: -1;
		border-radius: 20px 0 0 20px;
		opacity: 0.3;
	}
	#contents .reasonList > li:nth-child(even)::after {
		display: none;
	}
}


/************************************************************/
/*　トップページ　施工実績
/************************************************************/
#topResult {
	width: 100%;
	padding: 50px 0 0;
	margin: 0 auto;
	background-color: var(--main);
	position: relative;
	z-index: 0;
}
#contents #topResult > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/confetti.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 90%;
	z-index: 2;
}
#contents #topResult > header > em {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-style: normal;
	padding: 0;
	margin: 0 auto 10px;
	transform: translateY(50px);
}
#contents #topResult > header > em::before,
#contents #topResult > header > em::after {
	content: '';
	display: block;
	width: auto;
	height: 30px;
	aspect-ratio: 25 / 40;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/slash2.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#contents #topResult > header > em::after {
	transform: scale(-1,1);
}
#contents #topResult > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	font-size: 120px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	text-align: center;
	transform: translateY(50px);
}
#contents #topResult > header > h2 > span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 8px 10px 15px;
	margin: 0 5px 0 0;
	background: var(--yellow);
	font-size: 100px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	position: relative;
	top: -5px;
}
/*マップ*/
#contents #topResult > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#contents #topResult > figure::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom, rgba(236,125,14,1) 0%, rgba(236,125,14,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#contents #topResult > figure img {
	width: 100%;
	height: auto;
}
#contents .topResult_info {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 50px;
}
/*アワード*/
#contents .result_award {
	width: 600px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	z-index: 1;
}
#contents .result_award > li {
	width: calc((100% - 20px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .result_award > li img {
	width: 100%;
	height: auto;
}
#contents .topResult_info > h3 {
	width: calc(100% - 60px - 600px);
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}
#contents .topResult_info > h3 img {
	width: 100%;
	height: auto;
}
#contents .topResult_info > h3::before,
#contents .topResult_info > h3::after {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topResult {
		width: 100%;
		padding: 30px 0 0;
	}
	#contents #topResult > header > em {
		column-gap: 10px;
		font-size: 3vw;
		margin: 0 auto 5px;
		transform: unset;
	}
	#contents #topResult > header > em::before,
	#contents #topResult > header > em::after {
		height: 20px;
	}
	#contents #topResult > header > h2 {
		width: 100%;
		margin: 0 auto;
		font-size: 30px;
		transform: unset;
	}
	#contents #topResult > header > h2 > span {
		padding: 5px 5px 8px;
		margin: 0 5px 0 0;
		font-size: 28px;
		top: 0;
	}
	/*マップ*/
	#contents #topResult > figure::before {
		height: 30px;
	}
	#contents .topResult_info {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translate(-50%,0);
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		column-gap: 10px;
	}
	/*アワード*/
	#contents .result_award {
		width: 60%;
		column-gap: 5px;
		z-index: 1;
	}
	#contents .result_award > li {
		width: calc((100% - 10px) / 3);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#contents .topResult_info > h3 {
		width: calc(40%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#contents .topResult_info > h3 img {
		width: 100%;
		height: auto;
	}
}



/************************************************************/
/*　トップページ　施工実績
/************************************************************/
#topCase {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
#topCase::before {
	content: '';
	display: block;
	width: 100%;
	height: 150px;
	background: var(--main);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#topCase::after {
	content: '';
	display: block;
	width: 100%;
	height: 130px;
	background: #fff;
	position: absolute;
	top: 20.5px;
	left: 0;
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.topCase_wrap {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 40px;
}
.topCase_wrap.sub {
	padding: 100px 0;
}
.case-sidebar {
	width: 300px;
	min-width: 300px;
	padding: 25px;
	margin: 0;
	background: var(--sub);
	border-radius: 20px;
	position: sticky;
	top: 40px;
	left: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
.topCase_content {
	width: calc(100% - 40px - 300px);
	padding: 0;
	margin: 0;
	position: relative;
}
/*サイドバー*/
.asideBox {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.asideBox > h2 {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto 10px;
	position: relative;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topCase {
		width: 100%;
		padding: 50px 0;
	}
	#topCase::before {
		height: 50px;
	}
	#topCase::after {
		width: 100%;
		height: 40px;
		top: 10.5px;
		left: 0;
	}
	.topCase_wrap {
		width: calc(100% - 40px);
		max-width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	.topCase_wrap.sub {
		padding: 40px 0;
	}
	.case-sidebar {
		width: 100%;
		min-width: 100%;
		padding: 20px;
		position: relative;
		top: unset;
		left: unset;
		grid-row-gap: 20px;
		order: 1;
	}
	.topCase_content {
		width: 100%;
	}
	/*サイドバー*/
	.asideBox > h2 {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 10px;
		font-size: 18px;
	}
}

/* - カテゴリ一覧 */
.case-child-categories {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.case-child-categories > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.case-child-categories > li > a {
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
}
.case-child-categories > li > a .cat-count {
	display: inline-block;
	padding: 4px 10px 5px;
	margin: 0;
	font-size: 0.8rem;
	line-height: 1;
	color: var(--sub);
	background: #fff;
	border-radius: 20px;
	position: relative;
	top: 1px;
}
.case-child-categories > li > a:hover {
	color: #fff;
	text-decoration: underline;
	transition: var(--ease);
}

/*タグ*/
.area-child-tags {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.area-child-tags > li {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}
.area-child-tags > li > a {
	display: inline-block;
	padding: 5px 12px 6px;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	font-weight: 500;
	color: var(--main);
	cursor: pointer;
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 22px;
	position: relative;
	transition: var(--ease);
}
.area-child-tags > li > a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
/*more*/
.aside_more {
	padding: 0;
	margin: 0;
	text-align: left;
}
.aside_more > a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.aside_more > a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 1 / 1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/arrow_w.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.aside_more > a:hover {
	text-decoration: underline;
	transition: var(--ease);
}

/*カテゴリタブ*/
#category-buttons {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
.cat-btn {
	display: inline-block;
	padding: 7px 14px;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: var(--main);
	cursor: pointer;
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 5px;
	position: relative;
	transition: var(--ease);
	outline: none;
}
.cat-btn:hover,
.cat-btn.active {
	outline: none;
	color: #fff;
	background: var(--main);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*カテゴリタブ*/
	#category-buttons {
		width: 100%;
		margin: 0 auto 20px;
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	.cat-btn {
		display: inline-block;
		padding: 5px 10px;
		font-size: 11px;
	}
}

/*リスト*/
.caseList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
.caseList > li {
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	background: var(--base);
	border: 1px solid #eee;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-row-gap: 20px;
}
.caseList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
.caseList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 7px;
}
.caseList > li > figure > span {
	display: block;
	width: calc((100% - 40px) / 2);
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.caseList > li > figure > span::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.caseList > li > figure > span::after {
	content: '';
	display: block;
	width: 100px;
	height: auto;
	aspect-ratio: 110 / 32;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/before.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.caseList > li > figure > span.after::after {
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/after.svg');
}
.caseList > li > figure > span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.caseList > li > figure > em {
	display: block;
	width: 26px;
	height: auto;
	aspect-ratio: 23 / 31;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*情報*/
.caseList_info {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
/*タグ・カテゴリー・地域*/
.caseList_tag {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
.caseList_tag > span {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	font-weight: 500;
	color: var(--main);
	cursor: pointer;
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 5px;
	position: relative;
	transition: var(--ease);
}
.caseList_tag > span:hover {
	color: #fff;
	background: var(--main);
	transition: var(--ease);
}
/*タイトル*/
#contents .caseList > li .caseList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 900;
	color: var(--text);
	transition: var(--ease);
}
#contents .caseList > li:hover .caseList_info > h3 {
	color: var(--orange);
	transition: var(--ease);
}
#contents .caseList > li .caseList_info > h3::before,
#contents .caseList > li .caseList_info > h3::after {
	display: none;
}
#contents .caseList > li .caseList_info > h4 {
	width: 100%;
	padding: 0;
	margin: 10px auto 0;
	position: relative;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
	color: var(--text);
	transition: var(--ease);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	white-space: nowrap;
}
#contents .caseList > li .caseList_info > h4::before {
	display: none;
}
#contents .caseList > li .caseList_info > h4::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #aaa;
	opacity: 0.3;
}
.caseList > li .caseList_info > p {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-weight: 500;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*リスト*/
	.caseList {
		width: 100%;
		grid-row-gap: 20px;
	}
	.caseList > li {
		width: 100%;
		padding: 20px;
		border-radius: 20px;
		grid-row-gap: 10px;
	}
	.caseList > li > figure {
		width: 100%;
		column-gap: 7px;
	}
	.caseList > li > figure > span {
		display: block;
		width: calc((100% - 20px) / 2);
	}
	.caseList > li > figure > span::after {
		width: 70px;
	}
	.caseList > li > figure > em {
		width: 16px;
	}
	/*情報*/
	.caseList_info {
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
	}
	/*タグ・カテゴリー・地域*/
	.caseList_tag {
		width: 100%;
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	.caseList_tag > span {
		display: inline-block;
		padding: 3px 7px;
		margin: 0;
		font-size: 0.8rem;
		border-radius: 3px;
	}
	/*タイトル*/
	#contents .caseList > li .caseList_info > h3 {
		font-size: 15px;
	}
	#contents .caseList > li .caseList_info > h4 {
		font-size: 13px;
	}
	#contents .caseList > li .caseList_info > p {
		font-weight: 400;
		font-size: 12px;
		line-height: 1.7em;
	}
}

/*一覧ボタン*/
#category-link-wrap {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
#category-link-wrap.mt50 {
	margin-top: 50px;
}
#category-link-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 15px 30px;
	background: var(--main);
	border-radius: 5px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#category-link-btn::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/arrow_w.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: var(--ease);
}
#category-link-btn:hover {
	opacity: 0.8;
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*一覧ボタン*/
	#category-link-wrap {
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	#category-link-wrap.mt50 {
		margin-top: 20px;
	}
	#category-link-btn {
		column-gap: 10px;
		padding: 12px 20px;
		font-size: 14px;
	}
	#category-link-btn::after {
		width: 13px;
		height: 13px;
	}
}


/************************************************************/
/*　トップページ　リフォームメニュー
/************************************************************/
#topMenu {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background-color: #fff;
	border-top: 10px solid var(--main);
	position: relative;
	z-index: 0;
}
/*リスト*/
.menuList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
.menuList > li {
	width: calc((100% - 60px) / 4);
	padding: 0;
	margin: 0;
	background: var(--main);
	border-radius: 20px;
	position: relative;
}
.menuList > li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
.menuList > li figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.menuList > li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.menuList_info {
	padding: 20px;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#contents .menuList_info > h3 {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	width: fit-content;
	padding: 5px 10px 6px;
	margin: 0 auto;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
	white-space: nowrap;
	text-align: center;
	border: none;
	position: relative;
}
#contents .menuList_info > h3::before,
#contents .menuList_info > h3::after {
	display: none;
}
.menuList_price {
	padding: 0;
	margin: 0 auto;
}
.menuList_price > p.price {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}
.menuList_price > p.price .en {
	font-family: var(--font-en);
	font-size: 30px;
}
.menuList_price > p.price small {
	font-family: var(--font-jp);
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}
.menuList_price > p.tax {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}
.menuList_price > p.tax .en {
	font-family: var(--font-en);
	font-size: 30px;
}
.menuList_price > p.tax small {
	font-family: var(--font-jp);
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topMenu {
		width: 100%;
		padding: 30px 0;
		border-top: 5px solid var(--main);
		scroll-margin-top: 68px;
	}
	/*リスト*/
	.menuList {
		width: calc(100% - 40px);
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	.menuList.sub {
		width: 100%;
	}
	.menuList > li {
		width: calc((100% - 20px) / 2);
		border-radius: 10px;
	}
	.menuList > li figure {
		border-radius: 10px 10px 0 0;
	}
	.menuList_info {
		padding: 10px;
	}
	#contents .menuList_info > h3 {
		padding: 4px 5px;
		font-size: 11px;
		white-space: nowrap;
	}
	.menuList_price {
		padding: 0;
		margin: 0 auto;
	}
	.menuList_price > p.price {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		line-height: 1;
		font-weight: 900;
		color: #fff;
	}
	.menuList_price > p.price .en {
		font-family: var(--font-en);
		font-size: 20px;
	}
	.menuList_price > p.price small {
		font-family: var(--font-jp);
		font-size: 12px;
		line-height: 1;
		font-weight: 900;
		color: #fff;
	}
	.menuList_price > p.tax {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		line-height: 1;
		font-weight: 900;
		color: #fff;
	}
	.menuList_price > p.tax .en {
		font-family: var(--font-en);
		font-size: 20px;
	}
	.menuList_price > p.tax small {
		font-family: var(--font-jp);
		font-size: 11px;
		line-height: 1;
		font-weight: 900;
		color: #fff;
	}
}


/************************************************************/
/*　トップページ　施工の流れ
/************************************************************/
#topFlow {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background-color: #fff3de;
	background-position: 0 0, 4px 8px;
	background-size: 8px 16px;
	position: relative;
	z-index: 0;
}
#topFlow::before {
	content: '';
	display: block;
	width: 100%;
	height: 150px;
	background: var(--main);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#topFlow::after {
	content: '';
	display: block;
	width: 100%;
	height: 130px;
	background-color: #fff3de;
	background-image: radial-gradient(circle, #fff3de 1px, transparent 1px), radial-gradient(circle, #fff3de 1px, transparent 1px);
	background-position: 0 0, 4px 8px;
	background-size: 8px 16px;
	position: absolute;
	top: 20.5px;
	left: 0;
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#topFlow > .contHead {
	margin-bottom: 60px;
}
/*リスト*/
.flowList {
	width: 1100px;
	min-width: 1100px;
	padding: 0;
	margin: 0 auto 60px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	column-gap: 60px;
}
.flowList > li {
	width: calc((100% - 180px) / 3);
	padding: 25px;
	margin: 0;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(6px 6px 0 rgba(236, 125, 14, 0.15));
	position: relative;
}
.flowList > li::after {
	content: '';
	display: block;
	width: 20px;
	height: auto;
	aspect-ratio: 20 / 45;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/arrow.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translate(0,-50%);
	filter: unset;
}
.flowList > li > em {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
	font-family: var(--font-en);
	font-size: 55px;
	line-height: 1;
	font-weight: 900;
	font-style: normal;
	color: var(--main);
	opacity: 0.5;
	position: relative;
	margin: 0 auto 20px;
}
.flowList > li > em small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.3em;
	line-height: 1;
	font-weight: 900;
	font-style: normal;
	color: var(--main);
	position: absolute;
	top: -0.5em;
	left: 2px;
}
#contents .flowList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	border: none;
	background: none;
	position: relative;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 900;
	color: var(--main);
	text-align: left;
}
#contents .flowList > li > h3::before,
#contents .flowList > li > h3::after {
	display: none;
}
.flowList > li > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}
.flowList > li > .att {
	display: block;
	width: 100%;
	padding: 0;
	margin: 5px auto 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--red);
}
/*ODD EVEN*/
.flowList.even {
	margin-bottom: 0;
	justify-content: flex-end;
}
.flowList.odd > li:first-child::after {
	display: none;
}
/*イラスト*/
.flowList > li::before {
	content: '';
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.flowList.odd > li:nth-child(1)::before {
	width: 130px;
	height: auto;
	aspect-ratio: 315 / 254;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topFlow_img_1.webp');
	position: absolute;
	top: -15px;
	right: 20px;
}
.flowList.odd > li:nth-child(2)::before {
	width: 100px;
	height: auto;
	aspect-ratio: 250 / 258;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topFlow_img_2.webp');
	position: absolute;
	top: -15px;
	right: 20px;
}
.flowList.odd > li:nth-child(3)::before {
	width: 80px;
	height: auto;
	aspect-ratio: 200 / 184;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topFlow_img_3.webp');
	position: absolute;
	top: 15px;
	right: 20px;
}
.flowList.even > li:nth-child(1)::before {
	width: 100px;
	height: auto;
	aspect-ratio: 288 / 173;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topFlow_img_4.webp');
	position: absolute;
	top: 25px;
	right: 20px;
}
.flowList.even > li:nth-child(2)::before {
	width: 100px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topFlow_img_5.webp');
	background-position: top center;
	position: absolute;
	top: -15px;
	right: 20px;
}
.flowList.even > li:nth-child(3)::before {
	width: 120px;
	height: auto;
	aspect-ratio: 338 / 282;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topFlow_img_6.webp');
	position: absolute;
	position: absolute;
	top: -15px;
	right: 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topFlow {
		width: 100%;
		padding: 50px 0 30px;
	}
	#topFlow::before {
		height: 50px;
	}
	#topFlow::after {
		height: 40px;
		top: 10.5px;
	}
	#topFlow > .contHead {
		margin-bottom: 30px;
	}
	/*リスト*/
	.flowList {
		width: calc(100% - 40px);
		min-width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto 40px;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	.flowList > li {
		width: 100%;
		padding: 20px;
	}
	.flowList > li::after {
		content: '';
		top: unset;
		bottom: -40px;
		left: 50%;
		transform: translate(-50%,0) rotate(90deg);
		filter: unset;
	}
	.flowList > li > em {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* flex-wrap: wrap; */
		column-gap: 5px;
		font-size: 25px;
		margin: 0 auto 10px;
	}
	.flowList > li > em small {
		display: inline-block;
		width: auto;
		padding: 0;
		margin: 0;
		font-size: 20px;
		position: relative;
		top: unset;
		left: unset;
	}
	#contents .flowList > li > h3 {
		margin: 0 auto 10px;
		font-size: 20px;
	}
	#contents .flowList > li > p {
		font-size: 14px;
	}
	/*ODD EVEN*/
	.flowList.even {
		margin-bottom: 0;
		justify-content: flex-end;
	}
	.flowList.odd > li:first-child::after {
		display: block;
	}
	/*イラスト*/
	.flowList.odd > li:nth-child(1)::before {
		width: 100px;
	}
	.flowList.odd > li:nth-child(2)::before {
		width: 80px;
	}
	.flowList.odd > li:nth-child(3)::before {
		width: 70px;
	}
	.flowList.even > li:nth-child(1)::before {
		width: 90px;
	}
	.flowList.even > li:nth-child(2)::before {
		width: 100px;
	}
	.flowList.even > li:nth-child(3)::before {
		width: 90px;
	}
	.flowList.even > li:last-child::after {
		display: none;
	}
}


/************************************************************/
/*　トップページ　よくある質問
/************************************************************/
#topFaq {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
/*リスト*/
.faqList {
	width: 100%;
	max-width: 850px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
.faqList > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: none;
	border-radius: 20px;
}
.faqList > dl > dt {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 20px;
	flex-wrap: nowrap;
	width: 100%;
	padding: 30px 60px 30px 0;
	margin: 0 auto;
	background: none;
	border-radius: 0;
	border-bottom: 1px dotted #cfcfcf;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	position: relative;
	cursor: pointer;
	transition: var(--ease);
}
.faqList > dl > dt:hover {
	color: var(--main);
	transition: var(--ease);
}
.faqList > dl > dt.active {
	color: var(--main);
	transition: var(--ease);
}
.faqList > dl > dt::before {
	content: 'Q';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	min-width: 35px;
	height: 35px;
	padding: 0 0 3px;
	aspect-ratio: 1/1;
	font-family: var(--font-en);
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	background: var(--sub);
	border-radius: 5px;
	transition: var(--ease);
}
.faqList > dl > dt:hover::before,
.faqList > dl > dt.active::before {
	transition: var(--ease);
}
.faqList > dl > dt span {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.faqList > dl > dt span::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: var(--text);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform-origin: center;
	transition: var(--ease);
}
.faqList > dl > dt span::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: var(--text);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transform-origin: center;
	transition: var(--ease);
}
.faqList > dl > dt.active span::after {
	transform: translate(-50%,-50%) rotate(0deg);
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	transform-origin: center;
	transition: var(--ease);
}
.faqList > dl > dt:hover span::before,
.faqList > dl > dt:hover span::after,
.faqList > dl > dt.active span::before,
.faqList > dl > dt.active span::after {
	background: var(--text);
	transition: var(--ease);
}
.faqList > dl > dd {
	margin: 0 auto;
	padding: 30px 0px 30px 55px;
	background: #fff;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
}
.faqList > dl > dd p {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topFaq {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		background: #fff;
		position: relative;
		scroll-margin-top: 68px;
	}
	/*リスト*/
	.faqList {
		width: calc(100% - 40px);
		max-width: 100%;
	}
	.faqList.sub {
		width: 100%;
	}
	.faqList > dl {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		background: none;
		border-radius: 20px;
	}
	.faqList > dl > dt {
		column-gap: 15px;
		width: 100%;
		padding: 15px 25px 15px 0;
		font-size: 14px;
	}
	.faqList > dl > dt::before {
		width: 25px;
		min-width: 25px;
		height: 25px;
		padding: 0 0 3px;
		font-size: 14px;
	}
	.faqList > dl > dt span {
		display: block;
		width: 10px;
		height: 10px;
	}
	.faqList > dl > dt span::before {
		content: '';
		display: block;
		width: 10px;
		height: 1px;
		border-radius: 0;
	}
	.faqList > dl > dt span::after {
		content: '';
		display: block;
		width: 10px;
		height: 1px;
		border-radius: 0;
	}
	.faqList > dl > dd {
		margin: 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 500;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
	.faqList > dl > dd p {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 500;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
}


/************************************************************/
/*　トップページ　お役立ちコラム
/************************************************************/
#topColumn {
	width: 100%;
	padding: 280px 0 100px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topColumn::before {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topColumn_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#topColumn::after {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	background: #2e4492;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
}
.topColumn_wrap {
	width: 100%;
	max-width: 1260px;
	min-width: 1260px;
	padding: 65px 80px;
	margin: 0 auto;
	border-radius: 25px 25px 0 0;
	background: #fff;
	position: relative;
}
.topColumn_wrap::before,
.topColumn_wrap::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: var(--text);
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 20px;
}
.topColumn_wrap::after {
	left: unset;
	right: 20px;
}
/*リスト*/
.columnList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 40px;
}
.columnList > li {
	width: calc((100% - 60px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
}
.columnList.sub > li {
	width: calc((100% - 30px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.columnList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.columnList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.columnList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.columnList > li > .columnList_info {
	width: 100%;
	padding: 0;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.columnList > li > .columnList_info .tags {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.columnList > li > .columnList_info .tags span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: var(--sub);
	cursor: pointer;
	background: #fff;
	border: 1px solid var(--sub);
	border-radius: 5px;
	position: relative;
	transition: var(--ease);
}
.columnList > li > .columnList_info .tags span.date {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #969696;
	background: none;
	border: none;
}
#contents .columnList > li > .columnList_info h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 1.2em;
}
#contents .columnList > li > .columnList_info h3::before,
#contents .columnList > li > .columnList_info h3::after {
	display: none;
}
#contents .columnList > li > .columnList_info h3 a {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
.columnList > li > .columnList_info h3 a:hover {
	color: var(--sub);
	transition: var(--ease);
}
.columnList > li > .columnList_info > p {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 1.4em;
	font-size: 12px;
	color: #777;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topColumn {
		width: 100%;
		padding: 100px 0 30px;
	}
	#topColumn::before {
		width: 100%;
		height: 200px;
		background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/topColumn_bg_sp.webp');
	}
	#topColumn::after {
		width: 100%;
		height: 200px;
	}
	.topColumn_wrap {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		min-width: calc(100% - 40px);
		padding: 20px 0 0;
		border-radius: 20px 20px 0 0;
	}
	.topColumn_wrap::before,
	.topColumn_wrap::after {
		width: 10px;
		height: 10px;
		top: 15px;
		left: 15px;
	}
	.topColumn_wrap::after {
		left: unset;
		right: 15px;
	}
	/*リスト*/
	.columnList {
		width: 100%;
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#topColumn .columnList {
		margin-bottom: 30px;
	}
	.columnList.sub {
		width: 100%;
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	.columnList > li {
		width: calc((100% - 20px) / 2);
	}
	.columnList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 5px;
		border-radius: 10px;
	}
	.columnList > li > .columnList_info {
		width: 100%;
		grid-row-gap: 5px;
	}
	.columnList > li > .columnList_info .tags {
		width: 100%;
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	.columnList > li > .columnList_info .tags span {
		display: inline-block;
		padding: 3px;
		font-size: 0.8rem;
		line-height: 1;
		border-radius: 5px;
	}
	.columnList > li > .columnList_info .tags span.date {
		font-size: 10px;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#contents .columnList > li > .columnList_info h3 {
		width: 100%;
		font-size: 12px;
	}
	#contents .columnList > li > .columnList_info h3 a {
		font-size: 12px;
	}
	#contents .columnList > li > .columnList_info > p {
		display: none;
	}
}


/************************************************************/
/*　トップページ　インフォメーション
/************************************************************/
#topInformation {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.topInformation_cont {
	width: 50%;
	width: 100%;
	padding: 60px 50px 80px;
	margin: 0;
	position: relative;
	z-index: 0;
}
#topNews.topInformation_cont {
	background: #fff3de;
}
/*タイトル*/
.topInformation_cont > header {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	align-items: flex-start;
}
.topInformation_cont > header em {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
	text-align: center;
	font-style: normal;
}
#contents .topInformation_cont > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	text-align: left;
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
}
.topInformation_cont > header > h2 small {
	font-size: 25px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
}
.topInformation_cont > header > h2 strong {
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
	background: linear-gradient(to top, #fff 0%, #fff 25%, #ffda78 25%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.topInformation_cont > header > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 0;
	margin: 0;
	width: fit-content;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-decoration: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.topInformation_cont > header > a::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/arrow-1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: var(--ease);
}
.topInformation_cont > header > a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
/*リスト*/
.topInfoBox {
	width: 100%;
	max-width: 800px;
	padding: 30px 20px 30px 30px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
}
.topInfoBox > ul {
	width: 100%;
	height: 350px;
	padding: 0 20px 0 0;
	margin: 0;
	list-style: none;
	overflow-y: scroll;
}
/* スクロールの幅の設定 */
.topInfoBox > ul::-webkit-scrollbar {
	width: 3px;
	height: 10px;
}
/* スクロールの背景の設定 */
.topInfoBox > ul::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #E1E1E1;
}
/* スクロールのつまみ部分の設定 */
.topInfoBox > ul::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #373737;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topInformation {
		width: 100%;
	}
	.topInformation_cont {
		width: 100%;
		width: 100%;
		padding: 20px;
	}
	#topGReview.topInformation_cont::before {
		height: 50px;
	}
	#topNews.topInformation_cont::before {
		height: 50px;
	}
	/*タイトル*/
	.topInformation_cont > header {
		width: 100%;
		margin: 0 auto 20px;
		grid-row-gap: 5px;
	}
	.topInformation_cont > header em {
		column-gap: 10px;
		font-size: 14px;
	}
	.topInformation_cont > header em::before,
	.topInformation_cont > header em::after {
		width: 50px;
	}
	#contents .topInformation_cont > header > h2 {
		font-size: 25px;
	}
	#contents .topInformation_cont > header > h2 small {
		font-size: 30px;
	}
	#contents .topInformation_cont > header > h2 strong {
		font-size: 30px;
	}
	/*リスト*/
	.topInfoBox {
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
	.topInfoBox > ul {
		width: 100%;
		height: 300px;
		padding: 0 20px 0 0;
	}
}

/*お知らせ*/
.newsList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
.newsList.sub {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.newsList > li {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 15px;
}
.newsList > li:first-child {
	padding-top: 0;
}
.newsList.sub > li {
	width: calc(50% - 15px);
	padding: 20px;
	margin: 0;
	background: var(--base3);
	border-radius: 20px;
	position: relative;
	transition: var(--ease);
}
.newsList.sub > li:hover {
	opacity: 0.8;
	transition: var(--ease);
}
.newsList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
.newsList > li > figure {
	width: 150px;
	min-width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.newsList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.newsList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.newsList > li .newsList_info {
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.newsList > li .newsList_info .tags {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.newsList > li .newsList_info .tags span {
	display: inline-block;
	padding: 4px 8px;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: var(--sub);
	cursor: pointer;
	background: #fff;
	border: 1px solid var(--sub);
	border-radius: 5px;
	position: relative;
	transition: var(--ease);
}
#contents .newsList > li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
}
#contents .newsList > li h3::before,
#contents .newsList > li h3::after {
	display: none;
}
#contents .newsList > li h3 a {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	text-decoration: none;
}
.newsList > li .date {
	font-size: 12px;
	line-height: 1;
	color: #c8c8c8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*お知らせ*/
	.newsList {
		width: 100%;
	}
	.newsList.sub {
		width: calc(100% - 40px);
		column-gap: 0;
		grid-row-gap: 20px;
		margin: 0 auto;
	}
	.newsList > li {
		width: 100%;
		padding: 15px 0;
		margin: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 15px;
		border-bottom: 1px solid #d5d5d5;
	}
	.newsList > li:first-child {
		padding-top: 0;
	}
	.newsList.sub > li {
		width: 100%;
		padding: 10px;
		margin: 0;
		background: var(--base3);
		border: none;
		border-radius: 5px;
		position: relative;
		transition: var(--ease);
	}
	.newsList > li > figure {
		width: 80px;
		min-width: 80px;
		border-radius: 5px;
	}
	.newsList > li > figure::before {
		padding: 50%;
	}
	.newsList > li .newsList_info {
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
		width: calc(100% - 15px - 80px);
	}
	.newsList > li .newsList_info .tags {
		width: 100%;
	}
	.newsList > li .newsList_info .tags span {
		display: inline-block;
		padding: 3px 5px;
		font-size: 0.8rem;
		border-radius: 3px;
	}
	#contents .newsList > li h3 {
		font-size: 12px;
	}
	#contents .newsList > li h3 a {
		font-size: 12px;
	}
	.newsList > li .date {
		font-size: 10px;
	}
}


/************************************************************/
/*　施工事例詳細
/************************************************************/
.case_images {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 7px;
}
.case_images > span {
	display: block;
	width: calc((100% - 40px) / 2);
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.case_images > span::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.case_images > span::after {
	content: '';
	display: block;
	width: 100px;
	height: auto;
	aspect-ratio: 110 / 32;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/before.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.case_images > span.after::after {
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/after.svg');
}
.case_images > span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.case_images > em {
	display: block;
	width: 26px;
	height: auto;
	aspect-ratio: 23 / 31;
	background-image: url('https://test-hiromitsu.coresv.com/wp-content/uploads/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/*説明*/
.before_info {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
.before_info dt {
	width: 100%;
	padding: 15px 30px;
	margin: 0;
	background: #2d2d2d;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-align: left;
	border-radius: 5px 5px 0 0;
}
.before_info dd {
	padding: 25px 30px;
	margin: 0;
	background: #fff;
	border: 3px solid #2d2d2d;
	border-top: none;
	border-radius: 0 0 5px 5px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.before_info dd p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	position: relative;
}
.before_info dd p:last-of-type {
	margin-bottom: 0;
}
.before_info.after dt {
	background: var(--sub);
}
.before_info.after dd {
	border: 3px solid var(--sub);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.case_images {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		column-gap: 7px;
	}
	.case_images > span {
		display: block;
		width: calc((100% - 30px) / 2);
		padding: 0;
		margin: 0;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	.case_images > span::after {
		width: 70px;
	}
	.case_images > em {
		width: 16px;
	}

	/*説明*/
	.before_info {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
	}
	.before_info dt {
		width: 100%;
		padding: 10px 20px;
		font-size: 18px;
	}
	.before_info dd {
		padding: 15px 20px;
	}
	.before_info dd p {
		padding: 0;
		margin: 0 auto 10px;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		position: relative;
	}
	.before_info dd p:last-of-type {
		margin-bottom: 0;
	}
	.before_info.after dt {
		background: var(--sub);
	}
	.before_info.after dd {
		border: 3px solid var(--sub);
	}
}

/************************************************************/
/*　会社概要
/************************************************************/
figure.map {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
figure.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#contents .company-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 1.8;
}
#contents .company-table table th,
#contents .company-table table td {
	padding: 16px 20px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}
#contents .company-table table th {
	width: 180px;
	background: #fff7ef;
	color: var(--text);
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e5e5e5;
}
#contents .company-table table td {
	color: var(--text);
	background: #fff;
}
#contents .company-table table tr:last-child th,
#contents .company-table table tr:last-child td {
	border-bottom: none;
}

/* SP */
@media screen and (max-width: 768px) {
	#contents .company-table,
	#contents .company-table tbody,
	#contents .company-table tr,
	#contents .company-table th,
	#contents .company-table td {
		display: block;
		width: 100%;
		border: none;
	}
	#contents .company-table table {
		border: none;
		border-top: 1px solid #e5e5e5;
	}
	#contents .company-table table tr {
		border: none;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	#contents .company-table table th {
		border: none;
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding: 10px;
		background: #fff7ef;
		width: 100%;
		text-align: left;
	}
	#contents .company-table table td {
		padding: 10px;
		border: none;
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	#contents .company-table table tr:last-child th,
	#contents .company-table table tr:last-child td {
		border-bottom: 1px solid #e5e5e5;
	}
}