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

/************************************************************/
/*　リセット
/************************************************************/
:root {
	--main: #325d95;
	--sub:  #007dc3;
	--base: #edf4f9;
	--act:  #ef8725;
	--gray: #f9f9f9;
	--text: #2a333f;
	--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: "Roboto", 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; }
}


/************************************************************/
/*　スクロールアニメーション
/************************************************************/

/* JS有効時だけ初期状態を適用 */
.js .sa {
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: opacity, transform;
	backface-visibility: hidden;
}
/* 表示 */
.js .sa.show {
	opacity: 1;
}
/* アニメーション定義 */
.js .fade-up {
	transform: translateY(30px);
}
.js .fade-up.show {
	transform: translateY(0);
}
.js .slide-left {
	transform: translateX(-30px);
}
.js .slide-left.show {
	transform: translateX(0);
}
.js .slide-right {
	transform: translateX(30px);
}
.js .slide-right.show {
	transform: translateX(0);
}
.js .zoom-in {
	transform: scale(0.9);
}
.js .zoom-in.show {
	transform: scale(1);
}
.js .rotate-in {
	transform: rotate(-5deg) scale(0.95);
}
.js .rotate-in.show {
	transform: rotate(0) scale(1);
}
/* フェードだけ */
.js .fade-in {
	transform: none;
}
/*ディレイ*/
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }
.delay-4 { transition-delay: 0.8s; }
.delay-5 { transition-delay: 1s; }

/************************************************************/
/*　構成
/************************************************************/
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;
}

/*コンテンツ*/
#archive_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}

/*アーカイブ*/
.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: 1200px;
	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: 1200px;
	padding: 0 0 100px;
	margin: 0 auto;
}

/*1カラム*/
.pageContent.one-column {
	width: 100%;
	max-width: 1200px;
	padding: 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: 1200px;
	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.single .pageContent.two-columns {
	width: 100%;
	max-width: 1200px;
	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;
}

/*サイドバー*/
#topColumn .side {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
}
body#sub.single .side,
body#sub .side {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebar-right .side,
.sidebar-left .side {
	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: 60px;
	}
	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.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; }

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

/*チェックリスト*/
.checkList {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 1em;
}
.checkList > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	column-gap: 7px;
	align-items: baseline;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--sub);
}
.checkList > li::before {
	content: '';
	display: block;
	width: auto;
	height: 1.2em;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_checkbox_blue.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	position: relative;
	top: 0.2em;
	
}

/*ボタン*/
.moreBtn {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
}
.moreBtn > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 15px 30px;
	margin: 0;
	background: var(--act);
	border-radius: 50px;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.moreBtn > a::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	min-width: 25px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #fff;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_arrow_orange.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}
.moreBtn > a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}

/*テーブル*/
#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-chikyu.coresv.com/wp-content/uploads/icon_checkbox.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 1px;
	left: 0;
}



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

}

/************************************************************/
/*　タイトル
/************************************************************/
.contHead {
	width: 100%;
	padding: 0;
	margin: 0 auto 60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 15px;
}
.contHead > em {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-family: var(--font-en);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 0 auto;
}
#contents .contHead > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
	border: none;
	background: none;
	position: relative;
}
#contents .contHead > p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#contents .contHead.white > em,
#contents .contHead.white > h2,
#contents .contHead.white > p {
	color: #fff;
}

/* - 横*/
.contHead.left {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 60px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 15px;
}
.contHead.left > em {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-family: var(--font-en);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	white-space: nowrap;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#contents .contHead.left > h2 {
	width: fit-content;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
	border: none;
	background: none;
	position: relative;
}
#contents .contHead.left > p {
	width: fit-content;
	padding: 0;
	margin: 0;
	text-align: left;
}
#contents .contHead.left > a.readmore {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	padding: 12px 20px;
	margin: 0;
	background: #fff;
	border-radius: 50px;
	border: 2px solid #eee;
	box-shadow: 2px 3px 8px rgba(20,20,20, 0.1);
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
	position: absolute;
	bottom: 0;
	right: 0;
}
.contHead.left > a.readmore::after {
	content: '';
	width: 25px;
	min-width: 25px;
	height: 25px;
	aspect-ratio: 1/1;
	background-color: var(--main);
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_arrow_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	border-radius: 50%;
	transition: var(--ease);
}
#contents .contHead.left > a.readmore:hover {
	background: var(--sub);
	border: 2px solid var(--sub);
	box-shadow: 2px 3px 8px rgba(20,20,20, 0);
	color: #fff;
	transition: var(--ease);
}
.contHead.left > a.readmore:hover::after {
	background-color: #fff;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_arrow_blue.svg');
	transition: var(--ease);
}


