@charset "utf-8";

/* // base
----------------------------------------------- */
:root {
	--c0: #333333;
	--c1: #CC2B4A;
	--c2: #B53E4C;

	--sitebg1: #FFF;
	--bgc1: #FAF5F6;
	--bgc2: #FDF5F6;
	/*
	*/
}
:target {
	scroll-margin-top: 100px;
}
html,
body {
	color: var(--c0);
	font-weight: 400;
	line-height: 170%;
	font-size: 16px;
	font-family: var(--ffGo);
	font-weight: 400;
	background-color: var(--sitebg1);
	letter-spacing: 3%;
}
a {
	color: var(--c0);
}
a:not(.nohover):hover {
	opacity: 70%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	html,
	body {
		font-size: 13px;
		line-height: 200%;
	}
}


/* // base adjust
----------------------------------------------- */
/* ________PC________ */
:root {
	--widthFix: 1100px;
	--widthFix_n: 1100;
}

@media screen and (min-width: 761px) {
	.widthFix {
		width: var(--widthFix);
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.widthFix,
	.sp_widthFix {
		width: calc(100% - 20px * 2) !important;
	}
}

/* // pageContainer / mainContents
----------------------------------------------- */
.pageContainer {
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 90px;
}
.pageContainer._noPad {
	padding-bottom: 0;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pageContainer {
		padding-top: 0px;
		width: 100%;
	}
	.pageContainer._noPad {
		padding-top: 50px;
	}

	html.iframe .pageContainer {
		padding-top: 0px;
		padding-bottom: 50px;
	}

	#luxy {}

}


/* // mainContentsWrap
----------------------------------------------- */
.mainContentsWrap {
	position: relative;
	z-index: 50;
	margin: 0 auto 0;
	min-height: 20vh;
	overflow: hidden;
	padding-bottom: 150px;
}
.mainContentsWrap._mb1 {
	margin-bottom: 110px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.mainContentsWrap {
		min-height: 300px;
		margin-bottom: 0;
		padding-bottom: 80px;
	}
	.mainContentsWrap._mb1 {
		margin-bottom: 70px;
	}
}

/* // breadcrumb
----------------------------------------------- */
.breadcrumb {
	top: auto;
	left: auto;
	font-size: 11px;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 6px;
	line-height: 130%;
	padding-left: 0px;
	position: absolute;
	margin-top: 5px;
}
.breadcrumb .list li {
	padding-right: 10px;
	margin-right: 7px;
}
.breadcrumb .list li:first-of-type * {
	font-family: var(--ffEn1);
}
.breadcrumb * {
	color: var(--c0);
}
.breadcrumb li a {
	color: #aaa;
	font-size: 110%;
	letter-spacing: 0px;
	font-weight: 300;
}

.breadcrumb .list li::after {
	font-size: 7px;
	line-height: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {

	.breadcrumb {
		font-size: 9px;
		margin-top: 2px;
		padding-left: 0px;
	}
	/*
	.breadcrumb {
		font-size: 10px;
		padding-left: 15px;
		line-height: 1;
		top: 0;
		font-size: 9px;
		padding-left: 10px;
		margin: 0;
		left: 0px;
		position: absolute;
	}
	*/
	.breadcrumb .list li {
		padding-right: 6px;
		margin-right: 4px;
	}
	.breadcrumb .list li:first-of-type a:before {
		font-size: 15px;
		margin-right: 5px;
	}
}


/* // pc_header
----------------------------------------------- */
.pc_header {
	height: 90px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	padding: 0px 60px;
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	top: 0px;
	left: 0px;
	transition: 0.4s;
}
.pc_header.hide {
	transform: translateY(-110%);
}

.pc_header .homeLogo {
	width: 150px;
}
.pc_header .blockWrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.pc_header .blockWrap > .block1 {
	height: 30px;
	display: flex;
	gap: 18px;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	font-size: 13px;
	line-height: 100%;
}
.pc_header .blockWrap > .block1 .link1 a.external {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.pc_header .blockWrap > .block1 .link1 a.external .icon {
	font-size: 11px;
	color: var(--c1);
}
.pc_header .blockWrap > .block1 .tel {
	display: inline-flex;
	align-items: center;
}
.pc_header .blockWrap > .block1 .tel .num {
	font-family: var(--ffEn1);
	font-size: 112%;
	line-height: 100%;
	font-weight: 400;
}
.pc_header .blockWrap > .block1 .tel .icon {
	font-size: 116%;
	color: var(--c1);
	margin-right: 4px;
}
.pc_header .blockWrap > .block1 .tel .time {
	font-size: 83%;
}
.pc_header .blockWrap > .block2 {
	height: 60px;
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}
.pc_header .blockWrap > .block2 .gnavi {
	margin-right: 10px;
}

.pc_header .blockWrap > .block2 .cvArea .btns {
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 100%;
}
.pc_header .blockWrap > .block2 .cvArea .btns a {
	width: 160px;
	min-width: unset;
	height: 40px;
	font-size: 14px;
}
.pc_header .blockWrap > .block2 .cvArea .btns a .btnWrap {
	padding: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pc_header {
		display: none;
	}
}


/* // sp_header
----------------------------------------------- */
.sp_header {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sp_header {
		display: none;
	}
}


/* // pc_gnavi
----------------------------------------------- */
.pc_gnavi {
	font-size: 14px;
	line-height: 130%;
}
.pc_gnavi .siteNaviParents {
	display: flex;
	line-height: 1;
	gap: 16px;
}
.pc_gnavi .siteNaviParents > li._current {
	border-bottom: 1px solid var(--c1_L1);
}
.pc_gnavi .siteNaviParents .link {
	font-weight: 500;
	letter-spacing: 0.9px;
	padding: 12px 8px;
	color: var(--c0);
}
.pc_gnavi._white .siteNaviParents .link {
	color: #FFF !important;
}

/* naviChildrenWrap  */
.pc_gnavi .naviChildrenWrap {
	margin-bottom: 3px;
}
.pc_gnavi .naviChildrenWrap,
.pc_gnavi .naviChildrenWrap * {
	transition: 0s;
}
.pc_gnavi .naviChildrenWrap {
	display: none;
	/*! display:block !im
	portant; */
	z-index: 5;
	position: absolute;
	left: calc(50%);
	top: calc(100% + -3px);
	transform: translateX(-50%);
	width: auto;
	min-width: 100%;
	padding: 10px;
	z-index: 5;
}
.pc_gnavi .naviChildrenWrap > .inner {
	background-color: rgba(255, 255, 255, 1);
	/*! box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
	width: 100%;
	display: block !important;
	padding: 15px 20px 20px !important;
	background-color: #fff;
}
.pc_gnavi._white .naviChildrenWrap > .inner {
	background-color: transparent;
}
.pc_gnavi .naviChildren {
	display: grid;
	gap: 10px;
}
.pc_gnavi .naviChildren li {
	display: block;
}
.pc_gnavi .naviChildren li .tx {
	white-space: nowrap;
	display: block;
	position: relative;
}
.pc_gnavi .parent {
	position: relative;
}
/*
html.top .pc_gnavi .parent > a {
	color:#FFF !important;
}
html.top.mvHide .pc_gnavi .parent > a {
	color:#000 !important;
}
 */
.pc_gnavi .parent:after {}
.pc_gnavi .parent:last-of-type:after {
	display: none;
}
.pc_gnavi .parent._current .naviChildren li._current .tx {
	font-weight: 600;
}

.pc_gnavi .naviChildren li .tx br {
	display: none;
}

.pc_gnavi li.child .tx {
	position: relative;
}
.pc_gnavi .child._current {
	background-color: var(--bgc1);
	border-radius: 3px;
}
/*
.pc_gnavi .child._current .tx:before {
	content: " ";
	position: absolute;
	display: block;
	width: calc(100% + 8px);
	height: 1px;
	background-color: var(--c1_L1);
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
}
*/
.pc_gnavi li.child:last-of-type {
	margin-bottom: 0;
}
.pc_gnavi li.child .link {
	display: block;
	text-align: center;
	position: relative;
	font-size: 88%;
	line-height: 1.4;
	padding: 6px 4px 5px;
}
.pc_gnavi li.child._current .link {
	pointer-events: none;
}

.pc_gnavi li.child .link:after {
	height: 1px !important;
}
.pc_gnavi li.child._current .wrap > .link:after,
.pc_gnavi li.child._current .wrap > .link:after {
	height: 1px !important;
	background-color: #000;
	width: 100%;
}

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

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pc_gnavi {
		display: none;
	}
}

/* // modal WH CUSTOMIZE //
----------------------------------------------- */
:root {
	--modalMenuBox_bg_color: #fff;
	--modalMenuBox_padding: 60px;
	--modalMenuBox_boder_color: #e6e6e6;
	--modalMenuBox_boder_width: 1px;
	--modalMenuBox__close_bg_color: rgba(255, 255, 255, 0.7);
	--modalBtn_w: 40px;
	--modalBtn_bg_color: rgba(255, 255, 255, 0.7);
	--modalBtn_line_width: 70%;
	--modalBtn_margin: 11px;
	--modalBtn_line_color: var(--c0);
	--modalNavilist_a_line_color: #eee;
}

.modalBtn._global {
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0);
	backdrop-filter: blur(10px);
}
.modalBtn.active .line,
.modalBtn.active .inner:before,
.modalBtn.active .inner:after {
	background-color: #FFF;
}

/* ________PC________ */
@media screen and (min-width: 761px) {
	.modalBtn._global {}

}


/* // sp_header
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 761px) {
	.sp_header {
		display: none;
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sp_header {
		height: 50px;
		display: flex;
		gap: 10px;
		align-items: center;
		align-content: center;
		justify-content: center;
		padding-left: 10px;
	}
	.sp_header .homeLogo {
		line-height: 100%;
	}
	.sp_header .homeLogo img {
		width: auto;
		height: 33px;
	}
}



/* // spModalGlobalMenu
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 761px) {
	.spModalGlobalMenu {
		display: none !important;
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.spModalGlobalMenu .menuWrap {
		background-color: var(--c1) !important;
	}
	.spModalGlobalMenu .block1 {
		margin-top: 30px;
		display: flex;
		gap: 20px;
		flex-direction: column;
		font-size: 13px;
		line-height: 100%;
	}
	.spModalGlobalMenu .block1 .link1 {
		text-align: center;
	}
	.spModalGlobalMenu .block1 .link1 a.external {
		display: inline-flex;
		align-items: center;
		gap: 5px;
	}
	.spModalGlobalMenu .block1 .link1 a.external .icon {
		font-size: 11px;
		color: var(--c1);
	}
	.spModalGlobalMenu .block1 .tel {
		text-align: center;
		margin-top: 0;
	}
	.spModalGlobalMenu .block1 .tel .num {
		font-family: var(--ffEn1);
		font-size: 28px;
		line-height: 100%;
		font-weight: 400;
		color: #FFF;
		display: flex;
		gap: 10px;
		align-items: center;
		align-content: center;
		justify-content: center;

	}
	.spModalGlobalMenu .block1 .tel .icon {
		font-size: 102%;
		color: #FFF;
		margin-right: 4px;
	}
	.spModalGlobalMenu .block1 .tel .time {
		font-size: 89%;
		display: block;
		width: 100%;
		margin-top: 10px;
		color: #FFF;
	}

	.spModalGlobalMenu .cvArea {
		margin-top: 30px;
		line-height: 100%;
		display: none;
	}
	.spModalGlobalMenu .cvArea .btns {
		display: flex;
		gap: 13px;
		flex-direction: column;

	}
	.spModalGlobalMenu .cvArea a {
		height: 50px;
		min-width: unset;
		width: 100%;
	}

	.spModalGlobalMenu .snsLinks {
		display: flex;
		gap: 16px;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
		margin-top: 32px;
	}
	.spModalGlobalMenu .snsLinks .link {
		width: 30px;
		color: #FFF;
	}
	.spModalGlobalMenu .snsLinks .link .icon {}
	.spModalGlobalMenu .snsLinks .link .text {
		font-size: 10px;
		line-height: 100%;
		margin-top: 9px;
		text-align: center;
		display: block;
	}


}

/* // modalNavilist_a //
----------------------------------------------- */
.modalNavilist_a {
	padding: 0 14px;
	color: var(--c0) !important;
}
.modalNavilist_a li {
	line-height: 1.4;
	border: 0 !important;
	position: relative;
}
.modalNavilist_a li.parent {
	border-bottom: 1px solid #fff !important;
	font-size: 13px;
	text-align: center;
}
.modalNavilist_a:not(._sub) li.parent:first-of-type {
	border-top: 1px solid #fff !important;
}
.modalNavilist_a li.parent > a.link {
	padding: 18px 20px;
	color: #FFF !important;
}
.modalNavilist_a li a {
	display: block;
	position: relative;
	color: var(--c0) !important;
}
/*

.modalNavilist_a li.parent > a:not(.noClose):after {
	position: absolute;
	right: 21px;
	top: 50%;
	font-size: 70%;
	transform: translateY(-50%);
	content: "\ebae";
	font-family: iconfont;
	color: var(--c1);
}
.modalNavilist_a li.parent._current > a:after {
	display: none;
}
.modalNavilist_a li.parent > a.noClose:after {
	content:"\e917";
}
.modalNavilist_a li.parent > a.noClose.minus:after {
	content:"\e915";
}
.modalNavilist_a li.parent .naviChildrenWrap {
	display: none;
}
.modalNavilist_a li.parent._current .naviChildrenWrap {
	display: block;
}

.modalNavilist_a li.child._1 {
	margin-left: 20px;
}
.modalNavilist_a li.child a {
	padding: 8px;
	color: #000;
}
.modalNavilist_a .naviChildren {
	padding-top: 0px;
	padding-bottom: 11px;
	padding-left: 23px;
	font-size: 90%;
	font-weight: ;
	margin-top: -4px;
}
.modalNavilist_a li.parent._current > a,
.modalNavilist_a li.child._current a {
	font-weight: 500;
	color: var(--c1) !important;
}
.modalNavilist_a li._current > a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 9px;
	aspect-ratio: 10 / 10;
	background: var(--c1);
	border-radius: 100px;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.modalNavilist_a li.child._current a:before {
	content: " ";
	position: absolute;
	display: block;
	background-color: var(--c1);
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	left: -6px;
	aspect-ratio: 10 / 10;
	width: auto;
}

.modalNavilist_a li.parent a:not(.noClose) {}
*/

/* s1  */
.modalNavilist_a.s1 {}
.modalNavilist_a.s1 li {
	border-bottom: 1px dotted #ccc !important;
}
.modalNavilist_a.s1 li:first-of-type {
	border-top: 1px dotted #ccc !important;
}
.modalNavilist_a.s1 li a {
	padding: 10px 0;
	font-size: 80%;
	color: #333;
}

/* linksWrap1  */
.modalNavilist_a.linksWrap1 > ul {
	margin-top: 14px;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-top: 1px dotted #aeaeae !important;
}
.modalNavilist_a.linksWrap1 > ul li {
	width: 50%;
	border-bottom: 1px dotted #aeaeae !important;
}
.modalNavilist_a.linksWrap1 > ul li:nth-of-type(odd) {
	width: 50%;
	border-right: 1px dotted #aeaeae !important;
}
.modalNavilist_a.linksWrap1 > ul li a {
	display: block;
	text-align: center;
	font-size: 80%;
	color: #333;
	padding: 10px 0;
}
/* ________PC________ */
@media screen and (min-width: 761px) {
	.modalNavilist_a li.parent > a.link {
		padding: 22px 20px;
	}
}


/* // spBtmCv_a
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 761px) {
	.spBtmCv_a {
		display: none !important;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.spBtmCv_a {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		backdrop-filter: blur(5px);
		height: 50px;
		padding: 5px 10px;
		z-index: 100;
		line-height: 100%;
		transition: 0.5s;
		transform: translateY(110%);
	}
	.spBtmCv_a._view {
		transform: translateY(0%);
	}
	.spBtmCv_a .btns {
		width: 100%;
		display: grid;
		gap: 6px;
		grid-template-columns: repeat(2, 1fr);
	}
	.spBtmCv_a .btns a {
		min-width: unset;
		width: 100%;
		height: 40px;
	}
}



/* // siteFooter
----------------------------------------------- */
.siteFooter {
	padding: 55px 0px;
}
.siteFooter .logo {
	text-align: center;
	line-height: 100%;
	margin-bottom: 15px;
}
.siteFooter .logo img {
	width: auto;
	height: 40px;
}
.siteFooter .description {
	text-align: center;
	line-height: 130%;
	margin-bottom: 34px;
	font-size: 12px;
}
.siteFooter .naviWrap {
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin-bottom: 40px;
}
.siteFooter .naviWrap .navi {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.siteFooter .naviWrap .navi li {
	padding: 0px 7px;
	border-right: 1px solid #CCC;
}
.siteFooter .naviWrap .navi li:last-of-type {
	border-right: 0;
}
.siteFooter .naviWrap .navi li a {
	padding: 4px 10px;
	font-size: 14px;
	line-height: 100%;
}
.siteFooter .snsLinks {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	margin-bottom: 45px;
}
.siteFooter .snsLinks .link {
	width: 30px;
}
.siteFooter .snsLinks .link .icon {}
.siteFooter .snsLinks .link .text {
	font-size: 11px;
	line-height: 100%;
	margin-top: 10px;
	text-align: center;
	display: block;
}
.siteFooter .copy {
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	font-weight: 300;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.siteFooter {
		padding: 45px 0px 80px;
	}
	.siteFooter .logo {
		margin-bottom: 14px;
	}
	.siteFooter .logo img {
		height: 32px;
	}
	.siteFooter .description {
		line-height: 160%;
		margin-bottom: 30px;
		font-size: 12px;
	}
	.siteFooter .naviWrap {
		gap: 10px;
		margin-bottom: 33px;
	}
	.siteFooter .naviWrap .navi {
		gap: 10px;
		flex-direction: column;
	}
	.siteFooter .naviWrap .navi li {
		padding: 0px;
		border-right: 0;
	}
	.siteFooter .naviWrap .navi li:last-of-type {
		border-right: 0;
	}
	.siteFooter .naviWrap .navi li a {
		padding: 4px 13px;
		font-size: 14px;
		line-height: 100%;
	}
	.siteFooter .snsLinks {
		gap: 19px;
		margin-bottom: 40px;
	}
	.siteFooter .snsLinks .link {
		width: 30px;
	}
	.siteFooter .snsLinks .link .icon {}
	.siteFooter .snsLinks .link .text {
		font-size: 10px;
		margin-top: 9px;
	}
	.siteFooter .copy {
		font-size: 11px;
		line-height: 100%;
		text-align: center;
		font-weight: 300;
	}
}

/* // sectionWrap_a
----------------------------------------------- */
.sectionWrap_a {
	display: flex;
	gap: 40px;
	flex-direction: column;
}
.sectionWrap_a[gap="10"] {
	gap: 10px;
}
.sectionWrap_a[gap="30"] {
	gap: 30px;
}
.sectionWrap_a[gap="40"] {
	gap: 40px;
}
.sectionWrap_a[gap="50"] {
	gap: 50px;
}
.sectionWrap_a[gap="60"] {
	gap: 60px;
}
.sectionWrap_a[gap="70"] {
	gap: 70px;
}
.sectionWrap_a[gap="80"] {
	gap: 80px;
}
.sectionWrap_a[gap="100"] {
	gap: 100px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	:root {
		--sectionWrap_a_n_sp: 0.8;
	}
	.sectionWrap_a {
		gap: 40px;
	}
	.sectionWrap_a[gap="10"] {
		gap: calc(10px * 0.8)
	}
	.sectionWrap_a[gap="30"] {
		gap: 30px;
	}
	.sectionWrap_a[gap="40"] {
		gap: 40px;
	}
	.sectionWrap_a[gap="50"] {
		gap: 50px;
	}
	.sectionWrap_a[gap="60"] {
		gap: 60px;
	}
	.sectionWrap_a[gap="70"] {
		gap: 70px;
	}
	.sectionWrap_a[gap="80"] {
		gap: 80px;
	}
	.sectionWrap_a[gap="100"] {
		gap: 100px;
	}
}


/* // section
----------------------------------------------- */
/* section_a  */
:root {
	--section_a_1: 140px;
	--section_a_1_sp: 110px;
}

.section_a {
	margin-bottom: var(--section_a_1);
	position: relative;
}
.section_a:last-of-type {
	margin-bottom: 0 !important;
}

.section_a._s1 {
	margin-bottom: calc(var(--section_a_1) * 0.8);
}

.section_a._s2 {
	margin-bottom: calc(var(--section_a_1) * 0.6);
}

.section_a._s3 {
	margin-bottom: calc(var(--section_a_1) * 0.4);
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.section_a {
		margin-bottom: var(--section_a_1_sp);
	}

	.section_a._s1 {
		margin-bottom: calc(var(--section_a_1_sp) * 0.8);
	}

	.section_a._s2 {
		margin-bottom: calc(var(--section_a_1_sp) * 0.6);
	}

	.section_a._s3 {
		margin-bottom: calc(var(--section_a_1_sp) * 0.4);
	}
}


/* // wp-pagenavi / wpPagenationNextPageLink
----------------------------------------------- */
:root {
	--wp-pagenavi-c_0: #008DA7;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	color: var(--c0) !important;
}

.wp-pagenavi a {
	border-color: var(--c1) !important;
	color: var(--c1) !important;
	border-radius: 100px !important;
	overflow: hidden;
	/*! background-color: transparent !important; */
}
.wp-pagenavi .current {
	background-color: var(--c1);
	border-radius: 100px !important;
}
.wp-pagenavi a:hover {
	opacity: 1;
	background-color: #DDD;
}
.wpPagenationNextPageLink {
	border-radius: 4px;
	border-color: var(--c1);
	color: var(--c1) !important;
	border-radius: 6px;
	font-family: var(--ffEn1);
	font-weight: 300;
	font-size: 130%;
	border-radius: 3px;
}

.wpPagenationNextPageLink em:after {
	color: var(--c1);
	font-size: 10px;
}

.wpPagenationNextPageLink:hover {
	background-color: #f5f5f5;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}

/* // swiper
----------------------------------------------- */
:root {
	--swiper_cursor: url(../img/_cursor_04.cur) 15 15, auto;
}
.swiper-pagination-bullet {
	background-color: var(--c1) !important;
	width: 7px;
	margin: 0 5px;
	height: 7px;
	aspect-ratio: auto;
	transition: 0.4s;
}
.swiper-button {
	background-color: transparent;
	color: var(--c1);
	font-size: 24px;
}
.swiper-pagination-bullet-active {
	opacity: 1 !important;
	width: 50px;
}
.swiper-button-next {
	transform: translateX(160%) translateY(-30px);
}
.swiper-button-prev {
	transform: translateX(-160%) translateY(-30px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.swiper-button {
		display: none;
	}
}


/* // ************************************************************************************************************************************************************************************** */



/* // カラー設定
---------------------------------------------------------------------------------------------- */
/*fc*/
.fc_base {
	color: var(--c0) !important;
}
.fc_a {
	color: var(--c1) !important;
}
.fc_b {
	color: var(--c2) !important;
}

/*bgc*/
.bgc_a {
	background-color: var(--bgc2);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}



/* // ボタン設定
---------------------------------------------------------------------------------------------- */

/* // btn_a
----------------------------------------------- */
:root {
	--btn_a_h1: 60px;
	--btn_a_w1: 280px;
	--btn_a_h1_sp: 40px;
	--btn_a_w1_sp: 200px;
	--btn_a_pad1: 25px;
}
.btn_a {
	min-width: var(--btn_a_w1);
	height: var(--btn_a_h1);
	border-radius: 100px;
	background-color: var(--c1);
	color: #FFF;
}
.btn_a._s1 {
	height: 52px;
}
.btn_a._s2 {
	height: 48px;
}
.btn_a i.icon-arrow_002-01 {
	font-size: 16px;
}
.btn_a._c1 {
	background-color: #FFF;
	border: 1px solid var(--c1);
	color: var(--c1);
}
.btn_a._c1:before {
	background-color: var(--c1);
	opacity: 6%;
}
.btn_a._white {
	background-color: #FFF;
	color: var(--c1);
}
.btn_a._white:before {
	background-color: var(--c1);
	opacity: 6%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.btn_a {
		min-width: var(--btn_a_w1_sp);
		height: var(--btn_a_h1_sp);
	}
}


/* // テキスト設定
---------------------------------------------------------------------------------------------- */
/* // sectionTitle_a
----------------------------------------------- */
.sectionTitle_a {
	margin-bottom: 50px;
}
.sectionTitle_a .en {
	line-height: 80%;
	font-size: 70px;
	margin-bottom: 20px;
	font-family: var(--ffEn1);
	font-weight: 700;
	display: block;
}
.sectionTitle_a .en:first-letter {
	color: var(--c1);
}
.sectionTitle_a .ja {
	line-height: 100%;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
}
.sectionTitle_a .ja:before {
	content: " ";
	display: block;
	width: 30px;
	height: 1px;
	background-color: var(--c1);
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionTitle_a {
		margin-bottom: 35px;
	}
	.sectionTitle_a .en {
		line-height: 80%;
		font-size: 43px;
		margin-bottom: 14px;
		letter-spacing: 1%;
	}
	.sectionTitle_a .ja {
		font-size: 15px;
		display: flex;
		gap: 6px;
	}
	.sectionTitle_a .ja:before {
		width: 22px;
	}
}

/* // sectionTitle_b
----------------------------------------------- */
.sectionTitle_b {
	margin-bottom: 46px;
}
.sectionTitle_b .en {
	line-height: 100%;
	font-size: 18px;
	position: relative;
	display: block;
	font-family: var(--ffEn1);
	font-weight: 700;
	padding-left: 40px;
	margin-bottom: 11px;
}
.sectionTitle_b .en:first-letter {
	color: var(--c1);
}
.sectionTitle_b .en:after {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: " ";
	display: block;
	width: 30px;
	height: 1px;
	background-color: var(--c1);
}
.sectionTitle_b .ja {
	line-height: 120%;
	font-size: 42px;
	display: block;
	font-weight: 600;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionTitle_b {
		margin-bottom: 32px;
	}
	.sectionTitle_b .en {
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 9px;
	}
	.sectionTitle_b .en:first-letter {
		color: var(--c1);
	}
	.sectionTitle_b .en:after {
		width: 23px;
	}
	.sectionTitle_b .ja {
		font-size: 28px;
	}
}


/* // blockTitle_a
----------------------------------------------- */
.blockTitle_a {
	font-size: 26px;
	line-height: 140%;
	margin-bottom: 36px;
	position: relative;
	padding-left: 21px;
	font-weight: 600;
}
.blockTitle_a::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid var(--c1);
	border-right: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.blockTitle_a {
		font-size: 22px;
		margin-bottom: 30px;
		padding-left: 14px;
	}
	.blockTitle_a::before {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid var(--c1);
	}
}


/* // ************************************************************************************************************************************************************************************** */
/* // ************************************************************************************************************************************************************************************** */

/* // footerCta_a
----------------------------------------------- */
.footerCta_a {
	background-color: var(--c1);
	background-image: url(../img/cta_bg_01.jpg);
	background-position: calc(50% + 570px) center;
	background-repeat: no-repeat;
	background-size: 640px auto;
	padding: 100px 0px;
}
.footerCta_a .title {
	line-height: 150%;
	font-size: 28px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
.footerCta_a .itemWrap {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}
.footerCta_a .itemWrap > .item {
	background-color: #FFF;
	border-radius: 16px;
	padding: 20px;
}
.footerCta_a .itemWrap .linkItem {
	opacity: 1 !important;
}
.footerCta_a .itemWrap .linkItem > .wrap {
	transition: 0.3s;
}
.footerCta_a .itemWrap .linkItem:hover > .wrap {
	opacity: 60% !important;
}
.footerCta_a .itemWrap .linkItem .image {
	width: 100%;
	aspect-ratio: 10 / 6;
	overflow: hidden;
	border-radius: 6px;
}
.footerCta_a .itemWrap .linkItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footerCta_a .itemWrap .linkItem .text {
	font-size: 19px;
	line-height: 140%;
	margin-top: 16px;
	position: relative;
	text-align: center;
}
.footerCta_a .itemWrap .linkItem .text .icon {
	font-size: 27px;
	color: var(--c1);
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.footerCta_a .itemWrap .telItem {
	grid-column: 1 / -1;
	padding: 40px 20px;
}
.footerCta_a .itemWrap .telItem > .wrap {
	display: flex;
	gap: 60px;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.footerCta_a .itemWrap .telItem .text1 {
	font-size: 18px;
	line-height: 150%;
}
.footerCta_a .itemWrap .telItem .tel {
	line-height: 100%;
}
.footerCta_a .itemWrap .telItem .tel .num {
	display: inline-flex;
	align-items: center;
	font-size: 44px;
	font-family: var(--ffEn1);
}
.footerCta_a .itemWrap .telItem .tel .num .icon {
	font-size: 36px;
	color: var(--c1);
	margin-right: 10px;
}
.footerCta_a .itemWrap .telItem .tel .time {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	display: block;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.footerCta_a {
		background-position: calc(50% + 160px) -80px;
		background-size: 420px auto;
		padding: 60px 0px;
	}
	.footerCta_a .title {
		font-size: 20px;
		margin-bottom: 29px;
	}
	.footerCta_a .itemWrap {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.footerCta_a .itemWrap > .item {
		border-radius: 8px;
		padding: 10px 10px 9px;
	}
	.footerCta_a .itemWrap .linkItem {}
	.footerCta_a .itemWrap .linkItem > .wrap {
		display: flex;
		gap: 9px;
		align-items: center;
		align-content: center;
	}
	.footerCta_a .itemWrap .linkItem:hover > .wrap {
		opacity: 60% !important;
	}
	.footerCta_a .itemWrap .linkItem .image {
		width: 140px;
		border-radius: 6px;
	}
	.footerCta_a .itemWrap .linkItem .text {
		font-size: 15px;
		margin-top: 0;
		flex: 1;
		text-align: left;
	}
	.footerCta_a .itemWrap .linkItem .text .icon {
		font-size: 23px;
	}
	.footerCta_a .itemWrap .telItem {
		padding: 30px 20px;
		overflow: hidden;
	}
	.footerCta_a .itemWrap .telItem > .wrap {
		gap: 0;
		display: flex;
		flex-direction: column;

	}
	.footerCta_a .itemWrap .telItem .text1 {
		font-size: 13px;
		line-height: 150%;
		margin-bottom: 15px;
	}
	.footerCta_a .itemWrap .telItem .tel {}
	.footerCta_a .itemWrap .telItem .tel .num {
		font-size: 35px;
	}
	.footerCta_a .itemWrap .telItem .tel .num .icon {
		font-size: 25px;
		margin-right: 8px;
	}
	.footerCta_a .itemWrap .telItem .tel .time {
		font-size: 13px;
		margin-top: 9px;
	}
}

/* // topMv
----------------------------------------------- */
.topMv {
	height: 600px;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
}
.topMv:after {
	content: " ";
	display: block;
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 8;
}
.topMv .bgShape {
	position: absolute;
	top: 45%;
	left: calc(50% + 200px);
	z-index: 5;
	width: 710px;
	;
	transform: translateY(-50%);
}
.topMv .pcImg {
	position: absolute;
	bottom: 0px;
	left: calc(50% + 10px);
	z-index: 10;
	width: 530px;
}

.topMv .contentsWrap {
	position: relative;
	z-index: 20;
}
.topMv .contentsWrap .catch {
	line-height: 100%;
	margin-bottom: 11px;
}
.topMv .contentsWrap .catch .sub {
	display: block;
	font-size: 18px;
	line-height: 130%;
}
.topMv .contentsWrap .catch .main {
	display: block;
	font-size: 32px;
	font-weight: 600;
	margin-top: 6px;
	line-height: 130%;
}

.topMv .contentsWrap .title {
	font-family: var(--ffEn1);
	font-size: 130px;
	line-height: 90%;
	font-weight: 700;
	letter-spacing: 6%;
}
.topMv .contentsWrap .title:first-letter {
	color: var(--c1);
}
.topMv .contentsWrap .btns {
	margin-top: 29px;
	display: flex;
	gap: 15px;
	align-items: center;
	align-content: center;
	line-height: 100%;
}
.topMv .contentsWrap .btns a {
	width: 200px;
	min-width: unset;
	height: 50px;
	font-size: 16px;
}
.topMv .contentsWrap .btns a .btnWrap {
	padding: 0px;
}

.topMv .contentsWrap .points {}
.topMv .contentsWrap .points li {
	position: absolute;
	left: calc(50% - 10px);
	top: 50%;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
	padding: 12px 17px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.topMv .contentsWrap .points li.p1 {
	left: calc(46% + 50px);
	top: -31%;
}
.topMv .contentsWrap .points li.p2 {
	left: calc(46% - 10px);
	top: 23%;
}
.topMv .contentsWrap .points li.p3 {
	left: calc(46% + 260px);
	top: 87%;
}
.topMv .contentsWrap .points li .ill {
	width: 82px;
	margin-right: 13px;
}
.topMv .contentsWrap .points li .text {
	font-size: 17px;
	line-height: 150%;
	font-weight: 500;
	padding-right: 10px;
}
.topMv .contentsWrap .points li .text .em1 {
	color: var(--c1);
	font-size: 130%;
	font-weight: 600;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topMv {
		height: auto;
		padding: 45px 0 10px;
		display: block;
	}
	.topMv:after {
		display: none;
	}
	.topMv .bgShape {
		position: absolute;
		top: 340px;
		left: calc(50% + -59px);
		z-index: 5;
		width: 347px;
		;
		max-width: unset;
	}
	.topMv .pcImg {
		position: absolute;
		bottom: auto;
		left: calc(50% + -39px);
		z-index: 10;
		width: 286px;
		top: 210px;
	}
	.topMv .contentsWrap {
		padding-bottom: 149px;

	}
	.topMv .contentsWrap .catch {
		margin-bottom: 10px;
	}
	.topMv .contentsWrap .catch .sub {
		font-size: calc(100vw / 26);
		line-height: 130%;
		text-align: center;
	}
	.topMv .contentsWrap .catch .main {
		font-size: calc(100vw / 15);
		margin-top: 6px;
		text-align: center;
	}
	.topMv .contentsWrap .title {
		font-size: 106px;
		line-height: 90%;
		letter-spacing: 4%;
		text-align: center;
	}
	.topMv .contentsWrap .btns {
		margin-top: 18px;
		display: flex;
		gap: 15px;
		flex-direction: column;
		position: absolute;
		left: 50%;
		bottom: 0px;
		transform: translateX(-50%);
	}
	.topMv .contentsWrap .btns a {
		width: 280px;
		height: 50px;
		font-size: 16px;
	}
	.topMv .contentsWrap .btns a .btnWrap {
		padding: 0px;
	}
	.topMv .contentsWrap .points {
		margin-top: 34px;
		display: flex;
		gap: 14px;
		/*! flex-direction: column; */
		flex-wrap: wrap;
	}
	.topMv .contentsWrap .points li {
		position: relative;
		left: auto !important;
		top: auto !important;
		border-radius: 8px;
		padding: 10px 8px 10px 8px;
		width: auto;
	}
	.topMv .contentsWrap .points li .ill {
		width: 54px;
		margin-right: 4px;
	}
	.topMv .contentsWrap .points li .text {
		font-size: 15px;
		padding-right: 0px;
		line-height: 165%;
	}
	.topMv .contentsWrap .points li .text .em1 {
		color: var(--c1);
		font-size: 130%;
		font-weight: 600;
	}
}


/* // topComments
----------------------------------------------- */
.topComments {
	padding: 90px 0 130px;
}
.topComments .mainCatch {
	font-size: 32px;
	line-height: 142%;
	font-weight: 600;
	margin-bottom: 53px;
	text-align: center;
}
.topComments .commentsItems {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}
.topComments .commentsItems .item .imageWrap {
	height: 400px;
	border: 4px solid var(--c1);
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.topComments .commentsItems .item .imageWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topComments .commentsItems .item .imageWrap .name {
	display: inline-flex;
	background-color: var(--c1);
	padding: 6px 11px;
	color: #FFF;
	font-size: 12px;
	border-radius: 6px 0 0 6px;
	position: absolute;
	right: 0px;
	bottom: 15px;
	line-height: 153%;
	text-align: right;
}
.topComments .commentsItems .item .imageWrap .catch {
	position: absolute;
	left: 17px;
	top: 13px;
	display: flex;
	gap: 7px;
	flex-direction: row-reverse;
}

@supports (-webkit-hyphens: none) {
	.topComments .commentsItems .item .imageWrap .catch {
		gap: 27px;
	}
}

.topComments .commentsItems .item .imageWrap .catch li .text {
	display: inline-block;
	background-color: #FFF;
	writing-mode: vertical-rl;
	font-size: 20px;
	line-height: 100%;
	padding: 6px 4px;
	letter-spacing: 8%;
}
.topComments .commentsItems .item .imageWrap .catch li .text .em1 {
	font-weight: 600;
	color: var(--c1);
}
.topComments .commentsItems .item .imageWrap .catch li .text .num1 {
	transform: rotate(-90deg);
	display: inline-block;
	letter-spacing: 0%;
	margin-top: -3px;
	margin-bottom: 0px;
}
.topComments .commentsItems .item .description {
	font-size: 17px;
	line-height: 150%;
	margin-top: 10px;
	padding: 0px 10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topComments {
		padding: 60px 0 65px;
	}
	.topComments .mainCatch {
		font-size: 22px;
		margin-bottom: 33px;
	}
	.topComments .commentsItems {
		gap: 14px;
		grid-template-columns: repeat(2, 1fr);
	}
	.topComments .commentsItems .item .imageWrap {
		height: auto;
		border: 3px solid var(--c1);
		border-radius: 12px;
		aspect-ratio: 260 / 400;
		width: 100%;
	}
	.topComments .commentsItems .item .imageWrap img {}
	.topComments .commentsItems .item .imageWrap .name {
		padding: 4px 4px;
		font-size: 11px;
		border-radius: 4px 0 0 4px;
		bottom: 8px;
		line-height: 137%;
	}
	.topComments .commentsItems .item .imageWrap .catch {
		left: 5px;
		top: 5px;
		gap: 5px;
	}
	.topComments .commentsItems .item .imageWrap .catch li .text {
		font-size: 14px;
		padding: 5px 3px;
		letter-spacing: 6%;
	}
	.topComments .commentsItems .item .imageWrap .catch li .text .em1 {}
	.topComments .commentsItems .item .imageWrap .catch li .text .num1 {
		margin-top: -3px;
	}
	.topComments .commentsItems .item .description {
		font-size: 13px;
		line-height: 142%;
		margin-top: 5px;
		padding: 0px 5px;
	}
}


/* // topAbout
----------------------------------------------- */
.topAbout {
	position: relative;
	padding: 120px 0px;
}
.topAbout::before {
	content: " ";
	position: absolute;
	z-index: 5;
	display: block;
	background-color: #FAF5F6;
	top: 0px;
	left: 0px;
	width: 73vw;
	border-radius: 0 40px 40px 0;
	height: 900px;
}
.topAbout > .inner {
	position: relative;
	z-index: 10;
}
.topAbout .deco {
	top: 0;
	transform: translateY(-50%);
	z-index: 6;
}
.topAbout .block1 {
	display: flex;
	gap: 10px;
	margin-bottom: 50px;
}
.topAbout .block1 .image {
	width: 460px;
	margin-left: -20px;
	margin-right: 40px;
	margin-top: -20px;
}
.topAbout .block1 .textWrap {
	flex: 1;
}
.topAbout .block1 .textWrap .htx1 {
	font-size: 24px;
	line-height: 149%;
	font-weight: 600;
	margin-bottom: 25px;
}
.topAbout .block1 .textWrap .text1 {
	font-size: 16px;
	line-height: 195%;
	margin-bottom: 18px;
}
.topAbout .block1 .textWrap .text1:last-of-type {
	margin-bottom: 0;
}
.topAbout .block1 .textWrap .text1 .em1 {
	background: linear-gradient(transparent 65%, #E2BBC2 35%);
}
/*topicsBlock*/
.topAbout .topicsBlock {
	border: 2px solid var(--c1);
	border-radius: 16px;
	position: relative;
	padding: 30px 50px;
	background-color: #FFF;
}
.topAbout .topicsBlock .label1 {
	width: 132px;
	height: 73px;
	background: url(../img/about_triangle_01.svg) center / 100% 100% no-repeat;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	line-height: 140%;
	color: #FFF;
	font-weight: 500;
	font-family: var(--ffEn1);
	font-size: 19px;
	transform: translate(0%, 0%) rotate(-45deg);
	position: absolute;
	top: -19px;
	left: -48px;
}
.topAbout .topicsBlock .cotentsWrap {
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.topAbout .topicsBlock .cotentsWrap .textWrap {
	flex: 1;
}
.topAbout .topicsBlock .cotentsWrap .textWrap .htx1 {
	font-size: 24px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 21px;
	color: var(--c1);
}
.topAbout .topicsBlock .cotentsWrap .textWrap .textList1 {
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.topAbout .topicsBlock .cotentsWrap .textWrap .textList1 li {
	font-size: 16px;
	line-height: 140%;
	padding-left: 1em;
	text-indent: -1em;
}
.topAbout .topicsBlock .cotentsWrap .textWrap .textList1 li:first-letter {
	color: var(--c1);
}
.topAbout .topicsBlock .cotentsWrap .image {
	width: 420px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #DBDBDB;
}

/*possibleBlock*/
.topAbout .possibleBlock {
	margin-top: 50px;
}
.topAbout .possibleBlock .catch {
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}
.topAbout .possibleBlock .catch {
	font-size: 28px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}
.topAbout .possibleBlock .catch::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 43px solid transparent;
	border-left: 43px solid transparent;
	border-top: 61px solid #d599a4;
	border-bottom: 0;
}
.topAbout .possibleBlock .catch .text {
	z-index: 5;
	position: relative;
}
.topAbout .possibleBlock .possibleItems {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}
.topAbout .possibleBlock .possibleItems .item {
	background-color: #F8F8F8;
	padding: 26px 26px;
	border-radius: 16px;
}
.topAbout .possibleBlock .possibleItems .item .htx1 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--c1);
	text-align: center;
}
.topAbout .possibleBlock .possibleItems .item .text1 {
	font-size: 14px;
	line-height: 150%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topAbout {
		padding: 70px 0px 80px;
	}
	.topAbout::before {
		width: 80vw;
		border-radius: 0 30px 30px 0;
		height: 1020px;
	}
	.topAbout > .inner {
		position: relative;
		z-index: 10;
	}
	.topAbout .deco {
		top: 0;
		transform: translateY(-50%);
		z-index: 6;
	}
	.topAbout .block1 {
		gap: 10px;
		margin-bottom: 30px;
		flex-direction: column-reverse;
	}
	.topAbout .block1 .image {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0px;
	}
	.topAbout .block1 .textWrap {
		width: 100%;
	}
	.topAbout .block1 .textWrap .htx1 {
		font-size: 18px;
		margin-bottom: 11px;
	}
	.topAbout .block1 .textWrap .text1 {
		font-size: 14px;
		line-height: 188%;
		margin-bottom: 11px;
	}
	.topAbout .block1 .textWrap .text1:last-of-type {
		margin-bottom: 0;
	}
	.topAbout .block1 .textWrap .text1 .em1 {}
	/*topicsBlock*/

	.topAbout .topicsBlock {
		border-radius: 12px;
		padding: 14px 17px;
	}
	.topAbout .topicsBlock .label1 {
		width: 84px;
		height: 41px;
		font-size: 13px;
		top: -17px;
		left: -38px;
	}
	.topAbout .topicsBlock .cotentsWrap {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
	.topAbout .topicsBlock .cotentsWrap .textWrap {
		width: 100%;
	}
	.topAbout .topicsBlock .cotentsWrap .textWrap .htx1 {
		font-size: 20px;
		line-height: 128%;
		margin-bottom: 14px;
	}
	.topAbout .topicsBlock .cotentsWrap .textWrap .textList1 {
		gap: 9px;
	}
	.topAbout .topicsBlock .cotentsWrap .textWrap .textList1 li {
		font-size: 15px;
	}
	.topAbout .topicsBlock .cotentsWrap .textWrap .textList1 li:first-letter {
		color: var(--c1);
	}
	.topAbout .topicsBlock .cotentsWrap .image {
		width: 85%;
		border-radius: 8px;
		margin-top: 20px;
	}

	/*possibleBlock*/
	.topAbout .possibleBlock {
		margin-top: 27px;
	}
	.topAbout .possibleBlock .catch {
		font-size: 18px;
		line-height: 150%;
		font-weight: 500;
		margin-bottom: 10px;
		position: relative;
	}
	.topAbout .possibleBlock .catch {
		font-size: 20px;
		margin-bottom: 23px;
	}
	.topAbout .possibleBlock .catch::before {
		border-right-width: 25px;
		border-left-width: 25px;
		border-top-width: 40px;
	}
	.topAbout .possibleBlock .catch .text {}
	.topAbout .possibleBlock .possibleItems {
		gap: 13px;
		grid-template-columns: repeat(2, 1fr);
	}
	.topAbout .possibleBlock .possibleItems .item {
		padding: 12px;
		border-radius: 12px;
	}
	.topAbout .possibleBlock .possibleItems .item .htx1 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.topAbout .possibleBlock .possibleItems .item .text1 {
		font-size: 13px;
	}

}


/* // caseItems_a
----------------------------------------------- */
.caseItems_a {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}
.caseItems_a .caseItem {
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.08);
}
.caseItems_a .caseItem .imageWrap {
	position: relative;
}
.caseItems_a .caseItem .imageWrap .image {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	aspect-ratio: 340 / 210;
}
.caseItems_a .caseItem .imageWrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
}
.caseItems_a .caseItem .imageWrap .text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 8px 10px;
	background-color: #FFF;
	color: var(--c1);
	font-size: 12px;
	line-height: 130%;
	font-family: var(--ffGoYakuhan);
}
.caseItems_a .caseItem .wrap1 {
	margin-top: 0;
	padding: 0px 13px 21px;
	position: relative;
	z-index: 10;
	margin-top: -31px;
}
.caseItems_a .caseItem .type {
	margin-left: -13px;
	height: 31px;
	display: inline-block;
	padding: 10px 10px;
	background-color: #FFF;
	color: var(--c1);
	font-size: 12px;
	line-height: 130%;
	font-family: var(--ffGoYakuhan);
	margin-bottom: 7px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 100%;
}
.caseItems_a .caseItem .title {
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 17px;
}
.caseItems_a .caseItem .tags {
	display: flex;
	gap: 8px 7px;
	align-items: center;
	align-content: center;
	line-height: 100%;
	flex-wrap: wrap;
}
.caseItems_a .caseItem .tags li {
	line-height: 100%;
	border: 1px solid var(--c1);
	padding: 5px 13px;
	font-size: 10px;
	border-radius: 100px;
	color: var(--c1);
}
.caseItems_a .caseItem .tags li::before {
	content: "#";
	margin-right: 3px;
}
/* _1 */
.caseItems_a._1 .caseItem {
	box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
.caseItems_a._1 .caseItem .imageWrap .image {
	border-radius: 16px ;
}
.caseItems_a._1 .caseItem .wrap1 {
	padding: 0px;
}
.caseItems_a._1 .caseItem .type {
	margin-left: 0;
	max-width: 95%;
}
.caseItems_a._1 .caseItem .tags {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseItems_a {
		gap: 19px 12px;
		grid-template-columns: repeat(2, 1fr);
	}
	.caseItems_a .caseItem {
		border-radius: 12px;
		padding-bottom: 2px;
	}
	.caseItems_a .caseItem .imageWrap {}
	.caseItems_a .caseItem .imageWrap .image {
		border-radius: 12px 12px 0 0;
		aspect-ratio: 340 / 230;
	}
	.caseItems_a .caseItem .imageWrap .image img {}
	.caseItems_a .caseItem .imageWrap .text {
		position: relative;
		left: auto;
		bottom: auto;
		padding: 0;
		background-color: transparent;
		font-size: 12px;
		margin-top: 7px;
		line-height: 136%;
	}
	.caseItems_a .caseItem .type {
		margin-left: 0px;
		height: auto;
		display: block;
		padding: 0;
		font-size: 12px;
		margin-bottom: 5px;

	}
	.caseItems_a .caseItem .wrap1 {
		margin-top: 0px;
		padding: 10px;
	}
	.caseItems_a .caseItem .title {
		font-size: 14px;
		line-height: 144%;
		margin-bottom: 11px;
	}
	.caseItems_a .caseItem .tags {
		display: flex;
		gap: 4px 3px;
	}
	.caseItems_a .caseItem .tags li {
		padding: 3px 4px;
		font-size: 9px;
	}
	.caseItems_a .caseItem .tags li::before {
		display: none;
	}

	/* _1 */
	.caseItems_a._1 .caseItem .imageWrap .image {
		border-radius: 12px ;
	}
	.caseItems_a._1 .caseItem .wrap1 {
		padding: 9px 5px 0;
	}
	.caseItems_a._1 .caseItem .type {
		max-width: 100%;
		margin-bottom: 7px;
	}
}


/* // caseItems_pickup
----------------------------------------------- */
.caseItems_pickup {
	display: block;
	padding-bottom: 10px;
}
.caseItems_pickup .swiper-container {
	cursor: default;
	padding: 30px 0;
}
.caseItems_pickup.none .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 30;
}
.caseItems_pickup .caseItem {
	width: 900px;
	background-color: #FFF;
	border-radius: 16px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	padding: 30px 25px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	box-sizing: content-box;
	cursor: pointer;
}
.caseItems_pickup .caseItem * {
	cursor: pointer;
}
.caseItems_pickup .caseItem .image {
	width: 340px;
	aspect-ratio: 340 / 210;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 30px;
}
.caseItems_pickup .caseItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
}
.caseItems_pickup .caseItem .wrap1 {
	flex: 1;
}
.caseItems_pickup .caseItem .type {
	line-height: 140%;
	color: var(--c1);
	font-weight: 600;
	margin-bottom: 11px;
	font-size: 18px;
}
.caseItems_pickup .caseItem .title {
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 25px;
}
.caseItems_pickup .caseItem .tags {
	display: flex;
	gap: 8px 7px;
	align-items: center;
	align-content: center;
	line-height: 100%;
	flex-wrap: wrap;
}
.caseItems_pickup .caseItem .tags li {
	line-height: 100%;
	border: 1px solid var(--c1);
	padding: 5px 13px;
	font-size: 10px;
	border-radius: 100px;
	color: var(--c1);
}
.caseItems_pickup .caseItem .tags li::before {
	content: "#";
	margin-right: 3px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseItems_pickup {
		padding-bottom: 9px;
	}
	.caseItems_pickup:not(.none) .swiper-container {
		padding: 30px 0;
	}
	.caseItems_pickup.none .swiper-wrapper {
		display: flex;
		justify-content: center;
		gap: 30;
	}
	.caseItems_pickup .caseItem {
		width: 260px;
		border-radius: 12px;
		box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
		padding: 17px 17px;
		flex-direction: column;
	}
	.caseItems_pickup .caseItem * {}
	.caseItems_pickup .caseItem .image {
		width: 100%;
		border-radius: 8px;
		margin-right: 0;
	}
	.caseItems_pickup .caseItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 0%;
	}
	.caseItems_pickup .caseItem .wrap1 {
		flex: auto;
		width: 100%;
		margin-top: 12px;
	}
	.caseItems_pickup .caseItem .type {
		line-height: 140%;
		font-weight: 600;
		margin-bottom: 8px;
		font-size: 15px;
	}
	.caseItems_pickup .caseItem .title {
		line-height: 140%;
		font-weight: 600;
		margin-bottom: 14px;
		font-size: 17px;
	}
	.caseItems_pickup .caseItem .tags {
		gap: 6px 4px;
	}
	.caseItems_pickup .caseItem .tags li {
		padding: 5px 9px;
		font-size: 9px;
	}
	.caseItems_pickup .caseItem .tags li::before {
		margin-right: 1px;
	}

}


/* // casePickUpSection
----------------------------------------------- */
.casePickUpSection {
	padding: 55px 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.casePickUpSection {
		padding: 45px 0;
	}
}

/* // sortBlockSection
----------------------------------------------- */
.sortBlockSection {
	padding: 55px 0 65px;
}
.sortBlockSection > .inner {
	position: relative;
}
.sortBlockSection .deco {
	top: -132px;
	transform: translateX(-15px);
}
.sortBlockSection .sectionTitle {
	font-size: 20px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sortBlockSection {
		padding: 45px 0;
	}
	.sortBlockSection .sectionTitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

/* // sortBlock_a
----------------------------------------------- */
.sortBlock_a .sortItemWrap {
	display: flex;
	gap: 22px;
	flex-direction: column;
}
.sortBlock_a .sortItem {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
}
.sortBlock_a .sortItem .title {
	line-height: 100%;
	font-size: 16px;
	padding-top: 15px;
	width: 90px;
	text-align: center;
	font-weight: 600;
}
.sortBlock_a .sortItem .btnWrap {
	flex: 1;
	padding: 9px 0 10px 28px;
	border-left: 1px solid #666;
}
.sortBlock_a .sortItem .btnWrap .btns {
	line-height: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.sortBlock_a .sortItem .btnWrap .btns .btn {
	border-radius: 100px;
	background-color: #EDEDED;
	color: var(--c0);
	line-height: 100%;
	font-size: 12px;
	padding: 10px 20px;
}
.sortBlock_a .sortItem .btnWrap .btns .btn.current {
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	cursor: default;
}
.sortBlock_a .sortItem .btnWrap .btns._tag .btn {
	border: 1px solid #DFB3BB;
	background-color: #FFF;
	color: var(--c1);
	opacity: 1 !important;
}
.sortBlock_a .sortItem .btnWrap .btns._tag .btn.current {
	background-color: #F5ECEE;
	border-color: var(--c1);
}
.sortBlock_a .clearBtn {
	line-height: 100%;
	margin-top: 24px;
	text-align: center;
}
.sortBlock_a .clearBtn a {
	display: inline-block;
	border: 1px solid #8C8C8C;
	position: relative;
	padding: 9px 40px;
	font-size: 13px;
	line-height: 100%;
	border-radius: 100px;
}
.sortBlock_a .clearBtn a:hover {
	background-color: #EEE;
}
.sortBlock_a .clearBtn a .icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sortBlock_a .sortItemWrap {
		gap: 23px;
	}
	.sortBlock_a .sortItem {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
	.sortBlock_a .sortItem .title {
		font-size: 15px;
		padding-top: 0;
		width: 100%;
		text-align: left;
		margin-bottom: 12px;
	}
	.sortBlock_a .sortItem .btnWrap {
		flex: auto;
		padding: 0;
		border-left: 0;
		width: 100%;
	}
	.sortBlock_a .sortItem .btnWrap .btns {
		gap: 7px 6px;
	}
	.sortBlock_a .sortItem .btnWrap .btns .btn {
		font-size: 12px;
		padding: 9px 11px;
	}
	.sortBlock_a .sortItem .btnWrap .btns .btn.current {}
	.sortBlock_a .sortItem .btnWrap .btns._tag .btn {
		border: 1px solid #DFB3BB;
		background-color: #FFF;
		color: var(--c1);
		opacity: 1 !important;
	}
	.sortBlock_a .sortItem .btnWrap .btns._tag .btn.current {
		background-color: #F5ECEE;
		border-color: var(--c1);
	}
	.sortBlock_a .clearBtn {
		margin-top: 23px;
	}
	.sortBlock_a .clearBtn a {
		padding: 9px 33px;
	}
	.sortBlock_a .clearBtn a:hover {
		background-color: #EEE;
	}
	.sortBlock_a .clearBtn a .icon {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		font-size: 11px;
	}

}



/* // linkBtn_a
----------------------------------------------- */
.linkBtn_a {
	margin-top: 40px;
	text-align: right;
}
.linkBtn_a._center {
	text-align: center;
}
.linkBtn_a._left {
	text-align: left;
}
.linkBtn_a .link {
	display: inline-flex;
	align-items: center;
	align-content: center;
	gap: 12px;
	line-height: 100%;
	font-size: 16px;
}
.linkBtn_a .link .icon {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100px;
	width: 60px;
	aspect-ratio: 10 / 10;
	color: #FFF;
	background-color: var(--c1);
	font-size: 16px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.linkBtn_a {
		margin-top: 30px;
	}
	.linkBtn_a .link {
		font-size: 14px;
		gap: 9px;
	}
	.linkBtn_a .link .icon {
		width: 40px;
		font-size: 13px;
	}
}


/* // decoration_a
----------------------------------------------- */
.decoration_a {
	position: absolute;
	right: calc(50% + 520px);
	top: 0px;
	width: 300px;
}
@media screen and (max-width: calc(1101px - 1px)) {
	.decoration_a {
		right: calc(100% - 20px);
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.decoration_a {
		right: calc(100% - 20px);
		width: 160px;
		display: none;
	}

}

:root {
	--section_margin_1_pc: 130px;
	--section_margin_2_pc: 110px;
	--section_margin_1_sp: 80px;
	--section_margin_2_sp: 60px;
}

/* // topCase
----------------------------------------------- */
.topCase {
	margin-bottom: var(--section_margin_1_pc);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topCase {
		margin-bottom: var(--section_margin_1_sp);
	}
}

/* // topFeatures
----------------------------------------------- */
.topFeatures {
	margin-top: var(--section_margin_1_pc);
	margin-bottom: var(--section_margin_1_pc);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topFeatures {
		margin-top: var(--section_margin_1_sp);
		margin-bottom: var(--section_margin_1_sp);
	}

}

/* // functionConceptSection
----------------------------------------------- */
.functionConceptSection {
	margin-bottom: var(--section_margin_1_pc);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.functionConceptSection {
		margin-bottom: var(--section_margin_1_sp);
	}
}

/* // functionFunctiontSection
----------------------------------------------- */
.functionFunctiontSection {
	margin-bottom: var(--section_margin_1_pc);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.functionFunctiontSection {
		margin-bottom: var(--section_margin_1_sp);
	}
}

/* // functionComparisonSection
----------------------------------------------- */
.functionComparisonSection {
	padding: var(--section_margin_1_pc) 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.functionComparisonSection {
		padding: var(--section_margin_1_sp) 0;
	}
}

/* // pricePricingSection
----------------------------------------------- */
.pricePricingSection {
	padding: var(--section_margin_2_pc) 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pricePricingSection {
		padding: var(--section_margin_1_sp) 0;
	}
}

/* // priceFlowSection
----------------------------------------------- */
.priceFlowSection {
	padding: var(--section_margin_1_pc) 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceFlowSection {
		padding: var(--section_margin_1_sp) 0;
	}
}

/* // priceFaqSection
----------------------------------------------- */
.priceFaqSection {
	padding: var(--section_margin_1_pc) 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceFaqSection {
		padding: var(--section_margin_1_sp) 0;
	}
}

/* // priceMonthlyPriceSection
----------------------------------------------- */
.priceMonthlyPriceSection {
	padding: var(--section_margin_2_pc) 0;
	position: relative;
}
.priceMonthlyPriceSection .deco {
	top: 0;
	transform: translateY(-50%);
	z-index: 6;
}
.priceMonthlyPriceSection .blockWrap1 {
	display: flex;
	gap: 100px;
	flex-direction: column;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceMonthlyPriceSection {
		padding: var(--section_margin_1_sp) 0;
	}
	.priceMonthlyPriceSection .blockWrap1 {
		gap: 65px;
	}
}

/* // priceSupportAssistanceSection
----------------------------------------------- */
.priceSupportAssistanceSection {
	padding-bottom: var(--section_margin_1_pc);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceSupportAssistanceSection {
		padding-bottom: var(--section_margin_1_sp);
	}
}


/* // ctaBlock_a
----------------------------------------------- */
.ctaBlock_a {
	background-color: var(--c1);
	position: relative;
	overflow: hidden;
}
.ctaBlock_a > .inner {
	position: relative;
	padding: 80px 0px;
}
.ctaBlock_a .bg1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55%;
	transform: translateY(-50%);
}
.ctaBlock_a .label1 {
	display: inline-flex;
	background-color: #FFF;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
	align-items: center;
	align-content: center;
	justify-content: center;
	color: var(--c1);
	font-weight: 500;
	line-height: 100%;
	font-size: 28px;
	position: absolute;
	top: 0px;
	left: -80px;
	padding: 17px 21px;
}
.ctaBlock_a .contetsWrap {
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.ctaBlock_a .contetsWrap .textWrap {
	flex: 1;
	color: #FFF;
}
.ctaBlock_a .contetsWrap .textWrap .htx1 {
	font-size: 23px;
	line-height: 150%;
	margin-bottom: 27px;
}
.ctaBlock_a .contetsWrap .textWrap .title {
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	line-height: 100%;
}
.ctaBlock_a .contetsWrap .textWrap .title .tx1 {
	display: inline-block;
	border-bottom: 2px solid #FFF;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 94%;
	margin-right: 18px;
}
.ctaBlock_a .contetsWrap .textWrap .title .name {
	font-size: 90px;
	font-family: var(--ffEn1);
	font-weight: 700;
	line-height: 74%;
}
.ctaBlock_a .contetsWrap .textWrap .btn {
	margin-top: 40px;
	line-height: 100%;
}
.ctaBlock_a .contetsWrap .textWrap .btn a {
	font-weight: 500;
	height: 46px;
}
.ctaBlock_a .contetsWrap .imageWrap {
	width: 560px;
	position: relative;
}
.ctaBlock_a .contetsWrap .imageWrap .comment {
	display: inline-flex;
	padding: 12px 30px;
	line-height: 130%;
	font-size: 20px;
	color: var(--c1);
	position: absolute;
	top: -34px;
	left: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
	text-align: center;
	border-radius: 10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.ctaBlock_a {}
	.ctaBlock_a > .inner {
		padding: 45px 0px;
	}
	.ctaBlock_a .bg1 {
		width: 205%;
		max-width: unset;
	}
	.ctaBlock_a .label1 {
		border-radius: 0px 0px 8px 8px;
		font-size: 16px;
		left: -12px;
		padding: 9px 8px;
	}
	.ctaBlock_a .contetsWrap {
		gap: 0;
		flex-wrap: wrap;
	}
	.ctaBlock_a .contetsWrap .textWrap {
		flex: auto;
		width: 100%;
	}
	.ctaBlock_a .contetsWrap .textWrap .htx1 {
		font-size: 16px;
		line-height: 152%;
		margin-bottom: 16px;
	}
	.ctaBlock_a .contetsWrap .textWrap .htx1 br {
		display: none;
	}
	.ctaBlock_a .contetsWrap .textWrap .title {
		flex-wrap: wrap;
	}
	.ctaBlock_a .contetsWrap .textWrap .title .tx1 {
		padding-bottom: 9px;
		font-size: 15px;
		line-height: 94%;
		margin-right: 9px;
		letter-spacing: 1%;
	}
	.ctaBlock_a .contetsWrap .textWrap .title .name {
		font-size: 71px;
		line-height: 74%;
	}
	.ctaBlock_a .contetsWrap .textWrap .btn {
		margin-top: 30px;
		text-align: center;
	}
	.ctaBlock_a .contetsWrap .textWrap .btn a {
		width: 80%;
		height: 50px;
	}
	.ctaBlock_a .contetsWrap .imageWrap {
		width: 80%;
		margin-top: 30px;
	}
	.ctaBlock_a .contetsWrap .imageWrap .comment {
		padding: 9px 19px;
		line-height: 130%;
		font-size: 15px;
		top: -12px;
		left: -14px;
		border-radius: 4px;
	}
}


/* // lead_a
----------------------------------------------- */
.lead_a {
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 40px;
}
.lead_a .em1 {
	font-size: 114%;
	color: var(--c1);
	font-weight: 600;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.lead_a {
		font-size: 16px;
		line-height: 176%;
		margin-bottom: 30px;
	}
}


/* // contentsItems_a
----------------------------------------------- */
.contentsItems_a {
	display: flex;
	gap: 55px;
	flex-direction: column;
}
.contentsItems_a .contentsItem {
	display: flex;
	gap: 50px;
}
.contentsItems_a .contentsItem:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.contentsItems_a .contentsItem .image {
	width: 540px;
	border-radius: 16px;
	overflow: hidden;
}
.contentsItems_a .contentsItem .contents {
	flex: 1;
	padding-top: 30px;
}
.contentsItems_a .contentsItem .contents .subTItle {
	line-height: 100%;
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 11px 14px;
	background-color: var(--c1);
	color: #FFF;
}
.contentsItems_a .contentsItem .contents .subTItle .point {
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	font-family: var(--ffEn1);
	border-right: 1px solid #FFF;
	padding-right: 14px;
	margin: -5px 15px -5px 0;
}
.contentsItems_a .contentsItem .contents .subTItle .point .tx1 {
	font-size: 14px;
	line-height: 147%;
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
}
.contentsItems_a .contentsItem .contents .subTItle .point .num {
	font-size: 38px;
	line-height: 85%;
	margin-left: 6px;
	font-weight: 300;
}
.contentsItems_a .contentsItem .contents .subTItle > .tx1 {
	font-size: 15px;
	line-height: 100%;
}
.contentsItems_a .contentsItem .contents .htx1 {
	font-size: 27px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 23px;
	letter-spacing: 1%;
}
.contentsItems_a .contentsItem .contents .text1 {
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 18px;
	margin-top: -12px;
	letter-spacing: 2%;
}
.contentsItems_a .contentsItem .contents .text1 .annotation {
	display: block;
	line-height: 140%;
	letter-spacing: 0%;
	margin-top: 8px;
	font-size: 12px;
}
.contentsItems_a .contentsItem .contents .list1 {
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.contentsItems_a .contentsItem .contents .list1 li {
	font-size: 16px;
	line-height: 150%;
	padding-left: 36px;
	position: relative;
}
.contentsItems_a .contentsItem .contents .list1 li:after {
	font-family: iconfont;
	content: "\ea7c";
	font-size: 12px;
	line-height: 1;
	color: var(--c1);
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 26px;
	aspect-ratio: 10 / 10;
	border-radius: 2px;
	border: 1px solid var(--c0);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.contentsItems_a {
		gap: 40px;
	}
	.contentsItems_a .contentsItem {
		display: flex;
		gap: 0px;
		flex-direction: column !important;
	}

	.contentsItems_a .contentsItem .image {
		width: 100%;
		border-radius: 12px;
		margin-top: 18px;
	}
	.contentsItems_a .contentsItem .contents {
		padding-top: 0;
		width: 100%;
	}
	.contentsItems_a .contentsItem .contents .subTItle {
		margin-bottom: 15px;
		padding: 10px 10px;
	}
	.contentsItems_a .contentsItem .contents .subTItle .point {
		padding-right: 11px;
		margin: -5px 12px -5px 0;
	}
	.contentsItems_a .contentsItem .contents .subTItle .point .tx1 {
		font-size: 12px;
	}
	.contentsItems_a .contentsItem .contents .subTItle .point .num {
		font-size: 34px;
		margin-left: 6px;
	}
	.contentsItems_a .contentsItem .contents .subTItle .text1 {
		font-size: 15px;
		line-height: 100%;
	}
	.contentsItems_a .contentsItem .contents .htx1 {
		font-size: 21px;
		margin-bottom: 18px;
	}
	.contentsItems_a .contentsItem .contents .text1 {
		font-size: 15px;
		line-height: 167%;
		margin-bottom: 18px;
		margin-top: -10px;
		letter-spacing: 1%;
	}
	.contentsItems_a .contentsItem .contents .text1 .annotation {
		margin-top: 7px;
		font-size: 12px;
	}
	.contentsItems_a .contentsItem .contents .list1 {
		gap: 12px;
	}
	.contentsItems_a .contentsItem .contents .list1 li {
		font-size: 15px;
		padding-left: 32px;
	}
	.contentsItems_a .contentsItem .contents .list1 li:after {
		font-size: 11px;
		width: 23px;
	}
}


/* // topComparison
----------------------------------------------- */
.topComparison {
	padding: 130px 0;
	background-color: var(--bgc2);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topComparison {
		padding: 80px 0;
	}
}


/* // topPrice
----------------------------------------------- */
.topPrice {
	padding: 130px 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topPrice {
		padding: 80px 0;
	}
}


/* // topTopics
----------------------------------------------- */
.topTopics {
	padding: 130px 0;
	position: relative;
	display: flex;
}
.topTopics .mainBlock {
	width: 100vw;
	z-index: 10;
}
.topTopics > .inner {
	position: relative;
	z-index: 10;
}
.topTopics .shapeBlock {
	flex: 1;
	z-index: 5;
}
.topTopics .shapeBlock:before {
	background-color: var(--bgc2);
	content: " ";
	display: block;
	width: 76vw;
	height: 100%;
	position: absolute;
	top: 0%;
	right: 0;
	border-radius: 40px 0 0 40px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topTopics {
		padding: 80px 0;
	}
	.topTopics .mainBlock {}
	.topTopics > .inner {
		position: relative;
		z-index: 10;
	}
	.topTopics .shapeBlock {}
	.topTopics .shapeBlock:before {
		display: block;
		width: 80vw;
		right: 0;
		border-radius: 25px 0 0 25px;
	}
}


/* // priceSystem_a
----------------------------------------------- */
.priceSystem_a .systemItems {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.priceSystem_a .systemItems > .item {
	width: 330px;
	text-align: center;
}
.priceSystem_a .systemItems > .item .image1 {
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.priceSystem_a .systemItems .plus {
	line-height: 100%;
	font-size: 27px;
	flex: 1;
	text-align: center;
	margin-top: 150px;
}
.priceSystem_a .systemItems > .item .text1 {
	margin-top: 14px;
	padding: 0px 12px;
	line-height: 165%;
	font-size: 16px;
}
.priceSystem_a .systemItems > .item .text1 .em1 {
	font-weight: 600;
}
.priceSystem_a .systemItems > .item .annotation {
	font-weight: 500;
	margin-top: 6px;
	color: var(--c0);
	padding: 0px 12px;
}
.priceSystem_a .systemItems > .item._btn {
	padding-bottom: 90px;
	position: relative;
}
.priceSystem_a .systemItems > .item._btn .linkBtn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceSystem_a .systemItems {
		gap: 9px;
		flex-direction: column;
		width: 85%;
		margin: 0 auto;
	}
	.priceSystem_a .systemItems > .item {
		width: 100%;
	}
	.priceSystem_a .systemItems > .item .image1 {
		width: 100%;
		border-radius: 8px;
	}
	.priceSystem_a .systemItems .plus {
		font-size: 23px;
		margin-top: 0;
	}
}


/* // cvBtns_a
----------------------------------------------- */
.cvBtns_a {
	display: flex;
	gap: 30px;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.cvBtns_a {
		gap: 15px;
		flex-direction: column;
	}
	.cvBtns_a li {
		width: 100%;
		text-align: center;
	}
	.cvBtns_a a {
		width: 80% !important;
		height: 51px;
	}
}


/* // categoryTab_a
----------------------------------------------- */
.categoryTab_a {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 40px;
}
.categoryTab_a .tab {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 100%;
	font-weight: 500;
	background-color: #FFF;
}
.categoryTab_a .tab:not(.current):hover {
	background-color: var(--bgc1);
}
.categoryTab_a .tab.current {
	background-color: var(--c1);
	color: #FFF;
	cursor: default;
	opacity: 1 !important;
	animation: animHover_b_none 0s infinite ease-out !important;
	pointer-events: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.categoryTab_a {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 30px;
	}
	.categoryTab_a .tab {
		height: 39px;
		font-size: 14px;
	}
	.categoryTab_a .tab:not(._current):hover {
		background-color: var(--bgc1);
	}
	.categoryTab_a .tab._current {}
}


/* // topicsItems_a
----------------------------------------------- */
.topicsItems_a {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
}
.topicsItems_a .topicsItem {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	padding: 25px 0px;
	border-bottom: 1px solid #E1E1E1;
	line-height: 100%;
}
.topicsItems_a .topicsItem:hover {
	background-color: var(--bgc1);
}
.topicsItems_a .topicsItem .date {
	width: 95px;
	font-family: var(--ffEn1);
	font-size: 14px;
	line-height: 100%;
	padding-top: 5px;
}

.topicsItems_a .topicsItem .category {
	width: 120px;
	background-color: var(--c1);
	color: #FFF;
	font-size: 12px;
	line-height: 100%;
	padding: 7px 7px;
	text-align: center;
	margin-right: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.topicsItems_a .topicsItem .category._none {
	width: 120px;
	background-color: transparent;
}
.topicsItems_a .topicsItem .title {
	flex: 1;
	display: flex;
	align-items: center;
	align-content: center;
}
.topicsItems_a .topicsItem .title .text {
	font-size: 15px;
	line-height: 140%;
	padding-right: 38px;
	position: relative;
}
.topicsItems_a .topicsItem .title .text .icon {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100px;
	width: 26px;
	aspect-ratio: 10 / 10;
	color: #FFF;
	background-color: var(--c1);
	font-size: 13px;
	margin-left: 12px;
}
.topicsItems_a .topicsItem .title .text .icon.external {
	color: var(--c0);
	background-color: transparent;
	font-size: 18px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topicsItems_a {}
	.topicsItems_a .topicsItem {
		padding: 18px 0px;
		flex-wrap: wrap;
	}
	.topicsItems_a .topicsItem:hover {
		background-color: var(--bgc1);
	}
	.topicsItems_a .topicsItem .date {
		width: 92px;
		font-size: 13px;
	}

	.topicsItems_a .topicsItem .category {
		width: auto;
		font-size: 12px;
		padding: 5px 6px;
		margin-right: 0;
		min-width: 88px;
	}
	.topicsItems_a .topicsItem .title {
		width: 100%;
		margin-top: 6px;
		flex: auto;
	}
	.topicsItems_a .topicsItem .title .text {
		font-size: 14px;
		line-height: 144%;
		padding-right: 35px;
	}
	.topicsItems_a .topicsItem .title .text .icon {
		width: 23px;
		font-size: 12px;
		margin-left: 6px;
	}
	.topicsItems_a .topicsItem .title .text .icon.external {
		font-size: 14px;
	}
}


/* // pageTitle_a
----------------------------------------------- */
.pageTitle_a {
	height: 370px;
	margin-bottom: 50px;
	position: relative;
	/*! overflow: hidden; */
}
.pageTitle_a > .inner {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	height: 100%;
}
.pageTitle_a .bg1 {
	position: absolute;
	right: -40px;
	bottom: -25px;
	/*! transform: translateY(-50%); */
	width: 330px;
}

.pageTitle_a .textWrap {
	position: relative;
	z-index: 10;
}
.pageTitle_a .textWrap .title {
	line-height: 140%;
}
.pageTitle_a .textWrap .title .en {
	display: block;
	line-height: 100%;
	font-size: 70px;
	font-weight: 700;
	font-family: var(--ffEn1);
	margin-bottom: 11px;
}
.pageTitle_a .textWrap .title .en:first-letter {
	color: var(--c1);
}
.pageTitle_a .textWrap .title .ja {
	display: block;
	padding-left: 40px;
	position: relative;
	font-size: 20px;
	line-height: 130%;
	font-weight: 600;
}
.pageTitle_a .textWrap .title .ja::before {
	content: " ";
	display: block;
	width: 30px;
	height: 1px;
	background-color: var(--c1);
	position: absolute;
	top: 54%;
	left: 0px;
	transform: translateY(-50%);
}
.pageTitle_a .textWrap .title .ja2 {
	display: block;
	line-height: 100%;
	font-size: 41px;
	font-weight: 700;
}
.pageTitle_a .textWrap .title .ja2:first-letter {
	color: var(--c1);
}
.pageTitle_a .textWrap .lead {
	line-height: 180%;
	font-size: 16px;
	margin-top: 28px;
}
/*_2*/
.pageTitle_a._2 {
	height: 200px;
	overflow: hidden;
	margin-bottom: 50px;
}
.pageTitle_a._2 > .inner {
	justify-content: center;
}
.pageTitle_a._2 .bg1 {
	bottom: -75px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pageTitle_a {
		height: auto;
		margin-bottom: 38px;
	}
	.pageTitle_a > .inner {
		height: auto;
		min-height: 240px;
		padding: 50px 0 40px;
	}
	.pageTitle_a .bg1 {
		right: auto;
		bottom: -20px;
		width: 330px;
		left: calc(100% - 80px);
	}

	.pageTitle_a .textWrap {}
	.pageTitle_a .textWrap .title {
		line-height: 140%;
	}
	.pageTitle_a .textWrap .title .en {
		font-size: 40px;
		margin-bottom: 10px;
		letter-spacing: 1%;
	}
	.pageTitle_a .textWrap .title .en:first-letter {
		color: var(--c1);
	}
	.pageTitle_a .textWrap .title .ja {
		padding-left: 27px;
		font-size: 17px;
		line-height: 130%;
	}
	.pageTitle_a .textWrap .title .ja::before {
		width: 22px;
		top: 54%;
	}
	.pageTitle_a .textWrap .lead {
		line-height: 176%;
		font-size: 12px;
		margin-top: 20px;
		padding-right: 73px;
		display: ;
	}
}


/* // functionConceptAssets_a
----------------------------------------------- */
/*blockWrap1*/
.functionConceptAssets_a .blockWrap1 {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.functionConceptAssets_a .blockWrap1 .block {
	border-radius: 16px;
}
.functionConceptAssets_a .blockWrap1 .block._active {
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.15);
}
.functionConceptAssets_a .blockWrap1 .block .title {
	padding: 13px 10px;
	background-color: #535353;
	color: #FFF;
	border-radius: 16px 16px 0 0;
}
.functionConceptAssets_a .blockWrap1 .block._active .title {
	background-color: var(--c1);
}
.functionConceptAssets_a .blockWrap1 .block .title .text .tx1 {
	font-size: 26px;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 7px;
	text-align: center;
	display: block;
}
.functionConceptAssets_a .blockWrap1 .block .title .text .tx2 {
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	display: block;
}
.functionConceptAssets_a .blockWrap1 .block .inner {
	border-color: #E5E5E5;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-radius: 0px 0px 16px 16px;
	padding: 20px 35px 35px;
}
.functionConceptAssets_a .blockWrap1 .block._active .inner {
	border-color: var(--c1);
	border-width: 0 2px 2px 2px;
}
.functionConceptAssets_a .blockWrap1 .block .inner .text1 {
	font-size: 16px;
	line-height: 165%;
	margin-bottom: 23px;
}
.functionConceptAssets_a .blockWrap1 .block .inner .text1 .em1 {
	font-weight: 500;
	color: var(--c1);
}
.functionConceptAssets_a .blockWrap1 .block .inner .matrix {
	padding: 0px;
}

.functionConceptAssets_a .arrow1 {
	line-height: 100%;
	position: relative;
	padding: 47px 0;
	margin-top: 10px;
}
.functionConceptAssets_a .arrow1:before {
	content: " ";
	direction: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 36px solid transparent;
	border-left: 36px solid transparent;
	border-top: 55px solid var(--c1);
	border-bottom: 0;
}
/*blockWrap2 mainBlock*/
.functionConceptAssets_a .blockWrap2 {}
.functionConceptAssets_a .blockWrap2 .mainBlock {
	background-color: var(--bgc1);
	border-radius: 16px;
	padding: 49px 30px;
	position: relative;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .deco {
	top: 70px;
	transform: translateY(-50%);
	z-index: 6;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .title {
	line-height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 41px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .title img {
	width: 52px;
	margin-right: 13px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .imageWrap {
	margin-right: -64px;
	text-align: center;
	width: 560px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .imageWrap .htx1 {
	display: inline-flex;
	background-color: var(--c1);
	line-height: 100%;
	color: #FFF;
	font-weight: 500;
	font-size: 18px;
	padding: 11px 14px;
	border-radius: 5px;
	margin-bottom: 13px;
}

.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap {
	width: 380px;
	background-color: #FFF;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	text-align: center;
	padding: 36px 10px;
	position: relative;
	z-index: 10;
	top: 7px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .logo {
	text-align: center;
	margin-bottom: 15px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .logo img {
	width: 190px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .text1 {
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 11px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .tags {
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 12px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .tags li {
	line-height: 100%;
	font-size: 15px;
	color: #FFF;
	background-color: var(--c1);
	padding: 9px 10px;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .text2 {
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
}
.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .text2 .em1 {
	font-size: 114%;
	color: var(--c1);
	font-weight: 600;
}
/*blockWrap2 itemWrap*/
.functionConceptAssets_a .blockWrap2 .itemWrap {
	margin-top: -20px;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, 1fr);
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item {
	padding-top: 50px;
	position: relative;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item:before {
	content: " ";
	display: block;
	width: 20px;
	height: 40px;
	background-color: var(--c1);
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item:after {
	content: " ";
	direction: block;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 25px solid var(--c1);
	border-bottom: 0;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box {
	background-color: var(--bgc1);
	border-radius: 14px;
	padding: 7px 15px;
	border: 1px solid #E1E0E0;
	display: flex;
	gap: 5px;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 170px;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents {
	flex: 1;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .tags {
	display: flex;
	gap: 5px;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .tags li {
	line-height: 100%;
	font-size: 11px;
	color: #FFF;
	background-color: var(--c0);
	padding: 8px 8px;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .text1 {
	font-size: 16px;
	line-height: 123%;
	font-weight: 600;
	margin-bottom: 7px;
	text-align: center;
	display: block;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .text2 {
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	display: block;
}
.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .image {
	width: 143px;
	text-align: center;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	/*blockWrap1*/
	.functionConceptAssets_a .blockWrap1 {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.functionConceptAssets_a .blockWrap1 .block .title {
		padding: 10px 8px;
		border-radius: 12px 12px 0 0;
	}
	.functionConceptAssets_a .blockWrap1 .block._active .title {}
	.functionConceptAssets_a .blockWrap1 .block .title .text .tx1 {
		font-size: 21px;
		margin-bottom: 5px;
	}
	.functionConceptAssets_a .blockWrap1 .block .title .text .tx2 {
		font-size: 12px;
	}
	.functionConceptAssets_a .blockWrap1 .block .inner {
		border-radius: 0px 0px 12px 12px;
		padding: 18px 22px 25px;
	}
	.functionConceptAssets_a .blockWrap1 .block .inner .text1 {
		font-size: 15px;
		line-height: 167%;
		margin-bottom: 21px;
	}
	.functionConceptAssets_a .blockWrap1 .block .inner .text1 .em1 {}
	.functionConceptAssets_a .blockWrap1 .block .inner .matrix {}

	.functionConceptAssets_a .arrow1 {
		padding: 36px 0;
	}
	.functionConceptAssets_a .arrow1:before {
		border-right: 28px solid transparent;
		border-left: 28px solid transparent;
		border-top: 42px solid var(--c1);
		border-bottom: 0;
	}
	/*blockWrap2 mainBlock*/
	.functionConceptAssets_a .blockWrap2 {}
	.functionConceptAssets_a .blockWrap2 .mainBlock {
		border-radius: 12px;
		padding: 30px 25px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .deco {
		display: none;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 29px;
		line-height: 135%;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .title img {
		width: 48px;
		margin-right: 11px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 {
		display: flex;
		flex-direction: column;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .imageWrap {
		margin-right: 0;
		width: 100%;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .imageWrap .htx1 {
		font-size: 16px;
		padding: 7px 9px;
		border-radius: 4px;
		margin-bottom: 14px;
		text-align: center;
		line-height: 132%;
	}

	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap {
		width: 100%;
		border-radius: 6px;
		padding: 19px 3px;
		top: 0;
		margin-top: 18px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .logo {
		margin-bottom: 14px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .logo img {
		width: 130px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .text1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .tags {
		gap: 5px 3px;
		margin-bottom: 12px;
		flex-wrap: wrap;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .tags li {
		font-size: 13px;
		padding: 7px 6px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .text2 {
		font-size: 14px;
	}
	.functionConceptAssets_a .blockWrap2 .mainBlock .wrap1 .detailWrap .text2 .em1 {}
	/*blockWrap2 itemWrap*/
	.functionConceptAssets_a .blockWrap2 .itemWrap {
		margin-top: 14px;
		display: flex;
		gap: 11px;
		flex-direction: column;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item {
		padding-top: 0px;
		padding-left: 30px;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item:before {
		width: 30px;
		height: 20px;
		left: 0%;
		top: 50%;
		transform: translateY(-50%);
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item:after {
		top: 50%;
		left: 17px;
		transform: translateY(-50%) rotate(-90deg);
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box {
		border-radius: 12px;
		padding: 7px 12px;
		gap: 5px;
		min-height: unset;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .tags {
		gap: 3px;
		margin-bottom: 6px;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .tags li {
		font-size: 11px;
		padding: 5px 5px;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .text1 {
		font-size: 15px;
		line-height: 123%;
		margin-bottom: 3px;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .contents .text2 {
		font-size: 12px;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .image {
		width: 100px;
		height: 90px;
	}
	.functionConceptAssets_a .blockWrap2 .itemWrap .item .box .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 0%;
	}

}


/* // comparisonBlockWrap_a
----------------------------------------------- */
.comparisonBlockWrap_a {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.comparisonBlockWrap_a .comparisonBlock {
	background-color: #FFF;
	border-radius: 16px;
	border: 1px solid #E1E1E1;
	padding: 30px 35px 35px;
}
.comparisonBlockWrap_a .comparisonBlock._after {
	border: 2px solid var(--c1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.comparisonBlockWrap_a .comparisonBlock .titleWrap {
	line-height: 100%;
	margin-bottom: 21px;
	padding-bottom: 13px;
	border-bottom: 1px solid #9F9F9F;
	position: relative;
}
.comparisonBlockWrap_a .comparisonBlock .titleWrap .label1 {
	position: absolute;
	left: 0px;
	top: calc(50% - 7px);
	transform: translateY(-50%);
	display: inline-block;
	background-color: #666666;
	color: #FFF;
	line-height: 100%;
	font-weight: 500;
	font-size: 16px;
	padding: 9px 10px;
}
.comparisonBlockWrap_a .comparisonBlock._after .titleWrap .label1 {
	background-color: var(--c1);
}
.comparisonBlockWrap_a .comparisonBlock .titleWrap > .text {
	display: flex;
	gap: 13px;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 100%;
	font-weight: 500;
	font-size: 24px;
}
.comparisonBlockWrap_a .comparisonBlock .titleWrap .text .iconWrap {
	width: 40px;
	line-height: 70%;
	font-size: 10px;
	text-align: center;
	color: var(--c1);
}
.comparisonBlockWrap_a .comparisonBlock .titleWrap .text .plus {
	font-size: 20px;
}
.comparisonBlockWrap_a .comparisonBlock .titleWrap .text .logo {
	width: 130px;
}
.comparisonBlockWrap_a .comparisonBlock .table {
	line-height: 150%;
	margin-bottom: 21px;
}
.comparisonBlockWrap_a .comparisonBlock .table th:nth-of-type(1) {
	width: 50%;
}

.comparisonBlockWrap_a .comparisonBlock .table td,
.comparisonBlockWrap_a .comparisonBlock .table th {
	text-align: center;
}
.comparisonBlockWrap_a .comparisonBlock .table th {
	font-weight: 500;
	color: #FFF;
	background-color: #666;
}
.comparisonBlockWrap_a .comparisonBlock._after .table th {
	background-color: var(--c1);
}
.comparisonBlockWrap_a .comparisonBlock .table td:nth-of-type(2) {
	background-color: #EEEEEE;
}
.comparisonBlockWrap_a .comparisonBlock._after .table td:nth-of-type(2) {
	background-color: #F8EFF1;
	color: var(--c1);
	font-weight: 500;
}
.comparisonBlockWrap_a .comparisonBlock .list1 {
	display: flex;
	gap: 6px;
	flex-direction: column;
}
.comparisonBlockWrap_a .comparisonBlock .list1 li {
	font-size: 16px;
	line-height: 140%;
	padding-left: 1em;
	text-indent: -1em;
}
.comparisonBlockWrap_a .comparisonBlock._after .list1 li:first-letter {
	color: var(--c1);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.comparisonBlockWrap_a {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.comparisonBlockWrap_a .comparisonBlock {
		border-radius: 12px;
		padding: 20px 20px 20px;
	}
	.comparisonBlockWrap_a .comparisonBlock .titleWrap {
		margin-bottom: 17px;
		padding-bottom: 11px;
		display: flex;
		align-items: center;
		align-content: center;
	}
	.comparisonBlockWrap_a .comparisonBlock .titleWrap .label1 {
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0%);
		font-size: 14px;
		padding: 7px 6px;
		margin-right: 10px;
	}
	.comparisonBlockWrap_a .comparisonBlock._after .titleWrap .label1 {
		background-color: var(--c1);
	}
	.comparisonBlockWrap_a .comparisonBlock .titleWrap > .text {
		gap: 11px;
		line-height: 100%;
		font-size: 18px;
		flex: auto;
	}
	.comparisonBlockWrap_a .comparisonBlock .titleWrap .text .iconWrap {
		width: 32px;
		font-size: 9px;
	}
	.comparisonBlockWrap_a .comparisonBlock .titleWrap .text .plus {
		font-size: 18px;
	}
	.comparisonBlockWrap_a .comparisonBlock .titleWrap .text .logo {
		width: 113px;
	}
	.comparisonBlockWrap_a .comparisonBlock .table {
		margin-bottom: 18px;
		font-size: 13px;
	}
	.comparisonBlockWrap_a .comparisonBlock .list1 {
		gap: 5px;
	}
	.comparisonBlockWrap_a .comparisonBlock .list1 li {
		font-size: 14px;
	}
}


/* // monthlyPrice_a
----------------------------------------------- */
.monthlyPrice_a {
	position: relative;
}
.monthlyPrice_a .table {
	line-height: 150%;
}
.monthlyPrice_a .table .th1 {
	width: calc(100% * 160 / 1100);
	border: 0;
	background-color: transparent;
}
.monthlyPrice_a .table .td1 {
	width: calc(100% * 460 / 1100);
}
.monthlyPrice_a .table .contentsTr {}
.monthlyPrice_a .table .contentsTd {
	border: 0;
	border-radius: 10px 10px 0 0;
	padding: 0px;
	overflow: hidden;
}
.monthlyPrice_a .table .none1 {
	width: auto;
	border: 0;
	padding: 0;
}
.monthlyPrice_a .table .th2 {
	height: 70px;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
}
.monthlyPrice_a .table .th2._1 {
	border-radius: 10px 0 0 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-right: 0;
	border-bottom: 0;
}
.monthlyPrice_a .table .th2._2 {
	border-radius: 0 0 0 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-top: 0;
	border-right: 0;
}
.monthlyPrice_a .table .th3 {
	height: 45px;
	border: 0;
	background-color: transparent;
}
.monthlyPrice_a .table .td2 {
	height: 45px;
	border-radius: 0 0 10px 10px;
	display: block;
	border-top: 0;
}
/*priceBlock1*/
.monthlyPrice_a .table .priceBlock1 {
	border: 1px solid #D9D9D9;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	height: 290px;
	overflow: hidden;
}
.monthlyPrice_a .table .priceBlock1 .contentsHeader {
	height: 85px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #EDEDED;
	border-radius: 9px 11px 0 0;
}
.monthlyPrice_a .table .priceBlock1 .contentsHeader .title {
	line-height: 100%;
	font-size: 26px;
	font-weight: 600;
}
.monthlyPrice_a .table .priceBlock1 .contentsHeader .title .em1 {
	display: inline-block;
	background-color: #FFF;
	color: var(--c1);
	font-size: 120%;
	padding: 5px 10px;
	line-height: 100%;
	margin: 0px 3px;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail {
	padding: 30px 30px;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly {
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	margin-bottom: 20px;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly .yen {
	font-size: 20px;
	font-family: var(--ffEn1);
	margin-right: 4px;
	color: var(--c1);
	line-height: 50%;
	font-weight: 500;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly .num {
	font-size: 38px;
	font-family: var(--ffEn1);
	margin-right: 5px;
	color: var(--c1);
	line-height: 61%;
	font-weight: 700;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly .tx1 {
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual {
	line-height: 100%;
	background-color: #EDEDED;
	padding: 9px 5px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 15px;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .tx1 {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .yen {
	font-size: 10px;
	font-family: var(--ffEn1);
	margin-right: 2px;
	font-weight: 600;
	color: var(--c1);
	line-height: 30%;

	transform: translateY(2px);
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .num {
	font-size: 15px;
	font-family: var(--ffEn1);
	margin-right: 4px;
	font-weight: 600;
	color: var(--c1);
	line-height: 100%;

}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .tx2 {
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
}
.monthlyPrice_a .table .priceBlock1 .contentsDetail .memo1 {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
}
/*cvBlock1*/
.monthlyPrice_a .cvBlock1 {
	position: absolute;
	left: 160px;
	top: 270px;
	padding: 0px 20px;
	width: calc(100% - 160px);
}
.monthlyPrice_a .cvBlock1 > .frame {
	padding: 20px;
	border: 2px solid var(--c1);
	border-radius: 18px;
	background-color: #F4DDE1;
	height: calc(70px * 3 + 40px);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}
.monthlyPrice_a .cvBlock1 .image {
	width: 240px;
	margin-right: 30px;
}
.monthlyPrice_a .cvBlock1 .contentsWrap {
	flex: 1;
}
.monthlyPrice_a .cvBlock1 .text1 {
	line-height: 150%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 14px;
	text-shadow:
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px 2px 0 #fff,
		0 -2px 0 #fff,
		0 2px 0 #fff,
		-2px 0 0 #fff,
		2px 0 0 #fff;
}
.monthlyPrice_a .cvBlock1 .text2 {
	line-height: 150%;
	font-size: 24px;
	text-align: center;
	color: var(--c1);
	font-weight: 500;
	margin-bottom: 18px;
	text-shadow:
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px 2px 0 #fff,
		0 -2px 0 #fff,
		0 2px 0 #fff,
		-2px 0 0 #fff,
		2px 0 0 #fff;
}
.monthlyPrice_a .cvBlock1 .btns {
	margin-top: 10px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}
.monthlyPrice_a .cvBlock1 .btns a {
	min-width: 240px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.monthlyPrice_a .table {}
	.monthlyPrice_a .table tr:not(.contentsTr) {
		display: none;
	}

	.monthlyPrice_a .table .th1 {
		display: none;
	}
	.monthlyPrice_a .table .td1 {
		width: calc(100% * 460 / 1100);
	}
	.monthlyPrice_a .table .contentsTr {
		display: flex;
		gap: 15px;
		flex-direction: column;
	}
	.monthlyPrice_a .table .none1 {
		display: none;
	}
	.monthlyPrice_a .table .contentsTd {
		width: 100%;
	}

	/*priceBlock1*/
	.monthlyPrice_a .table .priceBlock1 {
		border-bottom: 1px solid #D9D9D9;
		border-radius: 10px;
		height: auto;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsHeader {
		height: auto;
		padding: 14px 10px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsHeader .title {
		font-size: 21px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsHeader .title .em1 {
		font-size: 113%;
		padding: 4px 6px;
		margin: 0px 2px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail {
		padding: 20px 16px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly {
		margin-bottom: 19px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly .yen {
		font-size: 17px;
		margin-right: 4px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly .num {
		font-size: 32px;
		margin-right: 3px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .monthly .tx1 {
		font-size: 13px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual {
		padding: 8px 4px;
		margin-bottom: 10px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .tx1 {
		font-size: 14px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .yen {
		font-size: 10px;

	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .num {
		font-size: 15px;
		margin-right: 4px;

	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .annual .tx2 {
		font-weight: 500;
		font-size: 10px;
	}
	.monthlyPrice_a .table .priceBlock1 .contentsDetail .memo1 {
		font-size: 13px;
	}
	/*cvBlock1*/
	.monthlyPrice_a .cvBlock1 {
		position: relative;
		left: auto;
		top: auto;
		padding: 0px;
		width: calc(100%);
		margin-top: 20px;
	}
	.monthlyPrice_a .cvBlock1 > .frame {
		padding: 14px;
		border-radius: 12px;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.monthlyPrice_a .cvBlock1 .image {
		width: 71%;
		margin-right: 0;
		margin-top: 14px;
	}
	.monthlyPrice_a .cvBlock1 .contentsWrap {
		flex: auto;
		width: 100%
	}
	.monthlyPrice_a .cvBlock1 .text1 {
		line-height: 153%;
		font-size: 14px;
		margin-bottom: 12px;
	}
	.monthlyPrice_a .cvBlock1 .text2 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.monthlyPrice_a .cvBlock1 .btns {
		gap: 11px;
		line-height: 100%;
		flex-direction: column;
	}
	.monthlyPrice_a .cvBlock1 .btns li {
		text-align: center;
		width: 100%;
	}
	.monthlyPrice_a .cvBlock1 .btns a {
		min-width: 60%;
		width: 80%;
	}
}


/* // priceEnvironment_a
----------------------------------------------- */
.priceEnvironment_a .blockWrap {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.priceEnvironment_a .blockWrap .block {
	background-color: #F8F8F8;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}
.priceEnvironment_a .blockWrap .block .titleWrap {
	background-color: #EEEEEE;
	width: 100%;
	padding: 12px 10px;
}
.priceEnvironment_a .blockWrap .block .titleWrap p {
	font-size: 30px;
	line-height: 140%;
	text-align: center;
	font-family: var(--ffEn1);
	font-weight: 500;
	color: var(--c1);
	letter-spacing: 1%;
}
.priceEnvironment_a .blockWrap .block .titleWrap .stx {
	font-size: 80%;
}
.priceEnvironment_a .blockWrap .block .wrap1 {
	display: flex;
	padding: 20px;
	height: 76%;
}
.priceEnvironment_a .blockWrap .block .wrap1 .image {
	border-radius: 14px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0 10px;
	background-color: #FFF;
	margin-right: 15px;
	width: 140px;
	height: 100%;
}
.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap {
	flex: 1;
}
.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .htx1 {
	font-size: 19px;
	line-height: 143%;
	font-weight: 600;
	margin-bottom: 7px;
}
.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .htx1 .memo {
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
}
.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .text1 {
	font-size: 16px;
	line-height: 143%;
	margin-bottom: 12px;
}
.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .htx2 {
	font-size: 17px;
	line-height: 143%;
	font-weight: 600;
	margin-bottom: 7px;
}

.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .list1 {
	display: flex;
	gap: 0px;
	flex-direction: column;
	line-height: 150%;
	font-size: 14px;
}
.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .memo1 {
	font-size: 14px;
	line-height: 133%;
	margin-bottom: 7px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceEnvironment_a .blockWrap {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.priceEnvironment_a .blockWrap .block {
		border-radius: 12px;
		height: auto;
	}
	.priceEnvironment_a .blockWrap .block .titleWrap {
		padding: 10px 7px;
	}
	.priceEnvironment_a .blockWrap .block .titleWrap p {
		font-size: 21px;
		letter-spacing: 0%;
	}
	.priceEnvironment_a .blockWrap .block .titleWrap .stx {
		font-size: 70%;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 {
		padding: 18px;
		height: auto;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .image {
		border-radius: 10px;
		padding: 0 8px;
		margin-right: 13px;
		width: 80px;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap {}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .htx1 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .htx1 .memo {
		font-size: 12px;
		display: block;
		margin-top: 6px;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .text1 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .htx2 {
		font-size: 15px;
		margin-bottom: 4px;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .list1 {
		gap: 0px;
		line-height: 140%;
		font-size: 12px;
	}
	.priceEnvironment_a .blockWrap .block .wrap1 .contentsWrap .memo1 {
		font-size: 12px;
		margin-bottom: 7px;
	}

}


/* // priceSupportBlock_a
----------------------------------------------- */
.priceSupportBlock_a {
	display: flex;
	justify-content: center;
}
.priceSupportBlock_a .image {
	width: 330px;
	height: 260px;
	border-radius: 16px;
	overflow: hidden;
	margin-right: 38px;
}
.priceSupportBlock_a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.priceSupportBlock_a .contentsWrap {
	flex: 1;
	padding-top: 6px;
}
.priceSupportBlock_a .contentsWrap .title {
	display: inline-flex;
	line-height: 100%;
	color: #FFF;
	background-color: var(--c1);
	padding: 10px 14px;
	margin-bottom: 14px;
	font-size: 14px;
}
.priceSupportBlock_a .contentsWrap .htx1 {
	font-size: 26px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 17px;
}
.priceSupportBlock_a .contentsWrap .text1 {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 16px;
}
.priceSupportBlock_a .contentsWrap .text1:last-of-type {
	margin-bottom: 0;
}
.priceSupportBlock_a .contentsWrap .text1 .em1 {
	font-weight: 600;
	font-size: 108%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceSupportBlock_a {
		flex-direction: column-reverse;
	}
	.priceSupportBlock_a .image {
		margin-top: 20px;
		width: 100%;
		height: auto;
		aspect-ratio: 330 / 260;
		border-radius: 12px;
		margin-right: 0;
	}
	.priceSupportBlock_a .contentsWrap {
		flex: auto;
		padding-top: 0;
	}
	.priceSupportBlock_a .contentsWrap .title {
		padding: 9px 11px;
		margin-bottom: 11px;
		font-size: 14px;
	}
	.priceSupportBlock_a .contentsWrap .htx1 {
		font-size: 22px;
		margin-bottom: 14px;
	}
	.priceSupportBlock_a .contentsWrap .text1 {
		font-size: 15px;
		margin-bottom: 13px;
	}
}


/* // priceFlowItems_a
----------------------------------------------- */
.priceFlowItems_a {
	display: flex;
	flex-direction: column;
}
.priceFlowItems_a .flowItem {
	display: flex;
	justify-content: center;
	min-height: 320px;
	/*! padding-bottom: 50px; */
	overflow: hidden;
	padding: 20px 0 40px;
}
.priceFlowItems_a .flowItem .imageWrap {
	width: 240px;
	margin-right: 90px;
	position: relative;
}
.priceFlowItems_a .flowItem .imageWrap:before {
	content: " ";
	display: block;
	width: 1px;
	border-left: 2px dashed var(--c1);
	height: 1000px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(1px, 0%);
}
.priceFlowItems_a .flowItem:last-of-type .imageWrap:before {
	display: none;
}

.priceFlowItems_a .flowItem .imageWrap .image {
	position: relative;
	z-index: 10;
	width: calc(100% - 36px);
	aspect-ratio: 10 / 10;
	border-radius: 1000px;
	outline: 8px solid #FFF;
	border: 1px solid var(--c1);
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #FFF;
	transform: translateY(-10px);
	margin: 0px auto;
}
.priceFlowItems_a .flowItem .imageWrap .image img {
	width: 160px
}
.priceFlowItems_a .flowItem .contentsWrap {
	flex: 1;
	position: relative;
	top: -12px;
}
.priceFlowItems_a .flowItem .contentsWrap .stepTx {
	line-height: 100%;
	font-family: var(--ffEn1);
	color: var(--c1);
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 16px;
}
.priceFlowItems_a .flowItem .contentsWrap .title {
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 18px;
	font-size: 26px;
}
.priceFlowItems_a .flowItem .contentsWrap .title .stx {
	font-size: 66%;
}
.priceFlowItems_a .flowItem .contentsWrap .description {
	line-height: 170%;
	margin-bottom: 10px;
	font-size: 16px;
}
.priceFlowItems_a .flowItem .contentsWrap .list1 {
	display: flex;
	gap: 15px;
	flex-direction: column;
	background-color: #FFF;
	margin-top: 14px;
	border-radius: 8px;
	padding: 10px 22px 15px;
}
.priceFlowItems_a .flowItem .contentsWrap .list1 li {
	font-size: 14px;
	line-height: 150%;
	padding-left: 36px;
	position: relative;
}
.priceFlowItems_a .flowItem .contentsWrap .list1 li:after {
	font-family: iconfont;
	content: "\ea7c";
	font-size: 12px;
	line-height: 1;
	color: var(--c1);
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 26px;
	aspect-ratio: 10 / 10;
	border-radius: 2px;
	border: 1px solid var(--c0);
}
.priceFlowItems_a .flowItem .contentsWrap .btn1 {
	line-height: 100%;
	margin-top: 15px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.priceFlowItems_a {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.priceFlowItems_a .flowItem {
		min-height: unset;
		overflow: hidden;
		padding: 0px 0 35px;
	}
	.priceFlowItems_a .flowItem:last-of-type {
		padding-bottom: 0px;
	}
	.priceFlowItems_a .flowItem .imageWrap {
		width: 90px;
		margin-right: 8px;
		padding: 2px;
	}

	.priceFlowItems_a .flowItem .imageWrap .image {
		outline: 3px solid #FFF;
		box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.15);
		transform: translateY(0);
			width: calc(100% - 6px);
	}
	.priceFlowItems_a .flowItem .imageWrap .image img {
		width: 78%;
	}
	.priceFlowItems_a .flowItem .contentsWrap {
		top: 0px;
		padding-top: 20px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .stepTx {
		margin-bottom: 12px;
		font-size: 14px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .title {
		line-height: 135%;
		margin-bottom: 8px;
		font-size: 18px;
		letter-spacing: 0%;
	}
	.priceFlowItems_a .flowItem .contentsWrap .description {
		line-height: 158%;
		font-size: 14px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .list1 {
		gap: 8px;
		margin-top: 11px;
		border-radius: 6px;
		padding: 10px 10px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .list1 li {
		font-size: 13px;
		line-height: 143%;
		padding-left: 24px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .list1 li:after {
		font-size: 10px;
		left: -2px;
		width: 19px;
		gap: 5px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .btn1 {
		margin-top: 14px;
	}
	.priceFlowItems_a .flowItem .contentsWrap .btn1 a {
		width: 100%;
		min-width: unset;
	}
}


/* // faqItems_a
----------------------------------------------- */
.faqItems_a {
	display: flex;
	gap: 25px;
	flex-direction: column;
}
.faqItems_a .faqItem {
	background-color: #FDEEF1;
	border-radius: 16px;
	overflow: hidden;
}
.faqItems_a .faqItem .questionBlock,
.faqItems_a .faqItem .answerBlock {
	display: grid;
	grid-template-columns: 110px 1fr;
}
.faqItems_a .faqItem .iconWrap1 {
	background-color: #FADEE4;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.faqItems_a .faqItem .iconWrap1 .faqIcon {
	display: inline-flex;
	width: 43px;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	font-size: 22px;
	font-family: var(--ffEn1);
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-color: var(--c1);
	color: #FFF;
}
.faqItems_a .faqItem .answerBlock .iconWrap1 .faqIcon {
	border: 1px solid var(--c1);
	background-color: #FFF;
	color: var(--c1);
}
.faqItems_a .faqItem .questionBlock .iconWrap1,
.faqItems_a .faqItem .questionBlock .contentsWrap1 {
	padding: 29px 20px 12px;

}
.faqItems_a .faqItem .answerBlock .iconWrap1,
.faqItems_a .faqItem .answerBlock .contentsWrap1 {
	padding: 10px 20px 27px;
}

.faqItems_a .faqItem .questionBlock .questionText1 {
	font-size: 24px;
	line-height: 140%;
	font-weight: 600;
}
.faqItems_a .faqItem .answerBlock .answerText1 {
	font-size: 16px;
	line-height: 180%;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.faqItems_a {
		gap: 15px;
	}
	.faqItems_a .faqItem {
		border-radius: 12px;
	}
	.faqItems_a .faqItem .questionBlock,
	.faqItems_a .faqItem .answerBlock {
		grid-template-columns: 40px 1fr;
	}
	.faqItems_a .faqItem .iconWrap1 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.faqItems_a .faqItem .iconWrap1 .faqIcon {
		width: 28px;
		font-size: 18px;
	}
	.faqItems_a .faqItem .answerBlock .iconWrap1 .faqIcon {}
	.faqItems_a .faqItem .questionBlock .iconWrap1,
	.faqItems_a .faqItem .questionBlock .contentsWrap1 {
		padding: 19px 15px 6px;

	}
	.faqItems_a .faqItem .answerBlock .iconWrap1,
	.faqItems_a .faqItem .answerBlock .contentsWrap1 {
		padding: 10px 20px 21px;
	}

	.faqItems_a .faqItem .questionBlock .questionText1 {
		font-size: 18px;
	}
	.faqItems_a .faqItem .answerBlock .answerText1 {
		font-size: 14px;
		line-height: 160%;
	}
}


/* // topicsIndexSection
----------------------------------------------- */
.topicsIndexSection > .inner {
	position: relative;
}
.topicsIndexSection .deco {
	top: 35px;
	transform: translateX(-0);
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // newsDetailWrap
----------------------------------------------- */
.newsDetailWrap {
	margin-top: 50px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsDetailWrap {
		margin-top: 35px;
	}
}

/* // newsDetailHeader_a
----------------------------------------------- */
.newsDetailHeader_a {
	margin-bottom: 12px;
	display: flex;
	gap: 18px;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.newsDetailHeader_a .date {
	font-size: 18px;
	line-height: 100%;
	font-family: var(--ffEn1);
	font-weight: 600;
	color: var(--c1);
}
.newsDetailHeader_a .category {
	display: inline-flex;
	background-color: var(--c1);
	color: #FFF;
	font-size: 12px;
	padding: 8px 12px;
	line-height: 100%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsDetailHeader_a {
		margin-bottom: 11px;
		gap: 14px;
	}
	.newsDetailHeader_a .date {
		font-size: 15px;
	}
	.newsDetailHeader_a .category {
		font-size: 12px;
		padding: 6px 8px;
	}

}


/* // newsDetailTitle_a
----------------------------------------------- */
.newsDetailTitle_a {
	font-size: 32px;
	line-height: 155%;
	font-weight: 700;
	margin-bottom: 30px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsDetailTitle_a {
		font-size: 22px;
		line-height: 151%;
		margin-bottom: 22px;
	}
}


/* // newsDetailTags_a
----------------------------------------------- */
.newsDetailTags_a {
	margin-bottom: 46px;
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.newsDetailTags_a li {
	font-size: 11px;
	line-height: 100%;
	padding: 7px 16px;
	border: 1px solid var(--c1);
	color: var(--c1);
	border-radius: 100px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsDetailTags_a {
		margin-bottom: 31px;
		gap: 7px 4px;
	}
	.newsDetailTags_a li {
		font-size: 11px;
		padding: 6px 14px;
	}
}


/* // newsDetailImage_a
----------------------------------------------- */
.newsDetailImage_a {
	width: 800px;
	height: 500px;
	margin: 0 auto 55px;
	overflow: hidden;
	border-radius: 8px;
}
.newsDetailImage_a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsDetailImage_a {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
		aspect-ratio: 10 / 7;
	}

}


/* // articleToc_a
----------------------------------------------- */
.articleToc_a .frame {
	background: #F8F8F8;
	border: 0;
	padding: 0 0 25px;
	border-radius: 16px;
	overflow: hidden;
}
.articleToc_a .title {
	padding: 16px 10px;
	background-color: #EDEDED;
	text-align: center;
	font-weight: 600;
	font-size: 120%;
	letter-spacing: 7px;
	margin-bottom: 0;
}
.articleToc_a .wrap {
	padding: 0 30px 0;
	margin-top: 31px;
}
.articleToc_a .wrap p a {
	color: var(--c1) !important;
}
.articleToc_a .wrap::after {
	background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0) 15%, rgba(248, 248, 248, 100) 100%);

}

.articleToc_a .btn {
	width: 150px;
	height: 28px;
	background-color: var(--c1);
	border-radius: 100px;
	color: #FFF !important;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.articleToc_a .frame {
		padding: 0 0 18px;
		border-radius: 12px;
	}
	.articleToc_a .title {
		padding: 8px 5px;
		font-size: 120%;
	}
	.articleToc_a .wrap {
		padding: 0 18px 0;
		margin-top: 12px;
	}
}


/* // caseDetailWrap
----------------------------------------------- */
.caseDetailWrap {
	margin-top: 60px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailWrap {
		margin-top: 35px;
	}
}


/* // caseSection_a
----------------------------------------------- */
.caseSection_a {
	margin-bottom: 120px;
}
.caseSection_a .sectionTitle {
	font-size: 32px;
	line-height: 130%;
	font-weight: 600;
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
}
.caseSection_a .sectionTitle:after {
	content: " ";
	display: block;
	width: 60px;
	height: 3px;
	background-color: var(--c1);
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseSection_a {
		margin-bottom: 80px;
	}
	.caseSection_a .sectionTitle {
		font-size: 27px;
		padding-bottom: 25px;
		margin-bottom: 44px;
	}
	.caseSection_a .sectionTitle:after {
		width: 55px;
		height: 3px;
	}
}

/* // caseDetailHeader_a
----------------------------------------------- */
.caseDetailHeader_a {
	margin-bottom: 50px;
}
.caseDetailHeader_a .subTitle {
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--c1);
}
.caseDetailHeader_a .title {
	font-size: 32px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 25px;
}
.caseDetailHeader_a .tagsWrap {
	display: flex;
	gap: 14px;
	flex-direction: column;
}
.caseDetailHeader_a .tagsWrap .tags {
	display: flex;
	gap: 8px 10px;
	align-items: center;
	align-content: center;
	line-height: 100%;
	flex-wrap: wrap;
}
.caseDetailHeader_a .tagsWrap .tags li {
	line-height: 100%;
	padding: 7px 16px;
	font-size: 12px;
	border-radius: 100px;
	background-color: #EDEDED;
}
.caseDetailHeader_a .tagsWrap .tags._problem li {
	border: 1px solid var(--c1);
	color: var(--c1);
	background-color: #FFF;
}
.caseDetailHeader_a .tagsWrap .tags._problem li::before {
	content: "#";
	margin-right: 3px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailHeader_a {
		margin-bottom: 40px;
	}
	.caseDetailHeader_a .subTitle {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.caseDetailHeader_a .title {
		font-size: 25px;
		margin-bottom: 21px;
	}
	.caseDetailHeader_a .tagsWrap {
		gap: 12px;
	}
	.caseDetailHeader_a .tagsWrap .tags {
		gap: 8px 7px;
		align-items: center;
		align-content: center;
		line-height: 100%;
		flex-wrap: wrap;
	}
	.caseDetailHeader_a .tagsWrap .tags li {
		padding: 7px 13px;
		font-size: 12px;
	}
	.caseDetailHeader_a .tagsWrap .tags._problem li {}
	.caseDetailHeader_a .tagsWrap .tags._problem li::before {
		content: "#";
		margin-right: 3px;
	}
}


/* // caseDetailImage_a
----------------------------------------------- */
.caseDetailImage_a {
	width: 800px;
	height: 500px;
	margin: 0 auto 61px;
	overflow: hidden;
	border-radius: 8px;
}
.caseDetailImage_a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailImage_a {
		width: 100%;
		height: auto;
		aspect-ratio: 8 / 5;
		margin-bottom: 45px;
	}
}

/* // caseDetailLead_a
----------------------------------------------- */
.caseDetailLead_a {
	margin-bottom: 80px;
	background-color: #F8F8F8;
	border-radius: 8px;
	padding: 30px 90px;
}
.caseDetailLead_a .htx1 {
	font-size: 20px;
	line-height: 147%;
	font-weight: 500;
	margin-bottom: 17px;
}
.caseDetailLead_a .text1 {
	font-size: 100%;
	line-height: 180%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailLead_a {
		margin-bottom: 55px;
		border-radius: 6px;
		padding: 20px 20px;
	}
	.caseDetailLead_a .htx1 {
		font-size: 17px;
		margin-bottom: 13px;
	}
	.caseDetailLead_a .text1 {
		font-size: 100%;
		line-height: 180%;
	}
}


/* // caseDetailCompany_a
----------------------------------------------- */
.caseDetailCompany_a {
	margin-bottom: 120px;
	border-radius: 16px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
	padding: 40px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}
.caseDetailCompany_a .block1 {
	width: 200px;
	margin-right: 29px;
}
.caseDetailCompany_a .block1 .logoWrap {
	width: 100%;
	aspect-ratio: 200 / 180;
	border-radius: 8px;
	overflow: hidden;
	background-color: #F8F8F8;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.caseDetailCompany_a .block1 .logoWrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.caseDetailCompany_a .block1 .logoWrap._noLogo:after {
	content: "No Logo";
	font-family: var(--ffEn1);
	opacity: 18%;
	line-height: 100%;
	font-size: 20px;
	font-weight: 500;
}
.caseDetailCompany_a .block1 .logoWrap._noLogo img {
	display: none;
}
.caseDetailCompany_a .block1 .url {
	margin-top: 10px;
	display: block;
	font-size: 11px;
	line-height: 130%;
}
.caseDetailCompany_a .block1 .url .icon {
	font-size: 10px;
	margin-left: 5px;
}

.caseDetailCompany_a .block2 {
	flex: 1;
}
.caseDetailCompany_a .block2 .infoWrap {
	display: flex;
	gap: 13px;
	flex-direction: column;
	margin-bottom: 19px;
}
.caseDetailCompany_a .block2 .infoWrap .infoItem {
	display: grid;
	grid-template-columns: 110px 1fr;
}
.caseDetailCompany_a .block2 .infoWrap .infoItem .label {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.caseDetailCompany_a .block2 .infoWrap .infoItem .contents {
	font-size: 16px;
	line-height: 140%;
}
.caseDetailCompany_a .block2 .infoWrap .infoItem._name .label {
	font-weight: 500;
	font-size: 16px;
}
.caseDetailCompany_a .block2 .infoWrap .infoItem._name .contents {
	font-size: 18px;
	font-weight: 500;
}
.caseDetailCompany_a .block2 .description {
	font-size: 14px;
	line-height: 190%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailCompany_a {
		margin-bottom: 80px;
		border-radius: 12px;
		padding: 20px;
		flex-direction: column-reverse;
	}
	.caseDetailCompany_a .block1 {
		width: 100%;
		margin: 15px auto 0;
	}
	.caseDetailCompany_a .block1 .logoWrap {
		width: 200px;
		border-radius: 6px;
		margin: 0 auto;
	}
	.caseDetailCompany_a .block1 .logoWrap img {}
	.caseDetailCompany_a .block1 .logoWrap._noLogo:after {
		content: "No Logo";
		font-family: var(--ffEn1);
		opacity: 18%;
		line-height: 100%;
		font-size: 20px;
		font-weight: 500;
	}
	.caseDetailCompany_a .block1 .logoWrap._noLogo img {}
	.caseDetailCompany_a .block1 .url {
		margin-top: 10px;
	}
	.caseDetailCompany_a .block1 .url .icon {
		font-size: 10px;
		margin-left: 5px;
	}

	.caseDetailCompany_a .block2 {
		flex: auto;
		width: 100%;
	}
	.caseDetailCompany_a .block2 .infoWrap {
		display: flex;
		gap: 10px;
		margin-bottom: 18px;
	}
	.caseDetailCompany_a .block2 .infoWrap .infoItem {
		display: grid;
		grid-template-columns: 67px 1fr;
	}
	.caseDetailCompany_a .block2 .infoWrap .infoItem .label {
		font-size: 14px;
	}
	.caseDetailCompany_a .block2 .infoWrap .infoItem .contents {
		font-size: 14px;
	}
	.caseDetailCompany_a .block2 .infoWrap .infoItem._name .label {
		font-weight: 500;
		font-size: 16px;
	}
	.caseDetailCompany_a .block2 .infoWrap .infoItem._name .contents {
		font-size: 16px;
	}
	.caseDetailCompany_a .block2 .description {
		font-size: 13px;
		line-height: 180%;
	}

}


/* // caseDetailVoice_a
----------------------------------------------- */
.caseDetailVoice_a {
	display: grid;
	gap: 45px 50px;
	grid-template-columns: repeat(3, 1fr);
}
.caseDetailVoice_a .voiceItem {
	border-radius: 16px;
	background-color: #F8F8F8;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.caseDetailVoice_a .voiceItem .comments {
	padding: 30px 30px 25px;
}
.caseDetailVoice_a .voiceItem .comments p {
	font-size: 16px;
	line-height: 180%;
	font-weight: 500;
	position: relative;
	padding: 18px 0px 15px 0px;
}
.caseDetailVoice_a .voiceItem .comments p:before,
.caseDetailVoice_a .voiceItem .comments p:after {
	font-family: iconfont;
	line-height: 1;
	color: var(--c1);
	position: absolute;
	font-size: 25px;
}
.caseDetailVoice_a .voiceItem .comments p:before {
	content: "\e983";
	left: -4px;
	top: -5px;
}
.caseDetailVoice_a .voiceItem .comments p:after {
	content: "\e984";
	right: 3px;
	bottom: -6px;
}

.caseDetailVoice_a .voiceItem .company {
	background-color: #EDEDED;
	padding: 17px 30px;
	display: flex;
	align-items: center;
	align-content: center;
}
.caseDetailVoice_a .voiceItem .company .logo {
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 5px;
	padding: 0 10px;
	margin-right: 15px;
}
.caseDetailVoice_a .voiceItem .company .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.caseDetailVoice_a .voiceItem .company .name {
	width: calc(100% - 95px);
	font-size: 15px;
	line-height: 160%;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.caseDetailVoice_a .voiceItem .company .name._noLogo {
	width: 100%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailVoice_a {
		gap: 10px 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.caseDetailVoice_a .voiceItem {
		border-radius: 12px;
	}
	.caseDetailVoice_a .voiceItem .comments {
		padding: 10px 10px 5px;
	}
	.caseDetailVoice_a .voiceItem .comments p {
		font-size: 15px;
		line-height: 165%;
		padding: 13px 0px 14px 0px;
	}
	.caseDetailVoice_a .voiceItem .comments p:before,
	.caseDetailVoice_a .voiceItem .comments p:after {
		font-size: 18px;
	}
	.caseDetailVoice_a .voiceItem .comments p:before {
		content: "\e983";
		left: -4px;
		top: -5px;
	}
	.caseDetailVoice_a .voiceItem .comments p:after {
		content: "\e984";
		right: 3px;
		bottom: -6px;
	}

	.caseDetailVoice_a .voiceItem .company {
		background-color: #EDEDED;
		padding: 10px 11px;
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
		justify-items: flex-start;
	}
	.caseDetailVoice_a .voiceItem .company .logo {
		width: 80px;
		height: 40px;
		border-radius: 5px;
		margin: 0 auto;
	}
	.caseDetailVoice_a .voiceItem .company .logo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.caseDetailVoice_a .voiceItem .company .name {
		width: 100%;
		font-size: 13px;
		line-height: 156%;
		margin-top: 6px;
	}

}


/* // caseDetailPoint_a
----------------------------------------------- */
.caseDetailPoint_a {
	display: grid;
	gap: 30px 50px;
	grid-template-columns: repeat(2, 1fr);
}
.caseDetailPoint_a .pintItem {
	display: flex;
	gap: 12px;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	background-color: #F8F8F8;
	border-radius: 10px;
	padding: 15px 15px;
}
.caseDetailPoint_a .pintItem .num {
	width: 50px;
	aspect-ratio: 10 / 10;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 100%;
	font-size: 30px;
	font-family: var(--ffEn1);
	font-weight: 600;
	text-align: center;
	background-color: var(--c1);
	color: #FFF;
	border-radius: 7px;
}
.caseDetailPoint_a .pintItem .contents {
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	flex: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailPoint_a {
		display: grid;
		gap: 12px 00px;
		grid-template-columns: repeat(1, 1fr);
	}
	.caseDetailPoint_a .pintItem {
		gap: 11px;
		border-radius: 8px;
		padding: 12px 12px;
	}
	.caseDetailPoint_a .pintItem .num {
		width: 40px;
		font-size: 29px;
		border-radius: 5px;
	}
	.caseDetailPoint_a .pintItem .contents {
		font-size: 16px;
		line-height: 146%;
	}
}


/* // caseDetailCase_a
----------------------------------------------- */
.caseDetailCase_a {
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.caseDetailCase_a .caseItem {
	display: flex;
	gap: 55px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}
.caseDetailCase_a .caseItem .image {
	width: 300px;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 10px;
}
.caseDetailCase_a .caseItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseDetailCase_a .caseItem .contents {
	flex: 1;
}
.caseDetailCase_a .caseItem .contents .company {
	display: inline-flex;
	line-height: 100%;
	font-weight: 500;
	font-size: 14px;
	border-radius: 100px;
	padding: 7px 18px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}
.caseDetailCase_a .caseItem .contents .htx1 {
	line-height: 140%;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 13px;
}
.caseDetailCase_a .caseItem .contents .text1 {
	line-height: 170%;
	font-size: 14px;
	margin-bottom: 17px;
}
.caseDetailCase_a .caseItem .contents .tags {
	display: flex;
	gap: 8px 9px;
	align-items: center;
	align-content: center;
	line-height: 100%;
	flex-wrap: wrap;
}
.caseDetailCase_a .caseItem .contents .tags li {
	line-height: 100%;
	border: 1px solid var(--c1);
	padding: 5px 14px;
	font-size: 10px;
	border-radius: 100px;
	color: var(--c1);
	background-color: #FFF;
}
.caseDetailCase_a .caseItem .contents .tags li::before {
	content: "#";
	margin-right: 3px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailCase_a {
		gap: 40px;
	}
	.caseDetailCase_a .caseItem {
		gap: 15px;
		flex-direction: column;
	}
	.caseDetailCase_a .caseItem .image {
		width: 270px;
		border-radius: 8px;
		margin: 0 auto;
	}
	.caseDetailCase_a .caseItem .image img {}
	.caseDetailCase_a .caseItem .contents {
		flex: auto;
		width: 100%;
	}
	.caseDetailCase_a .caseItem .contents .company {
		font-size: 14px;
		padding: 7px 16px;
		margin-bottom: 8px;
	}
	.caseDetailCase_a .caseItem .contents .htx1 {
		font-size: 23px;
		margin-bottom: 9px;
	}
	.caseDetailCase_a .caseItem .contents .text1 {
		line-height: 170%;
		font-size: 14px;
		margin-bottom: 14px;
	}
	.caseDetailCase_a .caseItem .contents .tags {
		gap: 8px 7px;
	}
	.caseDetailCase_a .caseItem .contents .tags li {
		padding: 5px 12px;
	}
}


/* // caseDetailScene_a
----------------------------------------------- */
.caseDetailScene_a {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.caseDetailScene_a .sceneItem {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	border-radius: 16px;
	position: relative;
	padding: 20px;
}
.caseDetailScene_a .sceneItem .label1 {
	width: 112px;
	height: 59px;
	background: url(../img/about_triangle_01.svg) center / 100% 100% no-repeat;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	line-height: 140%;
	color: #FFF;
	font-weight: 500;
	font-family: var(--ffEn1);
	font-size: 19px;
	transform: translate(0%, 0%) rotate(-45deg);
	position: absolute;
	top: -19px;
	left: -48px;
	z-index: 10;
}
.caseDetailScene_a .sceneItem .image {
	/*
	aspect-ratio: 480 / 280;
	*/
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 12px;
}
.caseDetailScene_a .sceneItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseDetailScene_a .sceneItem .htx1 {
	line-height: 143%;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 12px;
}
.caseDetailScene_a .sceneItem .text1 {
	line-height: 173%;
	font-size: 14px;
}

/* _col2 */

.caseDetailScene_a .sceneItem._col2 {
	grid-column: span 2;
}
.caseDetailScene_a .sceneItem._col2 .image {
	/*
	aspect-ratio: 1060 / 280;
	*/
} 

/* _col1 */
/* .caseDetailScene_a._col1 {
	grid-template-columns: repeat(1, 1fr);
}
.caseDetailScene_a._col1 .sceneItem .image {
	aspect-ratio: 1060 / 280;
} */


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseDetailScene_a {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.caseDetailScene_a .sceneItem {
		border-radius: 12px;
		padding: 20px;
	}
	.caseDetailScene_a .sceneItem .label1 {
		width: 103px;
		height: 54px;
		font-size: 16px;
		top: -17px;
		left: -41px;
	}
	.caseDetailScene_a .sceneItem .image {
		margin-bottom: 10px;
	}
	.caseDetailScene_a .sceneItem .image img {}
	.caseDetailScene_a .sceneItem .htx1 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.caseDetailScene_a .sceneItem .text1 {
		line-height: 172%;
		font-size: 14px;
	}
}


/* // otherArticles_a
----------------------------------------------- */
.otherArticles_a {
	margin-top: 120px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // formWrap_a
----------------------------------------------- */
.formWrap_a {
	/*! box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); */
	/*! padding: 40px; */
	/*! border-radius: 16px; */
	/*! overflow: hidden; */
}
.formWrap_a iframe {
	width: 100%;
	height: 1950px;
	max-height: unset !important;
}

/* ________768________ */
@media screen and (max-width: calc(769px - 1px)) {
	.formWrap_a iframe {
		height: 1570px;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.formWrap_a iframe {
		height: 1820px;
	}
}


/* // xxx
----------------------------------------------- */
.xxx {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // xxx
----------------------------------------------- */
.xxx {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // xxx
----------------------------------------------- */
.xxx {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // xxx
----------------------------------------------- */
.xxx {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // xxx
----------------------------------------------- */
.xxx {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // xxx
----------------------------------------------- */
.xxx {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}



/**/