@charset "utf-8";

/* // base
----------------------------------------------- */
:root {
	--c0: #3C3C3C;
	--c1: #232B8E;
	--c1_D1: #1D2479;
	--c1_L1: #3B4DBB;
	--bgc_site: #F4F6F9;
	--bgc1: #F1F2F7;
	--bgc1_D1: #E9ECF5;
	--bgc1_L1: #F1F2F7;
	--bgc1_gray_1: #F8F8F8;
	--cv1: #4B5AFF;
	--cv_bgc1: #7587CC;
	--btn1: #ECECEC;

	--rad_box1: 15px;
	--rad_box1_sp: 8px;

	--rad_box2: 10px;
	--rad_box2_sp: 6px;


	--rad_image1: 8px;
	--rad_image1_sp: 6px;

	--box_margin_1: 15px;
	--box_margin_1_sp: 8px;

}
:target {
	scroll-margin-top: 100px;
}

html,
body {
	color: var(--c0);
	font-weight: 400;
	line-height: 215%;
	font-size: 14px;
	font-family: var(--ffGo);
	font-weight: 400;
	background-color: var(--bgc_site);
}
body.blog {
	background-color: #fff;
}

a {
	color: var(--c0);
}

a:not(.nohover):hover {
	opacity: 70%;
}

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


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

@media screen and (min-width: 761px) {
	.widthFix {
		width: var(--widthFix);
	}
}


/* // pageContainer / mainContents
----------------------------------------------- */
.pageContainer {
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
}
.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 100px;
	min-height: 35vh;
}

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



/* // breadcrumb
----------------------------------------------- */
.breadcrumb {
	top: auto;
	left: auto;
	position: relative;
	font-size: 9px;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 38px;
	line-height: 140%;
	/*----*/
	top: 3px;
	left: 0;
	padding-left: 15px;
	position: absolute;
}
.breadcrumb .list li {
	padding-right: 10px;
	margin-right: 8px;
}
.breadcrumb * {
	color: #aaa;
}
.breadcrumb li a {
	color: #aaa;
	font-family: var(--ffEn1);
	font-size: 110%;
	letter-spacing: 1px;
	font-family: var(--ffEn1);
	font-weight: 300;
}

.breadcrumb._single1 {
	top: -5px;
	position: relative;
	margin-bottom: 40px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.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: 8px;
		margin-right: 6px;
	}

	.breadcrumb._single1 {
		top: -5px;
		position: relative;
		padding-left: 12px;
		margin-bottom: 20px;
	}
}


/* // pc_header
----------------------------------------------- */
:root {
	--pc_header_h: 80px;
}
.pc_header {
	transition: 0.4s;
	z-index: 500;
	width: calc(100% - 2 * var(--box_margin_1));
	margin: 0 auto 8px;
	line-height: 1;
	padding: 0px 20px;
	border-radius: var(--rad_box1);
	background-color: #FFF;
	position: sticky;
	top: 5px;
	left: var(--box_margin_1);
}
.pc_header._sub {
	position: relative;
	top: auto;
	left: auto;
}
.pc_header.hide {
	transform: translateY(-120%);
}
.pc_header > .inner {
	height: var(--pc_header_h);
	display: flex;
	align-items: center;
	align-content: center;
	/*! justify-content: space-between; */
}
.pc_header .homeLogo {
	width: 280px;
	margin-right: 60px;
}
.pc_header .homeLogo a {
	width: 100%;
}
.pc_header .navi {
	flex: 1;
}
.pc_header .btns .btn {
	min-width: unset;
	width: 150px;
}

.pc_header .authentications {
	display: flex;
	gap: 15px;
	margin-right: 24px;
}
.pc_header .authentications img {
	height: 57px;
	width: auto;
}

@media screen and (max-width: 1000px) {
	.pc_header {
		padding: 0px 20px;
	}
	.pc_header .homeLogo {
		width: 120px;
	}
}

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


/* // pc_gnavi
----------------------------------------------- */
.pc_gnavi {}
.pc_gnavi .siteNaviParents {
	display: flex;
	line-height: 1;
	gap: 20px;
}
.pc_gnavi .siteNaviParents > li._current {
	border-bottom: 1px solid var(--c1_L1);
}
.pc_gnavi .siteNaviParents .link {
	font-weight: 400;
	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) {
	.pc_gnavi .siteNaviParents {
		gap: 8px;
	}
	.pc_gnavi .siteNaviParents .link {
		font-size: 110%;
		font-weight: 300;
		letter-spacing: 0.3px;
		padding: 10px 6px 10px;
	}

}


/* // modal WH CUSTOMIZE //
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 761px) {
	.modalBtn._global,
	.modalMenuBox._global {
		display: none;
	}
}
@media screen and (max-width: calc(761px - 1px)) {
	:root {
		--modalMenuBox_bg_color: #fff;
		--modalMenuBox_boder_color: #e6e6e6;
		--modalMenuBox_boder_width: 1px;
		--modalMenuBox__close_bg_color: rgba(255, 255, 255, 0.7);
		--modalBtn_w: 50px;
		--modalBtn_bg_color: rgba(255, 255, 255, 0.7);
		--modalBtn_line_width: 55%;
		--modalBtn_line_color: #fff;
		--modalNavilist_a_line_color: #eee;
	}

	.modalBtn._global {
		/*! backdrop-filter: blur(4px); */
		background-color: var(--c1);
		position: sticky;
		border-radius: 100px;
		margin: -55px 12px 4px auto;
		top: 3px;
		right: 0;
		height: calc(var(--modalBtn_w) - 6px);
	}
	.modalBtn.rightFix.active {
		right: calc(100%);
		transform: translateX(3px);
	}
	.modalMenuBox._global > .inner > .menuWrap > .inner {
		padding: 40px;
	}

	.modalMenuBox._global > .menuWrap {
		border-left: 1px #DFDFDF solid;
	}
	.modalMenuBox._global .menuWrap .logo1 {
		text-align: center;
		margin-bottom: 20px;
	}
	.modalMenuBox._global .menuWrap .logo1 img {
		filter: var(--svg_color_black);
		width: 120px;
	}
	.modalMenuBox._global .menuWrap .btn1 {
		text-align: center;
		margin-top: 30px;
	}
	.modalMenuBox._global .menuWrap .btn1 .btn {
		width: 100%;
	}
}

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

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sp_header {
		background-color: #FFF;
		width: calc(100% - 2 * var(--box_margin_1_sp));
		margin: var(--box_margin_1_sp) auto;
		height: calc(var(--modalBtn_w) - 0px);
		padding-left: 10px;
		position: relative;
		z-index: 10;
		display: flex;
		align-items: center;
		/*! margin-bottom: 20px; */
	}
	.sp_header .homeLogo {
		height: 100%;
	}
	.sp_header .homeLogo a {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.sp_header .homeLogo a img {
		width: auto;
		height: 30px;
	}
}

/* // modalNavilist_a //
----------------------------------------------- */
.modalNavilist_a {
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: 400;
	color: #000 !important;
}
.modalNavilist_a li {
	line-height: 1.4;
	border: 0 !important;
	position: relative;
}
.modalNavilist_a li.parent {
	border-bottom: 1px dotted #C4C4C4 !important;
	font-size: 13px;
}
.modalNavilist_a li.parent:first-of-type {
	border-top: 1px dotted #C4C4C4 !important;
}
.modalNavilist_a li a {
	padding: 11px 15px 11px 27px;
	display: block;
	position: relative;
	color: #000 !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: iconfontA;
	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;
	/*! display: none; */
}
.modalNavilist_a li.parent._current > a,
.modalNavilist_a li.child._current a {
	/*! background-color:#FFEBEE; */
	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;
}

/* // modalCvItems_a
----------------------------------------------- */

.modalCvItems_a {
	margin-top: 40px;
	background-color: var(--bgc1);
	line-height: 1;
	padding: 20px 20px;
	border-radius: 8px;
}
.modalCvItems_a .line {
	height: 1px;
	background-color: #D2E9EB;
	margin: 15px auto;
	width: 80%;
}
.modalCvItems_a .item {
	padding: 0;
}
.modalCvItems_a .item .tx1 {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 12px;
	text-align: center;
	line-height: 1;
}
.modalCvItems_a .item .action {
	text-align: center;
}
.modalCvItems_a .item .action .tel {
	font-family: var(--ffEn1);
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 5%;
	color: var(--cv1);
}
.modalCvItems_a .item .action .btn {
	font-size: 110%;
	min-width: 100%;
}

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


/* // siteFooter
----------------------------------------------- */
.siteFooter {
	width: calc(100% - 2 * var(--box_margin_1));
	margin: 0 auto var(--box_margin_1);
	border-radius: var(--rad_box1);
	background-color: #FFF;
	padding: 40px 0px 15px;
}
.siteFooter > .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.siteFooter .logoBlock {
	margin-right: 20px;
	/*! flex: 1; */
	display: grid;
	gap: 12px;
}
.siteFooter .logoBlock .homeLogo {
	width: 280px;
}
.siteFooter .logoBlock .authentications {
	display: flex;
	gap: 18px;
}
.siteFooter .logoBlock .authentications img {
	height: 60px;
	width: auto;
}

.siteFooter .naviBlock {
	flex: 1;
	padding-top: 13px;
}
.siteFooter .naviBlock .siteNaviParents {
	display: flex;
	gap: 35px;
	line-height: 100%;
	justify-content: flex-end;
	padding-right: 10px;
}
.siteFooter .naviBlock .siteNaviParents .link {
	font-size: 100%;
}
.siteFooter .naviBlock .siteNaviParents .link :after {
	font-family: iconfontA;
	content: "\ebaa";
	font-size: 100%;
	color: var(--c1);
	margin-left: 10px;
}