/*ページ*/
.contHead.page {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	background: none;
	border-bottom: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
}



/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.contHead {
		width: 100%;
		padding: 0;
		column-gap: 0;
		grid-row-gap: 10px;
		margin: 0 auto 20px;
	}
	.cat-content + .contHead {
		margin: 0 auto 40px;
	}
	.contHead > em {
		font-size: 4vw;
	}
	#contents .contHead > h2 {
		font-size: 6vw;
	}
	#contents .contHead > h2.min {
		font-size: 5vw;
	}
	#contents .contHead > h2 span {
		font-size: 0.8em;
	}
}


/************************************************************/
/*　ページタイトル
/************************************************************/
#pv {
	width: 100%;
	height: 350px;
	padding: 100px 50px 50px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(to right, #fff 0%, #eef5f9 100%);
	z-index: 0;
}
#pv::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/mv_bg.webp');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right top;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
}
#pv > header {
	width: 100%;
	max-width: 1200px;
	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: var(--main);
	text-transform: uppercase;
	font-style: normal;
	white-space: nowrap;
	text-align: left;
}
#contents #pv > header > h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
	border: none;
	background: none;
	position: relative;
}

/*== スマホ・タブレット対応 ==*/
@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: 1200px;
	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: 1200px;
	padding: 10px 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 5;
	color: var(--text);
}
#pv .breadcrumbs > li a,
#pv .breadcrumbs > li::before {
	color: var(--text);
}
#pv .breadcrumbs > li a:hover {
	color: var(--sub);
}

/*== スマホ・タブレット対応 ==*/
@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%;
	padding: 15px 50px;
	margin: 0;
	background: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}
.header_left {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.header_right {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	grid-row-gap: 10px;
}
/*h1*/
.header_left > h1 {
	width: fit-content;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	color: var(--text);
	text-align: left;
}
.header_left > .logo {
	padding: 0;
	margin: 0;
	height: 55px;
}
.header_left > .logo img {
	width: auto;
	height: 55px;
	display: block;
}
/*サブメニュー*/
.header_sub {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}
.header_sub > tel {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	grid-row-gap: 0;
}
.header_sub > tel > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 3px;
	font-family: var(--font-en);
	font-size: 22px;
	line-height: 1;
	color: var(--main);
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
}
.header_sub > tel > a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_tel.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.header_sub > tel > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align-last: justify;
	font-size: 11px;
	line-height: 1;
	font-weight: 400;
	color: var(--text);
}
/*ボタン*/
#menu-btn-menu {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}
#menu-btn-menu > li {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-btn-menu > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 10px 20px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: var(--ease);
}
#menu-btn-menu > li > a:hover {
	background: var(--main);
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
/* - お問い合わせ */
#menu-btn-menu > li.contact > a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_mail_blue.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: var(--ease);
}
#menu-btn-menu > li.contact > a:hover::before {
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_mail_white.svg');
	transition: var(--ease);
}
#menu-btn-menu > li.contact > a:hover {
	background: var(--sub);
	border: 1px solid var(--sub);
	transition: var(--ease);
}
/* - お見積もり */
#menu-btn-menu > li.estimate > a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 10px 20px;
	margin: 0;
	background: var(--main);
	border: 1px solid var(--main);
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: var(--ease);
}
#menu-btn-menu > li.estimate > a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_file_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#menu-btn-menu > li.estimate > a:hover {
	background: var(--sub);
	border: 1px solid var(--sub);
	transition: var(--ease);
}

/*メインメニュー*/
#mainNav {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-header-menu {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
}
#menu-header-menu > li {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-header-menu > li > a {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	color: var(--text);
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	transition: var(--ease);
}
#menu-header-menu > li > a:hover {
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
#menu-header-menu > li a::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--main);
	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);
}

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


/************************************************************/
/*　ヘッダー 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: 20px;
		width: 25px;
		height: 20px;
	}
	.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: 20px;
		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;
	}
}

/************************************************************/
/*　フッター
/************************************************************/
.footer {
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	background: var(--main);
}
.footer_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 70px;
}
.footer_left {
	width: 300px;
	min-width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
}
.footer_right {
	width: calc(100% - 70px - 300px);
	max-width: 50%;
	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: 80px;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	background: none;
	position: relative;
}
.company_info > h2 img {
	width: auto;
	height: 80px;
}
.company_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.company_info > p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	color: #fff;
}