.siteFooter .bottomBlock {
	width: 100%;
	margin-top: 30px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.siteFooter .bottomBlock .links {
	display: flex;
	gap: 30px;
	line-height: 100%;
	font-size: 11px;
}
.siteFooter .bottomBlock .copyright {
	line-height: 100%;
	font-size: 10px;
	color: #999;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.siteFooter {
		width: calc(100% - 2 * var(--box_margin_1_sp));
		margin: 0 auto var(--box_margin_1_sp);
		border-radius: var(--rad_box1_sp);
		padding: 28px 0px 18px;
	}
	.siteFooter > .inner {
		display: block;
	}
	.siteFooter .logoBlock {
		margin-right: 0px;
		display: block;
	}
	.siteFooter .logoBlock .homeLogo {
		width: 240px;
	}
	.siteFooter .logoBlock .authentications {
		margin-top: 10px;
		gap: 10px;
	}
	.siteFooter .logoBlock .authentications img {
		height: 40px;
	}
	.siteFooter .naviBlock {
		display: none;
	}
	.siteFooter .bottomBlock {
		width: 100%;
		margin-top: 30px;
		display: block;
	}
	.siteFooter .bottomBlock .links {
		gap: 10px;
		flex-direction: column;
		font-size: 10px;
	}
	.siteFooter .bottomBlock .copyright {
		margin-top: 14px;
		font-size: 9px;
	}
}


/* // 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="80"] {
	gap: 80px;
}
.sectionWrap_a[gap="100"] {
	gap: 100px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // 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(--wp-pagenavi-c_0) !important;
}

.wp-pagenavi a {
	border-color: var(--wp-pagenavi-c_0) !important;
	color: var(--wp-pagenavi-c_0) !important;
	border-radius: 3px !important;
	overflow: hidden;
}
.wp-pagenavi .current {
	background-color: var(--wp-pagenavi-c_0);
}
.wp-pagenavi a:hover {}
.wpPagenationNextPageLink {
	border-radius: 4px;
	border-color: var(--wp-pagenavi-c_0);
	color: var(--wp-pagenavi-c_0) !important;
	border-radius: 6px;
	font-family: var(--ffEn1);
	font-weight: 300;
	font-size: 130%;
}

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

.wpPagenationNextPageLink:hover {
	background-color: #f5f5f5;
	color: var(--wp-pagenavi-c_0);
}


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

/* // swiper
----------------------------------------------- */
.swiper-pagination-bullet {
	background-color: var(--c1) !important;
}
.swiper-button {
	background-color: transparent;
	color: var(--c1);
	font-size: 24px;
}
.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_base {
	color: var(--c0);
}
.fc_a {
	color: var(--c1);
}
.fc_a_d1 {
	color: var(--c1_D1);
}
.fc_a_l1 {
	color: var(--c1_L1);
}

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


/* // テキスト設定
---------------------------------------------------------------------------------------------- */


/* // sectionTitle_a
----------------------------------------------- */
.sectionTitle_a {
	margin-bottom: 45px;
	position: relative;
	line-height: 1;
}
.sectionTitle_a > .en {
	display: block;
	font-size: 66px;
	font-weight: 600;
	line-height: 1;
	font-family: var(--ffEn1);
}
.sectionTitle_a > .en:first-letter {
	color: var(--c1);
}
.sectionTitle_a .ja {
	display: block;
	font-size: 15px;
	color: var(--c1);
	margin-top: 3px;
	font-weight: 500;
	line-height: 100%;
}
.sectionTitle_a .linkBtn {
	position: absolute;
	bottom: 6px;
	right: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionTitle_a {
		margin-bottom: 30px;
		text-align: right;
	}
	.sectionTitle_a > .en {
		font-size: 39px;
		text-align: left;
	}
	.sectionTitle_a .ja {
		font-size: 13px;
		margin-top: 1px;
		text-align: left;
	}
	.sectionTitle_a .linkBtn {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 10px;
		min-width: 150px;
		height: 40px;
	}
}


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

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


/* // htx_a
----------------------------------------------- */
.htx_a {
	font-size: 26px;
	line-height: 150%;
	font-weight: 600;
	padding-bottom: 30px;
	margin-bottom: 34px;
	position: relative;
}
.htx_a:after {
	content: " ";
	display: block;
	width: 60px;
	height: 4px;
	background-color: var(--c1);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.htx_a {
		font-size: 19px;
		padding-bottom: 23px;
		margin-bottom: 24px;
	}
	.htx_a:after {
		width: 50px;
		height: 3px;
	}

}


/* // htx_b
----------------------------------------------- */
.htx_b {
	font-size: 28px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 20px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.htx_b {
		font-size: 20px;
		margin-bottom: 13px;
	}

}