/*メニュー*/
#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% - 100px) / 3);
	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;
	color: #fff;
	text-decoration: none;
	transform: var(--ease);
}
#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);
}

/*コピーライト*/
.footer_btm {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_btm > p {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 1.7em;
	color: #fff;
	text-align: left;
}
.container-copyright {
	width: 50%;
	max-width: 50%;
	padding: 0;
	margin: 0;
}
.container-copyright .copyright {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: none;
	border: none;
	text-align: right;
	font-family: var(--font-en);
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

/*== スマホ・タブレット対応 ==*/
@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 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 .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 {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
	width: 100%;
	padding: 12px;
	margin: 0 auto 1px;
	background: var(--main);
	border-radius: 5px 5px 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;
}
#contents .aside.map > h2::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f3c5";
	color: #fff;
}
#contents .aside.content > h2::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f03a";
	color: #fff;
}

/*カテゴリ*/
.side .iconmenu {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border: none;
	background: var(--base);
	border-radius: 0 0 5px 5px;
	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;
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#fv {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	position: relative;
	background-image: linear-gradient(to right, #fff 0%, #eef5f9 100%);
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fv::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/mv_bg.webp');
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: bottom right;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fv_wrap {
	width: 100%;
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
.fv_wrap > header {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.fv_wrap > header > span {
	display: block;
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--main);
	text-align: left;
}
.fv_wrap > header > span::after {
	content: '';
	display: block;
	width: 100px;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/fv_badge.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: -20px;
	right: -120px;
}
.fv_wrap > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--main);
	text-align: left;
}
.fv_wrap > p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	font-weight: 700;
	color: var(--main);
}
/*特徴*/
.fv_features {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
}
.fv_features > li {
	width: fit-content;
	padding: 20px;
	margin: 0;
	background: #f1f4f7;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	box-shadow: 2px 3px 8px rgba(41, 76, 122, 0.25);
}
.fv_features > li::before {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	min-width: 50px;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
}
.fv_features > li:nth-child(1)::before {
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_map_blue.svg');
}
.fv_features > li:nth-child(2)::before {
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_car_blue.svg');
}
.fv_features > li:nth-child(3)::before {
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_truck_blue.svg');
}
.fv_features > li > h4 {
	width: calc(100% - 10px - 50px);
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
.fv_features > li > h4 > small {
	display: block;
	width: 100%;
	font-size: 0.7em;
}

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


/************************************************************/
/*　CTA
/************************************************************/

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


/************************************************************/
/*　フォーム
/************************************************************/

/*ボックス*/
#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;
	}
}

/************************************************************/
/*　サイトマップ
/************************************************************/
.sitemap-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	border-top: 1px solid #dee5ec;
}
.sitemap-menu > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #dee5ec;
}
.sitemap-menu > li::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #737e8c;
	border-right: 1px solid #737e8c;
	background: none;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
}
.sitemap-menu > li > a {
	display: block;
	padding: 15px 30px 15px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
.sitemap-menu > li > a:hover {
	font-size: 14px;
	line-height: 1.4em;
	color: var(--sub);
	text-decoration: underline;
	transition: var(--ease);
}

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

/*タイトル*/
#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: 50px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.areaBox {
	width: 100%;
	max-width: 1200px;
	padding: 40px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	box-shadow: 2px 3px 8px rgba(20,20,20, 0.1);
	border-radius: 10px;
	border: 3px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
}
.areaBox > dt {
	width: 280px;
	min-width: 280px;
	aspect-ratio: 16 / 9;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	border: none;
	background: #f7f7f7;
}
.areaBox > dt img {
	width: auto;
	height: 65px;
}
.areaBox > dd {
	width: calc(100% - 40px - 280px);
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}
#contents .areaBox > dd > h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto 15px;
	background: none;
	border: none;
	border-bottom: 1px solid #dee5ec;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .areaBox > dd > h2::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_pin_blue.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#contents .areaBox > dd > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	border: none;
	background: none;
	border-radius: 0;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .areaBox > dd > h3::before,
#contents .areaBox > dd > h3::after {
	display: none;
}
/*エリア*/
.areaList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 5px;
	line-height: 1;
}
.areaList > a {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
.areaList > a:hover {
	color: var(--act);
	text-decoration: underline;
	transition: var(--ease);
}


/************************************************************/
/*　トップページ　ソリューション
/************************************************************/
#topSolution {
	width: 100%;
	padding: 100px 50px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#topSolution::before {
	content: 'SOLUTION';
	display: inline-block;
	font-family: var(--font-en);
	font-size: 140px;
	line-height: 1;
	color: var(--main);
	font-weight: 700;
	position: absolute;
	top: 0;
	right: -0.07em;
	z-index: -1;
	opacity: 0.05;
}
#topSolution > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
}
#contents #topSolution > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	text-align: center;
	border: none;
	background: none;
	position: relative;
}
.awardList {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
.awardList > li {
	width: fit-content;
	padding: 0 30px;
	margin: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 2px;
	position: relative;
}
.awardList > li::before,
.awardList > li::after {
	content: '';
	display: block;
	width: auto;
	height: 50px;
	aspect-ratio: 108 / 265;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/award_grass.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.awardList > li::after {
	position: absolute;
	top: 50%;
	left: unset;
	right: 0;
	transform: translate(0,-50%) scale(-1,1);
}
#contents .awardList > li > p {
	width: auto;
	padding: 0;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
#contents .awardList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--act);
	text-align: center;
}
#contents .awardList > li > h3::before,
#contents .awardList > li > h3::after {
	display: none;
}
#contents .awardList > li > h3 small {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: var(--text);
}
/*ボックス*/
.sol_box {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}
.sol_box > dl {
	width: calc((100% - 40px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.sol_box > dl dt {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 15px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
}
.sol_box > dl dt::before {
	content: '';
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.sol_box > dl.sol_box_1 dt::before {
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/sol_box_img_1.webp');
}
.sol_box > dl.sol_box_2 dt::before {
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/sol_box_img_2.webp');
}
.sol_box > dl dd {
	width: 100%;
	padding: 40px;
	margin: 0;
	border: none;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 10px;
	box-shadow: 2px 3px 8px rgba(20,20,20, 0.1);
}


/************************************************************/
/*　トップページ　サポート
/************************************************************/
#topSupport {
	width: 100%;
	padding: 100px 50px;
	margin: 0 auto 90px;
	background: var(--base);
	border: 20px solid #fff;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#topSupport::after {
	content: "SUPPORT";
	position: absolute;
	top: -10px;
	right: -19px;
	font-family: var(--font-en);
	font-size: 140px;
	font-weight: 700;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: rgba(255,255,255,0.4);
	z-index: -1;
	pointer-events: none;
}
.topSupport_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 100px;
}
.topSupport_wrap > figure {
	width: 450px;
	min-width: 450px;
	height: auto;
	aspect-ratio: 450 / 600;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.topSupport_wrap > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.topSupport_info {
	width: calc(100% - 100px - 450px);
	padding: 0;
	margin: 0;
	position: relative;
}

/*折りたたみdl*/
.topSupport_info dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #dee5ec;
}
.topSupport_info dt {
	width: 100%;
	padding: 30px 0;
	margin: 0;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 1.5em;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	opacity: 0.6;
	transition: var(--ease);
}
.topSupport_info dt:hover {
	opacity: 1;
	transition: var(--ease);
}
.topSupport_info dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	min-width: 40px;
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
}

.topSupport_info dd {
	display: none;
	width: 100%;
	padding: 40px 0;
	margin: 0;
	position: relative;
}
.topSupport_info dl:first-of-type dd {
	padding: 0 0 40px;
}
.topSupport_info dd > header {
	width: fit-content;
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.topSupport_info dd > header > span {
	display: block;
	width: 100%;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: var(--sub);
	text-align-last: justify;
}
.topSupport_info dd > header > em {
	display: block;
	width: 100%;
	font-family: var(--font-en);
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	color: var(--sub);
	font-style: normal;
	text-align-last: justify;
}
#contents .topSupport_info dd > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	border: none;
	background: none;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .topSupport_info dd > h3::before,
#contents .topSupport_info dd > h3::after,
#contents .topSupport_info dd > h4::before,
#contents .topSupport_info dd > h4::after {
	display: none;
}
#contents .topSupport_info dd > h4 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .topSupport_info dd > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}


/************************************************************/
/*　トップページ　選ばれる理由
/************************************************************/
#topReason {
	width: 100%;
	padding: 100px 50px;
	margin: 0 auto;
	background: var(--sub);
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#topReason::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/reason_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	mix-blend-mode: screen;
	opacity: 0.3;
}
.reasonList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}
.reasonList > li {
	width: calc((100% - 40px) / 2);
	padding: 40px;
	margin: 0;
	position: relative;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 30px;
}
.reasonList > li > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	min-width: 125px;
	height: auto;
	aspect-ratio: 1/1;
	padding: 0;
	margin: 0;
	background: var(--base);
	position: relative;
	border-radius: 50%;
}
.reasonList > li > figure img {
	width: auto;
	height: 50px;
}
.reasonList_info {
	width: calc(100% - 30px - 125px);
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .reasonList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .reasonList_info > h3::before,
#contents .reasonList_info > h3::after {
	display: none;
}
#contents .reasonList_info > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 12px;
	line-height: 2em;
}