/* // pageTitle_a
----------------------------------------------- */
.pageTitle_a {
	padding: 0px var(--box_margin_1);
	margin-bottom: 75px;
	width: 100%;
	position: relative;
}
.pageTitle_a._mb1 {
	margin-bottom: var(--box_margin_1);
}
.pageTitle_a > .frame {
	border-radius: var(--rad_box1);
	background-color: #fff;
	height: 330px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageTitle_a .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pageTitle_a .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageTitle_a .textWrap {
	position: relative;
	z-index: 10;
	width: 100%;
}
.pageTitle_a .textWrap > .inner {}
.pageTitle_a .textWrap .title {
	line-height: 100%;
	position: relative;
	z-index: 10;
	width: 100%;
	display: block;
}
.pageTitle_a .textWrap .title .en {
	font-size: 85px;
	font-weight: 700;
	display: block;
	line-height: 1;
	font-family: var(--ffEn1);
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}
.pageTitle_a .textWrap .title .en._s1 {
	font-size: 80px;
	letter-spacing: 0;
}
.pageTitle_a .textWrap .title .en:first-letter {
	color: var(--c1);
}
.pageTitle_a .textWrap .title .ja {
	font-size: 18px;
	font-weight: 500;
	display: block;
	line-height: 1;
	margin-top: 0px;
	position: relative;
	z-index: 10;
}
/*_s1*/
.pageTitle_a._s1 > .frame {
	height: 250px;
}
.pageTitle_a._s1 .textWrap .title .en {
	font-size: 70px;
	letter-spacing: 1px;
}
.pageTitle_a._s1 .textWrap .title .ja {
	font-size: 17px;
}
.pageTitle_a._s1 .textWrap .title:after,
.pageTitle_a._s1 .textWrap .title:before {
	width: 250px;
	right: calc(100% - 150px);
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pageTitle_a {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: 40px;
	}
	.pageTitle_a._mb1 {
		margin-bottom: var(--box_margin_1_sp);
	}
	.pageTitle_a > .frame {
		height: 160px;
		border-radius: var(--rad_box1_sp);
		padding: 30px 0px;
	}
	.pageTitle_a .textWrap .title {
		padding-left: 14px;
	}
	.pageTitle_a .textWrap .title .en {
		font-size: 36px;
		letter-spacing: 0;
	}
	.pageTitle_a .textWrap .title .en._s1 {
		font-size: 32px;
	}
	.pageTitle_a .textWrap .title .ja {
		font-size: 13px;
		margin-top: 1px;
	}
	.pageTitle_a .textWrap .mark {
		width: 181px;
		left: 12px;
		display: none;
	}

	/*_s1*/
	.pageTitle_a._s1 > .frame {
		height: 120px;
	}
	.pageTitle_a._s1 .textWrap .title .en {
		font-size: 32px;
		letter-spacing: 1px;
	}
	.pageTitle_a._s1 .textWrap .title .ja {
		font-size: 13px;
	}
}

/* // pageTitle_b
----------------------------------------------- */
.pageTitle_b {
	padding: 0px var(--box_margin_1);
	margin-bottom: 60px;
	width: 100%;
}
.pageTitle_b._mb1 {
	margin-bottom: var(--box_margin_1);
}
.pageTitle_b > .frame {
	border-radius: var(--rad_box1);
	background-color: #fff;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageTitle_b._s1 > .frame {
	height: 150px;
}
.pageTitle_b .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
}
.pageTitle_b .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pageTitle_b .textWrap {
	position: relative;
	z-index: 10;
	width: 100%;
}
.pageTitle_b .textWrap .title {
	line-height: 100%;
	position: relative;
	z-index: 10;
	width: 100%;
	display: block;
}
.pageTitle_b .textWrap .title .category {
	width: 100%;
	display: block;
	font-size: 100%;
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.pageTitle_b._s1 .textWrap .title .category {
	margin-bottom: 0px;
}
.pageTitle_b .textWrap .title .name {
	width: 100%;
	display: block;
	font-size: 256%;
	line-height: 140%;
	font-weight: 700;
	letter-spacing: 2px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pageTitle_b {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: 40px;
	}
	.pageTitle_b._mb1 {
		margin-bottom: 40px;
	}
	.pageTitle_b > .frame {
		height: 130px;
		border-radius: var(--rad_box1_sp);
		padding: 20px 0px;
	}
	.pageTitle_b._s1 > .frame {
		height: 120px;
	}
	.pageTitle_b .textWrap {
		position: relative;
		top: 6px;
	}
	.pageTitle_b .textWrap .title .category {
		font-size: 84%;
		margin-bottom: 1px;
	}
	.pageTitle_b._s1 .textWrap .title .category {
		margin-bottom: 5px;
	}
	.pageTitle_b .textWrap .title .name {
		font-size: 170%;
		line-height: 121%;
		letter-spacing: 1px;
	}
	.pageTitle_b._s1 .textWrap .title .name {
		font-size: 150%;
		line-height: 130%;
		letter-spacing: 0;
	}

}

/* // btn_a
----------------------------------------------- */
.btn_a {
	height: 50px;
	border-radius: 100px;
	background-color: #E9E9E9;
	color: var(--c0) !important;
	border: 0 !important;
	opacity: 100% !important;
}
.btn_a::before {
	opacity: 4%;
}
.btn_a .icon._1 {
	border-radius: 100%;
	background-color: var(--c1);
	color: #FFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	aspect-ratio: 10 / 10;
	right: 3px;
}
.btn_a._left .icon._1 {
	right: auto;
	left: 3px;
	transform: translate(0%, -50%);
}
.btn_a._c1 {
	background-color: #E9E9E9;
}
.btn_a._c2 {
	background-color: var(--c1);
	color: #FFF !important;
}
.btn_a._c2::before {
	opacity: 9%;
}
.btn_a._c2 .icon._1 {
	background-color: #FFF;
	color: var(--c1) !important;
}
.btn_a._cv1 {
	background-color: var(--cv1);
	color: #FFF !important;
}
.btn_a._cv1 .icon._1 {
	background-color: #FFF;
	color: var(--cv1) !important;
}
.btn_a._cv1::before {
	opacity: 11%;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.btn_a {
		height: 46px;
	}
	.btn_a .icon._1 {
		width: 24px;
	}
}


/* // groupHeader
----------------------------------------------- */
.groupHeader {
	width: calc(100% - 2 * var(--box_margin_1));
	margin: 10px auto 10px;
	line-height: 1;
}
.groupHeader .logo {
	width: 200px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.groupHeader {
		width: calc(100% - 2 * var(--box_margin_1_sp));
		margin: var(--box_margin_1_sp) auto;
	}
	.groupHeader .logo {
		width: 150px;
	}
}

/* // footerCta
----------------------------------------------- */
.footerCta {
	width: calc(100% - 2 * var(--box_margin_1));
	margin: 0 auto var(--box_margin_1);
	border-radius: var(--rad_box1);
	background-color: var(--c1);
	padding: 70px 0px;
}
.footerCta > .inner {
	background-color: #FFF;
	border-radius: var(--rad_box1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	padding: 45px 20px;
	text-align: center;
}
.footerCta .title {
	margin-bottom: 18px;
	text-align: center;
	line-height: 1;
}
.footerCta .title .en {
	display: block;
	font-size: 44px;
	font-family: var(--ffEn1);
	font-weight: 600;
	line-height: 1;
}
.footerCta .title .en:first-letter {
	color: var(--c1)
}
.footerCta .title .ja {
	font-size: 15px;
	margin-top: 3px;
	line-height: 1;
	display: block;
	font-weight: 500;
}

.footerCta .text1 {
	margin-bottom: 31px;
	text-align: center;
}

.footerCta .cvItems {
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.footerCta .cvItems .line {
	background-color: #D2E9EB;
	width: 1px;
	height: 100%;
	display: block;
}
.footerCta .cvItems .item {
	padding: 0 40px;
	position: relative;
	overflow: hidden;
}
.footerCta .cvItems .item:after {
	content: " ";
	display: block;
	width: 1px;
	height: 85%;
	background-color: #D2E9EB;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
}
.footerCta .cvItems .item:last-of-type:after {
	display: none;
}
.footerCta .cvItems .item .tx1 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}
.footerCta .cvItems .item .action {
	text-align: center;
	height: 50px;
	line-height: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center
}
.footerCta .cvItems .item .action .tel {
	font-family: var(--ffEn1);
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 5%;
	color: var(--cv1);
}
.footerCta .cvItems .item .time {
	font-size: 12px;
	text-align: center;
	line-height: 1;
}
.footerCta .cvItems .item .action .btn {
	font-size: 110%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.footerCta {
		width: calc(100% - 2 * var(--box_margin_1_sp));
		margin: 0 auto var(--box_margin_1_sp);
		border-radius: var(--rad_box1_sp);
		padding: 40px 0px;
	}
	.footerCta > .inner {
		background-color: #FFF;
		border-radius: var(--rad_box1_sp);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
		padding: 32px 20px;
	}
	.footerCta .title {
		margin-bottom: 16px;
	}
	.footerCta .title .en {
		font-size: 34px;
	}
	.footerCta .title .en:first-letter {
		color: var(--c1)
	}
	.footerCta .title .ja {
		font-size: 13px;
		margin-top: 4px;
	}
	.footerCta .text1 {
		margin-bottom: 27px;
		line-height: 205%;
		font-size: 93%;
	}
	.footerCta .cvItems {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column;
		margin-top: -16px;
	}
	.footerCta .cvItems .line {
		height: 1px;
		width: 80%;
		margin: 0 auto;
	}
	.footerCta .cvItems .item {
		padding: 10px 0px;
		position: relative;
		overflow: hidden;
	}
	.footerCta .cvItems .item:after {
		content: " ";
		display: block;
		width: 85%;
		height: 1px;
		top: 100%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.footerCta .cvItems .item:last-of-type:after {
		display: none;
	}
	.footerCta .cvItems .item .tx1 {
		font-size: 14px;
		margin-bottom: 3px;
		text-align: center;
	}
	.footerCta .cvItems .item .time {
		font-size: 11px;
	}
	.footerCta .cvItems .item .action {
		height: auto;
	}
	.footerCta .cvItems .item .action .tel {
		font-size: 34px;
		letter-spacing: 1%;
	}
}


/* // newsItems_a
----------------------------------------------- */
.newsItems_a {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.newsItems_a .newsItem {
	border-top: 1px solid #eee;
}
.newsItems_a .newsItem:last-child {
	border-bottom: 1px solid #eee;
}

.newsItems_a .newsItem .linkWrap {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 22px 0;
	text-decoration: none;
	color: inherit;
	position: relative;
	line-height: 140%;
	transition: 0.3s;
}
.newsItems_a .newsItem a.linkWrap:hover {
	background-color: var(--bgc1);
}

.newsItems_a .newsItem .date {
	width: 100px;
	font-family: var(--ffEn1);
	letter-spacing: 4%;
	font-size: 107%;
}
.newsItems_a .newsItem .cat {
	width: 120px;
	color: var(--c1);
}
.newsItems_a .newsItem .tx {
	flex: 1;
	color: var(--c0);
}
.newsItems_a .newsItem a.linkWrap .tx:after {
	font-family: iconfontA;
	content: "\ebaa";
	font-size: 110%;
	color: var(--c1);
	margin-left: 16px;
	display: inline-block;
	transform: translateY(2px);
}

.newsItems_a .newsItem a.linkWrap._pdf .tx:after {
	content: "\e921";
}
.newsItems_a .newsItem a.linkWrap._ex .tx:after {
	content: "\ea77";
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsItems_a .newsItem .linkWrap {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 6px 15px;
		padding: 15px 0;
	}
	.newsItems_a .newsItem .date {
		width: 90px;
		font-family: var(--ffEn1);
		letter-spacing: 4%;
		font-size: 111%;
	}
	.newsItems_a .newsItem .cat {
		flex: 1;
		color: var(--c1);
		transform: translateY(-2px);
	}
	.newsItems_a .newsItem .tx {
		flex: auto;
		width: 100%;
	}
	.newsItems_a .newsItem a.linkWrap .tx:after {
		font-size: 110%;
		margin-left: 15px;
		transform: translateY(2px);
	}

}

/* // boxFrame_a
----------------------------------------------- */
.boxFrame_a {
	padding: 55px 50px;
	background-color: #FFF;
	border-radius: var(--rad_box1);
	position: relative;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.boxFrame_a {
		padding: 23px 12px;
		border-radius: var(--rad_box1_sp);
	}
}

/* // topSectionWrap
----------------------------------------------- */
.topSectionWrap {
	display: grid;
	gap: 40px;
}
.topSectionWrap > .topSection {
	width: 1300px;
	margin: 0 auto;
	max-width: calc(100vw - 2 * var(--box_margin_1));
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topSectionWrap {
		gap: 28px;
	}
	.topSectionWrap > .topSection {
		width: 100%;
		max-width: calc(100vw - 2 * var(--box_margin_1_sp));
	}
}


/* // topMv
----------------------------------------------- */
.topMv {
	width: calc(100% - 2 * var(--box_margin_1));
	height: 600px;
	margin: 0 auto 80px;
	line-height: 1;
	border-radius: var(--rad_box1);
	background-color: #FFF;
	overflow: hidden;
	position: relative;
}
.topMv .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.topMv .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.topMv .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topMv .contentsWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}
.topMv .contentsWrap .catch1 {
	color: #000;
}
.topMv .contentsWrap .catch1 .tx1 {
	display: block;
	line-height: 134%;
	font-weight: 700;
	font-size: 66px;
}
.topMv .contentsWrap .catch1 .tx2 {
	display: block;
	line-height: 130%;
	font-weight: 700;
	font-size: 40px;
	margin-top: 34px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topMv {
		width: calc(100% - 2 * var(--box_margin_1_sp));
		height: 290px;
		margin-bottom: 40px;
		border-radius: var(--rad_box1_sp);
		margin-top: 10px;
	}
	.topMv .contentsWrap .catch1 .tx1 {
		line-height: 147%;
		font-size: 32px;
	}
	.topMv .contentsWrap .catch1 .tx2 {
		line-height: 130%;
		font-size: 18px;
		margin-top: 12px;
	}
}


/* // topStrength_a
----------------------------------------------- */
.topStrength_a {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}

.topStrength_a > .wrap {
	display: flex;
	width: 100%;
	gap: 40px;
}

.topStrength_a .textWrap {
	flex: 1;
}
.topStrength_a .textWrap .text1 {
	font-size: 104%;
	line-height: 240%;
	letter-spacing: 4%;
}

.topStrength_a .imageWrap {
	width: 50%;
	aspect-ratio: 10 / 6.5;
	overflow: hidden;
	border-radius: var(--rad_image1);
}

.topStrength_a .imageWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

	.topStrength_a > .wrap {
		display: block;
	}

	.topStrength_a .textWrap {
		width: 100%;
		flex: auto;
	}
	.topStrength_a .textWrap .text1 {
		font-size: 100%;
		line-height: 220%;
		letter-spacing: 2%;
	}

	.topStrength_a .imageWrap {
		margin-top: 20px;
		width: 100%;
	}
}


/* // topBusiness_a
----------------------------------------------- */
.topBusiness_a {
	display: grid;
	gap: 60px;
}
.topBusiness_a .businessItem {
	display: flex;
	gap: 50px;
	align-items: center;
}
.topBusiness_a .businessItem:nth-child(odd) {
	flex-direction: row-reverse;
}

.topBusiness_a .businessItem .textWrap {
	flex: 1;
}

.topBusiness_a .businessItem .textWrap .htx_a {
	font-size: 20px;
	font-weight: 700;
	color: var(--c1);
	margin-bottom: 10px;
	line-height: 1.4;
}

.topBusiness_a .businessItem .textWrap .htx_a .ja {
	display: inline;
	font-size: 85%;
	color: var(--c1_D2);
	font-weight: 500;
}

.topBusiness_a .businessItem .textWrap .text1 {
	line-height: 220%;
}
.topBusiness_a .businessItem .textWrap .btn {
	margin-top: 25px;
	text-align: right;
}

.topBusiness_a .businessItem .image {
	width: 44%;
	border-radius: var(--rad_image1);
	overflow: hidden;
}

.topBusiness_a .businessItem .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topBusiness_a {
		gap: 50px;
	}
	.topBusiness_a .businessItem {
		display: block;
	}
	.topBusiness_a .businessItem:nth-child(odd) {
		flex-direction: row;
	}

	.topBusiness_a .businessItem .textWrap {
		width: 100%;
	}

	.topBusiness_a .businessItem .textWrap .htx_a {
		font-size: 20px;
		font-weight: 700;
		color: var(--c1);
		margin-bottom: 10px;
		line-height: 1.4;
	}

	.topBusiness_a .businessItem .textWrap .htx_a .ja {
		display: inline;
		font-size: 85%;
		color: var(--c1_D2);
		font-weight: 500;
	}

	.topBusiness_a .businessItem .textWrap .text1 {
		line-height: 209%;
	}
	.topBusiness_a .businessItem .textWrap .btn {
		margin-top: 10px;
	}

	.topBusiness_a .businessItem .image {
		width: 100%;
		border-radius: var(--rad_image1_sp);
		margin-top: 12px;
		height: 150px;
	}

	.topBusiness_a .businessItem .image img {
		object-position: center;
	}

}

/* // solutionItems_a
----------------------------------------------- */
.solutionItems_a {
	display: block;
	position: relative;
	overflow: inherit;
}
.solutionItems_a._full {
	overflow: hidden;
}
.solutionItems_a:not(.none) .swiper-container {
	cursor: auto;
}

.solutionItems_a .solutionItem {
	line-height: 1;
	width: calc((100% - 30px) / 2);
	cursor: pointer;
}
.solutionItems_a[type="other"] .solutionItem {
	width: 550px;
}

.solutionItems_a .solutionItem * {
	cursor: pointer !important;
}
.solutionItems_a .solutionItem > .wrap {
	border: 5px solid var(--bgc1_D1);
	border-radius: 10px;
	padding: 5px;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: #FFF;
}


.solutionItems_a .solutionItem > .wrap .image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: var(--rad_image1);
}