/************************************************************/
/*　トップページ　実績紹介
/************************************************************/
#topCase {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.topCase_wrap {
	width: 100%;
	padding: 0;
	background: none;
	position: relative;
}
/*リスト*/
.topCaseList {
	width: 90%;
	padding: 0 80px 80px 0;
	margin: 0 0 0 auto;
	overflow-x: scroll;
	display: flex;
	justify-content: flex-start;
	column-gap: 60px;
	overflow-x: auto;
	scrollbar-width: none;
}
.topCaseList > li {
	width: 480px;
	min-width: 480px;
	padding: 0;
	margin: 0;
	background: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	grid-row-gap: 15px;
	position: relative;
}
.topCaseList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
}
.topCaseList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.topCaseList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#contents .topCaseList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	border: none;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .topCaseList > li > h3::before,
#contents .topCaseList > li > h3::after {
	display: none;
}
#contents .topCaseList > li > h3 a {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#contents .topCaseList > li > h3 a:hover {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--sub);
	text-decoration: none;
	transition: var(--ease);
}
#contents .topCaseList > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 13px;
	line-height: 1.7em;
}
.case-tags {
	width: calc(100% - 20px - 100px);
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 6px;
}
.case-tags > span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	color: #737e8c;
}
.case-tags > span a {
	font-size: 11px;
	line-height: 1;
	color: #737e8c;
	text-decoration: none;
	transition: var(--ease);
}
.case-tags > span a:hover {
	color: var(--sub);
	text-decoration: none;
	transition: var(--ease);
}
.topCaseList > li > a.casemore {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
.topCaseList > li > a.casemore::after {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	min-width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	background-color: var(--main);
	border-radius: 50%;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_arrow_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}

/*スクロールバー*/
.topCaseList::-webkit-scrollbar {
	display: none;                /* Chrome, Safari 対応 */
}
.custom-scrollbar {
	position: relative;
	height: 5px;
	width: calc(90% - 80px);        /* ★ 幅90%にする */
	margin: 0 80px 30px auto;     /* 中央寄せ */
	background: #B5B5B5;
	border-radius: 5px;
	overflow: hidden;
}
.scroll-thumb {
	position: absolute;
	height: 100%;
	width: calc(100% / 4); /*投稿数分 / 2*/
	background: #5D5D5D;
	border-radius: 5px;
	left: 0;
	transition: left 0.1s ease-out;
}
/*ボタン*/
.topCase_btn {
	width: 90%;
	padding: 0 80px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 30px;
}
.topCase_btn > button {
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	height: 12px;
	width: 12px;
	aspect-ratio: 1 / 1;
	transition: var(--ease);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	outline: none;
}
.topCase_btn > button#scrollLeft {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid var(--main);
	border-left: 3px solid var(--main);
	transform: rotate(-45deg);
	transform-origin: center;
}
.topCase_btn > button#scrollRight {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid var(--main);
	border-right: 3px solid var(--main);
	transform: rotate(45deg);
	transform-origin: center;
}
.topCase_btn > button#scrollLeft:hover {
	border-color: var(--sub);
}
.topCase_btn > button#scrollRight:hover {
	border-color: var(--sub);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width:768px){
	.topCase_wrap {
		width: 100%;
		padding: 50px 0 50px;
	}
	/*リスト*/
	.topCaseList {
		width: calc(100% - 30px);
		padding: 0 30px 30px 0;
		margin: 0 0 0 auto;
		column-gap: 30px;
	}
	.topCaseList > li {
		width: 310px;
		min-width: 310px;
		padding: 30px 20px;
		border-radius: 12px;
		grid-row-gap: 20px;
	}
	.topCaseList > li > h2 {
		width: 100%;
		font-size: 13px;
	}
	.topCaseList > li > h2 > p {
		font-size: 13px;
	}
	.topCaseList > li > h2 > span {
		font-size: 13px;
	}
	.topCaseList > li > .name {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 13px;
	}
	.topCaseList > li > .before_after {
		width: calc(100% - 40px);
		column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: space-between;
	}
	.topCaseList > li > .before_after dt {
		width: 50px;
		padding: 0;
		margin: 0 0 0 auto;
		font-size: 14px;
		color: var(--main);
	}
	.topCaseList > li > .before_after dd {
		width: 160px;
		padding: 0;
		margin: 0 auto 0 0;
	}
	.topCaseList > li > p {
		padding: 0;
		margin: 15px auto 0;
		font-size: 13px;
		line-height: 1.7em;
	}

	/*スクロールバー*/
	.topCaseList::-webkit-scrollbar {
		display: none;                /* Chrome, Safari 対応 */
	}
	.custom-scrollbar {
		position: relative;
		height: 3px;
		width: calc(100% - 60px);        /* ★ 幅90%にする */
		margin: 0 auto;     /* 中央寄せ */
		background: #B5B5B5;
		border-radius: 3px;
		overflow: hidden;
	}
	/*ボタン*/
	.topCase_btn {
		width: 100%;
		padding: 30px 30px 0;
		column-gap: 20px;
	}
	.topCase_btn > button {
		width: 60px;
		height: 30px;
		aspect-ratio: unset;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		cursor: pointer;
	}
}