.solutionItems_a .solutionItem > .wrap .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.solutionItems_a .solutionItem > .wrap[href="#"],
.solutionItems_a .solutionItem > .wrap[href="javascript:void(0)"] {
	opacity: 1 !important;
}

.solutionItems_a .solutionItem > .wrap[href="#"] .image img,
.solutionItems_a .solutionItem > .wrap[href="javascript:void(0)"] .image img {
	transform: scale(1, 1);
	opacity: 1 !important;
}

.solutionItems_a .solutionItem > .wrap:hover .image img {
	transform: scale(1.04, 1.04);
}

.solutionItems_a .solutionItem .textWrap {
	flex: 1;
	padding: 0px 30px 15px;
	margin-top: 15px;
}
.solutionItems_a .solutionItem .textWrap .title {
	font-size: 22px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 10px;
}
.solutionItems_a .solutionItem .textWrap .title .text {
	color: var(--c1);
	position: relative;
}
.solutionItems_a .solutionItem .textWrap .title .text:after {
	font-family: iconfontA;
	content: "\ebaa";
	font-size: 95%;
	line-height: 1;
	margin-left: 10px;
}
.solutionItems_a .solutionItem .textWrap .description {
	font-size: 95%;
	line-height: 190%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionItems_a .solutionItem {
		line-height: 1;
		width: 80% !important;
	}
	.solutionItems_a .solutionItem > .wrap {
		border-width: 4px;
		border-radius: 8px;
		padding: 4px;
	}
	.solutionItems_a .solutionItem > .wrap .image {
		width: 100%;
		height: auto;
		aspect-ratio: 10 / 6.5;
		overflow: hidden;
		border-radius: var(--rad_image1_sp);
	}

	.solutionItems_a .solutionItem .textWrap {
		padding: 10px;
		margin-top: 6px;
	}
	.solutionItems_a .solutionItem .textWrap .title {
		font-size: 17px;
		margin-bottom: 8px;
	}
	.solutionItems_a .solutionItem .textWrap .title .text {}
	.solutionItems_a .solutionItem .textWrap .title .text:after {
		font-size: 87%;
		margin-left: 6px;
	}
	.solutionItems_a .solutionItem .textWrap .description {
		font-size: 93%;
		line-height: 182%;
	}
}


/* // solutionItems_b
----------------------------------------------- */
.solutionItems_b {
	display: flex;
	gap: 19px;
	flex-direction: column;
}
.solutionItems_b .solutionItem {}
.solutionItems_b .solutionItem > .wrap {
	border: 5px solid var(--bgc1_D1);
	padding: 7px;
	border-radius: 15px;
	display: flex;
	gap: 0;
	width: 100%;
	align-items: center;
}
.solutionItems_b .solutionItem .image {
	width: 420px;
	height: 180px;
	overflow: hidden;
	border-radius: 8px;
}
.solutionItems_b .solutionItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.solutionItems_b .solutionItem:hover .image img {
	transform: scale(1.03, 1.03);
}
.solutionItems_b .solutionItem .textWrap {
	flex: 1;
	padding: 0px 30px;
}
.solutionItems_b .solutionItem .textWrap .title {
	font-size: 22px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 10px;
}
.solutionItems_b .solutionItem .textWrap .title .text {
	color: var(--c1);
	position: relative;
}
.solutionItems_b .solutionItem .textWrap .title .text:after {
	font-family: iconfontA;
	content: "\ebaa";
	font-size: 95%;
	line-height: 1;
	margin-left: 10px;
}
.solutionItems_b .solutionItem .textWrap .description {
	line-height: 190%;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionItems_b {
		gap: 15px;
	}
	.solutionItems_b .solutionItem > .wrap {
		border: 5px solid var(--bgc1_D1);
		border-width: 3px;
		padding: 5px;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
	}
	.solutionItems_b .solutionItem .image {
		width: 100%;
		height: auto;
		aspect-ratio: 420 / 180;
		border-radius: 6px;
	}
	.solutionItems_b .solutionItem .textWrap {
		flex: 1;
		padding: 10px 12px 6px;
	}
	.solutionItems_b .solutionItem .textWrap .title {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.solutionItems_b .solutionItem .textWrap .title .text:after {
		font-size: 88%;
		margin-left: 10px;
	}
	.solutionItems_b .solutionItem .textWrap .description {
		line-height: 180%;
		font-size: 96%;
	}
}



/* // caseItems_a
----------------------------------------------- */
.caseItems_a {
	display: block;
	position: relative;
}
.wp-editor .caseItems_a {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
}
.caseItems_a:not(.none) .swiper-container {}

.caseItems_a .caseItem {
	line-height: 1;
	width: 100%;
}
.caseItems_a .caseItem * {}

.caseItems_a .caseItem > .wrap {
	border: 5px solid var(--bgc1_D1);
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	display: flex;
}
.caseItems_a .caseItem > .wrap .image {
	width: 350px;
	aspect-ratio: 10 / 6;
	overflow: hidden;
	border-radius: var(--rad_image1);
}

.caseItems_a .caseItem > .wrap .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.caseItems_a .caseItem > .wrap[href="#"],
.caseItems_a .caseItem > .wrap[href="javascript:void(0)"] {
	opacity: 1 !important;
}

.caseItems_a .caseItem > .wrap[href="#"] .image img,
.caseItems_a .caseItem > .wrap[href="javascript:void(0)"] .image img {
	transform: scale(1, 1);
	opacity: 1 !important;
}

.caseItems_a .caseItem > .wrap:hover .image img {
	transform: scale(1.04, 1.04);
}

.caseItems_a .caseItem .contents {
	padding: 15px 25px 15px;
	flex: 1;
}

.caseItems_a .caseItem .contents .title {
	font-size: 20px;
	line-height: 150%;
	font-weight: 600;
	color: var(--c1_D1);
	letter-spacing: 3%;
}
.caseItems_a .caseItem .contents .description {
	font-size: 98%;
	line-height: 170%;
	margin-top: 16px;
}
.caseItems_a .caseItem .contents .info1 {
	display: flex;
	gap: 10px;
	margin-top: 17px;
}
.caseItems_a .caseItem .contents .info1 .client {
	font-size: 17px;
	line-height: 120%;
	font-weight: 500;
	margin-right: 27px;
}
.caseItems_a .caseItem .contents .info1 .client .stx {
	font-size: 80%;
	margin-left: 5px;
}
.caseItems_a .caseItem .contents .info1 .detail {
	display: flex;
	gap: 30px;
}
.caseItems_a .caseItem .contents .info1 .detail dt {
	background-color: #f1f1f1;
	padding: 5px 10px;
	font-size: 90%;
	line-height: 100%;
	min-width: 60px;
	text-align: center;
	border-radius: 2px;
}
.caseItems_a .caseItem .contents .info1 .detail dd {
	margin-top: 3px;
	font-size: 96%;
	margin-left: -19px;
}
.caseItems_a .caseItem .contents .solution {
	display: flex;
	color: var(--c1);
	line-height: 100%;
	margin-top: 16px;
}
.caseItems_a .caseItem .contents .solution .text1 {
	color: var(--c1);
	line-height: 100%;
	margin-right: 20px;
	font-size: 90%;
	font-weight: 500;
	margin-top: 7px;
}
.caseItems_a .caseItem .contents .solution .slutionItems {
	display: flex;
	gap: 8px;
}
.caseItems_a .caseItem .contents .solution .slutionItems li {
	padding: 5px 10px;
	font-size: 85%;
	line-height: 100%;
	border: 1px solid var(--c1);
	border-radius: 100px;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseItems_a .caseItem {
		line-height: 1;
		width: 90%;
	}
	.caseItems_a .caseItem > .wrap {
		border-width: 4px;
		border-radius: 8px;
		padding: 4px;
		display: block;
	}
	.caseItems_a .caseItem > .wrap .image {
		width: 100%;
		height: auto;
		aspect-ratio: 10 / 6;
		overflow: hidden;
		border-radius: var(--rad_image1_sp);
	}
	.caseItems_a .caseItem .contents {
		padding: 12px 10px 10px;
	}

	.caseItems_a .caseItem .contents .title {
		font-size: 17px;
		letter-spacing: 1%;
	}
	.caseItems_a .caseItem .contents .description {
		font-size: 98%;
		margin-top: 9px;
	}
	.caseItems_a .caseItem .contents .info1 {
		display: flex;
		gap: 11px;
		margin-top: 14px;
		flex-direction: column;
	}
	.caseItems_a .caseItem .contents .info1 .client {
		font-size: 15px;
		margin-right: 0;
	}
	.caseItems_a .caseItem .contents .info1 .client .stx {
		font-size: 80%;
		margin-left: 5px;
	}
	.caseItems_a .caseItem .contents .info1 .detail {
		display: flex;
		gap: 7px 0;
		flex-wrap: wrap;
	}
	.caseItems_a .caseItem .contents .info1 .detail dt {
		padding: 3px;
		font-size: 89%;
		width: 80px;
	}
	.caseItems_a .caseItem .contents .info1 .detail dd {
		width: calc(100% - 80px);
		margin-top: 1px;
		padding-left: 10px;
		font-size: 96%;
		margin-left: 0;
	}
	.caseItems_a .caseItem .contents .solution {
		display: block;
		margin-top: 15px;
	}
	.caseItems_a .caseItem .contents .solution .text1 {
		margin-right: 0px;
		font-size: 95%;
		margin-top: 0;
	}
	.caseItems_a .caseItem .contents .solution .slutionItems {
		margin-top: 7px;
		gap: 5px;
	}
	.caseItems_a .caseItem .contents .solution .slutionItems li {
		padding: 4px 7px;
		font-size: 85%;
	}
}


/* // topRecruit_a
----------------------------------------------- */
.topRecruit_a {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
}

.topRecruit_a .image {
	width: 50%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--rad_image1);
}