/************************************************************/
/*　トップページ　お知らせ
/************************************************************/
#topNews {
	width: 100%;
	padding: 100px 50px;
	margin: 0 auto 100px;
	background: var(--gray);
	border: 20px solid #fff;
	border-radius: 40px;
	position: relative;
}
.topNews_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}
.topNews_wrap > header {
	width: 180px;
	min-width: 180px;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	grid-row-gap: 15px;
}
.topNews_wrap > header > em {
	display: block;
	font-family: var(--font-en);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#contents .topNews_wrap > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
	border: none;
	background: none;
	position: relative;
}
#contents .topNews_wrap > header > a.readmore {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	padding: 0;
	margin: auto 0 0;
	background: none;
	border: none;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
	position: relative;
}
#contents .topNews_wrap > header > a.readmore::after {
	content: '';
	width: 25px;
	min-width: 25px;
	height: 25px;
	aspect-ratio: 1/1;
	background-color: var(--main);
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_arrow_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	border-radius: 50%;
	transition: var(--ease);
}
#contents .topNews_wrap > header > a.readmore:hover {
	color: var(--sub);
	transition: var(--ease);
}
#contents .topNews_wrap > header > a.readmore:hover::after {
	background-color: var(--sub);
	transition: var(--ease);
}

/*リスト*/
.newsList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	border-top: 1px solid #dee5ec;
}
#topNews .newsList {
	width: calc(100% - 50px - 180px);
	padding: 0;
	margin: 0;
	position: relative;
}
.newsList > li {
	width: 100%;
	padding: 30px 30px 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 30px;
	border-bottom: 1px solid #dee5ec;
}
.newsList > li::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #737e8c;
	border-right: 1px solid #737e8c;
	background: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%) rotate(45deg);
}
.newsList > li time {
	display: inline-block;
	width: 80px;
	min-width: 80px;
	padding: 0;
	margin: 0;
	font-family: var(--font-en);
	font-size: 13px;
	line-height: 1;
	color: #737e8c;
	white-space: nowrap;
}
.newsList > li .news-type {
	display: inline-block;
	padding: 4px 10px 6px;
	margin: 0;
	width: 120px;
	min-width: 120px;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: 20px;
	background: var(--main);
}
#contents .newsList > li > h3 {
	width: calc(1100% - 90px - 120px - 60px);
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
}
#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: 400;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#contents .newsList > li > h3 a:hover {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--main);
	text-decoration: underline;
	transition: var(--ease);
}


/************************************************************/
/*　トップページ　お問い合わせ
/************************************************************/
.cta {
	width: 100%;
	padding: 100px 50px;
	margin: 0 auto;
	background: var(--base);
	position: relative;
}
.ctaBox_wrap {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 2px 3px 8px rgba(20, 20, 20, 0.1);
}
.ctaBox_wrap::before {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 160px);
	background: #dee5ec;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ctaBox {
	width: 50%;
	padding: 80px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*電話番号*/