.topRecruit_a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topRecruit_a .contents {
	width: 46%;
}

.topRecruit_a .catch1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
}

.topRecruit_a .btn {
	margin-top: 10px;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topRecruit_a {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}

	.topRecruit_a .image {
		margin-top: 15px;
		width: 100%;
	}

	.topRecruit_a .contents {
		width: 100%;
	}

	.topRecruit_a .catch1 {
		font-size: 21px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 17px;
	}

	.topRecruit_a .btn {
		margin-top: 12px;
		text-align: right;
	}

}

/* // contentsNavi_a
----------------------------------------------- */
.contentsNavi_a {
	width: calc(100% - 2 * var(--box_margin_1));
	margin: 0 auto 8px;
	border-radius: var(--rad_box1);
	position: sticky;
	top: 3px;
	z-index: 400;
}
.contentsNavi_a > .frame {
	padding: 5px 10px;
	background-color: #FFF;
	border-radius: var(--rad_box2);
}
.contentsNavi_a .navi {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 0;
}
.contentsNavi_a .navi > .item {
	line-height: 100%;
	position: relative;
	padding: 3px 0px;
}
.contentsNavi_a .navi > .item:after {
	content: " ";
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #000;
	opacity: 12%;
	vertical-align: middle;
	margin: -2px 0 0;
}
.contentsNavi_a .navi > .item:last-of-type:after {
	display: none;
}
.contentsNavi_a .navi > .item > .link {
	color: var(--c0);
	font-weight: 400;
	padding: 3px 7px;
	margin: 0 3px;
	border-radius: 3px;
	font-size: 82%;
}
.contentsNavi_a .navi > .item > .link:hover {
	background-color: #EEE;
}
.contentsNavi_a .navi > .item.current > .link {
	color: #FFF;
	font-weight: 500;
	opacity: 1 !important;
	cursor: default;
	background-color: var(--c1);
}

.contentsNavi_a .navi .children2 {
	position: absolute;
	left: 50%;
	top: calc(100% - 0px);
	transform: translateX(-50%);
	width: auto;
	background-color: #FFF;
	white-space: nowrap;
	border: 1px solid #DFDFDF;
	border-radius: 1px;
	padding: 15px 17px;
	display: none;
}
.contentsNavi_a .navi .children2 > .item {
	margin-bottom: 8px;
}
.contentsNavi_a .navi .children2 > .item:last-of-type {
	margin-bottom: 0;
}
.contentsNavi_a .navi .children2 > .item > .link {
	font-size: 84%;
	line-height: 100%;
	padding: 4px 1px;
}
.contentsNavi_a .navi .children2 > .item.current > .link {
	cursor: default;
	color: var(--c1);
	font-weight: 500;
	position: relative;
}
.contentsNavi_a .navi .children2 > .item.current > .link:before {
	content: " ";
	display: block;
	width: 4px;
	aspect-ratio: 10 / 10;
	background-color: var(--c1);
	position: absolute;
	top: 50%;
	left: -8px;
	border-radius: 100px;
	transform: translatey(-50%);
}

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

/* // contentsNavi_b
----------------------------------------------- */
.contentsNavi_b {
	padding: 50px 13px;
	width: calc(100% - 2 * var(--box_margin_1));
	margin: 0 auto 10px;
	border-radius: var(--rad_box1);
	background-color: var(--bgc1_D1);
}
.contentsNavi_b .contentsTitle {
	color: var(--c1);
	font-size: 123%;
	line-height: 140%;
	font-weight: 700;
	margin-bottom: 20px;
}
.contentsNavi_b .navi {
	line-height: 1;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}
.contentsNavi_b .navi .link {
	background-color: #FFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 5px 30px 5px 15px;
	position: relative;
}
.contentsNavi_b .navi .link .tx {
	font-size: 100%;
	line-height: 120%;
	font-weight: 500;
	color: var(--c1);
}
.contentsNavi_b .navi .link:after {
	font-family: iconfontA;
	content: "\ebae";
	font-size: 8px;
	width: 16px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 1;
	color: #fff;
	background-color: var(--c1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
}
.contentsNavi_b .navi .children2 {
	display: none !important;
}
/* current */
.contentsNavi_b .navi .current .link {
	background-color: var(--c1);
	opacity: 1 !important;
	cursor: default;
}
.contentsNavi_b .navi .current .link .tx {
	color: #FFF;
}
.contentsNavi_b .navi .current .link:after {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.contentsNavi_b {
		width: calc(100% - 2 * var(--box_margin_1_sp));
		margin: 0 auto var(--box_margin_1_sp);
		border-radius: var(--rad_box1_sp);
		padding: 20px 10px 18px;
	}
	.contentsNavi_b .contentsTitle {
		font-size: 115%;
		margin-bottom: 10px;
	}
	.contentsNavi_b .navi {
		gap: 5px;
		grid-template-columns: repeat(2, 1fr);
	}
	.contentsNavi_b .navi .link {
		border-radius: 3px;
		height: 40px;
		padding: 0px 29px 0px 10px;
		position: relative;
	}
	.contentsNavi_b .navi .link .tx {
		font-size: 12px;
		line-height: 120%;
		font-weight: 500;
		color: var(--c1);
	}
	.contentsNavi_b .navi .link:after {
		font-size: 6px;
		width: 12px;
		right: 8px;
	}
}

/* // contentsNavi_c
----------------------------------------------- */
.contentsNavi_c {
	padding: 0px var(--box_margin_1);
	margin-bottom: var(--box_margin_2);
	width: 100%;
}
.contentsNavi_c > .frame {
	background-color: #EDEDED;
	border-radius: var(--rad1);
	padding: 50px 0px;
}
.contentsNavi_c > .frame > .inner {
	display: flex;
	align-items: flex-start;
}
.contentsNavi_c .title {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
}
.contentsNavi_c .title .parent1 {
	font-size: 95%;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.contentsNavi_c .title .parent2 {
	font-size: 170%;
	line-height: 130%;
	font-weight: 700;
}
.contentsNavi_c .navi {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	flex: 1;
}
.contentsNavi_c .navi .link {
	border-radius: 3px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 96%;
	height: 46px;
	line-height: 126%;
	position: relative;
	padding-left: 35px;
	font-weight: 500;
	color: var(--c0);
}
.contentsNavi_c .navi .link::before {
	content: " ";
	display: block;
	width: 9px;
	aspect-ratio: 10 / 10;
	background: var(--grad1);
	position: absolute;
	top: 50%;
	left: 11px;
	transform: translate(0%, -50%);
	border-radius: 100px;
}
.contentsNavi_c .navi .link::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--grad1);
	position: absolute;
	bottom: 0;
	left: 0px;
}

.contentsNavi_c .navi .current .link {
	background-color: var(--c1);
	color: #FFF;
	opacity: 1 !important;
	cursor: default;
}
.contentsNavi_c .navi .current .link::before {
	background: #FFF;
}
.contentsNavi_c .navi .current .link::after {
	display: none;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.contentsNavi_c {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: var(--box_margin_2_sp);
	}
	.contentsNavi_c > .frame {
		border-radius: var(--rad1_sp);
		padding: 20px 0px;
	}
	.contentsNavi_c > .frame > .inner {
		flex-wrap: wrap;
	}
	.contentsNavi_c .title {
		width: 100%;
		margin-bottom: 10px;
		align-items: flex-end;
	}
	.contentsNavi_c .title .parent1 {
		font-size: 90%;
		margin-bottom: 0;
		display: inline-block;
		width: auto;
		position: relative;
		top: -3px;
	}
	.contentsNavi_c .title .parent2 {
		font-size: 127%;
		line-height: 117%;
		margin-left: 10px;
	}
	.contentsNavi_c .navi {
		display: grid;
		gap: 9px;
		grid-template-columns: repeat(2, 1fr);
		flex: auto;
	}
	.contentsNavi_c .navi .link {
		height: 40px;
		line-height: 124%;
		padding-left: 26px;
		color: var(--c0);
		font-size: 91%;
	}
	.contentsNavi_c .navi .link::before {
		width: 7px;
		left: 7px;
	}
	.contentsNavi_c .navi .link::after {
		content: " ";
		display: block;
		width: 100%;
		height: 1px;
		background: var(--grad1);
		position: absolute;
		bottom: 0;
		left: 0px;
	}

	.contentsNavi_c .navi .current .link {}
	.contentsNavi_c .navi .current .link::before {}
	.contentsNavi_c .navi .current .link::after {
		display: none;
	}
}



/* // contentsNavi_d
----------------------------------------------- */
.contentsNavi_d {
	padding: 0px var(--box_margin_1);
	margin-bottom: 80px;
	width: 100%;
}
.contentsNavi_d .navi {
	display: flex;
	gap: 5px;
	align-content: center;
	flex-wrap: wrap;
	line-height: 1;
}
.contentsNavi_d .navi .link {
	padding: 12px 19px;
	background-color: #EAEAEA;
	font-size: 91%;
	border-radius: 4px;
	color: var(--c0);
}
.contentsNavi_d .navi .current .link {
	background-color: var(--c1);
	color: #FFF;
	font-weight: 500;
	opacity: 1 !important;
	cursor: default;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.contentsNavi_d {
		display: none;
	}
}



/* // contentsIndex_a
----------------------------------------------- */
.contentsIndex_a {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 35px;
}
.contentsIndex_a > .contentsItem {
	background-color: #FFF;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.contentsIndex_a > .contentsItem._2 {
	grid-column: span 3;
}
.contentsIndex_a > .contentsItem {
	grid-column: span 2;
}
.contentsIndex_a > .contentsItem .image {
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.contentsIndex_a > .contentsItem._2 .image {
	height: 220px;
}
.contentsIndex_a > .contentsItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.contentsIndex_a > .contentsItem .contentsWrap {
	padding: 25px 30px;
	position: relative;
	z-index: 10;
}
.contentsIndex_a > .contentsItem .contentsWrap .title {
	font-size: 122%;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 13px;
}
.contentsIndex_a > .contentsItem .contentsWrap .description {
	font-size: 95%;
	line-height: 180%;
}

/* _link */
.contentsIndex_a > .contentsItem._link {
	overflow: visible;
}
.contentsIndex_a > .contentsItem._link::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--c1);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 1;
	transition: 0.3s;
	border-radius: 11px;
}
.contentsIndex_a > .contentsItem._link > .linkWrap {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	align-items: flex-start;
	align-content: flex-start;
	opacity: 1 !important;
	border-radius: 10px;
}
.contentsIndex_a > .contentsItem._link > .linkWrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.contentsIndex_a > .contentsItem._link > .linkWrap:hover {
	top: -7px;
	left: -7px;
}
.contentsIndex_a > .contentsItem._link > .linkWrap:hover::before {
	opacity: 0.08;
}
.contentsIndex_a > .contentsItem._link > .linkWrap:hover img {
	opacity: 1;
	transform: scale(1.06, 1.06);
}
.contentsIndex_a > .contentsItem._link > .linkWrap .contentsWrap .title {
	color: var(--c1);
}
.contentsIndex_a > .contentsItem._link > .linkWrap .contentsWrap .title .tx {
	position: relative;
}
.contentsIndex_a > .contentsItem._link > .linkWrap .contentsWrap .title .tx:after {
	font-family: iconfontA;
	content: "\ebae";
	font-size: 10px;
	width: 19px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	display: inline-block;
	/* align-items: center; */
	/* align-content: center; */
	/* justify-content: center; */
	line-height: 1;
	color: #fff;
	background-color: var(--c1);
	/* position: absolute; */
	/* top: 4px; */
	/*! transform: translateY(-50%); */
	/* left: calc(100% + 15px); */
	text-align: center;
	padding-top: 5px;
	margin-left: 10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.contentsIndex_a {
		grid-template-columns: none;
		gap: 20px;
		padding: 0px 10px;
	}
	.contentsIndex_a > .contentsItem {
		border-radius: 8px;
		grid-column: span 1 !important
	}
	.contentsIndex_a > .contentsItem .image {
		height: 130px !important;
	}
	.contentsIndex_a > .contentsItem .contentsWrap {
		padding: 17px 17px;
	}
	.contentsIndex_a > .contentsItem .contentsWrap .title {
		font-size: 115%;
		margin-bottom: 8px;
	}
	.contentsIndex_a > .contentsItem .contentsWrap .description {
		font-size: 92%;
		line-height: 170%;
	}

	/* _link */
	.contentsIndex_a > .contentsItem._link::before {
		border-radius: 9px;
	}
	.contentsIndex_a > .contentsItem._link > .linkWrap {
		border-radius: 8px;
	}
	.contentsIndex_a > .contentsItem._link > .linkWrap .contentsWrap .title .tx:after {
		font-size: 8px;
		width: 17px;
		top: 5px;
		left: calc(100% + 13px);
	}
}

/* // dlTable_a
----------------------------------------------- */
.dlTable_a {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 160%;
}
.mceContents_base .dlTable_a p {
	margin: 0;
}
.dlTable_a > dt,
.dlTable_a > dd {
	padding: 15px 13px;
}

.dlTable_a > dt {
	width: 180px;
	border-bottom: 1px solid #EEE;
	line-height: 1.5;
}
.dlTable_a > dd {
	width: calc(100% - 180px);
	border-bottom: 1px solid #EEE;
}
.dlTable_a > dt:first-of-type {
	border-top: 1px solid #EEE;
}
.dlTable_a > dd:first-of-type {
	border-top: 1px solid #EEE;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dlTable_a {}
	.dlTable_a > dt,
	.dlTable_a > dd {
		padding: 10px 5px;
	}

	.dlTable_a > dt {
		width: 90px;
	}
	.dlTable_a > dd {
		width: calc(100% - 110px);
	}
}