.tel {
	display: inline-flex;
	flex-direction: column;
	grid-row-gap: 10px;
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#contents .tel > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
#contents .tel > h3::before,
#contents .tel > h3::after {
	display: none;
}
.tel > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 3px;
	font-family: var(--font-en);
	font-size: 40px;
	line-height: 1;
	color: var(--main);
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
}
.tel > a::before {
	content: '';
	display: block;
	width: auto;
	height: 30px;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_tel.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.tel > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align-last: justify;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: var(--text);
}
/*ボタン*/
.ctaContact {
	display: inline-flex;
	flex-direction: column;
	grid-row-gap: 15px;
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#contents .ctaContact > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
#contents .ctaContact > h3::before,
#contents .ctaContact > h3::after {
	display: none;
}
.ctaContact > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 15px 30px;
	margin: 0;
	background: var(--act);
	border-radius: 50px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: var(--ease);
}
.ctaContact > a::before {
	content: '';
	display: block;
	width: auto;
	height: 15px;
	aspect-ratio: 1/1;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_mail_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.ctaContact > a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}

#contents .cta > p {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 50px auto 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}


/************************************************************/
/*　実績紹介 一覧
/************************************************************/

/*リスト*/
.caseList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.caseList > li {
	width: calc((100% - 30px) / 2);
	min-width: 300px;
	padding: 30px;
	margin: 0;
	background: #fafafa;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	grid-row-gap: 15px;
	position: relative;
	box-shadow: 2px 3px 5px rgba(20, 20, 20, 0.05);
	border: 1px solid #dee5ec;
	transition: var(--ease);
}
.caseList > li:hover {
	box-shadow: 2px 3px 5px rgba(20, 20, 20, 0);
	transition: var(--ease);
}
.caseList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
}
.caseList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.caseList > 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);
}
.caseList > li > figure img:hover {
	transform: translate(-50%,-50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
#contents .caseList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	border: none;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .caseList > li > h3::before,
#contents .caseList > li > h3::after {
	display: none;
}
#contents .caseList > li > h3 a {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#contents .caseList > li > h3 a:hover {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--sub);
	text-decoration: none;
	transition: var(--ease);
}
#contents .caseList > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 13px;
	line-height: 1.7em;
}
.caseList > li > a.casemore {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
.caseList > li > a.casemore::after {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	min-width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	background-color: var(--main);
	border-radius: 50%;
	background-image: url('https://test-fast.coresv.com/wp-content/uploads/icon_arrow_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}


/************************************************************/
/*　よくある質問
/************************************************************/

/*リスト*/
.faqList {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #dee5ec;
}
.faqList > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #dee5ec;
	background: none;
}
.faqList > dl > dt {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 20px;
	width: 100%;
	padding: 20px 70px 20px 20px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
	position: relative;
	cursor: pointer;
	transition: var(--ease);
}
.faqList > dl > dt:hover {
	color: var(--main);
	transition: var(--ease);
}
.faqList > dl > dt::before {
	content: '\f059';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	color: var(--main);
	font-weight: 500;
}
.faqList > dl > dt span {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.faqList > dl > dt span::before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: var(--text);
	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: 10px;
	height: 1px;
	background: var(--text);
	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 > dd {
	margin: 0 auto 20px;
	padding: 25px 30px;
	background: var(--base);
	border-radius: 10px;
	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;
}
.faqList > dl > dd > p:last-of-type {
	margin-bottom: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*リスト*/
	.faqList {
		width: 100%;
		max-width:100%;
	}
	.faqList > dl > dt {
		column-gap: 10px;
		width: 100%;
		padding: 15px 40px 15px 0;
		font-size: 16px;
	}
	.faqList > dl > dt::before {
		width: 25px;
		height: 25px;
		min-width: 25px;
		min-height: 25px;
		font-size: 14px;
	}
	.faqList > dl > dt span {
		width: 10px;
		height: 10px;
		right: 0;
	}
	.faqList > dl > dt span::before {
		width: 10px;
	}
	.faqList > dl > dt span::after {
		width: 10px;
	}
	.faqList > dl > dd {
		margin: 0 auto;
		padding: 0 0 15px 0;
		background: none;
		border-radius: 5px;
		font-size: 15px;
	}
}