/* // greeting_a
----------------------------------------------- */
.greeting_a {
	display: flex;
}
.greeting_a._re {
	flex-direction: row-reverse;
}
.greeting_a .image {
	width: 350px;
	margin-right: 50px;
}
.greeting_a .image img {
	border-radius: 10px;
}
.greeting_a .contents {
	flex: 1;
	display: grid;
	gap: 20px;
}
.greeting_a .contents .htx1 {
	font-size: 165%;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 22px;
}
.greeting_a .contents .htx2 {
	font-size: 125%;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 12px;
}
.greeting_a .contents .name {
	text-align: right;
	margin-top: 15px;
}
.greeting_a .contents .name img {
	width: 170px;
	margin-top: 8px;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.greeting_a {
		display: block;
	}
	.greeting_a .image {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.greeting_a .image img {
		width: 280px;
		border-radius: 8px;
	}
	.greeting_a .contents {
		gap: 14px;
		margin-top: 30px;
	}
	.greeting_a .contents .htx1 {
		font-size: 151%;
		margin-bottom: 6px;
	}
	.greeting_a .contents .htx2 {
		font-size: 118%;
		margin-bottom: 8px;
	}
	.greeting_a .contents .name {
		margin-top: 5px;
	}
	.greeting_a .contents .name img {
		width: 155px;
		margin-top: 6px;
	}

}

/* // philosophyContents_a
----------------------------------------------- */
.philosophyContents_a .catch1 {
	font-size: 34px;
	font-weight: 700;
	line-height: 165%;
	margin-bottom: 50px;
	text-align: center;
}
.philosophyContents_a img {
	border-radius: 5px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.philosophyContents_a .catch1 {
		font-size: 22px;
		line-height: 165%;
		margin-bottom: 25px;
		text-align: left;
	}
	.philosophyContents_a img {
		border-radius: 4px;
	}
}


/* // philosophyItems_a
----------------------------------------------- */
.philosophyItems_a {
	background-color: var(--bgc1);
	border-radius: var(--rad_box1);
	padding: 60px 30px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.philosophyItems_a .title {
	background-color: var(--c1);
	line-height: 130%;
	font-size: 25px;
	color: #FFF;
	padding: 10px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
}
.philosophyItems_a .item .htx1 {
	font-weight: 600;
	color: var(--c1);
	font-size: 25px;
	line-height: 150%;
	text-align: center;
}
.philosophyItems_a .item .text1 {
	line-height: 180%;
	margin-top: 14px;
	text-align: center;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.philosophyItems_a {
		border-radius: var(--rad_box1_sp);
		padding: 30px 10px;
		gap: 30px;
	}
	.philosophyItems_a .title {
		font-size: 20px;
		padding: 8px;
		border-radius: 3px;
		margin-bottom: 5px;
	}
	.philosophyItems_a .item .htx1 {
		font-size: 18px;
		line-height: 150%;
		text-align: justify;
	}
	.philosophyItems_a .item .text1 {
		line-height: 178%;
		margin-top: 9px;
		text-align: left;
	}
}

/* // tabs_a
----------------------------------------------- */
.tabs_a {
	display: grid;
	gap: 10px 25px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 50px;
}
.tabs_a._col2 {
	grid-template-columns: repeat(2, 1fr);
}
.tabs_a._col3 {
	grid-template-columns: repeat(3, 1fr);
}
.tabs_a .link {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	color: var(--c0);
	font-size: 110%;
	font-weight: 500;
	height: 55px;
	padding: 5px 10px;
	position: relative;
	align-content: center;
	line-height: 137%;
}
.tabs_a .link:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.tabs_a .link:after {
	width: 17px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-color: var(--c1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: iconfontA;
	content: "\ebd7";
	line-height: 1;
	font-size: 9px;
	color: #FFF;
	margin-right: 5px;
}
.tabs_a .link:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: var(--c1);
	content: " ";
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.tabs_a {
		gap: 8px 16px;
		grid-template-columns: repeat(2, 1fr) !important;
		margin-bottom: 40px;
	}

	.tabs_a._col2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.tabs_a._col3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.tabs_a._spCol1 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.tabs_a .link {
		gap: 6px;
		font-size: 98%;
		height: 50px;
		padding: 1px 6px;
	}
	.tabs_a .link:hover {
		background-color: rgba(0, 0, 0, 0.03);
	}
	.tabs_a .link:after {
		width: 13px;
		font-size: 6px;
		margin-right: 2px;
	}
	.tabs_a .link:before {}

}



/* // tabs_b
----------------------------------------------- */
.tabs_b {
	display: flex;
	gap: 10px 18px;
	margin-bottom: 45px;
	flex-wrap: wrap;
}
.tabs_b .link {
	display: flex;
	gap: 23px;
	align-items: center;
	justify-content: space-between;
	color: var(--c0);
	font-size: 100%;
	font-weight: 500;
	height: 44px;
	padding: 0px 5px 0px 10px;
	position: relative;
	align-content: center;
	line-height: 137%;
}
.tabs_b .link:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.tabs_b .link:after {
	width: 15px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-color: var(--c1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: iconfontA;
	content: "\ebd7";
	line-height: 1;
	font-size: 9px;
	color: #FFF;
	margin-right: 0;
}
.tabs_b .link:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: var(--c1);
	content: " ";
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.tabs_b {
		gap: 8px 12px;
		margin-bottom: 30px;
	}
	.tabs_b .link {
		gap: 6px;
		font-size: 98%;
		height: 37px;
		padding: 1px 6px;
	}
	.tabs_b .link:after {
		width: 13px;
		font-size: 6px;
	}
}

/* // tabs_c
----------------------------------------------- */
.tabs_c {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 40px;
}
.tabs_c .wrap {
	height: 60px;
	border-radius: 4px;
	background: var(--c1);
	padding-bottom: 3px;
	display: block;
}

.tabs_c .wrap .in {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 102%;
	line-height: 136%;
	text-align: center;
	padding: 0px 10px;
	transition: 0.3s;
}
.tabs_c .wrap.current .in {
	background-image: none;
	background-color: transparent;
	color: #FFF;
	cursor: default;
	opacity: 1 !important;
}
.tabs_c .wrap:not(.current):hover .in {
	background-color: rgba(255, 255, 255, 0.9);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.tabs_c {
		gap: 5px 3px;
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 25px;
	}
	.tabs_c .wrap {
		height: 50px;
		border-radius: 3px;
		padding-bottom: 3px;
		display: block;
	}
	.tabs_c .wrap .in {
		font-size: 88%;
		line-height: 126%;
		transition: 0.3s;
		padding: 0px 5px;
	}
	.tabs_c .wrap:hover .in {
		background-color: rgba(255, 255, 255, 1);
	}
}



/* // officeItems_a
----------------------------------------------- */
.officeItems_a {
	display: flex;
	gap: 35px;
	flex-direction: column;
}
.officeItems_a .officeItem {
	background-color: #FFF;
	border-radius: var(--rad_box1);
	padding: 35px 35px;
	display: flex;
}

.officeItems_a .officeItem .infoWrap {
	flex: 1;
	margin-right: 30px;
	display: flex;
	gap: 12px;
	flex-direction: column;
	line-height: 150%;
}
.officeItems_a .officeItem .infoWrap .officeName {
	position: relative;
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 23px;
	line-height: 150%;
	color: var(--c1);
	padding-left: 23px;
}
.officeItems_a .officeItem .infoWrap .officeName:after {
	content: " ";
	display: block;
	width: 16px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-color: var(--c1);
	position: absolute;
	top: 11px;
	left: 0px;
}
.officeItems_a .officeItem .infoWrap .tels {
	display: flex;
	gap: 4px;
	flex-direction: column;
	line-height: 150%;
}
.officeItems_a .officeItem .infoWrap .tels a {
	font-family: var(--ffEn1);
	font-size: 125%;
	line-height: 100%;
	letter-spacing: 4%;
	margin-left: 3px;
}
.officeItems_a .officeItem .infoWrap .btnPara {
	line-height: 1;
	margin-top: 10px;
}


.officeItems_a .officeItem .mapWrap {
	width: 500px;
}
.officeItems_a .officeItem .mapWrap iframe {
	border-radius: var(--rad_box2);
	width: 100%;
	height: 230px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.officeItems_a {
		gap: 20px;
	}
	.officeItems_a .officeItem {
		border-radius: var(--rad_box1_sp);
		padding: 15px 15px;
		display: block;
	}
	.officeItems_a .officeItem .infoWrap {
		width: 100%;
		margin-right: 0px;
		gap: 9px;
	}
	.officeItems_a .officeItem .infoWrap .officeName {
		margin-bottom: 3px;
		font-size: 20px;
		padding-left: 20px;
	}
	.officeItems_a .officeItem .infoWrap .officeName:after {
		width: 11px;
		top: 12px;
	}
	.officeItems_a .officeItem .infoWrap .tels {
		gap: 4px;
	}
	.officeItems_a .officeItem .infoWrap .tels a {
		font-size: 123%;
		margin-left: 2px;
		border-bottom: 1px dotted #8b8b8b;
	}
	.officeItems_a .officeItem .infoWrap .btnPara {
		margin-top: 8px;
	}

	.officeItems_a .officeItem .mapWrap {
		margin-top: 20px;
		width: 100%;
	}
	.officeItems_a .officeItem .mapWrap iframe {
		border-radius: var(--rad_box2_sp);
		height: 200px;
	}
}


/* // certificationsItems_a
----------------------------------------------- */
.certificationsItems_a {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.certificationsItems_a li {
	background-color: #FFF;
	border-radius: var(--rad_box2);
	padding: 21px 30px;
}
.certificationsItems_a li .text {
	font-weight: 500;
	font-size: 108%;
	line-height: 150%;
	position: relative;
	padding-left: 21px;
	display: block;
}
.certificationsItems_a li .text::before {
	content: " ";
	display: block;
	width: 10px;
	aspect-ratio: 10 / 10;
	background-color: var(--c1);
	border-radius: 10px;
	position: absolute;
	top: 7px;
	left: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.certificationsItems_a {
		gap: 9px;
	}
	.certificationsItems_a li {
		border-radius: var(--rad_box2_sp);
		padding: 14px 15px;
	}
	.certificationsItems_a li .text {
		font-size: 107%;
		padding-left: 19px;
	}
	.certificationsItems_a li .text::before {
		width: 8px;
	}
}

/* // partnerItems_a
----------------------------------------------- */
.partnerItems_a {
	display: flex;
	gap: 25px;
	flex-direction: column;
}
.partnerItems_a li {}
.partnerItems_a li .text {
	font-weight: 500;
	font-size: 108%;
	line-height: 150%;
	position: relative;
	padding-left: 24px;
	display: block;
}
.partnerItems_a li .text::before {
	content: " ";
	display: block;
	width: 9px;
	aspect-ratio: 10 / 10;
	background-color: var(--c1);
	border-radius: 10px;
	position: absolute;
	top: 7px;
	left: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.partnerItems_a {
		gap: 9px;
	}
	.partnerItems_a li {}
	.partnerItems_a li .text {
		font-size: 102%;
		padding-left: 19px;
	}
	.partnerItems_a li .text::before {
		width: 8px;
		top: 7px;
	}
}



/* // histories_a
----------------------------------------------- */
.histories_a {
	line-height: 140%;
	display: grid;
}
.histories_a .historyItem {
	padding-left: 50px;
	padding-bottom: 24px;
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 100%;
}
.histories_a .historyItem:last-of-type {
	padding-bottom: 0px;
}
.histories_a .historyItem .date {
	width: 120px;
	letter-spacing: 3%;
	font-weight: 500;
	color: var(--c1);
	font-size: 104%;
}
.histories_a .historyItem .text {
	flex: 1;
	letter-spacing: 2%;
}
.histories_a .historyItem:before {
	content: " ";
	display: block;
	width: 13px;
	aspect-ratio: 10 / 10;
	border-radius: 111px;
	background-color: var(--c1);
	position: absolute;
	top: 6px;
	left: 0px;
	z-index: 10;
}
.histories_a .historyItem:after {
	content: " ";
	display: block;
	width: 1px;
	height: calc(100% - 0px);
	background-color: var(--c1);
	position: absolute;
	top: 8px;
	left: 6px;
	z-index: 1;
}
.histories_a .historyItem:last-of-type:after {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.histories_a .historyItem {
		padding-left: 25px;
		padding-bottom: 12px;
		font-size: 86%;
	}
	.histories_a .historyItem .date {
		width: 75px;
		letter-spacing: 0%;
	}
	.histories_a .historyItem .text {
		letter-spacing: 0%;
	}
	.histories_a .historyItem:before {
		width: 9px;
		top: 6px;

	}
	.histories_a .historyItem:after {
		top: 8px;
		left: 4px;
	}
}


/* // leadBlock_a
----------------------------------------------- */
.leadBlock_a {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}
.leadBlock_a .htx1 {
	font-size: 30px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom: 20px;
}
.leadBlock_a .text1 {
	letter-spacing: 3%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.leadBlock_a {
		margin-bottom: 40px;
	}
	.leadBlock_a .htx1 {
		font-size: 22px;
		margin-bottom: 16px;
		line-height: 160%;
	}
	.leadBlock_a .htx1 br {
		display: none;
	}
	.leadBlock_a .text1 {
		letter-spacing: 1%;
	}

}


/* // businessItems_a
----------------------------------------------- */
.businessItems_a {
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.businessItems_a .businessItem .wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.businessItems_a .businessItem .wrap1 .textWrap {
	flex: 1;
}

.businessItems_a .businessItem .wrap1 .textWrap .number {
	font-weight: 600;
	margin-bottom: 10px;
	font-family: var(--ffEn1);
	line-height: 1;
	font-size: 20px;
	letter-spacing: 2%;
}

.businessItems_a .businessItem .wrap1 .textWrap .number .num {
	font-size: 38px;
	color: var(--c1);
	font-weight: 700;
	margin-left: 9px;
	letter-spacing: 5%;
}

.businessItems_a .businessItem .wrap1 .textWrap .ttl {
	font-size: 30px;
	font-weight: 700;
	color: var(--c1);
	margin-bottom: 20px;
	line-height: 1.4;
}
.businessItems_a .businessItem .wrap1 .textWrap .htx1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.4;
}

.businessItems_a .businessItem .wrap1 .textWrap .ttl .fs2S {
	font-size: 60%;
	font-weight: 500;
	margin-left: 6px;
	color: #444;
}

.businessItems_a .businessItem .wrap1 .textWrap .description {
	display: flex;
	gap: 13px;
	flex-direction: column;
}
.businessItems_a .businessItem .wrap1 .textWrap .btn {
	margin-top: 20px;
}

.businessItems_a .businessItem .wrap1 .textWrap .description p {}
.businessItems_a .businessItem .wrap1 .image {
	width: 40%;
}
.businessItems_a .businessItem .wrap1 .image img {
	border-radius: 8px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.businessItems_a {
		gap: 24px;
	}
	.businessItems_a .businessItem .wrap1 {
		display: grid;
		gap: 15px;
	}

	.businessItems_a .businessItem .wrap1 .textWrap {
		width: 100%;
	}

	.businessItems_a .businessItem .wrap1 .textWrap .number {
		margin-bottom: 7px;
		font-size: 18px;
	}

	.businessItems_a .businessItem .wrap1 .textWrap .number .num {
		font-size: 34px;
		margin-left: 7px;
		letter-spacing: 4%;
	}

	.businessItems_a .businessItem .wrap1 .textWrap .ttl {
		font-size: 25px;
		margin-bottom: 11px;
		line-height: 1.4;
	}
	.businessItems_a .businessItem .wrap1 .textWrap .htx1 {
		font-size: 17px;
		margin-bottom: 9px;
	}

	.businessItems_a .businessItem .wrap1 .textWrap .ttl .fs2S {
		font-size: 60%;
		font-weight: 500;
		margin-left: 6px;
		color: #444;
	}

	.businessItems_a .businessItem .wrap1 .textWrap .description {
		gap: 12px;
		line-height: 200%;
	}
	.businessItems_a .businessItem .wrap1 .textWrap .btn {
		margin-top: 15px;
	}

	.businessItems_a .businessItem .wrap1 .textWrap .description p {}
	.businessItems_a .businessItem .wrap1 .image {
		width: 100%;
	}
	.businessItems_a .businessItem .wrap1 .image img {
		border-radius: 7px;
	}


}


/* // articleHeader_a
----------------------------------------------- */
.articleHeader_a {
	padding-bottom: 32px;
	margin-bottom: 38px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.articleHeader_a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--c1);
	left: 0px;
	bottom: -1px;
}
.articleHeader_a .date {
	line-height: 1;
	font-size: 141%;
	margin-right: 20px;
	font-family: var(--ffEn1);
}
.articleHeader_a .category {
	line-height: 1;
	padding: 7px;
	background-color: #f2001f;
	color: #fff;
	min-width: 130px;
	text-align: center;
	border-radius: 100px;
}
.articleHeader_a .title {
	width: 100%;
	font-size: 195%;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 24px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.articleHeader_a {
		padding-bottom: 24px;
		margin-bottom: 29px;
	}
	.articleHeader_a:after {
		content: " ";
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		background-image: var(--grad1);
		left: 0px;
		bottom: -1px;
	}
	.articleHeader_a .date {
		font-size: 120%;
		margin-right: 12px;
	}
	.articleHeader_a .category {
		padding: 5px 10px;
		min-width: 96px;
		font-size: 87%;
	}
	.articleHeader_a .title {
		font-size: 143%;
		line-height: 150%;
		margin-top: 15px;
	}
}

/* // categoryTitle_a
----------------------------------------------- */
.categoryTitle_a {
	line-height: 1.5;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 21px;
	position: relative;
	font-family: var(--ffEn1);
	letter-spacing: 8%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.categoryTitle_a {
		font-size: 21px;
		margin-bottom: 33px;
		letter-spacing: 5%;
	}

}

/* // solutionLead_a
---------------------------------------------- */
.solutionLead_a {
	display: flex;
	margin-bottom: 80px;
}
.solutionLead_a .image {
	width: 350px;
	height: 220px;
	overflow: hidden;
	margin-right: 40px;
	border-radius: 8px;
}
.solutionLead_a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutionLead_a .textWrap {
	flex: 1;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionLead_a {
		display: block;
		margin-bottom: 60px;
	}
	.solutionLead_a .image {
		width: 100%;
		height: auto;
		margin-right: 0;
		border-radius: 6px;
		aspect-ratio: 10 / 6;
		margin-bottom: 18px;
	}
	.solutionLead_a .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.solutionLead_a .textWrap {}

}


/* // solutionLeadText_a
----------------------------------------------- */
.solutionLeadText_a .catch {
	font-size: 25px;
	line-height: 172%;
	font-weight: 600;
	margin-bottom: 18px;
}
.solutionLeadText_a p {}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionLeadText_a .catch {
		font-size: 20px;
		line-height: 150%;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.solutionLeadText_a .catch br {
		display: none;
	}
}

/* // backToIndex_a
----------------------------------------------- */
.backToIndex_a {
	line-height: 1;
	margin-top: 70px;
	padding-top: 30px;
	position: relative;
	text-align: left;
	border-top: 1px solid var(--c1);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.backToIndex_a {
		margin-top: 40px;
		padding-top: 20px;
	}

}


/* // boxFrameTitle_a
----------------------------------------------- */
.boxFrameTitle_a {
	background-color: var(--c1_D1);
	color: #FFF;
	font-size: 24px;
	line-height: 150%;
	font-weight: 600;
	border-radius: 7px;
	padding: 15px 26px;
	width: calc(100% + 60px);
	margin-bottom: 40px;
	margin-top: -34px;
	margin-left: -30px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.boxFrameTitle_a {
		font-size: 19px;
		margin-bottom: 35px;
		border-radius: 6px;
		padding: 15px 12px;
		margin-top: 0;
		width: calc(100% + 0px);
		margin-left: 0;
	}
}

/* // boxFrameTitle_b
----------------------------------------------- */
.boxFrameTitle_b {
	color: var(--c1);
	font-size: 28px;
	line-height: 150%;
	font-weight: 700;
	border-bottom: 1px solid var(--c1);
	margin-bottom: 43px;
	margin-top: -30px;
	padding-bottom: 13px;

}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.boxFrameTitle_b {
		font-size: 19px;
		padding-bottom: 13px;
		margin-bottom: 34px;
		margin-top: 0;
	}
}

/* // solutionCliants_a
----------------------------------------------- */
.solutionCliants_a {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}
.solutionCliants_a .cliantItem {
	border: 3px solid var(--bgc1);
	padding: 15px;
	border-radius: 7px;
}
.solutionCliants_a .cliantItem .name {
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 0px;
}
.solutionCliants_a .cliantItem .info {
	font-size: 96%;
	line-height: 180%;
	margin-top: 8px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionCliants_a {
		gap: 10px;
		grid-template-columns: none;
	}
	.solutionCliants_a .cliantItem {
		padding: 12px;
		border-radius: 5px;
	}
	.solutionCliants_a .cliantItem .name {
		font-size: 17px;
	}
	.solutionCliants_a .cliantItem .info {
		font-size: 94%;
		line-height: 176%;
		margin-top: 5px;
	}
}

/* // solutionOthers_a
----------------------------------------------- */
.solutionOthers_a {
	margin-top: 90px;
}
.solutionOthers_a .otherTitle {
	margin-bottom: 19px;
	text-align: center;
	font-size: 26px;
	line-height: 150%;
	font-weight: 600;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionOthers_a {
		margin-top: 65px;
	}
	.solutionOthers_a .otherTitle {
		margin-bottom: 15px;
		font-size: 19px;
	}
}


/* // relatedLinks_a
----------------------------------------------- */
.relatedLinks_a {
	display: block;
}
.relatedLinks_a .swipeItem {
	line-height: 1;
	width: 310px;
}
.relatedLinks_a .linkItem {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	flex-direction: column;
	line-height: 100%;
	cursor: default;
}
.relatedLinks_a .linkItem .bnr {
	background-color: #f2f2f2;
	width: 100%;
	aspect-ratio: 10 / 5;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
}
.relatedLinks_a .linkItem .bnr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.relatedLinks_a .linkItem .htx {
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: -4px;
}
.relatedLinks_a .linkItem .description {
	font-size: 92%;
	line-height: 170%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.relatedLinks_a {
		/*! display: flex; */
		/*! gap: 22px; */
		/*! flex-direction: column; */
	}
	.relatedLinks_a .swipeItem {
		width: 250px;
	}
	.relatedLinks_a .linkItem {
		gap: 8px;
	}
	.relatedLinks_a .linkItem .bnr {
		border-radius: 4px;
	}
	.relatedLinks_a .linkItem .bnr img {}
	.relatedLinks_a .linkItem .htx {
		font-size: 15px;
		margin-bottom: -3px;
	}
	.relatedLinks_a .linkItem .description {
		font-size: 92%;
	}
}


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

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



/**/